.text-justify {
    text-align: justify;
}

.form-control.is-loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='%230D47A1' stroke-width='5' stroke-linecap='round' stroke-dasharray='31.4 31.4'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25rem;
}

.form-control.is-locked {
    pointer-events: none;
    background-color: color-mix(in srgb, var(--bs-dark) 18%, white);
    border-color: color-mix(in srgb, var(--bs-dark) 45%, white);
    color: var(--bs-dark);
}


#errorModal .modal-body {
    font-size: 0.95rem;
}