   .confirm-button {
        background-color: #f2a800 !important;
        border: none !important;
        color: white !important;
    }
    .cancel-button {
        background-color: #272D2D !important;
        border: none !important;
        color: white !important;
    }
    .swal-button--confirm{
        background-color: #f2a800 !important;
        color: white !important;
    }
    .swal-text{
        line-height:1.5;
        font-size: 18px;
        color:#333333;
    }
    .validation-modal .swal-title:first-child {
        margin-top: 0px;
        background: #f2a800;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        color: white;
    }
    .swal-overlay--show-modal .swal-modal {
        border-radius: 10px; /*may not be useful */
    }
