
@media(max-width: 1400px) {
    .legend-header span {
        font-size: 14px;
    }
    
    .user-allocation-footer span {
        font-size: 14px;
    }
    
    .user-allocation-header span {
        font-size: 14px;
    }
    
    .legend-header span .dot {
        width: 12px;
        height: 12px;
        vertical-align: middle;
        align-self: center;
    }
}
/* max-1349px */
@media(max-width: 1199px) {
    .progres-bar-wrapper .col-xl-6:last-child {
        padding-left: 15px;
    }
    .progres-bar-wrapper .col-xl-6:first-child {
        padding-right: 15px;
        border-right: none;
    }
}
/* max-1199px */
@media(max-width: 991px) {
    .login-card {
        padding: 25px 40px;
    }
    .title-1 {
        font-size: 34px;
    }
    .sidebar-header #sidebarToggle {
        margin: 0 0px 0 0;
    }
    .title-wrapper .right-action-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .title-wrapper {
        flex-wrap: wrap;
    }
}

@media(min-width: 768px) {

.profile-dropdown .dropdown-menu .dropdown-menu,
.profile-dropdown .dropdown-menu .dropdown-menu.show {
    transform: none !important;
    inset: 0px auto auto -100% !important;
}

#header .dropdown:hover>ul.dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 2;
}
#header .dropdown:hover .dropdown-menu {
    display: block;
}

.title-wrapper .right-action-wrap .form-select {
	min-width: 180px;
}

}
/* min-768px */



@media(max-width: 767px) {
    .profile-dropdown .dropdown-menu .dropdown-menu,
    .profile-dropdown .dropdown-menu .dropdown-menu.show {
        inset: 0 !important;
        background: #ffffff;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 100%;
        margin-top: 20px !important;
        display: none;
        transform: none !important;
    }
    .profile-dropdown .dropdown-menu .dropdown-menu.show,
    .profile-dropdown .dropdown-menu .dropdown-menu.show.show {
        visibility: visible;
        opacity: 1 !important;
        display: block !important;
    }

    #header .dropdown .dropdown ul {
        min-width: 100%;
    }


    .sidebar {
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 999;
        min-width: 40px;
    }
    .sidebar:not(.active) {
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}
    .main-wrapper {
        padding-left: 0;
    }
    
    .sidebar:not(.active) .sidebar-nav {
        display: none;
    }
    .breadcrumb {
        padding: 6px 10px;
    }
    .modal-design-1 .modal-title {
        font-size: 24px;
    }
    .modal-design-1 .modal-header {
        padding: 10px 15px;
    }
    .showing-result {
        font-size: 14px;
    }
    .page-item.PrevBtn .page-link, .page-item.NextBtn .page-link {
        font-size: 0;
        line-height: 24px;
    }
    .pagination.justify-content-end {
        flex-wrap: wrap;
    }
    .breadcrumnbWrapper {
        padding-left: 50px;
    }
    .profile-dropdown>.dropdown-toggle>img {
        width: 40px;
        height: 40px;
    }
    .legend-header,
    .user-allocation-header,
    .user-allocation-footer {
        flex-wrap: wrap;
    }
    .title-fs-24 {
        font-size: 20px;
    }
    .notification-item p {
        flex: 0 0 calc(100% - 32px);
        max-width: calc(100% - 32px);
    }
    
    .notification-item {
        flex-wrap: wrap;
    }
    .sidebar-nav {
        justify-content: start;
    }
    .title-wrapper .left-title-wrap ,
    .title-wrapper .right-action-wrap {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .scenario-info .si-content h4 {
        font-size: 28px;
    }
    .category-badge {
        font-size: 14px;
    }
    .scenario-info .si-img {
        width: 50px;
        flex: 0 0 50px;
        height: 50px;
    }
    .scenario-info .si-content {
        width: calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
    }

}
/* max-767px */
@media(max-width: 575px) {
    .login-card {
        padding: 20px 20px;
    }
    .get-help-btn {
        bottom: 10px;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        max-width: 80%;
        margin-left: 10%;
        margin-top: 20px;
        bottom: 0;
    }
    .title-1 {
        font-size: 28px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }

    .search-box input.form-control {
        min-width: 100%;
    }

    .profile-dropdown .profle-content {
        font-size: 0;
        display: none;
    }
    .profile-dropdown>img {
        width: 50px;
        height: 50px;
    }
    .modal-design-1 .btn-close {
        top: 5px;
        right: 5px;
    }
    .company-card .cc-logo {
        width: 40px;
        height: 40px;
    }
    .company-card .cc-logo .status-online {
        width: 8px;
        height: 8px;
    }
    .company-card .cc-content {
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
    .progres-bar-wrapper {
        padding: 15px;
    }
    .profile-dropdown>.dropdown-toggle {
        gap: 5px;
    }
    #header .dropdown .dropdown-menu {
        min-width: 280px;
        max-width: 280px;
    }
    .title-fs-24 {
        font-size: 18px;
    }
    .p-20 {
        padding: 15px;
    }
    .icon-radio .step-option {
        padding: 5px 10px;
    }
    .icon-radio .step-option {
        font-size: 14px;
    }
    .headerLogo img {
        max-width: 140px;
    }
    .scenario-info .si-content h4 {
        font-size: 24px;
    }
    .Safety-time-box {
   
        position: relative;
    }
}
/* max-575px */