.swal2-title {
    font-size: 24px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
}

.swal2-content {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 25px !important;
    background-color: var(--orange) !important;
    font-size: 16px !important;
    height: 50px;

    color: #fff !important;
    font-weight: 300 !important;
}

.swal2-styled.swal2-confirm:focus {
    outline: none !important;
    box-shadow: none !important;
}