
*{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
.pb-2r{
    padding-bottom: 2rem;
}
p{
    margin-bottom: 0.1rem;
}
.pt-2r{
    padding-top: 2rem;
}
body{
    background: #E5E5E5;
}
.left_side{
    z-index: 9999999;
}
#iconNavbarSidenav span{
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    margin-left: 0.5rem;
}
.navbar-vertical.navbar-expand-xs{
    background: #0E0D13;
    overflow: hidden;
    overflow-y: hidden;

}
#sidenav-collapse-main::-webkit-scrollbar{
    width: 0;
    height: 0;
}
#sidenav-collapse-main{
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 5rem;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
    padding-left: 32px;
}
.navbar-vertical.navbar-expand-xs {
    max-width: 307px !important;
    width: 25vw;

}
.sidenav_logo_block{
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .nav-link{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #FFFFFF !important;
}
.nav-link svg{
    margin-right: 1rem;
    width: 32px;
}
@media(max-width: 1000px) {
    .navbar .nav-item a span {
        font-size: .85em;
    }
}
@media(max-width: 900px) {
    .navbar .nav-item a span {
        font-size: .75em;
    }
}
@media(max-width: 800px) {
    .navbar .nav-item a span {
        font-size: .6em;
    }
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
    background-color: transparent;
    color: #FC5825 !important;
}
.nav-link.active .nav-link-text{
    color: #FC5825 !important;
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active svg path{
    fill: #FC5825 ;
}
.navbar-vertical .nav-item:hover .nav-link{
    color: #FC5825 !important;
    background-color:transparent;
    position: relative;
    transition: 0.6s;
}
.navbar-vertical .nav-item:hover .collapse .navbar-nav .nav-item .nav-link{
    color: #FFFFFF !important;
}
.navbar-vertical .nav-item:hover .collapse .navbar-nav .nav-item .nav-link:before{
    content: none;
}
.collapse .navbar-nav .nav-item .nav-link:hover{
    color: #FC5825 !important;
}
.navbar-vertical .nav-item .nav-link .nav-link{
    pointer-events: auto;
}
.navbar-vertical .nav-item:hover .nav-link svg path{
    fill: #FC5825 ;
}
.navbar-vertical .nav-item:hover .nav-link:before{
    content: '';
    width: 8px;
    height: 48px;
    background: #FC5825;
    border-radius: 0px 12px 12px 0px;
    position: absolute;
    left: -32px;
}
@media (max-width: 1199.98px){
    .g-sidenav-show:not(.rtl) .sidenav {
        transform: translateX(-21.125rem);
    }
}
.topbar{
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #E5E5E5;
}
.navbar {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    padding:0 1.5rem 0 97px;
}
.sidenav.fixed-start + .main-content {
    margin-left: 19rem;
}
.user-link{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #3C3C3B;
    transition: 0.6s;
}
.user-link:hover{
    color: #222222;
}
.user-img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #FC5825;
    margin-right: 15px;

}
.main{
    height: 100vh;
    width: 100%;
    background: url(../img/login-page-bg.png) no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
}
.title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.03em;
    color: #3C3C3B;
}
.login-card{
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.form-box{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 25px 0;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
}
.input-box{
    padding-left: 48px;
    padding-right: 23px;
    margin-bottom: 24px;
}

.input-box label{
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 12px;
}
.input-box input{
    border: none !important;
    padding-left: 0 !important;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #000000
}
.input-box input::placeholder{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(60, 60, 59, 0.3)
}
.hr{
    width: 100%;
    height: 1px;
    background: #3C3C3B;
    margin: 26px 0;
}
.custom-checkbox{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #3C3C3B;
}
.orange{
    color: rgba(252, 88, 37, 1);
}
/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    opacity: 0.3;
    border: 2px solid #000000;
    border-radius: 4px;
}
.checkmark_orange{
    border: 2px solid rgba(252, 88, 37, 1);
}

