.earnings-area {
    margin-top: 55px;
    position: relative;
    padding: 0px 40px;
}
.earnings {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 2;
}
.earnings .coin {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.earnings p {
    color: #FFF;
    padding-bottom: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.earnings-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
}

.balance {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.balance .coin {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.balance h2 {
    color: #27ae60;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.fan-area {
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
}

.fan {
    width: 250px;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 2;
    transition: 0.15s;
    animation: rotate 4s linear infinite;
}

.overlay_icon {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 26px;
    height: 26px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.search {
    width: 72px;
    height: 72px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.title_popup{
    display: block;
    font-size: 16px;
    padding-top:20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}
.subtitle {
    display: block;
    font-size: 12px;
    padding-top:10px;
    padding-bottom:20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}
.income {
    font-size: 12px;
    position: relative;
    display: flex;
    color: #929295;
    align-items: center;
    justify-content: center;
    padding-top:20px;
}

.amount {
    font-size: 12px;
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding-top:20px;
    padding-bottom:5px;
}

.button-container {
    display: flex;
    padding-top: 20px;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #2A2B31;
    color: #fff;
    cursor: pointer;
    border-radius: 65px;
    font-weight: 700;
}

.activezalop {
    border: 1px solid #27ae60;
}

.button-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.block-modals_wrap::before {
    margin: 0 auto 0px auto !important;
}

.prices {
    color: #27ae60;
    font-size: 12px;
}

.block-txns_wrapper {
    padding-top: 20px;
    height: 200px;
    overflow-y: auto;
}
.qr {
    padding-top:20px;
    padding-bottom:20px;
}
.qrcode {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    width: 150px;
    height: 150px;
}

.form__label-text {
    display: block;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 14px;
}

input[type=text]:disabled, input[disabled], input:disabled, input[type=submit]:disabled, .select_disabled, .btn_disabled, button:disabled {
    cursor: not-allowed !important;
    color: #66676b !important;
    border-color: #2A2B31 !important;
    background-color: #2A2B31 !important;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.form__input.--with-copy-icon {
    padding-right: 40px;
}

.copy-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.copy-btn img {
    width: 20px;
    height: 20px;
}

.text_info {
    display: block;
    font-size: 12px;
    padding-top:20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}