﻿.swal-button {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 6px 10px;
    background: #CB4725 !important;
    vertical-align: top;
    border: 1px solid #CB4725;
}


    .swal-button.swal-button--cancel {
        color: #CB4725;
        background: unset !important;
    }

.swal-icon:first-child {
    margin-top: 20px;
}

.swal-title {
    padding-top: 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.swal-text {
    font-size: 14px;
    text-align: center;
    color: #333;
    font-weight: 500;
}

.swal-title:not(:last-child) {
    margin-bottom: 8px;
}

.swal-modal {
    width: 390px;
}

.swal-button--cancel:focus {
    box-shadow: unset !important;
}

.swal-footer {
    text-align: center;
}
