

.swal-footer,
swal-footer {
    text-align: center;
}

.swal-modal {
    background-color: #343D47;
    border: 2px solid white;
    border-radius: 6px;
}

.swal-text {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.swal-button,
.swal-button:active,
.swal-button:not([disabled]):hover {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #C3D501;
    background: #c3d501 !important;
    box-shadow: 0px 0px 4px #4e5500 !important;
    color: #343e48;
}

.swal-icon--warning__body,
.swal-icon--warning__dot,
.swal-icon--info:after, .swal-icon--info:before {
    background-color: #3BB0C9;
}

.swal-icon--warning, .swal-icon--info {
    border-color: #3BB0C9 !important;
}

.swal-title {
    color: #fff !important;
}
