/* ==========================================
   === Pristine JS 
   === styles for pristinejs library 
   ========================================== */
.form-group { padding-left: 0.5rem;}
.pristine-error::before {
    content: "\274C";
    padding: 0 0.25rem 0 0;
}

.has-success::after {
    content: "\2714  ok";
    padding: 0 0.25rem 0 0;
    color: green;
}

.text-help {
    font-size: smaller;
    margin: 0;
}

.has-danger .pristine-error {
    color: #dc1d34;
}

.has-success {
    border-inline-start: 2px solid #168b3f;
}

.has-danger {
    border-inline-start: 2px solid #dc1d34;
}
/* ========================================== */
