/*
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 : Apr 14, 2024, 6:47:26 PM
    Author     : admin
*/
/*.img_radius {
    border-top-right-radius: 5%;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    border-top-left-radius: 5%;
}*/
.error_hidden {
    display: none;
}

.div_hidden {
    display: none;
}

.redText {
  color: red !important; 
}