:root {
    --PrimaryColor: #000;
    --SecondaryColor: #ccc;
}
:root.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
}

/* *:focus {
    outline: none;
} */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: transparent;
}
.no-focus-outline h2:focus,
.no-focus-outline h3:focus,
.no-focus-outline a:focus,
.no-focus-outline button:focus,
.no-focus-outline .tourtype-option:focus,
.no-focus-outline div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus,
.no-focus-outline .requested-date-time:focus {
  outline: none !important;
}
.cs-calendar {

}
.modal .cs-calendar {
    position: relative;
    width: 375px;
    height: 465px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 160ms ease-out 0s;
}
.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg height='512' width='512' xmlns='http://www.w3.org/2000/svg' fill='%23ccc'%3E%3Cpath d='M437.5 386.6L306.9 256l130.6-130.6c14.1-14.1 14.1-36.8 0-50.9-14.1-14.1-36.8-14.1-50.9 0L256 205.1 125.4 74.5c-14.1-14.1-36.8-14.1-50.9 0-14.1 14.1-14.1 36.8 0 50.9L205.1 256 74.5 386.6c-14.1 14.1-14.1 36.8 0 50.9 14.1 14.1 36.8 14.1 50.9 0L256 306.9l130.6 130.6c14.1 14.1 36.8 14.1 50.9 0 14-14.1 14-36.9 0-50.9z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    z-index: 100;
    width: 20px;
    height: 20px;
}

.calendar-body {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 20px;
}

.calendar-title {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendar-title > h2,
h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
}

.confirmation-container-desc {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-top: 0;
    outline: none;
    /* opacity: 0;
    transition: all 1s ease-in-out; */
}

.calendar-sub-title {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--PrimaryColor);
    margin-top: 0;
    outline: none;
    /* opacity: 0;
    transition: all 1s ease-in-out; */
}
    /* .swiper-slide-active .calendar-sub-title {
        opacity: 1;
    } */

.calendar-error {
    color: #cc0000;
    text-transform: none;
}

.cards-container {
    flex: 1;
    width: 100%;
}

.datepicker-container {
    width: 100%;
    margin-top: 10px;
}

.contact-container .calendar-sub-title {
    margin-bottom: 7px;
}
#date {
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    min-width: 0 !important;
}
div.datepicker-calendar.bootstrap {
    box-shadow: none;
    border: none;
    margin: 0 auto;
}
div.datepicker-calendar.bootstrap:before {
    display: none;
}
div.datepicker-calendar .day {
    width: 30px;
    border-radius: 50%;
    background-color: transparent;
}
div.datepicker-calendar table.datepicker-grid td.day {
    height: 35px;
    font-size: 15px;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover {
    background-color: #eee;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
    background-color: var(--PrimaryColor);
    color: #fff;
    border: none;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay, 
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth, 
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
    background-color: #eee;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus, div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus, div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus, div.datepicker-calendar.bootstrap div.datepicker-month:hover, div.datepicker-calendar.bootstrap div.datepicker-month:focus, div.datepicker-calendar.bootstrap button.datepicker-close:hover, div.datepicker-calendar.bootstrap button.datepicker-close:focus {
    background-color: transparent;
    border-color: none;
}
div.datepicker-calendar.bootstrap div.datepicker-month-wrap {
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    height: auto;
}
div.datepicker-calendar div.datepicker-month {
    font-size: 12px;
    text-transform: uppercase;
}
div.datepicker-calendar.bootstrap div.datepicker-month-wrap {
    padding: 3px 0px;
}
div.datepicker-calendar.bootstrap table.datepicker-grid th {
    opacity: .5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled {
    display: none !important;
}
div.datepicker-calendar:not(.bootstrap4) div.datepicker-month:after {
    display: none;
}
/* old calendar stuff */
.datepicker-panel>ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid hsl(0, 0%, 88%);
    font-size: 15px;
}
.datepicker-panel>ul[data-view="week"],
.datepicker-panel>ul[data-view="days"] {
    max-width: 238px;
    display: block;
    border: none;
}
.datepicker-panel>ul[data-view="week"] {
    margin-top: 5px;
    opacity: .5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
}
.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: auto;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    pointer-events: none;
}
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="month next"] {
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 36px;
    background-size: 8px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20 width='27' height='44' viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
    overflow: hidden;
    text-indent: -999px;
}
.datepicker-panel>ul>li[data-view="month next"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20 width='27' height='44' viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}
.datepicker-panel>ul>li.disabled[data-view="month prev"],
.datepicker-panel>ul>li.disabled[data-view="month next"] {
    opacity: 0;
    pointer-events: none;
}
.datepicker-panel>ul[data-view="days"] {
    font-size: 15px;
}
.datepicker-panel>ul>li {
    margin: 0 2px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease-out 0s;
}
.datepicker-panel>ul[data-view="days"]>li {
    border-radius: 50%;
}
/* .datepicker-panel>ul>li[data-view="day"] {
} */
.datepicker-panel>ul>li:hover {
    background-color: transparent;
}
.datepicker-panel>ul[data-view="days"]>li:hover {
    background-color: #eee;
}
.datepicker-panel>ul>li.highlighted,
.datepicker-panel>ul>li.highlighted:hover {
    background-color: transparent;
    border: 2px solid #ccc;
}
.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    background-color: var(--PrimaryColor);
    color: #fff;
    border: none;
}
.datepicker-panel>ul>li.disabled {
    pointer-events: none;
    position: relative;
}
/* .datepicker-panel>ul[data-view="days"]>li.disabled:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 0;
    border-top: 2px solid #ccc;
    transform: rotate(-35deg) translate(-5px, 13px);
    top: 0;
    left: 0;
} */
.datepicker-panel>ul>li.disabled.highlighted, .datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: transparent;
}
.time-container {
    position: relative;
    margin: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
}
.time-container:last-child {
    border-bottom: none;
}

