:root {
    --col1: #99ea48;
}


a {
    text-decoration: none;
}

.jconfirm-bg {
    backdrop-filter: blur(4px) !important;
    background: rgba(0, 0, 0, .6) !important;
}

.jconfirm-box {
    max-width: 420px;
    border-radius: 20px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
}

.jconfirm-buttons {
    display: flex;
    gap: 14px;
}

.jconfirm-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 14px;
}

.jconfirm-buttons button:first-child {
    color: #fff !important;
    background-color: #21ba72 !important;
    border-color: #21ba72 !important;
}

.account {
    background: rgba(0, 0, 0, .01);
}

.account-title {
    margin: 0 auto;
    font-size: 43px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-family: "Bebas Neue", serif;
}

.account-desc {
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    width: 60%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}

.account__row {
    display: flex;
}

.account__menu {
    width: 240px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.account__menu a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 48px;
    color: #000;
    border-radius: 16px;
    text-decoration: none;
    background: #eee;
    transition: all 0.3s ease-in-out;
}

.account__menu a:hover {
    color: #fff;
    background: #222;
}

.btn.green:hover {
    color: #000000;
    background-color: #99ea48;
}

.account__menu a.active {
    transition: all 0.3s ease-in-out;
    background: #99ea48;
}

.account__menu a.active:hover {
    background: #222;
    color: #fff;
}

.account__menu a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 18px;
    margin-left: 10px;
}


.account__content {
    flex: 1;
}

.account__content.--wallets .err {
    color: red;
    display: block;
}

.account__content.--wallets .select.error,
.account__content.--wallets input.error {
    border-color: red;
}

.account__content.--wallets td.has-error {
    position: relative;
    padding-top: 20px;
}

.account__content.--wallets td.has-error .err {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

.account__profile {
    width: 250px;
    margin-left: 30px;
}

.account__profile-section {
    position: relative;
    margin-top: 80px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.account__profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account__profile-top a {
    position: relative;
    padding: 12px;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    line-height: 1;
}

.account__profile-top a span {
    position: absolute;
    top: 45%;
    left: 57%;
    padding: 4px 4px;
    font-size: 11px;
    background: #99ea48;
    color: #000000;
    border-radius: 30px;
}

.account__profile-photo {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
    border-radius: 100%;
    overflow: hidden;
    z-index: 3;
}

.account__profile-photo img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}

.account__profile-photo_edit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.account__profile-photo:hover {
    backdrop-filter: blur(2px);
}

.account__profile-photo:hover .account__profile-photo_edit {
    opacity: 1;
}

.account__profile-info {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.account__profile-info b {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.account__profile-info b strong.names {
    display: inline-block;
    margin: 0 4px;
    width: 60px;
    height: 11px;
    background: #ccc;
    border-radius: 3px;
}

.account__profile-info b a {
    margin-right: -20px;
}

.account__profile-info b a i {
    margin-left: 6px;
    color: #000;
}

.account__profile-info span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 0 0;
}

.account__profile-menu {
    margin-top: 20px;
    background: #f9f9f9;
    display: flex;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}

.account__profile-menu a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: #000;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.account__profile-menu a:last-child {
    border-right: none;
}


.account__profile-balance {
    margin: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    padding: 10px;
}

.account__profile-balance_item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.account__profile-balance_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
}

.account__profile-balance_item:last-child {
    border-bottom: none;
}

.account__profile-balance label {
    display: block;
    width: 100%;
    font-size: 12px;
}

.account__profile-balance b {
    display: flex;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
}

.account__profile-balance b small {
    font-size: 14px;
}

.account__profile-links {
    display: flex;
    gap: 14px;
}

.account__profile-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    background: #ccc;
    border-radius: 10px;
}

.account__profile-stats {
    margin: 10px 0 0 0;
    background: #fff;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    color: #222;
    padding: 10px;
}

.account__profile-stat {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.account__profile-stat:first-child {
    border-top: none;
}

.account__profile-stat_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
}

.account__profile-stat_icon > svg {
    height: 38px;
    transform: rotate(-90deg);
    width: 38px;
}

.account__profile-stat_icon > svg .progress-bar__bg {
    fill: none;
    stroke: #f1f1f1;
    stroke-width: 2.3;
}

.account__profile-stat_icon .progress-bar__progress {
    fill: none;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 2.3;
    transition: stroke-dashoffset 1s ease-in-out;
}

.account__profile-stat_icon:first-child .progress-bar__progress {
    stroke: #f1f1f1;
    stroke: #21BA73;
}

.account__profile-stat_icon:nth-child(2) .progress-bar__progress {
    stroke: #f1f1f1;
    stroke: #21BA73;
}

.account__profile-stat_icon:nth-child(3) .progress-bar__progress {
    stroke: #f1f1f1;
    stroke: #21BA73;
}

.account__profile-stat_icon:last-child .progress-bar__progress {
    stroke: #f1f1f1;
    stroke: #21BA73;
}

.account__profile-stat_share {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8.6px;
    font-weight: 700;
    line-height: 1;
}

.account__profile-stat div b {
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    gap: 6px;
}

.account__profile-stat div span {
    display: block;
    width: 100%;
    font-size: 12px;
}

.profile-stat {
    display: none;
}

