body {
    font-family: Lato, Helvetica, sans-serif !important;
}
.display-none{display: none !important;}
h1,
h2,
h3 {
    color: #191919;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

h1 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
}

h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

h1.info_consent {
    font-size: 24px;
    font-weight: bold;
}

.public_visitor {
    max-width: 400px;
    margin: 0 auto;
}

.public-container {
    padding: 10vh 2vh 5vh;
}

.visit-top-section img.visit-question {
    max-width: 100%;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.content {
    font-size: 14px;
    line-height: 20px;
    color: #191919;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-top-17 {
    padding-top: 17px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-37 {
    padding-top: 37px !important;
}

.padding-top-47 {
    padding-top: 47px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-13vh {
    padding-top: 13vh !important;
}

.padding-bottom-13 {
    padding-bottom: 13px !important;
}

.content p {
    padding: 10px 0 0 0;
    margin: 0px;
    text-align: justify;
}
.option-with-image{display: flex;align-items: center;}.option-with-image img{margin-right:10px;}
.selection-control {padding-top: 24px;}

.selection-control label.label {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 19px;
    margin-bottom: 7px;
}

.selection-control .select2-container .select2-choice {
    height: 36px;
    padding: 11px 0 3px 41px;
    line-height: 30px;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    font-size: 15px;
}
.selection-control .language .select2-container .select2-choice {padding-left: 10px;}/*for language control*/
.selection-control .floor .select2-container .select2-choice,
.selection-control .suite .select2-container .select2-choice {padding: 11px 0 3px 44px;}
.selection-control .guest .select2-container .select2-choice {padding: 11px 0 3px 40px;}
.selection-control .select2-container .select2-choice .select2-arrow {
    border: 0px;
    background: none;
    line-height: 55px;
    width: 35px;
    display: none;
}

.selection-control .select2-container .select2-choice .select2-arrow b {
    font-size: 28px;
}

.selection-control .select2-container .select2-choice .select2-arrow b:before {
    color: #666666;
}

.selection-control .location label {
    position: relative;
}

.selection-control .location label.location-icon a:after, .selection-control .location label.location-icon a:before {
    top: 10px !important;
}

.selection-control .location label.location-icon a:after,
.selection-control .location label.stay-duration-icon:after,
.selection-control .location label.location-icon a:before,
.selection-control .location label.stay-duration-icon:before,
.selection-control .location label.guest_type:after,
.selection-control .location label.location-icon a:before,
.selection-control .location label.guest_type:before {
    content: "\EE84";
    text-align: center;
    display: block;
    font-family: "fontello";
    position: absolute;
    left: 15px;
    top: 1px;
    font-size: 18px;
    z-index: 99;
    color: #666;
}
.selection-control .language label.location-icon a:after{display: none;}
.selection-control .location label.location-icon a:before,
.selection-control .location label.stay-duration-icon:before,
.selection-control .location label.guest_type:before {
    content: "\e944";
    right: 13px;
    left: inherit;
}

.selection-control .location.stay-durationCls label.stay-duration-icon:before{
    content: " ";
}

.selection-control .location label.stay-duration-icon:after,
.selection-control .location label.guest_type:after {
    content: "\E925";
    top: 0px;
}

.name_control.name.cell .has-feedback {
    overflow: visible;
    height: 50px;
    padding-top: 0px;
}

.name_control.name.cell .has-feedback input.form-control {
    padding-top: 6px;
    line-height: 20px;
}

.name_control.name.cell .has-feedback label#phone-error {
    color: #f00;
    padding-top: 13px;
    display: block;
    text-transform: capitalize;
}

.date_control .has-feedback,
.name_control .has-feedback {
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #666;
    overflow: hidden;
    position: relative;
    padding-right: 15px;
}

.date_control .has-feedback label.input:before,
.date_control .has-feedback label.input:after,
.name_control.name .has-feedback label.input:before {
    content: "\EBB5";
    text-align: center;
    display: block;
    font-family: "fontello";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 18px;
}

.date_control .has-feedback label.input:after {
    content: "\E923";
    right: 11px;
    left: inherit;
}

.date_control .has-feedback input {
    padding: 6px 0 4px 43px;
}
.date_control .has-feedback input,
.name_control .has-feedback input {
    height: 40px;
    padding: 4px 0 6px 43px;
    line-height: 43px;
    display: block;
    border: 0px;
    font-size: 15px;
    color: #000;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 89%;
    text-transform: capitalize;
}

.name_control.name.email .has-feedback input{
    text-transform: lowercase;
}

.name_control.name .has-feedback label.input:before {
    content: "\EB3E";
}

.selection-control .location label.stay-duration-icon.guest:after {
    content: "\EB3C";
}

.selection-control .location label.stay-duration-icon.suite:after {
    content: "\EAF3";
}

.selection-control .location label.stay-duration-icon.floor:after {
    content: "\E914";
}

.selection-control .location label.stay-duration-icon.block:after {
    content: "\E91C";
}

.name_control.name.company .has-feedback label.input:before{
    content: "\EB3D";
}

.name_control.email .has-feedback label.input:before {
    content: "\EEED";
}

.name_control.cell .has-feedback:before, .name_control.cell .has-feedback label.input:before {content: " ";}

.qr-section {
    text-align: center;
    padding-top: 18px;
}

.qr-section img{
    border:1px solid #C9C9C9;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    width: 100%;
}

.qr-section .smart-form {
    padding-top: 10px;
    margin-left:3px;
}

.qr-section .smart-form label.checkbox {
    text-align: left;
    padding-left: 31px;
    line-height: 15px;
    font-size: 12px;
    color: #000;
}

.visitor-success {
    text-align: center;
}

.visitor-success h2 {
    padding-top: 106px;
}

.visitor-success img {
    margin-top: 56px;
    margin-bottom: 65px;
}

.visitor-success#section_8 img{
    width: 175px;
}
.invalid.help-block{
    color: #f00;
}

.survey-header {
    background: #1492DF;
    padding: 24px 40px 22px 20px;
    color: #FFFFFF;
    margin-bottom: 41px;
}

.survey-header .logo img {
    height: 30px;
}

.survey-header .heading {
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    margin-top: 7px;
}

.survey-header p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
}

