@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/assets/fonts/Helvetica.ttf') format('truetype');
    /*font-weight: 100 900;   variable font weight range */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/assets/fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
    /* font-weight: 100 900; */
    font-style: italic;
    font-display: swap;
}
body {
    font-family: 'Helvetica Neue LT Std', sans-serif !important;
}
.sidebar{
    background-color: #fafafa;
    height:100vh !important;
    padding:10px !important;
    margin:auto !important;
    /* display: flex;
    flex: column;
    align-items: flex-start;
    justify-content: center; */
}
.upload-container{
background-color: #fafafa;
padding:20px;
width:600px !important;
margin-top:20%;
}
.heading-summarize{
    text-align: center;
    padding:20px 0;
}
.link-input{
width: 100%;
padding: 10px;
border-radius:5px;
outline:none;
border:1px solid gray;
margin-top:15px;
}
#upload-pdf-link{
 margin-top:15px;
}
.line-horizontal{
 margin-top:40px;
}


/* styles.css */
@media (max-width: 768px) {
  .Cord_img_topsection {
    font-size: 1.2rem;
    text-align: center;
    margin-left: 0;
  }

  .search-section {
    flex-direction: column;
    align-items: stretch;
  }

  #search-input {
    max-width: 100%;
  }
}

.hover-zoom {
        transition: all 0.3s ease;
        color: black;
        display: inline-block;
        cursor: pointer;
        text-decoration: underline;
    }
.hover-zoom:hover {
    transform: scale(1.1);
    color: #4380e3;
    font-weight: bold;
}

/* Background container */
.cordis-background {
  /* Remove the background-image line */
  background: linear-gradient(160deg, #862987 0%, #112497 75%);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}


/* Overlay content */
.cordis-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 5vh 10vw;
}

/* Title */
.cordis-title {
  font-size: 2.5rem;
  color: white;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6vh;
  text-align: left;
}

/* Description */
.cordis-description {
  font-size: 2rem;
  color: white;
  text-align: justify;
  font-weight: 500;
  line-height: 1.4;
  width: 50%;
}

/* 📱 Responsive tweaks */
@media (max-width: 768px) {
  .cordis-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 4vh;
  }

  .cordis-description {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }

  .cordis-overlay {
    align-items: center;
    padding: 4vh 5vw;
  }
}

@media (max-width: 768px){
    .officeadd{
        width: 40vw;
    }
}

.officeadd{
    margin-bottom: 0 !important;
}

/* Base layout */
.symbol-glossary {
  margin: 0;
  padding: 0;
  background-color: #9e9e9e;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPjxwYXRoIGQ9Ik01IDBMMCA1IiBzdHJva2U9IiM4ODgiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==");
  min-height: 100vh;
  overflow-y: auto;
}

/* Page wrapper */
.page-wrapper {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Page content */
.page {
  width: 100%;
  max-width: 794px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 5vw;
  box-sizing: border-box;
}

/* Table styling */
.symbol-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.3);
  min-width: 300px;
}

.symbol-table th,
.symbol-table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: left;
  font-size: 16px;
}

/* Divider line */
.divider-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 20px;
}

