﻿@import url('colors.css');
@import url('typography.css');


.modal-wrapper, .modal-wrapper2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    zbackground: rgba(210, 212, 211, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    overflow-y: scroll;
}

    /*FF CHROME OPERA IE REMOVE SCROLL*/
    .modal-wrapper::-webkit-scrollbar {
        width: 0;
    }

.modal::-webkit-scrollbar {
    width: 0;
}

.modal {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
    /*FF CHROME OPERA REMOVE SCROLL*/
    .modal-wrapper.open {
        opacity: 1;
        visibility: visible;
    }

.modal-wrapper2.open {
    opacity: 1;
    visibility: visible;
}

.modal {
    width: 1000px;
    height: auto;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-top: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 24px;
    box-sizing: border-box;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.modal2 {
    width: 300px;
    height: 200px;
    display: block;
    margin: 50% 0 0 -200px;
    position: relative;
    top: 35%;
    left: 55%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 24px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 35px;
    font-size: 14px;
}

.modalLPMessage {
    width: 1000px;
    height: auto;
    display: block;
    margin: 50% 0 0 -200px;
    position: relative;
    top: 31%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-wrapper.open .modal {
    /*margin-top: -200px;*/
    opacity: 1;
}

.modal-wrapper2.open .modal2 {
    margin-top: 0px;
    opacity: 1;
}
/*ckodans edits*/
.LogoEtc {
    width: 1000px;
    height: 160px;
    background-image: url(../JPG/BannerImg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: contain;
}

.LogoEtcAfter {
    /*position: relative;
    top: 0px;
    background-image: url(../JPG/BannerImg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
    background-size: contain;
    position: fixed;*/
    top: 87px;
    background-image: url(../JPG/BannerImg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
    background-size: contain;
    position: sticky;
}

.additional-text-1 {
    width: 100%;
    max-width: 900px;
    min-height: 90px;
    height: auto;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    opacity: 0.85;
    color: #222;
    font-weight: 300;
    box-sizing: border-box;
}

    .additional-text-1 p {
        margin: 0;
        padding: 0;
    }

.additional-text-1-h1 {
    max-width: 570px;
    background-color: transparent;
    /*font-size: 24px !important;*/
    color: var(--primary-color-h1);
    /*font-weight: bold;*/
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /*  margin-top: 10px;*/
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.additional-text-1 span {
    font-weight: 500;
}

.additional-text-2 {
    color: var(--primary-color-h1);
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.additional-text-3 {
    color: var(--primary-color-h1);
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hotel-listing-wrapper {
    width: 900px;
    min-height: 90px;
    height: auto;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

/*.hotel-listing-preferences {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}*/
.hotel-listing-preferences {
    display: flex;
    flex-direction: column;
}

.hotel-listing-preferences-tiles-text {
    margin: 0;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.hotel-listing-preferences-tiles {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.hotel-listing-preferences-item {
    width: 80px;
    height: 110px;
    border-radius: 7px;
    border: 2px solid var(--primary-color);
    display: flex;
    position: relative;
    padding: 10px;
    flex-direction: column;
    cursor: pointer;
}

.hotel-listing-preferences-hotel-icon {
    flex-grow: 1;
    background: url('../img/Icons/hotel-icon.svg') no-repeat center center;
    background-size: 50%; /* Adjust size of the icon */
    display: flex;
    justify-content: center;
}

.hotel-listing-preferences-item p {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
}

.hotel-listing-preferences-item input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px; /* Adjust the size of the checkbox */
    height: 20px; /* Adjust the size of the checkbox */
    margin: 5px; /* Adjust the position of the checkbox */
    opacity: 0; /* Hide the default checkbox */
}

    .hotel-listing-preferences-item input[type="checkbox"] + label {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px; /* Adjust the size of the custom checkbox */
        height: 20px; /* Adjust the size of the custom checkbox */
        background: url('../img/Icons/checkbox-blank-circle.svg') no-repeat center center;
        background-size: 100%;
        cursor: pointer;
        z-index: 2;
    }

    .hotel-listing-preferences-item input[type="checkbox"]:checked + label {
        background: url('../img/Icons/checkbox-circle-checked.svg') no-repeat center center;
        background-size: 100%;
    }

.hotel-listing-preferences-restaurant-icon {
    flex-grow: 1;
    background: url('../img/Icons/restaurant-icon.svg') no-repeat center center;
    background-size: 50%; /* Adjust size of the icon */
    display: flex;
    justify-content: center;
}

.hotel-listing-preferences-transport-icon {
    flex-grow: 1;
    background: url('../img/Icons/transport-icon.svg') no-repeat center center;
    background-size: 50%; /* Adjust size of the icon */
    display: flex;
    justify-content: center;
}

/*.hotel-listing-download {
    width: 220px;
}

.hotel-listing-download img {
    width: 100%;
    height: auto;
}*/

#hotel-listing-download {
    width: 220px;
    height: 82.5px;
    position: relative;
    cursor: pointer;
}

.hotel-listing-download-rectangle {
    width: 160px;
    height: 45px;
    border-radius: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    background-color: var(--hotel-listing-download-text-background-color);
}

.hotel-listing-download-rectangle-text {
    margin: 0;
    padding: 7px;
    width: 70%;
    color: var(--hotel-listing-download-text-color);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans", sans-serif !important;
    /*    font-family: "Open Sans", sans-serif !important;*/
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    margin-top: 9px;
}

.hotel-listing-download-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(54%, -50%);
    background-color: var(--hotel-listing-download-arrow-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.arrow {
    width: 10px;
    height: 13px;
    background-color: var(--hotel-listing-download-arrow-color);
}

.arrow-tip {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid var(--white);
    transform: rotate(180deg);
}

#UserRegistration {
    display: flex;
    flex-direction: column;
}

.additional-text-3 {
    font-size: 16px !important;
   /* color: var(--primary-color-h1);*/
}

.form-group-label {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #222;
    font-weight: 300;
}

.modal .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: flex-start;
}

.form-control {
    padding: 0px !important;
}

    .form-control::placeholder, .form-group-mandatory-text {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        font-family: "Open Sans", sans-serif !important;
        color: #222;
        font-weight: 300;
    }


/*ckodans edits*/
#UserRegistration {
    display: flex;
    flex-direction: column;
}

.head {
    width: 90%;
    height: 32px;
    padding: 12px 30px;
    overflow: hidden;
    background: #e2525c;
}

.btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff;
}

.content {
    padding: 10%;
}

.blur-it {
    -webkit-filter: blur(0.1px);
    filter: blur(0.1px);
}

.button {
    background: var(--secondary-color);
    border: 1px solid var(--black);
    border-radius: 7px;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    /*    font-family: "Open Sans", sans-serif !important;
*/ font-weight: 600 !important;
    /*    font-weight: 700;*/
    font-size: 1.1em;
    padding: 0.5em 1.6em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-transform: uppercase;
    transition: color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;
}

    .button:hover {
        background: var(--secondary-color-60);
        border: 2px solid var(--secondary-color-60);
        /* background: var(--white);*/
        color: var(--white) !important;
        border-color: var(--secondary-color-60);
        box-shadow: none;
        outline: 0;
    }

.button-secondary {
    background: var(--white);
    border: 1px solid var(--primary-color-60);
    border-radius: 7px;
    box-sizing: border-box;
    color: var(--primary-color-60) !important;
    cursor: pointer;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.5em 1.6em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    border: 2px solid var(--primary-color-60);
    /*   border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;*/
    text-transform: uppercase;
    transition: color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;
}

    .button-secondary:hover {
        background: var(--primary-color-60);
        border: 2px solid var(--primary-color-60);
        /*   background: var(--white);*/
        color: var(--white) !important;
        /* border-color: var(--primary-color);*/
        box-shadow: none;
        outline: 0;
    }

.button-learn-more {
    background: #0099a9;
    border: 1px solid #0099a9;
    border-radius: 7px;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.5em 1.6em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-transform: uppercase;
    transition: color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;
}

    .button-learn-more:hover {
        background-color: rgba(0,153,169,0.7);
        border: 2px solid rgba(0,153,169,0.7);
        color: var(--white);
        border-color: rgba(0,153,169,0.7);
        box-shadow: none;
        outline: 0;
    }

.fullWidth {
    width: 100%;
}

#IndividualRegistration,
#GroupRegistration,
#ExhibitorRegistration {
    padding: 5px;
}

    #IndividualRegistration input[type="text"],
    #IndividualRegistration input[type="email"],
    #GroupRegistration input[type="text"],
    #GroupRegistration input[type="email"],
    #ExhibitorRegistration input[type="text"],
    #ExhibitorRegistration input[type="email"],
    .form-group input[type="password"] {
        width: 250px;
        height: 25px;
        margin-bottom: 5px;
        border: 2px solid #CCC;
        padding: 5px 0px 5px 5px;
    }

.form-group input[type="password"] {
    width: 207px;
}

#IndividualRegistration input[type="submit"],
#GroupRegistration input[type="submit"],
#ExhibitorRegistration input[type="submit"] {
    width: 100px;
    height: 25px;
    padding: 5px 0px 5px 5px;
}

.btnContainer {
    margin-top: 5px;
}

.borderred {
    background: #fde4e4 !important;
}

#DivLPMessage, #DivLPMessageGeneric {
    width: 100%;
    min-height: 300px;
    top: 0px;
    left: 0px;
    background: white;
    font-size: 14px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #222;
}

    #DivLPMessage a {
        text-align: center;
        color: #222;
        text-decoration: none;
    }

        #DivLPMessage a:hover {
            text-decoration: underline;
      
        }

.DivLPMessageMain {
    width: 100%;
    min-height: 320px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.DivLPMessageMainNote {
    font-size: 30px;
    padding: 40px;
    padding-top: 30px;
    box-sizing: border-box;
    vertical-align: middle;
    color: var(--primary-color);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif !important;
}

.DivLPMessageMain div {
    width: 50%;
}

.DivLPMessageMainTitle {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
}

#DivLPMessageMainAdditionalServices {
    margin-top: 30px;
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.DivLPMessageMainLeft {
    max-width: 500px;
    min-height: 200px;
    max-height: 300px;
    padding: 50px;
    padding-bottom: 0px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #333;
    border-right: 1px solid var(--primary-color);
}

    .DivLPMessageMainLeft span {
        text-transform: uppercase;
        font-weight: bold;
    }

.DivLPMessageMainRight {
    max-width: 500px;
    padding: 50px;
    padding-bottom: 0px;
    box-sizing: border-box;
    vertical-align: middle;
}

#DivLPMessageInside {
    align-items: center;
    /*border: 1px solid var(--primary-color);*/
    background: #fff;
    box-sizing: border-box;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: auto;
    max-width: 400px;
    color: var(--white);
    font-weight: bold;
}

#DivLPMessageInside {
    margin-top: 10px;
}

    #DivLPMessageInside:hover {
        /* border: 1px solid var(--primary-color);*/
        color: var(--primary-color);
    }

