.action-modal-fix.crypto-bonus {}

.action-modal-fix.crypto-bonus .action-modal-body-container {
    border-top: 1px solid #168CD5;
    background: radial-gradient(76.84% 71.21% at 50% 50%, #26537B 0%, #161C2D 100%);
}


.action-modal-fix.crypto-bonus .description {
    font-size: 12px;
    color: #69707F;
    margin-top: 14px;
}

.action-modal-fix.crypto-bonus .action-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.action-modal-fix.crypto-bonus .crypto-bonus-title {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 3.476px 0 rgba(0, 0, 0, 0.25);
}
.action-modal-fix.crypto-bonus .crypto-bonus-title span {background: #33CAFF;border-radius: 12px;box-shadow: 0 0 13.037px 0 rgba(145, 66, 255, 0.25);color: #fff;padding: 1px 6px;transform: rotate(-4deg);display: inline-block;}
.action-modal-fix.crypto-bonus .crypto-bonus-image {
    width: 304px;
    height: 277px;
    background-image: url(../../system/modals-action/crypto-bonus/image.png);
    background-size: 100%;
    margin-top: 10px;
    margin-bottom: 24px;
}

.action-modal-fix.crypto-bonus .blue-button {
    width: calc(100%);
}

@media(max-width: 500px) {
    .action-modal-fix.crypto-bonus .action-modal-container {
        align-items: flex-end;
    }
    
    .action-modal-fix.crypto-bonus .action-modal-body-container {
        max-width: 100vw;
        width: 100vw;
        border-radius: 14px 14px 0px 0px;
    }
}