.profile-stat .account__profile-stat {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.deposits__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.deposit__item {
    display: flex;
    @width: calc(50% - 25px);
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.deposit__item-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
    width: 45%;
}

.deposit__progress {
    position: relative;
    width: 150px;
    height: 150px;
}

.deposit__progress .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.deposit__progress > svg {
    height: 150px;
    transform: rotate(-90deg);
    width: 150px;
}

.progress-bar__bg {
    fill: none;
    stroke: #f1f1f1;
    stroke-width: 2.3;
}

.progress-bar__progress {
    fill: none;
    stroke: #f1f1f1;
    stroke: #99ea48;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 2.3;
    transition: stroke-dashoffset 1s ease-in-out;
}

.deposit__item-left .deposit__line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.deposit__item-left .deposit__line span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.deposit__item-left .deposit__line b {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.deposit__item-left .deposit__timer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 20px;
    width: fit-content;
    background: rgba(0, 0, 0, .1);
    border-radius: 50px;
    font-weight: 700;
}

.deposit__item-left .deposit__timer small {
    font-size: 12px;
    font-weight: 400;
}

.deposit__item-right {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 55%;
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.deposit__item-right .deposit__line {
    width: calc(50% - 8px);
}

.deposit__item-right .deposit__line span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.deposit__item-right .deposit__line b {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.deposit__item-right .deposit__sell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    margin: -24px;
    margin-top: 0;
    padding: 14px;
    flex: 1;
    background: rgba(33, 186, 114, .1);
    border-bottom-right-radius: 16px;
}

.deposit__item-right .deposit__sell .btn.l {
    height: 45px !important;
    border-radius: 14px !important;
}

.deposit__sell-manual {
    margin: 0;
    width: 100%;
}

.deposit__sell-progressbar {
    margin: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 7px;
}

.deposit__sell-step {
    width: 25%;
    text-align: center;
}

.deposit__sell-step.progress {
    height: 7px;
    opacity: .7;
    transition: 0.4s;
}

.deposit__sell-step.progress:hover {
    opacity: 1;
    transform: scale(1.05);
    z-index: 9;
}

.deposit__sell-step.progress:nth-child(1) {
    background: #1E1E1E;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.deposit__sell-step.progress:nth-child(2) {
    background: #e74c3c;
}

.deposit__sell-step.progress:nth-child(3) {
    background: #f4b932;
}

.deposit__sell-step.progress:nth-child(4) {
    background: #21ba72;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.deposit__sell-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
}

.btn.s25 {
    background: #1E1E1E !important;
    color: #fff !important;
    border-color: #1E1E1E !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.btn.s50 {
    background: #e74c3c !important;
    color: #fff !important;
    border-color: #e74c3c !important;
}

.btn.s75 {
    background: #f4b932 !important;
    color: #fff !important;
    border-color: #f4b932 !important;
}

.btn.s100 {
    background: #21ba72 !important;
    color: #fff !important;
    border-color: #21ba72 !important;
}

.payments__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.payments__item {
    width: calc(33.3% - 14px);
}

.payments__item input[type=radio] {
    display: none;
}

.payments__item label {
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 55px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    text-decoration: none;
}

.payments__item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}

.payments__item-icon img:not(.network) {
    width: 34px;
    height: 34px;
    border-radius: 0;
}

.payments__item-icon img.network {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.payments__item b {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.payments__item span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    opacity: .7;
    text-transform: uppercase;
}

.payments__item-checked {
    margin-left: auto;
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
}

.checked {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
}

.payments__item-checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 18px;
    background: #222222;
    border-radius: 20px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
}

.payments__item input[type=radio]:checked + label .payments__item-checked::after {
    opacity: 1;
    visibility: visible;
}

.payments__item input[type=radio]:checked + label {
    background: #99ea48;
}

.topup__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.topup__item {
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: calc(33.3% - 14px);
    height: 55px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    text-decoration: none;
}

.topup__item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}

.topup__item-icon img:not(.network) {
    width: 34px;
    height: 34px;
    border-radius: 0;
}

.topup__item-icon img.network {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.topup__item b {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.topup__item span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    opacity: .7;
    text-transform: uppercase;
}

.topup__item-link {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(33, 186, 114, .2);
    border-radius: 60px;
}

.topup__item-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(33, 186, 114, .2);
    border-radius: 60px;
    font-size: 11px;
    color: #fff;
    transition: background 0.2s ease;
}

.topup__item:hover .topup__item-link i {
    background: rgba(33, 186, 114, 1);
}

