.action-modal-container .action-modal .action-modal-body-container {
    background: #101626;
}
/* 
.affiliate-signup {
    position: fixed;
    z-index: 100;
} */
.affiliate-signup .choose-stage-top {
    background: linear-gradient(253deg, rgb(99 95 245 / 30%) -17.61%, rgb(137 42 241 / 30%) 99.54%);
    border-radius: 14px 14px 0px 0px;
    display: flex;
    padding: 20px;
    height: 250px;
    overflow: hidden;
}
.affiliate-signup .choose-stage-top .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 70%;
}
.affiliate-signup .choose-stage-top .left .title {
    color: #fff;
    font-size: 32px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 800;
    line-height: 32px;
}
.affiliate-signup .choose-stage-top .left .text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    max-width: 80%;
}
.affiliate-signup .choose-stage-top .left .bonuses {
    display: flex;
    gap: 10px;
}
.affiliate-signup .choose-stage-top .left .bonuses .bonus {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 16.145px;
    border: 0.673px solid #6517AA;
    background: linear-gradient(224deg, rgba(101, 23, 170, 0.60) 1.42%, rgba(40, 9, 68, 0.60) 93.79%);
    box-shadow: 0 0 2.691px 0 #6517AA;
    align-items: center;
}
.affiliate-signup .choose-stage-top .left .bonuses .bonus .bonus-info {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    gap: 0px;
    padding: 13px 0px;
    align-items: center;
}
.affiliate-signup .choose-stage-top .left .bonuses .bonus .bonus-info span {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 2.691px 0 rgba(0, 0, 0, 0.25);
    font-weight: 800;
}
.affiliate-signup .choose-stage-top .left .bonuses .bonus .line {
    border-radius: 9.418px 9.418px 0 0;
    background: #6517AA;
    width: 60%;
    height: 3px;
}
.affiliate-signup .choose-stage-top .right {display: flex;flex-direction: column;width: 30%;position: relative;z-index: 0;}
.affiliate-signup .choose-stage-top .right .close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.affiliate-signup .choose-stage-top .right .close svg {
    opacity: 0.8;
    transition: all 300ms;
}

.affiliate-signup .choose-stage-top .right .close:hover svg {
    opacity: 1;
    transition: all 300ms;
}

.affiliate-signup .choose-stage-top .right .girl {
    width: 702px;
    background-image: url(../../system/slider/deposit/girl.png);
    background-position: -100px -4px;
    background-size: 150%;
    width: 220px;
    height: 273px;
    margin-bottom: -30px;
    transform: translate(-80px, -7px);
}

