/* custom loader start */



#web_custom_loader {

   text-align: center;

   width: 100%;

   background: rgba(247, 247, 247, 0.5);

   height: 100%;

   position: fixed;

   z-index: 9999999;

   top: 0;

}



.inner-loader {

   --uib-size: 90px;

   --uib-speed: 0.8s;

   --uib-color: #ffffff;

   position: fixed;

   display: inline-block;

   height: var(--uib-size);

   width: var(--uib-size);

   /* animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear; */

   margin: auto;

   left: 0;

   right: 0;

   top: 0;

   bottom: 0;

}



/* custom loader end */





.error {

   color: red;

}



/* .form-control{

   color: #000!important;

} */