/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 26, 2021, 10:39:01 AM
    Author     : fsuuas@gmail.com
*/

.iti { width: 100%; }

.hide{ display: none;}

.help-block, .invalid-feedback1 {
    margin-top: .5rem;
    width: 100%;
    font-size: 0.95rem;
    color: darkred;
}
.invalid-feedback2 {
    margin-top: .5rem;
    width: 100%;
    font-size: 0.95rem;
    color: darkred;
    font-weight: 400;
}

.is-invalid .select2-container--default .select2-selection--single {
    border-color: #0a53be;
}

.errorclass{
    color: var(--bs-danger);
}
