@media screen and (max-width:  1440px ) {

    .logo {
        margin-bottom: 3rem !important;
    }
    .sidenav.fixed-start + .main-content {
        margin-left: 20%
    }
    .navbar .nav-link {
        font-size: 16px !important;
        line-height: 19px;
    }

}
@media screen and (max-width:  1280px ) {
    .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 2.5rem !important;
    }

    .logo {
        margin-bottom: 0 !important;
    }
    .form-box {
        padding: 1rem 0;
    }

    .input-box label {
        font-size: 14px;
        line-height: 0px;
        margin-bottom: 0.5rem;
    }
    .input-box2 label {
        font-size: 14px;
    }
    .input-box {
        margin-bottom: 0px;
        padding-left: 2rem;
    }
    .input-box i{
        top: 30% !important;
    }
    .input-box input::placeholder{
        font-size: 18px;
        line-height: 18px;
    }
    .hr {
        margin: 0.5rem 0;
    }
    .login-success {
        height: 40px;
        font-size: 16px;
        line-height: 16px;

    }
    .right-block{
        width: 55%;
    }
    .navbar-vertical .nav-item:hover .nav-link:before{
        left: -1rem;
    }
    .navbar-vertical.navbar-expand-xs .navbar-collapse {
        padding-left: 1rem;
    }
    .nav-link svg {
        margin-right: 1rem;
    }
    .content{
        padding-top: 0 !important;
    }
    .page-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .row-count{
        height: 32px;
        padding-left: 1rem;
        width: 40%;
    }
    .row-count-first{
        width: 30%;
    }
    .filter-btn{
        height: 32px;
    }
    .filter-btn i{
        font-size: 16px;
    }
    a[data-class="add-user"] {
        font-size: 14px;
        height: 32px;
    }
    .success-btn{
        height: 32px;
    }
    .table-search {
        height: 32px;
        width: 70%;
        max-width: 340px;
        background: url(../img/base/search.svg) no-repeat top 50% left 1rem;
        background-size: 8% !important;
        padding-left: 3rem !important;


    }
    a[data-class="add-user"]{
        width: 142px;
    }
    .pt-2r{
        padding-top: 0;
    }
    .pb-2r{
        padding-bottom: 1rem;
    }
    .card .card-body{
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    table.dataTable tr {
        height: 3rem;
    }
    .sidenav_logo_block {
        height: 92px;
    }
    .login-link img{
        margin-bottom: 2rem !important;
    }
    .page-header-row{
        margin-top: 1rem;
        margin-bottom: 1rem !important;
    }
    .custom-btn-success{
        height: 32px;
        margin: 0;
    }
    .custom-btn-back{
        height: 32px;
        margin: 0;
    }
    .edit-card {
        margin-bottom: 2rem;
    }
    .table-card-tabs {
        margin-bottom: 1rem;
    }
    footer{
        margin-top:5rem;
    }
    .form-select, .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 14px;
    }
    .left-block{
        width: 40%
    }


}
@media screen and (max-width: 600px){
    .main{
        padding: 2rem 0;
        height: auto;
    }
    .login-link img {
        margin-bottom: 4rem !important;
        width: 100%;
    }
    .title {
        text-align: center;
    }
    .g-sidenav-show:not(.rtl) .sidenav {
        transform: translateX(-25.125rem)
    }
    .g-sidenav-show.g-sidenav-pinned .sidenav {
        transform: translateX(0);
    }
    .input-box input {
        font-size: 18px;
        line-height: 18px;
    }
    .navbar-collapse .navbar-nav {
        width: fit-content;
    }
    .navbar-vertical.navbar-expand-xs {
        max-width: 65vw !important;
        width: 100vw;
    }
    .row-count {
        width: 100%;
        background-position: right 1rem top 50%;
        padding-right: 1.5rem;
    }
    .none-col{
        display: none;
    }
    .table-search {
        max-width: 100%;
        width: 100%;
        margin: 1rem 0;
        background-size: 6% !important;
        height: 42px;
    }
    .dataTables_scrollBody,
    .dataTables_scrollHead{
        overflow: scroll !important;
        width: 100% !important;
    }
    .input-box2,
    .input-box2 .d-flex{
        flex-direction: column;
        align-items: baseline !important;
        margin-bottom: 1.5rem;
        justify-content: start;

    }
    .input-box2 .col-4 {
        display: flex;
        justify-content: start;
    }
    .custom-input,
    .password-indication,
    .form-select, .select2-container .select2-selection--single .select2-selection__rendered,
    #generatePass{
        /*width: calc(100% + 60%);*/
        font-size: 16px;
    }
    .input-box2 .ps-2,
    .input-box2 .ps-3{
        padding-left: 0 !important;
    }
    /*.pass_link,*/
    /*.select2-container--default .select2-selection--single .select2-selection__arrow{*/
    /*    right: calc(0px - 40%);*/
    /*}*/

    .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }
    .input-box2 label{
        text-align: start;
        margin-bottom: 1rem;
    }
    .avatar-box{
        display: flex;
        justify-content: center;
    }
    .row-btn{
        max-width: fit-content;
    }
    /*.row-count:not(:first-child),*/
    /*.border-radius-cus{*/
    /*    margin-top: 1rem;*/
    /*}*/
    /*textarea{*/
    /*    width: calc(100% + 8vw);*/
    /*}*/
    .select2-container {
        margin-bottom: 1.5rem;
    }
    .input-box2 .col-8{
        width: 100% !important;
    }
    .col-12.col-md-6.d-flex.justify-content-between{
        flex-direction: column;
        align-items: start !important;
    }
    .form-select, .select2-container .select2-selection--single .select2-selection__rendered:focus {
        max-width:100% !important;
    }
    .select2-container .select2-selection--multiple {
        height: auto !important;
        min-height: 48px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        height: auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child{
        margin: 1rem 0 0 0 ;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        margin: 0.5rem 0 0 0 ;
        width: 70%;
    }
    .multiple-row{
        flex-direction: column;
        align-items: baseline;
    }
    .multiple-row label{
        margin-bottom: 1rem !important;
    }
    .multiple-row .select2-container{
        width: calc(100% + 3.5rem) !important;
        margin-left: 0;
    }
    .pass{
        margin-bottom: 0;
    }
    .password-indication{
        margin-top: 0 !important;
    }
    .checkbox-block{
        max-width: 100%;
        flex-direction: column;
        align-items: baseline;
    }
    label{
        margin-top: 0;
        text-align: start;
    }
    .upload-block p {
        word-wrap: anywhere;
    }

    .datatable-header-row{
        flex-direction: column-reverse;
    }
    .left-block,
    .right-block{
        width: 100%;
        flex-direction: column;
        margin-bottom: 1rem;
    }
    a[data-class="add-user"]{
        width: 100%;
        margin-left: 0;
    }
    .filter-btn{
        margin-top: 1rem;
    }
    .filter-option{
        width:100%;
    }
    .filter-btn-row{
        flex-direction: column;
    }
    .filter-btn-row a{
        width: 100%;
        margin-bottom: 1rem;
    }
    .pb-2r {
        padding-bottom: 5rem;
    }
    .left-block .row-count-first,
    .header-filter-btn{
        position: absolute;
    }
    .left-block .row-count-first{
        bottom: -4rem;
        left: 0;
        max-width: 40%;
    }
    .header-filter-btn{
        height: 32px;
        bottom: -4rem;
        right: 0;
        width: 20%;
    }
    a[data-class="add-user"] {
        font-size: 16px;
        height: 42px;
        box-shadow: -1px 0px 14px rgba(0, 0, 0, 0.3);
    }

}
