/* sweetalert button  css start */
.swal-button {
    background-color: #ef7d00 !important;   
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 22px;
}

.swal-button:hover {
    background-color: #ef7d00 !important;
}

.swal-button:focus {
    box-shadow: 0 0 0 3px rgba(238, 146, 61, 0.4) !important;
}

/* sweet alert button colour end */