html * {
  font-family: Montserrat, "Microsoft JhengHei", "Heiti TC", open-sans, sans-serif, arial !important;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 9999;
}
/* Content inside the overlay */
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.tag_button{
  background-color: #036EE1; 
  border-width: 0; 
  color: white; 
  font-size: x-small; 
  padding: 0.4em 0.8em; 
  font-weight: 700;
  border-radius: 30px;
}
.tag_button_orange{
  background-color: #ff7c11; 
  border-width: 0; 
  color: #1f1f1f; 
  font-size: x-small; 
  padding: 0.4em 0.8em; 
  font-weight: 700;
  border-radius: 30px;
}
.tag_button_container{
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.tag_button_container_width {
  width: 280px;
}

/* .name{
  font-size: clamp(2.5rem, 2.5rem + 0.25*(100vw - 64rem) / 26, 2.75rem);
  font-weight: 700;
    letter-spacing: -0.0333333em;
    line-height: 1.25;
    padding-bottom: 2rem;
    
} */
.onlyname{
  font-weight: 700;
    letter-spacing: -0.0333333em;
    line-height: 1.25;
}
.lfborder{
  border-right: 1px solid rgb(234, 234, 234);
  border-left: 1px solid rgb(234, 234, 234);;
}
.cta-nob{
  border: none;
}
.cta {
    align-items: center;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: flex;
    font-weight: 700;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.primary-cta {
  background-color: #035ce1;
      color: #fff;
      border-radius: 9999px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      min-height: 46px;
      padding: 2px 0.75rem 2px 1.5rem;
  }
  .meeting_button {
    background-color: #035ce1;
      color: #fff;
      border-radius: 9999px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      min-height: 46px;
      padding: 2px 0.75rem 2px 0.75rem;
      align-items: center;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: flex;
    font-weight: 700;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border: none;
  }
  .meeting_button_width {
    width: 200px;
    font-size: 16px
  }
  .meeting_button_red{
    background-color:  rgb(255, 63, 63);
  }
.sh1{
  font-size: 60px;
}
.sh2{
  font-size: 48px;
}
.sh3{
  font-size: 32px;
}
.sh4{
  font-size: 24px;
}
.sh5{
  font-size: 16px;
}

/* Msg Tables */
.table_component {
  overflow: auto;
  width: 100%;
}

.table_component table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table_component caption {
  caption-side: top;
  text-align: left;
}

.table_component th {
  border: 1px solid #dededf;
  background-color: #f2f2f2;
  color: black;
  padding: 20px;
}

.table_component td {
  border: 1px solid #dededf;
  /* background-color: #ffffff; */
  color: black;
  padding: 20px;

}
.table_component tr{
  color: black;
}
.table_component tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table_component tr:nth-child(odd) {
  background-color: white;
}
/* End Msg Tables */
#Contact {
  padding: 30px;
}
#Contact p, #Contact h5{
  font-size: 16px;
  
}
#Contact input{
  border-width: 0;
  border: none;
  background-color: #F8F8F8;
}
.bold_p {
  font-size: 16px;
  font-weight: 700;
}
.form_status {
  min-width: 400px;
     margin: 0 auto;
     padding: 40px;
     border: 1px solid #ccc;
     border-radius: 0;
     background-color: #FEFEFE;
}
.form_status input[type="text"]
    {
    
     width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #F8F8F8;
  }
  .form_status label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    /* color: #042B3C; */
    color: black;
  }
  
  .form_status textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    height: 150px;
    resize: none
  }
.form_status select{
  width: 100%;
    padding: 20px 40px;
    
    border: 1px solid #ccc;
    background-color: #FEFEFE;
  }

  .form_status .submitbtn {
    background-color: #035ce1;
    color: #fff;
    border-radius: 9999px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    padding: 2px 1.5rem 2px 1.5rem;
    border: none;
    font-weight: bold;
  }

  .submitbtn {
    background-color: #035ce1;
    color: #fff;
    border-radius: 9999px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    padding: 2px 1.5rem 2px 1.5rem;
    border: none;
    font-weight: bold;
  }
  .meeting_button_red{
    background-color:  rgb(255, 63, 63);
  }
  .timezone{
    margin-left: 0.4em;
  }
/* terms overlay */
#terms_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 20px;
  overflow: hidden;
}
#terms_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#terms {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.terms p {
 font-size: 16px;
}
#agreeButton {
  /* background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none; */
  background-color: #035ce1;
  color: #fff;
  border-radius: 9999px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  padding: 2px 1.5rem 2px 1.5rem;
  border: none;
  font-weight: bold;
  opacity: 0.5;
  pointer-events: none;
}
#agreeButton.enabled {
  opacity: 1;
  pointer-events: auto;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .overlay {
      display: block;
  }
  .dekstopOnly{
    display: none;
  }
}
.customTestButton{
  background-color: red;
  padding: 1.4em;
  border-radius: 30%;
}
.loader {
  display: none; /* Initially hidden */
  position: fixed; /* Fixed positioning */
  left: 50%; /* Center horizontally */
  top: 50%; /* Center vertically */
  transform: translate(-50%, -50%); /* Adjust for element size */
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px; /* Loader size */
  height: 50px; /* Loader size */
  animation: spin 1s linear infinite; /* Spin animation */
  z-index: 999;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.font_xsmall{
  font-size: x-small;
}

.match_button_container{
  display: flex;
  flex-direction: column;
   gap:0.5em
}
.hkstp_gen_button{
      border: none; 
      border-radius: 1.2em; 
      padding: 3px 10px; 
      background-color: #036EE1; 
      color: white; 
      font-size: small; 
      font-weight: bold;
      
}
.hkstp_cancel_button{
  border: none; 
  border-radius: 1.2em; 
  padding: 3px 10px; 
  background-color: rgb(255, 63, 63); 
  color: white; 
  font-size: small; 
  font-weight: bold;
}
.error-message {
  color: red;
  margin-bottom: 10px;
  display: none; /* Initially hidden */
}
#review-section {
  margin-top: 20px;
  display: none;
  border: 1px solid #ccc;
  padding: 15px;
}
button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}