button, a {
    user-select: none;
}
.circle-spinner {
    animation: spinner .7s linear infinite;
    border: 2px solid #000000;
    border-right-color: transparent;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
input[type="date"] {
    text-align: left;
}
.modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-body-element {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border-2);
}
.modal-body-element:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.valueAir-num-no {
    border: 1px solid #fd730682;
    padding: 15px;
    cursor: pointer;
    user-select: none;
}
.valueAir-num-no:disabled {
    opacity: 0.7!important;
    cursor: not-allowed!important;
}
.valueAir-num-on {
    background: #fd730682;
    border: 1px solid #fd730600;
    padding: 15px;
    cursor: not-allowed;
    user-select: none;
    pointer-events: none;
}
.valueAir-num-no:first-child, .valueAir-num-on:first-child {
    border-radius: 15px 0 0 15px;
}
.valueAir-num-no:last-child, .valueAir-num-on:last-child {
    border-radius: 0 15px 15px 0;
}
.valueAir-num-no:only-child, .valueAir-num-on:only-child {
    border-radius: 15px;
}
.blockOffer-client {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .blockOffer-client {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        text-align: center;
    }
}
@media only screen and (min-width: 767px) {
    .blockOffer-client {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    vertical-align: middle;
    color: var(--color-background-2);
    text-align: center;
    background-color: #ffffff00;
    border: 1px solid var(--color-background-2);
    box-sizing: border-box;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.input-file:hover span {
    background-color: var(--color-background-2);
    border: 1px solid #ffffff00;
}
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}
@media screen and (max-width:600px) {
    table.reviews__table--wrapper, table.properties__table--wrapper {
      border: 0;
    }
    table.reviews__table--wrapper caption, table.properties__table--wrapper caption {
      font-size: 1.3em;
    }
    table.reviews__table--wrapper thead, table.properties__table--wrapper thead {
      display: none;
    }
    table.reviews__table--wrapper tr, table.properties__table--wrapper tr {
      border-bottom: 5px solid #ddd;
      display: block;
    }
    table.reviews__table--wrapper td, table.properties__table--wrapper td {
      border-bottom: 1px solid #ddd;
      display: flex;
      text-align: right;
      justify-content: space-between;
      align-items: center;
    }
    table.reviews__table--wrapper td:before, table.properties__table--wrapper td:before {
      content: attr(aria-label);
      float: left;
      font-weight: bold;
    }
    table.reviews__table--wrapper td:last-child, table.properties__table--wrapper td:last-child {
      border-bottom: 0;
    }
    .new-search {
        flex-direction: column-reverse;
    }
    tbody tr td div.properties__author {
        min-width: auto;
    }
    tbody tr td div.position-relative {
        display: block !important;
    }
}

.payment-method-summary {
    background: #f5f7fb;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 22px;
}

.payment-method-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.payment-method-summary-row + .payment-method-summary-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e2e7f1;
}

.payment-method-label {
    color: #6b7d96;
    font-size: 16px;
    font-weight: 500;
}

.payment-method-balance-value {
    color: #5d77e4;
    font-size: 18px;
    font-weight: 700;
}

.payment-method-amount-value {
    color: #1b1f2a;
    font-size: 20px;
    font-weight: 700;
}

.payment-method-btn {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    border-radius: 12px;
    min-height: 54px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.payment-method-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(18, 27, 45, 0.15);
}

.payment-method-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.payment-method-btn-card {
    background: linear-gradient(135deg, #23a943 0%, #2fb94f 100%) !important;
}

.payment-method-btn-balance {
    margin-bottom: 0;
    background: linear-gradient(135deg, #607be8 0%, #704eb6 100%) !important;
}

.payment-method-btn-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.payment-method-shortage-card {
    padding: 18px;
    border: 1px solid #f3d6a8;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff9ef 0%, #fff4de 100%);
    text-align: center;
    color: #8a611f;
    margin-bottom: 10px;
}

.payment-method-shortage-icon {
    width: 44px;
    height: 44px;
    color: #d2a04a;
    opacity: 0.95;
    margin-bottom: 8px;
}

.payment-method-shortage-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.payment-method-shortage-text {
    margin-bottom: 14px;
    font-size: 14px;
    color: #8a611f;
}

.payment-method-topup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #607be8 0%, #704eb6 100%) !important;
}

@media screen and (max-width: 767px) {
    .payment-method-summary {
        padding: 14px 16px;
        margin-bottom: 18px;
    }

    .payment-method-label {
        font-size: 15px;
    }

    .payment-method-balance-value {
        font-size: 17px;
    }

    .payment-method-amount-value {
        font-size: 19px;
    }

    .payment-method-btn {
        min-height: 50px;
        font-size: 15px;
    }

    .payment-method-topup-btn {
        width: 100%;
    }
}