.DivLPMessageInsideRL {
    color: var(--white) !important;
    font-weight: bold;
    background: white;
}

    .DivLPMessageInsideRL:hover {
        /* border: 1px solid var(--primary-color);
        color: var(--primary-color);*/
    }

    .DivLPMessageInside a, .DivLPMessageInsideRL a {
        /* font-weight: bold;*/
        color: var(--white) !important;
        text-decoration: none;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
    }

        .DivLPMessageInside a:hover, .DivLPMessageInsideRL a:hover {
            text-decoration: none !important;
            color: var(--white) !important;
        }

.DivLPMessageFooter {
    width: 100%;
    min-height: 80px;
    background: white;
    position: absolute;
    box-sizing: border-box;
    padding: 30px;
    color: #333;
}

    .DivLPMessageFooter p {
    }
/*-webkit- (Chrome, Safari, newer versions of Opera*/
.modal-wrapper::-webkit-scrollbar {
    width: 0;
}

.modal::-webkit-scrollbar {
    width: 0;
}

/*-moz- (Firefox)*/
.modal {
    scrollbar-width: none;
}

.modal-wrapper {
    scrollbar-width: none;
}

/*-ms- (Internet Explorer +10)*/
.modal-wrapper {
    -ms-overflow-style: none;
}

#pictureBackground, #pictureBackground1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*ako imas sliku*/
    zbackground: url('../JPG/BackgroundCoverLP.jpg');
    background: url('../JPG/ASBMR2025_Background.svg');
    /*ako nemas sliku*/
    /*background-color: white;*/
    opacity: 70%;
    background-size: cover;
    z-index: 1;
}