.time-title {
    font-size: 12px;
    line-height: 1;
    opacity: .5;
    text-transform: uppercase;
    font-weight: 500;
    height: 20px;
    text-align: left;
}

.calendar-sub-title-timezone {
    opacity: .5;
    margin-top: 4px;
}

.time-container .swiper-container {
    height: 34px;
    width: 240px;
    margin: 0 auto;
}
.swiper-slide {
    overflow: hidden;
}
.time-slide {
    width: 80px !important;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    transition: all 160ms ease-out 0s;
}
.time-slide:hover {
    background: #eee;
}
.time-slide.active,
.time-slide.active:hover {
    background: var(--PrimaryColor);
    color: #fff;
}
.time-slide.disabled {
    opacity: .2;
    pointer-events: none;
}

.time-prev-arrow,
.time-next-arrow {
    width: 20px;
    height: 34px;
    left: 0;
    background-size: 8px;
    margin: 0;
    top: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20 width='27' height='44' viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}
.time-next-arrow {
    left: auto;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20 width='27' height='44' viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}
.time-empty {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    opacity: .5;
    font-style: italic;
}

.btns-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btns-container .btn {
    margin-top: 15px;
}

.btn {
    margin: 0 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    padding: 0 25px;
    font-size: 13px;
    border-radius: 21px;
    border: 2px solid var(--PrimaryColor);
    background: none;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 160ms ease-out 0s;
}
    .btn:focus {
        outline-offset: 0;
    }
.btn-default {
    color: var(--PrimaryColor);
    fill: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}
.btn-default:hover {
    color: #fff;
    fill: #fff;
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}
.btn-light {
    border: none;
    color: var(--PrimaryColor);
    fill: var(--PrimaryColor);
    padding: 0;
    margin: 0 12px;
}
.btn-light:hover {
    color: var(--PrimaryColor);
    fill: var(--PrimaryColor);
}
.btn-primary {
    color: #fff;
    fill: #fff;
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    fill: #fff;
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
    opacity: .7;
}
.btn:disabled {
    color: #ddd !important;
    fill: #ddd !important;
    border-color: #ddd !important;
    background-color: transparent !important;
    pointer-events: none !important;
}
.btn.addeventatc {
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    padding: 0px 25px;
    font-size: 13px;
    border-radius: 20px;
    color: var(--PrimaryColor) !important;
    border: 2px solid var(--PrimaryColor);
    background: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 160ms ease-out 0s;
    text-shadow: none;
    box-shadow: none !important;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.btn.addeventatc:hover {
    font-size: 13px;
    color: #fff !important;
    fill: #fff;
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}
    .btn.addeventatc:active {
        border-width: 2px;
    }
    .btn.addeventatc .addeventatc_icon {
        display: none;
    }
.addeventatc_dropdown.addeventatc-selected {
    top: auto !important;
    left: -32px !important;
    bottom: 0 !important;
}
#schedule-tour {
    display: none;
}

