@font-face {
    font-family: 'Helvetica Neue LT Com';
    src: url('/assets/fonts/HelveticaNeue LT 45 Light Regular.ttf') format('truetype');
    /*font-weight: 100 900;   variable font weight range */
    font-style: normal;
    font-display: swap;
    font-weight: normal;
}

body {
    font-family: 'Helvetica Neue LT Com', sans-serif !important;
    font-size: 15px;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
/* Logo styling */
/* body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color:#000;
} */
 Pre{
    font-family: 'Helvetica Neue LT Com', sans-serif !important;
    font-size: 15px !important;
    color:#fff !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
 }
 .sidebar-para-bottom{
    margin-bottom: 8px !important;
 }
.logo {
 /* margin: 17px 0 0 17px; */
 width: 200px;
height: auto;
max-width: 100%; 
}
.country-language-wrap {
margin-top: 35px;
display: flex;
flex-direction: row;  /* desktop default */
flex-wrap: wrap;  /* allow wrapping on smaller screens */
align-items: center;
gap: 10px;
}
.switcher .Select-control {
    background: linear-gradient(180deg, #efefef 0%, #ffffff 70%);
    position: relative;
    z-index: 9999;
}
.Select-control{
    height: 0 !important;
}
.switcher .Select-control:hover {
    background: #ffffff;   /* solid white */
}
.custom-navbar{
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 4px 0px rgb(54, 164, 72);
}
/* Desktop default */
.countries-switcher { width: 300px; }
.switcher { width: 200px; }

/* Responsive adjustments */
@media (max-width: 992px) {
/* Medium screens (tablets) */
.logo {
width: 150px;
 margin: 10px;
 }
 .country-language-wrap {
 margin-top: 20px;
justify-content: center;
}
.switcher, #countries-dropdown {
width: 100% !important; /* dropdowns full width */
font-size: 14px;
}
.countries-switcher { width: 180px !important; font-size: 12px !important; }
  .switcher { width: 140px !important; font-size: 12px !important; }
}

/* Mobile view */
@media mediascreen and(max-width: 576px) {
    .custom-navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Remove top margin from the content container */
  .main-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* If your row/col adds spacing, reset it */
  .main-container .row {
    margin-top: 0 !important;
  }
    /* Navbar: stack into two rows */
    .custom-navbar .container > .row {
        flex-direction: column !important;   /* two rows */
        align-items: center;
        padding: 8px 0;            
        height: auto !important;                 
    }

    /* First row: logo */
    /* .custom-navbar .logo {
        width: 180px;
        margin: 0 auto 4px;
        display: block;
    } */

    /* Second row: dropdowns side by side */
    /* .custom-navbar .ms-auto {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 4px; 
    } */

    /* Shrink dropdown widths */
    .countries-switcher { 
        width: 120px !important; 
        font-size: 12px !important; 
    }
  .switcher { 
    width: 90px !important; 
    font-size: 12px !important; 
   }

    /* Divider line between dropdowns */
    /* .dropdown-divider {
    border-left: 1px solid gray;
    height: 25px;
    margin: 0 6px; /* spacing around divider */
  /* }  */
      .nav-container {
        width:100% !important;
      }
  .container{
    max-width: 100% !important;
  }
}

/* Home page base styles */
.main-container{
    /* display:flex !important; */
    width:88.5%;
}
.left-sidebar {
    margin-bottom: 50px;
    padding: 0;
}
.nav-container{
    width:57.1%;
    padding-top:7px !important;
}
.w-100{
width:130% !important;
}
.left-sidebar .sidebar-content {
    background: #36A448;
    color: #FFF;
    padding: 20px 15px 20px 27px;
    /* padding:20px; */
}
.left-sidebar .sidebar-content h3 {
    color: #FFF;
    margin: 0 0 20px 0;
}
.sidebar-list {
    background: #2c2e35;
    color: #fff;
    padding: 17px 20px 15px 31px;
    /* padding:20px; */
}


.sidebar p {
    font-size: 14px;
    margin-bottom: 0px;
}

.sidebar-content h3{
    font-weight: bold;
}

.sidebar-content,
.sidebar-list {
    /* width: 85%;          
    margin-left: 65px;  */
    margin-bottom: 21px; 
}
.search-container {
    margin-left: 10px !important;   /* adjust px as needed */
}
.reset-button {
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #36A448;
    float: left;
    margin-right: 10px;
    padding: 2px 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px !important;
}
.search-container .submit-button {
    background: #36A448;
    border: 1px solid #36A448;
    color: #FFF;
    border-radius: 2px;
    padding: 2px 15px;
    float: left;
    text-decoration: none;
    font-size: 15px !important;

}
.page-header {
    padding-bottom: 9px;
    margin: 26px 0 20px;
    border-bottom: 1px solid #eee;
}
h1.page-title {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    color: #36A448;
    font-weight: 700 !important;
}
.page-content {
    position: relative;
    padding-top: 160px;
}
/* Remove default arrow background */
.countries-switcher .Select-arrow-zone .Select-arrow{
  border: none !important;
  width: auto;
  height: auto;
  }
.switcher .Select-arrow-zone .Select-arrow{
    border: none !important;
    width: auto;
    height: auto;
    }
  /* Add custom arrow using Unicode */
.countries-switcher .Select-arrow-zone .Select-arrow::after {
  content: "\f282"; /* bi-chevron-down */
  font-family: "bootstrap-icons";
  font-size: 12px;
  color: #000;
  font-weight: bold;
  transition: transform 0.3s ease;
  }
/* .countries-switcher.is-open .Select-arrow {
    transform: rotate(180deg);
  } */
  .switcher .Select-arrow-zone .Select-arrow::after {
  content: "\f282"; /* bi-chevron-down */
  font-family: "bootstrap-icons";
  font-size: 12px;
  color: #000;
  font-weight: bold;
  transition: transform 0.3s ease;
  }
.switcher.is-open .Select-arrow {
    transform: rotate(180deg);
  }
.switcher .Select-menu-outer { 
    max-height: 0; opacity: 0; 
    overflow: hidden; 
    transition: all 1s ease;
}
.switcher.is-open .Select-menu-outer { 
    max-height: 200px;
      opacity: 1; 
    }
.catlog-num{
    border:1px solid #cccc;
    width: 81%;
    padding:3px;
}
.udi-num{
    border:1px solid #cccc;
    width: 81%;
    padding:3px;
}
/* -------------------------------
   Responsive adjustments
   ------------------------------- */

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
    .sidebar-content,
    .sidebar-list {
        width: 100%;
        margin-left: 0;
    }
    .search-container {
        margin-left: 0;
    }
    h1.page-title {
        font-size: 36px;
        line-height: 32px;
    }
}
/* phone view */
@media (max-width: 576px) {
    /* Remove Bootstrap container padding */
    .main-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
       
    }

    /* Remove row margins */
    /* .main-container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    } */

    /* Remove column gutters */
    .main-container .col,
    .main-container [class*="col-"] {
        padding-left: 5px !important;   /* keep a tiny gutter */
        padding-right: 5px !important;
        padding-top: 0 !important;
    }

    .left-sidebar {
        margin-bottom: 20px;
    }

    .sidebar-content,
    .sidebar-list {
        width: 100%;
        margin-left: 0;
        padding: 10px;
    }

    .search-container {
        margin-left: 0;
        margin-right: 0;   /* 👈 add this to kill right margin */
        padding: 5px;
    }

    .search-container input,
    .search-container .reset-button,
    .search-container .submit-button {
        width: 100% !important;
        margin: 4px 0;
        float: none;
    }

    h1.page-title {
        font-size: 30px;
        line-height: 24px;
        text-align: center;
        margin-top: 0 !important;
    }
}
.pull-right {
    float: right !important;
    display:block;
    margin-top: -20px;
}

