﻿::-webkit-scrollbar:horizontal {
    height: 14px; /* height of horizontal scrollbar ← You're missing this */
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track:hover {
    background: #eaeaea !important;
    background-color: #eaeaea !important;
}
/* Handle */
::-webkit-scrollbar-thumb:horizontal {
    background: #2a323f;
    border-radius: 10px;
}


@media screen and (min-width: 960px) {
    .Creo-Calendar {
        min-height: 500px;
    }
}


@media screen and (max-width: 800px) {
    .PopupFixMsg {
        left: 0 !important;
    }
}
