/* 
* common css 
*
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&display=swap');

* {
    color: var(--pure-white);
    font-family: JetBrains Mono;
    margin: 0;
    padding: 0;
    /* width: 100%; */
    font-size: 12px;
}

.red {
    color: #ff0000;
}

img {
    width: 100%;
}

:root {
    --pure-white: #f4f0eb;
    --pure-black: #000;
    --app-head-foot-width: 425px;
    --app-width: 425px;
    --COcolor2: #4d505059;
    --COcolor1: #f4f0eb;
    --COcolor2Light: #53535359;
    --light-bg-text-clr: #000000;
    --crypt-bg: #15284e59;
    --app-linear-gr: linear-gradient(180deg, #000000, #000000);
    --app-live-yellow: #f8b90095;
    --bs-heading-color: #000000;
}

.assets-block span {
    color: #000000;
    display: block;
    font-size: 20px;
}

body {
    background: var(--pure-black);
}

.app {
    background: var(--pure-black);
    color: var(--pure-white);
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    max-width: var(--app-width);
    height: 100vh;
    margin: 0 auto 0 auto;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 70px 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px 15px 10px;
    position: sticky;
    top: 0;
    z-index: 2026;
    background: var(--pure-white);
    transition: opacity 0.3s ease;
    opacity: 1;
    max-width: var(--app-head-foot-width);
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #ffffff2e;
}

section {
    padding: 0 20px;
}

/* 
* common css 
*
*/
/* ----- full csss
---------------------
---- full css */
input {
    height: 24px;
    width: 100%;
    background: none;
    border: 0;
    font-size: 14px;
}

input {
    text-transform: none;
}

input:focus {
    outline: 0;
}

input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

.auth-content h2,
.auth-content h4 {
    width: auto;
}

.box3 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
}

.box3 .kfBox {
    text-align: right;
    margin-left: auto;
    color: var(--pure-white);
}

.fa-eye,
.fa-eye-slash {
    font-size: 15px;
    cursor: pointer;
}

.van-checkbox__label {
    margin-left: 2.20688px;
    color: #323233;
    line-height: 5.51728px;
    font-weight: 600;
}

.cache_account .van-checkbox__label {
    color: hsla(0, 0%, 100%, .5);
}


.go {
    margin-top: 41px;
    padding-bottom: 15px;
}

.btn2 {
    height: 50px;
    border-radius: 10px;
    background: #ffbe00d6;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.spinner-border {
    color: #000;
}

