.container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  font-family: sans-serif;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.tab-button {
  background-color: #f9f9f9;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  width: 150px;
}

.tab-button.active {
  background-color: #f9f9f9;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  width: 150px;
}

.tab-button:hover,
.tab-button.active {
  background-color: #e6e6e6;
}

.info-display {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 1rem;
  border: 1px solid #ccc;
  min-height: 400px;
}

.info-content {
  display: none;
}

.info-content.active {
  display: block;
}


/*Info Box*/
.landing__register-wrap .contact-form-v2__form{
background: rgb(252,247,238);
}

.landing__register-enter-info{
  color:black;
}

.landing__register-disclaimer {
  color: black;
}

#phone {
  border: 1px solid;
}

#dob {
  border: 1px solid;
}

#product {
  border: 1px solid;
}

.landing__register-submit{
background: #25356B;
color: #FFFFFF;
font-size: 0.9907rem;
font-family: Trirong;
font-weight: 400;
font-style: normal;
height: 3.125rem;
width: 12.4375rem;
border-radius: 0;
}

.landing__register-submit:hover, .landing__register-submit:focus{
  background-color: #4c5a52 !important;
  color: #fff !important;
  border: 1px solid #f5f5f0 !important;
}


.landing__register-enter-info {
  color: black;
  font-family: Trirong;
}