/* Page count */
.page-count {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

/* Small phones */
@media (max-width: 480px) {
  .page {
    padding: 20px;
  }

  .symbol-table th,
  .symbol-table td {
    font-size: 12px;
    padding: 6px;
  }

  .page-count {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .productval_doctypheaddiv{
    width: 35% !important;
  }
  .Avaliable_doct_div{
    margin-left:4% !important ;
  }
  .productname_doctyp{
    margin-right: 14% !important;
  }
  .productcol_doctyp {
    margin-right: 3.5% !important;
  }
  .productval_doctypval{
   
    margin-left: 35% !important;
  }
  
}

/* Medium phones */
@media (min-width: 481px) and (max-width: 768px) {
  .page {
    padding: 30px;
  }

  .symbol-table th,
  .symbol-table td {
    font-size: 14px;
    padding: 8px;
  }
}
@media (min-width: 482px) and (max-width: 767px) {
    .productval_doctypheaddiv {
      width:50% !important;
    }
    .Avaliable_doct_div{
      margin-left: 2% !important;
    }
}

/* Large phones and tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  .page {
    padding: 40px;
  }

  .symbol-table th,
  .symbol-table td {
    font-size: 16px;
    padding: 10px;
  }
  .homepagecon{
    margin-top: 5% !important;
  }
}
.backtosearch{
  margin-top: 2.5vh;
  margin-right: 2.5vh;
}
.productnamecls{
    margin-left: 10vw;
    width: 70%;
}
.detailsdiv{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bellimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2vw;
  font-weight: 500;
  cursor: pointer;
 
}
.belllink{
  text-decoration: none;   /* Removes underline */
  color: black;
}
.instructionmaindiv{
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 2px solid gray;
  box-sizing: border-box;
  width: 96%;
}
.hrinstructions{
  margin-top: 0;
  margin-left: 0.2%;
  margin-right: 0.2%;
}
.bellimgwid{
  width: 2vw;
  
}
.bellcontent {
    display: flex;
    flex-direction: column;
    align-items: center; /* centers horizontally */
    justify-content: center; /* centers vertically if needed */
}
.belltext {
    text-align: center;
    font-size: 1rem;
    color: #333;
}

@media (max-width: 481px){
  .bellimgwid{
    width: 5vw;
  }
  .producttextmid{
    font-size: 1.5rem !important;
    margin-left: 4% !important;
  }
  .referencesdiv{
    display: block !important;
  }

}
@media (min-width: 482px) and (max-width: 768px){
  .bellimgwid{
    width: 3vw;
  }

}

.latestproduct{
  font-size: 1.3rem;
  margin-left: 4%;
  margin-bottom: 1%;
}

.filenamediv {
  display: flex;
  margin-left: 1%;
  /* width: 100%;
  justify-content: flex-start; 
  box-sizing: border-box; */
}
.pdfimg{
  margin-right: 1%;
}

.downloadbtn {
  border: none;
  /* background: #1D1A55; */
  background: transparent;
  color: #000;
  height: 50px;
  width: 130px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  font-weight: 500;
}

.downloadbtn:disabled,
.downloadbtn.disabledbtn {
    background-color: #1D1A55; /* Same blue */
    color: white;
    opacity: 0.5;              /* Dimmed effect */
    cursor: not-allowed;
}

.preview-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    z-index: 1050;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.preview-content {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.close-btn {
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.Requestbtn{
  /* background-color: #1D1A55;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px;
  width: 200px;
  height: 50px; */
     /* background-color:#D3055E ; */
     background-color: transparent;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color:#000;
    border:1px solid #000;
    outline: none;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
    border-radius: 0 7px 0 7px;
    text-decoration: none;
    cursor: pointer;
}

.Requestbtn:disabled,
.Requestbtn.disabledbtn {
    background-color: #1D1A55; /* Same blue */
    color: white;
    opacity: 0.5;              /* Dimmed effect */
    cursor: not-allowed;
}

.homehead{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.7rem !important;
  margin-top: 1rem;
  color: #e01b5a;
}
.homeheadsub{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2%;
}
.Professionalcheckbox{
  margin-top: 2%;
  margin-bottom: 2%;

}

/* .Professionalcheckboxdiv{
  border: 2px solid black;
  border-radius: 10px;  
  margin-bottom: 2%;
} */
/* .Professionalcheckbox label {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 2%;
  gap: 2%;
}*/
/* .Professionalcheckbox input[type="radio"] {
  border-radius: 50%; 
  accent-color: #007bff; 
  cursor: pointer;
  border: 2px solid #007bff;
}  */

/* Container styling */
.Professionalcheckbox {
  font-size: 16px;
  color: #333;
  margin-top: 12px;
}

/* Style each label + checkbox pair */
.Professionalcheckbox label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px; /* ← creates space between checkbox and label */
  cursor: pointer;
  padding: 6px 0;
}

/* Style the checkbox itself */
.Professionalcheckbox input[type="radio"] {
  appearance: none;            /* Remove default styling */
  width: 23px;
  height: 23px;
  border-radius: 50%;          /* ← makes it round */
  border: 2px solid black;   /* Blue border */
  background-color: white;
  cursor: pointer;
  position: relative;
}

/* Checked state */
.Professionalcheckbox input[type="radio"]:checked {
  background-color: #007bff;
}

/* Optional: add a checkmark */
.Professionalcheckbox input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.countrylabel{
  font-size: 1.2rem;
  font-weight: bold;
}
.orange-btn {
  font-size: 1.2rem;
  background-color: #112467;       /* Coral orange */
  color: white;
  border: none;
  width: 30%;
  height: 7.5%;
  font-weight: 500;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.orange-btn:hover {
  background-color: #112467;       /* Slightly darker on hover */
}

@media screen and (max-width: 481px) {
  .homepagesymbol1{
    width: 30%;
    height: 8%;
  }
  .homepagesymbol2{
    width: 30%;
    height: 8%;
  }
  .homehead {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .Professionalcheckbox label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px; /* ← creates space between checkbox and label */
  cursor: pointer;
  padding: 6px 0;
}
  .Professionalcheckbox input[type="radio"] {
  appearance: none;            /* Remove default styling */
  width: 10px;
  height: 10px;
  padding-left: 5px;
  border-radius: 50%;          /* ← makes it round */
  border: 2px solid black;   /* Blue border */
  background-color: white;
  cursor: pointer;
  position: relative;
  }
  .orange-btn {
  font-size: 1.2rem;
  background-color: #112467;       /* Coral orange */
  color: white;
  border: none;
  width: 100%;
  height: 5%;
  font-weight: 500;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  }
  .productval_doctypheaddiv{
    width: 42% !important;
  }
  .Avaliable_doct_div{
    margin-left: 2% !important;
  }
  .productcol_doctyp {
    margin-right: 4% !important;
  }
  .productval_doctypval{
    margin-left: 45% !important;
  }
  .resultpara{
    font-size: 0.8rem !important;
  }
  .footerpara{
    font-size: 0.8rem !important;
  }
  .footerpara2{
    font-size: 0.8rem !important;
  }
  .footerpara2{
    font-size: 0.8rem !important;
  }
  .footer-container{
    font-size: 0.8rem !important;
  }
  .productbacklink{
    font-size: 0.8rem !important;
  }
  .browserdiv{
    display: block !important;
    gap: 2%;
}
    .microsoftdiv{
        width: 70% !important;
    }
}

@media (min-width: 482px) and (max-width: 768px){
  .homepagesymbol1{
    width: 15%;
    height: 13%;
  }
  .homepagesymbol2{
    width: 15%;
    height: 13%;
  }
  .homehead {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .Professionalcheckbox label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px; /* ← creates space between checkbox and label */
  cursor: pointer;
  padding: 6px 0;
}
  .Professionalcheckbox input[type="radio"] {
  appearance: none;            /* Remove default styling */
  width: 10px;
  height: 10px;
  padding-left: 5px;
  border-radius: 50%;          /* ← makes it round */
  border: 2px solid black;   /* Blue border */
  background-color: white;
  cursor: pointer;
  position: relative;
  }
  .orange-btn {
  font-size: 1.2rem;
  background-color: #112467;       /* Coral orange */
  color: white;
  border: none;
  width: 100%;
  height: 5%;
  font-weight: 500;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  }
  .searchpageimg{
    width: 60% !important;
  }
  .searchpage_img_text_div{
    margin-left: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px){
  .homepagesymbol1{
    width: 12%;
    height: 13%;
  }
  .homepagesymbol2{
    width: 12%;
    height: 13%;
  }
  .searchpage_img_text_div{
    margin-left: 20% !important;
  }
  .imgtextdiv{
    margin-top: 3% !important;
  }
  .productval_doctypheaddiv{
    width: 35% !important;
  }
  .Avaliable_doct_div{
    margin-left: 5% !important;
  }
  .productname_doctyp{
    margin-right: 8.9% !important;
  }
  .productcol_doctyp{
    margin-right: 2.7% !important;
  }
}
.searchpara1{
  font-size: 2rem;
  color: #1D1A55;
  margin-left: 20%;
}
.searchparadiv{
  margin-top: 2%;
  margin-bottom: 6%;
}
.searchpara2{
  font-size: 2rem;
  color: #e01b5a;
  margin-left: 20%;
  margin-bottom: 0 !important;
}
.searchpara3{
  font-size: 2rem;
  margin-left: 20%;
  margin-bottom: 0 !important;
}
.searchpageimg{
  display: block;
  margin-right: auto;
  width: 40%; /* optional: makes it responsive */
  height: auto;
  margin-top: 2%;
}
/* Container to align label and dropdown horizontally */
.product-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  margin-top: 2%;
  border: 2px solid #1D1A55;
  width: 33.5%;
  padding: 0.5%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

/* Label styling */
.product-label {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  min-width: 120px; /* keeps label width consistent */
  transition: opacity 0.3s ease;
}

/* Dropdown styling */
.product-dropdown {
  flex-grow: 1; /* allows dropdown to expand */
  transition: width 0.3s ease, background-color 0.3s ease;
}

#selectproduct{
  width: 80%;
}
.Select-control{
    width: 72% !important;
    border:1px solid #000 !important;
}
.filter-space-search.Select-control{
  width: 60% !important;
}
.filter-search-btn{
     background-color:transparent;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color:#000;
    border:1px solid #000;
    outline: none;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:2px;
    border-radius: 0 7px 0 7px;
    text-decoration: none;
    cursor: pointer;
}
#manufacturer-filter,#group-filter,#type-filter,#doc-filter{
  width:50%;
}
/* Style the dropdown input box */
#selectproduct .Select-control {
  background-color: #1D1A55;     /* Light blue background */
  border-radius: 6px;
  padding: 2%;
  font-size: 1rem;
  box-shadow: none;
}
#selectproduct .Select-value{
  top: 6px !important;
}
#selectproduct .Select-clear{
  color: white;
}
#selectproduct .Select-arrow{
  color: white;
}

