.swal-button {
    background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
    padding: 10px 49px;
    font-weight: 600;
    border-radius: 25px !important;
}

.swal-modal {
    border-radius: 15px !important;
}

.swal-modal.promo-swal {
    background-color: #032055 !important;
    border-radius: 15px !important;
    position: relative;
}

.swal-modal.promo-swal .swal-title {
    color: #ffffff;
    padding: 0 16px;
}

.swal-modal.promo-swal .swal-content {
    margin-top: 10px;
    color: #ffffff;
}

.swal-modal.promo-swal .swal-footer {
    text-align: center;
}

.swal-modal.promo-swal .swal-button {
    border: none;
    box-shadow: none;
}

.swal-modal.promo-swal .promo-swal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    z-index: 10;
    line-height: 1;
}

.swal-modal.promo-swal .promo-swal-close:hover {
    opacity: 1;
}

.swal-title {
    font-size: 24px;
}

.promo-popup-image {
    max-width: 100%;
    border-radius: 15px;
    margin-top: 15px;
}

.promo-popup-image.is-clickable {
    cursor: pointer;
}