#loginHint, #loginHintRL {
    margin-top: 0px;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 10px;
}

#loginHintRL {
    padding-bottom: 10px;
}

    #loginHint a, #loginHintRL a {
        /*  color: var(--white)!important;*/
        text-decoration: none;
        font-weight: 700;
        color: var(--primary-color-60) !important;
    }

        #loginHint a:hover, #loginHintRL a:hover {
            color: var(--white) !important;
        }

#loginHintInd, #loginHintRLInd {
    margin-top: 0px;
    font-size: smaller;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 10px;
}

    #loginHintInd a, #loginHintRLInd a {
        color: var(--primary-color-60);
        text-decoration: none;
        font-weight: 700;
    }

        #loginHintRLInd a:hover {
            color: white !important;
        }

.asterisk::after {
    content: "*";
    color: red;
}

.asteriskReq {
    font-size: 10px;
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    margin: 0;
    /*    padding-left:90px;
*/
}

    .asteriskReq::before {
        content: "*";
        color: red;
    }

.asteriskReqSpecifyPriority {
    margin-top: 20px;
}

.form-wrapper {
    max-width: 900px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 20px 0 10px 0;
    justify-content: space-between;
}

.form-wrapper-item {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    max-width: 425px;
    gap: 20px;
}

.form-wrapper-item-right-div {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    max-width: 425px;
    gap: 20px;
}