.topup__payment {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topup__payment h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.topup__payment p {
    font-size: 14px;
    line-height: 24px;
    width: 60%;
    text-align: center;
}

.topup__payment-qrcode {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
}

.topup__payment-qrcode-img {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    overflow: hidden;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.topup__payment-qrcode span {
    padding: 4px 6px;
    background: #f1f1f1;
    width: fit-content;
    font-size: 9px;
}

.topup__payment-details {
    margin: 30px 0;
    display: flex;
    gap: 20px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    width: 100%;
}

.topup__payment-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.topup__payment-data label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.topup__payment-details .topup__item {
    width: 100%;
}

.topup__payment-details .topup__item-rate {
    margin-left: auto;
    text-align: right;
}

.topup__payment-details .topup__item-rate span {
    font-size: 9px;
}

.topup__payment-input {
    display: flex;
    width: 100%;
}

.topup__payment-input input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 150px;
    width: min-content;
    flex: 1;
}

.topup__payment-input button {
    padding: 0;
    width: 48px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.topup__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
}

.topup__info span {
    font-size: 9px;
}

.topup__info-item {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
    background: rgb(238 238 238);
    border-radius: 30px;
}

.topup__info-item.low {
    background: rgba(243, 156, 18, .2);
}

.topup__info-item i {
    font-size: 16px;
}

.topup__alert {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 48px;
    background: rgba(240, 147, 43, .3);
}

.payment__steps {
    margin: 30px 0;
    position: relative;
    display: flex;
    gap: 30px;
}

.payment__steps-line {
    position: absolute;
    content: "";
    width: 75%;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    top: 17%;
    right: 12%;
    z-index: 0;
}

.payment__step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(33.3% - 20px);
    z-index: 1;
}

.payment__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: 900;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.payment__step-text {
    margin-top: 24px;
}

.payment__step-text b {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.payment__step-text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.form__row {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.form__radio {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.form__radio.strategy {
    /* gap: 24px; */
}

.form__radio.strategy .radio_btn label {
    position: relative;
    gap: 10px;
    height: 81px;
    /* top: 0; */
    /* left: 5px; */
    font-weight: 700;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    font-size: 15px;
    /* width: 100%; */
    justify-content: space-between;
    padding: 0 22px;
}

.form__radio.strategy .radio_btn label .strategy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: rgb(153 234 72 / 16%);
    border-radius: 90px;
}

.form__radio.strategy .radio_btn label .strategy-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 22px;
    background: rgb(153 234 72);
    color: rgb(47 47 47);
    border-radius: 60px;
}

.form__radio.strategy .radio_btn input[type=radio]:checked + label {
    background: #fff;
}

.dep_amoint_p {
    margin: 25px 0 0 0;
}

.form__radio.strategy .radio_btn input[type=radio]:checked + label .checked::after,
.form__radio.strategy .radio_btn input[type=radio]:checked + label .checked::before {
    opacity: 1;
    visibility: visible;
}

.checked {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
}

.checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    background: rgb(153 234 72);
    border-radius: 20px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
}

.checked::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 18px;
    background: rgba(33, 186, 114, .2);
    border-radius: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
}

.dep_amoint_p .form__step {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    text-transform: inherit;
    font-family: inherit;
}

.dep_m .checked {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
    display: none;
}

.dep_check {
    font-size: 23px;
    font-family: "Bebas Neue", serif;
    font-weight: 500;
    background: #dddddd4f;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 154%;
    width: 100%;
    text-align: center;
}

.dep_x {

    max-width: 267px;

}

.deps_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.deps_in span:nth-child(2) {
    font-size: 11px;
}

.radio_btn input[type=radio]:checked + label {
    background: rgb(255 255 255);
    color: #99ea48;
    font-weight: 600;
    border: 3px #99ea48 solid;
}

.form__step {
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
    background: #99ea48;
    border-radius: 20px;
}

.dep_amoint_p .form__step {
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    text-align: center;
    text-transform: inherit;
    background: #99ea4800;
    border-radius: 20px;
}

.form__step span {
}

.deposit__income {
    display: flex;
    gap: 30px;
    /* display: none; */
}

/* .account__content>div>form>div.form__step.mt-30 {
    display: none;
}


body>main>section>div>div>div.account__content>div>form>div.form__step.mt-30
 */


.dep_p {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dep_m {
    width: 100%;
    padding: 25px;
    background: #eeeeee69;
    border-radius: 10px;
}

.deposit__income-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(25% - 22.5px);
    min-height: 110px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    line-height: 1;
}

.deposit__income-item i {
    font-size: 20px;
    color: #21ba72;
}

.deposit__income-item span {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 14px;
}

.deposit__income-item b {
    color: #21ba72;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 14px;
}


.session-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.session-line b {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
}

.session-line p {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: .6;
}

.session-line .os {
    text-align: right;
}

.tabs {
    display: block;
}

.tabs > div {
    padding-top: 10px;
}

.tabs ul {
    margin-bottom: 24px;
    height: 50px;
    padding: 3px;
    background: #fff;
    border-radius: 22px;
    display: inline-flex;
    flex-direction: row;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
}

.tabs ul li {
    min-width: 87px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
    border-radius: 22px;
    background: 0 0;
    cursor: pointer;
    padding: 0 25px;
    white-space: nowrap;
}

.tabs ul li.active {
    background: #21ba72;
    color: #fff;
}

.tabst {
    display: block;
}

.tabst > div {
    padding-top: 10px;
}

.tabst ul {
    margin-bottom: 24px;
    height: 50px;
    padding: 3px;
    background: #fff;
    border-radius: 22px;
    display: inline-flex;
    flex-direction: row;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
}

.tabst ul li {
    min-width: 100px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
    border-radius: 22px;
    background: 0 0;
    cursor: pointer;
    padding: 0 25px;
    white-space: nowrap;
}

.tabst ul li.active {
    background: #222222;
    color: #fff;
}


.tabs-settings {
    display: block;
}

.tabs-settings > div {
    padding-top: 10px;
}

.tabs-settings ul {
    height: 50px;
    padding: 3px 15px;
    background: #fff;
    border-radius: 22px;
    display: inline-flex;
    flex-direction: row;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
}

