.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

*.buttons__disabled {
    opacity: 70%;
    pointer-events: none;
}

*.buttons__loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.settings__container {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
}

.settings__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 110px;
    padding: 30px 75px 30px 68px;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
}

.settings__block:first-child {
    border-top: 0;
}

.settings__block:last-child {
    border-bottom: 0;
}

.settings__block-left, .settings__block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.settings__img {
    margin-right: 22px;
}

.settings__title {
    font-size: 18px;
    line-height: 18px;
    color: #101828;
}

.settings__description {
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.settings__block-update .input__01 {
    width: 227px;
}

.settings__block-update .buttons__02 {
    width: 115px;
    margin-left: 18px;
}

.settings__block-mail .input__01 {
    width: 252px;
}

.settings .buttons__02 svg {
    margin-right: 10px;
}

.settings__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.settings__photo-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.settings__photo-remove {
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    border: none;
    background: none;
    cursor: pointer;
    margin-right: 26px;
}

.settings__photo-upload .buttons__02 {
    width: 114px;
}

.settings__photo-img {
    width: 90px;
    height: 86px;
    border-radius: 50%;
    background-color: #CBC5F0;
    margin-left: 48px;
}

.settings__photo-img picture,
.settings__photo-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.settings__photo-line {
    width: 191px;
    height: 4px;
    background-color: #EAECF0;
    border-radius: 999px;
    margin-top: 16px;
}

.settings__photo-progress {
    background: -o-linear-gradient(29.77deg, #2970FF 0.2%, #FF52F8 99.99%);
    background: linear-gradient(60.23deg, #2970FF 0.2%, #FF52F8 99.99%);
    border-radius: 999px;
    height: 4px;
}

@media (max-width: 830px) {
    .settings__container {
        max-width: 700px;
        margin: 0 auto;
    }

    .settings__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 15px;
        padding: 30px;
    }
}

@media (max-width: 500px) {
    .settings__photo,
    .settings__block-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .settings__photo-img,
    .settings__block-update .buttons__02 {
        margin-left: 0;
    }
}

.input__01-box {
    width: 404px;
}

.top-line__title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}

.top-line__des {
    font-size: 14px;
    line-height: 16px;
    color: #B3B3B3;
}

.input__01-box.copy {
    width: 492px;
}

.input__01-box.copy .input__01,
.input__01-box.copy .input__01-copyBtn {
    height: 53px;
}

.input__01-box.copy {
    width: 100%;
}

.input__01-copyText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input__01 {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline-color: #7044EE;
    font-size: 14px;
    line-height: 16px;
    color: #78778B;
}

.input__01-copyText .input__01 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input__01-box.copy .input__01, .input__01-box.copy .input__01-copyBtn {
    height: 53px;
}

.input__01-copyText .input__01-copyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    height: 47px;
    left: 578px;
    top: 727px;
    background-color: #F8FAFC;
    border: 1px solid #DADADA;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    position: static;
}

.step__qrcode-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #7044EE;
    margin: 17px 0 0 0;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.not-found__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #464F61;
    margin: 21px 0 14px;
}

.not-found .buttons__02 {
    width: 153px;
    height: 39px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 460px) {
    .not-found__content svg {
        width: 300px;
    }
}

.not-found .buttons__02 {
    width: 153px;
    height: 39px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}

.buttons__02 {
    background-color: #F8FAFC;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    color: #444444;
    cursor: pointer;
}

