body, html {
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
}

.row {
  margin-right: calc(-0.25 * var(--bs-gutter-x));
  margin-left: calc(-0.25 * var(--bs-gutter-x));
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.col-left {
  width: 25%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 992px) {
  .col-left {
    width: 30%;
  }
}
@media screen and (max-width: 550px) {
  .col-left {
    width: 35%;
  }
}

.col-right {
  width: 75%;
}
@media screen and (max-width: 992px) {
  .col-right {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .col-right {
    width: 65%;
  }
}

.btn {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 2rem;
  padding: 7px 25px;
}

.modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal.innerModal {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  background: none !important;
}

.modal-backdrop {
  background: none;
}

.modal-content {
  border-color: #ccc;
}

.modal-dialog {
  width: 90%;
  margin: 0 auto;
}

.modal-header {
  border: none;
}

.modal-title {
  font-size: 2.4rem !important;
  font-weight: 700;
}

.modal-body .list-info {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 2rem;
}
.modal-body .list-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal-body .list-info ul li {
  margin: 0;
  padding: 0 0 1rem;
}
.modal-body .list-info ul li label {
  font-size: 1.4rem;
}
.modal-body .list-info ul li span {
  font-size: 1.4rem;
}

.modal-footer {
  border: none;
}

label {
  font-size: 1.6rem;
  font-weight: bold;
}

.form-control {
  font-size: 1.4rem;
  padding: 0.5rem;
  box-shadow: 0px 0px 8px #e8e8e8;
  border: none !important;
}
.form-control.is-correct {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../image/icon-check.png);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.7rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid {
  box-shadow: 0px 0px 8px #dc3545;
}

.invalid {
  color: #dc3545 !important;
}

.form-text {
  font-size: 1.4rem;
}

.form-floating label {
  font-size: 1.1rem;
  font-weight: normal;
}
.form-floating .form-control {
  font-weight: bold;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(4.5rem + 2px);
  line-height: 1.5;
}

/* invalid filed for password page */
.password .form-control.is-invalid, .password .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.password .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.password .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.overflow-scroll {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.overflow-scroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}/*# sourceMappingURL=overwrite-bootstrap.css.map */