.tabs-settings ul li a {
    min-width: 87px;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
    border-radius: 22px;
    background: 0 0;
    cursor: pointer;
    padding: 0 25px;
    white-space: nowrap;
}

.tabs-settings ul li a.active {
    background: #99ea48;
    color: #222;
}

.empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 0;
    width: 100%;
    border-radius: 20px;
}

.empty.white {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.empty-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.empty-desc {
    font-size: 14px;
    margin-bottom: 40px;
    color: #747584;
    max-width: 70%;
    text-align: center;
}

.empty i {
    font-size: 120px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, .06);
}

.empty .btn {
    width: 250px !important;
}

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

.address__box {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.address__row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.address__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    flex: 1;
}

.address__text span {
    display: block;
}

.address__desc {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
}

.address__text a {
    display: block;
    width: fit-content;
    line-height: 1;
    color: rgba(33, 186, 114, 1);
    font-weight: 700;
    border: 0;
    background-color: transparent;
    border: 1px solid rgba(33, 186, 114, .4);
    box-shadow: 0px 4px 8px 4px rgba(33, 186, 114, .15);
    text-align: center;
    padding: 8px 9px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.address__saved {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    margin-bottom: 14px;
}

.address__text button {
    display: block;
    width: fit-content;
    line-height: 1;
    color: rgba(33, 186, 114, 1);
    font-weight: 700;
    border: 0;
    background-color: transparent;
    outline: none;
    border: 1px solid rgba(33, 186, 114, .4);
    box-shadow: 0px 4px 8px 4px rgba(33, 186, 114, .15);
    text-align: center;
    padding: 8px 9px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.career__row {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    margin-bottom: 30px;
}

.career__row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.career__upline {
    margin-bottom: 14px;
}

.career__link {
    margin-bottom: 24px;
}

.career__input {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 8px;
    height: 56px;
    @border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 56px;
}

.career__input .fa-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(153 234 72);
    border-radius: 40px;
    font-size: 16px;
    color: #222;
}

.career__input-photo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.career__input-photo img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}

.career__input-upline {
    line-height: 1;
}

.career__input-upline b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
}

