.label-form {
  font-size: 1em !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.block-loader {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(245 245 245 / 50%);
  z-index: 999998;
}

.block-loader::before {
  display: block;
  content: '';
  background: url(../img/reload.svg);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-app-primary {
  color: #fff !important;
  background-color: #1269db !important;
  border-color: #1563c9 !important
}

.btn-app-primary:hover,
.btn-app-primary:active,
.btn-app-primary.hover {
  background-color: #1563c9 !important;
}

.fw-600 {
  font-weight: 600 !important;
}