#scheduleError {
    display: none;
    justify-content: space-around;
    flex-direction: column;
}
#scheduleError > * {
    margin: 30px auto;
}

#scheduleError > p {
    font-size: 16pt;
    font-weight: 700;
}
.cancel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cancel-container .btns-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cancel-container .btn-reschedule {
    margin-top: 13px;
    text-decoration: underline;

}
.inline .close-btn,
.inline .btn-cancel-close {
    display: none;
}
.day,
.dayNum,
.month {
    color: rgba(5, 13, 30, .64);
    font-size: 10px;
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.dayNum {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.contact-form {
    margin: 20px 0;
}
.tourtype-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tour-type-options {
    width: 100%;
}
.tourtype-option {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.tourtype-icon {
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
    fill: var(--PrimaryColor);
    transition: all 160ms ease-out 0s;
}
.tourtype-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: all 160ms ease-out 0s;
}
.tourtype-status {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    display: none;
}
.tourtype-option:focus {    
    outline: 5px auto -webkit-focus-ring-color !important;
}
.tourtype-option:hover .tourtype-icon,
.tourtype-option:focus .tourtype-icon {    
    width: 60px;
    height: 60px;
}
.tourtype-option:hover .tourtype-title,
.tourtype-option:focus .tourtype-title {    
    font-size: 20px;
}
.tourtype-div {
    font-size: 16px;
    text-transform: uppercase;
    opacity: .5;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tourtype-div:before,
.tourtype-div:after {
    content: '';
    border-top: 2px solid rgba(0,0,0,.5);
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.tourtype-div:after {
    margin: 0 0 0 20px;
}
.tour-type-options-small .tourtype-option {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
    height: 75px;
    position: relative;
    cursor: pointer;
}
.tour-type-options-small .tourtype-icon {
    width: 42px;
    margin: 0;
    fill: var(--PrimaryColor);
    transition: all 160ms ease-out 0s;
}
.tour-type-options-small .tourtype-title {
    font-size: 20px;
    margin-left: 20px;
    font-weight: 400;
    line-height: 1;
    transition: all 160ms ease-out 0s;
}
.tour-type-options-small .tourtype-status {
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}
.tour-type-options-small .tourtype-option:hover .tourtype-icon {    
    width: 60px;
}
.tour-type-options-small .tourtype-option:hover .tourtype-title {    
    font-size: 18px;
}
.tour-type-options-small .tourtype-div {
    font-size: 16px;
    text-transform: uppercase;
    opacity: .5;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tour-type-options-small .tourtype-div span {
    display: none;
}
.tour-type-options-small .tourtype-div:before,
.tour-type-options-small .tourtype-div:after {
    content: '';
    border-top: 1px solid rgba(0,0,0,.5);
    margin: 0 0 0 0;
    flex: 1 0 0;
}

.tourtype-option .time-next-arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center right;
    top: 50%;
    margin-top: -8px;
    background-size: 10px;
    height: 16px;
}
.tourtype-disabled .tourtype-status {
    display: block;
}
.tourtype-disabled {
    opacity: .3;
    pointer-events: none;
}

.contact-form > div {
    border-bottom: 2px solid #e1e1e1;
    margin-top: 10px;
    display: flex;
}
.contact-form > div.contact-error {
    border-bottom: 2px solid #cc0000;
}
    .contact-form > div.contact-error input {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='352' height='512' viewBox='0 0 352 512'%3E%3Cpath fill='%23cc0000' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 12px;
    }
.contact-form > div.contact-success {
    border-bottom: 2px solid #00cc00;
}
    .contact-form > div.contact-success input {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath fill='%2300cc00' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 12px;
    }
.contact-form label {
    width: 100px;
    border-right: 2px solid #e1e1e1;
    padding: 8px 8px 6px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
}
.contact-form input {
    border: none;
    padding: 8px 8px 6px 10px;
    font-size: 12px;
    flex: 1;
}
.contact-form input::placeholder {
    font-size: 12px;
    color: #8b8b8b;
}
.contact-form input:-ms-input-placeholder {
    font-size: 12px;
    color: #8b8b8b;
 }
#contact-move-in-date {
    width: auto;
}
.contact-container .btns-container button:first-child {
    margin-left: 0;
}
.contact-container .btns-container button:last-child {
    margin-left: 0;
}
.requested-date-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.requested-date-container svg {
    width: 26px;
    height: 26px;
    fill: var(--PrimaryColor);
}
.requested-name {
    margin-top: 12px;
    display: none;
}
.requested-date-time {
    padding: 0 20px;
}
.requested-date {
    font-size: 16px;
    text-align: left;
    margin-bottom: 2px;
}
.requested-time {
    font-size: 12px;
    text-align: left;
}
.confirmation-container .requested-date-container {
    flex-direction: column;
}
.requested-date-time-icon svg {
    margin: 10px 0 10px;
    width: 36px;
    height: 36px;
    fill: var(--PrimaryColor);
}
.confirmation-container .requested-date-time {
    margin-bottom: 24px;
}
.requested-date-time-btns svg {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}
.confirmation-container .requested-date {
    font-size: 24px;
    text-align: center;
}
.confirmation-container .requested-time {
    font-size: 16px;
    text-align: center;
}

#inputs-container {
    display: none;
}

.first-last-name-wrapper {
    display: flex;
    justify-content: space-between;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 8pt;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 8pt;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 8pt;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 8pt;
}

.first-last-name-wrapper>* > label, .email >* > label, .phone > * > label{
    position: absolute;
    top: -7px;
    left: 22px;
    font-size: 8pt;
    background-color: white;
    font-weight: bold;
}

.footer {
    display: none;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}


.input-tooltip {
    max-width: 150px;
    padding: 3px 8px;
    color: #cc0033;
    text-align: center;
    background-color: #fce4e4;
    border-radius: 4px;
    border: 1px solid #fcc2c3;
    font-size: 10pt;
    position: absolute;
    top: -53px;
    display: none;
}

.input-tooltip::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fce4e4 transparent transparent transparent;
    /* border: 1px solid #fcc2c3; */
}

.email-tooltip, .phone-tooltip {
    top: -32px;
    left: 59px;
}

.valid-email-tooltip {
    top: -50px;
}

.requested-tour-container {
    padding: 0px 3px 20px 3px;
}

#tourRequested {
    padding: 15px 3px;
    margin: 5px 0px;
    display: none;
}

 .tour-requested-header, .requested-tour-time {
    font-family: "Nunito Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #5f656f;
    font-weight: 500;
}

