@media (max-width: 767px) {
    .toggle-xs-sidebar {
        margin-left: -100%;
        padding: 10px 0 20px 0;
    }

    .mobile-header-expand {
        left: 242px;
    }

    .layout-wrapper {
        padding-bottom: 57px;
        padding-top: 43px;
    }

    .footer {
        bottom: 0;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 3;
    }
        .year-text {
    font-size: 12px;
}
    .page-topbar {
    position: absolute;
}
.mobile-header-expand {
    left: 0 !important;
}
}

@media (max-width: 991px) {
    .year-text {
    font-size: 12px;
}
    .btn-cancel,
    .btn-submit {
        width: 105px;
    }

    .common-form-select,
    .common-form-controll {
        font-size: 12px;
    }

    .year-text {
        text-align: left;
        font-size: 12px;
    }

    .footer .text-sm-end {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .page-topbar {
        left: 242px;
    }

    .expanded-topbar {
        left: 70px;
    }

    .main-content {
        margin-left: 242px;
    }

    .btn-topbar {
        width: 42px;
    }

    .margin-left-remove {
        margin-left: 70px;
    }

    /* Small Sidebar menu show hover start  */
    .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box {
        position: absolute;
        width: calc(200px + 70px);
        background: var(--white);
        right: -270px;
        padding: 0.75rem;
        border-top-right-radius: 6px;
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box.single-nav {
        border-bottom-right-radius: 6px;
    }

    .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box .sidebar-menu-text {
        display: block !important;
    }

    .hover-expanded-menu .nav-item:hover .dropdown-content.dropdown-content-collapse-mode {
        position: absolute;
        width: calc(200px + 70px);
        background: var(--white);
        right: -270px;
        padding: 0.75rem;
        display: block !important;
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-bottom-right-radius: 6px;
    }

    .footer {
        left: 242px;
        height: 40px;
    }
       .footer {
      height: auto !important; 
   }
}

@media (min-width: 992px) {
    .page-topbar-title {
        font-size: 0.9375rem;
    }

    .navbar-header {
        justify-content: space-between;
        align-items: center;
        height: 70px;
        flex-direction: row;
    }

    .page-top-bar-right-content {
        width: auto;
        /* width: 350px; */
    }

    .topbar-user .btn {
        /* padding-left: 0.75rem; */
        padding-right: 0.75rem;
    }
}

@media (min-width: 1700px) {

    .common-form-select,
    .common-form-controll {
        height: 44px;
    }

    .input-location-icon-box {
        top: 8px;
        right: 12px;
    }

    .select2-container--default .select2-selection--single.selectSelection {
        height: 44px;
    }

    .select2-container--default .select2-selection--single.selectSelection .select2-selection__arrow {
        height: 44px;
    }

    .select2-container--default .select2-selection--single.selectSelection .select2-selection__arrow b {
        height: 42px;
    }
}

@media (max-width:576px) {
.year-text {
    text-align: center;
}
.add-location-card-header--title {
    font-size: 14px;
}
}