.career__input-upline span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.career__input-contact {
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.career__input-contact a {
    font-size: 16px;
}

.career__input-contact a.button {
    display: block;
    width: fit-content;
    line-height: 1;
    color: rgba(33, 186, 114, 1);
    font-weight: 700;
    border: 0;
    background-color: transparent;
    border: 1px solid rgba(33, 186, 114, .4);
    box-shadow: 0px 4px 8px 4px rgba(33, 186, 114, .15);
    text-align: center;
    padding: 8px 9px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.career__input button {
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
    outline: none;
    border: none;
    background: transparent;
    color: rgb(45 72 19);
}

.career__media {
    margin: -24px;
    padding: 14px 24px;
    margin-top: 0;
    display: flex;
    gap: 24px;
    width: calc(100% + 48px);
    background: #f5f5f5;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.career__media-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 56px;
    padding: 0 14px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 56px;
    flex: 1;
    max-width: 32%;
}

.career__media-item i {
    font-size: 21px;
    color: #21BA73;
}

.career__media-item b {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.career__media-item a {
    margin-left: auto;
    display: block;
    width: fit-content;
    line-height: 1;
    color: rgba(33, 186, 114, 1);
    font-weight: 700;
    border: 0;
    background-color: transparent;
    border: 1px solid rgba(33, 186, 114, .4);
    box-shadow: 0px 4px 8px 4px rgba(33, 186, 114, .15);
    text-align: center;
    padding: 6px 9px;
    font-size: 9px;
    line-height: 10px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.career__chart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 158px;
}

.career__chart-share {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    text-align: center;
}

.career__chart-share b {
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.career__chart-share span {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 400;
}

.career__chart svg {
    height: 158px;
    transform: rotate(-90deg);
    width: 158px;
}

.career__chart svg .progress-bar__bg {
    fill: none;
    stroke: #f1f1f1;
    stroke-width: 2.3;
}

.career__chart svg .progress-bar__progress {
    fill: none;
    stroke: #99ea48;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 2.3;
    transition: stroke-dashoffset 1s ease-in-out;
}

.rank {
    display: flex;
    gap: 30px;
}

.career__my {
    max-width: 33%;
    flex: 1;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.career__personal {
    max-width: 33%;
    flex: 1;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.career__turnover {
    max-width: 33%;
    flex: 1;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.career__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
}

.career__partner {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 64px;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    line-height: 1;
    margin-bottom: 14px;
}

.career__partner-photo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.career__partner-photo img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}

.career__partner-data b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
}

.career__partner-data span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.career__partner-status {
    flex: 1;
}

.career__partner-status span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 15px;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    background: rgb(153 234 72);
    color: #000;
    border-radius: 20px;
    white-space: nowrap;
    width: fit-content;
    min-width: 95px;
}

.career__partner-status span.career__active {
    background: rgba(33, 186, 114, 1);
    color: #fff;
}

.career__partner-earn {
    min-width: 110px;
}

.career__partner-earn b {
    margin-left: auto;
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
}

.career__partner-earn span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.career__partner-date b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
}

.career__partner-date span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.career__partner-contact {
    display: block;
    width: fit-content;
    line-height: 1;
    color: rgb(34 34 34);
    font-weight: 700;
    border: 0;
    background-color: transparent;
    border: 1px solid rgb(34 34 34 / 16%);
    box-shadow: 0px 4px 8px 4px rgb(34 34 34 / 0%);
    text-align: center;
    padding: 8px 9px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.career__stat {
    margin: 30px 0;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.career__stat-item {
    flex: 1;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.career__stat-item:last-child {
    border-right: none;
}

.career__stat-title {
    display: flex;
    gap: 8px;
    padding: 6px 10px;
    background: #f1f1f1;
    border-radius: 50px;
    font-size: 14px;
    width: fit-content;
}

.career__stat-line {
}

.career__stat-line b {
    display: block;
    font-size: 16px;
    font-weight: 900;
}

.career__stat-line span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.settings__row {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
    margin-bottom: 30px;
}

.settings__row .cols {
    display: flex;
    gap: 14px 30px;
    flex-wrap: wrap;
}

.settings__item {
    width: calc(50% - 15px);
}

.settings__row label {
    display: block;
    margin-bottom: 5px;
}

.settings__2fa {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.settings__2fa-qrcode {
    width: fit-content;
}

.settings__2fa-or {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 60px;
    font-size: 14px;
    background: #f1f1f1;
    z-index: 2;
}

.settings__2fa-manual {
    flex: 1;
}

.settings__2fa-manual .fa-google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(153 234 72);
    border-radius: 40px;
    font-size: 16px;
    color: #222;
}

.settings__2fa-manual .career__input {
    margin: 10px 0;
}

.history__list {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.history__line {
    padding: 0 24px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.history__line:first-child {
    border-top: none;
}

.history__item {
    display: grid;
    align-items: center;
    gap: 0 20px;
    height: 70px;
    grid-template-columns: 1fr 100px 1fr 1fr 1fr;
}

.history__item b {
    display: block;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
}

.contacts__item-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    background: rgb(153 234 72);
    letter-spacing: -1px;
}

.contacts__wrap > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4) {
    margin: 10px 0 0 0;
}

.history__item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history__date {
    flex: 1;
    margin-right: 15px;
}

.history__type {
    flex: 4;
}

.history__type b {

    font-weight: 500;
}

.history__status {
}

.history__status span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 9px 12px;
    font-size: 14px;
    border-radius: 50px;
    line-height: 1;
    min-width: 113px;
}

.history__status span.success {
    background: #99ea48;
    color: #222;
}

.history__status span.pending {
    background: rgb(34 34 34);
    color: #fff;
}

.history__status span.denied {
    background: rgba(214, 48, 49, 1.0);
    color: #fff;
}

.history__status span i.success:before {
    content: "\f058";
    font-weight: 500;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.history__status span i.pending:before {
    content: "\f017";
    font-weight: 500;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.history__status span i.denied:before {
    content: "\f057";
    font-weight: 500;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.history__amount {
    flex: 1;
}

.history__amount span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 5px;
    background: #eee;
    color: #000;
    font-size: 14px;
    border-radius: 50px;
    line-height: 1;
    /* max-width: 200px; */
    min-width: 155px;
}

.history__more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 32px;
    height: 32px;
    background: #f1f1f1;
    line-height: 1;
    border-radius: 32px;
    cursor: pointer;
}

.history__extra {
    display: none;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
    margin-bottom: 24px;
}

.history__extra-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.history__extra-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(33.3% - 9.33px);
}

.history__extra-item.big {
    width: 100%;
}

.history__extra-item i:not(.fa-copy) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 14px;
    background: rgb(238 238 238);
    color: #000;
    border-radius: 34px;
}

.history__extra-photo {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    overflow: hidden;
}

.history__extra-photo img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}

.history__extra-item b {
    display: block;
    font-size: 14px;
}

.history__extra-item b strong {
    text-decoration: none;
    color: #333;
}

.history__extra-item .txid__copy {
    margin: 0;
    padding: 0;
    width: fit-content;
    outline: none;
    border: none;
    background: transparent;
    margin-left: 8px;
    color: #21BA73;
}

.history__extra-item span {
    display: block;
    font-size: 11px;
}

.history__pages {
    margin-top: 30px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 14px;
}

.history__pages a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 28px;
    background: rgb(230 230 230);
    color: #000;
    border-radius: 28px;
    font-weight: 500;
    min-width: 28px;
    padding: 0 9px;
}

.history__pages a.active {
    background: #222222;
    color: #fff;
}

.nadex__card {
    position: relative;
    background-image: linear-gradient(45deg,
    hsl(152deg 70% 43%) 0%,
    hsl(152deg 67% 45%) 9%,
    hsl(152deg 66% 48%) 18%,
    hsl(152deg 64% 50%) 27%,
    hsl(154deg 66% 51%) 36%,
    hsl(161deg 65% 49%) 45%,
    hsl(168deg 67% 46%) 55%,
    hsl(175deg 69% 44%) 64%,
    hsl(181deg 73% 44%) 73%,
    hsl(184deg 80% 47%) 82%,
    hsl(187deg 86% 50%) 91%,
    hsl(188deg 100% 50%) 100%);
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    z-index: 0;
    width: calc(50% - 15px);
    height: 210px;
}

.nadex__card-create {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    z-index: 3;
}

.nadex__card-create p {
    font-size: 18px;
}

.nadex__card-create button {
}

.nadex__card-top {
    display: flex;
    justify-content: space-between;
}

.nadex__card-logo {
}

.nadex__card-logo img {
    height: 30px;
}

.nadex__card-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 115px;
    height: 30px;
    font-size: 12px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 33px;
    border: none;
    outline: none;
    cursor: pointer;
}

