.elementor-5172 .elementor-element.elementor-element-7057889{--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:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-5172 .elementor-element.elementor-element-7057889:not(.elementor-motion-effects-element-type-background), .elementor-5172 .elementor-element.elementor-element-7057889 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEF4FD;}.elementor-5172 .elementor-element.elementor-element-3cdf191{text-align:center;}.elementor-5172 .elementor-element.elementor-element-3cdf191 .ot-heading .heading__text_stroke{-webkit-text-stroke-color:#0000000D;}.elementor-5172 .elementor-element.elementor-element-4059033{text-align:center;}.elementor-5172 .elementor-element.elementor-element-4059033 .video-popup a{color:#FFFFFF;background:#FE4C1C;}.elementor-5172 .elementor-element.elementor-element-4059033 .video-popup a span{border-color:#FE4C1C;}.elementor-5172 .elementor-element.elementor-element-4059033 .video-popup a:hover{background:#0160E7;}.elementor-5172 .elementor-element.elementor-element-4059033 .video-popup a:hover span{border-color:#0160E7;}.elementor-5172 .elementor-element.elementor-element-4059033 .video-popup > span{color:#000000;font-size:17px;font-weight:900;font-style:italic;}.elementor-5172 .elementor-element.elementor-element-29e85ec > .elementor-widget-container{background-color:#FFFFFF;padding:50px 30px 50px 30px;border-radius:16px 16px 16px 16px;box-shadow:8px 8px 30px 0px rgba(41.999999999999986, 67.00000000000004, 113, 0.15);}@media(min-width:768px){.elementor-5172 .elementor-element.elementor-element-7057889{--content-width:1280px;}}@media(max-width:1024px){.elementor-5172 .elementor-element.elementor-element-7057889{--padding-top:70px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-5172 .elementor-element.elementor-element-7057889{--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5172 .elementor-element.elementor-element-3cdf191 .ot-heading .main-heading{font-size:30px;}.elementor-5172 .elementor-element.elementor-element-4059033 .video-popup > span{font-size:14px;line-height:1em;}}/* Start custom CSS for html, class: .elementor-element-29e85ec */.form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .form-section {
    box-shadow: rgba(42, 67, 113, 0.15) 8px 8px 30px 0px;
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 16px;
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    
  }
  
  .form-row .form-group {
    flex: 1;
    
  }
  
  .form-group label {
    font-family: "Red Hat Display", sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  
  input::placeholder {
    color: #bad6ff;
    opacity: 0.50;
  }
  
  .form-control {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #1AC20045;
    background-color: #eef4fd;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
  }
  
  select.form-control {
    height: 37px;
  }
  
  button {
      margin: 10px;
    background: rgb(1, 96, 231);
    color: white;
    font-family: "Red Hat Display", sans-serif;
    font-weight: bold;
    padding: 12px 28px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: rgba(1, 96, 231, 0.3) 12px 12px 20px 0px;
  }
  
  button:hover {
    color: rgb(255, 255, 255);
    box-shadow: none;
    text-decoration: none;
    outline: 0px;
  }
  
  #barcode {
    background-color: white;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  
  .barcode-container {
    max-width: 100%;
    box-shadow: rgba(42, 67, 113, 0.15) 8px 8px 30px 0px;
    border-radius: 16px;
    padding: 10px;
    background: white;
    margin: 20px auto;
  }
  
  .info-display {
padding: 15px;
background-color: white;
width: 100%;
    box-shadow: rgba(42, 67, 113, 0.15) 8px 8px 30px 0px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    display: ;
  }

  
  /* Responsive adjustments */
  @media (max-width: 767px) {
    .form-row {
      flex-direction: column;
      gap: 10px;
    }
    
    .barcode-container {
      max-width: 100%;
    }
    
    #barcode canvas {
      width: 100%;
      height: 100px;
      max-width: 100vw;
    }
  }
  
  @media (min-width: 768px) {
    #barcode canvas {
      padding: 15px;
      width: 100%;
      height: 200px;
    }
  }
  
  
  
 
  
  
  
.info-display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.info-section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.info-section h3 {
  background: #F6F7F9;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-size: 17px;
}


.info-item {
  margin-bottom: 10px;
  font-size: 14px;
}

.info-item i {
  margin-right: 8px;
}

/* Tablet (2x2 grid) */
@media (max-width: 992px) {
  .info-display {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1x4 stack) */
@media (max-width: 768px) {
  .info-display {
    grid-template-columns: 1fr;
  }
}



/* Add to your existing CSS */
.form-row .form-group {
    flex: 1;
    min-width: 0; /* Prevent flex items from growing beyond container */
}

input[type="text"].form-control.date-input {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23bad6ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
}

#code128 canvas {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    display: block;
    background-color: transparent;
}



.field-disabled {
    position: relative;
}

.field-disabled label {
    color: #666 !important;
}

.field-disabled .form-control {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    color: #666 !important;
}

.lock-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 2;
}

.form-group {
    position: relative;
}/* End custom CSS */