.top-module-image {
    flex: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-module-image .wrap-top-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.top-module-image .wrap-top-image .top-image-element {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 60%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
}

@media(max-width: 1279px) and (min-width: 1024px) {
    .top-module-image .wrap-top-image .top-image-element {
        width: 70%;
    }
}
@media(max-width: 1023px) and (min-width: 768px) {
    .top-module-image .wrap-top-image .top-image-element {
        width: 80%;
    }
}
@media(max-width: 767px) {
    .top-module-image .wrap-top-image .top-image-element {
        width: 100%;
    }
}

#validation-form-reservation-id-error {
    font-family: "brandon-grotesque",sans-serif !important;
    font-size: 16px;
    color: red;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


:root {
    --background-color: #FFF;
    --font-family: 'Poppins', sans-serif;

    --primary-color: #194141;

    --light: #FFF;
    --dark:#333;

    --radius: 12px;

    --title-size: 18px;
    --title-weight: 400;

    --text: 16px;
    --text-weight: normal;

}

body *{
    font-family: var(--font-family) !important;
    text-align: left !important;
}

.input-element .wrap-input-element .input-element-button:before{
    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 1.2em;
    color:  var(--dark);
}

.input-element .wrap-input-element .input-element-button:after{
    content: "\f2f6"  !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-right: 8px;
    font-size: 1.2em;
    color: var(--light);
}

.input-element-button:hover{
    background: var(--primary-color) !important;
}

.element-info_title{
    text-transform: none !important;
    color:  var(--primary-color);
    font-weight: bold;
}

.element-info_subtitle{
    padding:20px 0 !important;
    color: var(--dark) ;
}

.input-element-field{
    color: var(--dark)  !important;
    font-weight: bold !important;
}

.input-element-field::placeholder {
    color: var(--dark)  !important;
    font-weight: bold !important;
    font-style: italic;
}

.top-image-element{
    border: 1px solid  #ddd;
    border-radius: 12px  !important;
    padding: 40px 80px !important;
    box-shadow: var(--shadow);
}

@media (max-width: 767px){

    .top-module-image .wrap-top-image .top-image-element {
        width: 95%;
    }

    .top-image-element {
        padding: 20px 20px !important;
    }

}

td.element-info_subtitle{
    padding-right: 15px;
}

.element-info_title{
    color:#598392;
}

.top-image-element{
    border: 3px solid #598392;
}
