.menu-title-active span {
    color: #fff !important;
}

@media (min-width:426px) and (max-width:1025px) {
    .navbar-nav {
        margin-top: 75px !important;
    }
}

.select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-selection {
    height: 39px !important;
    border: 1px solid #cddcea;
}

.select2-selection__arrow {
    margin-top: 6px;
}

.select2-selection__clear {
    margin-top: 6px;
}

.select2-selection--multiple .select2-selection__rendered {
    margin-top: 5px;
    line-height: 25px !important;
}

.custom-validation-message {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    color: red !important;
    font-weight: bold !important;
}

input[type=text]:read-only, input[type=number]:read-only, input[type=email]:read-only {
    background-color: #eeeeee !important;
    border-color: #aaaaaa !important;
}

textarea:read-only {
    background-color: #eeeeee !important;
    border-color: #aaaaaa !important;
}

input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled {
    background-color: #eeeeee !important;
    border-color: #aaaaaa !important;
}

textarea:disabled {
    background-color: #eeeeee !important;
    border-color: #aaaaaa !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tb-secondary-bg);
    z-index: 9999
}

[data-preloader=disable] #preloader {
    opacity: 0;
    visibility: hidden
}

#status {
    width: 32px !important;
    height: 32px !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin: -16px 0 0 -16px !important;
}

    #status img {
        width: 32px;
        height: 32px;
    }

.busseat {
    width: 100% !important;
    height: 50px;
    border: 2px solid #000000;
    border-radius: 15px 15px 0 0;
}

.busfullseat {
    background-color: #e07a7a;
}

.busselectedseat {
    background-color: #75c8db;
}

.busseatrest {
    float: left;
    width: 100% !important;
    height: 20px;
    margin-top: 28px;
    border: 2px solid #000000;
    border-radius: 15px 15px 0 0;
    bottom: 0;
}

    .busseatrest span.busseatnumber {
        float: left;
        width: 100% !important;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }
