.step {
    padding: 0px;
    box-shadow: none;
}
.form-wrapper {
    margin: 0px;
}
html, body {
    overflow: hidden;
}
.form-wrapper, body, .row{
    background-color: #BE1C2B;
}
.field label {
    color: #fff;
}
.btn-primary {
    background-color: #EEF5DB;
    border-color: #EEF5DB#EEF5DB9E;
    color: #000;
    font-weight: 700;
}
.nav-submit .btn-submit {
    font-weight: 700;
    font-size: 20px;
}
.powered-by a {
    color: #fff;
    text-decoration: none;
}
body{
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-style: normal;
}
.select-list-item {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0px solid #dee2e6;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #FFA69E;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212529;
  text-align: left;
}
.select-list-item.selected {
    border-color: #fff;
    color: #fff;
    background: transparent;
    box-shadow: none;
    border: 2px solid #fff;
}
.select-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 80px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
}
.select-card-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
.select-card-label {
    color: #fff;
}
.select-card.selected {
    border: 2px solid #EEF5DB;
    background: #EEF5DB;
    box-shadow: none;
    color: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
}
.select-card.selected .select-card-label{
    color: #BE1C2B;
}
.select-card.selected  .select-card-icon {
    color: #BE1C2B;
}
.select-card-icon {
    font-size: 1.9rem;
    margin-bottom: 0;
    color: #fff;
}
.select-card:hover {
    border-color: #fff;
}
.progress-wrapper .progress {
    background-color: #6e0909;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.05); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.05);
}
.progress-wrapper .progress-bar{
    background-color: #EEF5DB;
}
.step {
    background: #BE1C2B;
}
.form-alert {
    margin-left: 8px;
    margin-right: 8px;
    background-color: #EEF5DB;
    border-color: #EEF5DB;
}
.select-list-item {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.select-list-item.selected {
    border: 2px solid #EEF5DB;
    background: #EEF5DB;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
    color: #BE1C2B;
}
.select-list-item{
    font-size: 1.1rem;
    font-weight: 500;
}
.user-data .field .form-label{
    margin-bottom: 0.25rem;
    font-size: 20px;
}
.user-data .field{
    margin-top: 1rem;
}
.step-header .step-title {
    color: #fff;
}
.step-header .step-description {
    font-size: 0.9375rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}
.step-header {
    margin-bottom: 0.5rem;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 15px;
    border-bottom: 9px solid #fff;
}
.user-data .nav-submit .btn-submit {
    font-size: 18px;
}
.highlight-step{
    background: #EEF5DB;
}
.highlight-step .btn-primary {
    background-color: #BE1C2B;
    border-color: #BE1C2B #BE1C2B;
    color: #FFF;
    font-weight: 700;
}
.highlight-step .powered-by a {
    color: #000;
    text-decoration: none;
}
.highlight-step .form-wrapper,.highlight-step body,.highlight-step .row {
    background-color: #EEF5DB;
}
.highlight-step .nav-back button {
    color: #BE1C2B;
}
.highlight-step .field label {
    color: #BE1C2B;
}
.highlight-step .select-card {
    border: 2px solid #BE1C2B;
}
.highlight-step .select-card-label {
    color: #BE1C2B;
}
.highlight-step .select-card-icon {
    font-size: 1.9rem;
    color: #BE1C2B;
}
.highlight-step .select-card.selected {
    border: 2px solid #BE1C2B;
    background: #BE1C2B;
    box-shadow: none;
    color: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
}
.highlight-step .select-card.selected .select-card-icon {
    color: #fff;
}
.highlight-step .select-card.selected .select-card-label {
    color: #fff;
}
.form-alert {
    margin-left: 8px;
    margin-right: 8px;
    background-color: #EEF5DB;
    border-color: #EEF5DB;
}
.highlight-step .step {
    background: #EEF5DB;
}
.highlight-step .form-alert {
    margin-left: 8px;
    margin-right: 8px;
    background-color: #EEF5DB;
    border-color: #BE1C2B;
    border-width: 2px;
}
.form-alert {
    color: #BE1C2B;
}
.highlight-step .progress-wrapper .progress-bar {
    background-color: #BE1C2B;
}
.highlight-step .progress-wrapper .progress {
    background-color: #fff;
}
.user-data .field .form-check-label.form-label{
    font-size: 16px;
}
.user-data .field .form-check-label.form-label a{
    color: #fff;
}
.user-data .field {
    margin-top: 0.5rem;
}
.step-enter {
    opacity: 0;
    transform: translateY(10px);
}
.step-enter.step-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 220ms ease, transform 220ms ease;
}
.step-exit {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 280ms ease, transform 280ms ease;
}
.item-enter {
    opacity: 0;
    transform: translateY(8px);
}
.item-enter.item-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 260ms ease, transform 260ms ease;
}
.bar-enter {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}
.bar-enter.bar-enter-active {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition: opacity 220ms ease, transform 220ms ease;
}
.bar-exit {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 280ms ease, transform 280ms ease;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: inherit;
    background-color: #EEF5DB;
    border-color: #EEF5DB;
}
.nav-back-btn:active, .btn-check:checked + .nav-back-btn, .nav-back-btn.active, .nav-back-btn.show, .nav-back-btn:first-child:active, :not(.btn-check) + .nav-back-btn:active {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}
.nav-back-btn:hover {
    color: #fff;
    text-decoration: none;
}

.form-wrapper.is-success-screen {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}

.result-success-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

.result-success-icon {
    font-size: 4rem;
    color: #fff;
    line-height: 1;
}

.result-success-text {
    margin: 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}
.field {
    margin-top: 1rem;
}
.first-step label {
    margin-top: 1.5rem;
}
.user-data .nav-back {
    margin-bottom: 0.5rem;
    color: #fff;
}
.first-step .step-header{
    border-bottom: 0px solid #fff;
}
.welcome-step .step-header .step-title {
    font-size: 26px;
}
.welcome-step .image-field.heading-image{
    margin-top: 0rem;
}
.welcome-step .step-header {
    border-bottom: 0px solid #fff;
}
.welcome-step .step-header .step-title {
    font-size: 30px;
}
.welcome-step .step-header .step-description {
    font-size: 1.1rem;
    line-height: 1.3;
}
.first-step .step-header h3{
    font-size: 26px;
}
.first-step .step-header .step-description {
    font-size: 1.1rem;
    line-height: 1.3;
}
.first-step label {
    margin-top: 0rem;
}
.form-bottom-bar {
    bottom: 0rem;
}
.user-data .form-wrapper{
    padding: 1rem 1.5rem;
}
.user-data .field .form-label {
    margin-bottom: 0rem;
    font-size: 18px;
}
.user-data .field {
    margin-top: 0.45rem;
}
.alert{
    padding: 8px 16px;
}
.user-data .alert {
    margin-top: 0.5rem;
}
@media only screen and (min-width: 1024px) {
    .form-wrapper {
        margin: 0px auto;
    }
}