.buttons__01, .buttons__02 {
    width: 404px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.sticky-wallet-actions__main-wrapper {
    /* padding-left: 10px;
    overflow: auto; */
}

@media screen and (max-width: 991px) {
    .sticky-wallet-actions__main-wrapper {
        /* height: 0 !important; */
    }
}

.exchange-calculator-card .description span {
    font-size: 14px;
}

.sticky-wallet-actions-col {
    /* background: var(--bg-base); */
}

.sticky-wallet-balances-col {
}

.sticky-balances {
    padding: 10px;
    border-radius: 8px;
    background-color: var(--bg-primary);
    margin-top: 10px;
}

.sticky-balances .balances__list-items {
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
}

.sticky-balances .currency-card {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    max-width: unset;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sticky-balances .currency-card__price {
    margin-top: 0;
}

.sticky-balances .currency-card__header-icon {
    margin-right: 5px;
    font-size: 14px !important;
}

.sticky-balances .currency-card__header-abbr {
    margin-right: 0;
}

.sticky-balances .currency-card__body-title {
    margin: 0px;
    font-size: 12px !important;
    line-height: 20px;
    letter-spacing: 0px;
    color: #121212
}

.important-information svg {
    position: absolute;
    right: 0;
    top: 0;
}

.important-information__title {
    font-size: 18px;
    line-height: 160%;
    color: #101828;
    margin-bottom: 37px;
    margin-left: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.important-information__title:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#7044EE), color-stop(100.84%, #CC44EE));
    background: -o-linear-gradient(left, #7044EE 0%, #CC44EE 100.84%);
    background: linear-gradient(90deg, #7044EE 0%, #CC44EE 100.84%);
    border-radius: 3px;
}

.form-coins.deposit .important-information__info {
    max-width: 394px;
}

.important-information__info {
    width: 100%;
    height: 47px;
    background-color: #F8FAFC;
    border: 1px solid #DADADA;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #51535C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 65px;
    margin-top: 23px;
    position: relative;
}

.important-information__item span {
    color: #7044EE;
}

.important-information__info svg {
    position: absolute;
    left: 25px;
    top: 13px;
}

.important-information__info span {
    margin-left: 3px;
}

.important-information__item {
    font-size: 14px;
    line-height: 22px;
    color: #667085;
    padding-left: 20px;
    position: relative;
}

.important-information__item:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #667085;
}


.sticky-wallet-actions__open-button-wrapper {
    /* top: 50%;
    right: 10px; */
    /* transform: translateY(-50%); */
    /* position: fixed; */
}

button.sticky-wallet-actions__open-button {
    /* padding: 5px !important;
    background: rgba(245, 245, 245, 0.75);
    box-shadow: 0 1px 10px 0 rgb(33 33 33 / 10%);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center; */
}


.sticky-wallet-actions__open-button span {
    /* width: 100%;
    border-radius: 200px;
    height: 2px;
    background: #98a7c0; */
}

.sticky-wallet-actions__close-button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.sticky-wallet-actions__close-button {
    border: none;
    padding: 5px 10px !important;
}

.sticky-wallet-actions__close-button:hover {
    color: var(--button-primary);
}


@media screen and (max-width: 991px) {
    .sticky-wallet-actions-container {
        /* padding-top: 34px; */
    }
}

.sticky-wallet-actions {
    /* background-color: rgb(255, 255, 255); */
    border-radius: 8px;
    position: sticky;
}

@media (max-width: 991px) {
    .sticky-wallet-actions__header {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: -o-linear-gradient(0.32deg, rgba(41, 34, 56, 0.74) 57.47%, rgba(32, 31, 34, 0) 100.1%), #201F22;
        background: linear-gradient(89.68deg, rgba(41, 34, 56, 0.74) 57.47%, rgba(32, 31, 34, 0) 100.1%), #201F22;
        display: flex;
        justify-content: center;
        padding: 10px;
        z-index: 40;
    }
}

@media (max-width: 600px) {
    .profile-nav-tab-list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 20px !important;
    }
}

.sticky-wallet-actions__header {
    /* overflow: hidden; */
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item {
    width: calc(100% / 3);
}

/* .profile-nav-tab-list-item.active{
    background: red !important;
} */
.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button {
    width: 100%;
    justify-content: center;
    border-bottom: unset !important;
    font-weight: 500;
    overflow: hidden;
    background-color: var(--bg-light-orange);
    height: 100%;
    padding: 13px !important;
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button svg {
    fill: #fff;
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button .active {
    background: red !important;
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item:first-of-type button {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item:last-of-type button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: none;
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button span {
    font-weight: 500;
    color: var(--text-list);
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button svg path {
    fill: var(--text-list);
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button.active span {
    color: #fff;
}

.sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button.active svg path {
    fill: #fff
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button .profile-nav-tab-list-item-title {
        display: none;
    }
}

.sticky-wallet-actions .profile-nav-tabs-indicator {
    top: 0;
    bottom: unset;
}

@media screen and (max-width: 767px) {
    .sticky-wallet-actions .sticky-wallet-actions__list .sticky-wallet-actions__list-item button .profile-nav-tab-list-item-title {
        display: none;
    }
}

.select2-selection--single {
    display: flex;
}

.sticky-wallet-actions .select2-container .select2-selection--single {
    outline: none !important;
    line-height: 22px;
    font-weight: 400;
    color: #9498a4;
    height: 56px;
    font-size: 18px;
    padding: 13.5px 12px;
    display: block;
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
    transition: all .3s;
    background-color: var(--bg-primary);
    -webkit-appearance: none;
    border: 1px solid var(--border-input);
}

.sticky-wallet-actions .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    line-height: 22px;
    color: #9498a4;
    font-size: 16px;
    justify-content: start;
    padding: 0;
    gap: 8px;
    align-items: center;
}

/* .sticky-wallet-actions .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    right: 5px;
    transform: translate(-50%, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px !important;
    margin-left: -16px !important;
    top: 50%;
    right: 5px;
    margin-top: unset !important;
    left: unset !important;
    transform: translate(-50%, -50%);
}

.sticky-wallet-actions .select2-container--default .select2-selection--single .select2-selection__rendered i {
    font-size: 30px;
}

.sticky-wallet-actions .form-control {
    /* box-shadow: 1px 1px 2px 2px rgba(108, 112, 128, 0.1); */
}

.sticky-wallet-actions .info {
    color: #121212;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.sticky-wallet-actions .modal-tabs-wrapper {
    gap: 10px;
}

.sticky-wallet-actions .modal-tabs-wrapper li {
    flex-grow: 1;
}

.sticky-wallet-actions .modal-tabs-wrapper li a {
    width: 100%;
    justify-content: center;
}

.sticky-wallet-actions__tab-card {
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 51px 0 0 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: fit-content;
    position: relative;
}

.form-coins__alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 55px 24px 58px;
    background: #F8FAFC;
    border-top: 1px solid #DADADA;
    border-radius: 0 0 5px 5px;
}

.form-coins.transfer .form-coins__alert {
    padding: 28px 55px 24px 41px;
}

.form-coins__alert-img {
    margin-right: 25px;
}

.form-coins__alert-text {
    max-width: 507px;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}

.important-information {
    padding: 35px;
}

.sticky-wallet-actions__tab-card .step {
    padding: 0 90px 0 45px;
}

.sticky-wallet-actions__tabs-content-wrapper {
    position: relative;
    padding-top: 34px;
}

.sticky-wallet-actions__tabs-content-preloader {
    position: absolute;
    left: -10px;
    top: 35px;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    border-radius: 5px;
    background: #fff;
    display: none;
}

.sticky-wallet-actions :is(.select-network, .transfer-tabs) ul li a {
    padding: 10px !important;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.step__number {
    background-color: #7044EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    margin-right: 19px;
}

.step__wrapper {
    margin-top: -4px;
    max-width: 495px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.step__title {
    font-size: 18px;
    line-height: 160%;
    color: #101828;
}

.step__description {
    font-size: 12px;
    line-height: 160%;
    color: #667085;
    margin-bottom: 11px;
}

.step__enter, .step__enter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step__enter {
    max-width: 495px;
}

.step__enter .select {
    max-width: 138px;
}

.step__enter .select__selected {
    border-radius: 0 5px 5px 0;
    background-color: #F8FAFC;
}

.step__enter .select__selected .select__name {
    margin-left: 10px;
}

.step__enter .select__selected, .step__enter .select__menu-item {
    padding: 12.5px 19px 12.5px 19px;
}

.step__enter .amount {
    min-width: 100%;
    padding-right: 45px;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 750px) {
    .step__enter.amount {
        min-width: auto; /* Убираем min-width */
        padding-right: 0; /* Убираем padding-right */
    }
}

.step__enter.amount .step__enter-input {
    width: 100%;
}

.step__enter.amount .step__enter-input .input__01 {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border-right: 1px solid #DADADA;
    padding-right: 120px;
}

.step__enter.amount .step__enter-input .step__enter-all {
    right: 96px;
}

.step__enter.amount .step__enter-input .step__enter-fee {
    position: absolute;
    z-index: 10;
    right: 18px;
    font-size: 15.9px;
    line-height: 19px;
    color: #51535C;
}

.step__enter.amount .step__enter-input .step__enter-fee:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -19px;
    width: 1px;
    height: 38px;
    background-color: #DADADA;
}

.step input::-webkit-input-placeholder {
    color: #A5A9B9;
}

.step input::-moz-placeholder {
    color: #A5A9B9;
}

.step input:-ms-input-placeholder {
    color: #A5A9B9;
}

.step input::-ms-input-placeholder {
    color: #A5A9B9;
}

.step input::placeholder {
    color: #A5A9B9;
}

.step__enter-input {
    width: 100%;
    position: relative;
}

.step__enter-input .input__01 {
    color: #101828;
    height: 53px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    max-width: 358px;
    padding-right: 40px;
}

.step__enter-all {
    font-size: 15.9px;
    line-height: 19px;
    color: #7044EE;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

.step__available {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
    line-height: 160%;
    color: #667085;
}

.step__available span {

}

.step__populars-title {
    font-size: 12px;
    line-height: 160%;
    color: #667085;
    margin-top: 7px;
}

.step__populars-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-top: 7px;
}

.step__populars-btn {
    background-color: #F8FAFC;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    padding: 0 9px;
    font-size: 12px;
    line-height: 26px;
    color: #404053;
    cursor: pointer;
}

.step__populars-btn.active {
    border: 1px solid #7044EE;
}

.step__select.network .select__selected, .step__select.network .select__menu-item {
    padding: 16px 19px 16px 21px;
}

.step__select.network .select__name {
    margin-left: 0;
}

.step__input .input__01 {
    width: 100%;
    height: 53px;
}

@media (max-width: 600px) {
    .step__populars-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
}

.authentication__container {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding-top: 34px;
}

.authentication__alert-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFEDED;
    border: 1px solid #FFB5B5;
    border-radius: 5px;
    padding: 8px 10px 7px 24px;
    margin: 0 33px 53px 35px;
    font-size: 14px;
    line-height: 18px;
    color: #924B4B;
}

.authentication__alert-top-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 14px;
}

.authentication__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.authentication__step + .authentication__step {
    margin-top: 44px;
}

.authentication__step-img {
    margin: 5px 18px 0 0;
}

.authentication__step-title {
    font-size: 18px;
    line-height: 20px;
    color: #101828;
}

.authentication__step-description {
    font-size: 14px;
    line-height: 20px;
    color: #667085;
}

.authentication__step-description a {
    color: #754FE1;
}

.authentication__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 33px 0 34px;
    margin-bottom: 51px;
}

.authentication__qrcode {
    width: 215px;
    margin: 10px 40px 0 0;
}

.authentication__qrcode-text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #667085;
    background-color: #F8FAFC;
    border: 1px solid #DADADA;
    width: 100%;
    padding: 6px 0;
}

.authentication__step-code {
    margin-top: 21px;
}

.authentication__step-code .code {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.authentication__step-code .code__input {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 10px;
    text-align: center;
}

.code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.authentication__alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8FAFC;
    border-top: 1px solid #DADADA;
    border-radius: 0 0 5px 5px;
    padding: 14px 55px 14px 64px;
}

.authentication__alert-img {
    margin-right: 20px;
}

.authentication__alert-button {
    margin-left: 60px;
}

.authentication__alert-button .buttons__04 {
    width: 132px;
    height: 40px;
}

.authentication__alert-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.authentication__alert-description {
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}

@media (max-width: 1200px) {
    .authentication__alert {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 14px 33px 14px 33px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .authentication__alert-button {
        margin-left: 0;
    }
}

@media (max-width: 950px) {
    .authentication__wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .authentication__qrcode {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .authentication__alert-top {
        margin-bottom: 30px;
    }

    .authentication__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .authentication__qrcode {
        margin-top: 30px;
    }
}

@media (max-width: 530px) {
    .authentication__wrapper {
        padding: 0 15px;
    }

    .authentication__alert-top {
        margin: 0 15px 30px 15px;
        padding: 8px 10px 7px 10px;
    }

    .authentication__alert {
        padding: 14px 15px;
    }
}

@media (max-width: 500px) {
    .authentication__alert,
    .authentication__step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .authentication__alert-top {
        margin-bottom: 20px;
    }

    .authentication__container {
        padding-top: 15px;
    }

    .authentication__wrapper {
        margin-bottom: 30px;
    }

    .authentication__step-img {
        margin: 0 0 10px 0;
    }

    .authentication__alert-button {
        margin-top: 15px;
        width: 100%;
    }

    .authentication__alert-button .buttons__04 {
        width: 100%;
    }
}

.code__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 68px;
    padding: 0 16px 0 24px;
    background: #F8FAFC;
    border: 1px solid #DADADA;
    border-radius: 5px;
    font-size: 26px;
    line-height: 20px;
    color: #101828;
}

input.code__input[type=number]::-webkit-outer-spin-button,
input.code__input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Убираем стрелки в Firefox */
input.code__input[type=number] {
    -moz-appearance: textfield;
}

.disable-authentication {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.disable-authentication__box {
    padding: 34px 34px 0;
    margin-bottom: 34px;
}

.disable-authentication__message {
    width: 100%;
    background-color: #ECFFF1;
    border: 1px solid #71DA8F;
    border-radius: 5px;
    padding: 13px 65px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #101828;
}

.disable-authentication__message svg {
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.disable-authentication__btn {
    background-color: rgba(241, 76, 76, 0.1);
    border: 1px solid #F24141;
    border-radius: 7px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F24141;
    width: 132px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.disable-authentication__btn:hover {
    background-color: rgba(240, 120, 120, 0.1);
}

.disable-authentication__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.disable-authentication__box-content svg {
    margin-right: 18px;
    min-width: 28px;
    min-height: 30px;
}

.disable-authentication__title-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.disable-authentication__title {
    font-size: 18px;
    line-height: 20px;
    color: #101828;
}

.disable-authentication__des {
    font-size: 12px;
    line-height: 20px;
    color: #667085;
}

.disable-authentication__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 33px;
}

.disable-authentication__bottom {
    font-size: 14px;
    line-height: 18px;
    color: #667085;
    padding: 25px 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F8FAFC;
    border-top: 1px solid #DADADA;
    border-radius: 0 0 5px 5px;
}

.disable-authentication__bottom svg {
    margin-right: 20px;
    min-width: 24px;
    min-height: 24px;
}

@media (max-width: 690px) {
    .disable-authentication__bottom {
        padding: 25px 33px;
    }

    .disable-authentication__btn {
        margin-left: 15px;
    }
}

@media (max-width: 600px) {
    .disable-authentication__box {
        padding: 15px 15px 0;
    }
}

@media (max-width: 480px) {
    .disable-authentication__center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .disable-authentication__btn {
        margin-top: 20px;
        width: 100%;
    }
}

.affiliate-start__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 24px 40px 24px 54px;
}

.affiliate-start__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 11px;
}

.affiliate-start__title {
    font-size: 20px;
    line-height: 100%;
    color: #101828;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}

.affiliate-start__title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #F9B955;
    border-radius: 10px;
}

.affiliate-start__left {
    max-width: 576px;
}

.affiliate-start__left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.affiliate-start__description {
    font-size: 14px;
    line-height: 160%;
    color: #101828;
}

.affiliate-start__share-title {
    font-size: 14px;
    line-height: 160%;
    color: #101828;
    margin-bottom: 12px;
}

.affiliate-start__share-input .input__01-box.copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.affiliate-start__share-input .input__01 {
    width: 270px !important;
    height: 40px !important;
    padding: 12px 10px 12px 2px;
    border-radius: 5px 0 0 5px;
}

.affiliate-start__share-input .input__01-copyBtn {
    width: 135px !important;
    height: 40px !important;
    background-color: #6544C6;
    border: 1px solid #6544C6;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
}

.affiliate-start__line {
    width: 1px;
    height: 109px;
    background-color: #DADADA;
    margin: 0 74px 0 81px;
}

.affiliate-step {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 35px 54px 45px 56px;
    margin-top: 24px;
}

.affiliate-step__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.affiliate-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 249px;
}

.affiliate-step__item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.affiliate-step__item-arrow svg {
    margin-top: -87px;
}

.affiliate-step__item-img {
    width: 154px;
    height: 154px;
    margin-bottom: 15px;
}

.affiliate-step__item-img picture,
.affiliate-step__item-img img {
    width: 154px;
    height: 154px;
}

.affiliate-step__item-title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.affiliate-step__item-description {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #667085;
}

.alert ul {
    list-style: disc;
    margin-left: 0px;
}

.alert ul li {
    list-style: disc;
    font-size: 13px;
    line-height: 140%;
    color: #404053;
}

.promo-code.alert {
    width: 100%;
    padding: 17px 20px;
}

.information__container {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 48px;
}

.information__container p {
    font-size: 14px;
    line-height: 140%;
    color: #404053;
}

.information__container a {
    color: #6544C6;
}

.information__container p + p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.information__container ul li {
    font-size: 14px;
    line-height: 140%;
    color: #404053;
    list-style: decimal;


}

.information__container ol {
    margin-left: 20px;
    list-style: none;
    margin-top: 16px;
}

.table-balance {
    margin-top: 24px;
}

.table-balance__container {
    max-width: 1270px;
    margin: 0 auto;
}

.table-balance__wrapper {
    border: 1px solid #DADADA;
    border-radius: 5px;
}

.table-balance__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0 34px 34px;
    background: #F8FAFC;
    border-radius: 5px 5px 0 0;
}

.table-balance__name {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.table-balance__name-coin, .table-balance__item-coin {
    width: 25%;
}

.table-balance__name-total, .table-balance__item-total {
    width: 25%;
}

.table-balance__name-orders, .table-balance__item-orders {
    width: 25%;
}

.table-balance__name-equivalent, .table-balance__item-equivalent {
    width: 25%;
}

.table-balance__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #404053;
    padding: 15px 0 16px 34px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DADADA;
}

.table-balance__item span {
    color: #929EAE;
    margin-left: 3px;
}

.table-balance__item:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}

.table-balance__item-coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-balance__item-coin img {
    margin-right: 18px;
}

@media (max-width: 1100px) {
    .table-balance__name-coin, .table-balance__item-coin {
        width: 275px;
    }

    .table-balance__name-total, .table-balance__item-total {
        width: 208px;
    }

    .table-balance__name-orders, .table-balance__item-orders {
        width: 151px;
    }

    .table-balance__name-equivalent, .table-balance__item-equivalent {
        width: 180px;
    }

    .table-balance__name-actions, .table-balance__item-actions {
        width: 234px;
    }

    .table-fees .table-balance__name-coin, .table-balance__item-coin {
        width: 275px;
    }
}

@media (max-width: 920px) {
    .table-balance__wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .table-balance__names,
    .table-balance__items {
        min-width: 890px;
    }

    .table-fees .table-balance__names,
    .table-fees .table-balance__items {
        min-width: 1080px;
    }
}

.protecting-home {
    background-color: #000000;
    padding: 110px 0 137px 0;
}

.protecting-home__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 216px;
    -moz-column-gap: 216px;
    column-gap: 216px;
}

