.txt-title-request{
  color: var(----Base-950, #292929);
  font-family: Inter;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 37.7px */
  margin-bottom: 20px;
}
.txt-content-request{
  color: var(----Base-500, #7C7C7C);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 40px;
}
.txt-content-request-2{
  color: var(----Base-500, #7C7C7C);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.table-cmpv{
  margin-bottom: 20px;
}
.table-cmpv2{
  margin-bottom: 40px;
}
.mt-52{
  margin-top: 52px;
  text-align: left !important;
}
.swiper-pagination-bullet-active{
  background: #EF7E48 !important;
}
.swiper-pagination-bullet{
  background: #A2A5B9;
}
.card-form{
  border-radius: var(--Space-space-20, 12px);
  background: #FDFDFD;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  padding: 32px 20px;
}
.txt-cardform-1{
  color: var(----Base-950, #292929);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  text-align: center;
}
.mb-40{
  margin-bottom: 40px;
}
.text-input-form{
  font-family: Roboto;
  font-weight: 400;
  font-size: 12.6px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #595959;
  margin-bottom: 6px;
}
.txt-wds{
  color: var(----Brand---Primary-500, #A2A5B9);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
.mb-32{
  margin-bottom: 20px;
}
.btn-submit {
  border-radius: 5px;
  background: #EB5D24;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid #EB5D24;
  padding: 9px 63px;
  margin-bottom: 20px;
  margin-top: 20px;
}
textarea::placeholder, input::placeholder {
  color: #999 !important;
}
select option:first-child { color: #999 !important; }
select option:not(:first-child) {
  color: #212529 !important;
}

select {
  color: #999 !important; /* Warna teks default sebelum dipilih */
}

.selected {
    color: #212529 !important;
}

@media screen and (min-width: 1030px) {
  #mt-15{
    margin-top: 15px !important;
  }
}

.img-bgs-hero{
  position: absolute;
  height: 550px;
  width: 100%;
}

.logo-joins{
  text-align: center;
  padding-top: 40px;
}

.txt-joins-waitlist{
  color: #EB5D24;
  font-family: Inter;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.txt-joins-waitlist2{
  font-family: Inter;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #525252;
  margin-bottom: 40px;
  margin-top: 24px;
}

.form-control {
    display: block;
    width: 100%;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-top: 6px;
    padding-right: 9.5px;
    padding-bottom: 6px;
    padding-left: 9.5px;
    border-width: 1px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    vertical-align: middle;
}

.txt-rst{
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #7C7C7C;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 2px;
}

.recs{
  color: red;
}