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

.schedule-container {
    background-color: #F8f8f8;
}
div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all, div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all {
    display: none;
}
div#ui-datepicker-div {
    z-index: 9999999 !important;
}
.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: 0;
    right: 0;
    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;
}

 .form-group {
    margin-bottom: 15px;
}

 .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 !important;
    right: 0 !important;
    top: 10px !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    font-size: 0px;
    background-image: url(/buildings/arthur-on-aberdeen/assets/wp-content/plugins/schedule-a-tour/images/arrow1.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    cursor: pointer;
}
a.ui-datepicker-prev {
    right: 30px !important;
    transform: rotate(180deg) !important;
}
a.ui-datepicker-prev.ui-state-disabled {
    background-image: url(/buildings/arthur-on-aberdeen/assets/wp-content/plugins/schedule-a-tour/images/arrow2.svg) !important;
    transform: rotate(0deg) !important;
}
a.ui-datepicker-next.ui-state-disabled {
    background-image: url(/buildings/arthur-on-aberdeen/assets/wp-content/plugins/schedule-a-tour/images/arrow2.svg) !important;
    transform: rotate(180deg) !important;
}

.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;
}

 .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;
}
 .yardi-scheduler form .gform_fields .half-input {
    width: calc(50% - 10px) !important;
}
 .yardi-scheduler form .gform_fields .gfield--type-textarea, 
 .yardi-scheduler form .gform_fields .ginput_container {
    width: 100% !important;
}
 .yardi-scheduler form .gform_fields .ginput_container input, 
 .yardi-scheduler form .gform_fields .ginput_container select, 
 .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;
}
 .yardi-scheduler form .gform_fields .ginput_container input.datepicker, 
 .yardi-scheduler form .gform_fields .ginput_container select {
    cursor: pointer !important;
}
 .yardi-scheduler form .gform_fields .ginput_container input:hover,
 .yardi-scheduler form .gform_fields .ginput_container select:hover, 
 .yardi-scheduler form .gform_fields .ginput_container textarea:hover, 
 .yardi-scheduler form .gform_fields .ginput_container input:focus, 
 .yardi-scheduler form .gform_fields .ginput_container select:focus, 
 .yardi-scheduler form .gform_fields .ginput_container textarea:focus {
    border-color: #92705C !important;
    transition: all .3s ease-in-out;
}
 .yardi-scheduler button:focus {
    border: 1px solid #92705C !important;
    outline: 1px solid #92705C !important;
}
 .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;
	width: 20px !important; 
	margin:0px !important; 
}
 .yardi-scheduler form .gform_fields .ginput_container input.datepicker {
    padding-right: 45px !important;
    background-image: url(/buildings/arthur-on-aberdeen/assets/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;
}
 .yardi-scheduler form .gform_fields .ginput_container textarea {
    padding: 17px 14px 15px 30px !important;
    height: 100px !important;
    resize: none !important;
}
 .yardi-scheduler form .gform_fields .ginput_container input.gfield-choice-input:before {
    color: #92705C !important;
}
 .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(/buildings/arthur-on-aberdeen/assets/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: '';
}
 .ginput_container select::-ms-expand {
  display: none !important;
}

html body .yardi-scheduler .yardi-guest-info form .gform-footer input[type="submit"] {
    padding: 16px 20px !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;
	min-height: 53px;
    text-transform: capitalize !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;
}
 .yardi-scheduler .yardi-guest-info form .gform-footer input[type="submit"]:hover, 
 .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;
}
 .yardi-guest-info form label.gfield_label.gform-field-label, 
 .yardi-guest-info form .gchoice label, 
 .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: none !important;
}
 .yardi-guest-info form .gchoice {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
 .yardi-guest-info form .gchoice label {
    margin: 0px 0px !important;
    font-weight: 400 !important;
}
 p.gform_required_legend {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Work Sans';
    color: #000000 !important;
    display: none !important;
}
 .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, 
 .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;
}
 .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(/buildings/arthur-on-aberdeen/assets/wp-content/plugins/schedule-a-tour/images/Google.svg);
}
a.calendar-button.outlook-calendar {
    background-image: url(/buildings/arthur-on-aberdeen/assets/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;
    }
   .yardi-guest-info form label.gfield_label.gform-field-label, 
    .yardi-guest-info form .gchoice label, 
    .yardi-guest-info form span.gfield_required.gfield_required_asterisk {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    .yardi-scheduler form .gform_fields {
        gap: 15px !important;
    }
    .yardi-scheduler form .gform_fields .half-input {
        width: 100% !important;
    }
   .yardi-scheduler form .gform_fields .ginput_container input, 
   .yardi-scheduler form .gform_fields .ginput_container select, 
   .yardi-scheduler form .gform_fields .ginput_container textarea {
        padding: 11px 15px !important;
        height: 45px !important;
        font-size: 15px !important;
    }
    .yardi-scheduler .gform-footer.gform_footer.top_label {
        position: relative;
        justify-content: flex-end;
		text-align: right;
    }
	textarea#input_5_8 {
      height: 120px !important;
    }
    .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;
    }
    .yardi-scheduler .nextbbt .bbt-primary, .custom-button-class, 
    .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_5_18 {
    width: 100%;
}

 .gform-theme--framework .gfield--type-choice .gfield_checkbox {
    width: 100% !important;
}
 .gform_wrapper form .gform_body .gform_fields #field_5_18 {
    width: 100%;
}

.gform_hidden, .gfield_visibility_hidden {
    display: none !important;
    visibility: hidden !important;
}
fieldset#field_12_18 {
    width: 100% !important;
}






.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports(padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports(padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}