.--select-tag,
.options__item,
.options__text,
.select__title,
.upload input {
    cursor: pointer;
}
.object-file__name,
.result p,
.select__content,
.select__text {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select {
    min-width: 0;
}
.select,
.select__body {
    position: relative;
}
.select__title {
    background-color: #fafafa;
    border: 0.0625rem solid #f4f4f4;
    border-radius: 1rem;
    color: inherit;
    height: 3.0625rem;
    text-align: left;
    width: 100%;
}
.select__value {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    font-weight: 500;
    gap: 0.625rem;
    height: 1.875rem;
    min-width: 0;
    padding-right: 1.5rem;
}
.select__value > * {
    flex: 1 1 auto;
}
.select__value:before {
    flex: 0 0 1rem;
    font-size: 0.875rem;
    position: relative;
    top: -0.0625rem;
    transition: 0.4s;
}
.--select-open .select__value:before {
    transform: rotate(-180deg);
}
.select__value.--select-pseudo-label:before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}
.select__content {
    font-weight: 500;
    padding: 0 1.5rem;
}
.select__content,
.select__text {
    flex: 1 1 auto;
    overflow: hidden;
}
.select__input {
    background-color: transparent;
    height: 100%;
    padding: 0 0.625rem;
    width: 100%;
}
.--select-active .select__input::placeholder {
    color: #000;
}
.--select-focus .select__input::placeholder {
    opacity: 0.5;
}
.select__options {
    background-color: #fafafa;
    border: 0.0625rem solid #f4f4f4;
    border-radius: 0 0 1.25rem 1.25rem;
    border-top: 0;
    color: #748194;
    left: 0;
    min-width: 100%;
    padding: 0.625rem 0 0;
    position: absolute;
    top: calc(100% - 0.625rem);
}
.select__scroll {
    max-height: 12.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.select__option {
    /* color: inherit; */
    color: #000;
    cursor: pointer;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    text-align: left;
    transition: 0.4s;
    width: 100%;
}
.select__option[disabled] {
    color: #748194;
}
.select__option.--select-selected {
    background-color: #eee;
}
.select__option:not(:first-child) {
    border-top: 0.0625rem solid rgba(116, 129, 148, 0.186);
}
.select__option:last-child {
    padding-bottom: 1.25rem;
}
.select__row {
    align-items: center;
    display: inline-flex;
}
.select--show-top .select__options {
    border: 0.0625rem solid #d9d9d9;
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0;
    bottom: calc(100% - 0.0625rem);
    padding: 0.3125rem 0 0.625rem;
    top: auto;
}
.options {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.options__item {
    position: relative;
}
.debtors-item:not(:last-child),
.deposit-item__title,
.details-body .details-item ul li:not(:last-child),
.options__item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.options__input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.options__input:checked + .options__text:before {
    border: 0.0625rem solid #000;
}
.options__input:checked + .options__text:after {
    transform: scale(1);
}
.options__text {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 0.875rem;
    gap: 0.625rem;
}
.options__text:before {
    align-self: flex-start;
    border: 0.0625rem solid #a7a9ac;
    border-radius: 50%;
    content: "";
    flex: 0 0 0.875rem;
    height: 0.875rem;
    transition: 0.4s;
    width: 0.875rem;
}
.options__text:after {
    background-color: #7a956b;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 0.1875rem;
    position: absolute;
    top: 0.1875rem;
    transform: scale(0);
    transition: 0.3s;
    width: 0.5rem;
}
.upload-photo {
    align-items: center;
    display: flex;
    justify-content: center;
}
.dp-box-01,
.upload-photo__body {
    position: relative;
}
.upload-photo__image {
    border: 0.125rem solid #efefef;
    border-radius: 50%;
    flex: 0 0 10rem;
    height: 10rem;
    overflow: hidden;
    position: relative;
    width: 10rem;
}
.upload-photo__image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.actions-upload-photo__btn {
    align-items: center;
    background-color: #000;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 2.5rem;
    justify-content: center;
    overflow: hidden;
    padding: 0.25rem;
    position: absolute;
    right: 0;
    transition: 0.4s;
    width: 2.5rem;
    z-index: 2;
}
.actions-upload-photo__menu {
    background: #fafafa;
    border: 0.0625rem solid #f4f4f4;
    border-radius: 0.375rem;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 3;
}
.actions-upload-photo__menu ul {
    display: flex;
    flex-direction: column;
}
.actions-upload-photo__menu ul li button {
    color: #181818;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 110%;
    padding: 0.375rem 0.375rem 0.25rem;
    text-align: left;
    transition: 0.3s;
    white-space: nowrap;
    width: 100%;
}
.actions-upload-photo .menu-upload-photo {
    height: 0;
    opacity: 0;
    pointer-events: none;
    transform-origin: center bottom;
    transition: 0.4s;
    visibility: hidden;
}
.actions-upload-photo._active .menu-upload-photo {
    height: 3.25rem;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.actions-upload-photo._active .actions-upload-photo__btn {
    transform: scale(0);
}
.file-upload {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.file-upload:not(:first-child) {
    margin-top: 0.375rem;
}
.file-upload__body {
    flex-wrap: wrap;
}
.file-upload__body,
.file-upload__btn,
.info-note ul li,
.item-time,
.selected-image-popup {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.file-upload__btn {
    border-radius: 1.25rem;
    color: #979797;
    font-size: 0.875rem;
    padding: 0.875rem 1rem;
    transition: 0.4s;
}
.object-file__btn,
.object-file__icon,
.selected-image-popup__left,
.selected-image-popup__remove {
    color: #fff;
    background-color: #000;
}
.object-file {
    align-items: center;
    background: hsla(0, 0%, 9%, 0.1);
    border: 0.0625rem solid #fff;
    border-radius: 1.25rem;
    display: flex;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem 0.25rem 0.25rem;
    position: relative;
}
.object-file__icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: 0 0 2rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}
.object-file__name {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 120%;
    max-width: 7.5rem;
    overflow: hidden;
}
.object-file__btn,
.upload {
    align-items: center;
    display: flex;
}
.object-file__btn {
    border: 0.0625rem solid transparent;
    border-radius: 50%;
    height: 1rem;
    justify-content: center;
    position: absolute;
    right: 0.125rem;
    top: -0.375rem;
    transition: 0.4s;
    width: 1rem;
    z-index: 2;
}
.object-file__btn:before {
    font-size: 0.5rem;
    transition: 0.4s;
}
.upload {
    border: 0.0625rem dashed #dbdbdb;
    border-radius: 1rem;
    flex-direction: column;
    height: 8.25rem;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    text-align: center;
}
.popup-image__btn span:first-child,
.result p,
.selected-image-popup._active .popup-image__btn span:nth-child(2),
.upload__icon {
    display: block;
}
.upload__icon {
    background-color: #000;
    border-radius: 50%;
    height: 2.5rem;
    margin-bottom: 1rem;
    width: 2.5rem;
}
.upload__icon:before {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    height: 90%;
    justify-content: center;
    position: relative;
    width: 100%;
}
.upload input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.debtors-item__value,
.popup-form__item .options__text,
.upload p {
    font-weight: 500;
}
.upload p span {
    text-decoration: underline;
}
.item-add._active .item-add__btn,
.upload._active .upload-input,
.upload._active .upload__box {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.item-add._active .item-add__object,
.upload._active .result {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.upload__box {
    flex-direction: column;
    justify-content: center;
}
.result,
.upload__box {
    align-items: center;
    display: flex;
    transition: 0.4s;
}
.result {
    gap: 0.375rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 25rem;
}
.result p {
    flex: 1 1 auto;
    line-height: 120%;
    overflow: hidden;
    text-align-last: left;
}
.result button,
.result span {
    display: flex;
    height: 1rem;
    width: 1rem;
}
.result span {
    flex: 0 0 1rem;
}
.result span:before {
    font-size: 1rem;
}
.popup__title,
.popup__title span,
.result button:before {
    font-size: 0.875rem;
}
.result button {
    align-items: center;
    justify-content: center;
}
.selected-image-popup__input {
    display: none;
}
.selected-image-popup__remove {
    align-items: center;
    border: 0.0625rem solid #000;
    border-radius: 50%;
    display: flex;
    height: 1rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -0.3125rem;
    transition: 0.4s;
    width: 1rem;
}
.selected-image-popup__remove:before {
    font-size: 0.5rem;
    transition: 0.4s;
}
.selected-image-popup__left {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: 0 0 2rem;
    height: 2rem;
    justify-content: center;
    overflow: hidden;
    width: 2rem;
}
.selected-image-popup__text {
    font-size: 0.875rem;
    font-weight: 500;
}
.popup-image__btn {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}
.popup-image__btn,
.popup-image__btn span,
.popup-image__btn span:before {
    transition: 0.4s;
}
.custom-item,
.popup-image__body,
.popup-image__btn span:nth-child(2),
.selected-image-popup._active .popup-image__btn span:first-child,
[data-user="existing"],
[data-user="new"] {
    display: none;
}
.popup-image__separator-v {
    background-color: #dcdcde;
    display: none;
    flex: 0 0 0.0625rem;
    height: 2.25rem;
    width: 0.0625rem;
}
.selected-image-popup._active .popup-image__separator-v {
    display: flex;
}
.custom-item._active,
.selected-image-popup._active .popup-image__body,
[data-user="existing"]._active,
[data-user="new"]._active {
    display: block;
}
.popup-image__selected-item {
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 1.25rem;
    display: flex;
    gap: 0.25rem;
    padding: 0.125rem 0.5rem 0.125rem 0.25rem;
    position: relative;
}
.popup__head,
.popup__title,
[data-fls-popup-wrapper] {
    align-items: center;
    display: flex;
}
[data-fls-popup],
body:after {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
}
body:after {
    background-color: hsla(0, 0%, 44%, 0.56);
    content: "";
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s;
    width: 100%;
    z-index: 149;
}
[data-fls-popup-open] body:after {
    opacity: 1;
}
[data-fls-popup] {
    bottom: 0;
    padding: 1.875rem 0.625rem;
    right: 0;
    transition: visibility 0.8s;
    visibility: hidden;
}
[data-fls-popup][data-fls-popup-active] {
    overflow: auto;
    pointer-events: auto;
    visibility: visible;
    z-index: 150;
}
[data-fls-popup-active] [data-fls-popup-body] {
    opacity: 1;
    visibility: visible;
    /* -ms-overflow-style: none; */
    position: relative;
}
span.error.field-error-msg {
    color: red;
    font-size: 12px;
    padding: 4px;
    display: block;
}
._action-txt,
.comment-wrapper,
.copy-atantion,
.item-add .item-add__object,
[data-fls-popup-body] {
    opacity: 0;
    visibility: hidden;
}
[data-fls-popup-wrapper] {
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}
[data-fls-popup-body] {
    background-color: #fff;
    border-radius: 1rem;
    max-width: 43.75rem;
    overflow: hidden initial;
    transition: 0.4s;
    width: 100%;
}
.client-form__actions a.client-form__submit,
.client-form__actions button.client-form__submit,
.popup__head {
    background-color: #000;
    color: #fff;
}
.atantion .popup__body,
.remove-popup [data-fls-popup-body] {
    max-width: 24.375rem;
}
[data-fls-popup-body].debtors {
    max-width: 56.25rem;
}
[data-fls-popup-body]._w-460 {
    max-width: 28.75rem;
}
[data-fls-popup-body]._w-570 {
    max-width: 35.625rem;
}
[data-fls-popup-body]._w-660 {
    max-width: 41.25rem;
}
[data-fls-popup-youtube-place] iframe {
    aspect-ratio: 16/9;
    width: 100%;
}
.popup__head {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    justify-content: space-between;
    padding: 1.0625rem 1.25rem 1.0625rem 1.5rem;
    top: 0;
    z-index: 8;
}
.popup__title {
    font-weight: 500;
    gap: 1rem;
}
.popup__title span {
    color: #6a6a6b;
    font-weight: 600;
}
.popup__close {
    align-items: center;
    display: flex;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    justify-content: center;
    width: 1.25rem;
}
.popup__close:before {
    font-size: 0.625rem;
    transition: 0.4s;
    will-change: transform;
}
.popup__content {
    padding: 1.5625rem 1.5rem 1.5rem;
}
.details-item:not(:last-child),
.reservation-info {
    padding-bottom: 1.5rem;
}
.client-form {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}
.client-form__actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}
.client-form__actions a,
.client-form__actions button {
    align-items: center;
    border: 0.0625rem solid #000;
    border-radius: 1rem;
    display: flex;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    overflow: hidden;
    transition: 0.4s;
    width: 9rem;
}
.client-form__actions a.client-form__remove,
.client-form__actions button.client-form__remove {
    background: 0 0;
    border: none;
    border-bottom: 0.0625rem solid #e6533e;
    border-radius: 0;
    color: #e6533e;
    font-weight: 700;
}
.passwords-box {
    display: flex;
    gap: 1.25rem;
}
.label-form,
label {
    color: #979797;
    font-size: 0.75rem;
}
.otp-group,
.popup__box-duble {
    display: flex;
    gap: 1rem;
}
.otp-group input {
    flex: 0 0 3rem;
    font-size: 1.125rem;
    font-weight: 500;
    height: 3rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
    width: 3rem;
}
.password__item .label-form {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.popup-form__item:not(:last-child),
.remove-content__info:not(:last-child),
.remove-content__title:not(:last-child) {
    margin-bottom: 1rem;
}
.client-form__wrapper {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
}
.item-add {
    height: 3rem;
    position: relative;
}
.item-add .item-add__btn {
    align-items: center;
    color: #979797;
    display: flex;
    gap: 0.75rem;
    height: 2.5rem;
    justify-content: center;
    position: relative;
    transition: 0.4s;
    width: 11rem;
}
.item-add .item-add__btn span {
    display: flex;
}
.item-add .item-add__btn span:before {
    font-size: 0.8125rem;
}
.item-add .item-add__btn:before {
    background-color: #979797;
    bottom: 0;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    transition: 0.4s;
    width: 100%;
}
.item-add .item-add__object {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
}
.remove-content__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
.remove-content__info {
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}
.remove-content__info span {
    font-weight: 700;
}
.remove-content__actions {
    align-items: center;
    display: flex;
    gap: 3rem;
    justify-content: center;
}
.remove-content__actions a,
.remove-content__actions button {
    align-items: center;
    border-radius: 1.5rem;
    display: flex;
    font-weight: 500;
    height: 2.875rem;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    width: 8.375rem;
}
.popup-form__dark-btn,
.popup-form__light-btn,
.remove-content__actions a.remove-content__actions-close,
.remove-content__actions button.remove-content__actions-close {
    border: 0.0625rem solid #000;
}
.remove-content__actions a.remove-content__actions-remove,
.remove-content__actions button.remove-content__actions-remove {
    background-color: #e6533e;
    border: 0.0625rem solid #e6533e;
    color: #fff;
}
.import__actions {
    border-top: 0.0625rem solid #f4f4f4;
    margin-top: 1.5rem;
    padding-top: 1.625rem;
}
.details-item:not(:first-child),
.transactions-details {
    padding-top: 1.5rem;
}
.popup__actions {
    align-items: center;
    display: flex;
    gap: 1.4375rem;
    justify-content: center;
}
.popup__actions a,
.popup__actions button {
    min-width: 10.625rem;
}
.details-item__title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.details-item__key {
    font-weight: 600;
}
._green-text {
    color: #008a49;
    font-size: 0.875rem;
    font-weight: 400;
}
._hard-text {
    font-size: 0.9375rem;
    font-weight: 700;
}
.popup-separator {
    background-color: #f4f4f4;
    display: block;
    height: 0.0625rem;
    width: 100%;
}
.deposit__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.deposit__body input {
    min-height: 3rem;
}
.deposit__body textarea,
textarea.coment {
    min-height: 4.5rem;
}
.deposit__body textarea._h-100 {
    min-height: 6.25rem;
}
.reservation-info {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
.reservation-info__key {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.reservation-info__value {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    gap: 1.5rem;
}
.reservation-info__value span {
    font-family: BRACHIAL;
    font-size: 1.125rem;
}
.popup__box-duble .popup__item {
    flex: 0 0 calc(50% - 0.5rem);
}
._f-50 {
    flex: 0 0 calc(50% - 0.625rem);
}
.item-popup__title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.popup__icon:not(:last-child),
.popup__image {
    margin-bottom: 0.625rem;
}
.item-popup__chk-box {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: 3.0625rem;
}
.chk-date .checkbox__text,
.item-popup__chk-box .checkbox__text {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
}
.atantion__actions {
    gap: 3.125rem;
}
.atantion__actions,
.popup__icon {
    align-items: center;
    display: flex;
    justify-content: center;
}
.transactions-details__actions {
    justify-content: space-between;
}
.details-item__subvalue {
    color: #aeaeae;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.25rem;
}
.transactions-details .details-item__key,
.transactions-details .details-item__value {
    font-weight: 500;
    text-align: right;
}
.transactions-details .details-item:not(:first-child) {
    padding-top: 1rem;
}
.transactions-details .details-item:not(:last-child),
.transactions-details .reservation-info {
    padding-bottom: 1rem;
}
.popup__image {
    display: flex;
    justify-content: center;
}
.popup__image img,
.popup__image svg {
    height: 3.125rem;
    object-fit: contain;
    width: 3.125rem;
}
.copy-atantion {
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    bottom: 1.25rem;
    display: flex;
    flex-direction: row-reverse;
    font-size: 0.75rem;
    font-weight: 600;
    gap: 0.625rem;
    left: 50%;
    line-height: 120%;
    padding: 0.75rem 1rem;
    pointer-events: all;
    position: fixed;
    transform: translateX(-50%);
    transform: translate(-50%, 1.25rem);
    transition: 0.4s;
    z-index: 999;
}
.copy-atantion:before {
    color: #75b038;
    font-size: 1rem;
    font-weight: 400;
}
.copy-atantion._active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%);
    visibility: visible;
}
.details-item__checkbox .checkbox__text {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 125%;
}
.details-item__box {
    display: flex;
    gap: 1.75rem;
}
.details-item__box .details-item__wrapper {
    flex: 1 1 auto;
}
.details-item__box .select {
    flex: 0 0 12.5rem;
}
.details-item__box .dete,
.details-item__box input {
    height: 100%;
}
.dete.date-cnt .daterangepicker {
    width: 30.625rem !important;
}
.authorization-popup__item {
    margin-bottom: 1rem;
    position: relative;
}
.authorization-popup__item input {
    padding-right: 3.125rem;
}
.authorization-popup__item:before {
    color: #bdbdbd;
    font-size: 1.125rem;
    height: 1.375rem;
    position: absolute;
    right: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
}
.authorization__info {
    color: #181818;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1rem;
    text-align: left;
}
.form-authorization__actions {
    align-items: center;
    display: flex;
    gap: 5%;
    justify-content: center;
}
.form-authorization__actions a,
.form-authorization__actions button {
    flex: 0 0 40%;
}
.debtors__items {
    margin-bottom: 1.5rem;
}
.info-note ul li:not(:last-child),
.popup-form__separator:not(:last-child),
.table-popup {
    margin-bottom: 1rem;
}
.debtors-item {
    align-items: center;
    border: 0.0625rem solid red;
    border-radius: 1rem;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.625rem 1rem;
}
.debtors-item__code {
    flex: 0 0 5rem;
    font-family: Brachial;
    font-size: 0.75rem;
    font-weight: 500;
}
.debtors-item__name {
    flex: 0 0 8.125rem;
    font-size: 1rem;
    font-weight: 600;
}
.debtors-item__date,
.debtors-item__phone,
.debtors-item__value {
    font-family: Brachial;
    font-size: 0.75rem;
}
.debtors-item__action {
    flex: 0 0 2.125rem;
}
.debtors-item__link {
    align-items: center;
    background-color: #181818;
    border: 0.0625rem solid #181818;
    border-radius: 50%;
    display: flex;
    height: 2.125rem;
    justify-content: center;
    transition: 0.4s;
    width: 2.125rem;
}
.debtors-item__link:before {
    color: #fff;
    transition: 0.4s;
}
.table-popup {
    background-color: #f8f8fa;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.table-popup__head {
    background-color: #000;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}
.table-popup__head,
.table-popup__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.5rem;
}
.table-popup__item {
    color: #838385;
    font-size: 0.875rem;
    font-weight: 500;
}
.table-popup__item:not(:last-child) {
    border-bottom: 0.0625rem solid #e2e2e2;
}
._f-68 {
    flex: 0 0 4.25rem;
}
._f-223 {
    flex: 0 0 13.9375rem;
}
._mt-16,
.chk-date {
    margin-top: 1rem;
}
.popup .options {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.popup-form__item label {
    line-height: 120%;
    margin-bottom: 0.375rem;
}
.popup-form__separator {
    background-color: #f4f4f4;
    display: flex;
    height: 0.0625rem;
    width: 100%;
}
._action-txt,
.comment-wrapper,
[data-day-one],
[data-day-range] {
    height: 0;
    pointer-events: none;
    overflow: hidden;
    transition: 0.4s;
}
.top-spollers-popup-form {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.top-spollers-popup-form__title {
    font-size: 1rem;
    font-weight: 600;
}
.top-spollers-popup-form__actions-reset {
    align-items: center;
    border: 0.0625rem solid #d4d4d6;
    border-radius: 6.25rem;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.25rem;
    line-height: 120%;
    padding: 0.375rem 0.625rem;
    transition: 0.4s;
}
.top-spollers-popup-form__actions-reset span {
    align-items: center;
    display: flex;
    justify-content: center;
}
.top-spollers-popup-form__actions-reset span:before {
    font-size: 0.75rem;
    font-weight: 400;
    transform: rotateY(-180deg);
}
.popup-form__actions {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.popup-form__actions a,
.popup-form__actions button {
    align-items: center;
    border-radius: 1rem;
    display: flex;
    flex: 0 0 calc(50% - 0.75rem);
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    line-height: 110%;
    padding: 0.875rem;
    transition: 0.4s;
}
.popup-form__dark-btn {
    background-color: #000;
    color: #fff;
}
.details-body .note__info,
.info-note {
    background: #fafafa;
    border: 0.0625rem solid #f4f4f4;
}
.label-form {
    display: inline-block;
    margin-bottom: 0.5rem;
}
._placeholder-def input::placeholder {
    color: #a7a4b7;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
}
.file-size {
    color: #cf3a3a;
}
.info-note {
    border-radius: 1rem;
    padding: 0.875rem;
}
.info-note ul li .info-note__icon {
    align-items: center;
    display: flex;
    flex: 0 0 1.25rem;
    justify-content: center;
}
.info-note ul li .info-note__icon img,
.info-note ul li .info-note__icon svg {
    height: auto;
    object-fit: contain;
    width: 100%;
}
.info-note ul li .info-note__body .key {
    color: #a7a4b7;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.info-note ul li .info-note__body .value {
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 142%;
}
.item-time .item-popup {
    flex: 0 1 50% !important;
}
.item-time__separator {
    align-items: center;
    color: #d9d9d9;
    display: flex;
    flex: 0 0 0.625rem;
    font-size: 1.125rem;
    font-weight: 800;
    justify-content: center;
    text-align: center;
}
.details-body .details-item ul li {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
.details-body .note__title {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.details-body .note__info {
    border-radius: 1rem;
    font-weight: 500;
    min-height: 4.5rem;
    padding: 1rem;
}
[data-day-one]._active,
[data-day-range]._active {
    height: 2.5rem;
    pointer-events: all;
}
.range-date {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}
._f-116 {
    flex: 0 0 7.25rem;
}
.atantion-txt {
    background-color: transparent !important;
    border: 0.0625rem solid #f4f4f4;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 110%;
    min-height: 10rem !important;
    pointer-events: none;
}
._active-editing .atantion-txt,
._active-editing-show .atantion-txt {
    border: 0.0625rem solid #42c026 !important;
    pointer-events: all !important;
}
.comment-wrapper {
    padding-bottom: 0 !important;
}
._active-editing .comment-wrapper {
    height: 13.375rem;
    opacity: 1;
    overflow: visible;
    padding-bottom: 1rem;
    padding-top: 1rem;
    pointer-events: all;
    visibility: visible;
}
._active-editing ._action-txt,
._active-editing-show ._action-txt {
    height: 3.5rem;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
._action-txt-g {
    height: 2.5rem;
    opacity: 1;
    overflow: hidden;
    pointer-events: all;
    transition: 0.4s;
    visibility: visible;
}
._active-editing ._action-txt-g,
._active-editing-show ._action-txt-g {
    height: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
@media (max-width: 100rem) {
    .remove-content__info:not(:last-child),
    .remove-content__title:not(:last-child) {
        margin-bottom: 0.875rem;
    }
    .select__title {
        height: 2.5rem;
    }
    .select__content {
        padding: 0 1.125rem;
    }
    .select__options {
        top: calc(100% - 0.75rem);
    }
    .select__option {
        padding: 0.5rem 1.125rem;
    }
    .details-item__subvalue,
    .info-note ul li .info-note__body .value,
    .item-popup__title,
    .options__text,
    .table-popup__item,
    .top-spollers-popup-form__actions-reset {
        font-size: 0.8125rem;
    }
    .upload-photo__image {
        flex: 0 0 8.75rem;
        height: 8.75rem;
        width: 8.75rem;
    }
    .actions-upload-photo__btn {
        height: 2.375rem;
        width: 2.375rem;
    }
    .client-form,
    .client-form__actions,
    .client-form__wrapper,
    .popup__actions {
        gap: 1.25rem;
    }
    .otp-group {
        gap: 0.75rem;
    }
    .otp-group input {
        flex: 0 0 2.5rem;
        font-size: 1rem;
        height: 2.5rem;
        width: 2.5rem;
    }
    .remove-content__title {
        font-size: 1.125rem;
    }
    .debtors-item__name,
    .remove-content__info {
        font-size: 0.875rem;
    }
    .remove-content__actions {
        gap: 2.5rem;
    }
    .remove-content__actions a,
    .remove-content__actions button {
        height: 2.75rem;
    }
    .details-item:not(:first-child) {
        padding-top: 1.25rem;
    }
    .details-item:not(:last-child) {
        padding-bottom: 1.25rem;
    }
    .details-item__title {
        font-size: 0.8125rem;
        margin-bottom: 0.375rem;
    }
    .deposit__body {
        gap: 1rem;
    }
    .deposit__body input {
        min-height: 2.75rem;
    }
    .reservation-info__key,
    .table-popup__head {
        font-size: 0.9375rem;
    }
    .item-popup__chk-box {
        height: 2.625rem;
    }
    .details-body .note__info,
    .top-spollers-popup-form__actions-reset span:before,
    .transactions-details .details-item__key,
    .transactions-details .details-item__value {
        font-size: 0.6875rem;
    }
    .popup__image img,
    .popup__image svg {
        height: 2.8125rem;
        width: 2.8125rem;
    }
    .debtors-item__code,
    .debtors-item__date,
    .debtors-item__phone,
    .debtors-item__value {
        font-size: 0.625rem;
    }
    .popup-form__actions a,
    .popup-form__actions button {
        font-size: 0.875rem;
        padding: 0.75rem;
    }
    .selected-image-popup__text {
        font-size: 0.8125rem;
        font-weight: 500;
    }
}
@media (max-width: 90rem) {
    .remove-content__info:not(:last-child),
    .remove-content__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .details-body .note__info,
    .top-spollers-popup-form__actions-reset span:before,
    .transactions-details .details-item__key,
    .transactions-details .details-item__value {
        font-size: 0.625rem;
    }
    .details-item__subvalue,
    .details-item__title,
    .info-note ul li .info-note__body .value,
    .item-popup__title,
    .options__text,
    .remove-content__info,
    .selected-image-popup__text,
    .table-popup__item,
    .top-spollers-popup-form__actions-reset {
        font-size: 0.75rem;
    }
    .upload-photo__image {
        flex: 0 0 7.5rem;
        height: 7.5rem;
        width: 7.5rem;
    }
    .actions-upload-photo__btn {
        height: 2.125rem;
        width: 2.125rem;
    }
    [data-fls-popup-body] {
        max-width: 37.5rem;
    }
    .popup__head {
        padding: 0.75rem 1.125rem;
    }
    .popup__content {
        padding: 0.75rem 1.125rem 1.125rem;
    }
    .client-form,
    .client-form__actions {
        gap: 24px;
    }
    .otp-group {
        gap: 0.5rem;
    }
    .otp-group input {
        flex: 0 0 2.25rem;
        font-size: 0.875rem;
        height: 2.25rem;
        width: 2.25rem;
    }
    .client-form__wrapper {
        gap: 1.25rem;
    }
    .remove-content__title {
        font-size: 1rem;
    }
    .remove-content__actions {
        gap: 2rem;
    }
    .remove-content__actions a,
    .remove-content__actions button {
        height: 2.5rem;
    }
    .popup__actions {
        gap: 1rem;
    }
    .details-item:not(:first-child) {
        padding-top: 1rem;
    }
    .details-item:not(:last-child) {
        padding-bottom: 1rem;
    }
    .deposit__body {
        gap: 0.75rem;
    }
    .deposit__body input {
        min-height: 2.5rem;
    }
    .reservation-info__key,
    .table-popup__head {
        font-size: 0.875rem;
    }
    .popup__image img,
    .popup__image svg {
        height: 2.5rem;
        width: 2.5rem;
    }
    .popup-form__item:not(:last-child) {
        margin-bottom: 0.5rem;
    }
}
@media (any-hover: hover) {
    .file-upload__btn:hover,
    .item-add .item-add__btn:hover {
        color: #000;
    }
    .actions-upload-photo__btn:hover,
    .object-file__btn:hover {
        background-color: #fff;
        border: 0.0625rem solid #000;
        color: #000;
    }
    .actions-upload-photo__menu ul li button:hover {
        background-color: #e6e6e6;
    }
    .upload:hover .upload-text span {
        text-decoration: none;
    }
    .client-form__actions a.client-form__submit:hover,
    .client-form__actions button.client-form__submit:hover,
    .popup-form__dark-btn:hover,
    .selected-image-popup__remove:hover {
        background-color: #fff;
        color: #000;
    }
    .client-form__actions a.client-form__close:hover,
    .client-form__actions button.client-form__close:hover,
    .popup-form__light-btn:hover,
    .popup-image__btn:hover,
    .remove-content__actions a.remove-content__actions-close:hover,
    .remove-content__actions button.remove-content__actions-close:hover {
        background-color: #000;
        color: #fff;
    }
    .popup__close:hover:before {
        transform: rotate(90deg);
    }
    .client-form__actions a.client-form__remove:hover,
    .client-form__actions button.client-form__remove:hover {
        border-bottom: 0.0625rem solid transparent;
    }
    .item-add .item-add__btn:hover:before {
        background-color: #000;
    }
    .remove-content__actions a.remove-content__actions-remove:hover,
    .remove-content__actions button.remove-content__actions-remove:hover {
        background-color: #ff3819;
        border: 0.0625rem solid #ff3819;
    }
    .debtors-item__link:hover {
        background-color: #fff;
    }
    .debtors-item__link:hover:before {
        color: #181818;
    }
    .top-spollers-popup-form__actions-reset:hover {
        background-color: #d4d4d6;
    }
}
