/* charset Responsive css */ 
@media screen and (min-width:1200px) and (max-width:1399px){
    .pricing-col{
        padding: 20px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .price-blocks>.row{
        row-gap: 20px;
    }
    .persoanl_data>.row>.col-md-6:first-child .profile_small_header, 
    .persoanl_data>.row>.col-md-6:first-child .row{
        padding-right: 15px;
    }
    .persoanl_data>.row>.col-md-6:last-child .profile_small_header, 
    .persoanl_data>.row>.col-md-6:last-child .row{
        padding-left: 15px;
    }
    .persoanl_data>.row>.col-md-6:first-child .row::after{
        right: 10px;
    }
    .groupList_header{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    .groupList_header + .mainBottomBlock .dt-layout-row .dt-search{
        top: 75px;
    }
}
@media screen and (max-width:991px){
    :root{
        --heading-1: 36px;
	    --heading-2: 30px;
	    --heading-3: 24px;
	    --heading-4: 20px;
    }
    h1{
        line-height: 46px;
    }
    h2{
        line-height: 36px;
    }
    h3{
        line-height: 26px;
    }
    .AuthLogo{
        left: 30px;
    }
    .authForm{
        padding: 50px 30px;
    }
    .main-sidebar{
        left: -100%;
    }
    .collapse-sidebar>.nav-link,
    .welcome_top_main>a{
        padding: 0 !important;
    }
    .sidebar-mobile .main-sidebar{
        left: 0;
    }
    .rightSide{
        margin-left: 0;
    }
    .sidebar_overlay_mobile{
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        display: none;
        z-index: 9;
    }
    .sidebar-mobile .sidebar_overlay_mobile{
        display: block;
    }
    body.sidebar_overlay_mobile{
        overflow: hidden;
    }
    .MainBox{
        padding: 20px;
    }
    .price-blocks>.row{
        row-gap: 20px;
    }
    .persoanl_data label::after{
        display: none;
    }
    .persoanl_data label{
        padding-bottom: 5px;
    }
    .mainHeading{
        padding-right: 225px;
    }
    .dt-layout-row .dt-search{
        top: 12px;
        right: 20px;
    }
    .search_tablet .dt-layout-row .dt-search{
        top: 20px;
    }
    .groupList_header{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    .groupList_header + .mainBottomBlock .dt-layout-row .dt-search{
        top: 60px;
    }
}
@media screen and (max-width:767px){
    .header_time_format,
    .small_btn2{
        font-size: 14px;
    }
    .main-header ul.navbar-nav li:nth-last-of-type(2) svg,
    .user-header .main-header ul.navbar-nav li:last-child svg{
        width: 20px;
        height: 20px;
    }
    .switch{
        width: 56px;
        height: 30px;
    }
    .dark-mode .switch-toggle::after{
        left: 29px;
    }
    .switch-toggle{
        padding: 3px 6px;
    }
    .switch-toggle::after{
        width: 22px;
        height: 22px;
    }
    .switch-toggle>span{
        width: 18px;
        height: 18px;
        line-height: 16px;
    }
    .switch-toggle>span svg{
        width: 12px;
        height: 12px;
    }
    .LeftBlock,
    .RightBlock{
        width: 100%;
        min-height: unset;
    }
    .LeftBlock{
        padding: 30px;
        text-align: center;
        min-height: 246px;
    }
    .AuthLogo{
        position: unset;
        font-size: 28px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .authForm{
        padding: 60px 20px 20px;
    }
    .pricing-col{
        padding: 20px;
    }
    .mainBottomBlock .dt-layout-row:last-child{
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 10px;
    }
    .dataTable thead th:not(:first-child){
        min-width: 180px;
    }
    .clone_group+.clone_group{
        border-top: 1px solid var(--gray-color);
        padding-top: 20px;
    }
    .persoanl_data>.row>.col-md-6:first-child .profile_small_header, 
    .persoanl_data>.row>.col-md-6:first-child .row{
        padding-right: 0;
    }
    .persoanl_data>.row>.col-md-6:last-child .profile_small_header, 
    .persoanl_data>.row>.col-md-6:last-child .row{
        padding-left: 0;
    }
    .persoanl_data>.row>.col-md-6:last-child .profile_small_header{
        padding-top: 30px;
    }
    .persoanl_data>.row>.col-md-6 .row{
        padding-top: 20px;
    }
    .persoanl_data>.row>.col-md-6:first-child .row::after{
        display: none;
    }
    .mainHeading{
        padding-right: 0;
        padding-bottom: 65px;
    }
    .mobile_space_below{
        padding-bottom: 14px;
    }
    .dt-layout-row .dt-search{
        top: inherit;
        right: inherit;
        margin-top: -80px;
        width: calc(100% - 40px);
        left: 20px;
    }
    .search_tablet .dt-layout-row .dt-search{
        top: inherit;
    }
    .dt-layout-row .dt-search input{
        min-width: 100%;
        max-width: 100%;
    }
    .groupList_header + .mainBottomBlock .dt-layout-row .dt-search{
        top: inherit;
    }
}
@media screen and (max-width:575px){
    .LeftBlock{
        padding: 20px;
    }
    .authForm{
        padding: 40px 20px;
    }
    .main-header,
    .main-content,
    .user-mainbox{
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal-tab .nav-tabs>li>.nav-link{
        padding: 6px;
        font-size: 14px;
    }
    .top_select,
    .top_select select,
    .top_search,
    .top_search input{
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
    .main-header ul.navbar-nav{
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        gap: 20px;
    }
    .main-header ul.navbar-nav li:nth-last-of-type(2)::after{
        display: none;
    }
    .main-header>.navbar{
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        gap: 14px;
    }
    .main-header ul.navbar-nav li.welcome_top_main{
        position: absolute;
        right: 15px;
        top: 7px;
    }
    .main-header ul.navbar-nav{
        gap: 10px;
    }
    .main-header ul.navbar-nav li:not(:last-child):after{
        right: -6px;
        height: 28px;
    }
    .main-header>.navbar{
        gap: 18px;
    }
    .setting_page .theme-btn{
        max-width: 100%;
    }
}