/* Style the selected value text */
#selectproduct .Select-value-label {
  color: white;
  text-align: center;
}

/* Style the dropdown menu */
#selectproduct .Select-menu-outer {
  background-color: #fff8e1;   /* Light orange background */
  color: #333;
  border: 1px solid #ccc;
}

/* Style each option */
#selectproduct .Select-option {
  background-color: #fff8e1;
  color: #333;
}

/* Hover effect */
#selectproduct .Select-option.is-focused {
  background-color: #ffe0b2;
  color: #000;
}

/* Selected option */
#selectproduct .Select-option.is-selected {
  background-color: #ffcc80;
  color: #000;
}

#selectproduct .Select-arrow{
    border-color: white transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    height: 0;
    width: 0;
    position: relative;

}

#selectproduct .Select-arrow-zone {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    transform: scale(1.5); /* Optional: visually enlarges the entire zone */
}

#selectproduct .Select-placeholder{
  line-height: 50px !important;
  font-weight: 600;
  color: white;
}

.searchbtn-wrapper {
  display: flex;
  justify-content: center; /* centers the button horizontally */
  margin-top: 3vh;         /* optional spacing */
  text-decoration: none;
}

.orange-search{
  font-size: 1.2rem;
  background-color: #D3055E;       /* Coral orange */
  color: white;
  border: none;
  width: 9%;
  height: 5%;
  font-weight: 500;
  padding-bottom: 0.5%;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  margin-left:20px;
}
.dynamicsearchbtn{
  font-size: 1.2rem;
  background-color: #F45F20;       /* Coral orange */
  color: white;
  border: none;
  width: 20%;
  height: 5%;
  font-weight: 500;
  border-radius: 30px;  
  transition: background-color 0.3s ease;
  margin-top: 2%;
  margin-left: 37%;
  align-items: center;
}

.orange-search:hover {
  background-color: #e01b5a;       /* Slightly darker on hover */
}
.searchimgsty{
  margin-left: 5%;
  margin-top: 5%;
}
.footercontainer{
  display: flex;
  justify-content: space-between; /* spreads items left, center, right */
  align-items: center;
  margin-left: 2.5%;
  margin-right: 2.5%;
  background-color: #1D1A55;
  display: flex;
  max-width: 95%;
  height: 8vh;
  gap: 16px;
}
.footer-container {
  display: flex;
  align-items: center;       /* vertically centers the content */
  justify-content: center;   /* horizontally centers the content */
}
.footerpara{
  color: white;
}
.footer-container a {
    margin-left: 10px;
}
.footerimg{
  display: inline;
}
.footerpara2{
  color: white;
  margin-bottom: 0 !important;
}
.footerendpara{
  color: skyblue;
  margin-left: 10px;
}
.textpara a {
  margin-right: 10px ;
}

@media screen and (max-width: 481px){
  .product-row{
    width: 80%;
    margin-left: 11%;
  }
  #selectproduct{
  width: 50%;
}
.orange-search{
  width: 40%;
  padding-bottom: 2% !important;
}
.footercontainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 20px 10px;
    background-color: #1D1A55 ;
    height: 100%;
  }
 .footerimg {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footer-container {
    width: 100%;
  }

  .product-row {
    width: 80%;
    margin-left: 10%;
  }

  #selectproduct {
    width: 100%;
  }

  .orange-search {
    width: 80%;
  }
  .searchpageimg{
    width: 60% !important;
  }
  .searchbtn-wrapper{
    margin-bottom: 4%;
  }
  .cancelbutton{
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-bottom: 0.6% !important;
    padding-top: 0.4% !important;
    margin-left: 2% !important;
    text-align: center !important;

  }
  .buttondiv{
    display: inline-flex;
    gap: 10%;
  }
  .productname_doctyp{
    font-size: 0.8rem !important;
  }
  .productval_doctyp{
    font-size: 0.8rem !important;
  }
  .productval_doctyphead{
    font-size: 0.8rem !important;
  }
  .doc-type-link{
    font-size: 0.8rem !important;
  }
}