.survey-content p,
.survey-content label {
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    margin-top: 19px;
    margin-bottom: 25px;
}

.survey-content {
    padding: 0 18px;
}

.survey-content label {
    margin: 0 0 0 6px;
    padding: 0;
    display: block;
    position: relative;
}

.survey-content label:before {
    content: "*";
    position: absolute;
    font-family: Arial;
    font-size: 20px;
    color: #da5050;
    top: 0;
    left: -8px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.miniPic {
    bottom: 4px;
}

.select2-hidden-accessible {
    display: none;
}

#divSmallBoxes .SmallBox.success-box {
    min-height: 60px;
    background: #fff !important;
    border-radius: 3px;
    color: #000;
}

#divSmallBoxes .SmallBox.success-box {
    border: 1px solid #8fb021;
}

#divSmallBoxes .SmallBox.success-box .foto {
    background: #8fb021 !important;
}

#divSmallBoxes .SmallBox.success-box .foto {
    background: #8fb021 !important;
}

#divSmallBoxes .SmallBox.success-box .foto {
    height: 100%;
    width: 50px;
    left: 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    top: 0;
    line-height: 60px;
}

#divSmallBoxes .SmallBox.success-box .textoFoto {
    width: 100%;
    margin: 0;
    padding: 20px 40px 20px 60px;
}

#divSmallBoxes .SmallBox.success-box .textoFoto>span {
    display: none;
}

#divSmallBoxes .miniIcono {
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 0 0 transparent;
    border-radius: 100%;
}

#divSmallBoxes .SmallBox.error-box .miniPic {
    bottom: 11px;
}

#divSmallBoxes .SmallBox.error-box {
    border: 1px solid #fe0000;
    background-color: rgb(255, 0, 0);
    color: #333;
}

#divSmallBoxes .SmallBox .foto {
    height: 100%;
    width: 50px;
    left: 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#divSmallBoxes .SmallBox.error-box .foto {
    background: #fe0000 !important;
    top: 0;
    line-height: 50px;
}

