.bc-button{
    background:#A01D25;
    color:#fff;
    border-radius:5px;
    height:30px;
    border:none;
}
.swal2-confirm.custom-confirm {
    background-color: #a01d25 !important;
    border-radius: 25px !important;
    border-color: #a01d25 !important;
    padding: 15px 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}