.go .wrap {
    margin-top: 20px;
    color: var(--pure-white);
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.wrap {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.bet {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.go .wrap .wr {
    color: var(--pure-white);
    font-weight: 600;
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #333;
}

/* 
header  */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px 15px 10px;
    position: sticky;
    top: 0;
    z-index: 2026;
    background: var(--app-linear-gr);
    transition: opacity 0.3s ease;
    opacity: 1;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0 0 16px 16px;
}


/* header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #FF8C00;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
} */

header.sticky::before {
    opacity: 1;
}

header .profile-img {
    display: inline-block;
    height: auto;
    position: relative;
}


header .profile-img img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

header .text-site-title {
    color: var(--app-color-text);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

header .notification {
    position: relative;
}

header .notification .notify {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #f20000e6;
    height: 1.4rem;
    width: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 0.7rem;
}

/* 
marque3e */

.marqueee {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border: 1.6px solid #f8b90095;
    background: #F4BD2A;
    border-radius: 1.8rem;
    margin-top: 20px;
    cursor: pointer;
    gap: 8px;
}

.marqueee img {
    width: 18px;
    height: auto;
}

.marqueee marquee {
    font-size: 13px;
    font-weight: bolder;
    color: #000000;
}

/* 

slider */


.slider-wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 206px;
}

.slider {
    width: 100%;
    height: auto;
    display: flex;
    opacity: 0;
}

.slider.slick-initialized {
    opacity: 1;
    background: transparent;
}

.slider .slide {
    padding: 8px;
    box-sizing: border-box;
}

.slider .slide img {
    width: 100%;
    height: 190px;
    object-fit: fill;
    border-radius: 3px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 4px;
    list-style: none;
}

.slick-dots li {
    height: 0;
}

.slick-dots button {
    height: 5px;
    color: transparent;
    border: none;
    outline: none;
    background: var(--olive-green);
}

.slick-dots .slick-active button {
    background: var(--olive-green-text);
}

/* 
* card 
*/
.card.dashboard-info,
.card.crypto-info {
    border: none;
    background: #292626;
    /* background: url(http://localhost/trading-software/assets/background-card.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

.card.crypto-info {
    background: var(--app-linear-gr);
}

.card.dashboard-info .card-body {
    background: var(--COcolor2Light);
    border-radius: 15px;
}

.card.dashboard-info .card-body div.assets-block {
    background: #F4BD2A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 17px;
    border-radius: 8px;
}

.card.dashboard-info .card-body div.assets-table-block {
    padding: 15px 0 0 0;
}

.card.dashboard-info .card-body div.assets-table-block table {
    width: 100%;
}

.card.dashboard-info .card-body div.assets-table-block table th,
.card.dashboard-info .card-body div.assets-table-block table td {
    font-size: 14px;
    padding: 5px;
    font-weight: 600;
    color: #ffffff;
}

.card.dashboard-info .card-body div.assets-table-block table td {
    text-align: right;
}

.card.dashboard-info .card-body div.assets-table-block table th .info-cirl {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.card.dashboard-info .card-body div.assets-table-block table th .info-cirl i,
.card.dashboard-info .card-body div.assets-table-block table th .info-cirl span {
    color: var(--light-bg-text-clr);
}

.card.dashboard-info .card-body .icons-set {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.card.dashboard-info .card-body .icons-set .icon-wrapper {
    width: calc(100% / 4 - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.card.dashboard-info .card-body .icons-set .icon-wrapper .svg-bg {
    background: #F4BD2A;
    padding: 18px;
    border-radius: 50%;
}

.card.dashboard-info .card-body .icons-set .icon-wrapper span {
    font-size: 12px;
    color: var(--pure-white);
    font-weight: 600;
}

.card.dashboard-info .card-body .icons-set .wrapper-cumu {
    width: calc(100% / 2 - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #F4BD2A;
    border-radius: 10px;
    padding: 13px;
}

.card.dashboard-info .card-body .icons-set .wrapper-cumu span {
    text-align: center;
    font-size: 13px;
    color: var(--pure-black);
}

.card.dashboard-info .card-body .icons-set .wrapper-cumu span:first-child {}

.card.dashboard-info .card-body .icons-set .wrapper-cumu span:last-child {}

.notification-slider .slide p {
    color: var(--pure-black);
}

.notification-slider .slide {
    background: #F4BD2A;
    padding: 10px 10px;
    text-align: center;
    margin: 3px 0;
    border-radius: 10px;
}

.section-heading {
    color: var(--pure-white);
    font-family: monospace;
    letter-spacing: 1px;
}

.list-crypto .crypt-usdt-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: center;
    padding: 15px 0;
}

.list-crypto .crypt-usdt-data:not(:first-child) {
    margin-top: 15px;
    border-top: 1px solid #ffffff61;
}

.list-crypto .crypt-usdt-data .crypto-sub-cat-head {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.list-crypto .crypt-usdt-data .crypto-sub-cat-head img {
    width: 30px;
    height: auto;
}

.list-crypto .crypt-usdt-data .crypto-sub-cat-head span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.list-crypto .crypt-usdt-data .crypto-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.list-crypto .crypt-usdt-data .crypto-card .crypto-card-cryp-info {
    width: calc(100% / 2 - 5px);
    background: var(--COcolor2Light);
    padding: 15px 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-crypto .crypt-usdt-data .crypto-card .crypto-card-cryp-info div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.list-crypto .crypt-usdt-data .crypto-card .crypto-card-cryp-info>div:last-child {
    justify-content: space-between;
}

.list-crypto .crypt-usdt-data .crypto-card .crypto-card-cryp-info div span {
    font-size: 14px;
}

.list-crypto .crypt-usdt-data .crypto-card .crypto-card-cryp-info div img {
    width: 25px;
    border-radius: 50%;
}

footer {
    z-index: 2026;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    max-height: 70px;
    max-width: 425px;
    display: flex;
    margin: 0 auto;
    background: var(--app-linear-gr);
    border-radius: 20px 20px 0 0;
    border-top: 2px solid #ffffff2e;
}

footer .icon-set {
    width: 20%;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


footer .icon-set a p {
    margin: 0;
}

footer .icon-set a {
    height: 100%;
    color: var(--pure-white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

footer .icon-set a.active .footer-title {
    position: relative;
    color: #e29a36;
    font-weight: 700;
}

footer .icon-set a .footer-title {
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
    color: #e29a36;
}

.iti__dial-code,
.iti__country-name {
    color: #999;
}


/* market */
.up {
    color: #0ecb81;
}

.down {
    color: #f6465d;
}

.input-box {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
    margin-bottom: 18px;
    border-radius: 5px;
}

.input-box input,
.input-box select,
.input-box textarea,
input[name="message"] {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 1rem;
    border: 1px solid #8a8a8a57;
    border-radius: 8px;
    color: #fff5f5;
}

.select-box select option {
    background: #000;
    color: #fff5f5;
    padding: 20px 10px;
    border: none;
    outline: none;
}

.form-container {
    padding: 40px 20px;
    border: 1px solid var(--border-light);
    border-radius: 10px;
}

.form-container h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    /* text-decoration: underline; */
    /* text-decoration-color: #ffbe00d6; */
    /* text-underline-offset: 6px; */
    color: #ebebeb;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #8a8a8a99;
}

.input-box input,
.input-box select,
.input-box textarea,
input[name="message"] {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: var(--app-color-text);
    font-size: 1rem;
    padding: 2rem;
    /* border: 1px solid #8a8a8a57; */
    border-radius: 8px;
    color: #fff5f5;
}

.select-box select option {
    background: #0E0E0E;
    color: #959595;
    padding: 20px 10px;
    border: none;
    outline: none;
}

input[readonly="readonly"],
input[disabled="disabled"],
input[readonly],
input[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}

button[disabled] {
    opacity: 0.6;
    cursor: no-drop;
}

.input-box span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #959595;
    font-size: 15px;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 18px;
    font-size: 18px;
    color: var(--app-color-text);
    cursor: pointer;
}

.submit-btn-green-outline {
    width: 100%;
    padding: 16px;
    background: linear-gradient(90deg, #ffbe00d6, #ffbe00d6);
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 1.1rem;
    color: var(--app-color-text);
    font-weight: 400;
    backdrop-filter: blur(6px);
}

/* profile list */
section.profile {
    padding-top: 20px;
}

.profile .lists {
    border-radius: 8px;
    background: var(--app-element-bg);
    margin-bottom: 12px;
    padding: 0 12px;
    position: relative;
}

.profile .lists li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: #fff9;
    font-size: 12px;
    font-style: normal;
}

.profile .lists li div p:first-child {
    color: var(--app-color-text);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 14px;
}

.profile .lists li .active {
    /* color: #1bea8f !important; */
}

.profile .lists li div p:last-child {
    line-height: 14px;
    color: #fff;
    font-weight: 600;
}

.profile .lists li:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: #fff9;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    gap: 10px;
}