.affiliate-signup .stage-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}
.affiliate-signup .stage-body .game-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.affiliate-signup .stage-body .game-select .left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.affiliate-signup .stage-body .game-select .left .image {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #161C2D;
    display: flex;
    justify-content: center;
    align-items: center;
}
.affiliate-signup .stage-body .game-select .left .image svg {}
.affiliate-signup .stage-body .game-select .left .image img {
    width: 50px;
    height: 50px;
    border-radius: 14px;
}
.affiliate-signup .stage-body .game-select .left .game-info {}
.affiliate-signup .stage-body .game-select .left .game-info .label {
    color: #69707F;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}
.affiliate-signup .stage-body .game-select .left .game-info .value {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.affiliate-signup .stage-body .game-select .button {
    width: 30px;
    height: 30px;
    background: #161C2D;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.affiliate-signup .stage-body .game-select .button.active {
    background: #9142FF;
}
.affiliate-signup .stage-body .game-select .button svg {}

.affiliate-signup .stage-body .purple-button {
    width: calc(100% - 80px);
}

.affiliate-signup .stage-body .stage-progress {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.affiliate-signup .stage-body .stage-progress .map {
    display: flex;
    align-items: center;
}
.affiliate-signup .stage-body .stage-progress .dot {
    width: 6px;
    height: 6px;
    background: #161C2D;
    min-width: 6px;
    border-radius: 50%;
}
.affiliate-signup .stage-body .stage-progress .dot.active {
    background: #9142FF;
}
.affiliate-signup .stage-body .stage-progress .dot.bonus {
    width: 12px;
    height: 12px;
    min-width: 12px;
}
.affiliate-signup .stage-body .stage-progress .dot.bonus img {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -8px;
    margin-top: -11px;
}

.affiliate-signup .stage-body .stage-progress .dot.bonus.selected img {
    margin-top: -40px;
}

.affiliate-signup .stage-body .stage-progress .line {
    width: 100%;
    height: 4px;
    background: #161C2D;
}
.affiliate-signup .stage-body .stage-progress .line.active {
    background: rgb(145 66 255 / 50%);
}
.affiliate-signup .stage-body .stage-progress .stages {
    display: flex;
    justify-content: space-between;
}
.affiliate-signup .stage-body .stage-progress .stages span {
    color: #30344F;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
}
.affiliate-signup .stage-body .stage-progress .stages span.active {
    color: #9142FF;
}
.affiliate-signup .stage-body .stage-progress .stages span:nth-child(1) {
    text-align: left;
}
.affiliate-signup .stage-body .stage-progress .stages span:nth-child(2) {
    text-align: center;
    padding-right: 13px;
}
.affiliate-signup .stage-body .stage-progress .stages span:nth-child(3) {
    text-align: center;
    padding-left: 27px;
}
.affiliate-signup .stage-body .stage-progress .stages span:nth-child(4) {
    text-align: right;
}

.affiliate-signup .stage-body .stage-header {
    display: flex;
    justify-content: space-between;
}
.affiliate-signup .stage-body .stage-header .left {}
.affiliate-signup .stage-body .stage-header .left .title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.affiliate-signup .stage-body .stage-header .left .text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}
.affiliate-signup .stage-body .stage-header .close {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.affiliate-signup .stage-body .stage-header .close svg {
    opacity: 0.7;
    transition: all 300ms;
}

.affiliate-signup .stage-body .stage-header .close:hover svg {
    opacity: 1;
    transition: all 300ms;
}

@media (max-width: 410px) {
    .affiliate-signup .action-modal-container .action-modal .action-modal-body-container {
        max-width: calc(100vw - 10px);
        min-width: unset;
    }
}

.affiliate-signup .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.affiliate-signup .buttons .row {
    display: flex;
    gap: 10px;
}
.affiliate-signup .buttons .row .button {
    width: 100%;
    height: 50px;
    background: #161C2D;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    cursor: pointer;
}
.affiliate-signup .buttons .row .button.no-background {
    background: none;
}

.affiliate-signup .buttons .row .button.disabled {
    opacity: 0.7;
} 

.affiliate-signup .buttons .row .button span {}

.affiliate-signup .statuses {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.affiliate-signup .statuses .status {
    width: calc(100% - 60px);
    padding: 0px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #161C2D;
    height: 70px;
}
.affiliate-signup .statuses .status.active {
    border-radius: 14px;
    border: 1px solid rgba(136, 222, 113, 0.20);
    background: #16292D;
}
.affiliate-signup .statuses .status svg {}
.affiliate-signup .statuses .status span {}

.affiliate-signup .stage-body .telegram-push-image {
    background-image: url(../../system/modals-action/telegram-push/image-bright.png) !important;
    margin: 0 auto;
}

.affiliate-signup .a2hs-instruction {
    width: 84%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}
.affiliate-signup .a2hs-instruction > div {}
.affiliate-signup .a2hs-instruction b {}
.affiliate-signup .a2hs-instruction svg {
    position: absolute;
    margin-top: -2px;
    margin-left: -31px;
}
.affiliate-signup .a2hs-instruction span {color: #4FACFE;padding-left: 35px;}

.affiliate-signup .a2hs-preim {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.affiliate-signup .a2hs-preim span {
    color: #4FACFE;
}

.affiliate-signup .a2hs-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.affiliate-signup .a2hs-benefits div {
    padding: 3px 10px;
    background: #161c2d;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 500;
}

.affiliate-signup .app-guide {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.affiliate-signup .app-guide .step {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.affiliate-signup .app-guide .step .title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.affiliate-signup .app-guide .step .description {
    font-size: 16px;
}
.affiliate-signup .app-guide .step img {
    width: 100%;
}

.app-guide-body {
    overflow: hidden scroll !important;
    max-height: 65vh !important;
}