header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  padding: 15px 10px;
  font-family: "Mona Sans", serif;
  /* border-bottom: 2px solid #f1f1f1; */
}

.securityBox {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.securityBox p {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: left;
  font-weight: 600;
}
.securityBox .Securitylogos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0 50px;
  width: 100%;
}
.securityBox img {
  width: 20%;
  height: auto;
}

@media (max-width: 768px) {
  .securityBox p {
    font-size: 11px;
    gap: 5px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.brand-logo {
  width: 200px;
}

.header-steps {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.header-steps span {
  color: #999999;
  font-size: 0.8em;
  font-weight: 500;
}

.header-steps span p span {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  color: #999999;
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-right: 8px;
}

.header-steps span.active {
  color: #195eff;
}

.header-steps span.active p span {
  border: 1px solid #dbe5ff;
  background-color: #dbe5ff;
  color: #195eff;
}

#filler {
  visibility: hidden;
}
main {
  background-color: #fff;
  background: url(img/bg.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 600px) {
  main {
    background: #f9f9f9;
  }
}

.radiosConainer {
  background: linear-gradient(180deg, rgb(255 250 245 / 91%) 35%, rgba(255, 255, 255, 1) 100%);
  padding: 30px 50px;
  border-radius: 20px;
  border: 2px solid #d1d5db;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 34%);
}

.buttnsGrp {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.buttnsGrp button {
  padding: 12px 25px;
  font-size: 14px;
  font-family: "system-ui", serif;
  font-weight: 600;
  border-radius: 10px;
}

/* .buttnsGrp .nextBtn {
    background-color: #FF791A;
    color: white;
}
.buttnsGrp .nextBtn:hover {
    background-color: #ff6a00;
} */
.buttnsGrp .nextBtn {
  background-color: #ff791a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 15px 110px;
  border-radius: 5px;
  width: 100%;
}
.buttnsGrp .nextBtn img {
  filter: brightness(0) invert(1);
}

.buttnsGrp .nextBtn:hover {
  background-color: #ff6a00;
}

label {
  color: #000 !important;
  font-weight: 400;
}

.prevBtn {
  background-color: transparent;
  border: none;
  color: white;
  filter: brightness(0);
  width: 100%;
}

.prevBtn img {
  transform: scaleX(-1);
}

.inputBox {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.inputBox label {
  width: 100%;
  font-family: "system-ui", serif;
}

.inputBox label p {
  font-family: "system-ui", serif;
  font-weight: 400;
  font-size: 1em;
  margin-left: 12%;
}

.optionBox {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.optionBox label {
  border: 1px solid #d1d5db;
  box-shadow: none;
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  background-color: #f2f5f7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.optionBox label p {
  font-family: "system-ui", serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.optionBox label:hover {
  background-color: #ff791a;
}

.optionBox label:hover p {
  color: #fff;
}

.optionBox label.active {
  border: 2px solid #ff6a00;
}

.step-header {
  width: 100%;
}

.step-header h2 {
  font-size: 1.8em;
  text-align: center;
  font-family: "system-ui", sans-serif;
  line-height: auto;
  font-weight: 700;
  margin: auto;
  color: #000;
}
.step-header p {
  font-size: 1em;
  text-align: center;
  font-family: "system-ui", sans-serif;
  font-weight: 600;
  margin: auto;
  color: #000;
}

.error-message,
.text-erro {
  width: 100%;
  text-align: center;
  margin: 8px 2px 2px 10px;
  color: red;
}

.progressbar-finalbox {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  overflow: hidden;
  margin: 20px auto 10px;
  height: 10px;
  position: relative;
}

.progress-finalbox {
  height: 100%;
  width: 0%;
  background-color: #ff6a00;
  transition: width 1s linear;
}

.progress-status-finalbox {
  margin-top: 10px;
  font-size: 16px;
  color: #ff6a00;
  font-weight: 500;
}

.link-finalbox {
  color: #195eff;
  font-weight: 500;
  text-decoration: underline;
}

.finalbox-falure-message {
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 22px;
}

.terms-holder-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.terms-holder-inner label p {
  font-size: 14px;
  margin: 0 10px;
}

.terms-holder-inner p {
  font-size: 10px;
  margin: 0 10px;
  text-align: center;
  color: #000;
}

.terms-holder-inner p a {
  text-decoration: underline;
}

.terms-holder-inner input {
  margin: 5px 0;
}

.finalbox-failure-message {
  text-align: center;
  color: #ff6a00;
}
#progressLineTop {
  position: fixed;
  top: 0;
}

form {
  padding: 40px 10px 50px !important;
  /* background: url(img/bg.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  #filler {
    display: none;
  }
}

@media only screen and (max-width: 660px) {
  header {
    flex-direction: column;
    gap: 15px;
    padding: 20px 10px;
  }
  .brand-logo {
    max-width: 150px;
  }
  .step_work_7150 {
    max-width: 300px !important;
  }

  .header-steps span {
    font-size: 8px;
  }

  .header-steps span p span {
    font-size: 0.9em;
    height: 15px;
    width: 15px;
  }

  #filler {
    display: none;
  }

  form {
    padding: 30px 15px !important;
    margin-bottom: 50px;
  }

  .step-header h2 {
    font-size: 1.6em;
    max-width: 100%;
    line-height: 30px;
    margin: 15px auto;
  }
  .step-header p {
    font-size: 14px;
  }

  .radiosConainer {
    padding: 15px;
  }

  .step-header {
    margin-bottom: 10px;
  }

  .inputBox label {
    font-size: 14px;
  }

  .error-message,
  .text-erro {
    font-size: 12px;
  }

  .inputsConainer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .buttnsGrp button {
    padding: 12px 18px;
  }
}

/* ////////////////////////////////////////////////////// */

/* Container for OTP inputs */
.otp_7150-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px;
  max-width: 250px;
  width: 100%;
}

/* Style for each OTP input field */
.otp_7150-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: transparent;
  margin-top: -15px;
}

.otp_7150-input::placeholder {
  color: #ccc !important;
}

.otp_7150-input {
  color: #ff6a00 !important;
}

.otp_7150-input:focus {
  border-color: #ccc;
}

/* Optional: Add a little effect when a user inputs */
.otp_7150-input:valid {
  border-color: #ccc;
}

.otp_7150-input:invalid {
  border-color: #dc3545;
}

.notification {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 10px;
  z-index: 999999;
  font-family: "ABeeZee-Regular", Helvetica;
  font-size: 14px;
}

.show {
  opacity: 1;
}

.notification.success {
  background-color: #4caf50;
}

.notification.error {
  background-color: #f44336;
}

.hidden {
  display: none !important;
}

#otp-error-msg {
  margin-top: -10px !important;
  color: red;
  font-size: 12px;
}

#otp-error-msg2 {
  margin-top: 5px !important;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#otp-error-msg2 u {
  color: #ff6a00;
  font-size: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .otp_7150-container {
    gap: 5px;
  }
}

.progress-bar-info {
  color: #337cef;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  padding: 0.2rem 0;
  width: 100%;
  font-size: 0.9rem;
  font-family: "system-ui", sans-serif;
}

.step {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0;
  border-radius: 20px;
  max-width: 650px;
  width: 100%;
}

.has-space {
  padding: 12px 25px;
  width: 20px;
  visibility: hidden;
}

input::placeholder {
  color: #1818184d !important;
}

input {
  color: #000 !important;
  font-weight: 400 !important;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
}

@media only screen and (max-width: 660px) {
  .buttnsGrp .nextBtn {
    gap: 15px;
    font-size: 1rem;
    padding: 15px 30px;
  }

  .buttnsGrp button {
    padding: 15px;
  }
  .has-space {
    padding: 10px;
    width: 0px;
  }
  .optionBox label p {
    font-size: 16px;
  }
}

.show-more-address-inputs {
  outline: none;
  font-size: 16px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px;
  color: #ff6a00;
  text-decoration: none;
  cursor: pointer;
}

select {
  color: #000 !important;
  font-weight: 400 !important;
}

.securityBox {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.securityBox p {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: left;
  font-weight: 600;
}
.securityBox .Securitylogos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0 50px;
  width: 100%;
}
.securityBox img {
  width: 20%;
  height: auto;
}

@media (max-width: 768px) {
  .securityBox p {
    font-size: 11px;
    gap: 5px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
}










.slider-container {
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 8px;
}

.slider-value-style {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff6a00;
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #e0e0e0;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.range-slider:hover {
  opacity: 1;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff791a;
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff791a;
  cursor: pointer;
}


#stepDate input{
  border: none;
}