/* Schedule page start  */
.schedule-section .schedule-description {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(26, 193, 222, 0.4);
    padding: 15px;
    position: absolute;
    width: 300px;
    z-index: 1;
    right: -286px;
    top: -7px;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.schedule-section .schedule-description h4 {
    color: #337ab7;
    font-size: 20px;
    margin: 0;
}

.schedule-section .schedule-description:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(26, 193, 222, 0.4);
    content: '';
    top: 13px;
    left: -10px;
    position: absolute;
}

.schedule-section.s_details .schedule-section .schedule-description h4{
    color: #1e2e50;
    font-weight: 400;
    margin-bottom: 1rem;
}
.schedule-section.s_details .schedule-section .schedule-description p{
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.schedule-section.s_details .schedule-section .schedule-description{
    border-radius: 6px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border: none;
}


.schedule-section .schdule-hvr:hover .schedule-description {
    opacity: 1;
    visibility: visible;
    display: block;
}
/* Schedule page end  */

/* Reserve bike page start  */
.bike-item.reserved {
    opacity: 0.35;
    cursor: not-allowed;
    filter: grayscale(1);
    position: relative;
}

/* prevents ANY click behavior across browsers */
.bike-item.reserved * {
    pointer-events: none;
}

.reserved-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff3b3b;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
}
/* Reserve bike page end  */

.filter-schdule {
    padding: 20px 0;
    position: relative;
}
.filter-schdule .form-control {
    margin-bottom: 7px;
}

/* .filter-schdule .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    line-height: 1.2;
    vertical-align: middle;
    padding: 10px 24px;
} */

.filter-schdule .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* bootbox modal popup with button start  */
.bootbox .modal-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.bootbox .modal-footer .btn {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 14px;
    min-width: 95px;
    padding: 8px 10px;
}

.bootbox .modal-footer .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* bootbox modal popup with button end  */

/* ===== CONTENT AREA LINK FIX START ===== */
    /* Excludes header, footer, and menu links */
    a:not(.btn)
    :not(.btn-book)
    :not(.btn *)
    :not(.btn-book *)
    :not(header a)
    :not(footer a)
    :not(.navbar a)
    :not(.menu a)
    :not(.nav-link)
    :not(.dropdown-item)
    :not(.terms-text a)
    :not(.schedule-table a) {
        color: #b8dfe5;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    /* Hover / Focus */
    a:not(.btn)
    :not(.btn-book)
    :not(.btn *)
    :not(.btn-book *)
    :not(header a)
    :not(footer a)
    :not(.navbar a)
    :not(.menu a)
    :not(.nav-link)
    :not(.dropdown-item)
    :not(.terms-text a)
    :not(.schedule-table a):hover,
    a:not(.btn)
    :not(.btn-book)
    :not(.btn *)
    :not(.btn-book *)
    :not(header a)
    :not(footer a)
    :not(.navbar a)
    :not(.menu a)
    :not(.nav-link)
    :not(.dropdown-item)
    :not(.terms-text a)
    :not(.schedule-table a):focus {
        color: #ffffff;
        text-decoration: underline;
    }


/* ===== CONTENT AREA LINK FIX END ===== */

/* Loader center css Start  */
    #dvprocessing {
        position: fixed;
        inset: 0;
        z-index: 999999;
        background-color: rgba(0, 0, 0, 0.65);

        display: flex;              /* key fix */
        align-items: center;        /* vertical center */
        justify-content: center;    /* horizontal center */
    }

    #preloader_outer {
        text-align: center;
    }

    #perloader_text {
        margin-top: 10px;
        color: #fff;
    }
/* Loader center css end  */

@media (max-width:767px) {
    .filter-schdule select.form-control+.select2-container--bootstrap-5 {
        margin-bottom: 7px;
    }
    .package-page .select2-container--bootstrap-5 {
        max-width: 200px;
    }    
}

@media (min-width: 1199px) {
    .acc-info-box .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .acc-info-box .dropdown .dropdown-menu {
        display: none;
    }
}

@media (max-width:1199px) {
    .schedule-section .schedule-description h4 {
        font-size: 18px;
    }
    .schedule-section .schedule-description {
        width: 275px;
        right: -270px;
    }
}