@media (min-width: 426px) and (max-width: 1023px){
    .browserdiv{
        display: block !important;
    }
    .microsoftdiv{
        width: 40% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px){
    .microsoftdiv{
        width: 30% !important;
    }
    
}

@media (min-width: 1440px) and (max-width: 1500px){
    .microsoftdiv{
        width: 30% !important;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px){
  .product-row{
    width: 60%;
  }
  .orange-search {
    width: 25% !important;
  }
  .searchbtn-wrapper{
    margin-bottom: 4%;
  }
  .searchnavcountry{
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .cancelbutton{
    padding-left: 4% !important;
    padding-right: 4% !important;
    padding-bottom: 0.7% !important;
    padding-top: 0% !important;
  }
  .footercontainer{
    display: flex !important;
  }
  .productnameudi{
    width: 180px !important;
  }
}

@media (width: 768px) {
  .searchnavcountry .fw-bold {
    font-size: 0.85rem;
  }
  .searchimgsty{
    width: 100px;
    margin-right: 1vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px){
  .searchimgsty{
    width: 150px;
    margin-right: 1vw;
  }
  .orange-search {
    width: 20% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px){
  .productval_doctypheaddiv{
    width: 25% !important;
  }
  .Avaliable_doct_div{
    margin-left: 4% !important;
  }
  
}
@media (min-width: 1025px) and (max-width: 1440px){
  .searchimgsty{
    width: 150px;
    margin-right: 1vw;
  }
  .productbtnfntgap {
    width: 25vw !important;
  }
  .approveddatedata{
    margin-left: 2%;
  }
  .orange-search {
    width: 11% !important;
  }
  .productnameudi{
    width: 180px !important;
  }
  /* .cancelbutton{
    padding-bottom: 5% !important;
  } */
}
@media (min-width: 1441px) and (max-width: 2560px){
  .searchimgsty{
    width: 150px;
    margin-right: 1vw;
  }
  
}
.orderpara1{
  font-size: 1.5rem;
  color: #1D1A55;
}
.orderparadiv{
  margin-left: 4%;
  width: 180px;
  display: flex;
  align-items: center; 
}
.orderpdficon{
  width: 40px;
}
.orderbindpdffile{
  display: flex;
  margin-top: 2%;
}
.ordersubpdffile{
  display: flex;
  width: 40%;
}
.orderfilename{
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.pdficondiv{
  margin-right: 2%;
  display: flex;
  align-items: center; 
}
.orderfileversion{
  margin-bottom: 0 !important;
}
.orderfiledate{
  margin-bottom: 0 !important;
}
.floating-group {
  position: relative;
  margin-left: 4%;
  margin-top: 2%;
  width: 30%;
}
.inputfielddiv {
  position: relative;
  margin: 20px 0;
  width: 100%;
}

.floating-input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #1D1A55;
  border-radius: 10px;
  outline: none;
}

.floating-label {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: white;
  padding: 0 4px;
  color: #999;
  font-size: 16px;
  transition: 0.2s ease all;
  pointer-events: none;
}

.floating-input:focus + .floating-label,
.floating-input:not(:placeholder-shown) + .floating-label {
  top: -10px;
  left: 20px;
  font-size: 1rem;
  color: #333;
}
.inputfielddiv{
  margin-bottom: 2%;
}
.bindinputbuttondiv{
  display: flex;
  align-items: center;
}
.textbuttondiv{
  margin-left: 2%;
  margin-right: 2%;
  width: 60%;
}
.textpara{
  font-size: 1.5rem;
}
.buttondiv{
  margin-top: 2%;
}

@media (min-width: 768px) and (max-width: 1024px){
  .orderparadiv{
    width: 180px;
  }
  .ordersubpdffile{
    width: 60%;
  }
  .floating-group{
    width: 40%;
  }
  .textbuttondiv{
    width: 50%;
  }
  .textpara{
    font-size: 1.2rem;
  }
  .productdateofpub{
    width: 31vw !important;
  }
  .version{
    width: 15vw !important;
  }
  .manufacture{
    width: 15vw !important;
  }
  .versionlabel{
    margin-bottom:22px !important;
  }
  .ord_dowbtndiv {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-right: 1%;
}
.productbuttondiv {
  width: 60% !important;
}
  .searchnavcountry{
    margin-left: 2% !important;
    
  }
  .professionsymbol{
    margin-left: 2%;
    display: flex;
    
  }
  .fw-bold{
    margin-left: 2% !important;
    
  }
  .alert-dialog{
    padding: 5px !important;
    width: 50% !important;
}
  .productbtnfntgap {
    width: 10vw !important;
}
  .downloadbtndiv {
    width: 15vw !important;
	text-align:center;
}
  .language{
    width: 50vw !important;
  }
  .productbtndiv{
    width: 40vw !important;
  }
  .imgtext1{
    font-size: 0.8rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 2560px){
.alert-dialog{
    padding: 5px !important;
    width: 50% !important;
}
}

@media (min-width: 1400px) and (max-width: 1439px){
  .orderparadiv{
    width:180px;
  }
}





@media (min-width: 1698px) and (max-width: 1738px){
  .productval_doctypheaddiv{
    width: 14.6% !important;
  }
  .Avaliable_doct_div{
    margin-left: 6% !important  ;
  }

}

@media (min-width: 1441px) and (max-width: 2560px){
  .cancelbutton{
   padding-bottom: 0.6% !important;
    padding-top: 0.2% !important;
  }
}

@media (width: 2560px){
  .orderparadiv{
    width: 180px !important;
  }
}

@media (width: 1440px) {
  .orderparadiv{
    width: 180px;
  }
  .alert-dialog{
    padding: 5px !important;
    width: 50% !important;
  }
  .productval_doctypheaddiv{
    width: 17.4% !important;
  }
  .Avaliable_doct_div{
    margin-left: 6% !important;
  }
}

.Mailparadiv{
  margin-top: 5%;
  margin-left: 4%;
  font-size: 2rem;
  color: #1D1A55;
}

.inputfieldmaildiv {
  position: relative;              /* 🔧 Needed for absolute label positioning */
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  width: 100%;
}

.static-label {
  position: absolute;
  left: 12px;
  top: -10px;                      /* ⬆️ Move label above input */
  background-color: white;
  padding: 0 4px;
  color: #D3055E;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
}

.floating-input-mail {
  width: 100%;
  padding: 30px;
  font-size: 16px;
  border: 2px solid #33347C;
  border-radius: 10px;
  outline: none;
}

@media screen and (max-width: 481px){
  .searchimgsty{
    width: 150px;
  }
  .bindinputbuttondiv{
    display: block;
  }
  .floating-group{
    width: 80%;
  }
  .textbuttondiv{
    width: 90%;
    margin-left: 4%;
  }
  .buttondiv{
    margin-bottom: 4%;
  }
  .orderparadiv{
    width: 30%;
  }
  .ordersubpdffile{
    width: 60%;
  }
  .filenamedivinner{
    display: block !important;
    width: 100% !important;
  }
  .productdateofpub{
    width: 80% !important;
  }
  .productbuttondiv {
    width: 85% !important;
  }
  .downloadbtn{
    font-size: 0.7rem !important;
    width: 130px !important;
    height: 40px !important;
  }
  .Requestbtn{
    font-size: 0.7rem !important;
    width: 130px !important;
    height: 40px !important;
  }
  .productdetails{
    font-size: 1.3rem !important;
  }
  .latestproduct{
    font-size: 1rem !important;
  }
  .detailsdiv{
    justify-content: normal !important;
    gap: 10px !important;
  }
  .latest_previous{
    font-size: 1.3rem !important;
  }
  .searchnavcountry{
    margin-left: 2% !important;
    font-size: 0.9rem !important;
  }
  .professionsymbol{
    margin-left: 2%;
    font-size: 0.9rem !important;
  }
  .fw-bold{
    margin-left: 2% !important;
    font-size: 0.9rem !important;
  }
  .alert-dialog{
    padding: 5px !important;
    width: 70% !important;
}
  .productbtndiv{
    display: flex !important;
    width: 80vw !important;
    margin-bottom: 2% !important;
  }
  .productbtndivparent{
    display: block !important;
  }
  .productbtnfntgap{
  width: 32vw;
  }
  .downloadbtndiv{
    width: 50vw !important;
  }
  .Orderbtndiv{
    width: 50vw !important;
  }
  .approveddate{
    width: 50vw !important;
  }
  .version{
    width: 50vw !important;
  }
  .language{
    width: 80vw !important;
    margin-bottom: 4% !important;
    margin-top: 4% !important;
    font-weight: 500;
  }
  .productcontentbtndiv{
    display: block !important;
  }
  .imgtext1{
    font-size: 0.5rem !important;
    width: 70% !important;
    margin-top: 0 !important;
  }
  .searchpage_img_text_div{
    margin-left: 0 !important;
  }
  .imgtextdiv{
    margin-top: 8.2% !important;
  }
}

/* Make loading overlay transparent */
.dash-spinner-container {
    background-color: transparent !important;
}

/* Optional: center the spinner without blocking content */
.dash-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.productbuttondiv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 65%;
}


.ord_dowbtndiv {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-right: 1%;
}

/* Target the actual checkbox input inside dbc.Checkbox */
.termscheck input[type="checkbox"] {
    border: 1px solid gray !important;
    accent-color: #F45F20;     /* Bright orange */
    transform: scale(1.2);     /* Slightly larger */
    cursor: pointer;
}

/* Target the label text */
.termscheck .form-check-label {
    color: #222;
    font-weight: 600;
}
.productdetails{
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2%;
  margin-bottom:2% !important;
  /* margin-top: 2%; */
}
.filenamedivinner{
    flex: 1;
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }

 /* #searchbtn:disabled {
    background-color: #999999; 
    color: #000;
}  */

.backbuttondiv {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 40px;
  width: auto;
  margin-top: 0;
  z-index: 1000; /* ensures it stays above other elements */
}

.backbutton {
  color: black;
  font-size: 1.5rem;
  text-decoration: none;
}


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

/* Style your custom placeholder spinner */
.custom-spinner {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-spinner::after {
  content: "";
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Style Dash's built-in dcc.Loading spinner */


/* Spinner animation */

/* .dash-spinner {
  display: none !important;  
} */

/* Reuse the same animation */
@keyframes spin {
  to { transform: rotate(360deg); }
}


.navcountry{
  text-decoration: none;
}

.previous_no_files{
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-left: 2%;
}


.searchnavcountry{
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

#custom-loader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top: 6px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hidden {
  display: none !important;
}
.productbtndiv{
  display: flex;
  width: 30vw;
}
.productbtndivparent{
  display: flex;
}
.productbtnfntgap{
  width: 32vw;
}
.downloadbtndiv{
  width: 15vw;
}
.Orderbtndiv{
  width: 15vw;
}
.approveddate{
  width: 12vw;
}
.version{
  width: 15vw;
  text-align: center;
}
.manufacture{
  width: 15vw ;
  text-align: center;
}
.language{
  width: 94%;
  margin-bottom: 1%;
  font-weight: bold;
}
.productcontentbtndiv{
	margin-right:10px;
  display: flex;
}
.clickhere{
  margin-right: 0.5%;
}
.approveddatedata{
    margin-left: 4%;
    font-weight: 500;
  }

.imgtext1{
  width: 65%;
  border: 1px solid #F45F20;
  background-color: #F45F20;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding-left: 2%;
  margin-left: auto;
  margin-top: 2%;
}

.searchpage_img_text_div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-left: 25%;
}
.imgtextdiv{
  margin-top: 2%;
}

.productname_doctyp{
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 5%;
  margin-left: 1%;
}
.container_val_doctyp{
  display: flex;
  flex-direction: column;
  border: 2px solid black;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 2%;
  
}
.productval_doctyphead{
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 2.2%;
}
.productval_doctypvaldiv{
  display: flex;
}
.productval_doctypval{
  width: 20%;
  padding-left: 1.2%;
  margin-bottom: 3%;
  margin-left: 17.7%;
}
.productval_doctypheaddiv{
  display: flex;
  width: 14.4%;
}
.Avaliable_doct_div{
  width: 100%;
  margin-left: 8%;
}
.col_doct_div{
  width: 10%;
  margin-left: 10%;

}
.productcol_doctyp{
  margin-right: 2%;
}
.resultpara{
  font-size: 1.2rem;
  font-weight: 600;
}
.Resultdiv{
  /* margin-top: 2%; */
  margin-left: 2%;
}
/* .doc-type-link{
  color: black !important;
} */
.productdocumenttypediv{
  display: flex;
  align-items: center;
  margin-top:12px;
  margin-bottom: 1%;
}
.productdocumenttype{
  font-size: 1.2rem;
  border: 1px solid black;
  font-weight: bold;
  /* padding-left: 0.5%;
  padding-right: 0.5%;
  padding-top: 0.3%;
  padding-bottom: 0.3%; */
  padding:0 6px !important;
}

.doc-type-link {
    color: black;
    transition: transform 0.2s ease, color 0.2s ease;
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
}

.doc-type-link:hover {
    color: #0d6efd;
    font-weight: bold;
    transform: scale(1.1);
}
.right-corner {
    text-align: right;
    padding-right: 2%;
}
.productbacklink{
  font-size: 1.2rem;
  font-weight: 600;
}
.cancelbutton{
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2%;
  background-color: #33347C;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0.6%;
  padding-top: 0.4%;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}
.cancel-button-order{
  text-decoration: none;
  font-size: 19.2px;
  color:#33347C;
}

/*orange-button from link*/

.orange-button-link{
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  background-color: #112467;
    color: white;
    border: none;
    font-weight: 500;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}


@media (min-width: 769px) and (max-width: 777px){
  .productval_doctypheaddiv {
        width: 34.9% !important;
    }
  .productname_doctyp {
      margin-right: 14% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3.5% !important;
    }
}

@media (min-width: 778px) and (max-width: 787px){
  .productval_doctypheaddiv {
        width: 34.9% !important;
    }
  .productname_doctyp {
      margin-right: 14% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3.5% !important;
    }
}

@media (min-width: 788px) and (max-width: 800px){
  .productval_doctypheaddiv {
        width: 34.9% !important;
    }
  .productname_doctyp {
      margin-right: 14.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 4% !important;
    }
}

@media (min-width: 801px) and (max-width: 830px){
  .productval_doctypheaddiv {
        width: 34.9% !important;
    }
  .productname_doctyp {
      margin-right: 15% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 4% !important;
    }
}

@media (min-width: 831px) and (max-width: 860px){
  .productval_doctypheaddiv {
        width: 34.9% !important;
    }
  .productname_doctyp {
      margin-right: 15.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 4% !important;
    }
}

@media (min-width: 861px) and (max-width: 900px){
  .productval_doctypheaddiv {
        width: 31.6% !important;
    }
  .productname_doctyp {
      margin-right: 13.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 32.5% !important;
  }
}

@media (min-width: 901px) and (max-width: 940px){
  .productval_doctypheaddiv {
        width: 31.6% !important;
    }
  .productname_doctyp {
      margin-right: 14% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 31.6% !important;
  }
}

@media (min-width: 941px) and (max-width: 980px){
  .productval_doctypheaddiv {
        width: 31.6% !important;
    }
  .productname_doctyp {
      margin-right: 14.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 31.6% !important;
  }
}

@media (min-width: 981px) and (max-width: 1023px){
  .productval_doctypheaddiv {
        width: 31.6% !important;
    }
  .productname_doctyp {
      margin-right: 15% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 31.6% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1060px){
  .productval_doctypheaddiv {
        width: 27% !important;
    }
  .productname_doctyp {
      margin-right: 11.3% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
  .productval_doctypval {
    margin-left: 27% !important;
  }
}

@media (min-width: 1061px) and (max-width: 1100px){
  .productval_doctypheaddiv {
        width: 27% !important;
    }
  .productname_doctyp {
      margin-right: 12% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
   .productval_doctypval {
    margin-left: 27% !important;
  }
}


@media (min-width: 1101px) and (max-width: 1200px){
  .productval_doctypheaddiv {
        width: 24.5% !important;
    }
  .productname_doctyp {
      margin-right: 9.9% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 24.5% !important;
  }

}
@media (min-width: 1201px) and (max-width: 1250px){
  .productval_doctypheaddiv {
        width: 24.5% !important;
    }
  .productname_doctyp {
      margin-right: 10.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 24.5% !important;
  }
}

@media (min-width: 1251px) and (max-width: 1300px){
  .productval_doctypheaddiv {
        width: 24.5% !important;
    }
  .productname_doctyp {
      margin-right: 11% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 24.5% !important;
  }
}

@media (min-width: 1301px) and (max-width: 1350px){
  .productval_doctypheaddiv {
        width: 24.5% !important;
    }
  .productname_doctyp {
      margin-right: 11.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
   .productval_doctypval {
    margin-left: 24.5% !important;
  }
}

@media (min-width: 1351px) and (max-width: 1400px){
  .productval_doctypheaddiv {
        width: 24.5% !important;
    }
  .productname_doctyp {
      margin-right: 12% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 24.5% !important;
  }
}

@media (min-width: 1401px) and (max-width: 1439px){
  .productval_doctypheaddiv {
        width: 24.5% !important;
    }
  .productname_doctyp {
      margin-right: 12.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 4% !important;
  }
  .productcol_doctyp {
        margin-right: 3% !important;
  }
  .productval_doctypval {
    margin-left: 24.5% !important;
  }
}

@media (min-width: 1440px) and (max-width: 1500px){
  .productval_doctypheaddiv {
        width: 20% !important;
    }
  .productname_doctyp {
      margin-right: 8.3% !important;
  }
  .Avaliable_doct_div {
      margin-left: 6% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
  .productval_doctypval {
    margin-left: 20% !important;
  }
}

@media (min-width: 1501px) and (max-width: 1600px){
  .productval_doctypheaddiv {
        width: 20% !important;
    }
  .productname_doctyp {
      margin-right: 8.9% !important;
  }
  .Avaliable_doct_div {
      margin-left: 6% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
  .productval_doctypval {
    margin-left: 20% !important;
  }
}

@media (min-width: 1601px) and (max-width: 1650px){
  .productval_doctypheaddiv {
        width: 17.5% !important;
    }
  .productname_doctyp {
      margin-right: 7% !important;
  }
  .Avaliable_doct_div {
      margin-left: 6% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
}

@media (min-width: 1651px) and (max-width: 1700px){
  .productval_doctypheaddiv {
        width: 17.5% !important;
    }
  .productname_doctyp {
      margin-right: 7.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 6% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
}

@media (min-width: 1701px) and (max-width: 1750px){
  .productval_doctypheaddiv {
        width: 17.5% !important;
    }
  .productname_doctyp {
      margin-right: 7.5% !important;
  }
  .Avaliable_doct_div {
      margin-left: 6% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
}
@media (min-width: 1751px) and (max-width: 2559px){
  .productval_doctypheaddiv {
        width: 17.5% !important;
    }
  .productname_doctyp {
      margin-right: 8.3% !important;
  }
  .Avaliable_doct_div {
      margin-left: 6% !important;
  }
  .productcol_doctyp {
        margin-right: 2.5% !important;
  }
}

@media (width: 2560px){
  .productval_doctypheaddiv {
        width: 12.1% !important;
    }
  
  .Avaliable_doct_div {
      margin-left: 7.5% !important;
  }
  .productval_doctypval {
    margin-left: 12.1% !important;
  }
  
}

.Professionalcheckboxdiv{
  margin-bottom: 5%;
  margin-top: 5%;
}

.productdetails{
  margin-bottom:1.1% !important;
}
.belltext{
  margin-bottom: 0 !important;
}
.productval_doctyp{
  font-weight: 500;
  font-size: 1.2rem;
}

.homepagetermslink{
    color: #e01b5a;
    display: block;
    margin-bottom: 20px;
}
.homepagecon{
    margin-top: 10%;
}
.homepagecon_pri{
  margin-top: 2% ;
}
.col-6{
    width: 65% !important;
}

.homepagehr{
   border-top: 4px solid #e01b5a;
   opacity: 1;
   margin-bottom: 0 !important;
}
.footerlink{
    color: #000;
}
.modelclose{
    background-color: #1863dc !important;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
}
.product-input{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.navbar-collapse{
    margin-top: 1%;
}

.product-input {
  background-color: #112467; /* Light blue background */
  color: white; /* Text color */
  border: 1px solid #112467;
  padding: 8px;
  border-radius: 4px;
}

/* Placeholder styling */
.product-input::placeholder {
  color: white; /* Gray placeholder text */

}

.no-spinner {
  appearance: none;               /* ✅ Standard property */
  -webkit-appearance: none;       /* ✅ Chrome, Safari, Edge */
  -moz-appearance: textfield;     /* ✅ Firefox */
}

/* Optional: remove margin from spinner buttons in WebKit */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Select-menu-outer{
    width: 65%;
}

.microsoftdiv{
    border: 1px solid gray;
    border-radius: 5px;
    display: flex;
    width: 15%;
    margin-top: 2vh;
    padding: 0.5%;
    margin-bottom: 2vh;
}

.browserdiv{
    display: flex;
    gap: 2%;
}

.documentparadiv{
  margin-bottom: 1%;
}

.productnamesty{
    color: black;
    transition: transform 0.2s ease, color 0.2s ease;
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
}
.d-type-trans{
/* margin-bottom: 2px;
transition: transform 0.2s ease, color 0.2s ease;
display: inline-block; */
}
.d-type-trans:hover{
/* transform: scale(1.1); */
}
.productnamesty:hover {
    color: #0d6efd;
    font-weight: bold;
    transform: scale(1.1);
}

.productnameprodname{
    color:#000;
    font-weight: bold;
}

.productnameprodcode{
    color:#000;
    font-weight: bold;
}

.productnameudi{
    color:#000;
    width:180px ;
    font-weight: bold;
    flex-shrink: 0;
}

.back-arrow{
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

/* .main-container {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
} */
 /* .results-container { 
    flex: 3;
    max-height: 60vh; /* limit height */
    /* overflow-y: auto;  /* scroll only results */
    /* padding: 10px;
    margin-right: 20px; 
} */
.filters-container {
    /* flex: 1;
    position: sticky;   */
    /* top: 0;
    height: fit-content;
    padding: 10px; */
    align-self: center;
} 
.result-item {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.Previewbtn{
  border: none;
  background: none;
  cursor: pointer;
  width: 130px;
  transition: transform 0.2s ease-in-out;
}
.Previewbtn:hover {
  transform: scale(1.2);
}
/** Home Page styles **/

.home-welcome-text{
 font-size:28px;
 /* font-weight: 700; */
 margin-bottom:4px !important;
}
.home-global-text{
  font-weight: 500;
  font-size: 40px;
}
.home-fields{
  font-weight: bold;
}
.btn-page1{
    background-color:#D3055E ;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color:#fff;
    border:1px solid #fff;
    outline: none;
    width: 150px;
}
.btn-page1-link{
   background-color:#D3055E ;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color:#fff;
    border:1px solid #fff;
    outline: none;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:12px;
    padding-right:1px;
    border-radius: 0 7px 0 7px;
    text-decoration: none;
    cursor: pointer;
}
.btn-page1:hover{
    background-color:#D3055E ;
    border:1px solid #fff;
}
.logo-container-home{
  align-self: flex-end !important;
}

/* Style the dropdown container */
.country-dropdown .Select-control {
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: none;
    width:75%;
    color:#000;
    padding:0px;
  } 
  .is-searchable.is-open>.Select-control{
  border: 2px solid #000;
}
.language-dropdown .Select-control{
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: none;
    width:75%;
    color:#000;
    padding:0px; 
}
/* Remove default arrow background */
.country-dropdown .Select-arrow-zone .Select-arrow{
  border: none !important;
  width: auto;
  height: auto;
  }
.language-dropdown .Select-arrow-zone .Select-arrow{
    border: none !important;
    width: auto;
    height: auto;
    }
  /* Add custom arrow using Unicode */
.country-dropdown .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;
  }
.country-dropdown.is-open .Select-arrow {
    transform: rotate(180deg);
  }
.language-dropdown.is-open .Select-arrow {
    transform: rotate(180deg);
  }
  .language-dropdown .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;
    }    
.country-dropdown .Select-menu-outer {
    border: 1px solid #ccc;
    z-index: 1000;
    width:75%;
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 4px;
  }


  
/* .logo-resize{
  
    margin-bottom:20px !important;
    
}  */
.language-dropdown .Select-menu-outer {
    border: 1px solid #ccc;
    z-index: 1000;
    width:75%;
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 4px;
  }
@media screen and (min-width:992px) and (max-width:1199px){
  .logo-container-home {
    flex: 0 0 45% !important;   /* full width on small screens */
    max-width: 100% !important;
  } 
 .form-container-home{
  flex: 0 0 55% !important;   /* full width on small screens */
  max-width: 100% !important; 
} 
 }  
 @media screen and (min-width:768px) and (max-width:991px){
  .logo-container-home {
    flex: 0 0 50% !important;   /* full width on small screens */
    max-width: 100% !important;
  } 
 .form-container-home{
  flex: 0 0 50% !important;   /* full width on small screens */
  max-width: 100% !important; 
} 
 }  
 @media screen and (max-width:768px){
  .logo-container-home {
    flex: 0 0 30% !important;   /* full width on small screens */
    max-width: 100% !important;
  } 
 .form-container-home{
  flex: 0 0 100% !important;   /* full width on small screens */
  max-width: 100% !important; 
} 
 }
  .form-container-home{
  align-self: end !important;
 }
/** Home Page Styles **/


/** Search Page Styles **/

.search-input {
  border: 2px solid #D3055E;
  border-radius: 0px;
  border-right: 2px solid #fff;
  width:90%;
}

/* Search button styling */
#searchbtn {
  border: 2px solid #D3055E;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  border-left: 2px solid #fff;
}

/* Search icon size */
#searchbtn .bi-search {
  font-size: 25px;
}
div.mb-3.search-box.input-group{
  width:66% !important;
  /* margin:auto !important;  */
}
.search_ins-search{
  margin-bottom:3%;
  margin-top:5%;
}
.Select-placeholder{
  color:#000;
}

.search-image-style{
  width:100% !important;
}
.dash-dropdown .Select-menu-outer{
    width:72% !important;
  }

@media (max-width:768px){
  .results-container{
    flex:0 0 50%;
    max-width: 100%;
  }
  .filters-container{
    flex:0 0 50%;
    max-width: 100%;
  }
}
.show-toggle-link{
  cursor:pointer;
  color:#000;
  text-decoration: none;
}
.show-less-link{
  cursor:pointer;
  color:#000;
  text-decoration: none;
}
.form-control:focus{
border: 2px solid #D3055E !important;
border-right: none !important;
/* outline:none !important;
background: none !important;  */
box-shadow: none !important;
}

@media (max-width:1140px){
  .nav-search-logos{
    display:flex;
    flex-wrap: wrap !important;
  }
}
@media (max-width:767px){
  .nav-search-logos{
    display: flex;
    flex-wrap: wrap !important;
  }
  .searchimgsty{
    margin-left:0px !important;
    width: 100px !important;
  }
}
.image-size-nav{
  width:130px !important;
}
.image-home-medi{
width:75px;
}
.results-container {
  /* flex: 60%; */
  /* padding: 10px; */
}

.filters-container {
  /* flex: 30%; */
  padding: 10px;
}
.empty-container{
  /* flex:9%; */
}
.empty-container-1{
  /* flex:1%; */
}
/* Make it stack on smaller screens */
@media (max-width: 768px) {
  .results-container, .filters-container {
    flex: 100%;
  }
}
.filter-space-search{
  margin:11px 0 !important;
}
.disabled-link {
    pointer-events: none;   /* disables clicking */
    opacity: 0.5;           /* faded look */
    cursor: not-allowed;
}
.products_not_found{
  border:1px solid #000;
  font-size:25px;
  text-align: center;
  padding:30px;
  width: 78vw;
}
.dropdown-with-icon .Select-placeholder::after {
    content: "";  
    padding-left: 28px; /* space for image */
    background-image: url("/assets/images/Manufacturer.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 6px center;
}
.dropdown-with-icon-2 .Select-placeholder::after {
    content: "";  
    padding-left: 28px; /* space for image */
    background-image: url("/assets/images/Document_Type.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: 6px center;
}
/** Search Page styles **/

/** Product Page styles **/

@media (max-width:1380px){
  .Orderbtndiv{
    width: fit-content;
  }
  .bi-chevron-right{
    margin-left: 9px !important;
    margin-top: 1px !important;
  }
  /* .Requestbtn{
    padding-right: 16px !important;
  } */
}
@media (max-width:1080px){
 
  .bi-chevron-right{
    margin-left: 6px !important;
    margin-top: 1px !important;
  }
  .Requestbtn{
    padding-right: 8px !important;
  }
  
}
@media  (max-width:1040px){
  .Requestbtn{
    padding:5px !important;
  }
  .bi-chevron-right{
    margin-left: 2px !important;
    margin-top: 1px !important;
  }
  
}
@media (max-width:698px){
  .productcontentbtndiv{
    display:flex !important;
    flex-direction: column;
  }
  /* .downloadbtn{
  width:fit-content !important;
  } */
}
/** Product Page styles **/

.show-toggle-link,
.show-less-link {
  cursor: pointer;          /* show hand cursor */
  font-size: 14px;          /* adjust size */
  color: #007bff;           /* blue link color */
  text-decoration: none;    /* remove underline */
  margin-left: 5px;
  transition: color 0.2s ease;
}

.show-toggle-link:hover,
.show-less-link:hover {
  color: #0056b3;           /* darker blue on hover */
}

.show-toggle-link:active,
.show-less-link:active {
  color: #003f7f;           /* even darker when clicked */
}

.doctypesty {
    text-decoration: none;
    color: inherit;
    display: block;                     /* each link on its own line */
    transition: transform 0.2s ease, color 0.2s ease;
    transform-origin: left center;      /* anchor zoom to the left edge */
    text-decoration: underline;
    width: 30px;
}

.doctypesty:hover {
    color: #0d6efd;
    font-weight: bold;
    transform: scale(1.1);              /* zoom effect */
    text-decoration: underline;
    text-decoration-color: black;
}
.referenceconta{
  width: fit-content;
}

.referenceconta {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Small screens: show 2 lines */
@media (max-width: 768px) {
  .referenceconta {
    -webkit-line-clamp: 2;
  }
}

/* Medium screens: show 5 lines */
@media (min-width: 769px) and (max-width: 1200px) {
  .referenceconta {
    -webkit-line-clamp: 5;
  }
}

/* Large screens: show 10 lines */
@media (min-width: 1201px) {
  .referenceconta {
    -webkit-line-clamp: 10;
  }
}

/* Expanded state: remove clamp */
.referenceconta.expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}


.referencesdiv{
  width: 94%;
}