.elementor-266 .elementor-element.elementor-element-d2cd01c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-266 .elementor-element.elementor-element-41529f1{width:100%;max-width:100%;padding:5px 5px 5px 5px;}.elementor-266 .elementor-element.elementor-element-fcff955{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-266 .elementor-element.elementor-element-fcff955.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-266 .elementor-element.elementor-element-d9ee39c{background-color:var( --e-global-color-c2f0796 );}/* Start custom CSS for html, class: .elementor-element-d9ee39c */.section {
        background: #C7D100; color: white; padding: 10px 20px; font-weight: bold; margin-top: 20px; margin-bottom: 20px;}
    .form-container { 
        max-width: 1000px; margin: 20px auto; background: white; padding: 20px; box-shadow: 0 0 5px #ccc; }
    .field-group { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
    .justify-content-center{
        justify-content: center;
    }
    .file-input {
      display: none;
    }
    .upload-box {
      padding: 30px;
      border-radius: 10px;
      display: inline-block;
      width: 100%;
      min-height:230px!important;
    }
    .upload-label {
  display: block;
  width: 100%;
  /*max-width: 400px;*/
  height: 100px;
  border: 2px dashed #aaa;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
  cursor: pointer;
  background: #f9f9f9;
  color: #555;
  font-size: 16px;
  transition: 0.3s;
}

.upload-label:hover {
  border-color: #333;
  background: #eee;
}

.upload-label span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}
.col { 
    font-size: 16px;
border-radius: 4px; flex: 1 1 45%; }
textarea { resize: vertical; min-height: 80px; }
.location-box, .doctor-box { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.location, .doctor { background: #C7D100; color: white; padding: 10px; border-radius: 4px; flex: 1 1 45%; }
.consultation-grid { display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
    background: #fff;
    padding: 20px;
    color:#000; 
}
.consultation-item { margin-bottom: 10px; border-bottom: 1px dotted #999; padding-bottom: 5px; }
.consultation-item span { display: inline-block; min-width: 350px; }
.toggle-group { display: inline-flex; gap: 5px; margin-top: 5px; }
.toggle-btn { background: #C7D100; color: white; padding:10px 16px 10px 16px; border-radius: 4px; cursor: pointer; border: none; transition: 0.3s; }
.toggle-btn.selected { background: #007BFF; }
.tooth-chart { background: #fff; color:#000; padding: 20px; text-align: center; }
.teeth-row { display: flex; justify-content: center; flex-wrap: wrap; margin: 5px 0; }
.tooth { margin: 3px; cursor: pointer; text-align: center; }
.tooth img { width: auto; height: auto; display: block; margin: 0 auto 3px; filter: brightness(60%); }
.tooth.selected img { filter: brightness(100%) sepia(1) grayscale(0); }
.tooth span { font-size: 12px; color:#000; }
.verify-input { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.verify-input input { flex: 1; padding: 8px; border-radius: 4px; border: none; }
.submit-btn { background: #C7D100; color: white; padding: 15px 30px!important; border-radius: 4px; font-size: 16px; cursor: pointer; float: right; margin-top: 20px; font-weight:700!important; }
    
    
    
    
.doctor-box input[type="checkbox"], .consultation-item input[type=radio],.radiographs-box input[type="checkbox"]{
  display: none!important;
}
.doctor-box label, .consultation-item label, .radiographs-box label {
  background-color: #C7D100; 
  color: #fff!important;
  padding: 8px 24px;
  margin: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  position: relative;
}
.doctor-box label:hover, .consultation-item label:hover, .radiographs-box label:hover {
  background-color: #B9BD00;
}
.doctor-box input[type="checkbox"]:checked + span,
.doctor-box input[type="checkbox"]:checked + label, .consultation-item input[type="radio"]:checked + span,
.consultation-item input[type="radio"]:checked + label, .radiographs-box input[type="checkbox"]:checked + span,
.radiographs-box input[type="checkbox"]:checked + label {
  background-color: #B9BD00; 
}
.doctor-box input[type="checkbox"]:checked + label::after, .consultation-item input[type="radio"]:checked + label::after, .radiographs-box input[type="checkbox"]:checked + label::after {
  content: "✔";
  position: absolute;
  right: 8px;
  font-size: 14px;
  color:white;
}

.error {
  color: red;
  font-size: 14px;
}
input.error{
  border: 2px solid red;
}



@media only screen and (min-width: 769px) and (max-width: 1025px)  {
   .consultation-item span { 
      min-width: 260px; }
   
    }

@media (max-width: 768px) {
  .consultation-grid {
    grid-template-columns: 1fr;
  }
  .consultation-item span { 
      min-width: 250px; }
}/* End custom CSS */