.cursor-initial {
    cursor: initial;
}

.sort-asc .table-complex__sort {
    transform: rotate(180deg);
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/arrow2.svg);
}

.select2-container--default .select2-selection--multiple:after {
    background-image: url(../images/arrow.svg);
}

.message__docs-add {
    position: relative;
}

.message__docs-add input[type=file] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.text--sm {
    font-size: 13px;
    line-height: 1.2;
}

.text--muted {
    opacity: .5;
}

.btn:disabled {
    opacity: .5;
    pointer-events: none;
}

.header__burger {
    cursor: pointer;
}

.has-notifications .notify__icon-svg {
    transform: rotate(27deg);
    opacity: 1;
}

.notify__icon-svg {
    opacity: .4;
}

#notifications-counter.notify__icon-counter {
    display: none;
}

.has-notifications #notifications-counter.notify__icon-counter {
    display: flex;
}

.notify.active .notify-menu {
    top: calc(100% + 18px);
    opacity: 1;
    pointer-events: all;
}

.is-loading .notify-menu__inner {
    opacity: .5;
    pointer-events: none;
}

.is-loading.notify-menu .lds-ring {
    position: absolute;
    top: 0;
    bottom: 0;
}

blockquote {
    border-left: 4px solid #e93f3c;
    margin-left: 0;
    padding: 5px 35px;
    font-style: italic;
}

#disclosure .company-info ul {
    padding-left: 35px;
    margin-bottom: 10px;
}

#disclosure .company-info li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #e93f3c;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

#disclosure .company-info__inner p:not(:last-child) {
    margin-bottom: 15px;
}

.form__control {
    transition: all .3s;
}

.btn {
    transition: all .3s;
}

.form__item.accepted .form__control,
.form__item.accepted .select2-selection {
    background-color: rgba(124 221 140, 0.1);
    border-bottom: 1px solid !important;
    border-bottom-color: rgb(2, 197, 34) !important;
}

.form__control-error-text {
    position: absolute;
    font-size: 12px;
    bottom: -24px;
    color: #eb5757;
    padding-left: 15px;
}

/*body:has(.modal--open) {*/
/*overflow: hidden;*/
/*}*/

input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 5px;
    width: 19px;
    height: 12px;
    border-radius: 1px;
    background-color: transparent;
    border-left: 4px solid #dd4333;
    border-bottom: 4px solid #dd4333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.table-block {
    width: 100%;
    position: relative;
    z-index: 10;
}

.table--history {
    border: 1px solid #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.table--history .table__row {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: flex;
    background: #f9fafb;
}

.table--history .table__body .table__row:not(:last-child),
.table--history .table__header .table__row {
    border-bottom: 1px solid #fff;
}

.table--history .table__row:nth-child(even) {
    background-color: rgba(249, 250, 251, .5);
}

.table--history .table__item {
    color: #6b7280;
    font-size: 14px;
    font-family: 'Tilda-Regular', Arial, sans-serif;
    line-height: 1.43;
    font-weight: 400;
    padding: 10px;
    position: relative;
}

.table--history .table__row .table__item:not(:last-child) {
    border-right: 1px solid #fff;
}

.table--history .table__row .table__item:before {
    display: none;
}

.table--history .table__row .table__item {
    display: flex;
    align-items: center;
}

.table--history-mod1 {
    width: 100%;
}

.table--history-mod1 .table__item:nth-child(1) {
    width: 35%;
}

.table--history-mod1 .table__item:nth-child(4) {
    width: 15%;
    flex-grow: 0;
    flex-shrink: 0;
}

.table--history-mod1 .table__item:nth-child(2),
.table--history-mod1 .table__item:nth-child(3) {
    width: 25%;
}

.form__group--login {
    display: flex;
    justify-content: space-between;
}

.form__item.error .form__counter {
    bottom: 27px;
    background: none;
}

@media (max-width: 1000px) and (max-height: 950px) {
    .content__inner:has(.filter__btn--active) {
        min-height: calc(100vh + 400px);
    }
}

@media (max-width: 1145px) {
    .table--history .table__row .table__item-header {
        flex-wrap: wrap;
    }
}

@media (max-width: 680px) {
    .table--history .table__row--header {
        display: none;
    }

    .table--history .table__row {
        margin-bottom: 10px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        border-bottom: none;
    }

    .table--history .table__row .table__item {
        border-bottom: 1px solid #fff;
        text-align: right;
    }

    .table--history .table__row .table__item:nth-child(1) {
        width: 100%;
        display: block;
        text-align: center;
    }

    .table--history .table__row .table__item:nth-child(1):before {
        display: block;
        margin: 0 0 5px;
        text-align: center;
    }

    .table--history .table__row {
        flex-direction: column;
    }

    .table--history .table__row .table__item:before {
        content: attr(data-label);
        display: inline-flex;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        color: #6b7280;
        width: auto;
    }

    .table--history .table__row .table__item:nth-child(odd),
    .table--history .table__row .table__item:nth-child(even) {
        width: 100%;
        justify-content: space-between;
    }

    .table--history-mod1 .table__item:nth-child(1) {
        width: 100%;
        display: block;
    }

    .table--history-mod1 .table__item:nth-child(1):before {
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 680px) and (max-width: 525px) {
    .table--history-mod1 .table__item:nth-child(1):before {
        width: auto;
    }
}

@media (max-width: 525px) {
    .form__group--login {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 525px) {
    .table--history-mod1 .table__item:before {
        width: 141px;
    }
}

.select .select2-container--default .select2-selection--single {
    background-color: #f2f4f6;
}

.reg-select:has(.value-selected) .select2-selection[aria-expanded="false"] {
    border-bottom: 1px solid rgb(2, 197, 34) !important;
}

.title .notify__icon-counter {
    left: calc(100% + 2px);
    right: initial;
}

.banner {
    background-color: #D94236;
    color: #fff;
}

.banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.banner__logo {
    width: 128px;
    min-width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__logo-img {
    width: 100%;
    object-fit: contain;
}

.banner__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner__content--bold {
    font-family: 'Tilda-Bold', Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
}
.banner__content--ligth {
    font-family: 'Tilda-Light', sans-serif;
    font-size: 14px;
    line-height: 17px;
}

.banner__content-underline {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.banner__link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    min-width: 107px;
}

.banner__link-text {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #fff;
    font-family: 'Tilda-Light', sans-serif;
    font-size: 14px;
    line-height: 17px;
}

.banner__link:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .banner__content--bold {
        display: none;
    }

    .banner__inner {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .banner__logo {
        order: 2;
    }

    .banner__content {
        order: 1;
        width: 100%;
    }

    .banner__link {
        order: 3;
    }
}