.sweetAlertServiceStyles_success-confirm-button__gVhdO , .sweetAlertServiceStyles_success-cancel-button__E34Ix{
    border-radius: 8px !important;
    background-color: rgb(56, 136, 255) !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    font-family: 'Roboto', sans-serif !important; 
}

.sweetAlertServiceStyles_fail-confirm-button__aIWNN:focus ,
.sweetAlertServiceStyles_fail-confirm-button__aIWNN:active,
.sweetAlertServiceStyles_success-confirm-button__gVhdO:focus,
.sweetAlertServiceStyles_success-confirm-button__gVhdO:active{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.sweetAlertServiceStyles_fail-confirm-button__aIWNN{
    border-radius: 8px !important;
    background-color: rgb(255, 0, 0) !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    font-family: 'Roboto', sans-serif !important;
}

.sweetAlertServiceStyles_title__SCpuv{
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