.profile .lists li:last-child div p:first-child {
    color: var(--app-color-text);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 14px;
}

section.profile .profile-code {
    display: flex;
    align-items: center;
    justify-content: start;
    background: #e29a36d4;
    border-radius: 50px;
    padding: 5px 6px;
    gap: 10px;
}

section.profile .profile-code img {
    width: 55px;
    border-radius: 100%;
}

section.profile .profile-code span.email {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

section.profile .profile-code .invite {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

section.profile .profile-code .copy-invite-code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    background: #f20000e6;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

section.menus ul {
    display: block;
    margin-top: 20px;
    list-style: none;
    padding: 10px 10px;
    background: #9e751f;
    border-radius: 15px;
}

section.menus ul li a {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ffffff30;
}

section.menus ul li a .icon {
    padding: 10px;
    background: #ffffff45;
    border-radius: 15px;
}

section.menus ul li a .menu-item-label {
    font-size: 16px;
    color: #ffffffe6;
}

.logout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fffffffa;
    background: #f20000c2;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
}

.logout-btn span.spinner-border {
    color: #fff;
    width: 16px;
    height: 16px;
}

section.mining {
    padding: 25px 20px;
}

.mining .center-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.mining .center-image img {
    width: 70%;
}

.mining-conte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.mining-conte .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: calc(100% / 2);
    background: #292626;
    padding: 25px;
    border-radius: 15px;
}

.mining-conte .content span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.mining-conte .content span.price {
    font-size: 18px;
    color: #f4f0eb;
}

.mining-price {
    color: #fff;
    filter: drop-shadow(rgb(255, 191, 0) 0px 1px 0px);
}

.mininig-progress {
    margin-top: 20px;
}

.mininig-progress .progress {
    border-radius: 20px;
    background: #F4BE2A;
    position: relative;
    overflow: hidden;
    height: 30px;
}

@keyframes shiny-btn1-b7776d5d {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1
    }

    to {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

.mininig-progress .progress:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: -180px;
    left: -50px;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1-b7776d5d 3s ease-in-out infinite;
}

