@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);.theme--light.v-picker__title{background:#e0e0e0}.theme--dark.v-picker__title{background:#616161}.theme--light.v-picker__body{background:#fff}.theme--dark.v-picker__body{background:#424242}.v-picker{border-radius:4px;contain:layout style;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1rem;vertical-align:top;position:relative}.v-picker--full-width{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.v-picker--full-width>.v-picker__body{margin:initial}.v-picker__title{color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding:16px}.v-picker__title__btn{-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1)}.v-picker__title__btn:not(.v-picker__title__btn--active){opacity:.6;cursor:pointer}.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus){opacity:1}.v-picker__title__btn--readonly{pointer-events:none}.v-picker__title__btn--active{opacity:1}.v-picker__body{height:auto;overflow:hidden;position:relative;z-index:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.v-picker__body>div{width:100%}.v-picker__body>div.fade-transition-leave-active{position:absolute}.v-picker--landscape .v-picker__title{border-top-right-radius:0;border-bottom-right-radius:0;width:170px;position:absolute;top:0;height:100%;z-index:1}.v-application--is-ltr .v-picker--landscape .v-picker__title{left:0}.v-application--is-rtl .v-picker--landscape .v-picker__title{right:0}.v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-left:170px;margin-right:0}.v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-right:170px;margin-left:0}.v-picker--flat{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-date-picker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1}.v-application--is-ltr .v-date-picker-title .v-picker__title__btn{text-align:left}.v-application--is-rtl .v-date-picker-title .v-picker__title__btn{text-align:right}.v-date-picker-title__year{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:8px}.v-date-picker-title__date{font-size:34px;text-align:left;font-weight:500;position:relative;overflow:hidden;padding-bottom:8px;margin-bottom:-8px}.v-date-picker-title__date>div{position:relative}.v-date-picker-title--disabled{pointer-events:none}.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:rgba(0,0,0,.87)}.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff}.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button{color:hsla(0,0%,100%,.5)}.v-date-picker-header{padding:4px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.v-date-picker-header .v-btn{margin:0;z-index:auto}.v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-date-picker-header__value{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;position:relative;overflow:hidden}.v-date-picker-header__value div{width:100%}.v-date-picker-header__value button,.v-date-picker-header__value div{-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1)}.v-date-picker-header__value button{cursor:pointer;font-weight:700;outline:none;padding:.5rem}.v-date-picker-header--disabled{pointer-events:none}.theme--light.v-date-picker-table .v-date-picker-table--date__week,.theme--light.v-date-picker-table th{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-table .v-date-picker-table--date__week,.theme--dark.v-date-picker-table th{color:hsla(0,0%,100%,.5)}.v-date-picker-table{position:relative;padding:0 12px;height:242px}.v-date-picker-table table{-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1);top:0;table-layout:fixed;width:100%}.v-date-picker-table td,.v-date-picker-table th{text-align:center;position:relative}.v-date-picker-table th{font-size:12px}.v-date-picker-table--date .v-btn{height:32px;width:32px}.v-date-picker-table .v-btn{z-index:auto;margin:0;font-size:12px}.v-date-picker-table .v-btn.v-btn--active{color:#fff}.v-date-picker-table--month td{width:33.333333%;height:56px;vertical-align:middle;text-align:center}.v-date-picker-table--month td .v-btn{margin:0 auto;max-width:140px;min-width:40px;width:100%}.v-date-picker-table--date th{padding:8px 0;font-weight:600}.v-date-picker-table--date td{width:45px}.v-date-picker-table__events{height:8px;left:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-table__events>div{border-radius:50%;display:inline-block;height:8px;margin:0 1px;width:8px}.v-date-picker-table--date .v-date-picker-table__events{bottom:6px}.v-date-picker-table--month .v-date-picker-table__events{bottom:8px}.v-date-picker-table__current .v-date-picker-table__events{margin-bottom:-1px}.v-date-picker-table--disabled{pointer-events:none}.v-date-picker-years{font-size:16px;font-weight:400;height:290px;list-style-type:none;overflow:auto;text-align:center}.v-date-picker-years.v-date-picker-years{padding:0}.v-date-picker-years li{cursor:pointer;padding:8px 0;-webkit-transition:none;transition:none}.v-date-picker-years li.active{font-size:26px;font-weight:500;padding:10px 0}.v-date-picker-years li:hover{background:rgba(0,0,0,.12)}.v-picker--landscape .v-date-picker-years{padding:0;height:290px}.mm-shell[data-v-c1df698e]{font-family:Open Sans,inherit;font-size:14px;color:var(--wp-text-primary,#1d2739);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;height:100%;min-height:100%;max-height:100%;background:var(--wp-surface,#fff);overflow:hidden}.mm-header[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 24px 0}.mm-header--breadcrumb[data-v-c1df698e]{padding-top:24px}.mm-header__title[data-v-c1df698e]{font-family:OpenSansBold,Arial,sans-serif;font-size:28px;line-height:142.857%;font-weight:700;margin:0;color:var(--wp-text-primary,#1d2739)}.mm-back[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;background:transparent;border:0;cursor:pointer;color:var(--wp-primary,#0066da);font-family:OpenSansRegular,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px;padding:10px 0}.mm-back i[data-v-c1df698e]{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;aspect-ratio:1/1;color:var(--wp-neutral-2,#6b7178)}.mm-back--icon-only[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.mm-iconbtn[data-v-c1df698e]{width:48px;height:48px;border-radius:50%;border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:var(--wp-primary,#0066da)}.mm-iconbtn[data-v-c1df698e],.mm-iconbtn[data-v-c1df698e]:hover{background:var(--wp-primary-variant,#f6f8fa)}.mm-iconbtn .v-icon[data-v-c1df698e]{color:var(--wp-primary,#0066da)!important}.mm-iconbtn--filters[data-v-c1df698e]{background:transparent;border:0;cursor:pointer;color:var(--wp-primary,#0066da);width:32px;height:32px;border-radius:0}.mm-iconbtn--filters[data-v-c1df698e]:hover{background:transparent}.mm-iconbtn--filters svg[data-v-c1df698e]{color:var(--wp-primary,#0066da)!important}.mm-header[data-v-c1df698e],.mm-tabs-wrap[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0}.mm-tabs-wrap[data-v-c1df698e]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:1px solid var(--wp-border-subtle,#e3e8ee)}.mm-tabs-wrap .mm-tabs-controls .mm-cat-chip--scroll[data-v-c1df698e]{top:calc(50% - 5px)}.mm-tabs-viewport[data-v-c1df698e]{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;width:100%}.mm-tabs-controls[data-v-c1df698e]{position:absolute;top:24px;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.mm-tabs-controls .mm-cat-chip--scroll[data-v-c1df698e]{pointer-events:auto}.mm-tabs-controls .mm-cat-chip--scroll-left[data-v-c1df698e]{left:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mm-tabs-controls .mm-cat-chip--scroll-right[data-v-c1df698e]{right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mm-tabs[data-v-c1df698e]{width:100%;overflow:hidden;padding:24px 0 0}.mm-tabs__track[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;will-change:transform}.mm-tab[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:8px 12px;background:transparent;border:0;cursor:pointer;border-bottom:2px solid transparent;-webkit-transition:color .15s,border-color .15s;transition:color .15s,border-color .15s;font-size:16px;font-weight:600;line-height:22px;white-space:nowrap}.mm-tab[data-v-c1df698e],.mm-tab[data-v-c1df698e]:hover{color:var(--wp-text-primary,#1d2739)}.mm-tab--active[data-v-c1df698e]{color:var(--wp-primary,#0066da);border-bottom-color:var(--wp-primary,#0066da)}.mm-tab--active .mm-tab__icon--mask[data-v-c1df698e]{background-color:currentColor}.mm-tab__icon[data-v-c1df698e]{color:inherit}.mm-tab__icon--mask[data-v-c1df698e]{display:inline-block}.mm-tab__icon--mask[data-v-c1df698e],.mm-tab__icon--svg[data-v-c1df698e]{width:26px;height:27px;-ms-flex-negative:0;flex-shrink:0}.mm-tab__icon--svg svg[data-v-c1df698e]{color:inherit!important;fill:inherit!important}.mm-tab__label[data-v-c1df698e]{white-space:nowrap}.mm-room-footer[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;padding:12px 20px 20px;border-top:1px solid var(--wp-border-muted,#b1bbc7);background:var(--wp-surface,#fff)}.mm-room-footer__btn[data-v-c1df698e]{width:100%}.mm-body[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overflow-anchor:none;padding:8px 24px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-overflow-scrolling:touch}.mm-body--colleague[data-v-c1df698e]{overflow:hidden;min-height:0;gap:0;padding-top:8px}.mm-body--bc[data-v-c1df698e]{overflow:hidden;min-height:0;gap:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-body--bc>.mm-bc[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;width:100%}.mm-body--filters[data-v-c1df698e]{gap:24px;padding-bottom:0}.mm-filter-footer[data-v-c1df698e]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:12px 24px 24px;background:var(--wp-surface,#fff)}.mm-filter-apply-btn[data-v-c1df698e]{display:block;width:100%;height:56px;border-radius:28px;border:0;background:var(--wp-primary,#0066da);color:#fff;font-family:OpenSansSemiBold,Arial,sans-serif;font-size:16px;font-weight:600;line-height:56px;cursor:pointer;text-align:center}.mm-filter-apply-btn[data-v-c1df698e]:hover{opacity:.9}.mm-filter-apply-btn[data-v-c1df698e]:active{opacity:.8}.mm-booking-rail[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding-top:16px}.mm-booking-rail .mm-section-title[data-v-c1df698e]:not(.mm-section-title--lg):not(.mm-section-title--sm){font-size:20px;font-weight:600;line-height:30px}.mm-booking-rail .mm-pill[data-v-c1df698e]{padding:8px 12px}.mm-section-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}.mm-section-row--room[data-v-c1df698e]{margin-top:4px}.mm-date-time-label-row[data-v-c1df698e]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.mm-date-time-label-row .mm-section-title[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.mm-date-time-label-row .mm-link[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;white-space:nowrap;font-size:16px;font-weight:600;line-height:24px}.mm-book-for-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-top:4px}.mm-book-for-row--spaced[data-v-c1df698e]{margin-top:8px}.mm-book-for-row .mm-pill[data-v-c1df698e]{min-height:48px}.mm-book-for-row__label[data-v-c1df698e]{margin:0;font-size:20px;font-weight:600;line-height:30px;color:var(--wp-text-primary,#1d2739);-ms-flex-negative:0;flex-shrink:0}.mm-book-for-row__pills[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;-ms-flex-negative:0;flex-shrink:0}.mm-book-for-row__pills .mm-pill[data-v-c1df698e]{padding:6px 14px;border-radius:999px;background:var(--wp-neutral-6,#ecf0f4);border:0;font-size:14px;font-weight:600;line-height:20px;color:var(--wp-text-primary,#1d2739)}.mm-book-for-row__pills .mm-pill--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da)}.mm-book-for-row__pills .mm-pill--with-delegate[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;min-height:48px;padding:4px 16px 4px 16px;font-size:16px;line-height:22px}.mm-book-for-row__pills .mm-pill--with-delegate.mm-pill--active[data-v-c1df698e]{background:var(--wp-primary,#0066da);color:#fff}.mm-book-for-row__pills .mm-pill--with-delegate.mm-pill--active .mm-book-for-pill__label[data-v-c1df698e]{color:#fff}.mm-book-for-row__pills .mm-book-for-pill__avatar[data-v-c1df698e]{width:28px;height:28px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--wp-primary-variant,#e6f1fe)}.mm-book-for-row__pills .mm-book-for-pill__avatar img[data-v-c1df698e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.mm-book-for-row__pills .mm-book-for-pill__initials[data-v-c1df698e]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;font-weight:600;line-height:1;color:var(--wp-neutral-1,#1d2739);background:transparent}.mm-book-for-row__pills .mm-book-for-pill__label[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-desk-calendar-wrap[data-v-c1df698e],.mm-room-calendar-wrap[data-v-c1df698e]{width:100%;padding:0;position:relative}.mm-booking-rule-tooltip[data-v-c1df698e]{position:absolute;left:50%;bottom:16px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:5;width:calc(100% - 24px);max-width:none;padding:12px 16px;border-radius:16px;background:hsla(0,0%,100%,.96);color:var(--wp-neutral-1,#1d2739);font-size:14px;line-height:20px;font-weight:400;text-align:center;pointer-events:none;border:1px solid rgba(29,39,57,.08);-webkit-box-shadow:0 8px 24px rgba(29,39,57,.12);box-shadow:0 8px 24px rgba(29,39,57,.12)}.mm-section-title[data-v-c1df698e]{color:var(--wp-neutral-1,#1d2739);font-size:18px;font-weight:600;line-height:28px;margin:0}.mm-section-title--mt[data-v-c1df698e]{margin-top:6px}.mm-section-title--mt-8[data-v-c1df698e]{margin-top:8px}.mm-section-title--sm[data-v-c1df698e]{font-size:12px;font-weight:600;color:var(--wp-primary,#0066da);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-section-title--lg[data-v-c1df698e]{color:var(--wp-neutral-1,#1d2739);font-size:22px;font-weight:600;line-height:32px}.mm-section-title.mm-filters-title[data-v-c1df698e]{padding-top:16px;font-family:OpenSansSemiBold,Arial,sans-serif;font-size:20px;font-weight:600;line-height:30px}.mm-link[data-v-c1df698e]{color:var(--wp-primary,#0066da);cursor:pointer;font-size:16px;font-weight:600;line-height:22px;text-decoration:none}.mm-link[data-v-c1df698e]:hover{text-decoration:underline}.mm-amenity-cats-wrap[data-v-c1df698e]{position:relative;-ms-flex-align:center;padding:18px 0 8px}.mm-amenity-cats-wrap[data-v-c1df698e],.mm-amenity-cats[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center}.mm-amenity-cats[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;width:100%;-ms-flex-align:center;gap:12px;overflow-x:auto;padding:1px 0}.mm-amenity-cats[data-v-c1df698e]::-webkit-scrollbar{display:none}.mm-cat-chip[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;border-radius:30px;background:var(--wp-neutral-6,#e6f1fe);border:none;cursor:pointer;color:var(--wp-text-primary,#1d2739);white-space:nowrap;min-height:40px;padding:8px 12px;font-size:16px;font-weight:600;line-height:22px}.mm-cat-chip[data-v-c1df698e]:focus{border:none!important}.mm-cat-chip[data-v-c1df698e]:focus-visible{outline:1px auto -webkit-focus-ring-color}.mm-cat-chip__dot[data-v-c1df698e]{width:18px;height:18px;border-radius:50%;background:var(--mm-chip-dot,#999);outline:2px solid var(--wp-background,#fff);-ms-flex-negative:0;flex-shrink:0;display:inline-block}.mm-cat-chip__text[data-v-c1df698e]{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-cat-chip--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da);border:none}.mm-cat-chip--scroll[data-v-c1df698e]{position:absolute;top:50%;z-index:2;-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--wp-background,#fff);border:none;border-radius:50%;-webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,.15)) drop-shadow(0 1px 2px rgba(0,0,0,.3));filter:drop-shadow(0 1px 3px rgba(0,0,0,.15)) drop-shadow(0 1px 2px rgba(0,0,0,.3));color:var(--wp-neutral-2,#6b7178)}.mm-cat-chip--scroll .v-icon[data-v-c1df698e]{color:inherit!important}.mm-cat-chip--scroll-left[data-v-c1df698e]{left:0;-webkit-transform:translate(-50%,-16px);transform:translate(-50%,-16px)}.mm-cat-chip--scroll-right[data-v-c1df698e]{right:0;-webkit-transform:translate(50%,-16px);transform:translate(50%,-16px)}.mm-amenity-list[data-v-c1df698e]{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-amenity-list--flat .mm-amenity-row[data-v-c1df698e]{padding:12px 0}.mm-amenity-loading[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 0}.mm-amenity-empty[data-v-c1df698e]{padding:24px 0;text-align:center;color:var(--wp-text-secondary,#6b7178);font-size:14px}.mm-amenity-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;cursor:pointer;border-radius:8px;gap:8px}.mm-amenity-row__icon[data-v-c1df698e]{width:40px;height:40px;border-radius:50%;background:var(--wp-neutral-6,#e6f1fe);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:0}.mm-amenity-row__icon[data-v-c1df698e],.mm-amenity-row__svg[data-v-c1df698e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.mm-amenity-row__svg[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;width:27px;height:27px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.mm-amenity-row__svg[data-v-c1df698e] svg{width:27px;height:27px;display:block}.mm-amenity-row__label[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;color:var(--wp-text-primary,#1d2739);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;font-size:18px;font-weight:600;line-height:28px}.mm-amenity-row__level[data-v-c1df698e]{font-size:11px;color:var(--wp-text-secondary,#6b7178);font-weight:400}.mm-amenity-row__action[data-v-c1df698e]{color:var(--wp-primary,#0066da);cursor:pointer;-ms-flex-negative:0;flex-shrink:0;min-width:76px;text-align:left;font-size:16px;font-weight:600;line-height:22px}.mm-amenity-row__action[data-v-c1df698e]:hover{text-decoration:underline}.mm-poi-detail[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.mm-poi-detail__title[data-v-c1df698e]{margin:0;color:var(--wp-neutral-1,#1d2739);font-family:OpenSansSemiBold,Arial,sans-serif;font-size:22px;font-weight:600;line-height:32px}.mm-poi-detail__title-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;min-width:0}.mm-poi-detail__title-row .mm-poi-detail__title[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.mm-poi-detail__capacity[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;-ms-flex-negative:0;flex-shrink:0;font-size:16px;font-weight:600;line-height:22px;color:var(--wp-text-primary,#1d2739)}.mm-poi-detail__capacity-icon[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178)}.mm-poi-detail--room .mm-poi-detail__title-row .mm-poi-detail__title[data-v-c1df698e]{font-size:20px;line-height:28px}.mm-poi-detail__hero[data-v-c1df698e]{width:100%;height:180px;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:50%;background-color:var(--wp-primary-variant,#f6f8fa)}.mm-poi-detail__hero--photo[data-v-c1df698e]{position:relative;overflow:hidden}.mm-poi-detail__hero-photo[data-v-c1df698e]{position:absolute;left:0;top:0;width:100%;height:100%;display:block;border-radius:inherit;pointer-events:none;-o-object-fit:cover;object-fit:cover}.mm-poi-detail__svg[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:64px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.mm-poi-detail__svg[data-v-c1df698e] svg{width:64px;height:64px;display:block}.mm-poi-detail__floor[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:13px;color:var(--wp-text-secondary,#6b7178);margin:0}.mm-poi-detail__tags[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-poi-detail__desc[data-v-c1df698e]{margin:0;margin-top:8px;color:var(--wp-neutral-2,#6b7178);font-family:OpenSansRegular,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px}.mm-tag[data-v-c1df698e]{display:inline-block;padding:4px 12px;border-radius:24px;color:var(--wp-neutral-1,#1d2739);font-family:OpenSansSemiBold,Arial,sans-serif;font-size:14px;font-weight:600;line-height:20px;text-transform:capitalize}.mm-tag--green[data-v-c1df698e]{background:var(--wp-secondary,#b4fcee);color:var(--wp-on-secondary,#1d2739)}.mm-search-input-wrap[data-v-c1df698e]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;border:1px solid var(--wp-border-subtle,#e3e8ee);background:var(--wp-background,#fff);border-radius:999px;padding:6px 16px}.mm-search-input-wrap__icon[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178)}.mm-search-input-wrap__clear[data-v-c1df698e]{background:transparent;border:0;cursor:pointer;color:var(--wp-neutral-2,#6b7178)}.mm-search-input-wrap--in-header[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 4px}.mm-search-input[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;border:0;outline:none;background:transparent;color:var(--wp-neutral-2,#6b7178);padding:6px 0;overflow:hidden;text-overflow:ellipsis;font-family:OpenSansRegular,Arial,sans-serif;font-size:18px;font-weight:400;line-height:29px}.mm-search-input[data-v-c1df698e]::-webkit-input-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-search-input[data-v-c1df698e]::-moz-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-search-input[data-v-c1df698e]:-ms-input-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-search-input[data-v-c1df698e]::-ms-input-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-search-input[data-v-c1df698e]::placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-filter-chips[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}.mm-filter-pill[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da);border-radius:4px;cursor:pointer;min-height:32px;padding:5px 8px 5px 12px;font-family:OpenSansSemiBold,Arial,sans-serif;font-size:14px;font-weight:600;line-height:16px;-webkit-transition:background .15s,border-color .15s;transition:background .15s,border-color .15s}.mm-filter-pill--active[data-v-c1df698e],.mm-filter-pill__x[data-v-c1df698e]{background:var(--wp-primary,#0066da);color:var(--wp-on-primary,#fff)}.mm-filter-pill__x[data-v-c1df698e]{border:0;border-radius:2px;width:16px;height:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;margin-left:2px}.mm-filter-pill__x .v-icon[data-v-c1df698e]{color:var(--wp-on-primary,#fff)}.mm-floor-chips[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-floor-chip[data-v-c1df698e]{background:var(--wp-neutral-6,#ecf0f4);border:0;padding:6px 12px;border-radius:8px;font-size:16px;font-weight:400;line-height:26px;cursor:pointer;color:var(--wp-neutral-2,#1d2739)}.mm-floor-chip--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da)}.mm-suggestion-list[data-v-c1df698e]{list-style:none;margin:0;padding:0;margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.mm-suggestion[data-v-c1df698e]{gap:8px;border-bottom:1px solid var(--wp-neutral-5,#e3e8ee);cursor:pointer;min-height:56px;padding:12px;width:100%;color:var(--wp-neutral-1,#1d2739);font-size:16px;font-weight:400;line-height:24px;font-family:OpenSansRegular,Arial,sans-serif}.mm-suggestion[data-v-c1df698e],.mm-suggestion__icon[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-suggestion__icon[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-suggestion .v-icon[data-v-c1df698e]{line-height:24px}.mm-suggestion__label[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;font-size:16px;font-weight:400;line-height:24px;color:var(--wp-neutral-1,#1d2739)}.mm-suggestion__level[data-v-c1df698e]{font-size:11px;color:var(--wp-text-secondary,#6b7178)}.mm-suggestion--empty[data-v-c1df698e]{cursor:default;color:var(--wp-text-secondary,#6b7178);font-style:italic}.mm-suggestion--empty[data-v-c1df698e]:hover{background:transparent}.mm-collapse[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 0 0 0}.mm-collapse__head[data-v-c1df698e]{background:transparent;border:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;padding:8px 0;font-weight:600;color:var(--wp-text-primary,#1d2739);width:100%}.mm-collapse__head[data-v-c1df698e]:focus{border:none!important}.mm-collapse__head[data-v-c1df698e]:focus-visible{outline:1px auto -webkit-focus-ring-color}.mm-collapse__head .v-icon[data-v-c1df698e]{width:24px;height:24px;color:var(--wp-neutral-1,#1d2739)}.mm-collapse__title[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:4px;min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.mm-collapse__label[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;color:var(--wp-neutral-1,#1d2739)}.mm-collapse__count[data-v-c1df698e],.mm-collapse__label[data-v-c1df698e]{font-family:OpenSansSemiBold,Arial,sans-serif;font-size:16px;font-weight:600;line-height:24px}.mm-collapse__count[data-v-c1df698e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wp-neutral-2,#6b7178)}.mm-checklist[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;padding:4px 0 8px}.mm-checklist__empty[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178);font-size:13px;font-style:italic;padding:4px 0}.mm-check[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:0 0;cursor:pointer}.mm-check[data-v-c1df698e]:focus-visible{outline:1px auto -webkit-focus-ring-color}.mm-check input[type=checkbox][data-v-c1df698e]{position:absolute;width:18px;height:18px;margin:0;opacity:0;cursor:pointer}.mm-check__box[data-v-c1df698e]{width:18px;height:18px;border-radius:2px;border:1.5px solid var(--wp-border-subtle,#e3e8ee);display:inline-block;-ms-flex-negative:0;flex-shrink:0;position:relative;margin:10px;-webkit-transition:background .15s,border-color .15s;transition:background .15s,border-color .15s}input[type=checkbox]:checked+.mm-check__box[data-v-c1df698e]{background:var(--wp-primary,#0066da);border-color:var(--wp-primary,#0066da)}input[type=checkbox]:checked+.mm-check__box[data-v-c1df698e]:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid var(--wp-on-primary,#fff);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mm-check__label[data-v-c1df698e]{color:var(--wp-neutral-1,#1d2739);font-family:OpenSansRegular,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px}.mm-toggle-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px;padding-bottom:8px}.mm-toggle-row__label[data-v-c1df698e]{color:var(--wp-neutral-1,#1d2739);font-size:16px;font-weight:600;line-height:137.5%}.mm-toggle-row--disabled[data-v-c1df698e]{opacity:.45;pointer-events:none}.mm-switch[data-v-c1df698e]{width:38px;height:22px;background:var(--wp-border-muted,#b1bbc7);border-radius:999px;position:relative;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.mm-switch__knob[data-v-c1df698e]{position:absolute;top:2px;left:2px;width:18px;height:18px;background:var(--wp-surface,#fff);border-radius:50%;-webkit-transition:left .15s;transition:left .15s;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}.mm-switch--on[data-v-c1df698e]{background:var(--wp-primary,#0066da)}.mm-switch--on .mm-switch__knob[data-v-c1df698e]{left:18px}.mm-switch--disabled[data-v-c1df698e]{cursor:not-allowed;opacity:.45}.mm-wf-input-wrap[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.mm-wf-input-wrap .mm-wf-input[data-v-c1df698e]{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-wf-input[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:999px;gap:12px;width:100%;min-height:34px;padding:7px 12px;position:relative;overflow:hidden;background:var(--wp-background,var(--wp-surface,#fff));border:1px solid var(--wp-neutral-4,#b1bbc7)}.mm-wf-input__icon[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0}.mm-wf-input__icon--start[data-v-c1df698e]{width:32px;height:32px}.mm-wf-input__pin[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-wf-input__pin svg[data-v-c1df698e]{width:20.128px;height:25.346px;aspect-ratio:27/34}.mm-wf-input__field[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;border:0;outline:none;background:transparent;padding:0 0;overflow:hidden;color:var(--wp-neutral-1,#1d2739);text-overflow:ellipsis;max-width:calc(100% - 88px);min-width:calc(100% - 88px);font-size:18px;font-weight:400;line-height:29px;font-family:OpenSansRegular,Arial,sans-serif}.mm-wf-input__field[data-v-c1df698e]::-webkit-input-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-wf-input__field[data-v-c1df698e]::-moz-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-wf-input__field[data-v-c1df698e]:-ms-input-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-wf-input__field[data-v-c1df698e]::-ms-input-placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-wf-input__field[data-v-c1df698e]::placeholder{color:var(--wp-neutral-2,#6b7178)}.mm-wf-input__clear[data-v-c1df698e]{background:transparent;border:0;cursor:pointer;color:var(--wp-neutral-2,#6b7178);width:32px;height:32px}.mm-wf-input__filter[data-v-c1df698e]{background:transparent;border:0;cursor:pointer;color:var(--wp-text-secondary,#6b7178);padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px}.mm-wf-input__filter[data-v-c1df698e]:hover{color:var(--wp-text-primary,#1d2739)}.mm-wf-input--readonly[data-v-c1df698e]{background:var(--wp-primary-variant,#f6f8fa);cursor:default}.mm-wf-input__field--readonly[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;color:var(--wp-text-primary,#1d2739);font-size:14px;font-weight:500;padding:4px 0}.mm-cta[data-v-c1df698e]{width:100%;border:0;border-radius:999px;padding:12px 16px;cursor:pointer;-webkit-transition:opacity .15s,background .15s;transition:opacity .15s,background .15s;margin-top:8px;font-size:16px;font-weight:600;line-height:22px}.mm-cta--primary[data-v-c1df698e]{background:var(--wp-primary,#0066da);color:var(--wp-on-primary,#fff)}.mm-cta--primary[data-v-c1df698e]:hover{opacity:.92}.mm-cta--disabled[data-v-c1df698e]{background:var(--wp-neutral-5,#e3e8ee);color:var(--wp-neutral-2,#6b7178);cursor:not-allowed}.mm-cta--danger-outline[data-v-c1df698e]{background:var(--wp-surface,#fff);border:1px solid var(--wp-danger,#d32f2f);color:var(--wp-danger,#d32f2f)}.mm-cta--danger-outline[data-v-c1df698e]:focus{border:1px solid var(--wp-danger,#d32f2f)!important}.mm-step-list[data-v-c1df698e]{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.mm-step[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;padding:0 0}.mm-step__icon-wrap[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;width:56px;height:56px;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--wp-text-primary,#1d2739)}.mm-step__icon-wrap .v-icon[data-v-c1df698e]{padding:3px}.mm-step__icon-wrap--dest .v-icon[data-v-c1df698e]{color:var(--wp-primary,#0066da)}.mm-step__icon[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739)}.mm-step__icon svg[data-v-c1df698e]{fill:currentColor!important;color:currentColor!important}.mm-step__body[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:36px}.mm-step__text[data-v-c1df698e]{color:var(--wp-neutral-1,#1d2739);font-size:16px;font-weight:400;line-height:26px}.mm-step__dist[data-v-c1df698e]{color:var(--wp-neutral-2,#6b7178);font-size:14px;font-weight:400;line-height:22px}.mm-step--end[data-v-c1df698e]{border-bottom:0}.mm-step--end .mm-step__text[data-v-c1df698e]{font-weight:600}.mm-pill-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.mm-pill-row--seg[data-v-c1df698e]{background:var(--wp-primary-variant,#f6f8fa);border-radius:999px;padding:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:0}.mm-pill-row--multi[data-v-c1df698e]{gap:10px}.mm-pill-row--suggested[data-v-c1df698e]{gap:12px}.mm-pill[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;min-height:40px;padding:8px 12px;border-radius:30px;background:var(--wp-control-surface,#ecf0f4);border:none;cursor:pointer;font-weight:600;font-size:16px;line-height:22px;color:var(--wp-text-primary,#1d2739);-webkit-transition:background .15s,color .15s;transition:background .15s,color .15s}.mm-pill--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da);font-weight:600}.mm-pill--unable[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178);cursor:not-allowed}.mm-pill--feature[data-v-c1df698e]{border-radius:30px;min-height:48px;padding:8px 12px}.mm-pill--feature.mm-pill--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da);font-weight:600}.mm-pill--option[data-v-c1df698e]{min-height:48px;border-radius:30px;padding:8px 12px;font-size:16px;line-height:22px;font-weight:600}.mm-pill--option.mm-pill--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da);font-weight:600}.mm-pill--suggested-time[data-v-c1df698e]{background:var(--wp-primary-variant,#f6f8fa);color:var(--wp-text-primary,#1d2739);font-weight:600;font-size:14px;min-height:32px;padding:8px;border-radius:8px;min-width:84px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-pill--suggested-time.mm-pill--active[data-v-c1df698e]{background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da)}.mm-pill--suggested-time[data-v-c1df698e]:hover{background:#d7e9fd}.mm-pill__info[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178)}.mm-pill[data-v-c1df698e]:disabled{cursor:not-allowed;opacity:.7}.mm-time-link[data-v-c1df698e]{background:transparent;border:0;color:var(--wp-primary,#0066da);font-weight:600;font-size:13px;cursor:pointer;padding:4px 0}.mm-time-link[data-v-c1df698e]:hover{text-decoration:underline}.mm-recent[data-v-c1df698e]{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.mm-recent__row[data-v-c1df698e]{gap:8px;padding:0 0;border-bottom:none;cursor:pointer}.mm-recent__row .icon-wrap[data-v-c1df698e],.mm-recent__row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-recent__row .icon-wrap[data-v-c1df698e]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:48px}.mm-recent__icon[data-v-c1df698e]{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;-ms-flex-negative:0;flex-shrink:0;border-radius:6px}.mm-recent__text[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-recent__name[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);font-size:18px;font-weight:600;line-height:28px}.mm-recent__sub[data-v-c1df698e]{font-family:Open Sans,sans-serif;color:var(--wp-text-primary,#1d2739);font-size:16px;font-weight:400;line-height:26px;gap:6px}.mm-recent__avail[data-v-c1df698e]{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2e7d32;-webkit-box-flex:0;-ms-flex:0 0 8px;flex:0 0 8px}.mm-recent__avail--busy[data-v-c1df698e]{background:#d32f2f}.mm-recent__book[data-v-c1df698e]{color:var(--wp-primary,#0066da);cursor:pointer;font-size:16px;font-weight:600;line-height:22px}.mm-recent__book--unable[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178);cursor:not-allowed}.mm-attendee-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;min-height:100px;overflow:visible;padding-top:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-attendee-row__scroll-wrap[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;margin-left:-24px;margin-right:-24px;padding-left:24px}.mm-attendee-row__scroll-outer[data-v-c1df698e]{position:relative;width:100%;min-width:0}.mm-attendee-row__scroll[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-top:4px;padding-bottom:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-attendee-row__scroll[data-v-c1df698e]::-webkit-scrollbar{display:none}.mm-attendee-row__scroll-btn[data-v-c1df698e]{position:absolute;top:37%;z-index:7;width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:1px solid var(--wp-border-subtle,#e3e8ee);background:#fff;-webkit-box-shadow:0 2px 8px rgba(29,39,57,.12);box-shadow:0 2px 8px rgba(29,39,57,.12);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#1d2739;padding:0;-ms-flex-negative:0;flex-shrink:0;pointer-events:auto;overflow:hidden}.mm-attendee-row__scroll-btn[data-v-c1df698e]:hover{background:#f5f7fa}.mm-attendee-row__scroll-btn--left[data-v-c1df698e]{left:-20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mm-attendee-row__scroll-btn--right[data-v-c1df698e]{right:0;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mm-attendee-row__scroll-icon.v-icon[data-v-c1df698e]{font-size:24px!important;width:24px!important;height:24px!important;color:var(--wp-text-primary,#1d2739)!important}.mm-attendee-row__loading[data-v-c1df698e]{-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:92px;min-width:0}.mm-attendee-row__loading[data-v-c1df698e],.mm-attendee[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center}.mm-attendee[data-v-c1df698e]{width:70px;min-width:70px;max-width:70px;min-height:96px;height:auto;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0;position:relative;cursor:pointer;font-size:16px;font-weight:600;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:visible}.mm-attendee img[data-v-c1df698e]{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.mm-attendee__initials[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);width:60px;height:60px;border-radius:50%;background:var(--wp-primary-variant,#f6f8fa);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-attendee__caption[data-v-c1df698e]{position:static;margin-top:6px;width:100%;max-width:70px;font-size:16px;line-height:26px;color:var(--wp-text-primary,#1d2739);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.mm-attendee--person[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;cursor:default}.mm-attendee__avatar[data-v-c1df698e]{position:relative;width:60px;height:60px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;overflow:visible;margin-top:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-attendee__avatar img[data-v-c1df698e]{display:block;width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.mm-attendee__avatar .mm-attendee__initials[data-v-c1df698e]{width:100%;height:100%;border-radius:50%;background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-text-secondary,#6b7178);font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:28px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-attendee__avatar--ring-available[data-v-c1df698e]{border:3px solid var(--wp-availability-available,#73a876)}.mm-attendee__avatar--ring-tentative[data-v-c1df698e]{border:3px solid var(--wp-availability-tentative,#b57900)}.mm-attendee__avatar--ring-away[data-v-c1df698e]{border:0;-webkit-box-shadow:0 0 0 1px var(--wp-brand-on-accent,#fff);box-shadow:0 0 0 1px var(--wp-brand-on-accent,#fff)}.mm-attendee__avatar--ring-unavailable[data-v-c1df698e]{border:3px solid var(--wp-danger,#d32f2f)}.mm-attendee__avatar--ring-unknown[data-v-c1df698e]{border:3px solid var(--wp-text-secondary,#6b7178)}.mm-attendee__status-badge[data-v-c1df698e]{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;padding:0;border-radius:50%;background:var(--wp-text-secondary,#6b7178);border:2px solid var(--wp-brand-on-accent,#fff);-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.mm-attendee__status-badge .v-icon[data-v-c1df698e]{width:12px!important;height:12px!important;font-size:12px!important;line-height:1;margin:0;color:#fff!important}.mm-attendee__status-badge--available[data-v-c1df698e]{background:var(--wp-availability-available,#73a876)}.mm-attendee__status-badge--away[data-v-c1df698e],.mm-attendee__status-badge--tentative[data-v-c1df698e]{width:16px;height:16px;bottom:0;right:0;border:0;-webkit-box-shadow:0 0 0 1px var(--wp-brand-on-accent,#fff);box-shadow:0 0 0 1px var(--wp-brand-on-accent,#fff);background:var(--wp-availability-tentative,#b57900)}.mm-attendee__status-badge .mm-attendee__status-clock[data-v-c1df698e]{display:block;width:12px;height:12px}.mm-attendee__status-badge--unavailable[data-v-c1df698e]{background:var(--wp-danger,#d32f2f)}.mm-attendee__status-badge--unknown[data-v-c1df698e]{background:var(--wp-text-secondary,#6b7178)}.mm-attendee--modify[data-v-c1df698e]{width:70px;min-width:70px;-ms-flex-negative:0;flex-shrink:0;border-radius:0;outline:none;background:var(--wp-surface,#fff);position:sticky;left:0;z-index:6}.mm-attendee--modify[data-v-c1df698e]:active,.mm-attendee--modify[data-v-c1df698e]:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.mm-attendee--modify .mm-attendee__iconbtn[data-v-c1df698e]{border:0;background:transparent;padding:0;margin:3px 0 0;width:60px;height:60px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:none;cursor:pointer}.mm-attendee--modify .mm-attendee__iconbtn[data-v-c1df698e]:active,.mm-attendee--modify .mm-attendee__iconbtn[data-v-c1df698e]:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.mm-attendee--modify .mm-attendee__iconbtn:active .v-icon[data-v-c1df698e],.mm-attendee--modify .mm-attendee__iconbtn:focus-visible .v-icon[data-v-c1df698e]{-webkit-box-shadow:0 0 0 2px var(--wp-text-primary,#1d2739);box-shadow:0 0 0 2px var(--wp-text-primary,#1d2739)}.mm-attendee--modify .mm-attendee__iconbtn .v-icon[data-v-c1df698e]{width:60px;height:60px;border-radius:50%;background:var(--wp-primary,#0066da);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-attendee--more[data-v-c1df698e]{background:var(--wp-primary-variant,#f6f8fa);color:var(--wp-text-primary,#1d2739)}.mm-stepper[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;border:1px solid var(--wp-border-muted,#b1bbc7);border-radius:8px;padding:12px 16px;width:100%;background:var(--wp-surface,#fff)}.mm-stepper[data-v-c1df698e],.mm-stepper__btn[data-v-c1df698e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-stepper__btn[data-v-c1df698e]{width:48px;height:48px;border:0;background:var(--wp-primary-variant,#e6f1fe);border-radius:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;color:var(--wp-primary,#0066da)}.mm-stepper__btn[data-v-c1df698e]:hover{background:#dcecfe}.mm-stepper__input[data-v-c1df698e]{width:200px;height:48px;text-align:center;border:0;border-radius:8px;background:var(--wp-primary-variant,#f6f8fa);font-size:22px;line-height:32px;font-weight:600;color:var(--wp-text-primary,#1d2739);margin:0;cursor:text;pointer-events:auto}.mm-stepper--room[data-v-c1df698e]{border:1px solid var(--wp-border-muted,#b1bbc7);border-radius:8px;background:var(--wp-surface,#fff);padding:12px 16px;width:100%;min-height:72px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.mm-stepper--room .mm-stepper__btn[data-v-c1df698e],.mm-stepper--room[data-v-c1df698e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-stepper--room .mm-stepper__btn[data-v-c1df698e]{width:48px;height:48px;min-width:48px;border-radius:8px;border:0;background:var(--wp-primary-variant,#e6f1fe);color:var(--wp-primary,#0066da);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0}.mm-stepper--room .mm-stepper__btn .v-icon[data-v-c1df698e]{line-height:1}.mm-stepper--room .mm-stepper__input[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;width:auto;max-width:220px;height:48px;border-radius:8px;border:0;background:var(--wp-primary-variant,#f6f8fa);margin:0;padding:0 10px;text-align:center;color:var(--wp-text-primary,#1d2739);font-size:32px;line-height:32px;font-weight:600;font-family:Open Sans,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:text;pointer-events:auto}.mm-stepper--room .mm-stepper__input[data-v-c1df698e]:focus{outline:2px solid var(--wp-primary,#0066da);outline-offset:0}.mm-suggested-title[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.mm-room-heading[data-v-c1df698e]{font-size:20px;font-style:normal;line-height:30px;font-weight:600}.mm-room-heading+.mm-attendee-row[data-v-c1df698e]{margin-top:4px}.mm-recent--room[data-v-c1df698e]{gap:16px}.mm-recent--room .mm-recent__row[data-v-c1df698e]{gap:8px;padding:0;border-bottom:0;min-height:56px}.mm-recent__left[data-v-c1df698e]{width:48px;min-width:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.mm-recent--room .mm-recent__icon[data-v-c1df698e]{width:32px;height:32px;border-radius:0}.mm-recent--room .mm-recent__name[data-v-c1df698e]{font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;line-height:28px;font-weight:600;letter-spacing:0;color:var(--wp-text-primary,#1d2739)}.mm-recent--room .mm-recent__sub[data-v-c1df698e]{font-family:OpenSansRegular,Arial,sans-serif;font-size:16px;font-style:normal;line-height:26px;font-weight:400;letter-spacing:0;color:var(--wp-text-primary,#1d2739);gap:0}.mm-recent--room .mm-recent__avail[data-v-c1df698e]{width:8px;height:8px}.mm-recent--room .mm-recent__book[data-v-c1df698e]{font-family:OpenSansSemibold,Arial,sans-serif;font-size:16px;font-style:normal;line-height:22px;font-weight:600;letter-spacing:0;color:#0066da}.mm-recent--room .mm-recent__book.mm-recent__book--unable[data-v-c1df698e]{color:#7fb6ef;cursor:not-allowed}.mm-text-input[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:var(--wp-primary-variant,#f6f8fa);border-radius:12px;padding:10px 14px}.mm-text-input--area[data-v-c1df698e]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mm-text-input__field[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;border:0;outline:none;background:transparent;font-size:14px;color:var(--wp-text-primary,#1d2739);width:100%}.mm-text-input__field--area[data-v-c1df698e]{resize:vertical;min-height:80px;font-family:inherit}.mm-text-input__field[data-v-c1df698e]::-webkit-input-placeholder{color:var(--wp-text-secondary,#6b7178)}.mm-text-input__field[data-v-c1df698e]::-moz-placeholder{color:var(--wp-text-secondary,#6b7178)}.mm-text-input__field[data-v-c1df698e]:-ms-input-placeholder{color:var(--wp-text-secondary,#6b7178)}.mm-text-input__field[data-v-c1df698e]::-ms-input-placeholder{color:var(--wp-text-secondary,#6b7178)}.mm-text-input__field[data-v-c1df698e]::placeholder{color:var(--wp-text-secondary,#6b7178)}.mm-text-input__clear[data-v-c1df698e]{background:transparent;border:0;cursor:pointer;color:var(--wp-text-secondary,#6b7178)}.mm-text-input--meeting-title[data-v-c1df698e]{background:#f9fafb;border-radius:8px;padding:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.mm-text-input__field--meeting-title[data-v-c1df698e]{font-size:22px;line-height:32px;font-weight:600;color:var(--wp-text-primary,#1d2739)}.mm-text-input__clear--meeting-title[data-v-c1df698e]{width:32px;height:32px;border-radius:50%;background:var(--wp-surface,#fff);color:#7a818c;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;margin-top:0}.mm-text-input--description[data-v-c1df698e]{background:#f9fafb;border-radius:12px;padding:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-text-input__field--description[data-v-c1df698e]{font-size:18px;font-style:normal;line-height:29px;font-weight:400;color:var(--wp-text-primary,#1d2739);min-height:174px;resize:none}[data-v-c1df698e] .v-input__slot{background:transparent!important}.mm-time-pill[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:var(--wp-primary-variant,#f6f8fa);border-radius:20px;padding:10px 14px;font-size:14px}.mm-time-pill__date[data-v-c1df698e]{font-weight:600;color:var(--wp-text-primary,#1d2739);font-size:22px;line-height:1.25}.mm-time-pill__date--ellipsis[data-v-c1df698e]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-time-pill__time[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178);font-size:15px;line-height:1.3}.mm-desk-actions[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;margin-top:8px;width:100%}.mm-desk-actions__ticket[data-v-c1df698e]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-negative:0;flex-shrink:0}.mm-desk-actions__book[data-v-c1df698e]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.mm-desk-actions__nav[data-v-c1df698e]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-ms-flex-negative:0;flex-shrink:0}.mm-desk-actions--has-ticket .mm-desk-actions__book[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;max-width:262px;min-height:48px}.mm-desk-actions:not(.mm-desk-actions--has-ticket) .mm-desk-actions__book[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;max-width:260px}.mm-desk-actions--no-book[data-v-c1df698e]:not(.mm-desk-actions--has-ticket){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-desk-actions--no-book.mm-desk-actions--has-ticket[data-v-c1df698e]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-icon-circle[data-v-c1df698e]{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;border:0;background:var(--wp-primary-variant,#f6f8fa);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.mm-icon-circle--48[data-v-c1df698e]{width:48px;height:48px;padding:8px}.mm-icon-circle[data-v-c1df698e]:hover{background:#e9ecef}.mm-icon-circle--outline[data-v-c1df698e]{background:#fff;border:1.5px solid var(--wp-primary,#0066da)}.mm-cta--inline[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:0}.mm-room-actions-pair[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px;width:100%}.mm-room-actions-pair__book[data-v-c1df698e],.mm-room-actions-pair__nav[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;height:48px;border-radius:24px;font-size:16px;font-weight:600;line-height:22px;cursor:pointer;padding:7px 16px;-webkit-transition:opacity .15s;transition:opacity .15s}.mm-room-actions-pair__nav[data-v-c1df698e]{background:#fff;border:1px solid var(--wp-primary,#0066da);color:var(--wp-primary,#0066da)}.mm-room-actions-pair__book[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;background:var(--wp-primary,#0066da);border:1px solid var(--wp-primary,#0066da);color:#fff;border-radius:100px}.mm-room-actions-pair__book[data-v-c1df698e]:disabled{opacity:.85;cursor:not-allowed}.mm-room-actions-pair__book[data-v-c1df698e]:hover:not(:disabled),.mm-room-actions-pair__nav[data-v-c1df698e]:hover{opacity:.92}.mm-desk-actions__book[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.mm-desk-actions__book[data-v-c1df698e]:disabled{opacity:.85;cursor:not-allowed}.mm-cta--bottom[data-v-c1df698e]{margin-top:10px}.mm-cb-shell[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:-8px -4px 0}.mm-cb-sticky[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;padding-bottom:8px;background:var(--wp-surface,#fff);z-index:1}.mm-cb-title[data-v-c1df698e]{margin:0 0 8px;font-size:22px;line-height:32px;font-weight:600;color:var(--wp-text-primary,#1d2739)}.mm-cb-desk[data-v-c1df698e]{margin:0 0 16px;font-size:18px;line-height:29px;font-weight:400;color:var(--wp-text-primary,#1d2739);font-family:OpenSansRegular,Arial,sans-serif}.mm-cb-weeks-scroll[data-v-c1df698e]{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px 16px;padding:0 16px 2px;scrollbar-width:thin}.mm-cb-weeks-scroll[data-v-c1df698e]::-webkit-scrollbar{height:4px}.mm-cb-weeks-scroll[data-v-c1df698e]::-webkit-scrollbar-thumb{background:var(--wp-border-muted,#b1bbc7);border-radius:4px}.mm-cb-weeks-inner[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;padding-bottom:2px}.mm-cb-week-pill[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;white-space:nowrap;background:var(--wp-neutral-surface,#ecf0f4);border:none;min-height:48px;padding:8px 12px;border-radius:30px;font-size:16px;line-height:22px;font-weight:600;font-family:inherit;cursor:pointer;color:var(--wp-text-primary,#1d2739);-webkit-transition:background .15s,color .15s;transition:background .15s,color .15s}.mm-cb-week-pill[data-v-c1df698e]:hover{background:rgb(226.31,232.35,238.39)}.mm-cb-week-pill--active[data-v-c1df698e]{color:var(--wp-primary,#0066da)}.mm-cb-week-pill--active[data-v-c1df698e],.mm-cb-week-pill--active[data-v-c1df698e]:hover{background:var(--wp-primary-variant,#e6f1fe)}.mm-cb-count[data-v-c1df698e]{margin:0;font-size:20px;line-height:30px;font-weight:600;color:var(--wp-text-primary,#1d2739)}.mm-cb-empty[data-v-c1df698e],.mm-cb-loading[data-v-c1df698e]{margin:0;font-size:15px;line-height:22px;color:var(--wp-text-secondary,#6b7178);padding:4px 0 12px}.mm-cb-people-scroll[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;overflow-y:auto;padding-top:8px;margin-right:-4px;padding-right:4px}.mm-cb-people[data-v-c1df698e]{gap:24px}.mm-cb-people[data-v-c1df698e],.mm-cb-person[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-cb-person[data-v-c1df698e]{gap:16px}.mm-cb-person__head[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:8px}.mm-cb-person__avatar[data-v-c1df698e]{width:48px;height:48px;border-radius:50%;background:var(--wp-primary-variant,#e6f1fe);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.mm-cb-person__avatar img[data-v-c1df698e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mm-cb-person__initials[data-v-c1df698e]{color:var(--wp-primary,#0066da);font-weight:600;font-size:16px}.mm-cb-person__text[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.mm-cb-person__name[data-v-c1df698e]{font-size:20px;font-weight:600;color:var(--wp-text-primary,#1d2739);line-height:30px;font-family:OpenSansSemiBold,Arial,sans-serif}.mm-cb-person__role[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);font-weight:400}.mm-cb-person__role[data-v-c1df698e],.mm-cb-slot[data-v-c1df698e]{font-size:16px;line-height:26px;font-family:OpenSansRegular,Arial,sans-serif}.mm-cb-slot[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.mm-cb-slot__date[data-v-c1df698e]{-webkit-box-flex:0;-ms-flex:0 0 85px;flex:0 0 85px;width:85px;color:var(--wp-text-primary,#1d2739);word-break:break-word}.mm-cb-slot__chip[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;background:var(--wp-neutral-surface,#ecf0f4);border-radius:4px;padding:0 8px;min-height:26px}.mm-cb-slot__time[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);min-width:0;font-size:16px}.mm-cb-slot__dur[data-v-c1df698e],.mm-cb-slot__time[data-v-c1df698e]{line-height:26px;font-weight:400;font-family:OpenSansRegular,Arial,sans-serif}.mm-cb-slot__dur[data-v-c1df698e]{color:var(--wp-neutral-2,#6b7178);text-align:right;-ms-flex-negative:0;flex-shrink:0}.mm-bc[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;width:100%}.mm-bc__title[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;margin:0 0 16px;padding:24px 20px 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--wp-neutral-1,#1d2739);font-family:OpenSansSemiBold,Arial,sans-serif;font-size:22px;font-weight:600;line-height:32px}.mm-bc__scroll[data-v-c1df698e]{min-height:0;overflow-x:hidden;overflow-y:auto;gap:24px;padding:0 0 8px;width:100%}.mm-bc__loading[data-v-c1df698e],.mm-bc__scroll[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-bc__loading[data-v-c1df698e]{min-height:240px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;padding:48px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-bc__loading-text[data-v-c1df698e]{margin:0;font-size:16px;line-height:26px;font-weight:400;color:var(--wp-text-secondary,#6b7178)}.mm-bc__hero[data-v-c1df698e]{width:calc(100% - 48px);height:192px;border-radius:12px;margin:0 24px;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.mm-bc__content[data-v-c1df698e]{padding:0 24px;width:100%;min-width:0;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-bc__content[data-v-c1df698e],.mm-bc__room-block[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.mm-bc__title-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.mm-bc__room-name[data-v-c1df698e]{margin:0;color:var(--wp-text-primary,#1d2739);font-family:OpenSansSemiBold,Arial,sans-serif;font-size:20px;font-weight:600;line-height:30px}.mm-bc__capacity[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:8px}.mm-bc__capacity[data-v-c1df698e],.mm-bc__inline-icon[data-v-c1df698e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.mm-bc__inline-icon[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;-o-object-fit:contain;object-fit:contain;text-align:center}.mm-bc__inline-icon--features[data-v-c1df698e]{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.mm-bc__capacity-value[data-v-c1df698e]{font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:29px;color:var(--wp-text-primary,#1d2739)}.mm-bc__location[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.mm-bc__location-text[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;min-width:0}.mm-bc__location-text span[data-v-c1df698e]{font-family:OpenSansRegular,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px;color:var(--wp-text-primary,#1d2739)}.mm-bc__divider[data-v-c1df698e]{-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;border:0;height:1px;margin:0;padding:0;background:var(--wp-border-muted,#e0e0e0);width:100%}.mm-bc__divider[data-v-c1df698e],.mm-bc__meeting-block[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}.mm-bc__meeting-block[data-v-c1df698e]{-ms-flex-direction:column;flex-direction:column;gap:8px;min-width:0;max-width:100%;overflow:hidden}.mm-bc__meeting-title[data-v-c1df698e]{margin:0;font-size:20px;line-height:30px;font-weight:600;color:var(--wp-text-primary,#1d2739);word-break:break-word;overflow-wrap:anywhere}.mm-bc__meeting-desc[data-v-c1df698e]{margin:0;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;line-height:26px;font-weight:400;color:var(--wp-text-secondary,#6b7178);word-break:break-word;overflow-wrap:anywhere;max-width:100%}.mm-bc__meeting-desc[data-v-c1df698e] [aria-hidden=true]{display:none}.mm-bc__meeting-desc[data-v-c1df698e] h4{margin:0 0 4px;font-size:inherit;font-weight:600;line-height:inherit}.mm-bc__meeting-desc a[data-v-c1df698e]{color:#0078d4;text-decoration:underline;word-break:break-all}.mm-bc__section[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;min-width:0;max-width:100%}.mm-bc__section--addons[data-v-c1df698e],.mm-bc__section--features[data-v-c1df698e]{gap:16px}.mm-bc__datetime-pill[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;-ms-flex-item-align:stretch;align-self:stretch;padding:8px 24px;border-radius:12px;background:var(--wp-primary-variant,#e6f1fe);-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%}.mm-bc__datetime-pill-line1[data-v-c1df698e]{font-family:OpenSansSemiBold,Arial,sans-serif;font-size:20px;font-weight:600;line-height:30px;color:var(--wp-text-primary,#1d2739);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-bc__datetime-pill-time[data-v-c1df698e]{font-family:OpenSansRegular,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px;color:var(--wp-text-primary,#1d2739)}.mm-bc__section-head[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin:0}.mm-bc__section-head--inline[data-v-c1df698e]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.mm-bc__section-icon[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);-ms-flex-negative:0;flex-shrink:0}.mm-bc__section-icon--addons[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739)}.mm-bc__section-label[data-v-c1df698e]{font-family:OpenSansSemiBold,Arial,sans-serif;font-size:20px;font-weight:600;line-height:30px;color:var(--wp-text-primary,#1d2739)}.mm-bc__section-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;min-width:0;max-width:100%}.mm-bc__see-all[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;font-size:16px;line-height:22px;font-weight:600;color:var(--wp-primary,#0066da);text-decoration:none}.mm-bc__see-all[data-v-c1df698e]:hover{text-decoration:underline}.mm-bc__datetime-card[data-v-c1df698e]{gap:8px;background:#f6f8fa;border-radius:12px;padding:8px 12px}.mm-bc__date-chip[data-v-c1df698e],.mm-bc__datetime-card[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-bc__date-chip[data-v-c1df698e]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2px;width:48px;height:48px;padding:4px 8px;background:var(--wp-surface,#fff);border-radius:10px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-bc__date-chip-month[data-v-c1df698e]{font-size:14px;line-height:16px;font-weight:600;color:var(--wp-primary,#0066da);text-align:center}.mm-bc__date-chip-day[data-v-c1df698e]{font-size:18px;line-height:20px;font-weight:600;color:var(--wp-primary,#0066da);text-align:center}.mm-bc__datetime-text[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2px;min-height:48px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.mm-bc__datetime-weekday[data-v-c1df698e]{font-family:OpenSansSemiBold,Arial,sans-serif;font-size:20px;line-height:30px;font-weight:600;color:var(--wp-text-primary,#1d2739)}.mm-bc__datetime-weekday--ellipsis[data-v-c1df698e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-bc__datetime-time[data-v-c1df698e]{font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;line-height:26px;font-weight:400;color:var(--wp-text-secondary,#6b7178)}.mm-bc__invited-list[data-v-c1df698e]{list-style:none;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.mm-bc__invited-list[data-v-c1df698e],.mm-bc__invited-row[data-v-c1df698e]{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;max-width:100%}.mm-bc__invited-row[data-v-c1df698e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.mm-bc__invited-avatar[data-v-c1df698e]{width:48px;height:48px;border-radius:50%;background:var(--wp-primary-variant,#e6f1fe);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.mm-bc__invited-avatar img[data-v-c1df698e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mm-bc__invited-initials[data-v-c1df698e]{font-size:18px;line-height:28px;font-weight:600;color:var(--wp-text-secondary,#6b7178)}.mm-bc__invited-text[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2px;min-height:48px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.mm-bc__invited-name[data-v-c1df698e]{display:block;font-size:20px;line-height:30px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mm-bc__invited-name[data-v-c1df698e],.mm-bc__invited-status[data-v-c1df698e]{font-family:Open Sans,sans-serif;font-style:normal;color:var(--wp-text-primary,#1d2739)}.mm-bc__invited-status[data-v-c1df698e]{font-size:16px;line-height:26px;font-weight:400}.mm-bc__invited-status--accepted[data-v-c1df698e]{color:var(--wp-availability-available,#73a876)}.mm-bc__invited-status--tentative[data-v-c1df698e]{color:var(--wp-availability-tentative,#b57900)}.mm-bc__invited-status--declined[data-v-c1df698e]{color:var(--wp-danger-text,#962121)}.mm-bc__invited-status--away[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178)}.mm-bc__tags[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mm-bc__tags--features[data-v-c1df698e]{padding-left:0}.mm-bc__tags--addons[data-v-c1df698e]{row-gap:11px}.mm-bc__addon-pill[data-v-c1df698e]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:48px;padding:8px 12px;border-radius:24px;font-size:16px;line-height:22px;font-weight:600;font-family:OpenSansSemiBold,Arial,sans-serif;color:var(--wp-primary,#0066da);background:var(--wp-primary-variant,#e6f1fe);cursor:pointer;-webkit-transition:background .15s,border-color .15s;transition:background .15s,border-color .15s}.mm-bc__addon-pill[data-v-c1df698e]:hover{background:#d7e9fd}.mm-bc__footer[data-v-c1df698e]{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:24px 0 16px;margin:16px 24px 0;background:var(--wp-surface,#fff);border-top:1px solid var(--wp-border-muted,#e3e8ee);width:calc(100% - 48px);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:1}.mm-tag--bc[data-v-c1df698e]{background:var(--wp-secondary,#b4fcee);color:var(--wp-on-secondary,#1d2739);font-family:OpenSansSemiBold,Arial,sans-serif;font-size:14px;line-height:20px;font-weight:600;padding:4px 12px;border-radius:24px;border:none}.mm-cta--bc[data-v-c1df698e]{border-radius:100px;min-height:48px;padding:7px 16px;font-size:16px;line-height:22px;font-weight:600;margin-top:0;width:100%}.mm-iconbtn--small[data-v-c1df698e]{width:28px;height:28px}.mm-invited-preview[data-v-c1df698e]{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-invited-row[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:8px 0}.mm-invited-row__avatar[data-v-c1df698e]{width:32px;height:32px;border-radius:50%;background:var(--wp-primary-variant,#f6f8fa);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.mm-invited-row__avatar img[data-v-c1df698e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mm-invited-row__initials[data-v-c1df698e]{color:var(--wp-text-primary,#1d2739);font-weight:600;font-size:12px}.mm-invited-row__text[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-invited-row__name[data-v-c1df698e]{font-weight:600;color:var(--wp-text-primary,#1d2739);font-size:14px}.mm-invited-row__status[data-v-c1df698e]{color:var(--wp-text-secondary,#6b7178);font-size:12px}.mm-invited-row__status--declined[data-v-c1df698e]{color:#e03a3e}.mm-bc__section--vm[data-v-c1df698e]{gap:12px;width:100%}.mm-bc__vm-details[data-v-c1df698e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mm-bc__vm-line[data-v-c1df698e]{margin:0;color:#1d2739;word-break:break-word}.mm-bc__vm-line[data-v-c1df698e],.mm-bc__vm-link[data-v-c1df698e]{width:100%;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;line-height:24px;font-weight:400}.mm-bc__vm-link[data-v-c1df698e]{display:block;color:var(--wp-primary,#0066da);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mm-bc__vm-link[data-v-c1df698e]:hover{text-decoration:underline}.mm-pill-row--seg-soft[data-v-c1df698e]{background:transparent;padding:0;gap:8px}.mm-section-title--sm-plain[data-v-c1df698e]{font-size:14px;font-weight:600;color:var(--wp-text-primary,#1d2739);margin-top:6px}.mm-shell .v-input--selection-controls{margin-top:0}.searchList[data-v-dde6c8bc]{padding:25px!important}.searchList .back[data-v-dde6c8bc]{cursor:pointer;height:30px;margin:0 0 20px 0;font-size:16px}.searchList .lists .list[data-v-dde6c8bc]{height:90px;border-radius:8px;font-size:16px;background-color:#f7f7f7;margin:20px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.searchList .lists .list img[data-v-dde6c8bc]{height:100%;-o-object-fit:cover;object-fit:cover}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:#fff}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:rgba(0,0,0,.87)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-webkit-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:rgba(0,0,0,.38)}.v-textarea textarea{-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;line-height:1.75rem;max-width:100%;min-height:32px;outline:none;padding:0;width:100%}.v-textarea .v-text-field__prefix,.v-textarea .v-text-field__suffix{padding-top:2px;-ms-flex-item-align:start;align-self:start}.v-textarea.v-text-field--box .v-text-field__prefix,.v-textarea.v-text-field--box textarea,.v-textarea.v-text-field--enclosed .v-text-field__prefix,.v-textarea.v-text-field--enclosed textarea{margin-top:24px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea{margin-top:10px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label{top:18px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea{margin-top:6px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer{-ms-flex-item-align:start;align-self:flex-start;margin-top:8px}.v-textarea.v-text-field--solo{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.v-textarea.v-text-field--solo .v-input__control textarea{caret-color:auto}.v-textarea.v-text-field--solo .v-input__append-inner,.v-textarea.v-text-field--solo .v-input__append-outer,.v-textarea.v-text-field--solo .v-input__prepend-inner,.v-textarea.v-text-field--solo .v-input__prepend-outer{-ms-flex-item-align:start;align-self:flex-start;margin-top:12px}.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner{padding-left:12px}.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner{padding-right:12px}.v-textarea--auto-grow textarea{overflow:hidden}.v-textarea--no-resize textarea{resize:none}.v-textarea.v-text-field--enclosed .v-text-field__slot{-ms-flex-item-align:stretch;align-self:stretch}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-right:-12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-left:-12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-left:12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-left:12px}.deskBooking .deskBooking-container[data-v-20e560a0]{border:1px solid #efefef}.deskBooking .deskBooking-container .title[data-v-20e560a0]{color:#fff;height:40px;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.deskBooking .deskBooking-container .title .title-text[data-v-20e560a0]{width:75%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deskBooking .deskBooking-container .content[data-v-20e560a0]{min-height:780px;overflow-y:auto;overflow-x:hidden}.deskBooking .deskBooking-container .content .meetingInfo .meetingInfo-input[data-v-20e560a0]{margin:auto;width:70%}.deskBooking .deskBooking-container .content .meetingInfo button[data-v-20e560a0]{display:block;margin:10px auto;width:210px}.deskBooking .deskBooking-container .bookInfo[data-v-20e560a0]{text-align:center}.deskBooking .deskBooking-container .bookInfo h2[data-v-20e560a0]{color:#fff}.deskBooking .deskBooking-container .bookInfo div[data-v-20e560a0]{color:#fff;margin-bottom:5px}.deskBooking .deskBooking-container.deskBooking-container--bookit[data-v-20e560a0]{border-radius:14px;overflow:hidden;border:1px solid #d7dde6}.deskBooking .deskBooking-container.deskBooking-container--bookit .title[data-v-20e560a0]{height:46px;line-height:46px;color:#1d2739;background:#fff;font-weight:700;padding:0 8px}.deskBooking .deskBooking-container.deskBooking-container--bookit .content[data-v-20e560a0]{min-height:0;background:#fff}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo[data-v-20e560a0]{background:#fff!important;text-align:left;padding:14px!important;color:#1d2739}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo h2[data-v-20e560a0]{color:#c89b2b;font-size:30px;line-height:1.2;margin-bottom:10px}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo>div[data-v-20e560a0]{color:#1d2739;font-size:18px;margin-bottom:6px}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo .bookit-actions[data-v-20e560a0]{margin-top:14px;border:1px solid #d7dde6;border-radius:10px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo .bookit-actions__cancel[data-v-20e560a0],.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo .bookit-actions__confirm[data-v-20e560a0]{border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:52px;font-size:22px;line-height:1.2;cursor:pointer}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo .bookit-actions__cancel[data-v-20e560a0]{background:#fff;color:#1d2739;border-right:1px solid #d7dde6}.deskBooking .deskBooking-container.deskBooking-container--bookit .bookInfo .bookit-actions__confirm[data-v-20e560a0]{background:#e7b742;color:#1d2739;font-weight:700}.x-search .theme--light.v-text-field--solo>.v-input__control>.v-input__slot{border-radius:50px;height:40px!important;-webkit-box-shadow:unset!important;box-shadow:unset!important;min-height:unset!important}.selectPa .selectPa-container.hasborder[data-v-56df0a6f]{border:1px solid #efefef}.selectPa .selectPa-container .title[data-v-56df0a6f]{color:#fff;height:40px;line-height:40px;text-align:center}.selectPa .selectPa-container .content[data-v-56df0a6f]{height:780px;overflow-y:auto;overflow-x:hidden;background:#fff}.selectPa .selectPa-container .content .des[data-v-56df0a6f]{font-size:15px;padding:20px;color:#fff}.selectPa .selectPa-container .content .des p[data-v-56df0a6f]{margin-bottom:20px}.selectPa .selectPa-container .content .current-select[data-v-56df0a6f]{background:#f3f3f3;padding:10px}.selectPa .selectPa-container .content .current-select .current-select-title[data-v-56df0a6f]{font-size:16px;font-weight:700}.selectPa .selectPa-container .content .current-select .paArr .participant[data-v-56df0a6f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.selectPa .selectPa-container .content .current-select .paArr .participant span[data-v-56df0a6f]{font-weight:700}.selectPa .selectPa-container .content .current-select .paArr .participant i[data-v-56df0a6f]{cursor:pointer}.selectPa .selectPa-container .content .current-select button[data-v-56df0a6f]{display:block;margin:auto}.selectPa .selectPa-container .content .staff[data-v-56df0a6f]:nth-child(odd){background:#fff}.selectPa .selectPa-container .content .staff[data-v-56df0a6f]:nth-child(2n){background:#f3f3f3}.vue__time-picker{display:inline-block;position:relative;font-size:1em;width:10em;font-family:sans-serif;vertical-align:middle}.vue__time-picker *{-webkit-box-sizing:border-box;box-sizing:border-box}.vue__time-picker input.display-time{border:1px solid #d2d2d2;width:10em;height:2.2em;padding:.3em .5em;font-size:1em}.vue__time-picker input.has-custom-icon{padding-left:1.8em}.vue__time-picker input.display-time.invalid:not(.skip-error-style){border-color:#c03;outline-color:#c03}.vue__time-picker input.display-time.disabled,.vue__time-picker input.display-time:disabled{color:#d2d2d2}.vue__time-picker .controls{position:absolute;top:0;bottom:0;right:0;z-index:3;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;pointer-events:none}.vue__time-picker .controls,.vue__time-picker .controls>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.vue__time-picker .controls>*{cursor:pointer;width:auto;-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .35em;color:#d2d2d2;line-height:100%;font-style:normal;pointer-events:auto;-webkit-transition:color .2s,opacity .2s;transition:color .2s,opacity .2s}.vue__time-picker .controls>:hover{color:#797979}.vue__time-picker .controls>:active,.vue__time-picker .controls>:focus{outline:0}.vue__time-picker .controls .char{font-size:1.1em;line-height:100%;-webkit-margin-before:-.15em}.vue__time-picker .custom-icon{z-index:2;position:absolute;left:0;top:0;bottom:0;width:1.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.vue__time-picker .controls img,.vue__time-picker .controls svg,.vue__time-picker .custom-icon img,.vue__time-picker .custom-icon svg{display:inline-block;vertical-align:middle;margin:0;border:0;outline:0;max-width:1em;height:auto}.vue__time-picker .time-picker-overlay{z-index:4;position:fixed;top:0;left:0;right:0;bottom:0}.vue__time-picker-dropdown,.vue__time-picker .dropdown{position:absolute;z-index:5;top:calc(2.2em + 2px);left:0;background:#fff;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.15);box-shadow:0 1px 6px rgba(0,0,0,.15);width:10em;height:10em;font-weight:400}.vue__time-picker-dropdown{position:fixed;z-index:100}.vue__time-picker-dropdown.drop-up,.vue__time-picker .dropdown.drop-up{top:auto;bottom:calc(2.2em + 1px)}.vue__time-picker-dropdown .select-list,.vue__time-picker .dropdown .select-list{width:10em;height:10em;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vue__time-picker-dropdown .select-list:active,.vue__time-picker-dropdown .select-list:focus,.vue__time-picker .dropdown .select-list:active,.vue__time-picker .dropdown .select-list:focus{outline:0}.vue__time-picker-dropdown ul,.vue__time-picker .dropdown ul{padding:0;margin:0;list-style:none;outline:0;-webkit-box-flex:1;-ms-flex:1 1 0.00001px;flex:1 1 0.00001px;overflow-x:hidden;overflow-y:auto}.vue__time-picker-dropdown ul.apms,.vue__time-picker-dropdown ul.minutes,.vue__time-picker-dropdown ul.seconds,.vue__time-picker .dropdown ul.apms,.vue__time-picker .dropdown ul.minutes,.vue__time-picker .dropdown ul.seconds{border-left:1px solid #fff}.vue__time-picker-dropdown ul li,.vue__time-picker .dropdown ul li{list-style:none;text-align:center;padding:.3em 0;color:#161616}.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):hover,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover{background:rgba(0,0,0,.08);color:#161616;cursor:pointer}.vue__time-picker-dropdown ul li:not([disabled]).active,.vue__time-picker-dropdown ul li:not([disabled]).active:focus,.vue__time-picker-dropdown ul li:not([disabled]).active:hover,.vue__time-picker .dropdown ul li:not([disabled]).active,.vue__time-picker .dropdown ul li:not([disabled]).active:focus,.vue__time-picker .dropdown ul li:not([disabled]).active:hover{background:#41b883;color:#fff}.vue__time-picker-dropdown ul li[disabled],.vue__time-picker-dropdown ul li[disabled]:hover,.vue__time-picker .dropdown ul li[disabled],.vue__time-picker .dropdown ul li[disabled]:hover{background:transparent;opacity:.3;cursor:not-allowed}.vue__time-picker-dropdown .hint,.vue__time-picker .dropdown .hint{color:#a5a5a5;cursor:default;font-size:.8em}.staff[data-v-0835618e]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px}.staff .staff-left[data-v-0835618e],.staff[data-v-0835618e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.staff .staff-left.vertical[data-v-0835618e]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.staff .staff-left.vertical .avator[data-v-0835618e]{margin-right:0!important}.staff .staff-left .avator[data-v-0835618e]{border-radius:25px;margin-right:1rem}.staff .staff-left .avator span[data-v-0835618e]{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;letter-spacing:-2px}.staff .staff-left .rightContent[data-v-0835618e]{text-align:left;height:auto}.staff .staff-left .rightContent .name[data-v-0835618e]{font-weight:700}.staff .checkbox[data-v-0835618e]{float:right}.staff .circle[data-v-0835618e]{display:inline-block;width:8px;height:8px;border-radius:25px;margin-right:20px}.staff .circle.green[data-v-0835618e]{background-color:#00e268}.staff .circle.red[data-v-0835618e]{background-color:#e24545}.staff .circle.gray[data-v-0835618e]{background-color:#c2c2c2}.list-subtitle[data-v-0835618e]{font-size:12px;color:#263a45}:root{--accent-color:var(--main);--red-color:red}.checkInPopup{border-radius:16px}.checkInPopup.v-dialog>.v-card>.v-card__actions{padding:0 36px 32px}.checkInPopup.v-dialog>.v-card>.v-card__text{padding:40px 36px 20px}.checkInPopup.v-dialog>.v-card>.v-card__title{text-align:right}.checkInPopup .cx-dialog-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px 16px 10px 36px!important}.checkInPopup .cx-dialog-title .v-btn--icon{width:24px;height:24px;background-color:#fff;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.checkInPopup .cx-dialog-title .v-btn--icon:focus{outline:none;border:none!important}.checkInPopup .cx-dialog-title .v-btn--icon .v-icon{position:static;top:0;right:0;color:#999;opacity:.5;font-size:24px}.checkInPopup .cx-dialog-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.checkInPopup .cx-dialog-content p{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0;font-weight:400;font-size:18px;line-height:24px;color:#000;text-align:center}.checkInPopup .cx-dialog-content p strong{font-weight:600;color:var(--accent-color)}.checkInPopup .cx-btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:14px}.checkInPopup .cx-btn-container .cx-btn+.cx-btn{margin-left:0!important}.checkInPopup .cx-btn{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0;font-size:18px;line-height:24px;font-weight:700;text-align:center;color:#fff;border-radius:24px;height:auto!important;width:100%;display:block;text-transform:none;letter-spacing:normal}.checkInPopup .cx-btn:focus{border:none!important}.checkInPopup .checkInBtn{background:var(--accent-color)}.checkInPopup .cancleBtn{background:var(--red-color)}.checkInPopup .cancleBtnOutline{background:#fff!important;border:1px solid var(--main);color:#000!important}html.mm-no-page-gutter{overflow-y:hidden!important}#floorMapBlock{overflow-y:hidden}#map{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:#e6effb;canvas{display:block;max-width:100%;max-height:100%;background-color:#e6effb}}#floorMapBlock{height:100%;min-height:0;overflow:hidden;position:relative;width:100%;background:#e6effb}#floorMapBlock.mm-jibestream-active .canvas-container{display:none!important}.mapContent{height:100%;width:100%;overflow:hidden;position:relative;background:#e6effb}.mm-events-chip{position:absolute;top:16px;left:16px;z-index:10;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:8px 14px;border:0;border-radius:999px;background:#0e1b5e;color:#fff;font-size:13px;font-weight:600;cursor:pointer;-webkit-box-shadow:0 4px 14px rgba(14,27,94,.28);box-shadow:0 4px 14px rgba(14,27,94,.28)}.mm-events-chip:hover{background:#1b2b7a}.mm-compass{position:absolute;right:24px;bottom:130px;z-index:10;width:44px;height:44px;border:0;border-radius:50%;background:#fff;cursor:pointer;-webkit-box-shadow:0 4px 14px rgba(16,24,40,.16);box-shadow:0 4px 14px rgba(16,24,40,.16);-webkit-transition:background .15s,-webkit-transform .15s;transition:background .15s,-webkit-transform .15s;transition:background .15s,transform .15s;transition:background .15s,transform .15s,-webkit-transform .15s}.mm-compass,.mm-compass__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-compass__icon{line-height:0}.mm-compass__icon.primary--text{color:var(--v-primary-base,var(--wp-brand-color,#1976d2))!important}.mm-compass:hover{background:#f4f8fd;-webkit-transform:scale(1.04);transform:scale(1.04)}.mm-droppin{position:absolute;right:24px;bottom:184px;z-index:10;width:44px;height:44px;border:0;border-radius:50%;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-shadow:0 4px 14px rgba(16,24,40,.16);box-shadow:0 4px 14px rgba(16,24,40,.16);-webkit-transition:background .15s,-webkit-transform .15s;transition:background .15s,-webkit-transform .15s;transition:background .15s,transform .15s;transition:background .15s,transform .15s,-webkit-transform .15s}.mm-droppin:hover{background:#f4f8fd;-webkit-transform:scale(1.04);transform:scale(1.04)}.mm-droppin--active{background:var(--wp-brand-color,#1a73e8);-webkit-transform:scale(1.05);transform:scale(1.05)}.mm-droppin-cursor{cursor:crosshair!important}.mm-droppin-marker{position:absolute;z-index:11;pointer-events:none;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.mm-droppin,.mm-droppin-marker{display:none!important}#spaceContainer{position:relative}.mm-map-controls-layer{position:absolute;top:0;left:0;right:0;bottom:0;z-index:25;pointer-events:none;overflow:visible}.mm-amenity-chip{position:absolute;top:16px;right:16px;left:auto;z-index:1;pointer-events:auto;-ms-touch-action:manipulation;touch-action:manipulation;*{pointer-events:none}gap:8px;background:#fff;border:0;border-radius:999px;padding:5px 10px 5px 5px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.18);box-shadow:0 4px 16px rgba(0,0,0,.18);font-size:13px;font-weight:600;color:#0e1a33;cursor:pointer;outline:none;-webkit-transition:-webkit-box-shadow .15s,-webkit-transform .1s;transition:-webkit-box-shadow .15s,-webkit-transform .1s;transition:box-shadow .15s,transform .1s;transition:box-shadow .15s,transform .1s,-webkit-box-shadow .15s,-webkit-transform .1s;&:hover{-webkit-box-shadow:0 6px 20px rgba(0,0,0,.24);box-shadow:0 6px 20px rgba(0,0,0,.24)}&:active{-webkit-transform:scale(.97);transform:scale(.97)}}.mm-amenity-chip,.mm-amenity-chip__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-amenity-chip__icon{width:28px;height:28px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.mm-amenity-chip__icon,.mm-amenity-chip__svg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mm-amenity-chip__svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:16px;height:16px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.mm-amenity-chip__label{white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.mm-amenity-chip__x{color:#6b7280;width:18px;height:18px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;.mm-amenity-chip:hover &{background:rgba(0,0,0,.06)}}.people-icon{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;background:var(--people-icon-bg,var(--main,#1b959a));color:var(--people-icon-fg,#fff);border:1px solid var(--people-icon-border,rgba(0,0,0,.15));border-radius:50%;font-size:var(--Title-Small-Size,.875rem);font-style:normal;font-weight:500;line-height:var(--Title-Small-Line-Height,1.25rem);letter-spacing:var(--Title-Small-Tracking,.00625rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-transform:uppercase;text-shadow:0 1px 0 rgba(0,0,0,.2)}.people-icon.people-icon-in-map{width:1.5rem;height:1.5rem;font-size:.625rem;font-weight:400;line-height:normal}.rounded-map-icon{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1.5rem;width:1.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.map-avatar-container{width:3rem;height:3rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-1.5rem;margin-top:-1.5rem;z-index:2}.map-avatar-container .people-icon,.map-avatar-container .rounded-map-icon{-webkit-transform:none;transform:none;width:1.5rem;height:1.5rem}.map-avatar-container.map-avatar-stack{width:auto;height:auto;margin:0;-ms-flex-align:center;-ms-flex-pack:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.map-avatar-bubble,.map-avatar-container.map-avatar-stack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.map-avatar-bubble{width:1.5rem;height:1.5rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%;background:#fff;border:1.5px solid #fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.35);box-shadow:0 0 3px rgba(0,0,0,.35);-ms-flex-align:center;-ms-flex-pack:center;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.map-avatar-bubble+.map-avatar-bubble{margin-left:-.5rem}.map-avatar-bubble--selected{border-color:var(--main,var(--wp-primary,#0066da));border-width:2px}.map-avatar-bubble .people-icon,.map-avatar-bubble .rounded-map-icon{-webkit-transform:none;transform:none;width:100%;height:100%;border:none}.map-avatar-bubble.map-avatar-count{background:#fff;color:var(--main,#0066da);font-size:.625rem;font-weight:600;line-height:1;letter-spacing:0}.colleague-toggle-btn[data-v-34c00960]{position:absolute;left:50%;top:24px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10;background:#f7f7f7;padding:12px 20px;border-radius:6px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08);gap:12px;min-width:220px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.colleague-toggle-btn[data-v-34c00960],.showSuggestLocation .popUpContainer[data-v-34c00960]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.showSuggestLocation .popUpContainer[data-v-34c00960]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;font-size:16px}.showSuggestLocation .popUpContainer i[data-v-34c00960]{font-size:44px}.showSuggestLocation .popUpContainer .location[data-v-34c00960]{margin:5px;cursor:pointer;display:inline-block}.showSuggestLocation .popUpContainer .or[data-v-34c00960]{margin:30px}.showSuggestLocation .popUpContainer .btn[data-v-34c00960]{padding:5px 20px;border-radius:25px}.checkInPopup .title[data-v-34c00960]{font-size:25px;background:#ed8933;color:#fff}.checkInPopup .circle[data-v-34c00960]{width:250px;height:250px;background:#57b74e;border-radius:200px;margin:20px auto;font-size:50px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:60px;text-align:center}.checkInPopup .checkInText[data-v-34c00960]{background:#f2f2f2;color:grey;font-size:15px;font-weight:700}.checkInPopup .checkInText .txt[data-v-34c00960]{padding:10px!important}.checkInPopup .btnContainer[data-v-34c00960]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.checkInPopup .checkInBtn[data-v-34c00960]{background:grey;color:#fff;border-radius:20px;margin:20px auto;width:210px}.checkInPopup .canCelBtn[data-v-34c00960]{background:#fff;color:grey;border:1px solid grey;border-radius:20px;margin-bottom:20px;width:210px}.dialogColleague .top[data-v-34c00960]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 15px 0 15px;position:relative}.dialogColleague .top i[data-v-34c00960]{position:absolute;top:5px;right:5px;cursor:pointer}.dialogColleague .top .image[data-v-34c00960]{width:50px}.dialogColleague .top .cInfo[data-v-34c00960]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.dialogColleague .top .cInfo .name[data-v-34c00960]{font-size:16px}.dialogColleague .top .cInfo .ctitle[data-v-34c00960]{font-size:14px}.dialogColleague .bottom[data-v-34c00960]{padding:15px;background:#fff;text-align:center;font-size:14px}.dialogColleague .bottom .deskName[data-v-34c00960]{margin-bottom:15px;padding-left:50px}.dialogColleague .bottom .date[data-v-34c00960]{padding-left:50px;margin-bottom:5px}.dialogColleague .bottom .time[data-v-34c00960]{padding-left:50px}.dialogColleague img[data-v-34c00960]{width:50px;border-radius:25px}.dateBtn[data-v-34c00960]{color:#1e88e5;cursor:pointer;padding:6px 35px;border-radius:4px}.dateBtn[data-v-34c00960]:hover{background:#edf6fd;opacity:.8}.active[data-v-34c00960]{background:#0a0a0a;color:#fff}#spaceContainer[data-v-34c00960]{overflow:hidden}#spaceContainer #mapClass[data-v-34c00960],#spaceContainer[data-v-34c00960]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;background:#e6effb}#spaceContainer #mapClass[data-v-34c00960]{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;min-width:0;z-index:1}#spaceContainer #mapClass .mapContent[data-v-34c00960],#spaceContainer #mapClass[data-v-34c00960]{min-height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#spaceContainer #mapClass .dateTimePicker .dateTimePicker-date[data-v-34c00960]{height:65px;background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#spaceContainer #mapClass .dateTimePicker .dateTimePicker-date .btn1[data-v-34c00960]{width:400px}#spaceContainer #mapClass .dateTimePicker .dateTimePicker-operator[data-v-34c00960]{height:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#4164fc}#spaceContainer #mapClass .dateTimePicker .dateTimePicker-operator .btn2[data-v-34c00960]{width:190px}#spaceContainer #mapClass .dateTimePicker .dateTimePicker-operator .btn3[data-v-34c00960]{width:190px;color:#4164fc}#spaceContainer .bottomBar[data-v-34c00960]{display:none;height:90px;background:#f7f7f7;-webkit-box-shadow:0 0 7px #a2a3a7;box-shadow:0 0 7px #a2a3a7;width:90%;margin:auto;border-radius:10px;padding:10px 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;top:-20px}#spaceContainer .bottomBar .bottomBarLeft[data-v-34c00960]{height:100%;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap}#spaceContainer .bottomBar .bottomBarLeft.showFullSize[data-v-34c00960]{width:100%}#spaceContainer .bottomBar .bottomBarLeft .stateInfo[data-v-34c00960]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;margin-right:20px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .txt[data-v-34c00960]{font-size:12px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .circle[data-v-34c00960]{width:12px;height:12px;border-radius:25px;margin-right:5px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .circle.free[data-v-34c00960]{background:#00e268 0 0 no-repeat padding-box;border-radius:2px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .circle.busy[data-v-34c00960]{background:#e25700 0 0 no-repeat padding-box;border-radius:2px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .circle.vacant[data-v-34c00960]{background:rgba(0,226,104,.3019607843) 0 0 no-repeat padding-box;border:1px solid #00e268;border-radius:2px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .circle.occupied[data-v-34c00960]{background:rgba(226,87,0,.3019607843) 0 0 no-repeat padding-box;border:1px solid #e25700;border-radius:2px}#spaceContainer .bottomBar .bottomBarLeft .stateInfo .circle.unavailable[data-v-34c00960]{background:#d8d8d8 0 0 no-repeat padding-box;border:1px solid grey;border-radius:2px}#spaceContainer .bottomBar .midLine[data-v-34c00960]{width:2px;margin-right:30px;height:100%;background:#c1bbbb}#spaceContainer .bottomBar .bottomBarRight[data-v-34c00960]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}#spaceContainer .bottomBar .bottomBarRight .bottomBarRightItem[data-v-34c00960]{text-align:center}#spaceContainer .bottomBar .bottomBarRight .bottomBarRightItem .num[data-v-34c00960]{font-size:14px}#spaceContainer .bottomBar .bottomBarRight .bottomBarRightItem .txt[data-v-34c00960]{font-size:12px}.rightContainer[data-v-34c00960]{-webkit-box-shadow:0 12px 32px rgba(16,24,40,.14),0 2px 6px rgba(16,24,40,.06);box-shadow:0 12px 32px rgba(16,24,40,.14),0 2px 6px rgba(16,24,40,.06);border-radius:24px;position:absolute;top:24px;right:24px;width:430px;min-width:430px;height:calc(100vh - 48px);max-height:976px;padding:24px 0 299px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:20;overflow:hidden;background:#fff;border:1px solid #edeff3}@media(max-width:1200px){.rightContainer[data-v-34c00960]{height:calc(100vh - 88px);max-height:calc(100vh - 88px);top:78px}}.rightContainer>[data-v-34c00960]{width:100%}#floorMap[data-v-34c00960]{width:99%;height:500px;background:#fff}.static[data-v-34c00960]{text-align:center;margin-bottom:20px}.static .percentage[data-v-34c00960]{border:2px solid #4164fd;border-radius:50%;width:55px!important;height:55px!important;line-height:55px!important;margin:auto}.static .calendar[data-v-34c00960]{width:35px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.static .static_title[data-v-34c00960]{padding-top:10px;line-height:15px}.buildingFloor .buildingName[data-v-34c00960]{font-size:1.5rem;color:#000;font-weight:700}.buildingFloor .floorName[data-v-34c00960]{font-size:1rem;cursor:pointer}.mm-rail-open .mapPan[data-v-34c00960],.mm-rail-open .mm-compass[data-v-34c00960],.mm-rail-open .mm-droppin[data-v-34c00960]{right:478px}.mapPan[data-v-34c00960]{position:absolute;right:24px;bottom:28px;z-index:10}.mapPan .static[data-v-34c00960]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background:#fff;border-radius:22px;-webkit-box-shadow:0 4px 14px rgba(16,24,40,.16);box-shadow:0 4px 14px rgba(16,24,40,.16);overflow:hidden;width:46px;margin:0;padding:0;text-align:center}.mapPan .static .calendar[data-v-34c00960]{width:100%;-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 46px;height:46px;margin:0;cursor:pointer;border:0;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .15s;transition:background-color .15s}.mapPan .static .calendar[data-v-34c00960]:hover{background:#f5f9ff}.mapPan .static .calendar[data-v-34c00960]:first-child{border-bottom:1px solid #e5ebf3}.canvasHeader[data-v-34c00960]{background:#f3f3f3;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.colorCircleContainer[data-v-34c00960]{margin:10px auto;-ms-flex-pack:distribute;justify-content:space-around;width:100%}.colorCircleContainer .oneCircle[data-v-34c00960],.colorCircleContainer[data-v-34c00960]{display:-webkit-box;display:-ms-flexbox;display:flex}.colorCircleContainer .oneCircle p[data-v-34c00960]{margin-right:5px}.colorCircleContainer .oneCircle .circle[data-v-34c00960]{width:20px;height:20px;border-radius:50px;display:inline-block}.colorCircleContainer .oneCircle .circle-bookable[data-v-34c00960]{background:#64c656}.colorCircleContainer .oneCircle .circle-booked[data-v-34c00960]{background:#ed3b3c}.colorCircleContainer .oneCircle .circle-vacant[data-v-34c00960]{background:#caf3ca;border:2px solid green}.colorCircleContainer .oneCircle .circle-occupied[data-v-34c00960]{background:#f6a4a4;border:2px solid #df2e07}.colorCircleContainer .oneCircle .circle-crowded[data-v-34c00960]{background:purple}.colorCircleContainer .oneCircle .circle-free[data-v-34c00960]{background:#ff8c00}.colorCircleContainer .oneCircle .circle-unavailable[data-v-34c00960]{background:grey}.vue__time-picker input.display-time{height:3.2em;color:#666;font-size:14px;border:none;border-bottom:1px solid #949494}.vue__time-picker .controls .char{font-size:29px;color:#757575}.v-card__actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.auth-toast{font-weight:600}.v-snack__wrapper:has(.no-spaces-snack){margin-top:15px}.v-snack__wrapper:has(.no-spaces-snack) .no-spaces-snack{font-size:16px;line-height:1.25;text-align:center}.menu-x{visibility:hidden;width:240px;height:240px;z-index:-100;position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1607843137);box-shadow:0 3px 6px rgba(0,0,0,.1607843137);background-color:#fff;padding:20px 10px}.menu-x .triangle{top:-10px;left:115px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;border-top:0}.menu-x .line{height:1px;background-color:rgba(0,0,0,.1607843137);margin:10px auto}.menu-x .top,.menu-x .top .img{display:-webkit-box;display:-ms-flexbox;display:flex}.menu-x .top .img{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu-x .top .img i{position:relative;top:-20px;cursor:pointer}.menu-x .bottom{text-align:center}