/* Custom styles goes here */
.box-shadow-none {
  box-shadow: none !important;
}

.authentication-wrapper-no-height {
  min-height: 0 !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.bg-ligth-purple {
  color: #fff;
  background-color: #7367f0;
}

.f-size-1rem {
  font-size: 1rem !important;
}

.f-color-white {
  color: white !important;
}

.active.active-force-color-white {
  color: #fff !important;
}

.bootstrap-select .dropdown-item, .bootstrap-select .dropdown-header {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
