.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-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: 6px;
  overflow: hidden;
}

.border-ra-20px {
  border-radius: 20px;
  overflow: hidden;
}

.border-ra-30px {
  border-radius: 6px !important;
  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;
}
.insurancePPO_packed:checked + label ,
.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: 68%;
}

.text-ins{
  position: relative;
}
.text-ins::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  transform: translate(-50%,100%);
  width: 6px;
  height: 6px;
  background-color: #bdc2c9;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .btn-footer {
    min-width: 160px;
  }
}
@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;
  }
}
.accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fefefe'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}


.accordion-button{
  background-color: #000817;
  color: #fefefe;
}

.accordion-collapse{
  background-color: #ebf3ff;
}
.accordion-item{
  position: relative;
}
.remove-dentist{
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  transform: translate(10px, 7px);
}
.accordion-button{
  padding-left: 4rem;
}