.form-check .form-check-input {
    float: unset !important;
    margin-left: unset !important;
    margin-top: 2px !important;
}
.form-check {
    display: flex !important;
    align-items: flex-start;
    width: 100%;
    padding-left: 0 !important;
}
.sweet-alert .sa-button-container button{
    background-color: #3874ff !important;
    color: #fff !important;
    padding: 0.625rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0.375rem;
}
.sweet-alert .sa-button-container button:hover{
    background-color: #004dff !important;
    color: #fff !important;
}