
.text-validation {
  color: red;
}

.text-validation.valid {
  color: green;
}

@media (min-width: 992px) {
    .bs-dropdown-min-width-40rem {
        --bs-dropdown-min-width: 40rem;
    }
}


.main-header {
  min-height: calc(100vh - 0.5rem) !important;
  margin: 0.25rem !important;
}

@media (min-width: 768px) {
  .main-header-md {
    min-height: calc(100vh - 1rem) !important;
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .main-header-xl {
    min-height: calc(100vh - 2rem) !important;
    margin: 1rem !important;
  }
}


/* loader  */
.loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: var(--bs-primary) !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}


/* Carret dropdown  */
.path {
    stroke: var(--bs-dropdown-border-color);
    stroke-width: 1px;
    stroke-dasharray: 12.6;
    stroke-dashoffset: 4.6;
    stroke-linejoin: round;
}


/*  Timer  */
#timerCountDown div {
    text-align: center;
}

#timerCountDown div span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.sidebar .active {
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}


.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.active .active-check {
    display: inline-block !important;
}


.password-toggle-icon {
  cursor: pointer;
}

.title-ikropp{
  font-family: Montserrat, serif ;
}

.password-toggle-icon {
  cursor: pointer;
  background: var(--bs-body-bg);;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  border-right: var(--bs-border-width) solid var(--bs-border-color);
  border-top: var(--bs-border-width) solid var(--bs-border-color);;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);;
  border-radius: 0.375rem;
}

.spinner-grow {
    background-color: transparent !important;
}

.spinner-img-login {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