.form-wrapper-item-input-wrapper {
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid var(--light-grey);
    border-radius: 7px;
    padding: 5px;
}

.form-wrapper-item-input-icon {
    margin-right: 0px;
    width: 30px;
    height: 30px;
}

.full-width {
    width: 100%;
}

.half-width {
    width: calc( 50% - 10px);
}

.row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    margin-left: 0px !important;
}

.column {
    display: flex;
    /*    flex-direction: column;
*/ gap: 20px;
}

.columnind {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.max-width-100 {
    max-width: 100%;
}

.max-width-160-px {
    max-width: 160px;
}

.justify-space-between {
    justify-content: space-between;
}

.form-dropdown {
    outline: none;
    border: none;
    height: 23px;
    color: var(--black);
    background: var(--white);
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.align-items-center {
    /*    test*/
    /*    align-items:center;
*/
}
/* Style the default option (placeholder) */
.form-dropdown option[value=""][disabled] {
    color: grey; /* Placeholder color */
}

/* Change color back to normal when an option is selected */
.form-dropdown:not(:placeholder-shown) {
    color: var(--secondary-color);
}

.form-dropdown:placeholder-shown {
    color: var(--black);
}

/*    .form-dropdown option[value=""]:not(:checked) {
        display: none;
    }*/
.form-wrapper-item-input-field-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-left: 5px;
}

.form-wrapper-item-input-wrapper label {
    font-size: 12px;
}

#BuildYourPackage-wrapper {
    font-size: 16px;
}

#BuildYourPackage-Price {
    padding-right: 10px;
}

.form-wrapper-item-input-field-wrapper input[type="text"]::placeholder, .form-wrapper-item-input-field-wrapper input[type="email"]::placeholder, .form-wrapper-item-input-field-wrapper select {
    padding: 0px !important;
    font-size: 12px;
    font-style: normal !important;
    font-weight: normal !important;
    color: var(--secondary-color);
    font-family: "Open Sans", sans-serif !important;
}

.form-wrapper-item-input-field-wrapper input[type="email"] {
    border: none;
}

.form-wrapper-item-input-field-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0;
}

input[type='radio'] {
    accent-color: var(--primary-color);
}

.form-wrapper-item-input-arrow {
    margin-left: auto;
    width: 30px;
}

input[type="text"], input[type="email"] {
    padding: 0px !important;
    border: none;
    outline: none;
    flex-grow: 1;
    width: 100%;
}

.border-line {
    margin: 10px 0;
    padding: 0;
    width: 900px;
    border-bottom: 1px solid var(--secondary-color);
}

#genericMessage {
    top: 0px;
    left: 0px;
    background: white;
    font-size: 14px;
    color: #222;
    padding: 20px;
    font-weight: 500;
    text-align: center
}

.privacy-policy-wrapper, .button-wrapper {
    width: 900px;
    height: auto;
    padding: 10px 0;
    flex-direction: column;
}

.privacy-link, .consent-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 30px;
    gap: 10px;
    align-items: baseline;
}

    .privacy-link p, .consent-link p {
        display: flex;
        align-items: center;
    }

        .privacy-link p a, .consent-link p a, .loginHint a, .createAccountLink a, .privacy-link label a, .consent-link label a {
            color: var(--primary-color) !important;
            text-decoration: underline;
            font-weight: 600;
        }

            .privacy-link p a:hover, .consent-link p a:hover, .loginHint a:hover, .createAccountLink a:hover, .privacy-link label a:hover, .consent-link label a:hover {
                color: var(--secondary-color) !important;
            }

.gmp {
    text-align: center;
}

