@media all and (max-width: 991.98px) {
    .header {
        height: auto;
    }
}

@media all and (max-width: 767px) {
    .header-fixed[data-kt-sticky-header=on] .header__top__widget {
        display: none;
    }

    .side_navigation_icon {
        top: 8px;
        left: 10px;
        position: absolute;
    }

    .header-fixed[data-kt-sticky-header=on] .side_navigation_icon {
        position: static;
        align-self: center;
    }

    .header__top__widget {
        padding-left: 0;
        margin-top: 10px;
        padding-top: 10px;
    }

    .header__top__widget ul li {
        margin-bottom: 10px;
    }

    .header__top__widget ul li:last-child {
        margin-right: 0;
    }

    .sub_navbar {
        position: relative;
    }

    .sub_navbar .navbar {
        margin-top: 0;
    }

    #page_sidebar>.card {
        background-size: cover;
        background-attachment: fixed;
        background-repeat: repeat;
        background-position: center;
        background-image: url('../../assets/ug-scoring-scheduling/img/page-bg.png');
    }

    #page_sidebar_body .page_sidebar .card-header {
        display: none;
    }

    .drawer-overlay {
        background-color: rgba(0,0,0,.7);
    }
}

@media all and (max-width: 576px) {
    .sub_navbar .menu-title {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .header__logo_mobile {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .header__top__widget:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        width: 100%;
        background: #fff;
    }

    .header__logo_mobile {
        display: block;
    }

    .header__logo_mobile {
        display: block;
        padding: 5px 0;
    }

    .header__logo_mobile a {
        display: inline-block;
        height: 55px;
        width: 100px;
    }

 
}


@media all and (max-width: 480px) {
    .header__top__widget ul {
        align-items: center;
        justify-content: center;
        width: 350px;
        gap: 5px;
    }

    .header__top__widget ul li {
        margin-right: 0;
        width: 50%;
    }
    .header__top__widget ul li img {
        height: 60px !important;
    }

    a.myas_logo,
    a.swachh_logo,
    a.sai_logo,
    a.dsya_logo {
        display: inline-flex;
        height: 60px;
    }

    .wheelChair {
        width: 60px;
        height: 30px;
        background: rgba(255, 255, 255, 0.3);
        padding: 5px;
        border-radius: 10px;
    }
    
    
    .wheelChair-dropdown {
        position: absolute;
        width: 60px;
        top: calc(100% + 3px);
        left: 0px;
        backdrop-filter: blur(25px);
        pointer-events: none;
        opacity: 0;
        background: rgba(255, 255, 255, 0.333);
        border-radius: 10px;
        transition: opacity 0.15s ease 0s;
    }
    
    
    .wheelChair-dropdown.active {
        opacity: 1;
        pointer-events: all;
    }
    
    
    .wheelChair-dropdown-container {
        position: relative;
    }
    
    .wheelChair-dropdown p {
        color: rgb(255, 255, 255);
        cursor: pointer;
        margin: 0px;
        padding: 5px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.333);
    }

    .sport_header h4 {
        font-size: 1rem;
    }

    .sport_header h4 span {
        height: 30px;
        width: 30px;
        overflow: unset;
    }
}