.requested-tour-date {
    color: #262d3b;
    font-family: Rawline,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    font-size: 1.5rem;
}

#tourRequested .edit-tour-btn {
    cursor: pointer;
    margin: 15px 0px;
    color: #5f656f;
    font-size: 1.5rem;
}

#tourRequested .add-to-calendar {
    margin: 5px 0px;
    background: #007bff;
    color: #FFF !important;
}

.addeventatc_icon {
    background: url('./assets/icons/cal.svg') !important;
    width: 25px !important;
    height: 25px !important;
    left: 10px !important;
    top: 7px !important;
}

#tourRequested .add-to-calendar:hover {
    background: #0260bc;
}
.btn.calendar-add {
    padding: 0;
}
.btn.calendar-add .add-to-calendar-label {
    padding: 0 25px;
}
.add-to-calendar-checkbox+div.add-to-calendar-dropdown {
    display: none;
    margin-left: 20px;
}
.btn.calendar-add .add-to-calendar-dropdown {
    top: auto;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: rgba(0,0,0,0.3) 0px 7px 20px !important;
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    padding: 12px 24px;
    transition: all .15s ease;
    display: block;
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
}
.btn.calendar-add .add-to-calendar-checkbox:checked+div.add-to-calendar-dropdown {
    bottom: 38px;
    opacity: 1;
    pointer-events: all;
}
.btn.calendar-add .add-to-calendar-dropdown a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 7px 0px;
    border-bottom: 1px solid #eee;
    color: #000;
}
.btn.calendar-add .add-to-calendar-dropdown a:nth-of-type(3) {
    display: none;
}
.btn.calendar-add .add-to-calendar-checkbox+div.add-to-calendar-dropdown a:before {
    margin-right: 10px;
}
.btn.calendar-add .add-to-calendar-dropdown a:last-child {
    border-bottom: none;
}
.btn-default:hover .add-to-calendar-dropdown {
    color: #000;
}
#decisionBtnsContainer {
    display: none;
    margin-top: 20px;
}