.nadex__card-data {
}

.nadex__card-number strong {
    align-items: center;
    display: flex;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    line-height: normal;
}

.nadex__card-number span {
    line-height: 1;
}

.nadex__card-copy {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 60%;
    color: #fff;
}

.nadex__card-details {
    margin: 20px 0;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
}

.nadex__card-item {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: right;
}

.nadex__card-item.cardholder {
    text-align: left;
    margin-right: auto;
    flex: 1;
}

.nadex__card-item span {
    color: #fffc;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.nadex__card-item big {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 4px;
    font-size: 16px;
}

.nadex__card-visa {
    position: absolute;
    content: "";
    bottom: 16px;
    right: 16px;
    width: 45px;
    height: 16px;
    background: url(../img/visa.webp) no-repeat;
    background-size: 100%;
}

.card__row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.modal {
    position: fixed;
    display: none;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: #333;
    z-index: 99999999999999
}

.modal-container {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    min-width: 250px;
    width: 100%;
    max-width: 440px;
    height: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    z-index: 1.0E+16
}

.modal-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: #333;
    z-index: 9
}

.modal-title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 900;
}

.modal-content label {
    font-size: 14px;
    margin: 4px 0;
}

.modal-content .btn {
    margin-top: 20px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

fieldset:not(:first-of-type) {
    display: none;
}

.modal-inputs {
    display: flex;
    gap: 16px;
}

.modal-input {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 8px;
    height: 56px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 56px;
    margin-bottom: 10px;
}

.modal-input i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(33, 186, 114, .15);
    border-radius: 40px;
    font-size: 16px;
    color: rgba(33, 186, 114, 1);
}

.modal-input input,
.modal-input .input {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 40px;
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
}

.modal-input div b {
    display: flex;
    font-size: 16px;
    gap: 6px;
}

.modal-input div b span {
    font-size: 16px;
}

.modal-input div span {
    display: block;
    font-size: 12px;
    opacity: .7;
}

.modal-input-balance {
    font-size: 15px;
    padding: 5px 12px;
    width: fit-content;
    background: rgba(33, 186, 114, .15);
    border-radius: 50px;
}

.modal-extra {
    margin-top: 14px;
    margin-bottom: 7px;
    background: #f5f5f5;
    border-radius: 16px;
}

.modal-extra-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
}

.modal-extra-item:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal-extra-item b {
    display: block;
    font-size: 14px;
}

.modal-extra-item span {
    display: block;
    font-size: 11px;
    opacity: .6;
}

.modal-result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.modal-result-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    font-size: 40px;
    line-height: 1;
    border-radius: 125px;
}

.modal-result-icon.success {
    background: rgba(33, 186, 114, .15);
    color: rgba(33, 186, 114, 1);
}

.modal-result-icon.fail {
    background: rgba(33, 186, 114, .15);
    color: red;
}

.modal-result-title {
    font-size: 23px;
    font-weight: 700;
}

.modal-result-desc {
    font-size: 15px;
    opacity: .6;
}

.card__info {
    flex: 1;
    width: calc(50% - 15px);
}

.card__info .btn {
    border-radius: 16px !important;
}

.card__info-board {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    margin-bottom: 24px;
}

.card__info-wallet {
    display: flex;
    align-items: center;
    height: auto;
    padding: 12px;
    gap: 14px;
}

.card__info-wallet_icon {
}

.card__info-wallet_icon img {
    width: 40px;
}

.card__info-wallet_card {
    flex: 1;
}