#divSmallBoxes .SmallBox {
    min-height: 60px;
    background: #fff !important;
    border-radius: 3px;
    color: #000;
}

#divSmallBoxes .SmallBox .textoFoto {
    margin: 8px 20px 3px 60px;
}

#section_9.visitor-success p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

#section_10.visitor-success h3 {
    padding-bottom: 41px;
}

div#section_5 {
    padding: 43px 1px 40px;
}

.name_control .has-feedback .has-error label.invalid,
.name_control .has-feedback.has-error label.invalid {
    display: none !important;
}

.flatpickr-calendar {
    width: 337px;
}

.flatpickr-rContainer {
    padding: 0 0 0 10px;
}

li.select2-result.select2-result-selectable.select2-highlighted .select2-result-label {
    color: #fff;
}

.select2-results .select2-result-label {
    font-size: 15px;
    color: #000;
}

.sv-root-modern .sv-btn,
.sv-root-modern .sv-radio__svg {
    display: none;
}

.smart-form .checkbox {
    padding-left: 28px;
    visibility: visible !important;
}

.select2-drop {
    margin-top: -7px;
}

#main {
    margin-left: 0px;
    padding-bottom: 0px;
    height: auto;
    min-height:auto !important;
}

.sv-root-modern .sv-footer__complete-btn {
    display: none;
}

.sv_qstn .sv-q-col-1,
.sv-question .sv-q-col-1 {
    width: auto !important;
    position: relative;
    /*top: -10px;*/
    padding-top:5px;
}

html,
body {
    background: none;
}

ul.block_ul label,
ul.floor_ul label {
    position: relative;
    margin: 0px 0 0;
    padding: 4px 10px;
    list-style: none;
    text-align: left;
    color: #da5050;
    font-size: 0.92857rem;
    line-height: 1em;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

ul.block_ul,
ul.floor_ul {
    position: relative;
    margin: 0px 0 0;
    padding: 4px 10px;
    list-style: none;
    text-align: left;
    color: #da5050;
    font-size: 0.92857rem;
    line-height: 1em;
    background-color: rgba(218, 80, 80, 0.15);
    border-radius: 0 0 3px 3px;
    font-weight: 100;
    text-transform: inherit;
}

.no-pointer {
    pointer-events: none
}

.select2-chosen>.option-with-image {
    margin-top: 1px;
}

section#recurrence_wrapper {
    background: #FBFBFB;
    padding-top: 18px !important;
}

ul.days_selection {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
    margin-left: 0;
    margin-bottom: 7px;
}

ul.days_selection li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    line-height: 30px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #333333;
}

ul.days_selection li.selected {
    background: #A7D9EA;
    border-color: #A7D9EA;
}

ul.days_selection li:hover {
    background: #A7D9EA;
}

.container--body .form-group.no_label {
    margin-bottom: 10px;
}

.container--body .form-group.no_label .combined.fl_wrap {
    height: 42px;
    margin: 0 auto;
}