.inputs-requested-tour-container {
    padding-bottom: 8px;
}
.inputs-view-requested-tour > h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 10pt;
    margin-bottom: 0px;
}

.inputs-requested-tour-container > a {
    font-size: 8pt;
}

.no-data-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}

.no-data {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #888;
    fill: #888;
}
.no-data svg {
    width: 80px;
    height: 80px;
    margin-bottom: 100px;
    fill: var(--PrimaryColor);
}
.no-data p {
    height: 10px;
    line-height: 22px;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
    opacity: 1;
    transition: all 300ms ease-in-out;
}
.cs-hide {
    opacity: 0 !important;
    pointer-events: none !important;
}
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    fill: #888;
}
.loader svg {
    width: 80px;
    height: 80px;
    margin-bottom: 100px;
    fill: var(--PrimaryColor);
}
.dot-flashing {
    display: flex;
}
.dot-flashing > div {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 5px;
  background-color: #dddddd;
  animation: dotFlashing 1s infinite alternate;
}

.dot-flashing > div:nth-of-type(1) {
  animation-delay: 0s;
}
.dot-flashing > div:nth-of-type(2) {
  animation-delay: .5s;
}
.dot-flashing > div:nth-of-type(3) {
  animation-delay: 1s;
}
.dot-flashing > div:nth-of-type(4) {
  animation-delay: 1.5s;
}

/* animations */

.appointment-container .requested-date-time,
.appointment-container .requested-date-time-icon,
.requested-date-container {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
    transition: all .5s ease-out .2s;
}
.swiper-slide-active.appointment-container .requested-date-time,
.swiper-slide-active.appointment-container .requested-date-time-icon,
.swiper-slide-active .requested-date-container {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
}
.sgt-time-description {
    border-bottom: none;
    margin-top: 8px;
    opacity: 0%;
    height: 12px;
    display: none;
}

.sgt-time-description.show {
    opacity: 50%;
    display: block;
}
.requested-date-time-btns {
    opacity: 0;
    transform: translate3d(0px, 30px, 0px);
    transition: all .5s ease-out .5s;
}
.swiper-slide-active .requested-date-time-btns {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
}

@keyframes dotFlashing {
  0% {
    background-color: var(--PrimaryColor);
  }
  50%,
  100% {
    background-color: #dddddd;
  }
}

.no-data-image {
    margin: auto;
    background-image: url('./assets/nothing.png');
    width: 143px;
    height: 259px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: center center;
}

.no-data-available > p {
    font-size: 15pt;
    font-weight: 700;
}

.no-availability {
    font-size: 15pt;
    font-weight: 500;
    display: flex;
    height: 270px;
    align-items: center;
    justify-content: center;
}

.time-container .swiper-button-disabled {
    opacity: 0;
}

.sgt-input-description {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 1;
    display: none;
}

.sgt-input-description.show {
    opacity: 50%;
    display: block;
}

.sgt-id-container {
    margin: 20px 0;
    font-size: 14px;
}

#sgt-icon {
    stroke: var(--PrimaryColor);
}

