@media only screen and (min-width: 1400px) {
  html {
    zoom: 1.08;
  }
  .scrollUpload {
    max-height: calc(100vh - 305px);
  }
  .stickyBlock .calculatorBlock {
    height: calc(100vh - 280px);
  }
  .uploadPdfBlock label.uploadPdfInput {
    padding: 50px 20px 80px;
  }
  .uploadPdfBlock {
    width: 32%;
  }
  .wrapperLogin {
    height: calc(100vh - 71px);
  }
  section {
    min-height: calc(100vh - 225px);
  }
  section.searchSection {
    min-height: calc(100vh - 186px);
  }
  .bulkUploadInput label {
    padding: 180px 30px;
  }
  .bulkUploadSticky {
    top: 180px;
  }
  section.resultSection {
    min-height: calc(100vh - 250px);
  }
  .wrapperInnerSidebar {
    min-height: calc(100vh - 320px);
  }
  section.laytimeCalculatorSection {
    height: calc(100vh - 228px);
  }
  .calculatorBlock form input, .calculatorBlock form select, .calculatorBlock input, .calculatorBlock select {
    height: 32px;
  }
  .detailNotFound {
    padding: 190px 40px;
  }
  .wrapperSelectedShipCargos ul {
    max-height: 310px;
  }
  .calculatorBlock form label {
    font-size: 12px;
    line-height: 16px;
  }
  .instructionList ul.countryList {
    height: 358px;
  }
  .fixed_tbody {
    height: 475px;
  }
  
  /*New Styles*/
    .inputGroup label {
        font-size: 0.85rem; /* Slightly smaller labels on mobile */
    }

    .select2-container .select2-selection--multiple {
        min-height: 34px; /* Smaller height on mobile */
        font-size: 0.9rem;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 0.8rem; /* Smaller tags on mobile */
    }

}/*# sourceMappingURL=responsive.css.map */