.card__info-wallet_card b {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.card__info-wallet_card span {
    display: block;
    font-size: 12px;
    opacity: .6;
}

.card__info-wallet_balance span {
    display: block;
    font-size: 12px;
    opacity: .6;
    text-align: right;
}

.card__info-wallet_balance b {
    display: block;
    font-size: 16px;
    text-align: right;
}

.card__info-stats {
    display: flex;
    background: #f9f9f9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.card__info-stats_item {
    padding: 12px;
    width: 50%;
    line-height: 1;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.card__info-stats_item:last-child {
    border-right: none;
}

.card__info-stats_item span {
    display: block;
    font-size: 12px;
    opacity: .6;
    margin-bottom: 8px;
}

.card__info-stats_item big {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.card__info-stats_item b {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card__limit-progressbar {
    width: 100%;
    height: 5px;
    background: #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.card__limit-progress {
    width: 4%;
    height: 5px;
    background: green;
}

.card__actions {
    display: flex;
    gap: 14px;
}

.card__actions .btn {
    padding: 0 16px;
    justify-content: flex-start;
    gap: 16px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
}

.card__actions .btn i {
    font-size: 20px;
}

.secure {
    padding-left: 16px;
    display: flex;
    align-items: center;
    height: 83px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    margin-bottom: 30px;
}

.secure__label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 30px;
}

.secure__label i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(33, 186, 114, .15);
    border-radius: 40px;
    font-size: 18px;
    color: rgba(33, 186, 114, 1);
}

.secure__label-data {
}

.secure__label-data b {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.secure__label-data span {
    display: block;
    font-size: 12px;
    opacity: .6;
}

.secure__list {
    display: flex;
    align-items: center;
    height: 83px;
    flex: 1;
}

.secure__item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    max-width: 182px;
    height: 83px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.secure__item-merchant {
    display: block;
    width: fit-content;
    padding: 3px 6px;
    background: #ccc;
    font-size: 10px;
    border-radius: 30px;
}

.secure__item-code {
    display: block;
    font-size: 14px;
    font-weight: 900;
}

.secure__item-date {
    display: block;
    font-size: 10px;
}

.btn__status {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 56px;
    padding: 0 32px;
    border-radius: 16px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.gift__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    background: #ccc;
    margin-bottom: 30px;
}

.gift__banner-info {
    padding-left: 24px;
    flex: 1;
}

.gift__banner-info h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gift__banner-info p {
    font-size: 14px;
    margin-bottom: 24px;
}

.gift__banner-info a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 14px;
    padding-right: 24px;
    width: fit-content;
    height: 40px;
    border-radius: 40px;
    background: #000;
    color: #fff;
}

.gift__banner-picture {
}

.gift__banner-picture img {
    width: auto;
    height: 200px;
}

.gift__task {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 20px;
}

.gift__step {
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.gift__step:last-child {
    border-bottom: none;
}

.gift__label {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.gift__desc {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.gift__action {
}

.gift__action .group {
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 14px;
    padding-right: 24px;
    width: fit-content;
    height: 40px;
    border-radius: 40px;
    background: #21BA73;
    color: #fff;
}

.gift__action .group i {
    font-size: 22px;
}

.gift__status-line {
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 14px;
    padding-right: 24px;
    width: 100%;
    height: 54px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
}

.gift__status-icon img {
    height: 30px;
}

.gift__status-icon i {
    font-size: 28px;
    color: #21BA73;
    line-height: 1;
}

.gift__status {
    display: block;
    font-weight: 700;
}

.tg__confirmed {
    display: none;
}

.tg__confirmed div {
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 14px;
    padding-right: 24px;
    width: fit-content;
    height: 40px;
    border-radius: 40px;
    background: #21BA73;
    color: #fff;
}

.tg__confirmed div i {
    font-size: 22px;
}

.gift__terms {
    margin-top: 30px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 20px;
}

.gift__terms h3 {
    font-size: 21px;
    margin-bottom: 24px;
}

.gift__terms ol {
    margin: 0;
    padding: 0;
    padding-left: 16px;
}

.gift__terms ol li {
    font-size: 14px;
    margin-bottom: 16px;
}

#gift__timer {
    display: flex;
    align-items: center;
    gap: 8px;
}

#gift__timer .timer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 8px;
}

#gift__timer .timer-item b {
    display: block;
    font-size: 18px;
}

#gift__timer .timer-item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    opacity: .6;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.promo__item {
    display: flex;
    margin: 0 -24px;
    padding: 0 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 1;
}

.promo__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.promo__item-left {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo__item-left img {
    display: block;
    max-width: 100%;
}

.promo__item-left a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.promo__item-left a i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    background: #21ba72;
    color: #fff;
    box-shadow: 0 2px 4px rgb(33 43 69 / 2%), 0 0 15px rgb(33 43 69 / 6%);
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radial-pulse 1s infinite;
    z-index: 2;
}

.promo__item-left a img {
    border-radius: 20px;
}

.promo__item-right {
    width: calc(100% - 320px);
    padding-left: 30px;
}

.promo__item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 14px;
    font-weight: 700;
}

.promo__item-title span {
    opacity: .6;
    font-size: 12px;
}

.promo__item-link a {
    display: block;
    color: #21BA73;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
    margin-bottom: 14px;
}

.promo__item-button {
    display: flex;
    gap: 14px;
}

.promo__item-button a,
.promo__item-button button {
    height: 40px !important;
    width: fit-content !important;
}

.promo__item-desc {
    font-size: 14.5px;
    line-height: 1.5;
    opacity: .7;
    margin-bottom: 14px;
}

form {
    width: 100%;
}

table {
    width: 100%;
}

table td {
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 5px;
}

.button-blue,
.button-red {
    cursor: pointer;
    background: #99ea48;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 32px;
    border: 0;
    padding: 10px 30px;
    color: #222;
}

.button-red {
    cursor: pointer;
    background: #222;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 32px;
    border: 0;
    padding: 5px 20px;
    color: #fff;
    padding: 10px 30px;
}

.info {
    background-color: rgba(217, 237, 247, 1);
    border-color: rgba(126, 182, 193, 1);
    color: rgba(49, 112, 143, 1);
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    font-size: 16px;
}

.alerts {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    font-size: 16px;
}

.alerts h4 {
    margin: 0 auto 15px;
    text-transform: uppercase;
}

.alerts.alert-success {
    background-color: rgba(227, 253, 235, 1);
    border-color: rgba(38, 179, 3, 1);
    color: rgba(60, 118, 61, 1);
}

.alerts.alert-info {
    background-color: #eee;
    color: #222;
    border-color: rgb(126 182 193 / 0%);
    margin: 10px 0 0 0;
    text-align: center;
    border-radius: 13px;
}

