.d-none {
    display: none !important;
}

button:disabled {
    opacity: 0.5;
}

:root {
    --spinner-size: 30px;
    --spinner-thickness: 3px;
    --spinner-color: #8375c2;
    --spinner-speed: 0.8s;
    --spinner-glow: 0 0 8px rgba(77, 166, 255, 0.6);
}

.spinner {
    display: inline-block;
    width: var(--spinner-size);
    height: var(--spinner-size);
    position: relative;
    float: left;
}

.spinner::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: var(--spinner-thickness) solid rgba(0, 0, 0, 0.1);
    border-top-color: var(--spinner-color);
    box-shadow: var(--spinner-glow);
    animation: spin var(--spinner-speed) linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.spinner.centered {
    float: none;
    display: block;
    margin: 0 auto;
}

.wrapper {
    visibility: hidden;
    opacity: 0;
    filter: blur(12px);
}

@keyframes revealPage {
    0% {
        opacity: 0;
        filter: blur(12px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.wrapper.visible {
    visibility: visible;
    animation: revealPage 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.swiper-wrapper .center-empty-alert.non-grid {
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 60px 0;
}

.section-activate--loan {
    transition: filter 0.5s ease;
}

.section-activate--loan.non-selected {
    filter: blur(2px);
    pointer-events: none;
}

label.label--available {
    display: flex;
    justify-content: space-between;
}

.flag-img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 4px;
}

.tabs-nav__item {
    cursor: pointer;
}

.val.small-text {
    font-size: 0.8rem !important;
    opacity: 0.8;
}

.border--highlight--red {
    border: 1px solid red !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

@keyframes shake {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-5px); }
    40%  { transform: translateX(5px); }
    60%  { transform: translateX(-5px); }
    80%  { transform: translateX(5px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.6s ease-in-out;
}

.cursor--pointer {
    cursor: pointer;
}

.abalance__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
}

@media (max-width: 1200px) {
    .abalance__row {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
}

.last-transaction{
    min-height: 300px;
}

.last-transaction .select .open > .dropdown-menu.open {
    right: -14px;
    left: auto;
}

.statistics-calendar__item{
    min-height: 25px;
}

.modal--size-m .modal-dialog {
    width: 534px;
}

.modal--act-loan .modal-header .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.modal--act-loan .modal-header .tit .img {
    width: 28px;
    height: 28px;
    min-width: 28px;
    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;
    border-radius: 6px;
    background: rgba(131, 117, 194, 0.15);
}

.liquidity__main {
    padding: 24px 28px;
    padding-bottom: 170px;
}

.liquidity__form {
    padding: 0 18px 25px;
}

.reinvestment-btns {
    padding: 4px;
    border-radius: 12px;
    border: 1px solid rgba(236, 236, 236, 0.1);
    background: rgba(131, 117, 194, 0.05);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.reinvestment-btn {
    padding: 10px 12px;
    border-radius: 12px;
    background: transparent;
    border: 0;
    height: 42px;
    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;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.reinvestment-btn.active {
    border-radius: 12px;
    background: rgba(131, 117, 194, 0.15);
}

@media (max-width: 750px) {
    .modal--size-m .modal-dialog {
        width: 100%;
    }
}

.modal-alert .alert-txt {
    padding-top: 0;
    padding-bottom: 24px;
}

.modal-alert__img {
    margin-top: -62px;
    width: 130px;
    height: 130px;
}

.modal-alert__footer {
    padding: 16px;
}

.modal-alert .modal-content::before {
    background: url(/assets/img/admin/img/modal-dots.svg) no-repeat top center;
    border-radius: 20px;
    background-size: auto;
}

.modal--claim .tit {
    color: #ADB6C5;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    text-transform: uppercase;
}

.modal--claim .val {
    color: #FFF;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
}

.modal--claim p {
    color: #ADB6C5;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.modal--claim .modal-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/img/admin/img/claim--bg.png) no-repeat top center;
    background-size: auto;
    border-radius: 20px;
}

.modal--successful .modal-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/img/admin/img/successful--bg.png) no-repeat top center;
    background-size: auto;
    border-radius: 20px;
}

.modal--failed .modal-content::after,
.modal--delete-address .modal-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/img/admin/img/failed--bg.png) no-repeat top center;
    background-size: auto;
    border-radius: 20px;
}

.withdrawal-address {
    border-radius: 10px;
    background: rgba(255, 75, 75, 0.10);
    padding: 8px;
    text-align: center;
    color: #FF4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.delete-address-btn {
    border: 0;
    border-radius: 12px;
    background: #FF4B4B;
    -webkit-box-shadow: 0px 0px 0px 2.243px rgba(237, 237, 237, 0.10), 0px -2px 4px 0px rgba(255, 255, 255, 0.23) inset, 0px 0px 0px 0.748px #FF4B4B, 0px 2.99px 4.485px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 0px 2.243px rgba(237, 237, 237, 0.10), 0px -2px 4px 0px rgba(255, 255, 255, 0.23) inset, 0px 0px 0px 0.748px #FF4B4B, 0px 2.99px 4.485px 0px rgba(0, 0, 0, 0.14);
    padding: 8px;
    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;
}

.delete-address-btn .tit {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#D6D6D6));
    background: -o-linear-gradient(left, #FFF 0%, #D6D6D6 100%);
    background: linear-gradient(90deg, #FFF 0%, #D6D6D6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal--failed__close-btn {
    border-radius: 12px;
    border: 1.5px solid rgba(234, 237, 241, 0.30);
    padding: 8px;
    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;
    background: transparent;
}

.modal--failed__close-btn .tit {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#D6D6D6));
    background: -o-linear-gradient(left, #FFF 0%, #D6D6D6 100%);
    background: linear-gradient(90deg, #FFF 0%, #D6D6D6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal--successful .admin-btn {
    border-radius: 12px;
    background: #0CB877;
    -webkit-box-shadow: 0px 0px 0px 2.243px rgba(237, 237, 237, 0.10), 0px -2px 4px 0px rgba(255, 255, 255, 0.23) inset, 0px 0px 0px 0.748px #0CB877, 0px 2.99px 4.485px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 0px 2.243px rgba(237, 237, 237, 0.10), 0px -2px 4px 0px rgba(255, 255, 255, 0.23) inset, 0px 0px 0px 0.748px #0CB877, 0px 2.99px 4.485px 0px rgba(0, 0, 0, 0.14);
}

.modal--failed .admin-btn {
    border-radius: 12px;
    background: #FF4B4B;
    -webkit-box-shadow: 0px 0px 0px 2.243px rgba(237, 237, 237, 0.10), 0px -2px 4px 0px rgba(255, 255, 255, 0.23) inset, 0px 0px 0px 0.748px #FF4B4B, 0px 2.99px 4.485px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 0px 2.243px rgba(237, 237, 237, 0.10), 0px -2px 4px 0px rgba(255, 255, 255, 0.23) inset, 0px 0px 0px 0.748px #FF4B4B, 0px 2.99px 4.485px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 750px) {
    .modal-alert .modal-content {
        overflow: inherit;
    }

    .modal-alert__footer{
        padding-bottom: 28px;
    }
}

.notifications__btn::after {
    display: none;
}

.notifications__btn.has-notif::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef384a;
    position: absolute;
    border: 1px solid #2d2635;
    top: 10px;
    right: 11px;
    animation: pulse 1.5s infinite;
}

.areferrals__grid {
    display: grid;
    grid-template-columns: calc(100% - 388px) 372px;
    gap: 16px;
    margin-bottom: 16px;
}

.areferrals__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.areferrals__gridrev {
    display: grid;
    grid-template-columns: 372px calc(100% - 388px);
    gap: 16px;
    align-items: flex-start;
}

.referral-share .qr {
    padding: 22px;
}

.referral-share .qr .img {
    padding: 0;
}

.referral-share .qr .img img {
    width: 145px;
}

.areferrals-history-referrals .acard__inner {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.areferrals-history-referrals .acard__main {
    overflow-y: auto;
}

.areferrals-history-referrals .acard__main::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 16px;
    background: 0 0;
}

.areferrals-history-referrals .acard__main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #8375c2;
}

.lvl-slider .acard__main {
    overflow: hidden;
    position: relative;
    padding: 0 0 20px;
    width: calc(100% - 20px);
    left: 20px;
    padding-top: 20px;
}

.lvl-slider .acard__header {
    border-bottom: 1px solid rgba(234, 237, 241, 0.1);
}

.lvl-slider .swiper-container {
    overflow: hidden;
}

.lvl-slider .swiper-arrows {
    width: 32px;
    height: 32px;
    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;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.02);
    background: -o-linear-gradient(357deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
    background: linear-gradient(93deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
}

.lvl-slider .swiper-container.with-shadow::before,
.lvl-slider .swiper-container.with-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75px;
    z-index: 10;
    pointer-events: none;
}

.lvl-slider .swiper-container.with-shadow::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#0e0618), to(transparent));
    background: -o-linear-gradient(right, #0e0618, transparent);
    background: linear-gradient(to left, #0e0618, transparent);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lvl-slider.end-slider .acard__main {
    padding-right: 20px;
}

.lvl-slider .swiper-container.shadow-end::after {
    opacity: 1;
}

.lvl-slider .swiper-slide {
    width: 68px;
}

.areferrals-lvl {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}

.areferrals-lvl .item {
    width: 59px;
    height: 69px;

    border-radius: 8px;
    background: rgba(249, 248, 252, 0.05);
}

.item-turnover {
    border: 1px solid rgba(234, 237, 241, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.areferrals-lvl .item-lvl {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 23px 1fr;
}

.item-lvl__hdr {
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(157deg, #F7F0FF 17.17%, #F1E3FF 84.45%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8375C2;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
}

.item-lvl__main {
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(157deg, #C5BEE8 17.17%, #8375C2 84.45%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.areferrals-lvl--lock .item-lvl__hdr {
    color: #B8B8C5;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(157deg, rgba(249, 248, 252, 0.3) 17.17%, rgba(249, 248, 252, 0.05) 84.45%);
}

.areferrals-lvl--lock .item-lvl__main {
    background: linear-gradient(157deg, rgba(249, 248, 252, 0.3) 17.17%, rgba(249, 248, 252, 0.05) 84.45%);
    color: #B8B8C5;
}

.areferrals-lvl--lock .tit {
    color: #B8B8C5;
}

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

.referral-statistics .acard__main {
    padding: 20px;
}

.ref-stat {
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    /* -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px); */
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgb(255 255 255 / 5%);
    padding: 12px;
}

.ref-stat__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ref-stat .change-val {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.ref-stat .change-val--top {
    border-radius: 8px;
    background: rgba(19, 187, 124, 0.10);
    color: #13BB7C;
}

.ref-stat .change-val--bottom {
    border-radius: 8px;
    background: rgba(240, 50, 79, 0.1);
    color: #D64040;
}

.ref-stat__img {
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(131, 117, 194, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref-stat .tit {
    color: #8375C2;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
}

.ref-stat .txt {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.ref-stat .val {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
}

.ref-stat .date {
    color: rgba(141, 134, 171, 0.80);
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    text-transform: uppercase;
}

.btn-icon {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.referral-reward .acard__header {
    border-bottom: 1px solid rgba(234, 237, 241, 0.1);
}

.reward-progress__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reward-progress__header .tit {
    color: #7C7E92;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.st {
    display: flex;
    align-items: center;
    gap: 8px;
}

.st__item {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 10px 16px 10px 14px;

    display: flex;
    align-items: center;
    gap: 6px;
}

.st .date {
    display: flex;
    align-items: center;
    gap: 2px;
}

.reward-progress__progress {
    margin-top: 25px;
}

.rp-progress {
    width: 100%;
    height: 22px;
    border-radius: 16px;

    background: url(img/new/progress-bg.svg) repeat-x rgba(249, 248, 252, 0.05);
    background-size: contain;
}

.rp-progress .val {
    border-radius: 16px 2px 2px 16px;
    background: #8375C2;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.rp-progress .val-line {
    width: 16px;
    height: 32px;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
}

.rp-progress .null .val-line {
    display: none;
}

.rp-progress .full .val-line {
    display: none;
}

.rp-progress .full.val {
    border-radius: 16px;
}

.rp-progress span {
    border-radius: 2px;
    background: #8375C2;
    width: 8px;
    height: 100%;
}

.rp-progress .val-line::before {
    content: '';
    display: block;
    width: 4px;
    background: #1b1425;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rp-progress .val-line::after {
    content: '';
    display: block;
    width: 4px;
    background: #1b1425;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.modal--claim .alert-txt .tit {
    color: rgba(141, 134, 171, 0.80);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    text-transform: uppercase;
}

.modal--claim .alert-txt .val {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    letter-spacing: 1px;
}

.modal--claim .alert-txt p {
    color: #87909F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.modal--size-m .modal-dialog {
    width: 653px;
}

.video {
    width: 100%;
    height: 232px;

    border-radius: 16px;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(2, 5, 10, 0.70) 0%, rgba(2, 5, 10, 0.70) 100%);
    opacity: 1;
    position: absolute;
}

.video.is-playing::before {
    opacity: 0;
}

.video video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.video__btns {
    position: absolute;
    z-index: 2;
}

.video__btn {
    width: 48px;
    height: 48px;
    background: transparent;
    border: 0;
}

.video.is-playing .video__btn--play {
    display: none;
}

.video.is-playing .video__btn--pause {
    display: block;
}

.video.is-playing .video__btn {
    opacity: 0;
}

.video.is-playing:hover .video__btn {
    opacity: 1;
}

.video__btn--pause {
    display: none;
}

.modal--info .txt {
    padding: 18px;
}

.modal--info .txt p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 16px;
}

.areferrals-lvl .item::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #9286CB;
    position: absolute;
    top: 35px;
    right: -28px;
}

.areferrals-lvl .item-last-lvl:before {
    display: none;
}

.areferrals-lvl .item-turnover::before {
    display: none;
}

@media (max-width: 1350px) {
    .areferrals__grid {
        grid-template-columns: calc(100% - 328px) 312px;
    }

    .areferrals__gridrev {
        grid-template-columns: 295px calc(100% - 311px);
    }
}

@media (max-width: 1200px) {
    .areferrals__grid {
        grid-template-columns: calc(100% - 312px) 296px;
    }

    .areferrals__gridrev {
        grid-template-columns: 247px calc(100% - 263px);
    }

    .ref-stat {
        position: relative;
    }

    .ref-stat .change-val {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .home-banner .article-slider-swiper .swiper-slide-active .blog-post__img {
        aspect-ratio: 16 / 9;
        height: auto;
    }
    .home-banner .article-slider-swiper .blog-post__img {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

@media (max-width: 1000px) {
    .areferrals__grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .areferrals__gridrev {
        display: flex;
        flex-direction: column;
    }

    .referral-statistics .acard__main {
        padding: 16px;
    }

    .referral-statistics__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .referral-share {
        width: 100%;
    }

    .referral-share .acard__main {
        display: grid;
        grid-template-columns: 126px 1fr;
        gap: 6px;
    }

    .referral-share .qr {
        margin-bottom: 0;
        padding: 10px;
        height: 100%;
    }

    .referral-share .qr .img img {
        width: 60px;
    }

    .rp-progress {
        background: url(img/new/progress-bg.svg) repeat-x rgba(249, 248, 252, 0.05);
        background-size: cover;
    }
}

@media (max-width: 750px) {
    .modal--size-m .modal-dialog {
        width: 100%;
    }

    .referral-statistics__list {
        display: flex;
        flex-direction: row;
        overflow: auto;
    }

    .ref-stat {
        width: 262px;
        min-width: 262px;
    }

    .referral-reward .acard__header {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .referral-reward__btns {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 36px;
    }

    .reward-progress__header {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .st {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1px 1fr;
    }

    .history-referrals {
        width: 100%;
    }

    [data-page=admin] .history-referrals .search {
        width: 100%;
    }

    .referral-share .acard__main {
        display: flex;
        flex-direction: column;
    }

    .referral-share .qr .img img {
        width: 143px;
    }

    .referral-share .qr {
        padding: 16px;
    }
}

.gap-32 {
    gap: 32px;
}

.report .acard__title h2 {
    text-transform: capitalize;
}

.report__row {
    margin-bottom: 16px;
}

.rates-chart {
    border-top: 1px solid rgba(234, 237, 241, 0.1);
}

.rates-chart__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px calc(100% - 40px);
    grid-template-columns: 40px calc(100% - 40px);
}

.rates-chart__side {
    border-right: 1px solid rgba(234, 237, 241, 0.1);
    padding: 24px 0;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.rates-chart__side .item {
    color: #8D86AB;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.28px;
}

.rates-chart__chart img {
    width: 100%;
}

.rates-chart__st {
    padding: 16px 40px;
    border-top: 1px solid rgba(234, 237, 241, 0.1);
}

.rates-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.rates-chart__st .curr {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
}

.rates-chart__st .val {
    color: #9F98BC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
}

.change-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.report .change-val--top {
    color: #1EB334;
}

.report .change-val--bottom {
    color: #D64040;
}

.acard__header--bb {
    border-bottom: 1px solid rgba(234, 237, 241, 0.1);
}

.rates {
    height: 100%;
}

.rates .acard__inner {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
}

.rates .acard__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.rates .acard__inner > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.rates-chart {
    height: 100%;

    display: -ms-grid;

    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
}

.rates-chart > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.rates-chart > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.status {
    text-transform: capitalize;
}

@media (max-width: 1300px) {
    .popular-markets .table__title th {
        padding: 15px 16px 15px 0;
    }

    .popular-markets .table__row td {
        padding: 15px 16px 15px 0;
    }

    .popular-markets .table__title th:first-child {
        padding-left: 16px;
    }

    .popular-markets .table__title th:last-child {
        padding-right: 16px;
    }

    .popular-markets .table__row td:first-child {
        padding-left: 16px;
    }

    .popular-markets .table__row td:last-child {
        padding-right: 16px;
    }

    .popular-markets--chart img {
        width: 74px;
    }
}

@media (max-width: 1000px) {
    .report__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 750px) {
    .td-mob-none {
        display: none !important;
    }

    .popular-markets .table__title th {
        padding: 0;
    }

    .popular-markets .table__row td {
        padding: 0;
    }

    .popular-markets .table__title th:first-child {
        padding-left: 0;
    }

    .popular-markets .table__title th:last-child {
        padding-right: 0;
    }

    .popular-markets .table__row td:first-child {
        padding-left: 0;
    }

    .popular-markets .table__row td:last-child {
        padding-right: 0;
    }

    .popular-markets--chart img {
        width: 74px;
    }

    .rates-chart__st {
        padding: 16px 32px;
        white-space: nowrap;
        overflow-x: auto;
    }
}

.loans-null{
    padding: 26px 0 19px;
}
.loans-null .tit {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
}

.loans-null p {
    color: #8D86AB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.dplans__title {
    flex-direction: column;
    gap: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hwfaq__inner .txt p {
    -webkit-line-clamp: none;
}

.boost__inner .img img {
    max-width: 202px;
    width: 100%;
    margin-top: 100px;
}

.home-banner__bg::before,
.home-banner__bg::after {
    display: none;
}

.hwfaq__inner .txt .bold {
    font-weight: 600;
}

.header .header-main,
.header[data-color=light] .header-main {
    /* background: linear-gradient(180deg, #0e0618 80%, #0e0618 100%); */
    background: linear-gradient(180deg, rgba(14, 6, 24, 0.9) 80%, rgba(14, 6, 24, 0.8) 100%);
}

[data-page=home] .header {
    position: sticky;
}

.banner,
.setion-faq.section {
    margin-top: -101px;
    padding-top: 142px;
}

.footer__footer {
    justify-content: flex-end;
}

.header[data-color=light] .soc-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(0deg, rgba(131, 117, 194, 0.1) 0%, rgba(131, 117, 194, 0.1) 100%), linear-gradient(93deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
}

.learn-more {
    display: inline-flex;
}

.deposit-works .hwfaq__inner .img {
    display: none;
}

.deposit-works .hwfaq__inner .txt {
    width: 100%;
}

.about .hwfaq__inner .img {
    display: none;
}

.header-menu .btn-ico-36 {
    padding: 0 !important;
    width: 32px;
    height: 32px;
}

.header-info .btn-ico-36 {
    padding: 0 !important;
    width: 32px;
    height: 32px;
}

.footer .soc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .soc-btn img {
    width: 20px;
    height: 20px;
}

.hwfaq__item.active .hwfaq__btn .hwfaq__arrow {
    top: 19px;
    right: 28px;
}

.faq .hwfaq__item.active .hwfaq__btn .hwfaq__arrow {
    top: 15px;
    right: 15px;
}

.hwfaq__btn,
.hwfaq__inner {
    cursor: pointer;
}

.ft-start__inner .simple-btn {
    text-decoration: none;
}

.header-info .select--icon .glyphicon {
    margin-right: 6px;
}

.policy__list,
.agreement__list,
.agreement__list--num {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.policy__list li,
.agreement__list li {
    list-style: disc;
    list-style-position: inside;
    color: #27223d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.agreement__list--num li {
    color: #27223d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.article-text .bold {
    font-weight: 600;
}

.article-text .a-link {
    text-decoration: none;
}

.hb-slider img {
    width: 100%;
    max-height: 80%;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.hb-slider .swiper-wrapper {
    align-items: center;
}

.hb-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 160px;
}

.footer__info {
    align-items: center;
}

.areferrals-lvl--lock .tit {
    font-size: 11px;
}

.modal .modal-dialog {
    pointer-events: none!important;
}

.modal .modal-content {
    pointer-events: auto;
}

.turnover-btn {
    transition: all 0.3s ease;
}

.areferrals-lvl .turnover-btn.active {
    background: linear-gradient(157deg, #C5BEE8 17.17%, #8375C2 84.45%);
}

.modal--info .txt .accent,
.modal--info .txt p .accent {
    font-weight: 600;
    color: #fff;
}

        .modal--boost .modal-content::after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: url(/assets/img/img/boost-bg-1.png) no-repeat top center;
            background-size: auto;
            border-radius: 20px;
        }

        .modal--boost .modal-alert__img {
            height: 158px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative;
        }

        .modal--boost__img {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 158px;
        }

        .modal--boost__img-inside {
            position: absolute;
            top: 0;
        }

        .modal--boost__label {
            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;
            gap: 2px;
            position: absolute;
            bottom: 8px;
            z-index: 2;
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
        }

        .txt-sub {
            color: #8d86ab;
            font-size: 11px;
            font-style: normal;
            font-weight: 500;
            line-height: 11px;
            text-transform: uppercase;
        }

        .alert-txt p {
            color: #8d86ab;
        }

.modal--boost .alert-txt .tit {
    font-size: 16px;
    line-height: 20px;
}

.modal--boost .txt-sub {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 16px;
}

.how-it-works-btn {
    background: transparent;
    border: none;
    font-style: italic;
    font-size: 16px;
}

.acard--balance,
.loans--balance {
    overflow: visible;
}

.form-item__amout--to .bootstrap-select .dropdown-menu.open {
    top: auto;
    bottom: 100%;
}

.loans-slider .amout .val {
    max-width: 120px;
    white-space: break-spaces;
}

.loans-slider__list .val {
    max-width: 63px;
    white-space: break-spaces;
}

.statistics .acard__inner {
    height: 100%;
}

.dashboard .acard__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard .balance__main {
    border-bottom: none;
}

.withdraw-btn {
    grid-area: withdraw-btn;
}
.convert-btn {
    grid-area: convert-btn;
}
.deposit-btn {
    grid-area: deposit-btn;
}

.loan-calculator .select-chain .bs-caret,
.modal--loan-calculator .select-chain .bs-caret {
    visibility: hidden;
}

.history-more-btn {
    background: linear-gradient(0deg, #8375c2 0%, #8375c2 100%), linear-gradient(264deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(93deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    padding: 9px 18px;
    border-radius: 10px;
    border: 0;
    margin: 18px auto 28px;
}

.history-more-btn:hover {
    background: linear-gradient(0deg, #7061b0 0%, #8375c2 100%), linear-gradient(264deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(93deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
}

.modal.blurred .modal-content {
    filter: blur(2px) brightness(0.5);
    pointer-events: none;
}

.range .irs-slider.single {
    z-index: 2;
}

.aloans {
    backdrop-filter: none;
    background: rgb(255 255 255 / 5%);
}

.admin-menu.active {
    backdrop-filter: none;
    background: rgba(14, 6, 24, 1);
}

.modal--error,
.modal--success {
    z-index: 1060;
}

.choose-address-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    background: transparent;
    border: none;
    color: #8d86ab;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.add-address {
    background: transparent;
    border: none;
}

.addresses__header {
    padding: 16px 20px;
}

.center-empty-alert {
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
    font-weight: 200;
}

.modal--addresses .modal-body {
    padding-bottom: 60px;
}

.modal--referrals-history .acard {
    background: inherit;
}

@media (min-width: 751px) {
    .dplans__title .txt {
        width: auto;
    }
    .hwfaq__content {
        height: auto;
    }
    .faq .hwfaq__inner .img {
        display: none;
    }
    .faq .hwfaq__inner .txt {
        width: 100%;
    }
    .deposit-works .hwfaq__content {
        min-height: auto;
    }
    .balance .balance__btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
            "withdraw-btn convert-btn"
            "deposit-btn deposit-btn";
        width: 250px;
        padding-right: 20px;
    }
    .balance .acard__header {
        grid-area: acard-header;
    }
    .balance .balance__btns-wrap {
        grid-area: balance-btns;
    }
    .balance .acard__main {
        grid-area: acard-main;
    }
    .balance .acard__inner {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas: 
            "acard-header balance-btns"
            "acard-main balance-btns";
    }
    .balance__btns-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .modal--email_confirmation .modal-dialog {
        width: 465px;
    }
    [data-page=admin] .admin-menu__item .language {
        display: none;
    }
    [data-page=admin] .admin {
        padding-top: 100px !important;
    }
}

@media (max-width: 750px) {
    .menu__container {
        background: linear-gradient(180deg, #0e0618 80%, #0e0618 100%) !important;
    }
    .header-menu{
        position: absolute;
        width: 100%;
        left: 0;
        height: auto;
    }
    .menu{
        position: relative;
        height: auto;
    }
    .header {
        height: auto;
        min-width: 100px;
    }
    .menu__container{
        height: auto;
    }
    [data-page=login] .header-info__row .soc {
        display: none;
    }
    .menu__header {
        grid-template-columns: auto 1px auto 1px 1fr;
        gap: 10px;
    }
    .header-info__row .language {
        display: none;
    }
    [data-page=admin] .admin-menu .language {
        display: block;
    }
    .hb-slider .swiper-slide {
        height: 60px;
        width: 90px;
    }
    .modal--info .txt {
        max-height: 70vh;
        overflow-y: auto;
    }
    /* [data-page=admin] .admin {
        padding-top: 25px !important;
    } */
    .modal--deposit .modal-content,
    .modal--withdraw .modal-content {
        overflow: visible;
    }
    .modal--deposit .form-item__amout .bootstrap-select .dropdown-menu.open,
    .modal--withdraw .form-item__amout .bootstrap-select .dropdown-menu.open {
        top: auto;
        bottom: 100%;
    }
    .modal--deposit .select-chain .bootstrap-select .dropdown-menu.open {
        top: auto;
        bottom: 100%;
        width: auto;
    }
    .balance__btns-wrap {
        padding: 20px 20px 0;
    }
    .balance .balance__btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
            "withdraw-btn convert-btn"
            "deposit-btn deposit-btn";
    }
    .loans__row .loans__col {
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .user-seting__content.dropdown__drop.active,
    .notifications__content.dropdown__drop.active {
        top: 0;
        right: 0;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .statistics-slider__grid {
        display: grid;
        grid-template-columns: 1fr;
        height: 86%;
        grid-template-rows: repeat(3, 1fr);
    }
    .statistics-slider__container .swiper-container {
        height: 100%;
    }
    .statistics-slider__container {
        height: 100%;
    }
    .statistics-slider__item {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .loans__row .loans__col {
        grid-template-columns: 1fr;
    }
}

.nreferrals__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.nreferrals__item--size-hl {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}

.nreferrals-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px 1fr;
    grid-template-rows: auto 1fr;
    gap: 16px;
}

.nreferrals-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.nreferrals-wrapper > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.nreferrals-team {
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.referral-share .acard__inner {
    height: 100%;
}

.reward-progress__header.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reward-progress__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reward-progress__value img {
    width: 20px;
}

.reward-progress__value .val {
    color: #8375C2;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
}

.reward-progress__progress {
    position: relative;
}

.rp-value {
    color: #8375C2;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.1px;

    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 3px 10px;
}

.rp-value__start {
    color: #fff;
}

.nreferrals .rp-progress {
    background: url(img/new/progress-bg.svg) repeat-x #EEEBFB;
    background-size: contain;
}

.ref-stat__value .val {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
}

.ref-stat__value .val-tit {
    color: rgba(141, 134, 171, 0.80);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    /* 100% */
    text-transform: uppercase;
}

.reward-progress__header.reward-progress__header-col {
    display: block;
}

.reward-progress__header-col .st {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1px 1fr;
}

.reward-progress__header-col .tit {
    margin-bottom: 12px;
}

.nreferrals .referral-reward .acard__header {
    border: 0;
    padding-bottom: 10px;
}

.pt-0 {
    padding-top: 0 !important;
}

.st__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nreferrals-income__value .val {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 100% */
}

.nreferrals-income__value .val-tit {
    color: rgba(141, 134, 171, 0.80);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    /* 100% */
    text-transform: uppercase;
}

.nreferrals__referral-table .ref__main-main,
.nreferrals__referral-table .ref__main-header {
    -ms-grid-columns: (89px)[15];
    grid-template-columns: repeat(15, 89px);
}

.nreferrals__referral-table .ref__grid {
    -ms-grid-columns: 89px calc(100% - 91px);
    grid-template-columns: 89px calc(100% - 91px);
    height: 520px;
    overflow: auto;
}

.nreferrals__referral-table .ref__item-null {
    background: transparent;
    border: 0;
}

.nreferrals__referral-table .referral-table::before {
    display: none;
}

.nreferrals__referral-table .ref__main-main .ref__item {
    border: 1px solid rgba(255, 255, 255, 0);
    background: transparent;
}

.nreferrals__referral-table .ref--active .ref__item {
    border: 1px solid rgba(255, 255, 255, 0.02);
    background: -o-linear-gradient(357deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
    background: linear-gradient(93deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
}

.referral-reward .acard__header {
    padding: 11px 11px 11px 20px;
}

.referral-reward .acard__inner {
    height: 100%;
    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;
}

.referral-reward .acard__main {
    padding: 11px;
}

.referral-reward .reward-progress__header {
    padding: 0 5px;
    margin-bottom: 20px;
}

.nreferrals .referral-statistics .acard__main {
    padding: 16px 20px;
}

.nreferrals .referral-statistics .acard__inner {
    height: 100%;
    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;
}

.nreferrals-income .acard__main {
    padding: 16px 20px;
}

.nreferrals-income {
    height: 100%;
    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;
}

.nreferrals-income .acard__main {
    padding: 16px;
}

.nreferrals-income__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nreferrals .reward-progress__progress {
    margin-top: 11px;
}

.st__item img {
    height: 15px;
}

.nreferrals-team .acard__main {
    padding-top: 9px;
}

.referral-share .acard__inner {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
}

.referral-share .acard__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.referral-share .acard__inner > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.nreferrals .referral-share .qr .img img {
    width: 188px;
}

.nreferrals .referral-share .qr {
    padding: 32px;
}

.nreferrals__referral-table .ref__item {
    height: 40px;
}

.nreferrals__referral-table .ref__main-header .ref__item {
    height: 46px;
}

.nreferrals__referral-table .ref__item-null {
    height: 40px;
}

.reward-progress__progress.full .rp-value__end {
    color: #fff;
}

.reward-progress__progress.null .rp-value__start {
    color: #8375C2;
}

.nreferrals__referral-table .ref__item,
.nreferrals__referral-table .ref__item-null {
    height: 46px;
}

.withdraw-max-btn,
.convert-max-btn,
.reinvest-max-btn {
    background: transparent;
    border: none;
    color: #8375c2;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    margin-right: 6px;
}

.card-violet__inner::before {
    pointer-events: none;
}

.select-icon-coin .bootstrap-select .dropdown-menu li a span.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.status.status-incomplete {
    color: rgb(243, 186, 47);
    background: rgba(243, 186, 47, 0.1);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #0e0618;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #8375c2;
    border-radius: 4px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #8375c2 #0e0618;
}

.en {
    background: url(/assets/img/admin/flags/en.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.ru {
    background: url(/assets/img/admin/flags/ru.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.de {
    background: url(/assets/img/admin/flags/de.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.cn {
    background: url(/assets/img/admin/flags/cn.png) no-repeat;
    background-size: 16px;
    background-position: center;
}


.cs {
    background: url(/assets/img/admin/flags/cz.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.hu {
    background: url(/assets/img/admin/flags/hu.png) no-repeat;
    background-size: 16px;
    background-position: center;
}


.es {
    background: url(/assets/img/admin/flags/es.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.pt {
    background: url(/assets/img/admin/flags/pt.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.it {
    background: url(/assets/img/admin/flags/it.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.fr {
    background: url(/assets/img/admin/flags/fr.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.tr {
    background: url(/assets/img/admin/flags/tr.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.jp {
    background: url(/assets/img/admin/flags/jp.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.ro {
    background: url(/assets/img/admin/flags/ro.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.pl {
    background: url(/assets/img/admin/flags/pl.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.vn {
    background: url(/assets/img/admin/flags/vn.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.lt {
    background: url(/assets/img/admin/flags/lt.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.lv {
    background: url(/assets/img/admin/flags/lv.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.sk {
    background: url(/assets/img/admin/flags/sk.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.sl {
    background: url(/assets/img/admin/flags/sl.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.modal--approve-pnumber form {
    padding: 20px 20px 0;
}

.modal--add .select--form-fill .bootstrap-select .dropdown-menu.open {
    background: #36303e;
}

.modal--withdraw .bootstrap-select .dropdown-menu.open .inner,
.modal--deposit .bootstrap-select .dropdown-menu.open .inner,
.modal--exchange .bootstrap-select .dropdown-menu.open .inner {
    width: 200px;
}

.modal--withdraw .bootstrap-select .dropdown-menu.open,
.modal--deposit .bootstrap-select .dropdown-menu.open,
.modal--exchange .bootstrap-select .dropdown-menu.open {
    /* overflow-x: hidden; */
    word-break: break-word;
    white-space: normal;
    box-sizing: border-box;

    min-width: none !important;
}


.btn-exchange {
    z-index: 2;
}

.payment-coin .img {
    width: 24px;
    height: 24px;
}

.payment-coin__txt .tit,
.address-management td .tit,
.address-management td .val {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.address-verified {
    color: #13bb7c;
    background: rgba(19, 187, 124, 0.1);
    display: inline-flex;
    border-radius: 140px;
    padding: 6px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.addresses__header .tit {
    color: #8d86ab;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.modal--withdraw  .select .open > .dropdown-menu,
.modal--deposit  .select .open > .dropdown-menu,
.modal--exchange  .select .open > .dropdown-menu {
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;

    min-width: 100px !important;
    width: auto;
    max-width: 220px;
}

.bootstrap-select .dropdown-menu.open .inner.open {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 190px !important;
}

.bootstrap-select .dropdown-menu.open {
    max-height: 228px;
}

.home-banner .blog-post {
    background: transparent;
}

.home-banner .article-slider__header .swiper-arrow {
    border: none;
    background: transparent;
}

.home-banner .article-slider--home {
    padding: 22px 0 0;
}

.home-banner .article-slider-swiper {
    height: auto;
}

.checkbox .checkbox__row .a-link {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.loans--available-loans {
    overflow: visible;
}

.become-partner__row {
    display: grid;
    grid-template-columns: 1fr 493px;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: linear-gradient(180deg, #F2F2F5 0%, #E6E7EC 60%);
    padding: 36px 37px 36px 12px;
}

.become-partner--info {
    padding: 48px;
}

.become-partner__reasons-title {
    color: #27223D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.become-partner__reasons-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.become-partner__item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 14px;
}

.become-partner__item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: rgba(131, 117, 194, 0.15);
    width: 30px;
    height: 30px;
}

.become-partner__item .txt p {
    color: #27223D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.become-partner__desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.become-partner__form {
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(264deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.50) 100%);
}

.become-partner__form .primary-btn {
    color: #FFF;
}

.become-partner__form-title {
    color: #27223D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.become-partner__form-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.become-partner__form .form-item {
    border-radius: 12px;
    border: 1px solid #F2F2F2;
    background: rgba(131, 117, 194, 0.05);
}

.become-partner__item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.select-experience .bootstrap-select .dropdown-toggle {
    background: transparent;
    padding: 0;
}

.select-experience .bootstrap-select .filter-option-inner-inner {
    color: #C5C0D8;
    color: rgb(123, 114, 157);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.become-partner__form input::placeholder {
    color: #C5C0D8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}

.select-experience .bootstrap-select .dropdown-menu {
    background: #fff;
}

.select-experience .bootstrap-select .dropdown-menu li a {
    color: #7b729d;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.select-experience .bootstrap-select .dropdown-menu li a:hover {
    background: rgba(131, 117, 194, 0.2);
    border-radius: 6px;
}

.txt-black {
    color: #27223D;
}

.ft-card__txt p.txt-black {
    color: #27223D;
    font-weight: 600;
}

.table__tit--upliner {
    max-width: 90px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.posts .pagination-container {
    margin-top: 20px;
}

.posts .pagination .page-item {
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #8375c2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;   
}

.posts .pagination .page-item .page-link {
    text-decoration: none;
    color: #8375c2;
}

.posts .pagination .page-item.active {
    background: #8375c2;
}

.posts .pagination .page-item:hover {
    background: #8375c2;
}

.posts .pagination .page-item.active .page-link {
    color: #fff;
}

.posts .pagination .page-item:hover .page-link {
    color: #fff;
}

.posts .pagination .page-item.disabled {
    border: 1px solid #fff;
}

.posts .pagination .page-item.disabled .page-link {
    color: #fff;
}

.posts .pagination .page-item.disabled:hover {
    background: transparent;
}

.modal--safe-protocol form {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal--safe-protocol .modal-alert__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.open-modal-safe-protocol {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(0deg, #8375C2 0%, #8375C2 100%), linear-gradient(264deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(93deg, rgba(219, 219, 219, 0.00) 0%, rgba(219, 219, 219, 0.00) 38.33%, rgba(255, 255, 255, 0.00) 53.43%, rgba(219, 219, 219, 0.00) 69.43%, rgba(219, 219, 219, 0.00) 100%), rgba(255, 255, 255, 0.10);
    box-shadow: 0 -2px 4px 0 rgba(255, 255, 255, 0.23) inset;
    border: none;
}

.modal--safe-protocol .select--form-fill .bootstrap-select .dropdown-menu.open {
    background: #36303e;
}

.active-protocol__data {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}

.active-protocol__data li {
    padding: 12px 14px;
    border-radius: 16px;
}

.active-protocol--days {
    border: 1px solid #EDF1F5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
}

.active-protocol--profit {
    background: linear-gradient(270deg, rgba(131, 117, 194, 0.15) 0%, rgba(131, 117, 194, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EDF1F5;
}

.active-protocol__profit-val {
    color: #8375C2;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
}

.active-protocol__profit-txt {
    color: #87909F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.modal--safe-protocol-active .modal-body,
.modal--safe-protocol-active--leader .modal-body,
.modal--safe-protocol--voting-completed .modal-body {
    padding: 10px;
    border-radius: 0 0 20px 20px;
}

.modal--safe-protocol-active .modal-content {
    background: linear-gradient(264deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%), #FFF;
}

.modal--safe-protocol-active .modal-header h3 {
    color: var(--primary-color, #27223D);
}

.modal--safe-protocol-active .modal-header {
    border-bottom: 1px solid #EDF1F5;
}

.modal--safe-protocol-active  .modal-header button.close {
    filter: invert(1);
    background: transparent;
}

.modal--safe-protocol-active--leader .admin-btn,
.modal--safe-protocol--voting-completed .admin-btn {
    color: #fff;
}

.modal--safe-protocol-invite .modal-body-inner {
    padding: 16px;
}

.safe-protocol-invite__subtitle {
    color: #fff;
}

.modal--safe-protocol-invite p span {
    font-weight: 600;
}

.txt-bold {
    font-weight: 600;
}

.modal--safe-protocol .form-item__control {
    color: #fff;
}

.total-safe-protocol-statistic {
    border: 1px solid #EDF1F5;
    padding: 12px 14px;
    border-radius: 16px;
}

.safe-protocol__voting-inner {
    padding: 16px;
}

.txt-italic {
    font-style: italic;
}

.vote-choise__option label {
    color: #fff;
}

.modal--safe-protocol-invite--noactive .modal-body-inner {
    padding: 16px 16px 0;
}

.modal--safe-protocol-active .modal-content {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(180deg, #0e0618 123.51%, #0e0618 154.39%);
}

.modal--safe-protocol-active .modal-header h3 {
    color: #fff;
}

.modal--safe-protocol-active .modal-header button.close {
    filter: none;
    background: linear-gradient(93deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 38.33%, rgba(255, 255, 255, 0) 53.43%, rgba(219, 219, 219, 0) 69.43%, rgba(219, 219, 219, 0) 100%), rgba(255, 255, 255, 0.1);
}

.view_contract_in__blockchain {
    color: #fff;
}

.modal-body .safe-alert--ok {
    background: #0cb877;
}

.documents-links p,
.documents-links a {
    display: inline-block;
}

.img-check-green img {
    width: 38px;
    height: 39px;
}

.materials-section .title a {
    font-size: 24px;
}

.materials__link-check .img {
    border-radius: 40px;
    background: rgba(131, 117, 194, 0.15);
    width: 38px;
    height: 100%;
    min-height: 38px;
    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;
}

.materials__link-check .img img {
    width: 28px;
    height: 29px;
}

.reviews .section__title h2 span {
    color: #8375C2;
}

.reviews-slider {
    width: 100%;
    overflow: hidden;
}

.reviews-slider__nav .swiper-arrow {
    width: 48px;
    height: 48px;
}

.post .review__txt {
    color: #6F688D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.reviews .post__main {
    gap: 24px;
}

.violet-dot {
    width: 4px;
    height: 4px;
    background: #D8D2F4;
    border-radius: 50%;
}

.reviews .btn-arrow {
    border: none;
}

.review__footer .tit {
    font-size: 16px;
    line-height: 16px;
}

.review__footer .post p {
    color: #BAB4D6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.reviews.section[data-color=light] {
    position: relative;
    padding: 90px 0 0;
}

.reviews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(164, 133, 255, 0.40) 0%, rgba(104, 51, 255, 0.00) 100%);
    width: 100%;
    height: 601px;
    z-index: -1;
}

.reviews .post {
    background: #D8D2F4;
    padding: 0;
    border: 4px solid #8375C2;
}

.review__footer .img {
    background: url("/assets/img/ico/the-news.svg") no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.credit-line {
    padding: 179px 0 156px;
    background: url("/assets/img/img/credit-line-bg.png") no-repeat;
    background-size: cover;
    margin-top: -101px;
}

.credit-line__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.credit-line__info {
    max-width: 724px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.credit-line__title {
    font-size: 32px;
    line-height: 40px;
}

.credit-line__txt {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.credit-line__av-limit {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
}

.credit-line__av-limit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    height: 1px;
    background: url("/assets/img/ico/credit-line-vector.svg") no-repeat;
}

.credit-line__av-limit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    height: 1px;
    background: url("/assets/img/ico/credit-line-vector.svg") no-repeat;
}

.credit-line__av-limit span {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.credit-line__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0;
}

.credit-line__table-wrap {
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.credit-line__table-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    z-index: -1;
}

.credit-line__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
}

.credit-line__table th {
    color: #CCC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.credit-line__table tbody td {
    padding: 12px 0;
    background: rgba(26, 26, 37, 0.60);
}

.credit-line__table tbody td p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.credit-line__table tbody td:first-child p {
    text-align: left;
}

.credit-line__table tbody tr td:first-child {
    padding-left: 18px;
    border-radius: 12px 0 0 12px;
    text-align: left;
}

.credit-line__table tbody tr td:last-child {
    padding-right: 18px;
    border-radius: 0 12px 12px 0;
}

.credit-line__table .spacer td {
    background: transparent;
    padding: 4px 0;
    border-radius: 0;
}

.credit-status {
    padding: 6px 12px;
    border-radius: 140px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}

.credit-status.credited {
    background: rgba(225, 255, 0, 0.10);
    color: #E8F900;
}

.credit-status.paid-off {
    background: rgba(19, 187, 124, 0.10);
    color: #13BB7C;
}

.credit-status.overdue {
    background: rgba(200, 0, 0, 0.10);
    color: #F00;
}

.credit-line__table-wrap .pagination {
    display: flex;
    justify-content: flex-end;
    gap: 21px;
    align-items: center;
}

.credit-line__table-wrap .pagination-current {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.credit-line__table-wrap .pagination-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.credit-line__table-wrap .pagination-btn.is-prev {
    background: url("/assets/img/ico/ico-arrow-left.svg") no-repeat center;
}

.credit-line__table-wrap .pagination-btn.is-prev:disabled {
    background: url("/assets/img/ico/ico-arrow-left-gray.svg") no-repeat center;
}

.credit-line__table-wrap .pagination-btn.is-next {
    background: url("/assets/img/ico/ico-arrow-right.svg") no-repeat center;
}

.credit-line__table-wrap .pagination-btn.is-next:disabled {
    background: url("/assets/img/ico/ico-arrow-right-gray.svg") no-repeat center;
}

.credit-line__table thead td {
    padding: 18px 0;
    color: #CCC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    position: relative;
}

.credit-line__table thead td::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(22px);
    z-index: -1;
}

.credit-line__table thead td:first-child {
    padding-left: 18px;
    border-radius: 20px 0 0 20px;
    text-align: left;
    overflow: hidden;
}

.credit-line__table thead td:last-child {
    padding-right: 18px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.pwd {
    position: relative;
    padding: 379px 0;
    min-height: 100vh;
}

.pwd::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/img/img/pwd-bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
}

.pwd__row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pwd__form {
    max-width: 324px;
    width: 100%;
}

.pwd__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    padding-bottom: 42px;
    position: relative;
}

.pwd__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    height: 1px;
    background: url("/assets/img/ico/credit-line-vector.svg") no-repeat;
}

.pwd__inner {
    padding-top: 42px;
    margin-bottom: 26px;
}

.pwd__input-wrap {
    position: relative;
}

.pwd__inner label {
    color: #D5D6DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 12px;
    margin-bottom: 4px;
}

.pwd__input-wrap input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 12px;
}

.pwd__visibility-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/assets/img/ico/ico-eye-closed.svg") no-repeat center;
    background-size: contain;
    border: none; 
}

.pwd__visibility-btn.view {
    background: url("/assets/img/ico/ico-eye-closed.svg") no-repeat center;
}

.pwd__form .admin-btn {
    color: #FFF;
    line-height: 16px;
    box-shadow: 0 -2px 4px 0 rgba(255, 255, 255, 0.23) inset;
}

.kyc-required__inner {
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 1000px) {
    .reviews.section[data-color=light] {
        padding: 64px 0 0;
    }
}

@media (max-width: 1200px) {
    .become-partner__row {
        grid-template-columns: 1fr;
        padding: 36px;
    }
    .become-partner--info {
        padding: 0;
    }
}

@media (min-width: 701px) {
    .history-referrals .table__title {
        position: sticky;
        top: -1px;
        left: 0;
    }
}

@media (min-width: 1201px) {
    .home-banner .article-slider-swiper .swiper-slide-active .blog-post__img {
        aspect-ratio: 16 / 9;
        height: auto;
    }
    .home-banner .article-slider-swiper .blog-post__img {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

@media (max-width: 1300px) {
    .nreferrals .referral-statistics .acard__main {
        padding: 16px;
    }

    .ref-stat .change-val {
        padding: 5px 7px;
    }

    .ref-stat {
        padding: 6px 8px 12px 10px;
    }

    .ref-stat__value {
        margin-top: 12px;
    }

    .ref-stat .change-val {
        gap: 5px;
    }

    .nreferrals-income__value .val {
        font-size: 32px;
    }

    .referral-share .copy__txt {
        max-width: 200px;
    }
}

@media (max-width: 1230px) {
    .nreferrals__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nreferrals__item[data-item="item-1"],
    .nreferrals__item[data-item="item-2"],
    .nreferrals__item[data-item="item-3"] {
        width: calc(33% - 8px);
    }

    .nreferrals__item[data-item="item-4"],
    .nreferrals__item[data-item="item-5"] {
        width: calc(50% - 8px);
        max-height: initial;
    }

    .nreferrals-team {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    }

    .nreferrals-team > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .nreferrals-team > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .nreferrals-team .txt {
        height: 100%;
        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;
    }

    .nreferrals__item.referral-share {
        width: 293px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .nreferrals__referral-table {
        width: calc(100% - 310px);
    }
}

@media (max-width: 1020px) {
    .nreferrals .nreferrals__item {
        width: calc(50% - 8px);
        height: auto;
    }

    .nreferrals .nreferrals__referral-table {
        width: 100%;
    }

    .nreferrals .referral-share .acard__main {
        -ms-grid-columns: 68px calc(100% - 76px);
        grid-template-columns: 68px calc(100% - 76px);
    }

    .nreferrals .referral-share .qr {
        padding: 10px;
        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;
        border-radius: 8px;
    }

    .nreferrals .referral-share .admin-secondary-btn {
        width: 100%;
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    .referral-share .copy__txt {
        max-width: 170px;
        word-wrap: break-word;
        word-break: break-all;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1001px) {
    .reports__txt p {
        font-size: 16px;
        font-weight: 400;
    }
    .popular-markets .table {
        max-height: 200px;
        overflow-y: auto;
    }
    .popular-markets .table__title {
        position: sticky;
        top: 0;
        left: 0;
    }
}

@media (max-width: 1000px) {
    .materials-section .title {
        padding-right: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .materials-section .title a {
        font-size: 18px;
    }
}

@media (max-width: 750px) {
    .nreferrals .nreferrals__item {
        width: 100%;
    }

    .nreferrals .nreferrals__item[data-item="item-6"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .nreferrals .referral-reward .acard__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nreferrals .reward-progress__header {
        gap: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nreferrals .ref-stat {
        width: 100%;
        min-width: auto;
    }

    .nreferrals-income .acard__main {
        padding-top: 35px;
    }

    .nreferrals__referral-table .ref__grid {
        -ms-grid-columns: 58px calc(100% - 60px);
        grid-template-columns: 58px calc(100% - 60px);
    }

    .nreferrals__referral-table .ref__main-main,
    .nreferrals__referral-table .ref__main-header {
        -ms-grid-columns: 58px 58px 58px 58px 58px 58px 58px 58px 58px 58px 58px 58px 58px 58px 58px;
        grid-template-columns: repeat(15, 58px);
    }

    .nreferrals .referral-share .qr {
        padding: 35px 20px;
    }

    .referral-share .copy__txt {
        max-width: calc(100% - 20px);
    }

    .ref__main-header .ref__item .val {
        font-size: 8px;
    }
    .modal--approve-pnumber .form-phone .bootstrap-select .dropdown-menu.open {
        top: auto;
        bottom: 100%;
    }
    .modal--approve-pnumber .modal-content {
        overflow: visible;
    }
    .nreferrals__referral-table .ref__main-header .ref__item {
        height: 56px;
    }
    .nreferrals__referral-table .ref__item,
    .nreferrals__referral-table .ref__item-null {
        height: 56px;
    }
    .home-banner .article-slider__header {
        margin-bottom: 0;
    }
    .home-banner .article-slider--home {
        padding: 22px 0 0;
    }
    .home-banner .article-slider-swiper .blog-post__img {
        width: 100%;
        max-height: none;
    }
    .home-banner .article-slider__header .swiper-arrows {
        bottom: 22px;
    }
    .become-partner__item-wrap {
        grid-template-columns: 1fr;
    }
    .become-partner__row {
        padding: 34px;
    }
    .modal--safe-protocol .select--protocol-percentage .bootstrap-select .dropdown-menu.open {
        bottom: calc(100% + 18px);
        top: auto;
    }
    .modal--safe-protocol-active .modal-body,
    .modal--safe-protocol-active--leader .modal-body,
    .modal--safe-protocol--voting-completed .modal-body {
        padding: 10px 10px 80px;
    }
    .reviews.section[data-color=light] {
        padding: 48px 0 0;
    }
    .credit-line__table-wrap {
        padding: 10px;
    }
    .credit-line__subtitle {
        font-size: 24px;
        padding: 10px 0;
    }
    .credit-line__table thead td {
        padding: 9px 0;
    }
    .credit-line__title {
        font-size: 28px;
    }
    .credit-line__txt {
        font-size: 14px;
        font-weight: 400;
    }
    .credit-line__av-limit span {
        font-size: 20px;
        line-height: 20px;
    }
    .credit-line__table-wrap {
        gap: 12px;
    }
}

@media (max-width: 700px) {
    .credit-line__table thead {
        display: none;
    }
    .credit-line__table tbody td {
        background: transparent;
    }
}

@media (max-width: 425px) {
    .review__info {
        gap: 6px;
    }
}
 
@media (max-width: 750px) {
    .menu__header {
        gap: 4px;
        justify-content: space-between;
    }
    .menu .secondary-btn {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 14px;
    }
    .menu__header .soc {
        gap: 4px;
    }
}