@font-face {
  font-family: "Samsung Sharp Sans Bold";
  src: url("../../fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("../../fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../../fonts/SamsungSharpSans-Regular.woff2") format("woff2"), url("../../fonts/SamsungSharpSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "SamsungOne 400";
  src: url("../../fonts/SamsungOne-400.woff2") format("woff2"), url("../../fonts/SamsungOne-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "SamsungOne 700";
  src: url("../../fonts/SamsungOne-700.woff2") format("woff2"), url("../../fonts/SamsungOne-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "SamsungOne 500";
  src: url("../../fonts/SamsungOne-500.woff2") format("woff2"), url("../../fonts/SamsungOne-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
}
body * {
  font-family: "Samsung Sharp Sans";
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  font-family: "Samsung Sharp Sans Bold";
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
}

h2 {
  font-family: "Samsung Sharp Sans Bold";
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}

h3 {
  font-family: "Samsung Sharp Sans Bold";
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
}

h4 {
  font-family: "Samsung Sharp Sans Bold";
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
}
.h4 {
    font-family: "Samsung Sharp Sans Bold";
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
}

h5 {
  font-family: "Samsung Sharp Sans Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}

h6 {
  font-family: "Samsung Sharp Sans";
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0;
}

a {
  text-decoration: none;
  color: #447DE6;
}

.section-top {
  text-align: center;
}
.section-top .masthead {
  margin: 0 0 2rem;
}

.section-bottom {
  text-align: center;
}

.home-masthead {
  position: absolute;
  top: 4rem;
  text-align: center;
  z-index: 99;
  width: 100%;
  padding: 0 1.5rem;
}

.home-start-cta {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 4rem 1.5rem;
}

.instruction {
  background-color: #F4F4F4;
  border-radius: 1rem;
  padding: 1.75rem 1rem;
}
.instruction h2 {
  margin-bottom: 0.5rem;
}
.instruction .instruc-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0 0;
}
.instruction img {
  border-radius: 1rem;
}

.question-section {
  margin-bottom: 1.5rem;
}

.registration-form {
  text-align: left;
}

.align-middle-box {
  display: flex;
  justify-content: center;
  text-align: center;
}

.align-left-box {
  display: flex;
  align-items: start;
}

.align-right-box {
  display: flex;
  align-items: end;
}

.img-full {
  width: 100%;
  height: auto;
}

.answer-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.answer-box .col-6 {
  background-color: #F4F4F4;
  flex-shrink: initial;
  margin: 0 0.75rem;
  padding: 0;
  border-radius: 0 0 1rem 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.answer-box a {
  color: #000000;
}

.answer-box-optional .cta {
  padding: 1rem 3rem;
  margin: 1.5rem 0 0;
  background-color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 1rem;
  color: #000000;
}

.img-box {
  background-color: #ffffff;
  border-radius: 1rem;
  margin: 0;
}
.img-box img {
  border-radius: 1rem 1rem 0 0;
}

.answer-title {
  padding: 1rem;
}

.cta {
  padding: 1rem 3rem;
  margin: 3rem 0 1rem;
  background-color: #000000;
  display: inline-block;
  text-align: center;
  border-radius: 5rem;
  color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

main {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 1.5rem;
}

.form-control, .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.25rem;
}

a.card {
  cursor: pointer;
}

.form-control {
  background: #F4F4F4;
}

input.form-control {
  font-family: "Samsung Sharp Sans", sans-serif;
  color: #757575;
}

/* Hide the default arrow for select only */
.custom-select-wrapper {
  position: relative;
}

/* Custom icon for select only */
.custom-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem; /* Adjust padding to make space for the custom icon */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1.5rem auto;
}

/* Change font color for select option */
.custom-select-wrapper select.form-control {
  color: #757575;
  font-family: "Samsung Sharp Sans", sans-serif;
}

select option {
  background: #ffffff;
  color: #757575;
}

/* Custom Modal Backdrop */
#successModal .modal-body {
  background: #F4F4F4;
  padding: 1.5rem;
}
#successModal .modal-body .bi {
  color: #30FF83 !important;
  font-size: 80px;
}
#successModal .modal-body #rediectHome {
  min-width: 250px;
}

#errorModal .modal-body {
  background: #F4F4F4;
}

.modal-backdrop.show {
  background: #ffffff !important;
}

@media (max-width: 680px) {
  .card-title {
    font-size: 1rem;
  }
  .card-footer {
    min-height: 105px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 768px) {
    main { padding: 10rem 4rem; }
    .home-masthead { top: 10rem; }
    .home-start-cta { padding: 10rem 4rem; }
}
@media only screen and (min-width: 2160px) and (min-height: 3840px) and (orientation: portrait) {
  /* Your CSS rules for 4K vertical screens go here */
}

/*# sourceMappingURL=style.css.map */
