/* as - Aglet Sans */
/* n - Nunito */
/* TAGS */
/* TOGGLE SWITCH */
/*STEPPER*/
/*TABS PILLS*/
/*BREADCRUMB*/
/*TABLES*/
/* ACCORDION */
/* MODALS */
/****************************************/
/*CARDS*/
/****************************************/
/* BUTTONS */
/* When we need hover to be another color other than orange */
/***************************************************/
/* LINKS */
/***************************************************/
/*FORMS*/
/***************************************************/
/* INPUTS AND VALIDATIONS */
/*DEFAULT DROPDOWN*/
/****************************************/
/* SIMPLE DROPDOWN */
/**************************************/
/* SMALL DROPDOWN */
/**************************************/
/***************************************************/
/*FOR LOADING WHEEL*/
.loading-page {
  display: flex;
  justify-content: center;
}
.loading-page .spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: 0.0625rem;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background-color: #F8F9FC;
}
.loading-page .text-dark {
  color: #3A3B45 !important;
}
