* {
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto;
}

.logo {
  max-width: 300px;
}

.form-thankyou {
  background-color: #0b79b4;
}

.spinner-preloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: wait;
}

.w-fit-content {
  width: fit-content;
}

.spinner-preloader.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.spinner-bg {
  position: absolute;
  background-color: #f4f6f9;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.75rem;
}
.fs-9 {
  font-size: 0.65rem;
}
.fs-10 {
  font-size: 0.55rem;
}

ul.social-media img {
  width: 35px;
  height: 35px;
}

.white-space-nowrap {
  white-space: nowrap;
}

.border-ra-15px {
  border-radius: 15px;
  overflow: hidden;
}

.border-ra-20px {
  border-radius: 20px !important;
  overflow: hidden;
}

.border-ra-30px {
  border-radius: 30px;
  overflow: hidden;
}

#footer {
  padding: 50px 0;
  background-color: #055078;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.footer-main p,
.footer-main a {
  color: #ffffff;
}

.footer-absolute {
  padding: 16px 0;
  background-color: #0b79b4;
  color: #ffffff;
}

.footer-absolute p,
.footer-absolute a {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.footer-main .logo img {
  max-width: 400px;
  margin-bottom: 2rem;
}

.footer-main .footer-col-title {
  position: relative;
  font-family: var(--secondary-font-family);
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.btn-footer {
  min-width: 200px;
}

.file-upload-form {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-label input {
  /* display: none;
     */
  position: absolute;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
}

.file-preview-item {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 100%;
}

.file-preview-item .delete-file-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  background: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.file-upload-label svg {
  height: 50px;
  fill: rgb(88, 99, 120);
  margin-bottom: 20px;
}

.file-upload-label {
  width: 100%;
  cursor: pointer;
  /* background-color: #ddd; */
  padding: 30px 70px;
  border-radius: 25px;
  border: 2px dashed rgb(82, 82, 82);
}

.file-upload-label div:not(.file-preview-item,.file-preview-item div),
.file-upload-design-Dentist-Signature,
.file-upload-design-Dentist-PLI,
.file-upload-design-Dentist-dental-license,
.file-upload-design-Dentist-DEA,
.file-upload-design-Dentist-CV,
.file-upload-design-Dentist-school-diploma,
.file-upload-design-Dentist-specialist-certificate,
.file-upload-design-Dentist-judgments-five,
.file-upload-design-Dentist-violations,
.file-upload-design-Dentist-Certificate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.required {
  position: relative;
}
.required::after {
  content: "*";
  color: red;
  position: absolute;
  top: 0;
  right: -10px;
}
.label-custom-out{
     white-space: unset !important;
}
.input-custom-out{
   padding-top: 3rem !important;
   height: calc(5rem + calc(var(--bs-border-width) * 2)) !important;
}
@media (max-width: 987.99px) {
  .m-mobile-100 {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .label-custom {
    white-space: unset !important;
  }
  .input-custom {
    padding-top: 3rem !important;
    height: calc(5rem + calc(var(--bs-border-width) * 2)) !important;
  }
  .input-custom.mob-400 {
    padding-top: 1.625rem !important;
  }
  .fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .btn-footer {
    min-width: 160px;
  }

  .file-upload-label {
    padding: 20px 10px;
  }

  .file-preview-item p,
  .file-preview-item a {
    display: inline-block;
    width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 399.99px) {
  .input-custom.mob-400 {
    padding-top: 3rem !important;
  }
}
ul.list-type-circle li{
  list-style: circle;
}
.main-range {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
  background: #a7a7a7;
  border-radius: 10px;
}
.range {
  height: 4px;
  background: #0b79b4;
  border-radius: 2px;
}
.number-per {
  color: #000;
  font-weight: 600;
  position: absolute;
 
  top: -25px;
}
.item-places .highlight {
  font-weight: 600;
  color: #000;
}

.item-places .rest {
  color: #9ca3af; /* xám */
  font-size: 0.9em;
}