.custom-checkbox input:checked ~ .checkmark {
    opacity: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox input:checked ~.checkmark:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/base/ok.svg) no-repeat;

    position: absolute;
    top: 10%;
    left: 5%;
    background-size: cover;
}
.custom-checkbox input:checked ~.checkmark_orange:after {
    background: url(../img/base/ok_or.svg) no-repeat;
    background-size: cover;
}
.checkbox-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox-row{
    justify-content: end;
}
.checkbox-block{
    max-width: 85%;
}
.checkbox-block .custom-checkbox {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #9F9F9F;
}
.remember-password{
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    color: #FC5825;
    transition:.4s ease-in-out;
}
.remember-password:hover{
    color: #f53e09;
    cursor: pointer;
    text-decoration-line: underline;
}
.login-success{
    width: 100%;
    height: 64px;
    background: #FC5825;
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    transition: 0.5s;
}
.login-success:hover{
    background: #FC5825;
    box-shadow: 0 14px 26px -12px rgba(252,88,37, 0.4), 0 4px 23px 0 rgba(252,88,37, 0.15), 0 8px 10px -5px rgba(252,88,37, 0.2);
}
.btn-success:disabled, .btn-success.disabled {
    color:#fff ;
    background-color: #000;
    border-color: transparent;
}
.btn-success, .btn.bg-gradient-success {
    box-shadow: none;
}
.page-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #FC5825;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 9px;
    margin-bottom: 48px;
}
.pxm-3{
    padding-right: 6rem;
    padding-left: 6rem;
}
.card{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px;
}
.row-count{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -4rem;*/
    box-shadow: -1px 0px 14px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 49px;
    width: 127px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding:0 2rem 0 1.5rem;
    letter-spacing: 0.01em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background:#FFFFFF url(../img/base/arrow.svg) no-repeat top 50% right 1.5rem;
    color: #3C3C3B;
    text-overflow: ellipsis;

}
a[data-class="add-user"]{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -4rem;*/
    background: #FC5825;
    border-radius: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 192px;
    height: 48px;
    transition: 0.6s;
    margin-left: 1rem;

}
a[data-class="add-user"] i{
    padding-bottom: 2px;
    margin-left: 1rem;
}
a[data-class="add-user"]:hover{
    background: #d73602;
}

