/*Loader Styles*/
.spinner-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.required_field {
  color: red;
}

.hiddenClass {
  display: none
}

.lds-spinner {
  color: white;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #696cff;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* Delinquency card title */
.card-title-delinquency {
  font-size: 10px;
  font-weight: bold;
}

/* Delinquency card title */
.card-title-dashboard {
  font-size: 12px;
  font-weight: bold;
}


/* CHANGE PASSWORD ICONS */

#pswd_info {
  /*position:absolute;*/
  /*bottom:-75px;*/
  /*bottom: -115px\9; !* IE Specific *!*/
  /*right:55px;*/
  /*width:250px;*/
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  border-radius: 5px;
  /*box-shadow: 0 1px 3px #ccc;*/
  /*border: 1px solid #ddd;*/
}

#pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}

#pswd_info::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

#pswd_info ul li {
  list-style: none;
  margin-left: -40px;
}

.invalid {
  color: #ec3f41;
}

.invalid::before {
  content: '\F623';
  font-family: "bootstrap-icons";
  padding-right: 5px;
}

.valid {
  color: #3a7d34;
}

.valid::before {
  content: '\F26B';
  font-family: "bootstrap-icons";
  padding-right: 5px;
}

/* SPINER OPACITY */
.spinner-opacity {
  opacity: 0.5 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.logo-height{
  max-height: 150px;
}

.max-height-100 {
  max-height: 100px;
}

.teller-card-width{
  width: 18rem;
}

.teller-card-max-height{
  max-height: 300px;
}

.login-logo-size{
  height: 75%;
  width: 20%;
}

.logo-size-inside{
  height: 20%;
  width: 25%;
}

.menu-vertical .app-brand {
  padding-left: 0;
}

.menu .app-brand.demo {
  height: 125px;
  margin-top: 12px;
}

.ml-40 {
  margin-left: 40px;
}