.page-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #f8f9fa;
    border-left: 8px solid #2E37A4;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.page-header-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #343a40;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header-title img {
    width: 24px;
    height: 24px;
}

.page-header-actions {
    display: flex;
    gap: 10px;
}
.tox-promotion{display: none !important;}

.step-title {
    background-color: #3f4079;
    background-color: #3f4079;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .step-title {
        /* For less than 991px */
        margin-bottom: 30px;
    }
}
.step-title h3 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    position: relative;
    color: #fff;
}
.step-title h3 strong {
    background-color: #e74e84;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.step-title h3:before, .step-title h3:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 54px;
    bottom: -42px;
    display: block;
    z-index: 9;
}
@media (max-width: 991px) {
    .step-title h3:before, .step-title h3:after {
        /* For less than 991px */
        display: none;
    }
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 35px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 3px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type=checkbox].css-checkbox:hover + label.css-label {
    background-position: 0 -28px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -56px;
}

label.css-label {
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
}
label.css-label strong {
    float: right;
}
#selectService>ul, .time_select {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
#selectService>ul>li {
    padding: 7px;
}

#calendar {
    padding: 0;
    margin-bottom: 30px;
}
#calendar .datepicker.datepicker-inline,
#calendar .datepicker.datepicker-inline table {
    width: 100%;
}

.datepicker thead tr th.prev:hover,
.datepicker thead tr th.next:hover {
    color: #e74e84;
}

.datepicker .disabled.disabled-date.day,
.datepicker .disabled.disabled-date.day:hover {
    background-color: #eb525b !important;
    color: #fff !important;
}

.datepicker .day:hover {
    background: #8ec549 !important;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.datepicker .active.day:hover {
    background: #333 !important;
    color: #fff;
}

ul.legend li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 30px;
}
ul.legend li strong {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
ul.legend li:first-child strong {
    background-color: #8ec549;
}
ul.legend li:last-child strong {
    background-color: #76787338;
}

ul.time_select.version_2 li {
    float: left;
    width: 50%;
}
ul.time_select li input[type="radio"] {
    display: none;
    cursor: pointer;
}
ul.time_select li input[type="radio"]:checked + label {
    background-color: #333;
    color: #fff;
}
ul.time_select li label {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 6px 10px;
    line-height: 1;
    min-width: 100px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}
ul.time_select li label:hover {
    background-color: #e74e84;
    color: #fff;
}

/*Driver*/
.driver-popover-next-btn {
    background-color: #2E37A4 !important;
    color: #fff !important;
    border: none !important;
    text-shadow: 0 0 0 !important;
}


.h1, h1 {
    font-size: 1.5rem;
}
.h2, h2 {
    font-size: 1.25rem;
}
.h3, h3 {
    font-size: 1rem;
}