.table-search{
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 49px;
    padding-left: 4rem !important;
    background: url(../img/base/search.svg) no-repeat top 50% left 1.5rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.015em;
    color: #000000;
    /*opacity: 0.3;*/
}
.table-search:focus{
    border: 1px solid rgba(0, 0, 0, 0.3);
}
thead th, table.dataTable th {
    background-color: #FFFFFF;
    color: #3C3C3B;
    text-align: left;
}
table.dataTable tr{
    height: 4rem;
}
.sorting{

    border-radius: 12px;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.015em;
    border: none !important;
}
#myTabContent{
    transition: .15s;
}
#myTab .nav-link{
    transition: .15s;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: none !important;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table{
    border-spacing: 4px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd:hover,
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even:hover{
    transition: .7s;
    margin: 5px 0;
    background-color: #FFFFFF;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even .sorting_1{
    background-color: #FFFFFF;

}
tr.odd td {
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.015em;
    color: #3C3C3B;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.015em;
    color: #3C3C3B;
}
.table-user-name{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.015em;
    color: #3C3C3B;
    text-decoration-line: underline;
}
.table-user-name:hover{
    color: #3C3C3B;
}
.border-b{

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none;
}
.dataTables_wrapper .dataTables_info{
    position: absolute;
    bottom: -4rem;
    left: -1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

    color: #000000;
}
.dataTables_wrapper .dataTables_paginate{
    position: absolute;
    bottom: -4rem;
    right: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    display: flex;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button{
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button i {
    color: rgba(60, 60, 59, 1);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    border-radius: 8px;
    background: #FC5825;
    border: 1px solid transparent;
    color: #ffffff !important;
    transform: scale(1.1);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #FC5825;
    background: #ffffff;
    color:rgba(60, 60, 59, 1) !important ;
    transform: scale(1.1);
    margin: 0 8px;
}
.dataTables_wrapper .dataTables_paginate span{
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}
.avatar{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    position: relative;

}
.input-box2{
    display: flex;
    align-items: center;
}
.input-box2 .col-4,
.input-box2 .col-2{
    display: flex;
    justify-content: end;
}
.input-box2 label {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #9F9F9F;
    text-align: right;
}
.custom-input{
    border-bottom: 2px solid transparent;
    border-image-slice: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3C3C3B;
    -moz-border-image: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
    border-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
    border-bottom: 2px solid transparent;
    border-bottom-width: 2px;
    border-image-slice: 1;
    box-sizing: border-box !important;
    border-width: 0px 0px 2px 0px;
    height: 34px;
    padding-left: 1rem;

}
.null_inp{
    -moz-border-image: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
    border-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
    border-bottom: 2px solid transparent;
    border-bottom-width: 2px;
    border-image-slice: 1;
    box-sizing: border-box !important;
    border-width: 0px 0px 2px 0px;
}
.input-box2 input:focus{
    border-bottom: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #12A19A 0%, rgba(18, 161, 154, 0.5) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #12A19A 0%, rgba(18, 161, 154, 0.5) 100%);
    border-image: linear-gradient(to right, #12A19A 0%, rgba(18, 161, 154, 0.5) 100%);
    border-image-slice: 1;
    box-sizing: border-box !important;
    border-width: 0px 0px 2px 0px;

}

.full_inp{
    border-bottom: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #12A19A 0%, rgba(18, 161, 154, 0.5) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #12A19A 0%, rgba(18, 161, 154, 0.5) 100%);
    border-image: linear-gradient(to right, #12A19A 0%, rgba(18, 161, 154, 0.5) 100%);
    border-image-slice: 1;
    box-sizing: border-box !important;
    border-width: 0px 0px 2px 0px;
}
.pass_link{
    position: absolute;
    top: 25%;
    right: 1rem;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/base/view.svg) 0 0 no-repeat;
}
.view{
    background: url(../img/base/no_view.svg) 0 0 no-repeat;
    top: 15%;
}
textarea,
textarea.form-control {
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3C3C3B;
    padding: 1rem 1rem;
    outline: none !important;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(18, 161, 154, 0.15);
    border-radius: 8px;
}
textarea:focus{
    outline: none !important;
    border: 1px solid #12A19A !important;
}
#generatePass{
    background: #F1F1F1;
    border-radius: 21px;
    width: 227px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    border: none;
    text-transform: capitalize;
}

.form-select,
.form-select:focus,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple{
    background: white url(../img/base/arrow_or_down.svg) no-repeat right 1rem top 50%;
    background-size: auto;
    height: 48px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3C3C3B;
    padding-left: 1rem;
    border: none;
    outline: none;
}
.form-select:disabled{
    background-image:none ;
}
.form-control[disabled] {
    padding-left: 1rem!important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-container--default .select2-selection--single{
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3C3C3B;
    padding-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin: 0 .5rem 0 0 ;
    background: #FC5825;
    border-radius: 8px;
    color: #ffffff;
    border: none;
    padding: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #fff;
    margin-right: 6px;
}
label{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #9F9F9F;
    margin-bottom: 1rem;
    max-width: fit-content !important;
    text-align: end;
}

.edit-card{
    margin-bottom: 4rem;
}
.table-card-tabs{
    margin-bottom: 2rem;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0.5rem;
}
.nav-link{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin-right: 2.5rem;
}
.nav-tabs .nav-link {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}
.nav-link:hover, .nav-link:focus {
    color: #070606;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FC5825;
    background-color:transparent;
    border-bottom-color: #FC5825;

}
nav-tabs .nav-link{
    border: none;
    border-bottom: 1px solid transparent;
}
.multiple-row{
    display: flex;
    align-items: center;
}
.select2-container{
    max-width: 100%;
}

.custom-btn-success{
    width: fit-content;
    height: 48px;
    padding: 0 1.5rem;
    background: #FC5825;
    border-radius: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: 0.5s;
    text-transform: capitalize;
}
.custom-btn-success:hover{
    box-shadow: 0 14px 26px -12px rgba(252,88,37, 0.4), 0 4px 23px 0 rgba(252,88,37, 0.15), 0 8px 10px -5px rgba(252,88,37, 0.2);
    background: #FC5825;
    color: #FFFFFF;
}
.custom-btn-delete{
    width: 192px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
   justify-content: center;
    letter-spacing: 0.01em;
    color: #3C3C3B;
    text-transform: capitalize;
}
.custom-btn-delete:hover{
    background: #FFFFFF;
    box-shadow: none;
    color: #3C3C3B
}
.custom-btn-back, .custom-btn-gallery {
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FC5825;
    background: transparent;
    border: none;
    text-transform: capitalize;
    padding-left: 1.5rem;
    position: relative;
    transition: .5s;
}
.custom-btn-back:after{
    content: '';
    width: 18px;
    height: 16px;
    background: url(../img/base/left-arrow.svg) no-repeat;
    position: absolute;
    left: 0;

}
.custom-btn-back:hover{
    background: transparent;
    border: none;
    color: #f33800;
    box-shadow: none;
}
.bg-plus,
.bg-plus:hover{
    background-image: url(../img/base/plus.svg);
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
}

.border-bot{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.password-indication{
    height: 5px;
    width: 1%;
    transition: .5s;
}
footer{
    margin-top: 8rem;
    padding-bottom: 1rem;
}
.input-box2 {
    min-height: 48px;
}
/*.row-count.index {*/
/*    position: relative;*/
/*    top: 0;*/
/*    background-color: #F1F1F1*/
/*}*/
.row-count.edit {
    position: relative;
    top: 0;
    background-color: #F1F1F1
}
.table-search {
    max-width: 70%;
}
div.tab-pane.fade:not(.show) {
    display: none;
}
.border-radius-cus{
    border-radius: 12px;
}
input[type="file"]{
    display: none;
}
.upload-block label{
    display: block;
    position: relative;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #9F9F9F;
    width: 100%;
    height: 96px;
    padding: 18px 23px;
    margin: auto;
    border: 1px dashed #9F9F9F;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.5s;
}
.upload-block label span{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;

    color: #FC5825;
}
.upload-block p{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #9F9F9F;
    margin-bottom: 1rem;
    word-wrap: anywhere;
}
#images{
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
figure{
    /*width: 45%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
figure img{
    width: 25%;
}
figcaption{
    display: flex;
    flex-direction: column;
    width: 65%;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #3C3C3B;
}
figcaption button{
    outline: none;
    background: #F1F1F1;
    border-radius: 21px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #F1F1F1 url(../img/base/delete.svg) no-repeat top 50% right 1rem;
    margin-top: 1rem;
    max-width: 140px;
    height: 32px;
    border: none;
}
#num-of-files span{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.file{
    margin-bottom: 1rem;
}
.file{
    padding-bottom: 1rem;
    border-bottom: 2px solid #F1F1F1
}
.file-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-title{
    width: 70%;
}
.delete-btn{
    outline: none;
    background: #F1F1F1;
    border-radius: 21px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #F1F1F1 url(../img/base/delete.svg) no-repeat top 50% right 1rem;
    margin-top: 1rem;
    max-width: 140px;
    height: 32px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-i{
    max-width: 140px;
    max-height: 140px;
    margin-right: 1rem;
}
.doc-search{
    width: 20% !important;
}

.col-12.col-md-6.d-flex.justify-content-between{
    align-items: center;
}
.dataTables_scrollHeadInner{
    width: 100% !important;
    max-width: 100% !important;
}
a[data-name="add-placeholder"]:hover{
    color: #f33800;
    width: 100%;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:hover{
    background-color: rgba(12, 99, 228, 0.1);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/base/arrow.svg);
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/base/arrow.svg);
    transform: rotate(-180deg);
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.filter-btn{
    width: 100%;
    height: 48px;
    background: #F1F1F1;
    border-radius: 49px;
    letter-spacing: 0.01em;
    color: #1C1C1C;
    opacity: 0.9;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    box-shadow: -1px 0px 14px rgba(0, 0, 0, 0.3);
}
.filter-btn:hover{
    background: #FC5825;
    color: white;
}
.filter-btn[aria-expanded="true"]{
    background: #FC5825;
    color: white;
}
.filter-btn[aria-expanded="true"]:hover{
    background: #F1F1F1;
    color: #1C1C1C;
}


/*.filter-btn i{*/
/*    margin-left: 5px;*/
/*}*/
.rw-10{
    width: 10%;
}
.rw-15{
    width: 15%;
}
.rw-20{
    width: 20%;
}
.rw-30{
    width: 30%;
}
.rw-35{
    width: 35%;
}
.collapse-box{
    padding: 1.5rem 0;
}
.btn-close-collapse{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FC5825;
    opacity: 0.9;
    /*position: absolute;*/
    /*top: 0.5rem;*/
    /*right: 0;*/
    transition: .5s;
}
.btn-close-collapse i{
    margin-left: 0.5rem;
}
.btn-close-collapse:hover{
    color: #d73602;
}
.title-sm{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #1C1C1C;
    opacity: 0.9;
}
.success-btn
{
    background: #FC5825;
    border-radius: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 192px;
    height: 48px;
    transition: 0.6s;
}
.success-btn:hover{
    background: #FC5825;
    color: #FFFFFF;
}
input[data-filter-type="date"]{
    background: white url(../img/base/arrow_or_down.svg) no-repeat right 1rem top 50%;
    background-size: auto;
    height: 48px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3C3C3B;
    padding-left: 1rem;
    border: none;
    width: 100%;
    outline: none;
}

.left-block{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-block{
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.filter-option{
    width: 33%;
}