/* Container */
.switcher {
    width: 173px;
    font-size: 16px;
}

/* Control box */
.switcher .Select-control {
    /* border: 1px solid #333 !important; */
    border-radius: 0 !important;
    background-color: #fff;
}

/* Selected value */
.switcher .Select-value {
    padding: 0px 5px;
    color: #333;
}

/* Dropdown menu */
.switcher .Select-menu-outer {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #333;
    background-color: #eee;
    
}

/* Individual option */
.switcher .Select-option,
.switcher .VirtualizedSelectOption {
    background-color: #eee !important;
    color: #000 !important;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

/* Hovered/focused option */
.switcher .Select-option:hover,
.switcher .VirtualizedSelectFocusedOption {
    background-color: #fff !important;
    color: #000 !important;
}

/* Selected option */
.switcher .Select-option.is-selected,
.switcher .VirtualizedSelectSelectedOption {
    background-color: #fff !important;
    color: #000 !important;
}
/* Container */
.countries-switcher {
    width: 270px;
    font-size: 15px;
}

/* Control box */
.countries-switcher .Select-control {
    border: 1px solid #333 !important;
    border-radius: 2px !important;
    background-color: #fff;
}

/* Selected value */
.countries-switcher .Select-value {
    padding: 0px 5px;
    color: #333;
}

/* Dropdown menu */
.countries-switcher .Select-menu-outer {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #333;
    background-color: #fff;   /* menu background white */
}

/* Individual option (default state) */
.countries-switcher .Select-option,
.countries-switcher .VirtualizedSelectOption {
    background-color: #fff !important;   /* white by default */
    color: #000 !important;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

/* Hovered/focused option only */
.countries-switcher .Select-option:hover,
.countries-switcher .VirtualizedSelectFocusedOption {
    background-color: #007BFF !important;   /* blue on hover */
    color: #fff !important;                 /* white text */
}


/* responsive of all pages*/

/* Medium screens (≥768px and ≤1440px): use Bootstrap container widths */
@media (min-width: 768px) and (max-width: 1440px) {
    .main-container {
        /* max-width: 1200px;    */
        /* margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px; */
        width:100% !important;
    }
}

/* Ultra‑wide (≥2560px): center entire page */

@media (max-width: 576px) {
    .main-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        
    }
    .main-container .row {
        margin-left: 0;
        margin-right: 0;
    }
    .main-container .col,
    .main-container [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* .ms-5{
        margin-left: 0 !important;
    } */
}


@media screen and (max-width:1550px){
    .nav-container{
        width:74% !important;
    }
}
@media screen and (max-width:1300px){
     .nav-container{
        width:78% !important;
    }
}
@media screen and (max-width:1100px){
     .nav-container{
        width:85% !important;
    }
    .main-container{
    width: 100% !important;
  }
}


@media screen and (max-width:767px){
     .custom-navbar {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
  }
  .main-container{
    width: 100% !important;
  }

/* .w-100{
width:auto !important;
} */
  /* Remove top margin from the content container */
  .main-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* If your row/col adds spacing, reset it */
  .main-container .row {
    margin-top: 0 !important;
  }
    /* Navbar: stack into two rows */
    .custom-navbar .container > .row {
        flex-direction: column !important;   /* two rows */
        align-items: center;
        padding: 8px 0;            
        height: auto !important;                 
    }

    /* First row: logo */
    /* .custom-navbar .logo {
        width: 180px;
        margin: 0 auto 4px;
        display: block;
    } */

    /* Second row: dropdowns side by side */
    .custom-navbar .ms-auto {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 4px; 
    }

    /* Shrink dropdown widths */
    .countries-switcher { 
        width: 150px !important; 
        font-size: 12px !important; 
    }
  .switcher { 
    width: 120px !important; 
    font-size: 12px !important; 
   }

    /* Divider line between dropdowns */
    .dropdown-divider {
    border-left: 1px solid gray;
    height: 25px;
    margin: 0 6px; /* spacing around divider */
  }
  
 .sidebar-column { flex: 0 0 100% !important; width: 100% !important; } 
.search-bar-column { flex: 0 0 100% !important; width: 100% !important; }
 .print-container{
    width:75% !important;
 }
 .pull-right{
    margin-right: 0 !important;
 }
}

.switcher .Select-control {
    transition: all 0.3s ;
    transform-origin: top center;
}

.switcher .Select-menu-outer {
    animation: slideDown 0.3s ;
    transform-origin: top center;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: scaleY(0.8) translateY(-10px);
        max-height: 0;
    }
    100% {
        opacity: 1;
        transform: scaleY(1) translateY(0);
        max-height: 200px;
    }
}

.print-container {
    border: 1px solid #ddd;
    width: 650px;
    margin: 20px auto;
    background-color: white;
    font-size: 15px;
}

.print-heading {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 15px;
}

.print-text {
    padding-top:15px;
    padding-left:15px;
    padding-right: 15px;
    background-color: white;
    font-size: 15px;
    color: #333;
    /* border-bottom: 1px solid #f0f0f0; */
}

.print-form {
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
}
.form-address{
    padding:15px 10px !important;
}
.form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.form-label:before {
    content: "* ";
    color: red;
}

.form-label:not(:has(+ *[required])):before {
    content: "";
}

.form-input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* .version-input {
    width: 60px;
} */

.checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.terms-checkbox {
    display: flex;
    align-items: center;
}

.terms-checkbox .dash-checklist {
    display: flex;
    align-items: center;
}

.terms-checkbox label {
    margin-left: 5px;
    font-size: 15px;
    cursor: pointer;
}
.sscp-title{
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    font-weight: 700 !important;
    margin-left:11px !important;
    margin-bottom: 10px;
}
.button-container {
    display: flex;
    /* justify-content: center;
    margin-top: 20px; */
}

.send-button {
    background-color: #286090;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
.download-button{
    background: transparent !important;
    border:none !important;
    outline: none !important;
    font-weight: bold;
  
}
.print-button{
   background-color: none;
   border:none; 
   background: transparent !important;
   border:none !important;
   outline: none !important; 
   margin-left: 25px ;
}

/* Add to your existing CSS */
.print-container{
    border:1px solid #ddd;
    width:650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.print-heading{
    background-color: #f5f5f5;
    padding:10px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.print-text{
    background-color: white;
}
.print-form{
    padding:20px;
    background-color: white;
}
@media screen and (min-width:767px) and (max-width:991px) {
    .print-container{
        width:550px !important;
    }
    .pull-right{
        margin-right: 0 !important;
    }
}
@media screen and (max-width:460px){
     .pull-right{
        margin-top: -8px !important;
    }
    .ms-5{
        margin-left: 0 !important;
    }
}

@media screen and (max-width:992px){
/* .sidebar-column { flex: 0 0 100% !important; width: 100% !important; } 
.search-bar-column { flex: 0 0 100% !important; width: 100% !important; } */
}
/* @media (min-width:768px){
    .container{
        max-width: 100% !important;
    }
}
@media (min-width:576px){
    .container{
        max-width: 100% !important;
    }
} */
.error-text { color: red; font-size: 13px; margin-top: 3px;}

.fixed-alert-container {
    position: fixed;
    top: 110px;
    z-index: 1050;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

#page-loader {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 9999;
  text-align: center;
  padding-top: 20%;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #36A448;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* English */
.Select-option[data-value="en"] {
  background-image: url("/assets/images/en.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Arabic */
.Select-option[data-value="ar"] {
  background-image: url("/assets/images/ar.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Chinese (Simplified) */
.Select-option[data-value="zh-CN"] {
  background-image: url("/assets/images/zh-CN.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Dutch */
.Select-option[data-value="nl"] {
  background-image: url("/assets/images/nl.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* French */
.Select-option[data-value="fr"] {
  background-image: url("./images/fr.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* German */
.Select-option[data-value="de"] {
  background-image: url("assets/images/de.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Italian */
.Select-option[data-value="it"] {
  background-image: url("/assets/images/it.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Portuguese */
.Select-option[data-value="pt"] {
  background-image: url("/assets/images/pt.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Russian */
.Select-option[data-value="ru"] {
  background-image: url("/assets/images/ru.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}

/* Spanish */
.Select-option[data-value="es"] {
  background-image: url("/assets/images/es.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}
@media (min-width: 1200px) {
    .page-content {
        width: 1340px;
    }
}

legend{
    margin-bottom: 1.1rem !important;
}
.contact-label1{
    font-size: 14px;
}
.contact-1{
    font-size: 14px;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
}

@media (max-width: 425px) {
    .custom-navbar {
        height: 140px;
    }
    .logo{
        width: 200px;
        /* margin: 10px; */
        margin-left: 20px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

/* In assets/style.css */
.switcher .Select-value,
.switcher .Select__single-value {
    white-space: normal !important;   /* allow wrapping */
    word-break: break-word;           /* break long words if needed */
    line-height: 1.2em;               /* adjust line height */
    height: auto !important;          /* let it grow */
}


.pull-right1{
    float: right !important;
    display:block;
    margin-top: -20px;
    margin-right: 110px;
}


