/*
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 : 3 Jun 2024, 11:50:04
    Author     : hp
*/

.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-circle{
    border-radius: 50% !important;
}

.invalid-feedback{
    display: block !important;
    font-size:.775em !important;
}

.invalid_input, .invalid_input .select2-selection{
    border: solid 1px #ff3333 !important;
}
.invalid_input::placeholder {
    color: red !important;
}