.swal2-popup {
    border-radius: 10px;
    padding: 20px;
    width: 400px;
}

.swal2-timer-progress-bar-container {
    height: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.swal2-timer-progress-bar {
    height: 5px;
}

.swal2-actions {
    width: 100%;
}

.swal2-styled.swal2-confirm {
    background-color: #11375C;
    width: 46%;
}

.swal2-styled.swal2-cancel {
    background-color: #B21212;
    width: 46%;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
    box-shadow: none;
}

.swal2-title {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #11375C;
}

.swal2-html-container {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #11375C;
}

.swal2-close {
    background-color: #11375C;
    top: 14px;
    right: 14px;
    transition: transform .2s;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
    font-weight: 700;
}

.swal2-close:hover {
    background-color: #11375C;
    color: #CCCCCC;
    transform: scale(0.9);
}

.swal2-icon.swal2-warning {
    border-color: #c53838;
    background-color: #B21212;
    color: white;
}

.swal2-icon.swal2-question {
    border-color: #f5c361;
    background-color: #FBAF17;
    color: white;
}

.swal2-icon.swal2-warning .swal2-icon-content {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
}

.swal2-icon.swal2-success .swal2-success-ring {
    background-color: #11375C;
    border-color: #27527e;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: white;
    z-index: 3;
}