@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

.schedule-container {
    background-color: #F8f8f8;
}
body.page-id-4014.fancybox-active {
    overflow: hidden;
}
.yardi-scheduler {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    position: relative;
}
.confirmation-actions {
    display: none;
}
.yardi-tour-types, .yardi-time-slots.cal {
    width: 30%;
    padding: 20px 20px;
}

.yardi-tour-types {
    border-right: 1px solid #E6E6E6;
}

.yardi-datepicker-container {
    width: 40%;
    padding: 20px 20px;
    border-right: 1px solid #E6E6E6;
}
.yardi-scheduler-modal.fancybox-content {
    padding: 0 0;
    max-width: 1200px !important;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
}
.yardi-scheduler-modal .fancybox-close-small {
    padding: 0;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
}
.yardi-scheduler-modal .fancybox-button svg path {
    fill: #0C2C67;
}

.yardi-datepicker-container .inner {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}

.schedule-container .subtitle {
    color: #000000;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

html body.page-template-floor-plans .form-group {
    margin-bottom: 15px;
}

html body.page-template-floor-plans .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.yardi-submit-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.yardi-submit-btn:hover {
    background: #005a87;
}

.yardi-submit-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.yardi-confirmation {
    padding: 15px;
    background: #e8f5e9;
    border-radius: 4px;
    margin-top: 20px;
}

.loading {
    color: #666;
    padding: 10px;
    text-align: center;
}

.error {
    color: #d9534f;
    background: #f8d7da;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}


/* Datepicker Styles */
#yardi-datepicker {
    width: 100%;
    position: relative;
}

.ui-datepicker {
    width: 100%;
}

.ui-datepicker-header {
    color: #000000;
    padding: 7px 0 10px 0;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}
.ui-datepicker-title span {
    font-size: 20px;
    font-family: 'Work Sans';
    font-weight: 500;
    color: #000000;
}
a.ui-datepicker-prev, a.ui-datepicker-next {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 0px;
    background-image: url(/wp-content/plugins/schedule-a-tour/images/arrow1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    cursor: pointer;
}
a.ui-datepicker-prev {
    right: 30px;
    transform: rotate(180deg);
}
a.ui-datepicker-prev.ui-state-disabled {
    background-image: url(/wp-content/plugins/schedule-a-tour/images/arrow2.svg);
    transform: rotate(0deg);
}
a.ui-datepicker-next.ui-state-disabled {
    background-image: url(/wp-content/plugins/schedule-a-tour/images/arrow2.svg);
    transform: rotate(180deg);
}

.ui-datepicker td {
    padding: 2px;
}
.yardi-scheduler table.ui-datepicker-calendar tr {
    display: flex;
    gap: 10px;
}
.yardi-scheduler table.ui-datepicker-calendar th {
    width: calc(100% / 7);
    text-align: center;
    color: var(--Colors-80k, #333);
    text-align: center;
    font-family: 'Work Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yardi-scheduler table.ui-datepicker-calendar td {
    width: calc(100% / 7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0;
}
.yardi-scheduler table.ui-datepicker-calendar tbody {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}
.ui-datepicker .ui-state-default {
    border: none;
    text-align: center;
    padding: 8px 8px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    text-decoration: none;
    background-color: #E6E6E6;
    color: #000000;
    font-family: 'Work Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.ui-state-disabled.unavailable-date .ui-state-default {
    background-color: transparent;
}

.ui-datepicker .ui-state-active {
    background: #92705C;
    color: white;
    transition: all .3s ease-in-out;
}
.yardi-tour-types .inner {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
}
.tour-type-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
}
.tour-type-option input[type="radio"] {
  display: none;
}
.tour-type-option label {
  display: flex;
  padding: 20px 20px 20px 70px;
  background-color: transparent;
  border: 1px solid #92705C;
  font-weight: 500;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #000000;
  font-family: 'Work Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  transition: all .3s ease-in-out;
}
.tour-type-option label.active {
    background-color: #92705C;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}
.tour-type-option label::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    background: #FFFFFF;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
} 
.tour-type-option input[type="radio"]:checked + label::before {
    background: #92705C;
}
.tour-type-option input[type="radio"] + label::after {
  content: "";
  position: absolute;
  left: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #E6E6E6;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.tour-type-option input[type="radio"]:checked + label::after {
    background: #FFFFFF;
    transition: all .3s ease-in-out;
}


.ui-datepicker .unavailable .ui-state-default {
    background: #f9f9f9;
    color: #ccc;
    cursor: not-allowed;
}

/* Time Slots */
.time-slots-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin: 15px 0;
}

.time-period-label {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin: 7px 0 2px 0px;
}
.time-slot {
    padding: 13px 18px;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.time-slot .slot-time {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    transition: all .3s ease-in-out;
}
.time-slots-header {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    /*max-height: calc(90vh - 285px);*/
    /*overflow: auto;*/
}

.time-slot:hover {
    background-color: #F2F2F2;
    transition: all .3s ease-in-out;
}

.time-slot.selected .slot-time {
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.time-slot.selected {
    background: #92705C;
    color: white;
    border-color: #92705C;
    transition: all .3s ease-in-out;
}

/* Loading States */
.loading-state {
    text-align: center;
    padding: 20px;
}

/*.spinner {*/
/*    border: 3px solid rgba(0,0,0,0.1);*/
/*    border-radius: 50%;*/
/*    border-top: 3px solid #0073aa;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    animation: spin 1s linear infinite;*/
/*    margin: 0 auto 10px;*/
/*}*/

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Error States */
.error-state {
    padding: 15px;
    background: #f8d7da;
    border-radius: 6px;
    color: #d9534f;
    text-align: center;
}

.retry-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.retry-btn:hover {
    background: #005a87;
}

.schedule-container .time-slots-header .subtitle {
    margin-bottom: 2px;
}

.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.time-slots-header h4 {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

html body.page-template-floor-plans .yardi-scheduler form .gform_fields {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px 20px !important;
    width: 100% !important;
}
.step2-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: calc(90vh - 71px);
    overflow: auto;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .half-input {
    width: calc(50% - 10px) !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .gfield--type-textarea, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container {
    width: 100% !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container select, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container textarea {
    padding: 10px 10px 10px 25px !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0px !important;
    height: 45px !important;
    line-height: 1 !important;
    color: #666666 !important;
    font-family: 'Work Sans';
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 100% !important;
    transition: all .3s ease-in-out;
    cursor: auto !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input.datepicker, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container select {
    cursor: pointer !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input:hover,
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container select:hover, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container textarea:hover, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input:focus, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container select:focus, 
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container textarea:focus {
    border-color: #92705C !important;
    transition: all .3s ease-in-out;
}
html body.page-template-floor-plans .yardi-scheduler button:focus {
    border: 1px solid #92705C !important;
    outline: 1px solid #92705C !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input.gfield-choice-input {
    padding: 4px !important;
    aspect-ratio: 1 / 1 !important;
    max-width: 25px !important;
    height: 25px !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input.datepicker {
    padding-right: 45px !important;
    background-image: url(/wp-content/plugins/schedule-a-tour/images/calendar-check-thin-svgrepo-com-1.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: calc(100% - 14px) center !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container textarea {
    padding: 17px 14px 15px 30px !important;
    height: 100px !important;
    resize: none !important;
}
html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input.gfield-choice-input:before {
    color: #92705C !important;
}
html body.page-template-floor-plans .ginput_container select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: none !important;
  padding-right: 45px !important;
  background-image: url(/wp-content/plugins/schedule-a-tour/images/Vector-1.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: calc(100% - 14px) center !important;
  text-indent: 1px;
  text-overflow: '';
}
html body.page-template-floor-plans .ginput_container select::-ms-expand {
  display: none !important;
}
html body.page-template-floor-plans .yardi-scheduler .yardi-guest-info form .gform-footer input[type="submit"] {
    padding: 16px 25px !important;
    background-color: #92705C !important;
    color: #FFFFFF !important;
    border: 1px solid #92705C !important;
    border-radius: 0px !important;
    font-family: 'Work Sans' !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    transition: all .3s ease-in-out !important;
    box-shadow: none !important;
    outline: none !important;
}
button.back-to-step-1 {
    padding: 16px 25px;
    background-color: transparent;
    color: #92705C;
    border: 1px solid #92705C;
    border-radius: 0px;
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    transition: all .3s ease-in-out;
}
button.back-to-step-1:hover, button.back-to-step-1:focus {
    background-color: transparent;
    color: #856451;
    border-color: #856451;
    transition: all .3s ease-in-out;
}
html body.page-template-floor-plans .yardi-scheduler .yardi-guest-info form .gform-footer input[type="submit"]:hover, 
html body.page-template-floor-plans .yardi-scheduler .yardi-guest-info form .gform-footer input[type="submit"]:focus {
    background-color: #856451 !important;
    color: #FFFFFF !important;
    border-color: #856451 !important;
    transition: all .3s ease-in-out !important;
}
html body.page-template-floor-plans .yardi-guest-info form label.gfield_label.gform-field-label, 
html body.page-template-floor-plans .yardi-guest-info form .gchoice label, 
html body.page-template-floor-plans .yardi-guest-info form span.gfield_required.gfield_required_asterisk {
    color: #000000 !important;
    font-family: 'Work Sans';
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 7px !important;
    gap: 0px !important;
    text-transform: capitalize !important;
}
html body.page-template-floor-plans .yardi-guest-info form .gchoice {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
html body.page-template-floor-plans .yardi-guest-info form .gchoice label {
    margin: 0px 0px !important;
    font-weight: 400 !important;
}
html body.page-template-floor-plans p.gform_required_legend {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Work Sans';
    color: #000000 !important;
    display: none !important;
}
html body.page-template-floor-plans .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, 
html body.page-template-floor-plans .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
    background-color: #92705C !important;
    border-radius: 0px !important;
}

.badge {
    display: inline-block;
    padding: 2px 6px;
    font-size: 0.8em;
    border-radius: 3px;
    margin-right: 5px;
    background: #e0e0e0;
    color: #333;
}

.slot-type-badge {
    background: #4caf50;
    color: white;
}

.tour-type-badge {
    background: #2196f3;
    color: white;
}

.duration {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.availability {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 3px;
}

.no-slots-message {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 6px;
}

.yardi-scheduler .refresh-slots-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.yardi-step-1.cal .step-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    height: fit-content;
}

.step-row-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-items: stretch;
    max-height: calc(95vh - 160px);
    overflow: auto;
}

/*.yardi-tour-types, .yardi-datepicker-container {*/
/*    position: sticky;*/
/*    top: 0px;*/
/*    align-self: flex-start;*/
/*}*/

.yardi-step-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.yardi-step-1.cal, .yardi-step-2 {
    padding: 0;
    max-height: 90vh;
    height: fit-content;
    /*overflow: auto;*/
}

.yardi-scheduler table.ui-datepicker-calendar {
    margin: 15px auto;
}

.yardi-scheduler span.ui-icon.ui-icon-circle-triangle-e {
    position: absolute;
    right: 10px;
    color: #fff;
}

.yardi-scheduler span.ui-icon.ui-icon-circle-triangle-w {
    color: #fff;
}

.yardi-scheduler .topcenter {
    padding: 20px 20px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    height: fit-content;
}

.yardi-scheduler .topcenter h2 {
    font-size: 25px;
    text-transform: capitalize;
    font-family: 'Work Sans';
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.yardi-datepicker-container, .yardi-tour-types, .yardi-time-slots.cal {
    /*max-height: calc(calc(85vh - 123px) - 120px);*/
    /*overflow: auto;*/
    padding: 20px 10px 100px 10px;
}
.yardi-time-slots.cal::-webkit-scrollbar-track, .yardi-step-1::-webkit-scrollbar-track, .yardi-step-2::-webkit-scrollbar-track, .time-slots-header::-webkit-scrollbar-track, .step2-inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #FFFFFF;
}
.yardi-time-slots.cal::-webkit-scrollbar, .yardi-step-1::-webkit-scrollbar, .yardi-step-2::-webkit-scrollbar, .time-slots-header::-webkit-scrollbar, 
.step2-inner::-webkit-scrollbar {
    width: 7px;
    background-color: #FFFFF;
}
.yardi-time-slots.cal::-webkit-scrollbar-thumb, .yardi-step-1::-webkit-scrollbar-thumb, .yardi-step-2::-webkit-scrollbar-thumb, .time-slots-header::-webkit-scrollbar-thumb, .step2-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}
.yardi-scheduler .nextbbt .bbt-primary, .custom-button-class {
    padding: 14px 22px;
    background: #92705C;
    color: #FFFFFF;
    font-family: 'Work Sans';
    font-size: 18px !important;
    min-width: 160px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2;
    border: none;
    outline: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.yardi-scheduler .nextbbt .bbt-primary:hover, .custom-button-class:hover {
    background: #856451;
    transition: all .3s ease-in-out;
 }
.yardi-scheduler .nextbbt {
    text-align: right;
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px 70px;
    border-top: 1px solid #E6E6E6;
    z-index: 11;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
}

.steps-info {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.steps-info span {
    font-weight: 400;
    font-style: italic;
}

.yardi-scheduler .yardi-step-2 .confirmation-details {
    width: 35%;
    padding: 20px 25px;
    border-right: 1px solid #E6E6E6;
}

.yardi-scheduler .yardi-step-2 .yardi-guest-info {
    width: 65%;
    padding: 20px 45px 25px 45px;
}

.confirmation-details .inner {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
.time-box {
    padding: 29px 35px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px 25px;
    margin-top: 20px;
}
.timebox-inner p {
    color: #333333;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.4;
}
.confirmation-date {
    color: #333333;
    font-family: 'Work Sans';
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
}
.confirmation-time {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.time-box button.back-to-step-1 {
    padding: 0 0;
    border: none;
    cursor: pointer;
}

.yardi-scheduler .yardi-step-2 .yardi-guest-info .inner, 
.step2-footer {
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.bottom-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
    padding-right: 210px;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 25px;
}
.bottom-btn-wrap .back-to-step-1 {
    min-width: 155px;
}
html body.page-template-floor-plans .yardi-scheduler .gform-footer.gform_footer.top_label {
    position: absolute;
    right: 0;
    bottom: 0;
}
.step2-footer p {
    margin: 0;
    color: #333333;
    font-family: 'Work Sans';
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
}

div#gform_wrapper_9 {
    padding: 10px 0 0 0;
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
}
span[data-js-spinner-id="gform-ajax-spinner"] {
    dispaly: none !important;
}

.time-slot-error {
    color: #dc3232;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background: #f8d7da;
    border-radius: 4px;
}




/* popup css */
.yardi-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    display: none;
    overflow-y: auto;
}

.yardi-modal-content {
    background: white;
    padding: 55px 0px 65px 0px;
    max-width: 795px;
    width: 100%;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
}

.modal-body {
    padding: 0px 0 !important;
}

.appointment-details {
    padding: 44px 80px 44px 80px;
    border-bottom: 1px solid #E6E6E6;
}

.appointment-details h5 {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 13px;
}

.appointment-details h1 {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 11px;
}

.appointment-details p {
    color: #000000;
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.calendar-buttons-wrap {
    padding: 45px 80px 45px 80px;
}
.calendar-buttons {
    display: flex;
    gap: 15px 20px;
    padding-top: 52px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}


.calendar-buttons a {
    padding: 17px 28px 17px 67px;
    border: 1px solid #F2F2F2;
    background: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    color: #000000;
    font-family: 'Work Sans';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 30px center;
    max-width: 315px;
    width: 100%;
    text-decoration: none;
}
.calendar-buttons a:hover {
    color: #92705c;
}
a.calendar-button.google-calendar {
    background-image: url(/wp-content/plugins/schedule-a-tour/images/Google.svg);
}
a.calendar-button.outlook-calendar {
    background-image: url(/wp-content/plugins/schedule-a-tour/images/calendar-1.svg);
}
.appointment-details * {
    text-align: center;
}
body.modal-open {
    overflow: hidden;
}
button.yardi-fancybox-trigger.custom-button-class {
    margin: 20px auto;
    display: block;
}
/* Responsive adjustments */
@media (max-width: 1150px) {
    .yardi-scheduler table.ui-datepicker-calendar tr {
        gap: 5px;
    }
    .yardi-scheduler table.ui-datepicker-calendar tr {
        gap: 5px;
    }
    .yardi-scheduler-modal .fancybox-close-small {
        top: 18px;
    }
    .yardi-tour-types, .yardi-datepicker-container {
        width: 50%;
        padding: 20px;
    }
    .yardi-tour-types .inner {
        max-width: 100%;
    }
    .tour-type-options {
        margin-top: 0px;
    }
    .tour-type-option label {
        max-width: 250px;
    }
    .yardi-datepicker-container {
        width: 50%;
    }
    .yardi-datepicker-container .inner {
        margin: 0 0 0 0;
    }
    .yardi-time-slots.cal {
        width: 100%;
        border-top: 1px solid #E6E6E6;
    }
    .time-slots-header {
        max-width: 100%;
    }
    .time-period-label {
        width: 100%;
    }
    .time-slots-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .time-slot {
        min-width: 195px;
        padding: 13px 15px;
    }
}
@media (max-width: 1025px) {
    .yardi-scheduler .yardi-step-2  .confirmation-details, .yardi-scheduler .yardi-step-2 .yardi-guest-info {
        width: 100%;
        padding: 45px 25px;
    }
    .yardi-scheduler .yardi-step-2 .yardi-guest-info .inner, .step2-footer, .yardi-scheduler .gform_wrapper {
        max-width: 100% !important;
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }
    .yardi-scheduler .yardi-step-2 .confirmation-details {
        border: none;
        border-bottom: 1px solid #E6E6E6;
    }
    .appointment-details, .calendar-buttons-wrap {
        padding: 32px 25px;
    }
    .appointment-details h1 {
        font-size: 38px;
    }
    .time-box {
        margin-top: 0px;
    }
    .time-slots-header {
        max-width: 100%;
    }
    .time-period-label {
        width: 100%;
    }
    .time-slots-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .time-slot {
        min-width: 195px;
        padding: 11px 15px;
    }
    .step-row-wrap {
        padding-bottom: 40px;
    }
    .yardi-scheduler .nextbbt {
        padding: 15px 25px;
    }
}
@media (max-width: 767px) {
    .yardi-modal-content {
        margin: 10% auto;
        width: 90%;
    }
    .calendar-buttons {
        flex-direction: column;
    }
    .yardi-scheduler .topcenter h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .yardi-scheduler-modal .fancybox-close-small {
        width: 30px;
        height: 30px;
    }
    .yardi-datepicker-container, .yardi-tour-types, .yardi-time-slots.cal {
        padding: 20px 15px;
        width: 100%;
    }
    .schedule-container .subtitle {
        margin-bottom: 15px;
    }
    .tour-type-option label {
        padding: 15px 15px 15px 55px;
    }
    .tour-type-option label::before {
        left: 15px;
    }
    .tour-type-option input[type="radio"]:checked + label::after, .tour-type-option input[type="radio"] + label::after {
        left: 22px;
    }
    .yardi-datepicker-container {
        padding: 20px 15px;
        width: 100%;
        border: none;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }
    #yardi-datepicker {
        margin-top: 0;
    }
    .ui-datepicker-title span {
        font-size: 18px;
    }
    .yardi-scheduler table.ui-datepicker-calendar tr {
        gap: 10px;
    }
    .time-slot {
        min-width: 160px;
        padding: 11px 7px;
    }
    .time-slot .slot-time {
        font-size: 14px;
    }
    a.ui-datepicker-prev, a.ui-datepicker-next {
        width: 35px;
        height: 35px;
    }
    .ui-datepicker-header {
        padding: 10px 0 15px 0;
    }
    .yardi-scheduler table.ui-datepicker-calendar {
        margin: 15px auto;
    }
    .yardi-scheduler table.ui-datepicker-calendar th {
        font-size: 14px;
    }
    .ui-datepicker .ui-state-default {
        padding: 5px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .yardi-time-slots.cal {
        width: 100%;
        max-height: fit-content;
        /*padding-bottom: 0px;*/
    }
    .step-row-wrap {
        padding-bottom: 80px;
    }
    .time-slots-header {
        max-width: 100%;
        margin: 0 0;
        max-height: unset;
    }
    .yardi-scheduler .nextbbt {
        padding: 15px 15px;
    }
    .yardi-scheduler .yardi-step-2  .confirmation-details, .yardi-scheduler .yardi-step-2 .yardi-guest-info {
        width: 100%;
        padding: 45px 25px;
    }
    .yardi-scheduler .yardi-step-2 .yardi-guest-info .inner, .step2-footer, .yardi-scheduler .gform_wrapper {
        max-width: 100% !important;
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }
    .yardi-scheduler .yardi-step-2 .confirmation-details {
        border: none;
        border-bottom: 1px solid #E6E6E6;
    }
    .yardi-scheduler .yardi-step-2 .confirmation-details, .yardi-scheduler .yardi-step-2 .yardi-guest-info {
        padding: 20px 15px;
    }
    .time-box {
        padding: 20px 10px;
    }
    .timebox-inner p {
        font-size: 16px;
    }
    .confirmation-time {
        font-size: 23px;
    }
    html body.page-template-floor-plans .yardi-guest-info form label.gfield_label.gform-field-label, 
    html body.page-template-floor-plans .yardi-guest-info form .gchoice label, 
    html body.page-template-floor-plans .yardi-guest-info form span.gfield_required.gfield_required_asterisk {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    html body.page-template-floor-plans .yardi-scheduler form .gform_fields {
        gap: 15px !important;
    }
    html body.page-template-floor-plans .yardi-scheduler form .gform_fields .half-input {
        width: 100% !important;
    }
   html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container input, 
   html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container select, 
   html body.page-template-floor-plans .yardi-scheduler form .gform_fields .ginput_container textarea {
        padding: 11px 15px !important;
        height: 45px !important;
        font-size: 15px !important;
    }
    html body.page-template-floor-plans .yardi-scheduler .gform-footer.gform_footer.top_label {
        position: relative;
        justify-content: flex-end;
    }
    .notificmassage {
        font-size: 14px;
    }
    .bottom-btn-wrap {
        padding-right: 0;
        margin: 10px 0 20px 0;
    }
    .appointment-details, .calendar-buttons-wrap  {
        padding: 25px 15px;
    }
    .appointment-details h1 {
        font-size: 32px;
    }
    .appointment-details p {
        font-size: 16px;
    }
    html body.page-template-floor-plans .yardi-scheduler .nextbbt .bbt-primary, .custom-button-class, 
    html body.page-template-floor-plans .yardi-scheduler .yardi-guest-info form .gform-footer input[type="submit"], 
    .bottom-btn-wrap .back-to-step-1 {
        padding: 11px 15px !important;
        min-width: 135px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .calendar-buttons a {
        padding: 16px 20px 16px 53px;
        font-size: 15px;
        width: fit-content;
        background-size: 23px;
        background-position: 20px center;
        min-width: 260px;
    }
    .calendar-buttons {
        align-items: center;
        padding: 40px 0;
    }
}

.yardi-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    overflow-y: auto;
}

.yardi-modal-content {
    background: white;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    border-radius: 5px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.modal-open {
    overflow: hidden;
}

/* Adjust scheduler styles for modal */
.yardi-modal .yardi-scheduler {
    width: 100%;
    padding: 0;
}

.yardi-modal .schedule-container {
    padding: 0;
    margin: 0;
}




/*============== new css =====

/* Fancybox customizations */
.yardi-fancybox .fancybox__content {
    padding: 0;
    background: transparent;
    max-width: 900px;
    width: 90%;
}

.yardi-fancybox .fancybox__slide {
    padding: 20px 0;
}

.yardi-fancybox .fancybox__toolbar {
    background: rgba(0,0,0,0.3);
}

.yardi-fancybox .fancybox__nav {
    --f-button-next-pos: 20px;
    --f-button-prev-pos: 20px;
}

/* Make sure scheduler fits in Fancybox */
.yardi-fancybox .yardi-scheduler {
    background: white;
    padding: 30px;
    border-radius: 8px;
}

/* Button styles */

.fancybox-content .secpy {
  padding: 0px !important;
}

.fancybox-content .pg--width{
    padding: 0px !important;
}

.yardi-step-4.yardi-step .appointment-details {
  text-align: center;
}

.yardi-step-4.yardi-step .appointment-details .back-to-step-1.custom-button-class {
  background: #856451;
  color: #fff;
  margin-top: 20px;
}

.confirmation-message .appointment-details .custom-button-class {
    margin-top: 15px;
    text-decoration: none;
}

.confirmation-message .appointment-details .custom-button-class:hover {
    color: #fff;
    opacity: 0.8;
}

.yardi-step-2 .gform_ajax_spinner {
    display: none !important;
}

.yardi-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yardi-loading-overlay .spinner {
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top: 3px solid #856451;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

button.confirm-selection.bbt-primary:disabled {
    cursor: no-drop;
}

.notificmassage {
    color: #000000 !important;
    font-family: 'Work Sans' !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-top: 10px !important;
    width: 100% !important;
}

.token-error {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    height: fit-content;
    font-family: 'Work Sans';
    margin-bottom: 60px;
    font-weight: normal !important;
    color: #100400;
}

.token-error p {
  padding: 10px 0px;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
}

.token-error .linkbrtb {
    text-decoration: none;
    margin: 10px;
}

.token-error .linkbrtb:hover {
    color: #ffffff;
}

.token-error-message {
    width: 100%;
}
.yardi-scheduler form .gform_fields .gfield--type-textarea {
    width: 100% !important;
}
.single-floor_plan .gform-theme--framework .gfield--type-choice .gfield_checkbox {
    width: 100% !important;
}
.single-floor_plan .gform_wrapper form .gform_body .gform_fields #field_4_18 {
    width: 100%;
}

.page-template-floor-plans .gform-theme--framework .gfield--type-choice .gfield_checkbox {
    width: 100% !important;
}
.page-template-floor-plans .gform_wrapper form .gform_body .gform_fields #field_4_18 {
    width: 100%;
}