.protecting-home__container {
    max-width: 1276px;
    padding: 0 15px;
    margin: 0 auto;
}

.protecting-home__title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
}

.protecting-home__title:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 3px;
    width: 42px;
    height: 3px;
    background-color: #7044EE;
}

.protecting-home__description {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin: 74px 0 0 3px;
    max-width: 623px;
}

.protecting-home__img {
    width: 388px;
    height: 371px;
    position: relative;
}

.protecting-home__img:before {
    content: "";
    position: absolute;
    bottom: 48px;
    right: -95px;
    width: 32px;
    height: 4px;
    background-color: #68BC4A;
}

.protecting-home__img picture,
.protecting-home__img img {
    width: 388px;
    height: 371px;
}

@media (max-width: 1200px) {
    .protecting-home__box {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .protecting-home__img:before {
        bottom: 42px;
        right: 0;
    }
}

@media (max-width: 1000px) {
    .protecting-home__description {
        margin-top: 50px;
    }
}

@media (max-width: 830px) {
    .protecting-home__box {
        row-gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .protecting-home__title {
        margin: 0 auto;
    }

    .protecting-home__description {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .protecting-home {
        padding: 70px 0 50px 0;
    }
}

@media (max-width: 550px) {
    .protecting-home__description {
        margin-top: 30px;
        font-size: 19px;
    }

    .protecting-home__title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 430px) {
    .protecting-home__img,
    .protecting-home__img picture,
    .protecting-home__img img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

.protecting-content {
    background-color: #FFFFFF;
    padding: 72px 0 130px 0;
}

.protecting-content__container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.protecting-content__block + .protecting-content__block {
    margin-top: 41px;
}

.protecting-content__block-title {
    font-size: 28px;
    line-height: 60px;
    color: #404053;
    margin-bottom: 10px;
}

.protecting-content__block-subtitle {
    font-size: 15px;
    line-height: 28px;
    color: #404053;
    margin-top: 30px;
}

.protecting-content__block-description {
    font-size: 16px;
    line-height: 28px;
    color: #404053;
}

.protecting-content__block-description ul {
    margin: 30px 0 0 50px;
}

.protecting-content__block-description ul li {
    list-style: initial;
    font-size: 15px;
    line-height: 28px;
    color: #404053;
}

@media (max-width: 768px) {
    .protecting-content {
        padding: 40px 0 50px;
    }

    .protecting-content__block + .protecting-content__block {
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .protecting-content__block-title {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .protecting-content__block-description ul {
        margin: 30px 0 0 30px;
    }

    .protecting-content__block-description {
        font-size: 14px;
    }
}

.levels-verification {
    margin-bottom: 48px;
}

.levels-verification__container {
    max-width: 1270px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (389px) [ 3 ];
    grid-template-columns: repeat(3, 389px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}

.levels-verification__item {
    max-width: 389px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.levels-verification__item-top {
    padding: 20px 48px 15px 34px;
    background: #F8FAFC;
    border: 1px solid #DADADA;
    border-radius: 5px 5px 0 0;
}

.levels-verification__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 160%;
    color: #101828;
}

.levels-verification__status span {
    color: #44AB42;
    margin-left: 4px;
}

.levels-verification__item-center {
    padding: 35px 34px 32px 34px;
    background: #FFFFFF;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}

.levels-verification__title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #101828;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.levels-verification__title::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 3px;
    border-radius: 5px;
}

.buttons__04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6544C6;
    border: 1px solid #6544C6;
    border-radius: 5px;
    width: 332px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 0;
    cursor: pointer;
}

.verification__container {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 35px 34px 34px 34px;
}

.verification__body {
    text-align: center;
}

.verification__body i {
    font-size: 90px;
    color: #000;
}

.verification__body p {
    text-align: center;
    font-size: 20px;
    color: #847ae7;
    font-weight: bold;
}

.verification__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px;
}

.verification__info-img {
    margin-right: 18px;
}

.verification__info-title {
    font-size: 18px;
    line-height: 18px;
    color: #101828;
}

.verification__info-description {
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.verification__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px;
}

.verification__submit .buttons__04 {
    width: 368px;
}

.verification__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 368px 34px 368px 34px 368px;
    grid-template-columns: repeat(3, 368px);
    -ms-grid-rows: 82px 25px 82px 25px 82px;
    grid-template-rows: repeat(3, 82px);
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
    row-gap: 25px;
    grid-template-areas: "firstName lastName middleName" "country address city" "date type gender";
}

.verification__input-first {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: firstName;
}

.verification__input-last {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: lastName;
}

.verification__input-country {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: country;
}

.verification__input-country .select__selected, .verification__input-country .select__menu-item {
    padding: 0 24px 0 0;
}

.verification__input-country .select__menu-item {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.verification__input-country .select__menu-item .select__img {
    border-radius: 0;
    border-left: 1px solid #DADADA;
}

.verification__input-country .select__menu-item:first-child .select__img {
    border-radius: 5px 0 0 0;
}

.verification__input-country .select__menu-item:last-child .select__img {
    border-radius: 0 0 0 5px;
}

.verification__input-country .select__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 50px;
    background-color: #F9F9FA;
    border-right: 1px solid #DADADA;
    border-radius: 5px 0 0 5px;
}

.verification__input-country .select__img picture,
.verification__input-country .select__img img {
    width: 20px;
    height: 15px;
}

.verification__input-address {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: address;
}

.verification__input-phone {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: phone;
}

.verification__input-phone .input__01 {
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.verification__input-date {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: date;
}

.verification__input-date .date-picker {
    width: 100%;
}

.verification__input-type {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: type;
}

.verification__input-type .select__selected, .verification__input-type .select__menu-item {
    padding: 18px 26px 13px 17px;
}

.verification__input-type .select__name {
    margin-left: 0;
    font-size: 14px;
    line-height: 16px;
    color: #78778B;
}

.verification__input-number {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: idNumber;
}

.verification__input-title {
    font-size: 14px;
    line-height: 16px;
    color: #1B212D;
    margin-bottom: 14px;
}

.verification__input-icon {
    max-width: 48px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: #F9F9FA;
    border: 1.5px solid #DADADA;
    border-radius: 5px 0 0 5px;
}

.verification__input-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.verification__input-element .input__01 {
    width: 100%;
    height: 50px;
    padding-left: 17px;
}

.verification__input-element .select {
    width: 100%;
}

.verification__drops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
    justify-content: space-around;
}

.verification__drop {
    max-width: 368px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.verification__drop .drop {
    width: 100%;
    height: 90px;
}

.verification__drop-title {
    font-size: 14px;
    line-height: 16px;
    color: #1B212D;
    margin-bottom: 14px;
}

.verification__drop-description {
    font-size: 13px;
    line-height: 16px;
    color: #78778B;
    margin-bottom: 25px;
}

@media (max-width: 1300px) {
    .verification__inputs {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 950px) {
    .verification__inputs {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media (max-width: 830px) {
    .verification__inputs {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "firstName lastName" "country address" "date phone" "idNumber type";
    }

    .verification__input-first {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .verification__input-last {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .verification__input-country {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .verification__input-address {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .verification__input-phone {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .verification__input-date {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .verification__input-type {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .verification__input-number {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }
}

@media (max-width: 600px) {
    .verification__container {
        padding: 20px;
    }

    .verification__drops {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .verification__drop {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .verification__inputs {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "firstName" "lastName" "country" "address" "phone" "date" "type" "idNumber";
    }

    .verification__input-element .date-picker {
        max-width: 100%;
    }

    .verification__input-element .date-picker__menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 30;
    }

    .verification__input-first {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .verification__input-last {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .verification__input-country {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .verification__input-address {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .verification__input-phone {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .verification__input-date {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .verification__input-type {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .verification__input-number {
        -ms-grid-row: 8;
        -ms-grid-column: 1;
    }
}

.levels-verification__title.levels-verification__title-purple::before {
    background-color: #6544C6;
}

.levels-verification__title.levels-verification__title-orange::before {
    background-color: #FF993A;
}

.levels-verification__title.levels-verification__title-blue::before {
    background-color: #3AB8FF;
}

.levels-verification__features {
    margin-top: 35px;
}

.levels-verification__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.005em;
    color: #101828;
    border-bottom: 1px dashed #DADADA;
    padding: 14px 0;
}

.levels-verification__feature svg {
    margin-right: 16px;
}

.levels-verification__feature:first-child {
    padding: 0 0 11px 0;
}

.levels-verification__feature:last-child {
    border-bottom: none;
    padding: 10px 0 0 0;
}

.levels-verification__item-bottom {
    background: #F8FAFC;
    border: 1px solid #DADADA;
    border-radius: 0 0 5px 5px;
    padding: 23px 34px 32px 34px;
}

.levels-verification__requirements {
    margin-top: 23px;
}

.levels-verification__requirement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.005em;
    color: #101828;
}

.levels-verification__requirement svg {
    margin-right: 15px;
}

.levels-verification__requirement + .levels-verification__requirement {
    margin-top: 18px;
}

.levels-verification__button {
    margin-top: 10px;
}

.levels-verification__button.levels-verification__button-disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.levels-verification__button.levels-verification__button-disabled a {
    background: rgba(101, 68, 198, 0.5);
    border: 1px solid #a898da;
}

.levels-verification__button .buttons__04 {
    background-color: #6544C6;
    width: 100%;
    height: 60px;
}

.levels-verification__button .buttons__04 svg {
    margin-right: 20px;
}

@media (max-width: 1300px) {
    .levels-verification__container {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1100px) {
    .levels-verification__container {
        max-width: 850px;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto 30px auto;
        grid-template-areas: "one two" "three three";
        row-gap: 30px;
    }

    .levels-verification__item {
        max-width: 100%;
        height: 100%;
    }

    .levels-verification__item-one {
        grid-area: one;
    }

    .levels-verification__item-two {
        grid-area: two;
    }

    .levels-verification__item-three {
        grid-area: three;
    }
}

@media (max-width: 1100px) {
    .levels-verification__item-one {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .levels-verification__item-two {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .levels-verification__item-three {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}

@media (max-width: 720px) {
    .levels-verification__container {
        grid-template-areas: "one" "two" "three";
    }

    .levels-verification__item-one {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .levels-verification__item-two {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .levels-verification__item-three {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
}

@media (max-width: 400px) {
    .levels-verification__item-top {
        padding: 20px 34px 15px 34px;
    }
}

.upgrade-verification {
    margin-bottom: 48px;
}

.upgrade-verification__container {
    max-width: 1270px;
    margin: 0 auto;
}

.upgrade-verification__item {
    background-color: #FFFFFF;
    padding: 34px;
    max-width: 400px;
}

.upgrade-verification__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.upgrade-verification__img {
    margin-right: 18px;
}

.upgrade-verification__title {
    font-size: 18px;
    line-height: 18px;
    color: #101828;
}

.upgrade-verification__description {
    font-size: 12px;
    line-height: 18px;
    color: #667085;
    padding-top: 8px;
}

.upgrade-verification__block {
    margin-bottom: 24px;
}

.upgrade-verification__subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #1B212D;
    margin-bottom: 12px;
}

.upgrade-verification__address .input__01 {
    width: 100%;
}

.upgrade-verification__subdescription {
    font-size: 14px;
    line-height: 18px;
    color: #78778B;
}

.upgrade-verification__alert {
    margin-top: 18px;
}

.upgrade-verification__alert .alert {
    width: 100%;
}

.upgrade-verification__drop {
    margin-bottom: 24px;
}

.upgrade-verification__drop .drop__image {
    width: 100%;
}

.upgrade-verification__link a {
    width: 100%;
}

@media (max-width: 700px) {
    .upgrade-verification__item {
        max-width: 100%;
        padding: 20px;
    }
}

.date-picker {
    max-width: 368px;
    position: relative;
}

.date-picker svg,
.date-picker span, .date-picker__selected-value {
    pointer-events: none;
}

.date-picker__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1.5px solid #DADADA;
    border-radius: 5px;
    cursor: pointer;
    padding-right: 24px;
}

.date-picker__selected-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 50px;
    background: #F9F9FA;
    border-right: 1.5px solid #DADADA;
    border-radius: 5px 0 0 5px;
}

.date-picker__selected-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 22px;
    font-size: 14px;
    line-height: 16px;
    color: #78778B;
}

.date-picker__selected-arrow {
    margin-left: auto;
    pointer-events: none;
}

.date-picker__menu {
    display: none;
    position: absolute;
    top: 91px;
    right: 0;
    width: 368px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #FFFFFF;
    border: 1.5px solid #DADADA;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 30;
}

.date-picker__menu.date-picker__menu-active {
    display: block;
}

.date-picker__menu-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 16px;
}

.date-picker__months, .date-picker__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    width: 148px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #98A2B3;
    border-radius: 4px;
    padding: 0 8px 0 16px;
    cursor: pointer;
    position: relative;
}

.date-picker__months-selected, .date-picker__years-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.date-picker__months-selected svg, .date-picker__years-selected svg {
    margin-left: auto;
}

.date-picker__months-selected.date-picker__months-selected-active svg, .date-picker__months-selected.date-picker__years-selected-active svg, .date-picker__years-selected.date-picker__months-selected-active svg, .date-picker__years-selected.date-picker__years-selected-active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.date-picker__months-menu, .date-picker__years-menu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 30;
    border: 1px solid #E4E7EC;
    border-radius: 5px;
    width: 100%;
    background-color: #FFFFFF;
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

.date-picker__months-menu::-webkit-scrollbar, .date-picker__years-menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.date-picker__months-menu.date-picker__months-menu-active, .date-picker__months-menu.date-picker__years-menu-active, .date-picker__years-menu.date-picker__months-menu-active, .date-picker__years-menu.date-picker__years-menu-active {
    display: block;
}

.date-picker__months-element, .date-picker__years-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding-left: 12px;
}

.date-picker__months-element.date-picker__months-element-active, .date-picker__months-element.date-picker__years-element-active, .date-picker__years-element.date-picker__months-element-active, .date-picker__years-element.date-picker__years-element-active {
    background-color: #F0F5FF;
}

.date-picker__menu-week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    padding: 0 16px;
    margin-top: 21px;
    margin-bottom: 4px;
}

.date-picker__menu-week-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #667085;
    width: 36px;
    height: 28px;
}

.date-picker__menu-days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (36px) [ 7 ];
    grid-template-columns: repeat(7, 36px);
    -ms-grid-rows: (28px) [ 6 ];
    grid-template-rows: repeat(6, 28px);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 4px;
    padding: 0 16px 16px;
}

.date-picker__menu-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #101828;
    cursor: pointer;
    position: relative;
}

.date-picker__menu-day:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 6px;
    width: 25px;
    height: 25px;
    background-color: #7044EE;
    border-radius: 5px;
    z-index: -1;
    display: none;
}

.date-picker__menu-day.date-picker__menu-day-active {
    color: #FFFFFF;
}

.date-picker__menu-day.date-picker__menu-day-active:before {
    display: block;
}

.date-picker__menu-day.date-picker__menu-day-prev, .date-picker__menu-day.date-picker__menu-day-next {
    color: #98A2B3;
    pointer-events: none;
}

@media (max-width: 830px) {
    .date-picker__menu {
        left: 0;
        top: 65px;
    }
}

.drop {
    border: 1px dashed #DADADA;
    width: 332px;
    height: 66px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8FAFC;
    font-size: 14px;
    line-height: 16px;
    color: #78778B;
}

.drop__img-default, .drop__img-active {
    margin-right: 12px;
}

.drop.active .drop__img-default,
.drop.active .drop__text {
    display: none;
}

.drop.active .drop__img-active,
.drop.active .drop__img-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.drop.active .drop__text-file {
    display: block;
}

.drop.hover * {
    pointer-events: none;
}

.drop__img-active, .drop__text-file {
    display: none;
}

.drop__img-delete {
    width: 26px;
    height: 26px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8FAFC;
    border: 1px solid #EAECF0;
    border-radius: 4px;
    margin-left: 18px;
    cursor: pointer;
}

.drop__text span {
    color: #7044EE;
}

.drop__text-file span {
    color: #1B212D;
}

.drop__btn {
    cursor: pointer;
}

.chat-wrapper_s .chat-open_s {
    z-index: 1100;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.chat-wrapper_s.open .chat-open_s {
    display: none;
}

.chat-wrapper_s .chat-open_s {
    background: var(--text-secondary)
}

.chat-wrapper_s .chat-open_s:hover {
    color: rgba(255, 255, 255, .4)
}

.chat-wrapper_s.open .chat_s {
    bottom: 62px;
    display: block;
    background: #000000bf;
}

.chat-wrapper_s .chat_s {
    position: fixed;
    z-index: 999999;
    display: block;
    right: 2%;
    width: min(350px, 100% - 20px);
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 2px 17px 12px rgb(15 15 15 / 25%);
    bottom: 2000px;
}

.dark-mode .chat-wrapper_s .chat_s {
    box-shadow: 0px 14px 64px -48px rgb(15 15 15 / 10%);
}

.chat-wrapper_s .chat_s .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: none;
    padding: 0;
}


.chat-wrapper_s .chat_s .header .title {
    width: 100%;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 0.8rem;
    height: 55px;
}

.chat-wrapper_s .chat_s .header .title.online::before,
.chat-wrapper_s .chat_s .header .title.offline::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--text-red);
    display: block;
}

.chat-wrapper_s .chat_s .header .title.online::before {
    background: var(--text-green)
}

.chat-wrapper_s .chat_s.card {
    border-radius: 5px;
}

.chat-wrapper_s .chat_s.card .card-body {
    padding: 0;
}

.chat-wrapper_s .chat_s.card .card-body .slimScrollDiv {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-secondary);
}

.chat-wrapper_s .chat_s .header .title .name {
    font-size: 20px;
    font-weight: 500;
    flex-grow: 1;
    color: var(--text-secondary);
}

.dark-mode .chat-wrapper_s .chat_s .header .title .name {
    color: #fff;
}

.chat-wrapper_s .chat_s .header .close_s {
    padding: 0;
    border: none;
    transition: background-color .3s;
    position: absolute;
    top: 27px;
    right: 30px !important;
    transform: translate(50%, -50%);
    right: 17.5px;
}

.chat-wrapper_s .chat_s .header .close_s svg {
    transition: color .3s;
    color: var(--text-secondary);
    width: 30px;
}

.chat-wrapper_s .chat_s .header .close_s:hover svg,
.chat-wrapper_s .chat_s .header .close_s:focus svg {
    color: var(--text-secondary);
}

.chat-wrapper_s .chat_s .body {
    width: 100%
}

.chat-wrapper_s .chat_s .chat_s__warning {
    color: var(--button-primary);
    padding: 10px;
    color: #fff
}

.chat-wrapper_s .chat_s .chat_s__warning span {
    color: #fff
}

.chat-wrapper_s .chat_s .messages {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 10px;
}

#support-app {
    height: 450px;
}

.messages .message_chat {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px 20px;
}

.messages .message_chat.right {
    align-items: flex-end
}

.messages .message_chat .message-body {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    min-height: 2.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    z-index: 1;
    margin: 0px 48px 0px 6px;
    padding: 12px 16px;
    max-width: 100%;
    position: relative;
    overflow-wrap: break-word;
    background-color: rgb(234, 236, 237);
    border-radius: 16px 16px 16px 0px;

}

.messages .message_chat .message-body .text p {
    color: rgb(44, 46, 47);
}

.messages .message_chat .message-body:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDE2SDBDMCAxNiA2LjY2NjY3IDE2IDExLjMzMzMgMTEuMzMzM0MxNiA2LjY2NjY3IDE2IDAgMTYgMFYxNloiIGZpbGw9IiNFREVERUQiLz4KPC9zdmc+Cg==);
    bottom: 0px;
    left: -15px;
    position: absolute;
}

.messages .message_chat.right .message-body {
    margin: 0px 12px 0px 48px;
    background: var(--deep-blue);
    color: rgb(255, 255, 255);
    border-radius: 16px 16px 0px;
}

.messages .message_chat.right .message-body .text p {
    color: rgb(255, 255, 255);
}

.messages .message_chat.right .message-body:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M16 16H0C0 16 6.66667 16 11.3333 11.3333C16 6.66667 16 0 16 0V16Z" fill="rgb(132,122,231)"/> </svg>');
    bottom: 0px;
    transform: rotateY(180deg);
    right: -15px;
    left: unset;
    position: absolute;
}

.messages .message_chat .message-body .avatar {
    width: 30px;
    height: 30px;
    margin-right: 8px
}

.messages .message_chat .message-body .avatar img {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    color: #fff
}

.messages .message_chat .message-body .text {
    margin-top: 0;
}

.messages .message_chat.right .message-body .text {
    margin-top: 0;
    width: 100%;
}

.messages .message_chat .message-body .text p {
    line-height: 1.5em;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: break-all;
}

.messages .message_chat.right .message-body .text p {
    border-radius: 8px 8px 0 8px;
    width: 100%;
}

.messages .message_chat .message-footer {
    margin: 5px 0 0 0;
    height: 20px;
}

.messages .message_chat.right .message-footer {
    text-align: right
}

.messages .message_chat .message-footer p {
    font-size: .8125em;
    line-height: 1.125em;
    font-weight: 400;
    padding-top: 0;
    direction: ltr;
    padding-right: 4px;
}

.chat-wrapper_s .chat_s .footer {
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    border: none
}

.chat-wrapper_s .chat_s .InputBlock {
    padding: 0.8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 26px;
}

.chat-wrapper_s .chat_s .text-container {
    width: 100%;
}

.chat-wrapper_s .chat_s .text-container .form-control {
    box-shadow: none !important;
    margin-bottom: 0;
    width: 100%;
    transition: height 0.4s linear 0s;
    padding: 1.25em 0.75em 0.25em;
    font-size: 0.9375em;
    line-height: 1.5em;
    font-family: PayPalSansSmall-Regular, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    display: block;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    border-radius: 0.25em;
    background-color: var(--bg-primary);
    color: #121212;
    max-height: 105px;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    min-height: 74px;
    height: 74px;
}

.dark-mode .chat-wrapper_s .chat_s .text-container .form-control {
    border-color: #23262f
}

.chat-wrapper_s .chat_s .text-container .text-holder {
    width: 100%;
    font-size: .9375em;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.chat-wrapper_s .chat_s .text-container .text-holder textarea::-webkit-input-placeholder {
    color: #69727a
}

.chat-wrapper_s .chat_s .text-container .text-holder textarea:focus + label {
    top: .125em;
    font-size: .75em;
    background-color: transparent
}

.chat-wrapper_s .chat_s .text-container .text-holder textarea:focus {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.dark-mode .chat-wrapper_s .chat_s .text-container textarea.form-control:focus {
    border-color: #23262f
}

.chat_s .message-box {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: relative;
}

.bottom-chats-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 2%
}

.chat_s .message-box .message-input {
    background: none;
    border: none;
    outline: none !important;
    resize: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    height: 17px;
    margin: 0;
    padding-right: 20px;
    width: 100%;
}

.chat-title h1, .chat-title h2 {
    font-weight: normal;
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 10px;
}

.chat-title .avatar {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 9px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

.chat-title .avatar .online {
    background: #10c136;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 3px;
    bottom: 5px;
    border-radius: 10px;
}

.support-chat-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.chat_s .chat-title {
    flex: 0 1 45px;
    position: relative;
    z-index: 2;
    background: rgb(0 0 0 / 77%);
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 10px 10px 56px;
}

.chat_s .message-box .message-submit {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 10px;
    color: #fff;
    border: none;
    background: #248A52;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
    outline: none !important;
    transition: background 0.2s ease;
}

@media screen and (max-width: 991px) {
    .bottom-chats-wrapper {
        bottom: 70px !important;
    }
}

@media screen and (max-width: 768px) {
    .bottom-chats-wrapper {
        flex-direction: column;
    }
}

#support-app {

}

.messages .message.new {
    transform: scale(0);
    transform-origin: 0 0;
    -webkit-animation: bounce 500ms linear both;
    animation: bounce 500ms linear both;
}

.messages .message:last-child {
    margin-bottom: 30px;
}

.messages .message {
    clear: both;
    float: left;
    padding: 6px 10px 7px;
    border-radius: 10px 10px 10px 0;
    background: rgba(0, 0, 0, 0.3);
    margin: 8px 0;
    font-size: 11px;
    line-height: 1.4;
    margin-left: 35px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.messages .message .avatar {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: -35px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

.messages .message.message-personal {
    float: right;
    color: #fff;
    text-align: right;
    background: linear-gradient(120deg, #248A52, #257287);
    border-radius: 10px 10px 0 10px;
}

.messages .message.message-personal::before {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid transparent;
    border-top: 4px solid #257287;
    bottom: -4px;
}

.jq-toast-single span, .jq-toast-single p {
    color: #fff !important;
}
