html, body {
    margin: 0;
    height: auto;
    min-block-size: -webkit-fill-available;
}
body {
    background-color: #e9ecef !important;
}

/*Header*/
section.header {
    background-color: #24336b;
}

.btn-new-primary {
    background-color: #e5e4e4;
    border-radius: 0px;
}

/*Footer*/
.footer {
    background-color: #e9edf5;
}

/* GENERAL */
 
body {
    background: #f7f9ff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #555;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00011c;
}
 
p {
    margin-bottom: 24px;
    line-height: 1.9;
}
 
label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #00011c;
}

/* TITLE */
 
#title-container {
    min-height: 460px;
    height: 100%;
    color: #fff;
    background-color: #24336b;
    text-align: center;
    padding: 105px 28px 28px 28px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
 
#title-container h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    padding: 0;
    margin-bottom: 0px;
}
 
#title-container h3 {
    font-size: 25px;
    font-weight: 600;
    color: #24336b;
    padding: 0;
}
 
#title-container p {
    font-size: 13px;
    padding: 0 25px;
    line-height: 20px;
}
 
.covid-image {
    width: 214px;
    margin-bottom: 15px;
}

div#steps-container {
    max-width: 500px;
    width: auto !important;
}

canvas#signature-pad {
    max-width: 100%;
}

/* FORMS */
 

 
#steps-container {
    margin: auto;
    /* min-height: 420px; */
    /* display: flex; */
    vertical-align: middle;
    align-items: center;
    justify-content: space-around;
}
 
.step {
    display: none;
}
 
.step h4 {
    margin: 0 0 26px 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
}
 
button#prev-btn,
button#next-btn,
button#submit-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 130px;
    height: 50px;
    background: #24336b;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
 
button#prev-btn:after,
button#next-btn:after,
button#submit-btn:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #24336b;
    content: "";
    z-index: -2;
    transition: transform .3s;
}
 
button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
    transform: translateY(-80%);
    transition: transform .3s;
}
 
.progress {
    border-radius: 0px !important;
}
 
.q__question {
    position: relative;
}
 
.q__question:not(:last-child) {
    margin-bottom: 10px;
}
 
/* .question__input {
    position: absolute;
    left: -9999px;
}
 
.question__label {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 20px 5px 50px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
 
.question__label:hover {
    border-color: #24336b;
}
 
.question__label:before,
.question__label:after {
    position: absolute;
    content: "";
}
 
.question__label:before {
    top: 12px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
 
.question__input:checked+.question__label:before {
    background-color: #24336b;
    box-shadow: 0 0 0 0;
}
 
.question__input:checked+.question__label:after {
    top: 22px;
    left: 18px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
 
.form-check-input:checked,
.form-check-input:focus {
    background-color: #24336b !important;
    outline: none !important;
    border: none !important;
} */
 
input:focus {
    outline: none;
}
 
#input-container {
    display: inline-block;
    box-shadow: none !important;
    margin-top: 36px !important;
}
 
label.form-check-label.radio-lb {
    margin-right: 15px;
}
 
#q-box__buttons {
    text-align: center;
}
 
input[type="text"],
input[type="email"] {
    padding: 8px 14px;
}
 
input[type="text"]:focus,
input[type="email"]:focus {
    border: 1px solid #24336b;
    border-radius: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
 
.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
    border: none !important;
    -webkit-outline: 0px !important;
    box-shadow: none !important;
}
 
.form-check-input:focus,
input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}
 
#success {
    display: none;
}
 
#success h4 {
    color: #24336b;
}
 
.back-link {
    font-weight: 700;
    color: #24336b;
    text-decoration: none;
    font-size: 18px;
}
 
.back-link:hover {
    color: #24336b;
}

.progress-bar.progress-bar-striped.progress-bar-animated.bg-danger {
    background-color: #24336b !important;
}


/* div#qbox-container {
    background-color: #24336b08;
} */

/* PRELOADER */
 
#preloader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
 
#preloader {
    background-image: url('/fonts/../images/loader.png');
    width: 120px;
    height: 119px;
    border-top-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
#preloader-wrapper .preloader-section {
    width: 51%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #F7F9FF;
    z-index: 1000;
}
 
#preloader-wrapper .preloader-section.section-left {
    left: 0
}
 
#preloader-wrapper .preloader-section.section-right {
    right: 0;
}
 
.loaded #preloader-wrapper .preloader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #preloader-wrapper .preloader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
 
.loaded #preloader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/* Takis Satrt */

#next-btn[disabled]{
    display: none !important;
    opacity:0;
}

button#startBtn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: auto;
    background: #24336b;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    padding: 26px 80px;
    border-radius: 5px;
}

.step label {
    background-color: #fff;
    min-width: 200px;
    text-align: center;
    padding: 16px;
    border-radius: 5px;
}

input.form-check-input{
    visibility:hidden;
}

label.form-check-label.mt-0.font-weight-normal {
    min-width: unset !important;
    padding-right: 5px !important;
}

.step.final-step.d-block label {
    background-color: unset;
    margin: 0;
    padding: 10px 0px;
    min-width: 100%;
    text-align: left;
}

.home-step h2 {
    width: 350px;
    margin: 0 auto;
    font-size: 55px;
}

.error-field {
    border: 2px solid red; /* Example styling, you can adjust this as needed */
    background-color: #ffd2d2; /* Example background color */
}


