label.error {
    display: block !important;
    text-transform: uppercase;
    font-size: 12px;
    color: red !important;
    border: none !important;
    width: 100%;
    min-height: 2px;


}

label {
    margin-top: 30px;
}

select {
    margin-bottom: 0px !important;
}

.form-section.active,
.result-section.active {
    visibility: visible;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    height: auto;
}

.form-section.inactive,
.result-section.inactive {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

@-webkit-keyframes scale-up-center {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


label {

    font-size: 105%;
    font-weight: 500;
    color: #000 !important;
    text-transform: none;

}

.img-shadow {
    -webkit-filter: drop-shadow(5px 5px 5px #000);
    filter: drop-shadow(5px 5px 5px #000);
}

.mh-200 {
    min-height: 200px;
}

#CookieDeclaration {
    display: none;
}

.accordion-title {
    font-size: 130%;
    font-weight: 600;
}


@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Shippori+Antique+B1&display=swap');


@media only screen and (max-width: 479px) {
    .jlg_addy {
        display: none !important;
    }

    #label_lname {
        margin-top: 0px;
    }

}


p.error {


    color: #ff671d !important;
}

select.error {
    border: thin solid red !important;
}

.custom_error {
    border: thin solid red !important;
}

.hide {
    display: none;
}

.iti {
    width: 100%;
}

#final_approval-error {
    padding-top: 3px;
    margin-left: 8px;
}


.radio-button label {
    cursor: pointer;
    width: 100%;
    color: #000;
    border: #616261 solid 1px;
    padding: 13px;
    margin-right: 10px;
    min-width: 150px;
    text-align: left;
    border-radius: 8px;
    margin-top: 0.6rem;
}


.radio-button input[type='checkbox']:checked + .labeled_options_multi,
.green-bg {

    background-color: #59BA41 !important;
    color: #FFF !important;
    border-color: #59BA41 !important;
}

.labeled_options:hover {

    background-color: #59BA41;
    color: #FFF;
    border-color: #59BA41 !important;

}


span.error {

    border: none !important;
    width: 100% !important;
    color: red !important;
    display: block !important;
    background-color: transparent !important;
    padding: 0px !important;
    text-align: left;
}

.green_border {
    border: 8px solid #59BA41;
}

.hide {
    display: none;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.tall_menu {
    height: calc(1.5em + 1.75rem + 2px) !important;
    font-weight: bold;
    font-size: 1.15rem;

}


.labeled_options_multi {


    border-radius: 0px !important;;
    border: none !important;
    font-weight: normal;
    border-bottom: #000 solid thin !important;
}


.red_border {
    border: solid thin red;
    padding: 5px;
}

.accordion-content {
    font-size: 1.1rem;
}

#top_logo h1 {
    color: #FFFFFF;
    font-size: 1.7rem;
    margin-top: 30px;
    line-height: 34px;
    font-family: 'Shippori Antique B1', sans-serif;
    font-weight: normal;
}

#top_logo {
    width: 100%;
    margin-bottom: 40px;
}

#shell_vrm h3 {
    color: #28a745;
    text-align: center;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 25px;
}

.divider::after, .divider::before {
    background-color: #000;
}

.custom_error {
    border: 2px solid red;
}


/* Modern font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


.header-title {
    color: #FFFFFF;
    font-size: 1.7rem !important;
    line-height: 1.7;
    text-transform: uppercase;
    font-family: 'Poppins', 'Shippori Antique B1', sans-serif;

    margin: 30px 0 0;
}

.header-subtitle {
    color: #FFFFFF;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    line-height: 1.6;
    font-family: 'Poppins', 'Shippori Antique B1', sans-serif;
    font-weight: bold;
    margin: 10px 0 10px !important;
}

.highlightTitle {

    font-weight: bold;
    color: #FFF !important;

}


.step {
    display: none;
    animation: fadeIn 0.5s;
}

.step.active {
    display: block;
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Navigation buttons styling */
.btn-navigation {
    width: 150px;
    margin: 10px;
}

/* Professional look adjustments */
.question-header {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.error-message {
    color: red;
    display: none;
    margin-top: 5px;
}

.transition-icon {
    margin-right: 8px;
}
