
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
}
.formbold-mb-3 {
  margin-bottom: 15px;
}
.formbold-relative {
  position: relative;
}
.formbold-opacity-0 {
  opacity: 0;
}
.formbold-stroke-current {
  stroke: currentColor;
}
#supportCheckbox:checked ~ div span {
  opacity: 1;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 70%;
  width: 100%;
  background: white;
  padding: 1.5rem;
}

.formbold-img {
  margin-bottom: 45px;
}

.formbold-form-title {
  margin-bottom: 30px;
}
.formbold-form-title h3{
  font-weight: 500;
  font-size: 28px;
  line-height: 1rem;
  color: #07074d;
}
.formbold-form-title p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-top: 12px;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.formbold-input-flex > div {
  width: 50%;
}
.formbold-form-input {
  /* text-align: center; */
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #646464;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #4186d4;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  font-weight: 700;
}

.formbold-checkbox-label {
  display: flex;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  line-height: 24px;
  color: #4186d4;
}
.formbold-checkbox-label a {
  margin-left: 5px;
  color: #4186d4;
}
.formbold-input-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.formbold-checkbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  margin-top: 2px;
  border: 0.7px solid #dde3ec;
  border-radius: 3px;
}
.formbold-btn-add{
    border-radius: 5px;
    padding: 0rem 0.2rem 0.2rem 0.2rem;
    border: none;
    background-color: #4186d4;
    color: white;
    cursor: pointer;
}
.formbold-btn-delete{
  border-radius: 5px;
  padding: 0rem 0.2rem 0.2rem 0.2rem;
  border: none;
  background-color: #f16464;
  color: white;
  cursor: pointer;
}
.formbold-btn-add img{
    margin: 0rem;
    padding: 0rem;
}
.formbold-btn-delete img{
  margin: 0rem;
  padding: 0rem;
}
.formbold-btn {
  font-size: 16px;
  border-radius: 5px;
  padding: 14px 25px;
  border: none;
  font-weight: 500;
  background-color: #4186d4;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.gender-options{
    display: flex;
    gap: 10px;
}
.gender-options label{
    margin: 0rem;
}
.martial-options{
  display: flex;
  gap: 10px;
}
.martial-options label{
  margin: 0rem;
}
.radio-custom{
  display: flex;
  gap: 0.5rem;
}
.form-group{
    border-bottom: 0.05rem solid #646464;
    margin: 0rem 0rem 1rem 0rem;
    padding: 0rem 0rem 1rem 0rem;
}
.styled-input {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #646464;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
    margin: 0.5rem 0rem 0.8rem 0rem;
}
.styled-label{
    color: #536387;
    font-size: 14px;
    line-height: 24px;
    display: block; 
}
.logo{
    display: flex;
    place-items: center;
    justify-content: center;
    margin: 0;
    padding-bottom: 3rem;
    padding-top: 1.5rem;
}
.logo img{
  height: 3rem;
  object-fit: contain;
}
.martial-status{
    width: 100%;
}
/* .fields{
  padding: 0.5rem;
} */
.btn-field{
  padding: 0.5rem;
  display: flex;
}
.btn-submit{
  font-size: 16px;
  border-radius: 5px;
  padding: 14px 25px;
  border: none;
  font-weight: 500;
  background-color: #4186d4;
  color: white;
  cursor: pointer;
  width: 30%;
  margin-top: 3rem;
}

@media only screen and (min-device-width : 240px) and (max-device-width : 767px){
  .formbold-form-wrapper{
    max-width: 100%;
    padding: 0.5rem;
  }
  .martial-options{
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .radio-custom{
    text-align: start;
  }
  .formbold-form-martial{
    display: flex;
    position: absolute;
    left: 30%;
    margin-top: 0.5rem;
  }
  .btn-submit{
    margin-top: 0.5rem;
    width: 100%;
  }
  .logo{
    display: flex;
    place-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .logo img{
    height: 2rem;
  }
  .formbold-form-title{
    margin: 0;
  }
  .formbold-form-title h3{
    font-size: 22px;
  }
  .formbold-form-title p{
    margin: 0.7rem 0rem 0rem 0rem;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  .formbold-form-wrapper{
    max-width: 90%;
    padding: 0.5rem;
  }
}