
/*# sourceMappingURL=custom.min.css.map */
/*# sourceMappingURL=custom.min.css.map */

.auth-one-bg {
  background-image: url(../images/bg-login-iktj.png);
  background-position: center;
  background-size: cover;
}
.auth-bg-cover {
  background: linear-gradient(-45deg, var(--vz-primary) 50%, var(--vz-warning));
}

.pull-up {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

.mb-15 {
  margin-bottom: 15px !important;
}
.theme-primary .bg-primary-light {
  background-color: #e1eaf9 !important;
  color: #0052cc;
}
.h-50 {
  height: 50px !important;
}
.w-50 {
  width: 50px !important;
}
.l-h-50 {
  line-height: 3.5714285714rem !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.text-center {
  text-align: center !important;
}
.min-w-170 {
  min-width: 170px !important;
}

.fw-600 {
  font-weight: 600;
}
.min-w-150 {
  min-width: 150px !important;
}
.card-radio .form-check-label {
  background-color: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
}
.bg-blue {
  background-color: #435ebe;
  color: #fff;
}