/* Fonts */

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Heavy.eot');
    src: url('/fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-Heavy.woff2') format('woff2'), url('/fonts/Mont-Heavy.woff') format('woff'), url('/fonts/Mont-Heavy.ttf') format('truetype'), url('/fonts/Mont-Heavy.svg#Mont-Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-ExtraLight.eot');
    src: url('/fonts/Mont-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-ExtraLight.woff2') format('woff2'), url('/fonts/Mont-ExtraLight.woff') format('woff'), url('/fonts/Mont-ExtraLight.ttf') format('truetype'), url('/fonts/Mont-ExtraLight.svg#Mont-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-SemiBoldItalic.eot');
    src: url('/fonts/Mont-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-SemiBoldItalic.woff2') format('woff2'), url('/fonts/Mont-SemiBoldItalic.woff') format('woff'), url('/fonts/Mont-SemiBoldItalic.ttf') format('truetype'), url('/fonts/Mont-SemiBoldItalic.svg#Mont-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mont Book';
    src: url('/fonts/Mont-Book.eot');
    src: url('/fonts/Mont-Book.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-Book.woff2') format('woff2'), url('/fonts/Mont-Book.woff') format('woff'), url('/fonts/Mont-Book.ttf') format('truetype'), url('/fonts/Mont-Book.svg#Mont-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Bold.eot');
    src: url('/fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-Bold.woff2') format('woff2'), url('/fonts/Mont-Bold.woff') format('woff'), url('/fonts/Mont-Bold.ttf') format('truetype'), url('/fonts/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Black.eot');
    src: url('/fonts/Mont-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-Black.woff2') format('woff2'), url('/fonts/Mont-Black.woff') format('woff'), url('/fonts/Mont-Black.ttf') format('truetype'), url('/fonts/Mont-Black.svg#Mont-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-BoldItalic.eot');
    src: url('/fonts/Mont-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-BoldItalic.woff2') format('woff2'), url('/fonts/Mont-BoldItalic.woff') format('woff'), url('/fonts/Mont-BoldItalic.ttf') format('truetype'), url('/fonts/Mont-BoldItalic.svg#Mont-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Regular.eot');
    src: url('/fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-Regular.woff2') format('woff2'), url('/fonts/Mont-Regular.woff') format('woff'), url('/fonts/Mont-Regular.ttf') format('truetype'), url('/fonts/Mont-Regular.svg#Mont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-LightItalic.eot');
    src: url('/fonts/Mont-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Mont-LightItalic.woff2') format('woff2'), url('/fonts/Mont-LightItalic.woff') format('woff'), url('/fonts/Mont-LightItalic.ttf') format('truetype'), url('/fonts/Mont-LightItalic.svg#Mont-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body * {
    font-family: 'Mont', 'Arial', sans-serif;
}

.q-box__question {
    text-align: center;
    margin-bottom: 15px;
}

div#steps-container {
    text-align: center;
}

.step.home-step.d-block h2 {
    text-align: left;
    line-height: 50px;
}
div#qbox-container {
    margin-top: 160px;
}

div#q-box__buttons {
    min-height: 100px;
}
.reset-container {
    min-width: 100%;
    text-align: center;
    margin-top: 70px;
}

.reset-container a {
    font-size: 17px;
    font-weight: 400;
}
main.container-fluid.mb-5 {
    padding: 0;
}
.progress {
height: 6px !important;
}

p.error-response.bg-danger.text-white.font-weight-light {
    font-weight: 400;
}

canvas#signature-pad {
    background-color: #ffffff63;
    min-width: 100%;
}

.terms-consents-container input.form-check-input {
    visibility: visible;
}

.mt-2.terms-acceptance {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.terms-acceptance input#customerAcceptance {
    min-width: 16px;
}

.terms-acceptance label.form-check-label {
    padding: 0 !important;
    padding-left: 10px !important;
}

.mt-2.terms-acceptance label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

p.error-response.bg-danger {
    text-align: left;
    font-size: 14px;
}

ul.error-list {
    margin-bottom: 0;
}

p.error-response.bg-danger.text-white.font-weight-light {
    margin-top: 16px;
    margin-bottom: 0;
}

a#reset-link {
    background-color: #24336b;
    color: #fff;
    display: block;
    max-width: 158px;
    margin: 26px auto 0;
    font-weight: 400;
}

p.reset-modal-msg {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

span.reset-form-btn {
    border: 1px solid #8080804d;
    padding: 10px 25px;
    border-radius: 5px;
}

span.reset-form-btn:hover {
    cursor: pointer;
}

div#terms {
    font-size: 15px;
    font-weight: 400;
}

.terms-acceptance u {
    cursor: pointer;
}

.consents-title {
    text-align: left;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 400;
}

.consents-title p {
    line-height: 1.6;
    color: #00011c;
    margin-bottom: 0;
}

.row.consents-title {
    padding-left: 26px;
}

.row.mt-1.consents-choices label {
    font-size: 13px;
    font-weight: 400;
}

body {
    background-image: url('/images/bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right bottom;
}

.row.mt-1.consents-choices {
    padding-left: 23px;
}


/*Terms and conditions page */
.terms-body {
    background-color: white;
    padding: 30px;
}

.full-width-ans label{
    min-width: 100%;
}