.logo {
  max-width: 300px;
}

*:not(i) {
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto;
}

ul,
li {
  list-style-type: none;
}

.form-thankyou {
  background-color: #0b79b4;
}

.file-preview-item {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 100%;
}

.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.75rem;
}
.fs-9 {
  font-size: 0.65rem;
}
.fs-10 {
  font-size: 0.55rem;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-preloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: wait;
}

.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;
}

.required::after {
  content: "*";
  color: red;
}

.file-upload-form {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-label input {
  /* display: none;
     */
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.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: 40px;
  border: 2px dashed rgb(82, 82, 82);
}

.file-upload-design-license-file,
.file-upload-design-dea-file,
.file-upload-design-File-Locations-Address,
.file-upload-design-Owner-Signature,
.file-upload-design-eft_file,
.file-upload-design-Dentist-CV,
.file-upload-design-entityFile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.browse-button {
  background-color: rgb(82, 82, 82);
  padding: 5px 15px;
  border-radius: 10px;
  color: white;
  transition: all 0.3s;
}

.browse-button:hover {
  background-color: rgb(14, 14, 14);
}

.border-ra-15px {
  border-radius: 15px;
  overflow: hidden;
}

.border-ra-20px {
  border-radius: 20px;
  overflow: hidden;
}

.border-ra-30px {
  border-radius: 30px;
  overflow: hidden;
}

ul.social-media img {
  width: 35px;
  height: 35px;
}

.footer-main a {
  text-decoration: none;
}

.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;
}

.w-fit-content {
  width: fit-content;
}

.white-space-nowrap {
  white-space: nowrap;
}

.btn-footer {
  min-width: 200px;
}

.form-control.is-invalid {
  border: 1px solid red !important;
}

.time {
  font-size: 1.5rem;
  font-weight: bold;
}
.status {
  font-size: 1.2rem;
  font-weight: 600;
}
.delete-insurance-other {
  background-color: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 50%;
  min-width: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opacity-0 {
  opacity: 0;
}
.cursor-pointer {
  cursor: pointer;
}

.packed {
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  width: 100%;
  transition: all 0.3s ease;
}
.btn-packed-1 {
  background: #00ffff;
  color: #000;
}

.btn-packed-2 {
  background: #00ff00;
  color: #000;
}
.btn-packed-3 {
  background: #ff9900;
  color: #000;
}
.packed.active,
.btn-packed-1:hover,
.btn-packed-2:hover,
.btn-packed-3:hover {
  opacity: 1;
  outline: ridge;
  outline-color: red;
}
.services-included {
  margin-top: 15px;
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 8px;
}
.credentialing-info {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 16px 0;
  padding: 10px 15px;
  background-color: #f5faff;
  border-radius: 6px;
}
.border-left-1-color {
  border-left: 1px solid #00ffff;
}
.border-left-2-color {
  border-left: 1px solid #00ff00;
}
.border-left-3-color {
  border-left: 1px solid #ff9900;
}
.child-checkbox-PPO[type="checkbox"]:checked + label {
  font-weight: bold;
}

.insurance-section {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.services-title {
  font-weight: bold;
  color: #444;
  font-size: 16px;
  margin-bottom: 8px;
}

.services-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.services-list li {
  margin-bottom: 6px;
  color: #333;
  font-size: 15px;
  display: flex;
}

.services-list li i {
  margin-top: 4px;
  margin-right: 8px;
  font-size: 14px;
}
.services-included[data-id="1"] {
  border-left: 8px solid #00ffff;
}
.color-1 {
  color: #00ffff;
}
.services-included[data-id="2"] {
  border-left: 8px solid #00ff00;
}
.color-2 {
  color: #00ff00;
}
.services-included[data-id="3"] {
  border-left: 8px solid #ff9900;
}
.color-3 {
  color: #ff9900;
}

.w-mb-100 {
  max-width: 71%;
}
.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;
}

@media (max-width: 480px) {
  .btn-footer {
    min-width: 128px;
  }
}
@media (max-width: 992px) {
  .w-mb-100 {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .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;
  }
}
ul.list-type-circle li {
  list-style: circle;
}
/* Time Input Custom Dropdown */
.time-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}

.time-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  max-height: 250px !important;
  overflow-y: auto !important;
  width: 100% !important;
  min-width: 120px !important;
  margin-top: 4px !important;
}

/* Custom Scrollbar */
.time-dropdown-list::-webkit-scrollbar {
  width: 6px !important;
}
.time-dropdown-list::-webkit-scrollbar-track {
  background: #f1f5f9 !important;
}
.time-dropdown-list::-webkit-scrollbar-thumb {
  background: #cbd5e1 !important;
  border-radius: 10px !important;
}
.time-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8 !important;
}

.time-dropdown-item {
  padding: 10px 16px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  transition: all 0.2s ease !important;
  border-bottom: 1px solid #f1f5f9 !important;
  background: #ffffff !important;
}

.time-dropdown-item:last-child {
  border-bottom: none !important;
}

.time-dropdown-item:hover {
  background-color: #f0f9ff !important;
  color: #0b79b4 !important;
  padding-left: 20px !important;
}

.time-dropdown-item.d-none {
  display: none !important;
}

.searchable-time,
.searchable-period {
  position: relative !important;
  cursor: text !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s !important;
}

.searchable-time:focus,
.searchable-period:focus {
  z-index: 2 !important;
  border-color: #0b79b4 !important;
  box-shadow: 0 0 0 3px rgba(11, 121, 180, 0.1) !important;
}

.searchable-period {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.searchable-time {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