.alerts.alert-warning {
    background-color: rgba(252, 248, 227, 1);
    border-color: rgba(177, 161, 129, 1);
    color: rgba(138, 109, 59, 1);
}

.alerts.alert-danger {
    background-color: rgba(248, 215, 218, 1);
    border-color: rgb(220 53 69 / 0%);
    color: rgb(0 0 0);
    text-align: center;
}

.wrap_teg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
}

.newClass {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}

.copy-btn {
    width: 15px;
    cursor: pointer;
    margin: 0 4px;
}

.dep_new_box {
    width: 100%;
    background: #eeeeee75;
    padding: 25px;
    border-radius: 10px;
}

.usd_dep {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.dep_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.account__profile > div.account__profile-balance > div > div:nth-child(2) > b > small:nth-child(3) {
    display: none;
}

.reff_0 {
    width: 100%;
    margin: 15px 0 0 0;
}

.partners-stat {
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.partners-level {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 37px;
    gap: 0 4px;
    /* flex-wrap: wrap; */
}

.partners-level .btn.active {
    margin-left: 7px;
    margin-right: 7px;
    color: #000000;
    box-shadow: 0 3px 44px 1px rgba(0, 0, 0, 0.1);
    border-radius: 39px;
    background-color: #99ea48;
    padding: 5px 40px;
    border: 1px #db34ac00 solid;
    max-width: 112px;
}

.partners-level .btn {
    margin-left: 7px;
    margin-right: 7px;
    color: #ffffff;
    box-shadow: 0 3px 44px 1px rgba(0, 0, 0, 0.1);
    border-radius: 39px;
    background-color: #000000;
    padding: 5px 40px;
    border: 1px #db34ac00 solid;
    max-width: 112px;
}

.partners-stat__cols {
    display: flex;
    /* margin-left: -63px; */
    /* margin-right: -63px; */
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.partners-stat__col {
    border-radius: 15px;
    background-color: #ededed73;
    padding: 19px 20px 19px;
    width: calc(50% - 126px);
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.partner-user {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.partners-stat__col-subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(0, 0, 0);
}

.partners-stat__col-value {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -3px;
}

.partner-user {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.partner-user__row {
    display: flex;
}

.partner-user__left {
    margin-right: 40px;
    text-align: center;
    flex: 0 0 136px;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.partner-user__name {
    border-radius: 38px;
    margin-top: 0;
    /* margin-bottom: 10px; */
    font-size: 16px;
    font-weight: 600;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background-image: linear-gradient(45deg, #ff561a, #d32dce); */
    padding: 19px 25px;
    background: #99ea48;
}

.partner-user__right {
    flex: 1 1 100%;
    max-width: 453px;
    margin-left: auto;
}

.partner-user__info-row {
    display: flex;
}

.partner-user__info-col {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partner-user__info-col:last-of-type {
    padding-left: 10px;
    text-align: right;
    color: #000000;
}

/* code1 */

@media screen and (max-width: 885.98px) {

    .form__step {
        font-size: 15px !important;
        font-weight: normal !important;
        margin-bottom: 10px;
        text-align: center;
        padding: 5px 10px !important;
    }

    .dep_check {
        font-size: 22px;
        font-family: "Bebas Neue", serif;
        font-weight: 500;
        background: #dddddd4f;
        padding: 0 20px;
        border-radius: 10px;
        line-height: 154%;
        width: 100%;
        text-align: center;
    }

    .account__profile-stats {
        margin: 10px 0 0 0;
        background: #fff;
        background: #ffffff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
        border-radius: 16px;
        color: #222;
        padding: 10px;
    }

}

.partners-list {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .08), 0px 45px 64px -12px rgba(0, 0, 0, .08);
    border-radius: 16px;
    margin-top: 30px;
}

.partners-user {
    padding: 24px;
}


.partners-user__row {
    display: flex;
    align-items: center;
}

.partners-user:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.partners-user__info {
    margin-right: 30px;
}

.partners-user__info-row {
    display: flex;
    align-items: center;
}

.partners-user__info-left {
    margin-right: 20px;
    flex: 0 0 60px;
}

.partners-user__info-right {
    display: flex;
    flex-direction: column;
}

.partners-user__info-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
}

.partners-user__info-name,
.partners-user__info-email {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partners-user__info-name {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
}

.partners-user__info-email {
    font-size: 14px;
    color: #595959;
    font-weight: 500;
}

.partners-user__info-registred {
    font-size: 14px;
    color: #595959;
}

.partners-user__numbers {
    font-size: 14px;
    color: #595959;
}

.partners-user__numbers-row {
    display: flex;
    gap: 16px;
}

.partners-user__numbers-col {
    display: flex;
    flex-direction: column;
    color: #141414;
}

.partners-user__numbers-title {
    font-size: 16px;
    margin: 0 0 6px;
    text-align: center;
}

.partners-user__numbers-val {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 5px;
    background: #eee;
    color: #000;
    border-radius: 50px;
    line-height: 1;
    /* max-width: 200px; */
    min-width: 135px;
}

@media screen and (max-width: 700px) {

    .partners-user__row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media screen and (max-width: 560px) {
    .partners-user__numbers-row {
        flex-direction: column;
        align-items: stretch;
    }
}