.sgt-id-verification-info {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-top: 25px;
}

.sgt-id-timer-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.sgt-id-verification-timer {
    margin-bottom: 25px;
}

.sgt-base-timer__svg {
    height: 70px;
    transform: scaleX(-1);
    margin-bottom: 20px;
}

.sgt-base-timer__circle {
    fill: none;
    stroke: none;
}

.sgt-base-timer__path-elapsed {
    stroke-width: 3px;
    stroke: lightgray;
}

.sgt-base-timer__path-remaining {
    stroke-width: 3px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: var(--PrimaryColor);
}

.sgt-base-timer__label {
    position: absolute;
    top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
    color: var(--PrimaryColor);
}

.sgt-unsuccessful-container {
    padding: 75px 0 20px 0;
}

.sgt-timer-info-description {
    margin: 0 auto;
}

.sgt-unsuccessful {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    background: #FF0000;
    border-radius: 100px;
}


.units-container,
.additional-units-container {
    position: relative;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    margin-top: 20px;
}
.units-container:last-child,
.additional-units-container:last-child {
    border-bottom: none;
}

.units-container .swiper-container {
    height: 275px ;
    width: 240px;
    margin: 0 auto;
}

.multiUnits-slide,
.additionalUnits-slide,
.appointmentUnits-slide {
    width: 240px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 160ms ease-out 0s;
        /* border-radius: 20px; */
    text-align: -webkit-auto;
}

.multiUnits-slide:hover,
.additionalUnits-slide:hover {
    background: #eee;
}
.multiUnits-slide.active,
.multiUnits-slide.active:hover,
.additionalUnits-slide.active,
.additionalUnits-slide.active:hover {
    background: var(--PrimaryColor);
    color: #fff;
}
.multiUnits-slide.disabled,
.additionalUnits-slide.disabled {
    opacity: .2;
    pointer-events: none;
}

.multiunit-prev-arrow,
.multiunit-next-arrow,
.additionalunit-prev-arrow,
.additionalunit-next-arrow
 {
    width: 20px;
    height: 34px;
    left: 0;
    background-size: 8px;
    margin: 0;
    top: 125px;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20 width='27' height='44' viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}
.multiunit-next-arrow,
.additionalunit-next-arrow {
    left: auto;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20 width='27' height='44' viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}
.multiunit-empty {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-style: italic;
    margin-top: 132px;
    font-weight: 500;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    /* background-color: var(--PrimaryColor); */
    /* Not removed via appearance */
    background: none;
    margin: 0px 10px 0px 10px;
  
    color: var(--PrimaryColor);;
    height: 25px;
    width: 25px;
    border: 2px solid var(--PrimaryColor);;
    border-radius: 50%;
    transform: translateY(-0.075em);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    place-content: center;
    transition: border .25s linear;
	-webkit-transition: border .25s linear;
  }
  
  input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--PrimaryColor);
    
    /* Windows High Contrast Mode */
    /* background-color: CanvasText; */
  }
  
  input[type="radio"]:checked::before {
    transform: scale(1);
  }
  
  input[type=radio]:focus {
    outline: none;
}

.multiUnits-slide label,
.additionalUnits-slide label,
.appointmentUnits-slide label
 {
    margin: 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    font-family: Roboto;

}

.multiUnits-slide p,
.additionalUnits-slide p,
.appointmentUnits-slide p
 {
    padding: 5px 0px 0px 0;
    margin: 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    font-family: sans-serif;
}

.additional-units-container .swiper-container {
    height: 220px ;
    width: 240px;
    margin: 0 auto;
}

.additional-units-container input[type=checkbox]  {
    margin: 0px 10px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: normal !important;
}

.appointmentUnits-slide { 
    margin: 20px 0px 10px 5px;
}

.appointment-border {
    border-top: 2px solid #dcdcdc;
    margin-top: 20px;
}

.review-appointment-data {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    height: 230px;
}

.appointmentUnits-slide ul {
  margin-bottom: 0px !important;
}

.appointmentUnits-slide li::marker 
{
    font-size: 2rem;
    font-weight: bolder;
}