ul.unit_ul label {
    position: relative;
    margin: 0px 0 0;
    padding: 4px 10px;
    list-style: none;
    text-align: left;
    color: #da5050;
    font-size: 0.92857rem;
    line-height: 1em;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

ul.unit_ul {
    position: relative;
    margin: 0px 0 0;
    padding: 4px 10px;
    list-style: none;
    text-align: left;
    color: #da5050;
    font-size: 0.92857rem;
    line-height: 1em;
    background-color: rgba(218, 80, 80, 0.15);
    border-radius: 0 0 3px 3px;
    font-weight: 100;
    text-transform: inherit;
}

.m-attachment--avatar .image-cropper-wrapper.square .upload-wrapper>img#placeholder {
    border-radius: 0 !important;
}
.public-container#section_6 i.si-allocated_success{
    color: #74BD51;
    position: relative;
    font-size: 30px;
    top: 2px;
}
.public-container#section_6 p{
    text-align:center;
    margin:24px 0 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height:24px;
}
.intl-tel-input{
    width: 88%;
    padding-left: 28px;
    margin-top: 2px;
}
.name_control.cell .intl-tel-input{padding-left: 7px;}
.smart-form .checkbox input:checked+i, .smart-form .radio input:checked+i, .smart-form .toggle input:checked+i{
    border-color: #1492df;
    background: #1492df;
    border-radius:2px;
    width:19px;
    height:19px;
}
.smart-form .checkbox input+i:after{
    color:#fff;
    top:0;
}
.smart-form .checkbox input:checked:hover+i:after{
    content: '\f00c';
}
h3#last_qr_heading{
    line-height: 24px;
}
.qr_success_section .message{
    border: 1px solid #74BD51;
    background: #F7FFF3;
    border-radius: 8px;
    padding: 14px 5px 14px 9px;
    font-size: 15px;
    margin-top: 37px;
    margin-bottom: 11px;
    display: table;
    width:95%;
}
.qr_success_section .message i.si-allocated_success{
    font-size: 20px !important;
    display: table-cell;
    padding-right:3px;
}
.qr_success_section .qr-bottom-message{
    font-size:14px;
    line-height:17px;
}
.qr_success_section .qr-bottom-message span{
    color: #666666;
}
.qr_success_section .qr-bottom-message label{
    color: #1492DF;
    float: right;
    display: inline-block;
    cursor: pointer;
}
.qr_success_section .qr-bottom-message label i {
    font-size: 21px;
    float: left;
    margin-top: -2px;
}
.qr_success_section .qr-bottom-message label#resend_email_text{
    color:#ccc;
    cursor: inherit;
}
.sv-root-modern .sv-question__title--answer, .sv-root-modern .sv-question__title--error{
    background-color: transparent;
}
.group-listed-users ul{list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.group-listed-users ul li{width: 48%; border: 1px solid #c9c9c9; border-radius: 10px; margin-bottom: 3%;display: flex; flex-direction: column; justify-content: space-between;}
.group-listed-users ul li.error{border-color: #cf0505;}
.group-listed-users--detail{padding:10px;}.group-listed-users--detail div {margin: 5px 0 0; text-overflow: ellipsis; overflow: hidden;}.group-listed-users--detail div:first-child { margin:0; }
.group-listed-users--buttons{display: flex;border-top: 1px solid #c9c9c9;}.group-listed-users--buttons button{border: 0; border-radius: 0;background: transparent; box-shadow: none; top: 0; left: 0; cursor: pointer; display: block; flex: 1; padding: 5px; min-height: 40px;}.group-listed-users--buttons button:nth-child(2) { border-left: 1px solid #c9c9c9; }.group-listed-users--buttons button.btn-primary { color: #1492df; }.group-listed-users--buttons button.me-cancel {color: #cf0505;}
.info-box.info-primary{padding:10px 20px;background: #1492df;border-radius: 8px;}.info-box.info-primary p{padding:0;color:#fff; font-size: 13px;}
@media screen and (max-width: 400px){
    .visitor-success h2{
        padding-top:25px;
    }
    .date_control.date .has-feedback input{
        min-width: 270px;
        text-align: left;
    }
}
footer {
    padding-left: 25px;
    padding-right: 25px;
}

.visit-btn {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    background-color: #1492df;
    border: 1px solid #1492df;
    color: #fff;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    height: 42px;
}

.visit-btn:focus-visible {
    outline: none;
}

.visit-btn-cancel {
    background-color: #f5f5f5;
    border: 1px solid #d5d5d5;
    color: #151515;
    height: 42px;
    margin-top: 20px;
}
.disabled_pointer{
    pointer-events: none;
}

.uppercaseCls input {
    text-transform: uppercase !important;
}

.capitalizeCls input{
    text-transform: capitalize !important;
}

.noChangeCls input{
    text-transform: inherit !important;
}
.multiselect-spinner{
    position: absolute;
    top: 11px;
    right: 6px;
}
.public-container#section_12 i.si-allocated_success{
    color: #74BD51;
    position: relative;
    font-size: 30px;
    top: 2px;
}