#swpr_add_user_form div.is-invalid {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
#swpr_add_user_form abbr.required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
#swpr_add_user_form .card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    min-width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    padding: 0;
}
#swpr_add_user_form .card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none;
    margin: 0 !important;
}
#swpr_add_user_form .card .header h2 {
    font-size: 16px;
    color: #444;
    position: relative;
    margin: 0 !important;
}
#swpr_add_user_form .card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
#swpr_add_user_form .dropify-wrapper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #b9b9b9;
    border: 1px solid #e4e4e4;
}
#swpr_add_user_form .dropify-wrapper .dropify-preview {
    background-color: #f9f9f9;
}
#swpr_add_user_form .dropify-wrapper .dropify-message p {
    font-size: 14px;
}
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
#swpr_add_user_form .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
#swpr_add_user_form .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

#swpr_user_file_id_card-error,#swpr_user_file_permission-error,#swpr_user_file_others-error {
    position: absolute;
    top: 76%;
    right: 0;
    font-size: 16px !important;
    font-family: inherit;
}