* {
    scroll-padding-top: 50px;
}

body {
    font-family: var(--dashboard-font-family);
    background: var(--dashboard-body-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--dashboard-header-font-family);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.header-font {
    font-family: var(--dashboard-header-font-family);
}

.dashboard-font {
    font-family: var(--dashboard-font-family);
}

.arrow-back {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    color: #fff;
}

.arrow-back:hover {
    color: #ffffffcc;
}

.min-width-120 {
    min-width: 120px;
}

.width-90 {
    width: 90px;
}

.width-80 {
    width: 80px;
}

.width-70 {
    width: 70px;
}

.width-60 {
    width: 60px;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FF792B;
    background-color: #FF792B;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #FF792B;
}

.custom-control-label::before {
    border: #FF792B solid 1px;
}

.custom-switch {
    padding-left: 0;
}

.password-eye {
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.password-eye svg {
    width: 100%;
    height: 100%;
    /*fill: #FF792B;*/
}

.password-eye svg path {
    /*stroke: #F2F4F4;*/
}


.password-eye .eye {
    display: block;
    width: 100%;
    height: 100%;
}

.password-eye .close-eye {
    display: none;
    width: 100%;
    height: 100%;
}

.password-eye.show .eye {
    display: none;
}

.password-eye.show .close-eye {
    display: block;
}


.custom-switch .custom-control-label::before {
    left: auto;
    top: 9px;
    right: 12px;
    width: 53px;
    background-color: #ECECF0;
    border-color: #ECECF0 !important;
    border-radius: 50px;
    height: 33px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(20px);
}

.custom-switch .custom-control-label::after {
    width: 27px;
    height: 27px;
    top: 12px;
    right: calc(51px - 16px);
    left: auto;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.custom-switch {
    cursor: pointer;
    font-family: var(--dashboard-font-family);
    font-style: normal;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(118, 115, 141, 0.25);
    border-radius: 13px;
}

.custom-switch .custom-control-label {
    padding: 14px 75px 14px 12px;
    cursor: pointer;
    font-family: var(--dashboard-font-family);
    font-style: normal;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background: transparent;
    box-shadow: none;
    border-radius: 13px;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(10, 115, 255, 0.5);
}

.form-control {
    font-family: HelveticaNeueCyr, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #010000;
    background: #F2F4F4;
    padding: 16px 18px;
    border: 1px solid #F2F4F4;
    height: auto;
    border-radius: 13px;
}

.form-control::placeholder {
    font-family: HelveticaNeueCyr, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #4E5051;
}

.form-control:focus {
    border-color: #FF792B;
    color: #000D10;
    background: #fff;
    outline: 0;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-choices {
    border: 1px solid #515251;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(81, 82, 81, 0.09) inset, 0 0 8px #494a49;
    box-shadow: 0 1px 1px rgba(81, 82, 81, 0.09) inset, 0 0 8px #494a49;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container .chosen-results li.highlighted {
    background-color: rgb(255, 228, 92);
    color: #010000;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(81, 82, 81, 0.21);
    border-color: rgba(81, 82, 81, 0.51);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 5px 8px 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single span {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-right: 15px;
    color: #000000;
}


.chosen-container .chosen-drop {
    background: rgb(245 245 247);
    border: 0;
}

/*.chosen-container-active.chosen-with-drop .chosen-single div {*/
/*    background: url("/images/down_arrow.svg");*/
/*    transform: rotate(180deg);*/
/*}*/

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-choices,
.chosen-container-multi .chosen-choices {
    border: 0;
    box-shadow: none;
    background: #fff;
}

.chosen-container {
    cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice {
    font-family: var(--dashboard-font-family);
    padding: 6px 36px 6px 12px;
    background: rgba(10, 115, 255, 0.08);
    border: 1px solid #0A73FF;
    box-sizing: border-box;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0A73FF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url("/images/close-pink.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    right: 9px;
    top: 9px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: center;
}

.chosen-container.chosen-container-active {
    box-shadow: none;
}

.chosen-container .chosen-drop {
    box-shadow: none;
}

.chosen-container-single .chosen-single {
    display: flex;
    /*justify-content: center;*/
    background: #F6F5F6;
    border: 1px solid #fff;
    padding: 18px;
    border-radius: 13px;
    box-shadow: none;
    align-items: center;
    transition: background 0.15s;
}

.chosen-container-single.chosen-with-drop .chosen-single {
    background: #F6F5F6;
    border: 1px solid #fff;
    border-radius: 13px 13px 0 0;
}

.form-group.white-bg-plugins .chosen-container-single .chosen-single {
    background-color: #fff;
}

.disabled-container {
    position: relative;
}

.disabled-container:after {
    z-index: 99999;
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* --------------------------- DataTable ------------------------------ */

table.table.dataTable {
    border: 0;
    background: transparent;
    overflow: visible;
}

table.table.dataTable tr {
    cursor: pointer;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border: 0;
}

table.table-bordered.dataTable th {
    font-family: HelveticaNeueCyr, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4E5051;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    display: none;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    content: url("/images/icon/data_table_arrow.svg");
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    inset: auto;
    top: 3px;
    left: 6px;
    transition: 0.15s ease-in-out;
    transform: rotate(0);
}

table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc:after {
    opacity: 1;
}

table.dataTable>thead .sorting_desc:after {
    transform: rotate(180deg);
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 0.75rem;
}

table.dataTable>thead>tr>th.th-p-l-0 {
    padding-left: 0;
}

table.dataTable>thead>tr>th.th-p-r-0 {
    padding-right: 0;
}

table.dataTable>thead>tr>th.th-p-l-6 {
    padding-left: 6px;
}


table.dataTable>thead>tr>th.th-p-r-6 {
    padding-right: 6px;
}

table.dataTable {
    border-spacing: 0 8px;
    border-collapse: separate;
}

table.dataTable tr .bl-13 {
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}

table.dataTable tr .br-13{
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
}

table.dataTable tr td.left-shadow,
table.dataTable tr td.vertical-shadow,
table.dataTable tr td.right-shadow {
    position: relative;
}

table.dataTable tr td.vertical-shadow:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    clip-path: inset(-200px 0px -200px 0px);
    box-shadow: 0 4px 12px rgba(118, 115, 141, 0.25);
}

table.dataTable tr td.left-shadow:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    clip-path: inset(-200px 0px -200px -200px);
    box-shadow: 0 4px 12px rgba(118, 115, 141, 0.25);
}

table.dataTable tr td.right-shadow:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    clip-path: inset(-200px -200px -200px 0px);
    box-shadow: 0 4px 12px rgba(118, 115, 141, 0.25);
}

table.dataTable tr:hover td {
    z-index: 7;
}

table.dataTable tr td.left-shadow:after {
    box-shadow: 0 4px 12px rgba(118, 115, 141, 0.25);
    clip-path: inset(-200px 0px -200px -200px)
}

table.dataTable tr:hover td.left-shadow:after,
table.dataTable tr:hover td.right-shadow:after,
table.dataTable tr:hover td.vertical-shadow:after {
    box-shadow: 0 12px 24px rgba(118, 115, 141, 0.25);
}



/* --------------------------- DROPZONE ------------------------------ */


.dropzone {
    min-height: auto;
    border: none;
    background: rgba(255, 121, 43, 0.04);
    padding: 0;
}


.ds-dropzone {
    box-sizing: border-box;
    border-radius: 13px;
    width: 100%;
    /*background-image: repeating-linear-gradient(0deg, #FF792B, #FF792B 9px, transparent 9px, transparent 23px, #FF792B 23px),*/
    /*repeating-linear-gradient(90deg, #FF792B, #FF792B 9px, transparent 9px, transparent 23px, #FF792B 23px),*/
    /*repeating-linear-gradient(180deg, #FF792B, #FF792B 9px, transparent 9px, transparent 23px, #FF792B 23px),*/
    /*repeating-linear-gradient(270deg, #FF792B, #FF792B 9px, transparent 9px, transparent 23px, #FF792B 23px);*/
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='13' ry='13' stroke='rgb(255, 121, 43)' stroke-width='3' stroke-dasharray='8%2c 12' stroke-dashoffset='23' stroke-linecap='round'/%3e%3c/svg%3e");
    /*background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;*/
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    transition: background-color 0.15s ease-in-out;
}

.ds-dropzone.dropzone.dz-drag-hover {
    border-style: none;
}

.ds-dropzone.dropzone.dz-drag-hover .dz-message {
    opacity: 1;
}

.ds-dropzone.dz-started {
    border: 1px solid #ECECF0;
    display: flex;
    align-items: center;
    box-shadow: 0px 16px 40px rgba(142, 146, 167, 0.13);
    background: #fff;
}

.ds-dropzone.dz-started:hover {
    background: #fff;
}


.ds-dropzone .dz-message.custom {
    padding: 32px;
    margin: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 60px auto;
    column-gap: 24px;
}

.ds-dropzone.dz-started .dz-message.custom {
    display: none;
}

.ds-dropzone .dz-message.custom .message-container {
    font-family: var(--dashboard-font-family);
    text-align: start;
}

.ds-dropzone .dz-message.custom .message-container span {
    font-weight: 700;
    color: #FF792B;
}

.ds-dropzone .dz-message.custom .message-container .main {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000D10;
}

.ds-dropzone .dz-message.custom .message-container .description {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4E5051;
}

.ds-dropzone .file-row {
    font-family: var(--dashboard-font-family);
    display: grid;
    padding: 40px;
    align-items: center;
    width: 100%;
    grid-template-columns: 60px calc(100% - 160px) 40px;
    column-gap: 30px;
}

.ds-dropzone .file-row p {
    margin-bottom: 0;
}

.ds-dropzone div[data-dz-remove], .ds-dropzone div[data-dz-remove] * {
    cursor: pointer;
}


/*.ds-dropzone .file-row .play,*/
/*.ds-dropzone .file-row.dz-complete .ds-circle-progres {*/
/*    display: none;*/
/*}*/

/*.ds-dropzone .file-row.dz-complete .play {*/
/*    display: block;*/
/*}*/

.ds-dropzone .file-row .name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ds-dropzone .file-row .size {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #81828B;
}

.ds-dropzone .small-main {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #0A73FF;
    display: none;
}

.ds-dropzone div.ds-circle-progres[role="progressbar"]:before {
    display: none;
}

.ds-dropzone.small,
.ds-dropzone.small .file-row {
    min-height: 56px;
}

.ds-dropzone.small .dz-message.custom {
    padding: 12px 16px;
}

.ds-dropzone.small svg {
    width: 32px;
    height: 32px;
}

.ds-dropzone.small .main,
.ds-dropzone.small .description {
    display: none;
}

.ds-dropzone.small .small-main {
    display: block;
}

.ds-dropzone.small .file-row {
    padding: 12px 16px;
}

.ds-dropzone.small .file-row .size {
    display: none;
}

.ds-dropzone.small div[data-dz-remove] svg {
    width: 28px;
    height: 28px;
}

.ds-dropzone.small div.ds-circle-progres[role="progressbar"] {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.ds-border-b-1 {
    border-bottom: 1px solid #ECECF0;
}

/* ------------ PROGRESS-BAR ---------------*/


@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div.ds-circle-progres[role="progressbar"] {
    --pgPercentage: var(--value);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.1s;
    background: conic-gradient(#0A73FF calc(var(--pgPercentage) * 1%), #def calc(var(--pgPercentage) * 1% + 0.1%));
    font-family: var(--dashboard-font-family);
    font-size: calc(50px / 5);
    color: #0A73FF;
}

div.ds-circle-progres[role="progressbar"]::after {
    content: '';
    inset: 10%;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
}

div.ds-circle-progres[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    position: relative;
    z-index: 20;
}


div.ds-circle-progres.hidden-percent[role="progressbar"]::before {
    content: none;
}


/* ------------ BOOTSTRAP-MULTISELECT ---------------*/


.multiselect-native-select .custom-select {
    background: #F6F5F6;
    border-color: #F6F5F6;
    border-radius: 13px;
    padding: 17px 18px;
    height: auto;
    transition: border 0.15s, background 0.15s;
}

.multiselect-native-select .custom-select:focus {
    border-color: #010000;
    background: #fff;
    outline: 0;
    box-shadow: none;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
    background-color: transparent;
}

.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
    background-color: transparent !important;
}

.multiselect-container .multiselect-all,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-option {
    padding: 12px 12px 12px 20px;
}

.multiselect-container .multiselect-all .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-option .form-check {
    padding: 0 5px 0 28px;
}

.multiselect-native-select .dropdown-menu.show {
    width: 100%;
    margin-top: 8px;
    box-shadow: 0 16px 40px rgba(142, 146, 167, 0.13);
}

.multiselect-native-select .form-check-label {
    font-family: var(--dashboard-font-family), sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #696773;
    display: flex;
    align-items: center;
}

.multiselect-native-select .form-check-input:checked ~ .form-check-label {
    color: #010000;
}

.multiselect-native-select .form-check-label .img-container {
    width: 42px;
    height: 42px;
    margin-right: 16px;
    border-radius: 50%;
}

.multiselect-native-select .form-check-label .img-container img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.multiselect-native-select .multiselect-selected-text {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    color: #000000;
}

.multiselect-native-select .multiselect-selected-text:after {
    content: '';
    display: inline-block;
    height: 12px;
    position: relative;
    margin-left: 15px;
    width: 24px;
    background: url(/images/down_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: .15s;
    background-size: cover;
}

.multiselect-native-select .show .multiselect-selected-text:after {
    transform: rotate(180deg);
}

.multiselect-native-select .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 18px;
    margin-top: 11px;
    margin-left: -30px;
    height: 18px;
}

.multiselect-native-select .form-check-input:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/images/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border: 1px solid #81828B;
    border-radius: 15%;
    transition: 0.15s;
    z-index: 40;
}

.multiselect-native-select .form-check-input:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15%;
    background: linear-gradient(180deg, #FFE45C 0%, #C90606 100.17%);
    z-index: 38;
}

.multiselect-native-select .form-check-input:checked:after {
    background-color: transparent;
    border-color: transparent;
}

/* ------------ RADIO-BUTTON ---------------*/


.ds-radio-btn-container .title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #696773;
}

.btn-group > label.btn.radio-btn {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 17px 28px;
    line-height: 150%;
    margin-right: 12px;
    text-align: center;
    width: max-content;
    border: 1px solid #B9B7BE;
    border-radius: 13px !important;
    color: #696773;
}

input[type=radio]:checked + .btn.radio-btn {
    background: #FFE45C;
    border: 1px solid #010000;
    border-radius: 13px;
    color: #010000;
}

.btn.radio-btn:hover {
    transition: 0.15s;
    box-shadow: 0 0 10px -3px rgba(1, 0, 0, 0.3);
}

/* ------------ DATE-PICKER ---------------*/

.datepicker {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0 32px 80px rgba(142, 146, 167, 0.6);
    border-radius: 13px;
}

.date-picker-input {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    height: 56px;
    color: #010000;
    background: #F6F5F6;
    padding: 17px 18px;
    border: 1px solid #F6F5F6;
    border-radius: 13px;
}

.date-picker-input::placeholder {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #010000;
}

.calendar .date-picker-input {
    padding-right: 40px;
    position: relative;
}

.form-group.calendar {
    position: relative;
}

.date-picker-input:focus {
    outline: none;
    box-shadow: none;
}

.form-group.calendar:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 28px;
    bottom: 34px;
    background-image: url("/images/project/calendar.svg");
}



.datepicker td,
.datepicker th {
    width: 270px;
    height: auto;
}

.datepicker .datepicker-days td,
.datepicker th {
    width: 46px;
    height: 36px;
}

.datepicker th.dow {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #81828B;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: rgba(244, 39, 161, 0.06);
    background-image: radial-gradient(185.44% 100.68% at 98.86% -0.68%, rgba(248, 47, 111, 0.25) 0%, rgba(240, 40, 154, 0.06) 100%);;
}

.datepicker td.day {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.datepicker td span {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.datepicker .datepicker-days .datepicker-switch,
.datepicker .datepicker-days .next,
.datepicker .datepicker-days .prev {
    font-family: var(--dashboard-font-family);
    position: absolute;
}

.datepicker .next,
.datepicker .prev {
    font-size: 0;
    background-image: url("/images/calendar_arow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    background-position: center;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background-color: transparent;
    opacity: 0.8;
}

.datepicker .datepicker-days .datepicker-switch {
    left: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}

.datepicker .datepicker-days .table-condensed thead tr:nth-of-type(2) {
    position: relative;
    height: 36px;
}

.datepicker .next {
    top: 10px;
    right: 10px;
}

.datepicker .prev {
    top: 10px;
    right: 35px;
    transform: rotate(180deg);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background: #FFE45C;
    border-radius: 106px;
    color: #010000;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background: #FFE45C;
    border-radius: 106px;
    color: #010000;
}

.datepicker td,
.datepicker th {
    padding: 4px;
}

.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}

/* -------------- DROPDOWN ---------------*/
.ds-dropdown {
    position: relative;
    padding: 12px;
    cursor: pointer;
    background: #F2F4FA;
    border-radius: 5px;
}
.ds-dropdown.active {
    background: #0A73FF;
}

.ds-dropdown.active svg path {
    fill: #fff;
    stroke: #fff;
}

.ds-dropdown .ds-dropdown-list {
    z-index: 20;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    width: max-content;
    max-height: 300px;
    top: calc(100% + 8px);
    right: 0;
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #E4E6E9;
    box-shadow: 0 16px 40px rgba(142, 146, 167, 0.13);
    border-radius: 3px;
    transition: 0.15s ease-in-out;
}
.ds-dropdown.active .ds-dropdown-list {
    visibility: visible;
    opacity: 1;
}

.ds-dropdown .ds-dropdown-list .ds-dropdown-item {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #161518;
    transition: 0.15s ease-in-out;
}

.ds-dropdown .ds-dropdown-list .ds-dropdown-item:not(:last-of-type) {
    margin-bottom: 12px;
}

.ds-dropdown .ds-dropdown-list .ds-dropdown-item.active,
.ds-dropdown .ds-dropdown-list .ds-dropdown-item:hover {
    color: #0A73FF;
}


/*  ----------------------- CUSTOM ----------------------------------  */

.ds-close {
    all: unset;
    width: 40px;
    height: 40px;
    background: #F2F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.action-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F4F4;
    cursor: pointer;
    border-radius: 13px;
    outline: 0;
    border: 0;
    transition: 0.15s ease-in-out;
}

.action-btn:hover {
    background: #ecefef;
}

.action-btn.show {
    background: #FF792B;
    position: relative;
}

.action-btn.show svg path {
    fill: #fff;
}

.action-btn .dropdown-toggle::after {
    content: none;
}

.action-btn .dropdown-item {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 149%;
    color: #161518;
}

.action-btn .dropdown-item.dropdown-toggle {
    position: relative;
}

.action-btn .dropdown-menu {
    left: 0;
    top: 105%;
}

.action-btn .dropdown-item.dropdown-toggle .dropdown-menu {
    left: 98%;
    top: 0;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
}

.action-btn .dropdown-item.active,
.action-btn .dropdown-item:hover {
    color: #FF792B;
    background: #fff;
}

.fill-btn {
    outline: none;
    border: 0;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #024865;
    border-radius: 13px;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease-in-out;
}

.fill-btn:hover,
.fill-btn:focus {
    background: #023347;
}

.fill-btn.grey {
    color: #024865;
    background: #F2F4F4;
}

.fill-btn.grey:hover,
.fill-btn.grey:focus {
    background: #e8ecec;
}

.outline-btn {
    outline: none;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #024865;
    background: #FFFFFF;
    border: 1px solid #024865;
    border-radius: 13px;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease-in-out;
}

.outline-btn:hover,
.outline-btn:focus {
    color: #013c55;
    border: 1px solid #013c55;
    box-shadow: inset 2px 2px 10px rgba(1, 60, 85, 0.10);
}

.outline-btn.danger {
    color: #EE1E34;
    border: 1px solid #EE1E34;
}

.outline-btn.danger:hover,
.outline-btn.danger:focus {
    color: #dc152a;
    border: 1px solid #dc152a;
    box-shadow: inset 2px 2px 10px rgba(220, 21, 42, 0.10);
}

.img-btn svg,
.img-btn img {
    margin-right: 10px;
}

.modal-lg, .modal-xl {
    max-width: 950px;
}

.modal-sm {
    max-width: 600px;
}

.modal-content {
    background: #FFFFFF;
    box-shadow: 0 32px 80px rgba(142, 146, 167, 0.6);
    border-radius: 13px;
    border: 0;
    padding: 40px 40px 0;
}

.modal-header {
    padding: 0 0 32px 0;
}

.modal-body {
    padding: 22px 20px 10px;
    max-height: 580px;
    overflow-y: overlay;
    overflow-x: visible;
    margin: 10px -20px;
}

.modal-body.overflow-visible {
    overflow-y: visible;
}

.modal-footer {
    margin: 0 -40px;
    padding: 20px 40px;
    box-shadow: 0 -1px 0 rgba(142, 146, 167, 0.15);
    border: 0;
    z-index: 4;
    gap: 4px;
}

.modal-footer > * {
    margin: 0;

}

.form-group label {
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4E5051;
}

.modal-body .row {
    margin-left: -5px;
    margin-right: -5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.ds-modal-backdrop .ds-modal .ds-btn-container button.agree {
    font-family: var(--dashboard-secondary-font-family);
    background: #024865;
    border-radius: 13px;
    font-size: 16px;
}

.ds-modal-backdrop .ds-modal .ds-btn-container button.disagree {
    font-family: var(--dashboard-secondary-font-family);
    font-size: 16px;
    background: #F2F4F4;
    border-radius: 13px;
    color: #024865;
}

.ds-modal-backdrop .ds-modal .ds-modal-content {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.15px;
    color: #EE1E34;
}

.chosen-select-with-img .chosen-container-single .chosen-single {
    padding: 12px;
    box-shadow: 0 4px 12px rgba(118, 115, 141, 0.25);
    border-radius: 13px;
    height: unset;
    background: #fff;
    position: relative;
}

.chosen-select-with-img.change-client-label .chosen-container-single .chosen-single:after {
    position: absolute;
    content: 'Change Client';
    font-family: var(--dashboard-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #4E5051;
    right: 45px;
}

.chosen-select-with-img .chosen-container-single .chosen-search input[type="text"] {
    outline: none;
}

.chosen-select-with-img .chosen-container.chosen-with-drop .chosen-drop {
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid #E4E6E9;
    box-shadow: 0 16px 40px rgba(142, 146, 167, 0.13);
    border-radius: 13px;
}

.chosen-select-with-img .chosen-container .chosen-results li.highlighted {
    background: #fff;
    color: #FF792B;

}

.chosen-select-with-img .chose-image-list {
    background: #FFFFFF;
    border: 2px solid #F2F4F4;
    border-radius: 5px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chosen-select-with-img .chosen-single img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin-right: 8px;
    border-radius: 13px;
}


*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.01);
    border-radius: 6px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, .01);
    background-color: #b6b6b6;
}