.mininig-level {
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.mininig-level span.label {
    font-size: 14px;
}

.mininig-level span.vip-o {
    padding: 3px 10px;
    font-size: 10px;
    background: #F4BE2A;
    border-radius: 10px;
    color: #000;
    font-weight: 900;
}

.mining-button {
    padding: 3px 10px;
}

.mining-conte-full {
    background: #292626;
    padding: 20px 10px;
    border-radius: 15px;
}

.mining-button button {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 60px;
    border-radius: 13px;
    padding: 5px 16px;
    box-sizing: border-box;
    background: transparent;
    overflow: hidden;
    border: 2px solid #F4BE2A;
    box-shadow: #F4BE2A 0 4px;
    letter-spacing: 1px;
    filter: drop-shadow(#F4BE2A 0px 1px 0px);
    /* text-shadow: #F4BE2A -1px -1px 0px, #F4BE2A 0px -1px 0px, #F4BE2A 1px -1px 0px, #F4BE2A 1px 0px 0px, #F4BE2A 1px 1px 0px, #F4BE2A 0px 1px 0px, #F4BE2A -1px 1px 0px, #F4BE2A -1px 0px 0px; */
}

.gecko-coin-price-marquee {
    border: 1px solid #838181;
    overflow: hidden;
    border-radius: 8px;
}

#spinnermodal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: unset;
    background-clip: padding-box;
    border: unset;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    max-width: 400px;
    margin: 0 auto;
}

.card-body.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.card-body.partners img {
    width: calc(100% / 3 - 8px);
    border-radius: 10px;
}

option {
    background: #0c0b0b;
}

.warn .heading {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.warn .heading img {
    width: 100%;
    max-width: 16px;
}

.warn .heading span {
    display: block;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.warn .content ul {
    width: 100%;
    margin-top: 12px;
    list-style: decimal;
}

.warn .content ul li {
    padding: 5px 0;
}

.frm-trx-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.frm-trx-box .option {
    border: 1px solid #ffbe00d6;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0;
    padding: 0 10px;
}

label.option:has(input:checked) {
    background: linear-gradient(90deg, #ffbe00d6, #ffbe00d6);
}

.frm-trx-box .option input {
    display: none;
}

.frm-trx-box .option img {
    width: 25px;
}

.frm-trx-box .badge {
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    /* background: #f1c40f; */
    padding: 13px;
}

#withdraw-form .form-container>.notify-info-msg {
    display: block;
    margin: 0 0 10px 0;
    font-size: 13px;
}

.fees-and-arrival {
    width: 100%;
    padding: 10px 0;
}

.fees-and-arrival .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}

.modal {
    z-index: 9999;
}

.content-spinner {
    background: #171717;
    padding: 12px;
    border-radius: 11px;
}

#spinnermodal svg[data-bs-dismiss] {
    background: #000;
}

.payouts-list {
    width: 100%;
    padding: 15px 8px;
    list-style: none;
}

.payouts-list .no-details {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
}

.payouts-list li {
    margin-bottom: 10px;
}

.payouts-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #e29a36;
    border-radius: 10px;
}

.payouts-list li .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.payouts-list li .details img {
    width: 21px;
    border-radius: 50%;
}

.payouts-list li .details span {
    font-size: 14px;
    color: #000;
}

.back-icon {
    display: flex;
    justify-content: start;
    padding: 10px 0;
}

.deposit-payout {
    text-align: center;
}

.deposit-payout>img {
    width: 50%;
    margin: 0 auto 20px 0;
    border-radius: 10px;
}

.deposit-payout .name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.deposit-payout .name .name {
    font-size: 20px;
    color: #e29a36;
    margin: 0;
}

.deposit-payout .name img {
    width: 30px;
    border-radius: 50%;
}

div.address {
    margin-bottom: 13px;
}

div.address label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

div.address .copy-address {
    display: flex;
    justify-content: space-between;
    background: #0e0d0d;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #2b2a2a;
}

div.address .copy-address .address {
    margin: 0;
}

.process-timer {
    padding: 5px 6px;
    border-radius: 10px;
    width: 100%;
    background: rgb(177, 52, 3);
    display: flex;
    justify-content: start;
    align-items: center;
    pointer-events: none;
}

.process-timer:not(:last-child) {
    margin-bottom: 8px;
}

.process-timer span {
    color: #ffff;
    font-size: 13px;
    pointer-events: none;
}