.swal-overlay {
    background-color: rgba(17, 16, 24, 0.78);
}

.swal-modal {
    background: #302F3F !important;
    border: 1px solid #4d4857;
    border-radius: 16px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
}

.swal-title {
    color: #f1f1f1 !important;
}

.swal-text {
    color: #c2bbcd !important;
}

.swal-footer {
    margin-top: 20px;
    padding: 18px 16px 0;
    border-top: 1px solid #4d4857;
}

.swal-button {
    background: #2be581;
    color: #1f2430;
    border: none;
    box-shadow: none;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 22px;
}

.swal-button:not([disabled]):hover,
.swal-button:not([disabled]):focus {
    background: #24c270;
    color: #1f2430;
    box-shadow: none;
}

.swal-icon--error {
    border-color: #dc758f;
}

.swal-icon--error__line {
    background-color: #dc758f;
}

.swal-icon--warning {
    border-color: #ffbe86;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: #ffbe86;
}

.swal-icon--success__ring {
    border-color: rgba(43, 229, 129, 0.25);
}

.swal-icon--success__line,
.swal-icon--success__hide-corners {
    background-color: #2be581;
}