.gmp-wrapper {
    /* background-color: var(--secondary-color);
    border-radius: 7px;
    border: 1px solid var(--dark-grey);
    height: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: var(--white);*/
}

    .gmp-wrapper a {
        /*color: var(--white);*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-decoration: none;
        font-size: 1.1rem;
        /*   font-family: "Open Sans", sans-serif !important;*/
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    .gmp-wrapper:hover {
        /*background-color: var(--primary-color);*/
    }

@media (max-width: 560px) {
    .modal {
        width: 100%;
        min-width: 320px;
        max-width: 500px;
    }

    .hotel-listing-wrapper {
        flex-direction: column-reverse;
    }

    .form-wrapper {
        flex-direction: column;
    }

    .privacy-policy-wrapper, .button-wrapper, .border-line {
        min-width: 320px;
        max-width: 500px;
        width: 100%;
    }

    .LogoEtc {
        background-image: url(../JPG/BannerImgMobile.jpg);
    }
}

input#dateFrom, input#dateTo, input#CheckInIndividuals, input#CheckOutIndividuals {
    font-size: 12px;
}

input#CheckInIndividuals, input#CheckOutIndividuals {
    color: #666;
}

.form-control:disabled {
    background-color: #fff !important;
}
/* Mobile devices (portrait and landscape) */
@media (max-width: 767px) {
    .modal {
        width: 100%;
        min-width: 350px;
        max-width: 500px;
        padding: 0px;
        top: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .LogoEtc {
        width: 100%;
        min-height: 180px;
        height: 100%;
        background-image: url(../JPG/BannerImgMobile.jpg);
    }

    .hotel-listing-wrapper {
        flex-direction: column-reverse;
        width: 350px;
    }

    .form-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 360px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-wrapper-item {
        align-items: center;
    }

    .row {
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-policy-wrapper, .button-wrapper, .border-line {
        width: 350px;
    }

    .form-wrapper-item-input-wrapper {
        width: 350px !important;
    }

    input[type="text"], input[type="email"] {
        width: 95%;
    }

    /*logo in the listing dialog*/
    #conferenceLogo {
        width: 100%;
        /*height: 180px;*/
        height: 60px !important;
        content: url(../JPG/BannerImgMobile.jpg);
    }

    /*New cookie*/
    body .termsfeed-com---nb .cc-nb-main-container {
        padding-top: 0em !important;
    }

    body .termsfeed-com---nb .cc-nb-text {
        margin-bottom: 0.5rem !important;
    }

    body .termsfeed-com---nb-simple {
        right: 0px !important;
    }

    /*Second page banner gap*/
    #pageBanner {
        height: 60px !important;
    }

    #pageNav {
        height: 20px !important;
    }

        #pageNav p {
            padding-bottom: 5px !important;
        }
}
/* Tablet devices */
@media (min-width: 768px) and (max-width: 991px) {
    .modal {
        width: 100%;
        min-width: 550px;
        max-width: 650px;
        padding-top: 0px !important;
    }

    .LogoEtc {
        width: 650px;
        height: 180px;
        background-image: url(../JPG/BannerImgMobile.jpg);
    }

    .hotel-listing-wrapper {
        flex-direction: column-reverse;
        max-width: 650px;
    }

    .form-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-policy-wrapper, .button-wrapper, .border-line {
        width: 520px;
    }

    .row {
        margin-left: auto;
        margin-right: auto;
    }
}

#waitImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.text-color-primary {
    color: var(--primary-color);
}

.text-color-secondary {
    color: var(--secondary-color);
}

.triangle {
    position: relative;
    height: 0;
    width: 0;
    /*zborder-left: 100px solid red;*/
    border-right: 350px solid var(--primary-color);
    /*border-bottom: 100px solid transparent;*/
    border-top: 240px solid transparent;
}

    .triangle div {
        position: absolute;
        bottom: 0;
        zright: 0;
        left: 196px;
    }

.concierge_background {
    background-image: url(../JPG/NicoleBackground.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    min-height: 246px;
}

.concierge-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.concierge-person-details {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    margin-top: 30px;
}

.concierge-person-details_title {
    font-weight: 600;
}

.concierge-person-details_email a, .concierge-person-details_phone a {
    color: var(--primary-color-60);
  
}

    .concierge-person-details_email a:hover, .concierge-person-details_phone a:hover {
        color: var(--secondary-color-60);
    }

.concierge-person-details_img {
    position: absolute;
    right: 4px;
    bottom: 2px;
}
