%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/apps_old/apps/calendar/js/ |
Current File : //www/varak.net/nextcloud.varak.net/apps_old/apps/calendar/js/calendar-reference.js |
/*! For license information please see calendar-reference.js.LICENSE.txt */ (()=>{var e,r,o,i,p={95208:(e,t,n)=>{const r=n(49324),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=n(50908),{safeRe:p,t:a}=n(99692),l=n(53632),{compareIdentifiers:s}=n(94113);class c{constructor(e,t){if(t=l(t),e instanceof c){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>o)throw new TypeError(`version is longer than ${o} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?p[a.LOOSE]:p[a.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof c)){if("string"==typeof e&&e===this.version)return 0;e=new c(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof c||(e=new c(e,this.options)),s(this.major,e.major)||s(this.minor,e.minor)||s(this.patch,e.patch)}comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],o=e.prerelease[t];if(r("prerelease compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return s(n,o)}while(++t)}compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{const n=this.build[t],o=e.build[t];if(r("prerelease compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return s(n,o)}while(++t)}inc(e,t,n){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,n),this.inc("pre",t,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,n),this.inc("pre",t,n);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(n)?1:0;if(!t&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===s(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=c},90296:(e,t,n)=>{const r=n(95208);e.exports=(e,t)=>new r(e,t).major},17744:(e,t,n)=>{const r=n(95208);e.exports=(e,t,n=!1)=>{if(e instanceof r)return e;try{return new r(e,t)}catch(e){if(!n)return null;throw e}}},73424:(e,t,n)=>{const r=n(17744);e.exports=(e,t)=>{const n=r(e,t);return n?n.version:null}},50908:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},49324:(e,t,n)=>{var r=n(26512);const o="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=o},94113:e=>{const t=/^[0-9]+$/,n=(e,n)=>{const r=t.test(e),o=t.test(n);return r&&o&&(e=+e,n=+n),e===n?0:r&&!o?-1:o&&!r?1:e<n?-1:1};e.exports={compareIdentifiers:n,rcompareIdentifiers:(e,t)=>n(t,e)}},53632:e=>{const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},99692:(e,t,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:o,MAX_LENGTH:i}=n(50908),p=n(49324),a=(t=e.exports={}).re=[],l=t.safeRe=[],s=t.src=[],c=t.t={};let d=0;const v="[a-zA-Z0-9-]",A=[["\\s",1],["\\d",i],[v,o]],_=(e,t,n)=>{const r=(e=>{for(const[t,n]of A)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),o=d++;p(e,o,t),c[e]=o,s[o]=t,a[o]=new RegExp(t,n?"g":void 0),l[o]=new RegExp(r,n?"g":void 0)};_("NUMERICIDENTIFIER","0|[1-9]\\d*"),_("NUMERICIDENTIFIERLOOSE","\\d+"),_("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${v}*`),_("MAINVERSION",`(${s[c.NUMERICIDENTIFIER]})\\.(${s[c.NUMERICIDENTIFIER]})\\.(${s[c.NUMERICIDENTIFIER]})`),_("MAINVERSIONLOOSE",`(${s[c.NUMERICIDENTIFIERLOOSE]})\\.(${s[c.NUMERICIDENTIFIERLOOSE]})\\.(${s[c.NUMERICIDENTIFIERLOOSE]})`),_("PRERELEASEIDENTIFIER",`(?:${s[c.NUMERICIDENTIFIER]}|${s[c.NONNUMERICIDENTIFIER]})`),_("PRERELEASEIDENTIFIERLOOSE",`(?:${s[c.NUMERICIDENTIFIERLOOSE]}|${s[c.NONNUMERICIDENTIFIER]})`),_("PRERELEASE",`(?:-(${s[c.PRERELEASEIDENTIFIER]}(?:\\.${s[c.PRERELEASEIDENTIFIER]})*))`),_("PRERELEASELOOSE",`(?:-?(${s[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[c.PRERELEASEIDENTIFIERLOOSE]})*))`),_("BUILDIDENTIFIER",`${v}+`),_("BUILD",`(?:\\+(${s[c.BUILDIDENTIFIER]}(?:\\.${s[c.BUILDIDENTIFIER]})*))`),_("FULLPLAIN",`v?${s[c.MAINVERSION]}${s[c.PRERELEASE]}?${s[c.BUILD]}?`),_("FULL",`^${s[c.FULLPLAIN]}$`),_("LOOSEPLAIN",`[v=\\s]*${s[c.MAINVERSIONLOOSE]}${s[c.PRERELEASELOOSE]}?${s[c.BUILD]}?`),_("LOOSE",`^${s[c.LOOSEPLAIN]}$`),_("GTLT","((?:<|>)?=?)"),_("XRANGEIDENTIFIERLOOSE",`${s[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),_("XRANGEIDENTIFIER",`${s[c.NUMERICIDENTIFIER]}|x|X|\\*`),_("XRANGEPLAIN",`[v=\\s]*(${s[c.XRANGEIDENTIFIER]})(?:\\.(${s[c.XRANGEIDENTIFIER]})(?:\\.(${s[c.XRANGEIDENTIFIER]})(?:${s[c.PRERELEASE]})?${s[c.BUILD]}?)?)?`),_("XRANGEPLAINLOOSE",`[v=\\s]*(${s[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[c.XRANGEIDENTIFIERLOOSE]})(?:${s[c.PRERELEASELOOSE]})?${s[c.BUILD]}?)?)?`),_("XRANGE",`^${s[c.GTLT]}\\s*${s[c.XRANGEPLAIN]}$`),_("XRANGELOOSE",`^${s[c.GTLT]}\\s*${s[c.XRANGEPLAINLOOSE]}$`),_("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),_("COERCE",`${s[c.COERCEPLAIN]}(?:$|[^\\d])`),_("COERCEFULL",s[c.COERCEPLAIN]+`(?:${s[c.PRERELEASE]})?`+`(?:${s[c.BUILD]})?(?:$|[^\\d])`),_("COERCERTL",s[c.COERCE],!0),_("COERCERTLFULL",s[c.COERCEFULL],!0),_("LONETILDE","(?:~>?)"),_("TILDETRIM",`(\\s*)${s[c.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",_("TILDE",`^${s[c.LONETILDE]}${s[c.XRANGEPLAIN]}$`),_("TILDELOOSE",`^${s[c.LONETILDE]}${s[c.XRANGEPLAINLOOSE]}$`),_("LONECARET","(?:\\^)"),_("CARETTRIM",`(\\s*)${s[c.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",_("CARET",`^${s[c.LONECARET]}${s[c.XRANGEPLAIN]}$`),_("CARETLOOSE",`^${s[c.LONECARET]}${s[c.XRANGEPLAINLOOSE]}$`),_("COMPARATORLOOSE",`^${s[c.GTLT]}\\s*(${s[c.LOOSEPLAIN]})$|^$`),_("COMPARATOR",`^${s[c.GTLT]}\\s*(${s[c.FULLPLAIN]})$|^$`),_("COMPARATORTRIM",`(\\s*)${s[c.GTLT]}\\s*(${s[c.LOOSEPLAIN]}|${s[c.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",_("HYPHENRANGE",`^\\s*(${s[c.XRANGEPLAIN]})\\s+-\\s+(${s[c.XRANGEPLAIN]})\\s*$`),_("HYPHENRANGELOOSE",`^\\s*(${s[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[c.XRANGEPLAINLOOSE]})\\s*$`),_("STAR","(<|>)?=?\\s*\\*"),_("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),_("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},94656:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateUrl=t.generateRemoteUrl=t.generateOcsUrl=t.generateFilePath=void 0,t.getAppRootUrl=p,t.getRootUrl=i,t.linkTo=t.imagePath=void 0,n(54004);t.linkTo=(e,t)=>o(e,"",t);t.generateRemoteUrl=e=>window.location.protocol+"//"+window.location.host+(e=>i()+"/remote.php/"+e)(e);t.generateOcsUrl=(e,t,n)=>{const o=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+i()+"/ocs/v"+o+".php"+r(e,t,n)};const r=(e,t,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),o=(o=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){var n=o[t];return r.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(e):"string"==typeof n||"number"==typeof n?n.toString():e}));var o};t.generateUrl=(e,t,n)=>{var o;const p=Object.assign({noRewrite:!1},n||{});return!0!==(null===(o=window)||void 0===o||null===(o=o.OC)||void 0===o||null===(o=o.config)||void 0===o?void 0:o.modRewriteWorking)||p.noRewrite?i()+"/index.php"+r(e,t,n):i()+r(e,t,n)};t.imagePath=(e,t)=>-1===t.indexOf(".")?o(e,"img",t+".svg"):o(e,"img",t);const o=(e,t,n)=>{var r;const o=-1!==(null===(r=window)||void 0===r||null===(r=r.OC)||void 0===r||null===(r=r.coreApps)||void 0===r?void 0:r.indexOf(e));let a=i();return"php"!==n.substring(n.length-3)||o?"php"===n.substring(n.length-3)||o?(a+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",o||(a+="apps/"),""!==e&&(a+=e+="/"),t&&(a+=t+"/"),a+=n):(a=p(e),t&&(a+="/"+t+"/"),"/"!==a.substring(a.length-1)&&(a+="/"),a+=n):(a+="/index.php/apps/"+e,"index.php"!==n&&(a+="/",t&&(a+=encodeURI(t+"/")),a+=n)),a};function i(){let e=window._oc_webroot;if(void 0===e){e=location.pathname;const t=e.indexOf("/index.php/");e=-1!==t?e.substr(0,t):e.substr(0,e.lastIndexOf("/"))}return e}function p(e){var t,n;return null!==(n=(null!==(t=window._oc_appswebroots)&&void 0!==t?t:{})[e])&&void 0!==n?n:""}t.generateFilePath=o},79880:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>a});var r=n(25648),o=n.n(r),i=n(2312),p=n.n(i)()(o());p.push([e.id,'.datepicker-button-section,.today-button-section,.view-button-section{display:flex}.datepicker-button-section .button,.today-button-section .button,.view-button-section .button{border-radius:0;font-weight:normal;margin:0 0 var(--default-grid-baseline) 0;flex-grow:1}.datepicker-button-section .button:first-child:not(:only-of-type),.today-button-section .button:first-child:not(:only-of-type),.view-button-section .button:first-child:not(:only-of-type){border-radius:var(--border-radius-pill) 0 0 var(--border-radius-pill)}.datepicker-button-section .button:last-child:not(:only-of-type),.today-button-section .button:last-child:not(:only-of-type),.view-button-section .button:last-child:not(:only-of-type){border-radius:0 var(--border-radius-pill) var(--border-radius-pill) 0}.datepicker-button-section .button:not(:only-of-type):not(:first-child):not(:last-child),.today-button-section .button:not(:only-of-type):not(:first-child):not(:last-child),.view-button-section .button:not(:only-of-type):not(:first-child):not(:last-child){border-radius:0}.datepicker-button-section .button:only-child,.today-button-section .button:only-child,.view-button-section .button:only-child{border-radius:var(--border-radius-pill)}.datepicker-button-section .button:hover,.datepicker-button-section .button:focus,.datepicker-button-section .button.active,.today-button-section .button:hover,.today-button-section .button:focus,.today-button-section .button.active,.view-button-section .button:hover,.view-button-section .button:focus,.view-button-section .button.active{z-index:50}.datepicker-button-section__datepicker-label{flex-grow:4 !important;text-align:center}.datepicker-button-section__datepicker{margin-left:26px;margin-top:48px;position:absolute !important;width:0 !important}.datepicker-button-section__datepicker .mx-input-wrapper{display:none !important}.datepicker-button-section__previous,.datepicker-button-section__next{background-size:10px;flex-grow:0 !important;width:34px;padding:0 6px !important}.app-navigation-header{padding:calc(var(--default-grid-baseline, 4px)*2)}.new-event-today-view-section{display:flex}.new-event-today-view-section .button{margin:0 var(--default-grid-baseline) 0 0}.new-event-today-view-section .new-event{flex-grow:5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.new-event-today-view-section .today{flex-grow:1;font-weight:normal !important}.app-navigation-toggle{background-color:var(--color-main-background) !important}.app-navigation button.icon-share{opacity:.3 !important}.app-navigation button.icon-shared,.app-navigation button.icon-public{opacity:.7 !important}.app-navigation button.icon-share:active,.app-navigation button.icon-share:focus,.app-navigation button.icon-share:hover,.app-navigation button.icon-shared:active,.app-navigation button.icon-shared:focus,.app-navigation button.icon-shared:hover,.app-navigation button.icon-public:active,.app-navigation button.icon-public:focus,.app-navigation button.icon-public:hover{opacity:1 !important}.app-navigation #calendars-list{display:block !important}.app-navigation li.app-navigation-loading-placeholder-entry div.icon.icon-loading{min-height:44px}.app-navigation .app-navigation-entry-wrapper.deleted .app-navigation-entry__name{text-decoration:line-through}.app-navigation .app-navigation-entry-wrapper.open-sharing{box-shadow:inset 4px 0 var(--color-primary-element) !important;margin-left:-6px;padding-left:6px}.app-navigation .app-navigation-entry-wrapper.disabled .app-navigation-entry__name{color:var(--color-text-lighter) !important}.app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry{padding-left:0 !important}.app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar{width:32px;height:32px;background-color:var(--color-border-dark);background-size:16px}.app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar.published{background-color:var(--color-primary-element);color:#fff}.app-navigation .app-navigation-entry__multiselect{padding:0 8px}.app-navigation .app-navigation-entry__multiselect .multiselect{width:100%;border-radius:var(--border-radius-large)}.app-navigation .app-navigation-entry__multiselect .multiselect__content-wrapper{z-index:200 !important}.app-navigation .app-navigation-entry__utils .action-checkbox__label{padding-right:0 !important}.app-navigation .app-navigation-entry__utils .action-checkbox__label::before{margin:0 4px 0 !important}.app-navigation .app-navigation-entry-new-calendar .app-navigation-entry__name{color:var(--color-text-maxcontrast) !important}.app-navigation .app-navigation-entry-new-calendar:hover .app-navigation-entry__name,.app-navigation .app-navigation-entry-new-calendar--open .app-navigation-entry__name{color:var(--color-text-light) !important}.app-navigation .app-navigation-entry-new-calendar .action-item:not(.action-item--open) .action-item__menutoggle:not(:hover):not(:focus):not(:active){opacity:.5}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section div.multiselect{width:calc(100% - 14px);max-width:none;z-index:105}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .oneline{white-space:nowrap;position:relative}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList{list-style-type:none;display:flex;flex-direction:column}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li{height:44px;white-space:normal;display:inline-flex;align-items:center;position:relative}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li .username{padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup{margin-left:auto;display:flex;align-items:center;white-space:nowrap}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:hover,.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:focus,.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:hover,.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:focus{box-shadow:none !important;opacity:1 !important}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.icon:not(.hidden),.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu .icon:not(.hidden){padding:14px;height:44px;width:44px;opacity:.5;display:block;cursor:pointer}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu{position:relative;display:block}.app-navigation ul .appointment-config-list .app-navigation-caption{margin-top:22px}.app-navigation ul .appointment-config-list .app-navigation-entry-link,.app-navigation ul .appointment-config-list .app-navigation-entry-link *{cursor:default}.app-sidebar .editor-invitee-list-empty-message,.app-sidebar .editor-reminders-list-empty-message,.app-sidebar .editor-invitee-list-no-email-configured-message,.event-popover .event-popover__inner .editor-invitee-list-empty-message,.event-popover .event-popover__inner .editor-reminders-list-empty-message,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message{margin-top:20px}.app-sidebar .editor-invitee-list-empty-message__icon,.app-sidebar .editor-reminders-list-empty-message__icon,.app-sidebar .editor-invitee-list-no-email-configured-message__icon,.event-popover .event-popover__inner .editor-invitee-list-empty-message__icon,.event-popover .event-popover__inner .editor-reminders-list-empty-message__icon,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message__icon{background-size:50px;height:50px;width:50px;margin:0 auto;opacity:.5}.app-sidebar .editor-invitee-list-empty-message__caption,.app-sidebar .editor-reminders-list-empty-message__caption,.app-sidebar .editor-invitee-list-no-email-configured-message__caption,.event-popover .event-popover__inner .editor-invitee-list-empty-message__caption,.event-popover .event-popover__inner .editor-reminders-list-empty-message__caption,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message__caption{margin-top:8px;text-align:center;color:var(--color-text-lighter)}.app-sidebar .editor-invitee-list-no-email-configured-message__icon,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message__icon{font-size:50px;line-height:1em;user-select:none}.app-sidebar .editor-reminders-list-new-button,.event-popover .event-popover__inner .editor-reminders-list-new-button{width:100%;background-position-x:8px}.app-sidebar .app-sidebar-tab,.event-popover .event-popover__inner .app-sidebar-tab{display:flex;flex-direction:column;justify-content:space-between;overflow:unset !important;max-height:unset !important;height:auto !important}.app-sidebar .app-sidebar-tab__buttons,.event-popover .event-popover__inner .app-sidebar-tab__buttons{position:fixed;bottom:var(--body-container-margin);z-index:2;width:calc(27vw - 11px);min-width:289px;max-width:489px;background-color:var(--color-main-background);border-radius:0 0 var(--body-container-radius) 0;padding:0 8px 6px 0}.app-sidebar .app-sidebar-tab__buttons button,.event-popover .event-popover__inner .app-sidebar-tab__buttons button{width:100%;height:44px}.app-sidebar .app-sidebar-tab__content,.event-popover .event-popover__inner .app-sidebar-tab__content{margin-bottom:120px}.app-sidebar .property-title-time-picker-loading-placeholder,.event-popover .event-popover__inner .property-title-time-picker-loading-placeholder{width:100%}.app-sidebar .property-title-time-picker-loading-placeholder__icon,.event-popover .event-popover__inner .property-title-time-picker-loading-placeholder__icon{margin:0 auto;height:62px;width:62px;background-size:62px}.app-sidebar .app-sidebar__loading-indicator,.event-popover .event-popover__inner .app-sidebar__loading-indicator{width:100%;margin-top:20vh}.app-sidebar .app-sidebar__loading-indicator__icon,.event-popover .event-popover__inner .app-sidebar__loading-indicator__icon{margin:0 auto;height:44px;width:44px;background-size:44px}.app-sidebar .repeat-option-set .repeat-option-set-section:not(:first-of-type),.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section:not(:first-of-type){margin-top:20px}.app-sidebar .repeat-option-set .repeat-option-set-section--on-the-select,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section--on-the-select{display:flex;align-items:center}.app-sidebar .repeat-option-set .repeat-option-set-section--on-the-select .v-select,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section--on-the-select .v-select{width:100%;min-width:100px !important}.app-sidebar .repeat-option-set .repeat-option-set-section__title,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section__title{list-style:none}.app-sidebar .repeat-option-set .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section__grid{display:grid;grid-gap:0}.app-sidebar .repeat-option-set .repeat-option-set-section__grid .repeat-option-set-section-grid-item,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section__grid .repeat-option-set-section-grid-item{padding:8px;border:1px solid var(--color-border-dark);text-align:center;margin:0;border-radius:0}.app-sidebar .repeat-option-set--weekly .repeat-option-set-section__grid,.app-sidebar .repeat-option-set--monthly .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set--weekly .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set--monthly .repeat-option-set-section__grid{grid-template-columns:repeat(7, auto)}.app-sidebar .repeat-option-set--yearly .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set--yearly .repeat-option-set-section__grid{grid-template-columns:repeat(4, auto)}.app-sidebar .repeat-option-set--interval-freq,.event-popover .event-popover__inner .repeat-option-set--interval-freq{display:flex;align-items:center}.app-sidebar .repeat-option-set--interval-freq .multiselect,.app-sidebar .repeat-option-set--interval-freq input[type=number],.event-popover .event-popover__inner .repeat-option-set--interval-freq .multiselect,.event-popover .event-popover__inner .repeat-option-set--interval-freq input[type=number]{min-width:100px;width:25%}.app-sidebar .repeat-option-set--end,.event-popover .event-popover__inner .repeat-option-set--end{margin-top:20px;display:flex;align-items:center}.app-sidebar .repeat-option-set--end .repeat-option-end__label,.app-sidebar .repeat-option-set--end .repeat-option-end__end-type-select,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__label,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__end-type-select{display:block;min-width:160px;width:25%}.app-sidebar .repeat-option-set--end .repeat-option-end__until,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__until{min-width:75px;width:50%}.app-sidebar .repeat-option-set--end .repeat-option-end__count,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__count{min-width:75px;width:25%}.app-sidebar .repeat-option-set__label,.event-popover .event-popover__inner .repeat-option-set__label{margin-right:auto}.app-sidebar .repeat-option-warning,.event-popover .event-popover__inner .repeat-option-warning{text-align:center}.app-sidebar .property-title-time-picker,.event-popover .event-popover__inner .property-title-time-picker{width:100%}.app-sidebar .property-title-time-picker--readonly,.event-popover .event-popover__inner .property-title-time-picker--readonly{display:flex;align-items:center}.app-sidebar .property-title-time-picker__icon,.event-popover .event-popover__inner .property-title-time-picker__icon{width:34px;height:34px;margin-left:-5px;margin-right:5px}.app-sidebar .property-title-time-picker__time-pickers,.app-sidebar .property-title-time-picker__all-day,.event-popover .event-popover__inner .property-title-time-picker__time-pickers,.event-popover .event-popover__inner .property-title-time-picker__all-day{display:flex;align-items:center}.app-sidebar .property-title-time-picker__time-pickers,.event-popover .event-popover__inner .property-title-time-picker__time-pickers{flex-wrap:wrap;justify-content:space-between;gap:5px}.app-sidebar .property-title-time-picker__time-pickers .mx-datepicker,.event-popover .event-popover__inner .property-title-time-picker__time-pickers .mx-datepicker{flex:1 auto}.app-sidebar .property-title-time-picker__time-pickers .mx-datepicker .mx-input-append,.event-popover .event-popover__inner .property-title-time-picker__time-pickers .mx-datepicker .mx-input-append{background-color:rgba(0,0,0,0) !important}.app-sidebar .property-title-time-picker__time-pickers--readonly,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly{justify-content:start}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper{display:flex;align-items:center;padding:8px 7px;background-color:var(--color-main-background);color:var(--color-main-text);outline:none}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--start-date,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--start-date{padding-right:0}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--end-date,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--end-date{padding-left:0}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon{margin-left:8px;height:16px;width:16px;opacity:.3}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon--highlighted,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon--highlighted{opacity:.7}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:focus,.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:hover,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:focus,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:hover{opacity:1}.app-sidebar .property-title-time-picker__all-day,.event-popover .event-popover__inner .property-title-time-picker__all-day{padding-left:3px;margin-top:5px}.app-sidebar .property-title-time-picker__all-day .checkbox-radio-switch__label,.event-popover .event-popover__inner .property-title-time-picker__all-day .checkbox-radio-switch__label{min-height:32px}.app-sidebar .property-title-time-picker .datetime-picker-inline-icon,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon{margin-top:17px;opacity:.3;border:none;background-color:rgba(0,0,0,0);border-radius:0;padding:6px !important}.app-sidebar .property-title-time-picker .datetime-picker-inline-icon--highlighted,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon--highlighted{opacity:.7}.app-sidebar .property-title-time-picker .datetime-picker-inline-icon:focus,.app-sidebar .property-title-time-picker .datetime-picker-inline-icon:hover,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon:focus,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon:hover{opacity:1}.app-sidebar .property-alarm-list,.event-popover .event-popover__inner .property-alarm-list{width:100%}.app-sidebar .property-alarm-item,.event-popover .event-popover__inner .property-alarm-item{display:flex;align-items:center;min-height:44px}.app-sidebar .property-alarm-item__icon,.event-popover .event-popover__inner .property-alarm-item__icon{align-self:flex-start}.app-sidebar .property-alarm-item__icon--hidden,.event-popover .event-popover__inner .property-alarm-item__icon--hidden{visibility:hidden}.app-sidebar .property-alarm-item__icon .icon,.event-popover .event-popover__inner .property-alarm-item__icon .icon{width:34px;height:44px;margin-left:-5px;margin-right:5px}.app-sidebar .property-alarm-item__label,.event-popover .event-popover__inner .property-alarm-item__label{padding:0 7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;align-self:center}.app-sidebar .property-alarm-item__options,.event-popover .event-popover__inner .property-alarm-item__options{margin-left:auto;display:flex;align-items:center;white-space:nowrap}.app-sidebar .property-alarm-item__edit,.event-popover .event-popover__inner .property-alarm-item__edit{display:flex;align-items:center;width:100%;min-width:0;padding-right:8px}.app-sidebar .property-alarm-item__edit input[type=number],.event-popover .event-popover__inner .property-alarm-item__edit input[type=number]{width:4em}.app-sidebar .property-alarm-item__edit .multiselect,.event-popover .event-popover__inner .property-alarm-item__edit .multiselect{flex:1 auto;height:34px;min-width:0}.app-sidebar .property-alarm-item__edit .mx-datepicker,.event-popover .event-popover__inner .property-alarm-item__edit .mx-datepicker{flex:1 auto}.app-sidebar .property-alarm-item__edit--all-day,.event-popover .event-popover__inner .property-alarm-item__edit--all-day{flex-wrap:wrap;margin-bottom:5px;gap:0 5px}.app-sidebar .property-alarm-item__edit--all-day__distance,.app-sidebar .property-alarm-item__edit--all-day__time,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__distance,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__time{display:flex;flex:1;align-items:center}.app-sidebar .property-alarm-item__edit--all-day__distance .multiselect,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__distance .multiselect{width:6em}.app-sidebar .property-alarm-item__edit--all-day__time__before-at-label,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__time__before-at-label{flex:0 0 auto;margin-right:5px}.app-sidebar .property-alarm-item__edit--all-day__time .mx-datepicker,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__time .mx-datepicker{width:7em}.app-sidebar .property-alarm-item__edit--absolute .mx-datepicker,.event-popover .event-popover__inner .property-alarm-item__edit--absolute .mx-datepicker{width:unset}.app-sidebar .property-repeat,.event-popover .event-popover__inner .property-repeat{width:100%}.app-sidebar .property-repeat__summary,.event-popover .event-popover__inner .property-repeat__summary{display:flex;align-items:center}.app-sidebar .property-repeat__summary__icon,.event-popover .event-popover__inner .property-repeat__summary__icon{width:34px;height:34px;margin-left:-5px;margin-right:5px}.app-sidebar .property-repeat__summary__content,.event-popover .event-popover__inner .property-repeat__summary__content{flex:1 auto;padding:8px 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar .property-repeat__options,.event-popover .event-popover__inner .property-repeat__options{margin-bottom:5px}.app-sidebar .resource-list-item,.app-sidebar .invitees-list-item,.event-popover .event-popover__inner .resource-list-item,.event-popover .event-popover__inner .invitees-list-item{display:flex;align-items:center;min-height:44px}.app-sidebar .resource-list-item__displayname,.app-sidebar .invitees-list-item__displayname,.event-popover .event-popover__inner .resource-list-item__displayname,.event-popover .event-popover__inner .invitees-list-item__displayname{margin-left:8px}.app-sidebar .resource-list-item__actions,.app-sidebar .invitees-list-item__actions,.event-popover .event-popover__inner .resource-list-item__actions,.event-popover .event-popover__inner .invitees-list-item__actions{margin-left:auto}.app-sidebar .resource-list-item__organizer-hint,.app-sidebar .invitees-list-item__organizer-hint,.event-popover .event-popover__inner .resource-list-item__organizer-hint,.event-popover .event-popover__inner .invitees-list-item__organizer-hint{color:var(--color-text-maxcontrast);font-weight:300;margin-left:5px}.app-sidebar .resource-search__capacity,.event-popover .event-popover__inner .resource-search__capacity{display:flex;align-items:center}.app-sidebar .resource-search__capacity__actions,.event-popover .event-popover__inner .resource-search__capacity__actions{margin-left:5px}.app-sidebar .avatar-participation-status,.event-popover .event-popover__inner .avatar-participation-status{position:relative;height:38px;width:38px}.app-sidebar .avatar-participation-status__indicator,.event-popover .event-popover__inner .avatar-participation-status__indicator{position:absolute;bottom:0;right:0;background-size:10px;height:15px;width:15px;border-radius:50%}.app-sidebar .avatar-participation-status__indicator.accepted,.event-popover .event-popover__inner .avatar-participation-status__indicator.accepted{background-color:#2fb130}.app-sidebar .avatar-participation-status__indicator.declined,.event-popover .event-popover__inner .avatar-participation-status__indicator.declined{background-color:red}.app-sidebar .avatar-participation-status__indicator.tentative,.event-popover .event-popover__inner .avatar-participation-status__indicator.tentative{background-color:#ffa704}.app-sidebar .avatar-participation-status__indicator.delegated,.app-sidebar .avatar-participation-status__indicator.no-response,.event-popover .event-popover__inner .avatar-participation-status__indicator.delegated,.event-popover .event-popover__inner .avatar-participation-status__indicator.no-response{background-color:gray}.app-sidebar .property-text,.app-sidebar .property-select,.app-sidebar .property-color,.app-sidebar .property-select-multiple,.app-sidebar .property-title,.app-sidebar .resource-capacity,.app-sidebar .resource-room-type,.event-popover .event-popover__inner .property-text,.event-popover .event-popover__inner .property-select,.event-popover .event-popover__inner .property-color,.event-popover .event-popover__inner .property-select-multiple,.event-popover .event-popover__inner .property-title,.event-popover .event-popover__inner .resource-capacity,.event-popover .event-popover__inner .resource-room-type{display:flex;width:100%;align-items:flex-start}.app-sidebar .property-text__icon,.app-sidebar .property-text__info,.app-sidebar .property-select__icon,.app-sidebar .property-select__info,.app-sidebar .property-color__icon,.app-sidebar .property-color__info,.app-sidebar .property-select-multiple__icon,.app-sidebar .property-select-multiple__info,.app-sidebar .property-title__icon,.app-sidebar .property-title__info,.app-sidebar .resource-capacity__icon,.app-sidebar .resource-capacity__info,.app-sidebar .resource-room-type__icon,.app-sidebar .resource-room-type__info,.event-popover .event-popover__inner .property-text__icon,.event-popover .event-popover__inner .property-text__info,.event-popover .event-popover__inner .property-select__icon,.event-popover .event-popover__inner .property-select__info,.event-popover .event-popover__inner .property-color__icon,.event-popover .event-popover__inner .property-color__info,.event-popover .event-popover__inner .property-select-multiple__icon,.event-popover .event-popover__inner .property-select-multiple__info,.event-popover .event-popover__inner .property-title__icon,.event-popover .event-popover__inner .property-title__info,.event-popover .event-popover__inner .resource-capacity__icon,.event-popover .event-popover__inner .resource-capacity__info,.event-popover .event-popover__inner .resource-room-type__icon,.event-popover .event-popover__inner .resource-room-type__info{height:34px;width:34px}.app-sidebar .property-text__icon--hidden,.app-sidebar .property-select__icon--hidden,.app-sidebar .property-color__icon--hidden,.app-sidebar .property-select-multiple__icon--hidden,.app-sidebar .property-title__icon--hidden,.app-sidebar .resource-capacity__icon--hidden,.app-sidebar .resource-room-type__icon--hidden,.event-popover .event-popover__inner .property-text__icon--hidden,.event-popover .event-popover__inner .property-select__icon--hidden,.event-popover .event-popover__inner .property-color__icon--hidden,.event-popover .event-popover__inner .property-select-multiple__icon--hidden,.event-popover .event-popover__inner .property-title__icon--hidden,.event-popover .event-popover__inner .resource-capacity__icon--hidden,.event-popover .event-popover__inner .resource-room-type__icon--hidden{visibility:hidden}.app-sidebar .property-text__info,.app-sidebar .property-select__info,.app-sidebar .property-color__info,.app-sidebar .property-select-multiple__info,.app-sidebar .property-title__info,.app-sidebar .resource-capacity__info,.app-sidebar .resource-room-type__info,.event-popover .event-popover__inner .property-text__info,.event-popover .event-popover__inner .property-select__info,.event-popover .event-popover__inner .property-color__info,.event-popover .event-popover__inner .property-select-multiple__info,.event-popover .event-popover__inner .property-title__info,.event-popover .event-popover__inner .resource-capacity__info,.event-popover .event-popover__inner .resource-room-type__info{display:flex;justify-content:center;flex-shrink:0;opacity:.5}.app-sidebar .property-text__info:hover,.app-sidebar .property-select__info:hover,.app-sidebar .property-color__info:hover,.app-sidebar .property-select-multiple__info:hover,.app-sidebar .property-title__info:hover,.app-sidebar .resource-capacity__info:hover,.app-sidebar .resource-room-type__info:hover,.event-popover .event-popover__inner .property-text__info:hover,.event-popover .event-popover__inner .property-select__info:hover,.event-popover .event-popover__inner .property-color__info:hover,.event-popover .event-popover__inner .property-select-multiple__info:hover,.event-popover .event-popover__inner .property-title__info:hover,.event-popover .event-popover__inner .resource-capacity__info:hover,.event-popover .event-popover__inner .resource-room-type__info:hover{opacity:1}.app-sidebar .property-text__icon,.app-sidebar .property-select__icon,.app-sidebar .property-color__icon,.app-sidebar .property-select-multiple__icon,.app-sidebar .property-title__icon,.app-sidebar .resource-capacity__icon,.app-sidebar .resource-room-type__icon,.event-popover .event-popover__inner .property-text__icon,.event-popover .event-popover__inner .property-select__icon,.event-popover .event-popover__inner .property-color__icon,.event-popover .event-popover__inner .property-select-multiple__icon,.event-popover .event-popover__inner .property-title__icon,.event-popover .event-popover__inner .resource-capacity__icon,.event-popover .event-popover__inner .resource-room-type__icon{flex-shrink:0;margin-left:-5px;margin-right:5px}.app-sidebar .property-text__input,.app-sidebar .property-select__input,.app-sidebar .property-color__input,.app-sidebar .property-select-multiple__input,.app-sidebar .property-title__input,.app-sidebar .resource-capacity__input,.app-sidebar .resource-room-type__input,.event-popover .event-popover__inner .property-text__input,.event-popover .event-popover__inner .property-select__input,.event-popover .event-popover__inner .property-color__input,.event-popover .event-popover__inner .property-select-multiple__input,.event-popover .event-popover__inner .property-title__input,.event-popover .event-popover__inner .resource-capacity__input,.event-popover .event-popover__inner .resource-room-type__input{flex-grow:2}.app-sidebar .property-text__input textarea,.app-sidebar .property-text__input input,.app-sidebar .property-text__input div.v-select,.app-sidebar .property-select__input textarea,.app-sidebar .property-select__input input,.app-sidebar .property-select__input div.v-select,.app-sidebar .property-color__input textarea,.app-sidebar .property-color__input input,.app-sidebar .property-color__input div.v-select,.app-sidebar .property-select-multiple__input textarea,.app-sidebar .property-select-multiple__input input,.app-sidebar .property-select-multiple__input div.v-select,.app-sidebar .property-title__input textarea,.app-sidebar .property-title__input input,.app-sidebar .property-title__input div.v-select,.app-sidebar .resource-capacity__input textarea,.app-sidebar .resource-capacity__input input,.app-sidebar .resource-capacity__input div.v-select,.app-sidebar .resource-room-type__input textarea,.app-sidebar .resource-room-type__input input,.app-sidebar .resource-room-type__input div.v-select,.event-popover .event-popover__inner .property-text__input textarea,.event-popover .event-popover__inner .property-text__input input,.event-popover .event-popover__inner .property-text__input div.v-select,.event-popover .event-popover__inner .property-select__input textarea,.event-popover .event-popover__inner .property-select__input input,.event-popover .event-popover__inner .property-select__input div.v-select,.event-popover .event-popover__inner .property-color__input textarea,.event-popover .event-popover__inner .property-color__input input,.event-popover .event-popover__inner .property-color__input div.v-select,.event-popover .event-popover__inner .property-select-multiple__input textarea,.event-popover .event-popover__inner .property-select-multiple__input input,.event-popover .event-popover__inner .property-select-multiple__input div.v-select,.event-popover .event-popover__inner .property-title__input textarea,.event-popover .event-popover__inner .property-title__input input,.event-popover .event-popover__inner .property-title__input div.v-select,.event-popover .event-popover__inner .resource-capacity__input textarea,.event-popover .event-popover__inner .resource-capacity__input input,.event-popover .event-popover__inner .resource-capacity__input div.v-select,.event-popover .event-popover__inner .resource-room-type__input textarea,.event-popover .event-popover__inner .resource-room-type__input input,.event-popover .event-popover__inner .resource-room-type__input div.v-select{width:100%}.app-sidebar .property-text__input textarea,.app-sidebar .property-select__input textarea,.app-sidebar .property-color__input textarea,.app-sidebar .property-select-multiple__input textarea,.app-sidebar .property-title__input textarea,.app-sidebar .resource-capacity__input textarea,.app-sidebar .resource-room-type__input textarea,.event-popover .event-popover__inner .property-text__input textarea,.event-popover .event-popover__inner .property-select__input textarea,.event-popover .event-popover__inner .property-color__input textarea,.event-popover .event-popover__inner .property-select-multiple__input textarea,.event-popover .event-popover__inner .property-title__input textarea,.event-popover .event-popover__inner .resource-capacity__input textarea,.event-popover .event-popover__inner .resource-room-type__input textarea{max-height:calc(100vh - 500px);vertical-align:top;margin:0}.app-sidebar .property-text__input--readonly div,.app-sidebar .property-select__input--readonly div,.app-sidebar .property-color__input--readonly div,.app-sidebar .property-select-multiple__input--readonly div,.app-sidebar .property-title__input--readonly div,.app-sidebar .resource-capacity__input--readonly div,.app-sidebar .resource-room-type__input--readonly div,.event-popover .event-popover__inner .property-text__input--readonly div,.event-popover .event-popover__inner .property-select__input--readonly div,.event-popover .event-popover__inner .property-color__input--readonly div,.event-popover .event-popover__inner .property-select-multiple__input--readonly div,.event-popover .event-popover__inner .property-title__input--readonly div,.event-popover .event-popover__inner .resource-capacity__input--readonly div,.event-popover .event-popover__inner .resource-room-type__input--readonly div{width:calc(100% - 8px);white-space:pre-line;padding:8px 7px;background-color:var(--color-main-background);color:var(--color-main-text);outline:none;overflow-y:scroll;word-break:break-word;max-height:30vh}.app-sidebar .property-text__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-select__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-color__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-select-multiple__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-title__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .resource-capacity__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .resource-room-type__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-text__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-select__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-color__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-select-multiple__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-title__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .resource-capacity__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .resource-room-type__input--readonly-calendar-picker div.calendar-picker-option{padding:8px 7px}.app-sidebar .property-text,.app-sidebar .property-select,.app-sidebar .property-color,.app-sidebar .property-select-multiple,.app-sidebar .property-title,.app-sidebar .property-repeat,.app-sidebar .resource-capacity,.app-sidebar .resource-room-type,.event-popover .event-popover__inner .property-text,.event-popover .event-popover__inner .property-select,.event-popover .event-popover__inner .property-color,.event-popover .event-popover__inner .property-select-multiple,.event-popover .event-popover__inner .property-title,.event-popover .event-popover__inner .property-repeat,.event-popover .event-popover__inner .resource-capacity,.event-popover .event-popover__inner .resource-room-type{margin-bottom:5px}.app-sidebar .property-text--readonly,.app-sidebar .property-select--readonly,.app-sidebar .property-color--readonly,.app-sidebar .property-select-multiple--readonly,.app-sidebar .property-title--readonly,.app-sidebar .property-repeat--readonly,.app-sidebar .resource-capacity--readonly,.app-sidebar .resource-room-type--readonly,.event-popover .event-popover__inner .property-text--readonly,.event-popover .event-popover__inner .property-select--readonly,.event-popover .event-popover__inner .property-color--readonly,.event-popover .event-popover__inner .property-select-multiple--readonly,.event-popover .event-popover__inner .property-title--readonly,.event-popover .event-popover__inner .property-repeat--readonly,.event-popover .event-popover__inner .resource-capacity--readonly,.event-popover .event-popover__inner .resource-room-type--readonly{margin-bottom:0}.app-sidebar .property-select,.app-sidebar .property-select-multiple,.event-popover .event-popover__inner .property-select,.event-popover .event-popover__inner .property-select-multiple{align-items:center}.app-sidebar .property-select .v-select,.app-sidebar .property-select-multiple .v-select,.event-popover .event-popover__inner .property-select .v-select,.event-popover .event-popover__inner .property-select-multiple .v-select{min-width:unset !important}.app-sidebar .property-select__input,.app-sidebar .property-select-multiple__input,.event-popover .event-popover__inner .property-select__input,.event-popover .event-popover__inner .property-select-multiple__input{width:100%}.app-sidebar .property-color__input,.event-popover .event-popover__inner .property-color__input{display:flex;gap:5px;margin-bottom:5px}.app-sidebar .property-color__input--readonly,.event-popover .event-popover__inner .property-color__input--readonly{margin:3px 0 3px 7px}.app-sidebar .property-color__color-preview,.event-popover .event-popover__inner .property-color__color-preview{width:44px !important;height:44px !important;border-radius:44px}.app-sidebar .property-text__icon,.event-popover .event-popover__inner .property-text__icon{height:unset;align-self:flex-start;padding-top:12px}.app-sidebar .property-text--readonly .property-text__icon,.event-popover .event-popover__inner .property-text--readonly .property-text__icon{padding-top:10px}.app-sidebar .property-text__input--readonly,.event-popover .event-popover__inner .property-text__input--readonly{line-height:1;padding-top:calc(var(--default-line-height)/2 - .5lh)}.app-sidebar .property-text__input textarea,.event-popover .event-popover__inner .property-text__input textarea{resize:none}.app-sidebar .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly,.event-popover .event-popover__inner .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly{width:100%}.app-sidebar .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper,.event-popover .event-popover__inner .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper{align-items:center;overflow:hidden;max-width:100%;position:relative;padding:3px 5px}.app-sidebar .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper .multiselect__tag,.event-popover .event-popover__inner .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper .multiselect__tag{line-height:20px;padding:1px 5px;background-image:none;display:inline-flex;align-items:center;border-radius:3px;max-width:fit-content;margin:3px}.app-sidebar .property-title__input,.app-sidebar .property-title input,.event-popover .event-popover__inner .property-title__input,.event-popover .event-popover__inner .property-title input{font-weight:bold}.app-sidebar .property-title__input--readonly,.event-popover .event-popover__inner .property-title__input--readonly{font-size:18px}.app-sidebar .property-title input,.app-sidebar .property-title-time-picker input,.event-popover .event-popover__inner .property-title input,.event-popover .event-popover__inner .property-title-time-picker input{margin:0}.app-sidebar .resource-room-type,.event-popover .event-popover__inner .resource-room-type{margin-bottom:5px}.event-popover .event-popover__inner .event-popover__response-buttons{margin-top:8px;margin-bottom:0}.event-popover .event-popover__inner .property-text__icon,.event-popover .event-popover__inner .property-title-time-picker__icon{margin:0 !important}.timezone-popover-wrapper .popover__inner{padding:20px}.timezone-popover-wrapper__title{margin-bottom:8px}.timezone-popover-wrapper__timezone-select{min-width:200px}.event-popover .v-popper__inner{overflow:unset !important}.event-popover .event-popover__inner{text-align:left;max-width:480px;width:480px;padding:5px 10px 10px 10px}.event-popover .event-popover__inner .empty-content{margin-top:0 !important;padding:50px 0}.event-popover .event-popover__inner .property-title-time-picker:not(.property-title-time-picker--readonly){margin-bottom:12px}.event-popover .event-popover__inner .event-popover__invitees .avatar-participation-status__text{bottom:22px}.event-popover .event-popover__inner .event-popover__buttons{margin-top:8px}.event-popover .event-popover__inner .event-popover__top-right-actions{display:flex;gap:var(--default-grid-baseline);position:absolute !important;top:var(--default-grid-baseline) !important;right:var(--default-grid-baseline) !important;z-index:100 !important;opacity:.7 !important;border-radius:22px !important}.event-popover .event-popover__inner .event-popover__top-right-actions .action-item.action-item--single{width:44px !important;height:44px !important}.event-popover .event-popover__inner .popover-loading-indicator{width:100%}.event-popover .event-popover__inner .popover-loading-indicator__icon{margin:0 auto;height:62px;width:62px;background-size:62px}.event-popover[x-out-of-boundaries]{margin-top:75px}.event-popover[x-placement^=bottom] .popover__arrow{border-bottom-color:var(--color-background-dark)}.calendar-picker-option{display:flex;align-items:center;overflow:hidden}.calendar-picker-option__color-indicator{width:12px;height:12px;border-radius:50%;border:none;margin-right:8px;flex-basis:12px;flex-shrink:0}.calendar-picker-option__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1}.calendar-picker-option__avatar{flex-basis:18px;flex-shrink:0}.property-select-multiple-colored-tag{width:100%;display:flex;align-items:center}.property-select-multiple-colored-tag__color-indicator{width:12px;height:12px;border-radius:50%;border:none;margin-right:8px;flex-shrink:0}.property-select-multiple-colored-tag .icon{margin-left:4px;scale:.8}.resource-list-button-group,.invitees-list-button-group{width:100%;display:flex;justify-content:space-between;align-items:center}.resource-list-button-group:not(:empty),.invitees-list-button-group:not(:empty){margin-top:20px}.vs__dropdown-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-search-list-item,.invitees-search-list-item{display:flex;align-items:center;width:100%;padding-right:32px}.resource-search-list-item__label,.invitees-search-list-item__label{width:100%;padding:0 8px}.resource-search-list-item__label__availability,.invitees-search-list-item__label__availability{color:var(--color-text-maxcontrast)}.resource-search-list-item__label div,.invitees-search-list-item__label div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-search-list-item__label div:nth-child(1),.invitees-search-list-item__label div:nth-child(1){color:var(--color-main-text)}.resource-search-list-item__label div:nth-child(2),.invitees-search-list-item__label div:nth-child(2){color:var(--color-text-lighter);line-height:1}.resource-search__multiselect,.invitees-search__multiselect{width:100%}#app-settings .settings-fieldset-interior-item{padding:5px 0}#app-settings .settings-fieldset-interior-item .action-checkbox{line-height:unset !important;white-space:unset !important}#app-settings .settings-fieldset-interior-item .action-checkbox__label::before{margin:0 6px 3px 3px !important;flex-shrink:0}#app-settings .settings-fieldset-interior-item .action-button{min-height:unset !important}#app-settings .settings-fieldset-interior-item .action-button__icon{margin:0 6px 3px 3px !important;height:14px !important;width:14px !important;background-position:unset !important}#app-settings .settings-fieldset-interior-item .action-button__longtext{width:unset !important;padding:0 !important}#app-settings .settings-fieldset-interior-item__import-button{display:block;text-align:center;background-position-x:8px;position:relative}#app-settings .settings-fieldset-interior-item__import-button .material-design-icon{position:absolute}#app-settings .settings-fieldset-interior-item--slotDuration,#app-settings .settings-fieldset-interior-item--defaultReminder{display:table}#app-settings .settings-fieldset-interior-item--slotDuration label,#app-settings .settings-fieldset-interior-item--defaultReminder label{display:block}#app-settings .settings-fieldset-interior-item--slotDuration .multiselect,#app-settings .settings-fieldset-interior-item--defaultReminder .multiselect{display:block}#app-settings .settings-fieldset-interior-item--timezone,#app-settings .settings-fieldset-interior-item--default-calendar{width:100%}#app-settings .settings-fieldset-interior-item--timezone .multiselect,#app-settings .settings-fieldset-interior-item--default-calendar .multiselect{width:100%}.shortcut-overview-modal .modal-container{display:flex !important;flex-wrap:wrap;padding:0 12px 12px 12px !important}.shortcut-overview-modal .modal-container *{box-sizing:border-box}.shortcut-overview-modal .modal-container .shortcut-section{width:50%;flex-grow:0;flex-shrink:0;padding:10px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item{width:100%;display:grid;grid-template-columns:33% 67%;column-gap:10px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item:not(:first-child){margin-top:10px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item__keys{display:block;text-align:right}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item__label{display:block;text-align:left;padding-top:5px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item__spacer{margin:0 3px}@media screen and (max-width: 800px){.shortcut-overview-modal .modal-container .shortcut-section{width:100%}}.appointment-config-modal{padding:2vw}.appointment-config-modal__form{display:flex;flex-direction:column;width:100%}.appointment-config-modal__form fieldset{padding:20px 0}.appointment-config-modal__form fieldset header{font-size:16px;margin-bottom:3px}.appointment-config-modal__form .availability-select,.appointment-config-modal__form .calendar-select{display:flex;flex-direction:column}.appointment-config-modal__form__row--wrapped{display:flex;flex-wrap:wrap;gap:10px 50px}.appointment-config-modal__form__row--wrapped>div{flex:1 200px}.appointment-config-modal__form__row--local{display:flex;flex-direction:column}.appointment-config-modal__form__row+.appointment-config-modal__form__row{margin-top:10px}.appointment-config-modal__form .multiselect__tags{height:unset !important;margin:0 !important}.appointment-config-modal__submit-button{margin-top:20px}.app-config-modal-confirmation .empty-content{margin-top:0 !important;margin-bottom:20px}.app-config-modal-confirmation__buttons{display:flex;justify-content:center;gap:0 10px}.modal--scheduler{position:relative}.modal--scheduler .fc-bgevent{opacity:.8}.modal--scheduler .blocking-event-free-busy{border-color:var(--color-primary-element);border-style:solid;border-left-width:2px;border-right-width:2px;background-color:rgba(0,0,0,0) !important;opacity:.7 !important;z-index:2}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--first-row{border-radius:var(--border-radius) var(--border-radius) 0 0;border-top-width:2px}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--last-row{border-radius:0 0 var(--border-radius) var(--border-radius);border-bottom-width:2px}.modal--scheduler .loading-indicator{width:100%;position:absolute;top:0;height:50px;margin-top:75px}.freebusy-caption{margin-top:10px}.freebusy-caption__calendar-user-types,.freebusy-caption__colors{width:50%;display:flex}.freebusy-caption__colors{width:100%;display:flex;flex-direction:column;padding:5px}.freebusy-caption__colors .freebusy-caption-item{display:flex;align-items:center;margin-right:30px}.freebusy-caption__colors .freebusy-caption-item__color{height:1em;width:2em;display:block;border:1px solid var(--color-border-dark);opacity:.8}.freebusy-caption__colors .freebusy-caption-item__label{margin-left:5px}.fc{--fc-small-font-size: 0.875em;--fc-page-bg-color: var(--color-main-background) !important;--fc-neutral-bg-color: var(--color-background-dark) !important;--fc-neutral-text-color: var(--color-text-lighter) !important;--fc-border-color: var(--color-border) !important;--fc-daygrid-event-dot-width: 10px !important;--fc-event-bg-color: var(--color-primary-element);--fc-event-border-color: var(--color-primary-element-text);--fc-event-text-color: var(--color-primary-element-text);--fc-event-selected-overlay-color: var(--color-box-shadow);--fc-event-resizer-thickness: 8px;--fc-event-resizer-dot-total-width: 8px;--fc-event-resizer-dot-border-width: 1px;--fc-non-business-color: var(--color-background-dark);--fc-bg-event-color: var(--color-primary-element);--fc-bg-event-opacity: 0.3;--fc-highlight-color: rgba(188, 232, 241, 0.3);--fc-today-bg-color: var(--color-main-background) !important;--fc-now-indicator-color: red;--fc-list-event-hover-bg-color: var(--color-background-hover) !important}.fc{font-family:var(--font-face) !important}.fc-timegrid-axis-frame,.fc-timegrid-slot-label,.fc-col-header-cell a{color:var(--color-text-lighter) !important}.fc .fc-timegrid-slot-minor{border-top-style:none !important}.fc-daygrid-day-top{justify-content:center}.fc-state-highlight.fc-day-number,.fc tbody tr,.fc tbody tr:hover,.fc tbody tr:focus{background:inherit !important}.fc-day-today.fc-col-header-cell a,.fc-day-today.fc-col-header-cell span{padding:2px 6px;font-weight:bold;background-color:var(--color-primary-element);color:var(--color-primary-element-text) !important;border-radius:var(--border-radius-pill)}.fc-day-today .fc-event{box-shadow:0px 0px 0px 1px var(--color-primary-element-light) !important}.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{margin:4px;width:24px;height:24px;text-align:center;font-weight:bold !important;padding:0 !important;background:var(--color-primary-element);color:var(--color-primary-element-text);border-radius:50%}.fc-list-table td{white-space:normal;word-break:break-word}.fc .fc-list-sticky .fc-list-day>*{z-index:1}.fc-list-table .fc-list-day-cushion{padding-left:calc(var(--default-clickable-area) + var(--default-grid-baseline)*2)}.fc-timeGridWeek-view .fc-col-header-cell.fc-day-today,.fc-timeGridWeek-view .fc-daygrid-day.fc-day-today,.fc-timeGridWeek-view .fc-timegrid-col.fc-day-today,.fc-dayGridMonth-view .fc-col-header-cell.fc-day-today,.fc-dayGridMonth-view .fc-daygrid-day.fc-day-today,.fc-dayGridMonth-view .fc-timegrid-col.fc-day-today{background-color:var(--color-primary-element-light) !important;background-clip:padding-box}.fc-daygrid-day.fc-day.fc-day-other,.fc .fc-daygrid-day.fc-day-today.fc-day-other{background-color:var(--color-background-dark) !important;background-clip:padding-box;border:1px solid var(--color-background-darker)}.fc-daygrid-day.fc-day.fc-day-other .fc-daygrid-day-top,.fc .fc-daygrid-day.fc-day-today.fc-day-other .fc-daygrid-day-top{opacity:.6}.fc-event{padding-left:3px}.fc-event.fc-event-nc-task-completed,.fc-event.fc-event-nc-tentative,.fc-event.fc-event-nc-cancelled{opacity:.5}.fc-event.fc-event-nc-task-completed .fc-event-title,.fc-event.fc-event-nc-task-completed .fc-list-event-title,.fc-event.fc-event-nc-cancelled .fc-event-title,.fc-event.fc-event-nc-cancelled .fc-list-event-title{text-decoration:line-through !important}.fc-event .fc-event-title{text-overflow:ellipsis}.fc-event .fc-event-nc-alarms .icon-event-reminder{background-color:inherit;background-position:right;position:absolute;top:0;right:0}.fc-event .fc-event-nc-alarms .icon-event-reminder--light{background-image:var(--icon-calendar-reminder-fffffe)}.fc-event .fc-event-nc-alarms .icon-event-reminder--dark{background-image:var(--icon-calendar-reminder-000001)}.fc-event .fc-event-title-container{display:flex;align-content:center}.fc-event .fc-event-title-container .fc-event-title-checkbox{margin:4px 4px 0 0;line-height:1}.fc-event .fc-list-event-checkbox{margin:2px 4px 0 -2px;line-height:1}.fc-event .fc-daygrid-event-checkbox{margin:2px 4px 0 4px;line-height:1}.fc-event .fc-list-event-location span,.fc-event .fc-list-event-description span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:pre-wrap;max-width:25vw}@media only screen and (max-width: 767px){.fc-event .fc-list-event-location,.fc-event .fc-list-event-description{display:none}}.fc-list-empty .fc-list-empty-cushion{display:none}.fc-list-empty .empty-content{margin-top:0 !important}.fc-col-header-cell{word-break:break-word;white-space:normal}.fc-timeGridWeek-view .fc-daygrid-more-link{word-break:break-all;white-space:normal}.fc-timeGridWeek-view .fc-event-main{flex-wrap:wrap}.fc-v-event{min-height:4em}.fc-v-event.fc-timegrid-event-short{min-height:2em}.fc-v-event .fc-event-title{white-space:initial}.fc-dayGridMonth-view .fc-daygrid-more-link{word-break:break-word;white-space:normal}.fc-dayGridMonth-view .fc-daygrid-day-frame{min-height:150px !important}.fc-daygrid-day-events{position:relative !important}.fc-col-header-cell{padding-top:10px !important}.fc-timegrid-axis-cushion{margin-top:44px}.fc-timegrid-axis.fc-scrollgrid-shrink{height:65px}.toast-calendar-multiline{white-space:pre-wrap}.content.app-calendar>div.app-content{overflow-x:hidden}.import-modal .modal-container{padding:24px !important;min-width:50%;overflow:visible !important}.import-modal .modal-container .import-modal__title,.import-modal .modal-container .import-modal__subtitle{text-align:center}.import-modal .modal-container .import-modal__actions{display:flex;gap:5px}.import-modal .modal-container .import-modal-file-item{display:flex;padding-top:10px}.import-modal .modal-container .import-modal-file-item--header{font-weight:bold}.import-modal .modal-container .import-modal-file-item__filename{flex:2 1 0}.import-modal .modal-container .import-modal-file-item__calendar-select{flex:1 1 0}@media print{.app-navigation{display:none}}#emptycontent-container #emptycontent{color:#a9a9a9 !important}.content.app-calendar.app-calendar-public-embedded #embed-header{position:fixed;top:0;left:0;height:50px;width:100%;box-sizing:border-box;background-color:var(--color-main-background);border-bottom:1px solid var(--color-border);overflow:visible;z-index:2000;display:flex;justify-content:space-between}.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__date-section,.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__share-section{display:flex;gap:5px}.content.app-calendar.app-calendar-public-embedded #embed-header .view-button-section .button{min-width:75px}.content.app-calendar.app-calendar-public-embedded #embed-header .datepicker-button-section__datepicker-label{min-width:150px}.content.app-calendar.app-calendar-public-embedded .app-content{margin-top:44px}#body-public input#initial-state-calendar-is_embed~header#header{display:none}#body-public .app-calendar-public+footer{border-radius:0 0 var(--border-radius-large) var(--border-radius-large)}#body-public .app-calendar-public .app-content{height:calc(100% - 65px) !important}.property-text__input--linkify{flex-basis:min-content}.linkify-links{border:2px solid var(--color-border-maxcontrast);border-radius:var(--border-radius-large);cursor:text;width:100% !important;box-sizing:border-box;padding:12px;white-space:pre-line;overflow:auto;line-height:normal;word-break:break-word;display:inline-block;vertical-align:top;max-height:16em;max-height:calc(100vh - 500px)}.linkify-links a.linkified{text-decoration:underline;margin:0}.linkify-links a.linkified::after{content:" ↗"}',"",{version:3,sources:["webpack://./css/calendar.scss","webpack://./css/app-navigation.scss","webpack://./css/app-sidebar.scss","webpack://./css/app-settings.scss","webpack://./css/app-modal.scss","webpack://./css/freebusy.scss","webpack://./css/fullcalendar.scss","webpack://./css/global.scss","webpack://./css/import.scss","webpack://./css/print.scss","webpack://./css/public.scss","webpack://./css/props-linkify-links.scss"],names:[],mappings:"AAAA,sEC2BA,YAGC,CAAA,8FAEA,eAGC,CAAA,kBACA,CAAA,yCACA,CAAA,WACA,CAAA,2LAGD,qEACC,CAAA,wLAGD,qEACC,CAAA,gQAGD,eACC,CAAA,+HAGD,uCACC,CAAA,mVAGD,UAGC,CAAA,6CAKD,sBACC,CAAA,iBACA,CAAA,uCAGD,gBACC,CAAA,eACA,CAAA,4BACA,CAAA,kBACA,CAAA,yDAEA,uBACC,CAAA,sEAIF,oBAEC,CAAA,sBACA,CAAA,UACA,CAAA,wBACA,CAAA,uBAIF,iDACC,CAAA,8BAGD,YACC,CAAA,sCAGA,yCACC,CAAA,yCAGD,WACC,CAAA,sBACA,CAAA,kBACA,CAAA,eACA,CAAA,qCAGD,WACC,CAAA,6BACA,CAAA,uBAKF,wDACC,CAAA,kCAIA,qBACC,CAAA,sEAGD,qBAEC,CAAA,iXAGD,oBASC,CAAA,gCAGD,wBACC,CAAA,kFAIA,eACC,CAAA,kFAKD,4BACC,CAAA,2DAIF,8DACC,CAAA,gBACA,CAAA,gBACA,CAAA,mFAIA,0CACC,CAAA,oGAIF,yBACC,CAAA,4GAEA,UACC,CAAA,WACA,CAAA,yCACA,CAAA,oBACA,CAAA,sHAGD,6CACC,CAAA,UACA,CAAA,mDAIF,aACC,CAAA,gEAEA,UACC,CAAA,wCACE,CAAA,iFAEF,sBACC,CAAA,qEAMF,0BACC,CAAA,6EAGD,yBACC,CAAA,+EAKD,8CACC,CAAA,0KAKA,wCACC,CAAA,sJAKD,UACC,CAAA,uFAkBA,uBACC,CAAA,cACA,CAAA,WACA,CAAA,gFAGD,kBACC,CAAA,iBACA,CAAA,sFAGD,oBACC,CAAA,YACA,CAAA,qBACA,CAAA,yFAEA,WACC,CAAA,kBACA,CAAA,mBACA,CAAA,kBACA,CAAA,iBACA,CAAA,mGAIA,aACC,CAAA,eACA,CAAA,kBACA,CAAA,sBACA,CAAA,8GAGD,gBACC,CAAA,YACA,CAAA,kBACA,CAAA,kBACA,CAAA,gfAEA,0BAIC,CAAA,oBACA,CAAA,8QAGD,YAEC,CAAA,WACA,CAAA,UACA,CAAA,UACA,CAAA,aACA,CAAA,cACA,CAAA,0HAGD,iBACC,CAAA,aACA,CAAA,oEASL,eACC,CAAA,gJAGD,cAEC,CAAA,wYCjSH,eAGC,CAAA,4aAEA,oBACC,CAAA,WACA,CAAA,UACA,CAAA,aACA,CAAA,UACA,CAAA,8bAGD,cACC,CAAA,iBACA,CAAA,+BACA,CAAA,gKAKD,cACC,CAAA,eACA,CAAA,gBACA,CAAA,sHAIF,UACC,CAAA,yBACA,CAAA,oFAGD,YACC,CAAA,qBACA,CAAA,6BACA,CAAA,yBACA,CAAA,2BACA,CAAA,sBACA,CAAA,sGAEA,cACC,CAAA,mCACA,CAAA,SACA,CAAA,uBACA,CAAA,eACA,CAAA,eACA,CAAA,6CACA,CAAA,gDACA,CAAA,mBACA,CAAA,oHAEA,UACC,CAAA,WACA,CAAA,sGAGF,mBACC,CAAA,kJAIF,UACC,CAAA,8JAEA,aACC,CAAA,WACA,CAAA,UACA,CAAA,oBACA,CAAA,kHAIF,UACC,CAAA,eACA,CAAA,8HAEA,aACC,CAAA,WACA,CAAA,UACA,CAAA,oBACA,CAAA,sLAMA,eACC,CAAA,4KAGD,YACC,CAAA,kBACA,CAAA,gMAEA,UACC,CAAA,0BACA,CAAA,4JAIF,eACC,CAAA,0JAGD,YACC,CAAA,UACA,CAAA,oOAEA,WACC,CAAA,yCACA,CAAA,iBACA,CAAA,QACA,CAAA,eACA,CAAA,sVAQD,qCACC,CAAA,0KAOD,qCACC,CAAA,sHAKH,YACC,CAAA,kBACA,CAAA,4SAEA,eAEC,CAAA,SACA,CAAA,kGAIF,eACC,CAAA,YACA,CAAA,kBACA,CAAA,gUAGC,aAEC,CAAA,eACA,CAAA,SACA,CAAA,sJAGD,cACC,CAAA,SACA,CAAA,sJAGD,cACC,CAAA,SACA,CAAA,sGAKH,iBACC,CAAA,gGAIF,iBACC,CAAA,0GAGD,UACC,CAAA,8HAEA,YACC,CAAA,kBACA,CAAA,sHAGD,UACC,CAAA,WACA,CAAA,gBACA,CAAA,gBACA,CAAA,kQAGD,YAEC,CAAA,kBACA,CAAA,sIAGD,cACC,CAAA,6BACA,CAAA,OACA,CAAA,oKAEA,WACC,CAAA,sMAEA,yCACC,CAAA,0JAIF,qBACC,CAAA,sPAEA,YACC,CAAA,kBACA,CAAA,eACA,CAAA,6CACA,CAAA,4BACA,CAAA,YACA,CAAA,8QAEA,eACC,CAAA,0QAGD,cACC,CAAA,kQAGD,eACC,CAAA,WACA,CAAA,UACA,CAAA,UACA,CAAA,4RAEA,UACC,CAAA,4hBAGD,SAEC,CAAA,4HAOL,gBACC,CAAA,cACA,CAAA,wLAGA,eACC,CAAA,oKAIF,eACC,CAAA,UACA,CAAA,WACA,CAAA,8BACA,CAAA,eACA,CAAA,sBACA,CAAA,8LAEA,UACC,CAAA,gWAGD,SAEC,CAAA,4FAKH,UACC,CAAA,4FAGD,YACC,CAAA,kBACA,CAAA,eACA,CAAA,wGAEA,qBACC,CAAA,wHAEA,iBACC,CAAA,oHAGD,UACC,CAAA,WACA,CAAA,gBACA,CAAA,gBACA,CAAA,0GAMF,aACC,CAAA,eACA,CAAA,kBACA,CAAA,sBACA,CAAA,iBACA,CAAA,8GAGD,gBACC,CAAA,YACA,CAAA,kBACA,CAAA,kBACA,CAAA,wGAGD,YACC,CAAA,kBACA,CAAA,UACA,CAAA,WACA,CAAA,iBACA,CAAA,8IAEA,SACC,CAAA,kIAGD,WACC,CAAA,WACA,CAAA,WACA,CAAA,sIAGD,WACC,CAAA,0HAMD,cACC,CAAA,iBACA,CAAA,SACA,CAAA,oRAEA,YAEC,CAAA,MACA,CAAA,kBACA,CAAA,wKAIA,SACC,CAAA,wKAKD,aACC,CAAA,gBACA,CAAA,oKAGD,SACC,CAAA,0JAMF,WACC,CAAA,oFAMJ,UACC,CAAA,sGAEA,YACC,CAAA,kBACA,CAAA,kHAEA,UACC,CAAA,WACA,CAAA,gBACA,CAAA,gBACA,CAAA,wHAGD,WACC,CAAA,eACA,CAAA,eACA,CAAA,sBACA,CAAA,kBACA,CAAA,sGAIF,iBACC,CAAA,oLAIF,YAEC,CAAA,kBACA,CAAA,eACA,CAAA,wOAEA,eACC,CAAA,wNAGD,gBACC,CAAA,oPAGD,mCACC,CAAA,eACA,CAAA,eACA,CAAA,wGAKD,YACC,CAAA,kBACA,CAAA,0HAEA,eACC,CAAA,4GAKH,iBACC,CAAA,WACA,CAAA,UACA,CAAA,kIAEA,iBACC,CAAA,QACA,CAAA,OACA,CAAA,oBACA,CAAA,WACA,CAAA,UACA,CAAA,iBACA,CAAA,oJAGD,wBACC,CAAA,oJAGD,oBACC,CAAA,sJAGD,wBACC,CAAA,gTAGD,qBAEC,CAAA,gmBAIF,YAOC,CAAA,UACA,CAAA,sBACA,CAAA,w2CAEA,WAEC,CAAA,UACA,CAAA,oyBAIA,iBACC,CAAA,orBAIF,YACC,CAAA,sBACA,CAAA,aACA,CAAA,UACA,CAAA,wwBAGD,SACC,CAAA,orBAGD,aACC,CAAA,gBACA,CAAA,gBACA,CAAA,ksBAGD,WACC,CAAA,88EAEA,UAGC,CAAA,g0BAGD,8BACC,CAAA,kBACA,CAAA,QACA,CAAA,s4BAIA,sBACC,CAAA,oBACA,CAAA,eACA,CAAA,6CACA,CAAA,4BACA,CAAA,YACA,CAAA,iBACA,CAAA,qBACA,CAAA,eACA,CAAA,w6CAKD,eACC,CAAA,orBAMJ,iBAQC,CAAA,o1BAEA,eACC,CAAA,0LAIF,kBAEC,CAAA,kOAEA,0BACC,CAAA,sNAGD,UACC,CAAA,gGAKD,YACC,CAAA,OACA,CAAA,iBACA,CAAA,oHAEA,oBAEC,CAAA,gHAIF,qBAEC,CAAA,sBACA,CAAA,kBAFO,CAAA,4FAQR,YAEC,CAAA,qBACA,CAAA,gBACA,CAAA,8IAIA,gBACC,CAAA,kHAKD,aAEC,CAAA,qDACA,CAAA,gHAGD,WACC,CAAA,4PAMF,UACC,CAAA,wVAEA,kBACC,CAAA,eACA,CAAA,cACA,CAAA,iBACA,CAAA,eACA,CAAA,4XAEA,gBACC,CAAA,eACA,CAAA,qBACA,CAAA,mBACA,CAAA,kBACA,CAAA,iBACA,CAAA,qBACA,CAAA,UACA,CAAA,8LAOH,gBACC,CAAA,oHAGD,cACC,CAAA,oNAQD,QACC,CAAA,0FAIF,iBACC,CAAA,sEAMD,cACC,CAAA,eACA,CAAA,iIAKA,mBACC,CAAA,0CAMF,YACC,CAAA,iCAGD,iBACC,CAAA,2CAGD,eACC,CAAA,gCAMD,yBACC,CAAA,qCAGD,eACC,CAAA,eACA,CAAA,WACA,CAAA,0BACA,CAAA,oDAEA,uBACC,CAAA,cACA,CAAA,4GAGD,kBACC,CAAA,iGAIA,WACC,CAAA,6DAIF,cACC,CAAA,uEAGD,YACC,CAAA,gCACA,CAAA,4BACA,CAAA,2CACA,CAAA,6CACA,CAAA,sBACA,CAAA,qBACA,CAAA,6BACA,CAAA,wGAEA,qBACC,CAAA,sBACA,CAAA,gEAIF,UACC,CAAA,sEAEA,aACC,CAAA,WACA,CAAA,UACA,CAAA,oBACA,CAAA,oCAKH,eACC,CAAA,oDAKD,gDACC,CAAA,wBAIF,YACC,CAAA,kBACA,CAAA,eACA,CAAA,yCAEA,UACC,CAAA,WACA,CAAA,iBACA,CAAA,WACA,CAAA,gBACA,CAAA,eACA,CAAA,aACA,CAAA,+BAGD,eACC,CAAA,sBACA,CAAA,kBACA,CAAA,WACA,CAAA,gCAGD,eACC,CAAA,aACA,CAAA,sCAIF,UACC,CAAA,YACA,CAAA,kBACA,CAAA,uDAEA,UACC,CAAA,WACA,CAAA,iBACA,CAAA,WACA,CAAA,gBACA,CAAA,aACA,CAAA,4CAGD,eACC,CAAA,QACA,CAAA,wDAIF,UAEC,CAAA,YACA,CAAA,6BACA,CAAA,kBACA,CAAA,gFAGA,eACC,CAAA,0BAIF,eACC,CAAA,sBACA,CAAA,kBACA,CAAA,sDAGD,YAEC,CAAA,kBACA,CAAA,UACA,CAAA,kBAGA,CAAA,oEAEA,UACC,CAAA,aACA,CAAA,gGAEA,mCACC,CAAA,4EAGD,eACC,CAAA,sBACA,CAAA,kBACA,CAAA,sGAGD,4BACC,CAAA,sGAGD,+BACC,CAAA,aACA,CAAA,4DAKH,UAEC,CAAA,+CCn3BA,aACC,CAAA,gEAEA,4BACC,CAAA,4BACA,CAAA,+EAEA,+BACC,CAAA,aACA,CAAA,8DAIF,2BACC,CAAA,oEAEA,+BACC,CAAA,sBACA,CAAA,qBACA,CAAA,oCACA,CAAA,wEAGD,sBACC,CAAA,oBACA,CAAA,8DAIF,aACC,CAAA,iBACA,CAAA,yBACA,CAAA,iBACA,CAAA,oFAEA,iBACC,CAAA,6HAIF,aAEC,CAAA,yIAEA,aACC,CAAA,uJAGD,aACC,CAAA,0HAIF,UAEC,CAAA,oJAEA,UACC,CAAA,0CAOH,uBACC,CAAA,cACA,CAAA,mCACA,CAAA,4CAEA,qBACC,CAAA,4DAGD,SACC,CAAA,WACA,CAAA,aACA,CAAA,YACA,CAAA,mFAEA,UACC,CAAA,YACA,CAAA,6BACA,CAAA,eACA,CAAA,qGAEA,eACC,CAAA,yFAGD,aACC,CAAA,gBACA,CAAA,0FAGD,aACC,CAAA,eACA,CAAA,eACA,CAAA,2FAGD,YACC,CAAA,qCAQL,4DACC,UACC,CAAA,CAAA,0BCjHF,WACC,CAAA,gCAEA,YACC,CAAA,qBACA,CAAA,UACA,CAAA,yCAEA,cACC,CAAA,gDAEA,cACC,CAAA,iBACA,CAAA,sGAIF,YACC,CAAA,qBACA,CAAA,8CAIA,YACC,CAAA,cACA,CAAA,aACA,CAAA,kDAEA,YACC,CAAA,4CAKF,YACC,CAAA,qBACA,CAAA,0EAIF,eACC,CAAA,mDAID,uBACC,CAAA,mBACA,CAAA,yCAIF,eACC,CAAA,8CAKD,uBACC,CAAA,kBACA,CAAA,wCAGD,YACC,CAAA,sBACA,CAAA,UACA,CAAA,kBCjEF,iBACC,CAAA,8BAEA,UACC,CAAA,4CAGD,yCACC,CAAA,kBACA,CAAA,qBACA,CAAA,sBACA,CAAA,yCACA,CAAA,qBACA,CAAA,SACA,CAAA,gFAGD,2DACC,CAAA,oBACA,CAAA,+EAGD,2DACC,CAAA,uBACA,CAAA,qCAGD,UACC,CAAA,iBACA,CAAA,KACA,CAAA,WACA,CAAA,eACA,CAAA,kBAIF,eACC,CAAA,iEAEA,SAEC,CAAA,YACA,CAAA,0BAGD,UACC,CAAA,YACA,CAAA,qBACA,CAAA,WACA,CAAA,iDACA,YACC,CAAA,kBACA,CAAA,iBACA,CAAA,wDAEA,UACC,CAAA,SACA,CAAA,aACA,CAAA,yCACA,CAAA,UACA,CAAA,wDAGD,eACC,CAAA,IC9DJ,6BACC,CAAA,2DACA,CAAA,8DACA,CAAA,6DACA,CAAA,iDACA,CAAA,6CAEA,CAAA,iDAEA,CAAA,0DACA,CAAA,wDACA,CAAA,0DACA,CAAA,iCAEA,CAAA,uCACA,CAAA,wCACA,CAAA,qDAEA,CAAA,iDACA,CAAA,0BACA,CAAA,8CACA,CAAA,4DACA,CAAA,6BACA,CAAA,wEACA,CAAA,IAGD,uCACC,CAAA,sEAKD,0CAGC,CAAA,4BAID,gCACC,CAAA,oBAID,sBACC,CAAA,qFAID,6BAIC,CAAA,yEAMC,eACC,CAAA,gBACA,CAAA,6CACA,CAAA,kDACA,CAAA,uCACA,CAAA,wBAIF,wEACC,CAAA,yDAIA,UACC,CAAA,UACA,CAAA,WACA,CAAA,iBACA,CAAA,2BACA,CAAA,oBACA,CAAA,uCACA,CAAA,uCACA,CAAA,iBACA,CAAA,kBAMH,kBACC,CAAA,qBACA,CAAA,mCAID,SACC,CAAA,oCAID,iFACC,CAAA,4TAMA,8DAGC,CAAA,2BACA,CAAA,kFAKF,wDAEC,CAAA,2BACA,CAAA,+CACA,CAAA,0HACA,UACC,CAAA,UAKF,gBACC,CAAA,qGAEA,UAGC,CAAA,oNAKA,uCAEC,CAAA,0BAIF,sBACC,CAAA,mDAKA,wBACC,CAAA,yBACA,CAAA,iBACA,CAAA,KACA,CAAA,OACA,CAAA,0DACA,qDACC,CAAA,yDAED,qDACC,CAAA,oCAMH,YACC,CAAA,oBACA,CAAA,6DAEA,kBACC,CAAA,aACA,CAAA,kCAIF,qBACC,CAAA,aACA,CAAA,qCAGD,oBACC,CAAA,aACA,CAAA,iFAGD,eAEC,CAAA,sBACA,CAAA,mBACA,CAAA,oBACA,CAAA,2BACA,CAAA,oBACA,CAAA,cACA,CAAA,0CAGD,uEACC,YAEC,CAAA,CAAA,sCAMF,YACC,CAAA,8BAGD,uBACC,CAAA,oBAKF,qBACC,CAAA,kBACA,CAAA,4CAIA,oBACC,CAAA,kBACA,CAAA,qCAGD,cACC,CAAA,YAIF,cACC,CAAA,oCAEA,cACC,CAAA,4BAGD,mBACC,CAAA,4CAMD,qBACC,CAAA,kBACA,CAAA,4CAED,2BACC,CAAA,uBAGF,4BACC,CAAA,oBAID,2BACI,CAAA,0BAEJ,eACC,CAAA,uCAGD,WACC,CAAA,0BC7QD,oBACC,CAAA,sCAIA,iBACC,CAAA,+BCLD,uBACC,CAAA,aACA,CAAA,2BACA,CAAA,2GAEA,iBAEC,CAAA,sDAGD,YACC,CAAA,OACA,CAAA,uDAGD,YACC,CAAA,gBACA,CAAA,+DAEA,gBACC,CAAA,iEAGD,UACC,CAAA,wEAGD,UACC,CAAA,aC7BJ,gBACC,YACC,CAAA,CAAA,sCCDF,wBACC,CAAA,iEAIA,cACC,CAAA,KACA,CAAA,MACA,CAAA,WACA,CAAA,UACA,CAAA,qBACA,CAAA,6CACA,CAAA,2CACA,CAAA,gBACA,CAAA,YACA,CAAA,YACA,CAAA,6BACA,CAAA,2LAEA,YAEC,CAAA,OACA,CAAA,8FAIA,cACC,CAAA,8GAKD,eACC,CAAA,gEAKH,eACC,CAAA,iEAWD,YACC,CAAA,yCAGA,uEAEC,CAAA,+CAGD,mCACC,CAAA,+BCnFH,sBACC,CAAA,eAGD,gDACC,CAAA,wCACA,CAAA,WACA,CAAA,qBACA,CAAA,qBACA,CAAA,YACA,CAAA,oBACA,CAAA,aACA,CAAA,kBACA,CAAA,qBACA,CAAA,oBACA,CAAA,kBACA,CAAA,eACA,CAAA,8BACA,CAAA,2BAEA,yBACC,CAAA,QAGA,CAAA,kCAEA,YACC",sourcesContent:['.datepicker-button-section,.today-button-section,.view-button-section{display:flex}.datepicker-button-section .button,.today-button-section .button,.view-button-section .button{border-radius:0;font-weight:normal;margin:0 0 var(--default-grid-baseline) 0;flex-grow:1}.datepicker-button-section .button:first-child:not(:only-of-type),.today-button-section .button:first-child:not(:only-of-type),.view-button-section .button:first-child:not(:only-of-type){border-radius:var(--border-radius-pill) 0 0 var(--border-radius-pill)}.datepicker-button-section .button:last-child:not(:only-of-type),.today-button-section .button:last-child:not(:only-of-type),.view-button-section .button:last-child:not(:only-of-type){border-radius:0 var(--border-radius-pill) var(--border-radius-pill) 0}.datepicker-button-section .button:not(:only-of-type):not(:first-child):not(:last-child),.today-button-section .button:not(:only-of-type):not(:first-child):not(:last-child),.view-button-section .button:not(:only-of-type):not(:first-child):not(:last-child){border-radius:0}.datepicker-button-section .button:only-child,.today-button-section .button:only-child,.view-button-section .button:only-child{border-radius:var(--border-radius-pill)}.datepicker-button-section .button:hover,.datepicker-button-section .button:focus,.datepicker-button-section .button.active,.today-button-section .button:hover,.today-button-section .button:focus,.today-button-section .button.active,.view-button-section .button:hover,.view-button-section .button:focus,.view-button-section .button.active{z-index:50}.datepicker-button-section__datepicker-label{flex-grow:4 !important;text-align:center}.datepicker-button-section__datepicker{margin-left:26px;margin-top:48px;position:absolute !important;width:0 !important}.datepicker-button-section__datepicker .mx-input-wrapper{display:none !important}.datepicker-button-section__previous,.datepicker-button-section__next{background-size:10px;flex-grow:0 !important;width:34px;padding:0 6px !important}.app-navigation-header{padding:calc(var(--default-grid-baseline, 4px)*2)}.new-event-today-view-section{display:flex}.new-event-today-view-section .button{margin:0 var(--default-grid-baseline) 0 0}.new-event-today-view-section .new-event{flex-grow:5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.new-event-today-view-section .today{flex-grow:1;font-weight:normal !important}.app-navigation-toggle{background-color:var(--color-main-background) !important}.app-navigation button.icon-share{opacity:.3 !important}.app-navigation button.icon-shared,.app-navigation button.icon-public{opacity:.7 !important}.app-navigation button.icon-share:active,.app-navigation button.icon-share:focus,.app-navigation button.icon-share:hover,.app-navigation button.icon-shared:active,.app-navigation button.icon-shared:focus,.app-navigation button.icon-shared:hover,.app-navigation button.icon-public:active,.app-navigation button.icon-public:focus,.app-navigation button.icon-public:hover{opacity:1 !important}.app-navigation #calendars-list{display:block !important}.app-navigation li.app-navigation-loading-placeholder-entry div.icon.icon-loading{min-height:44px}.app-navigation .app-navigation-entry-wrapper.deleted .app-navigation-entry__name{text-decoration:line-through}.app-navigation .app-navigation-entry-wrapper.open-sharing{box-shadow:inset 4px 0 var(--color-primary-element) !important;margin-left:-6px;padding-left:6px}.app-navigation .app-navigation-entry-wrapper.disabled .app-navigation-entry__name{color:var(--color-text-lighter) !important}.app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry{padding-left:0 !important}.app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar{width:32px;height:32px;background-color:var(--color-border-dark);background-size:16px}.app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar.published{background-color:var(--color-primary-element);color:#fff}.app-navigation .app-navigation-entry__multiselect{padding:0 8px}.app-navigation .app-navigation-entry__multiselect .multiselect{width:100%;border-radius:var(--border-radius-large)}.app-navigation .app-navigation-entry__multiselect .multiselect__content-wrapper{z-index:200 !important}.app-navigation .app-navigation-entry__utils .action-checkbox__label{padding-right:0 !important}.app-navigation .app-navigation-entry__utils .action-checkbox__label::before{margin:0 4px 0 !important}.app-navigation .app-navigation-entry-new-calendar .app-navigation-entry__name{color:var(--color-text-maxcontrast) !important}.app-navigation .app-navigation-entry-new-calendar:hover .app-navigation-entry__name,.app-navigation .app-navigation-entry-new-calendar--open .app-navigation-entry__name{color:var(--color-text-light) !important}.app-navigation .app-navigation-entry-new-calendar .action-item:not(.action-item--open) .action-item__menutoggle:not(:hover):not(:focus):not(:active){opacity:.5}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section div.multiselect{width:calc(100% - 14px);max-width:none;z-index:105}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .oneline{white-space:nowrap;position:relative}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList{list-style-type:none;display:flex;flex-direction:column}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li{height:44px;white-space:normal;display:inline-flex;align-items:center;position:relative}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li .username{padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup{margin-left:auto;display:flex;align-items:center;white-space:nowrap}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:hover,.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:focus,.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:hover,.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:focus{box-shadow:none !important;opacity:1 !important}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.icon:not(.hidden),.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu .icon:not(.hidden){padding:14px;height:44px;width:44px;opacity:.5;display:block;cursor:pointer}.app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu{position:relative;display:block}.app-navigation ul .appointment-config-list .app-navigation-caption{margin-top:22px}.app-navigation ul .appointment-config-list .app-navigation-entry-link,.app-navigation ul .appointment-config-list .app-navigation-entry-link *{cursor:default}.app-sidebar .editor-invitee-list-empty-message,.app-sidebar .editor-reminders-list-empty-message,.app-sidebar .editor-invitee-list-no-email-configured-message,.event-popover .event-popover__inner .editor-invitee-list-empty-message,.event-popover .event-popover__inner .editor-reminders-list-empty-message,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message{margin-top:20px}.app-sidebar .editor-invitee-list-empty-message__icon,.app-sidebar .editor-reminders-list-empty-message__icon,.app-sidebar .editor-invitee-list-no-email-configured-message__icon,.event-popover .event-popover__inner .editor-invitee-list-empty-message__icon,.event-popover .event-popover__inner .editor-reminders-list-empty-message__icon,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message__icon{background-size:50px;height:50px;width:50px;margin:0 auto;opacity:.5}.app-sidebar .editor-invitee-list-empty-message__caption,.app-sidebar .editor-reminders-list-empty-message__caption,.app-sidebar .editor-invitee-list-no-email-configured-message__caption,.event-popover .event-popover__inner .editor-invitee-list-empty-message__caption,.event-popover .event-popover__inner .editor-reminders-list-empty-message__caption,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message__caption{margin-top:8px;text-align:center;color:var(--color-text-lighter)}.app-sidebar .editor-invitee-list-no-email-configured-message__icon,.event-popover .event-popover__inner .editor-invitee-list-no-email-configured-message__icon{font-size:50px;line-height:1em;user-select:none}.app-sidebar .editor-reminders-list-new-button,.event-popover .event-popover__inner .editor-reminders-list-new-button{width:100%;background-position-x:8px}.app-sidebar .app-sidebar-tab,.event-popover .event-popover__inner .app-sidebar-tab{display:flex;flex-direction:column;justify-content:space-between;overflow:unset !important;max-height:unset !important;height:auto !important}.app-sidebar .app-sidebar-tab__buttons,.event-popover .event-popover__inner .app-sidebar-tab__buttons{position:fixed;bottom:var(--body-container-margin);z-index:2;width:calc(27vw - 11px);min-width:289px;max-width:489px;background-color:var(--color-main-background);border-radius:0 0 var(--body-container-radius) 0;padding:0 8px 6px 0}.app-sidebar .app-sidebar-tab__buttons button,.event-popover .event-popover__inner .app-sidebar-tab__buttons button{width:100%;height:44px}.app-sidebar .app-sidebar-tab__content,.event-popover .event-popover__inner .app-sidebar-tab__content{margin-bottom:120px}.app-sidebar .property-title-time-picker-loading-placeholder,.event-popover .event-popover__inner .property-title-time-picker-loading-placeholder{width:100%}.app-sidebar .property-title-time-picker-loading-placeholder__icon,.event-popover .event-popover__inner .property-title-time-picker-loading-placeholder__icon{margin:0 auto;height:62px;width:62px;background-size:62px}.app-sidebar .app-sidebar__loading-indicator,.event-popover .event-popover__inner .app-sidebar__loading-indicator{width:100%;margin-top:20vh}.app-sidebar .app-sidebar__loading-indicator__icon,.event-popover .event-popover__inner .app-sidebar__loading-indicator__icon{margin:0 auto;height:44px;width:44px;background-size:44px}.app-sidebar .repeat-option-set .repeat-option-set-section:not(:first-of-type),.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section:not(:first-of-type){margin-top:20px}.app-sidebar .repeat-option-set .repeat-option-set-section--on-the-select,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section--on-the-select{display:flex;align-items:center}.app-sidebar .repeat-option-set .repeat-option-set-section--on-the-select .v-select,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section--on-the-select .v-select{width:100%;min-width:100px !important}.app-sidebar .repeat-option-set .repeat-option-set-section__title,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section__title{list-style:none}.app-sidebar .repeat-option-set .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section__grid{display:grid;grid-gap:0}.app-sidebar .repeat-option-set .repeat-option-set-section__grid .repeat-option-set-section-grid-item,.event-popover .event-popover__inner .repeat-option-set .repeat-option-set-section__grid .repeat-option-set-section-grid-item{padding:8px;border:1px solid var(--color-border-dark);text-align:center;margin:0;border-radius:0}.app-sidebar .repeat-option-set--weekly .repeat-option-set-section__grid,.app-sidebar .repeat-option-set--monthly .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set--weekly .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set--monthly .repeat-option-set-section__grid{grid-template-columns:repeat(7, auto)}.app-sidebar .repeat-option-set--yearly .repeat-option-set-section__grid,.event-popover .event-popover__inner .repeat-option-set--yearly .repeat-option-set-section__grid{grid-template-columns:repeat(4, auto)}.app-sidebar .repeat-option-set--interval-freq,.event-popover .event-popover__inner .repeat-option-set--interval-freq{display:flex;align-items:center}.app-sidebar .repeat-option-set--interval-freq .multiselect,.app-sidebar .repeat-option-set--interval-freq input[type=number],.event-popover .event-popover__inner .repeat-option-set--interval-freq .multiselect,.event-popover .event-popover__inner .repeat-option-set--interval-freq input[type=number]{min-width:100px;width:25%}.app-sidebar .repeat-option-set--end,.event-popover .event-popover__inner .repeat-option-set--end{margin-top:20px;display:flex;align-items:center}.app-sidebar .repeat-option-set--end .repeat-option-end__label,.app-sidebar .repeat-option-set--end .repeat-option-end__end-type-select,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__label,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__end-type-select{display:block;min-width:160px;width:25%}.app-sidebar .repeat-option-set--end .repeat-option-end__until,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__until{min-width:75px;width:50%}.app-sidebar .repeat-option-set--end .repeat-option-end__count,.event-popover .event-popover__inner .repeat-option-set--end .repeat-option-end__count{min-width:75px;width:25%}.app-sidebar .repeat-option-set__label,.event-popover .event-popover__inner .repeat-option-set__label{margin-right:auto}.app-sidebar .repeat-option-warning,.event-popover .event-popover__inner .repeat-option-warning{text-align:center}.app-sidebar .property-title-time-picker,.event-popover .event-popover__inner .property-title-time-picker{width:100%}.app-sidebar .property-title-time-picker--readonly,.event-popover .event-popover__inner .property-title-time-picker--readonly{display:flex;align-items:center}.app-sidebar .property-title-time-picker__icon,.event-popover .event-popover__inner .property-title-time-picker__icon{width:34px;height:34px;margin-left:-5px;margin-right:5px}.app-sidebar .property-title-time-picker__time-pickers,.app-sidebar .property-title-time-picker__all-day,.event-popover .event-popover__inner .property-title-time-picker__time-pickers,.event-popover .event-popover__inner .property-title-time-picker__all-day{display:flex;align-items:center}.app-sidebar .property-title-time-picker__time-pickers,.event-popover .event-popover__inner .property-title-time-picker__time-pickers{flex-wrap:wrap;justify-content:space-between;gap:5px}.app-sidebar .property-title-time-picker__time-pickers .mx-datepicker,.event-popover .event-popover__inner .property-title-time-picker__time-pickers .mx-datepicker{flex:1 auto}.app-sidebar .property-title-time-picker__time-pickers .mx-datepicker .mx-input-append,.event-popover .event-popover__inner .property-title-time-picker__time-pickers .mx-datepicker .mx-input-append{background-color:rgba(0,0,0,0) !important}.app-sidebar .property-title-time-picker__time-pickers--readonly,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly{justify-content:start}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper{display:flex;align-items:center;padding:8px 7px;background-color:var(--color-main-background);color:var(--color-main-text);outline:none}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--start-date,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--start-date{padding-right:0}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--end-date,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper--end-date{padding-left:0}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon{margin-left:8px;height:16px;width:16px;opacity:.3}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon--highlighted,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon--highlighted{opacity:.7}.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:focus,.app-sidebar .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:hover,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:focus,.event-popover .event-popover__inner .property-title-time-picker__time-pickers--readonly .property-title-time-picker-read-only-wrapper__icon:hover{opacity:1}.app-sidebar .property-title-time-picker__all-day,.event-popover .event-popover__inner .property-title-time-picker__all-day{padding-left:3px;margin-top:5px}.app-sidebar .property-title-time-picker__all-day .checkbox-radio-switch__label,.event-popover .event-popover__inner .property-title-time-picker__all-day .checkbox-radio-switch__label{min-height:32px}.app-sidebar .property-title-time-picker .datetime-picker-inline-icon,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon{margin-top:17px;opacity:.3;border:none;background-color:rgba(0,0,0,0);border-radius:0;padding:6px !important}.app-sidebar .property-title-time-picker .datetime-picker-inline-icon--highlighted,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon--highlighted{opacity:.7}.app-sidebar .property-title-time-picker .datetime-picker-inline-icon:focus,.app-sidebar .property-title-time-picker .datetime-picker-inline-icon:hover,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon:focus,.event-popover .event-popover__inner .property-title-time-picker .datetime-picker-inline-icon:hover{opacity:1}.app-sidebar .property-alarm-list,.event-popover .event-popover__inner .property-alarm-list{width:100%}.app-sidebar .property-alarm-item,.event-popover .event-popover__inner .property-alarm-item{display:flex;align-items:center;min-height:44px}.app-sidebar .property-alarm-item__icon,.event-popover .event-popover__inner .property-alarm-item__icon{align-self:flex-start}.app-sidebar .property-alarm-item__icon--hidden,.event-popover .event-popover__inner .property-alarm-item__icon--hidden{visibility:hidden}.app-sidebar .property-alarm-item__icon .icon,.event-popover .event-popover__inner .property-alarm-item__icon .icon{width:34px;height:44px;margin-left:-5px;margin-right:5px}.app-sidebar .property-alarm-item__label,.event-popover .event-popover__inner .property-alarm-item__label{padding:0 7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;align-self:center}.app-sidebar .property-alarm-item__options,.event-popover .event-popover__inner .property-alarm-item__options{margin-left:auto;display:flex;align-items:center;white-space:nowrap}.app-sidebar .property-alarm-item__edit,.event-popover .event-popover__inner .property-alarm-item__edit{display:flex;align-items:center;width:100%;min-width:0;padding-right:8px}.app-sidebar .property-alarm-item__edit input[type=number],.event-popover .event-popover__inner .property-alarm-item__edit input[type=number]{width:4em}.app-sidebar .property-alarm-item__edit .multiselect,.event-popover .event-popover__inner .property-alarm-item__edit .multiselect{flex:1 auto;height:34px;min-width:0}.app-sidebar .property-alarm-item__edit .mx-datepicker,.event-popover .event-popover__inner .property-alarm-item__edit .mx-datepicker{flex:1 auto}.app-sidebar .property-alarm-item__edit--all-day,.event-popover .event-popover__inner .property-alarm-item__edit--all-day{flex-wrap:wrap;margin-bottom:5px;gap:0 5px}.app-sidebar .property-alarm-item__edit--all-day__distance,.app-sidebar .property-alarm-item__edit--all-day__time,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__distance,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__time{display:flex;flex:1;align-items:center}.app-sidebar .property-alarm-item__edit--all-day__distance .multiselect,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__distance .multiselect{width:6em}.app-sidebar .property-alarm-item__edit--all-day__time__before-at-label,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__time__before-at-label{flex:0 0 auto;margin-right:5px}.app-sidebar .property-alarm-item__edit--all-day__time .mx-datepicker,.event-popover .event-popover__inner .property-alarm-item__edit--all-day__time .mx-datepicker{width:7em}.app-sidebar .property-alarm-item__edit--absolute .mx-datepicker,.event-popover .event-popover__inner .property-alarm-item__edit--absolute .mx-datepicker{width:unset}.app-sidebar .property-repeat,.event-popover .event-popover__inner .property-repeat{width:100%}.app-sidebar .property-repeat__summary,.event-popover .event-popover__inner .property-repeat__summary{display:flex;align-items:center}.app-sidebar .property-repeat__summary__icon,.event-popover .event-popover__inner .property-repeat__summary__icon{width:34px;height:34px;margin-left:-5px;margin-right:5px}.app-sidebar .property-repeat__summary__content,.event-popover .event-popover__inner .property-repeat__summary__content{flex:1 auto;padding:8px 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar .property-repeat__options,.event-popover .event-popover__inner .property-repeat__options{margin-bottom:5px}.app-sidebar .resource-list-item,.app-sidebar .invitees-list-item,.event-popover .event-popover__inner .resource-list-item,.event-popover .event-popover__inner .invitees-list-item{display:flex;align-items:center;min-height:44px}.app-sidebar .resource-list-item__displayname,.app-sidebar .invitees-list-item__displayname,.event-popover .event-popover__inner .resource-list-item__displayname,.event-popover .event-popover__inner .invitees-list-item__displayname{margin-left:8px}.app-sidebar .resource-list-item__actions,.app-sidebar .invitees-list-item__actions,.event-popover .event-popover__inner .resource-list-item__actions,.event-popover .event-popover__inner .invitees-list-item__actions{margin-left:auto}.app-sidebar .resource-list-item__organizer-hint,.app-sidebar .invitees-list-item__organizer-hint,.event-popover .event-popover__inner .resource-list-item__organizer-hint,.event-popover .event-popover__inner .invitees-list-item__organizer-hint{color:var(--color-text-maxcontrast);font-weight:300;margin-left:5px}.app-sidebar .resource-search__capacity,.event-popover .event-popover__inner .resource-search__capacity{display:flex;align-items:center}.app-sidebar .resource-search__capacity__actions,.event-popover .event-popover__inner .resource-search__capacity__actions{margin-left:5px}.app-sidebar .avatar-participation-status,.event-popover .event-popover__inner .avatar-participation-status{position:relative;height:38px;width:38px}.app-sidebar .avatar-participation-status__indicator,.event-popover .event-popover__inner .avatar-participation-status__indicator{position:absolute;bottom:0;right:0;background-size:10px;height:15px;width:15px;border-radius:50%}.app-sidebar .avatar-participation-status__indicator.accepted,.event-popover .event-popover__inner .avatar-participation-status__indicator.accepted{background-color:#2fb130}.app-sidebar .avatar-participation-status__indicator.declined,.event-popover .event-popover__inner .avatar-participation-status__indicator.declined{background-color:red}.app-sidebar .avatar-participation-status__indicator.tentative,.event-popover .event-popover__inner .avatar-participation-status__indicator.tentative{background-color:#ffa704}.app-sidebar .avatar-participation-status__indicator.delegated,.app-sidebar .avatar-participation-status__indicator.no-response,.event-popover .event-popover__inner .avatar-participation-status__indicator.delegated,.event-popover .event-popover__inner .avatar-participation-status__indicator.no-response{background-color:gray}.app-sidebar .property-text,.app-sidebar .property-select,.app-sidebar .property-color,.app-sidebar .property-select-multiple,.app-sidebar .property-title,.app-sidebar .resource-capacity,.app-sidebar .resource-room-type,.event-popover .event-popover__inner .property-text,.event-popover .event-popover__inner .property-select,.event-popover .event-popover__inner .property-color,.event-popover .event-popover__inner .property-select-multiple,.event-popover .event-popover__inner .property-title,.event-popover .event-popover__inner .resource-capacity,.event-popover .event-popover__inner .resource-room-type{display:flex;width:100%;align-items:flex-start}.app-sidebar .property-text__icon,.app-sidebar .property-text__info,.app-sidebar .property-select__icon,.app-sidebar .property-select__info,.app-sidebar .property-color__icon,.app-sidebar .property-color__info,.app-sidebar .property-select-multiple__icon,.app-sidebar .property-select-multiple__info,.app-sidebar .property-title__icon,.app-sidebar .property-title__info,.app-sidebar .resource-capacity__icon,.app-sidebar .resource-capacity__info,.app-sidebar .resource-room-type__icon,.app-sidebar .resource-room-type__info,.event-popover .event-popover__inner .property-text__icon,.event-popover .event-popover__inner .property-text__info,.event-popover .event-popover__inner .property-select__icon,.event-popover .event-popover__inner .property-select__info,.event-popover .event-popover__inner .property-color__icon,.event-popover .event-popover__inner .property-color__info,.event-popover .event-popover__inner .property-select-multiple__icon,.event-popover .event-popover__inner .property-select-multiple__info,.event-popover .event-popover__inner .property-title__icon,.event-popover .event-popover__inner .property-title__info,.event-popover .event-popover__inner .resource-capacity__icon,.event-popover .event-popover__inner .resource-capacity__info,.event-popover .event-popover__inner .resource-room-type__icon,.event-popover .event-popover__inner .resource-room-type__info{height:34px;width:34px}.app-sidebar .property-text__icon--hidden,.app-sidebar .property-select__icon--hidden,.app-sidebar .property-color__icon--hidden,.app-sidebar .property-select-multiple__icon--hidden,.app-sidebar .property-title__icon--hidden,.app-sidebar .resource-capacity__icon--hidden,.app-sidebar .resource-room-type__icon--hidden,.event-popover .event-popover__inner .property-text__icon--hidden,.event-popover .event-popover__inner .property-select__icon--hidden,.event-popover .event-popover__inner .property-color__icon--hidden,.event-popover .event-popover__inner .property-select-multiple__icon--hidden,.event-popover .event-popover__inner .property-title__icon--hidden,.event-popover .event-popover__inner .resource-capacity__icon--hidden,.event-popover .event-popover__inner .resource-room-type__icon--hidden{visibility:hidden}.app-sidebar .property-text__info,.app-sidebar .property-select__info,.app-sidebar .property-color__info,.app-sidebar .property-select-multiple__info,.app-sidebar .property-title__info,.app-sidebar .resource-capacity__info,.app-sidebar .resource-room-type__info,.event-popover .event-popover__inner .property-text__info,.event-popover .event-popover__inner .property-select__info,.event-popover .event-popover__inner .property-color__info,.event-popover .event-popover__inner .property-select-multiple__info,.event-popover .event-popover__inner .property-title__info,.event-popover .event-popover__inner .resource-capacity__info,.event-popover .event-popover__inner .resource-room-type__info{display:flex;justify-content:center;flex-shrink:0;opacity:.5}.app-sidebar .property-text__info:hover,.app-sidebar .property-select__info:hover,.app-sidebar .property-color__info:hover,.app-sidebar .property-select-multiple__info:hover,.app-sidebar .property-title__info:hover,.app-sidebar .resource-capacity__info:hover,.app-sidebar .resource-room-type__info:hover,.event-popover .event-popover__inner .property-text__info:hover,.event-popover .event-popover__inner .property-select__info:hover,.event-popover .event-popover__inner .property-color__info:hover,.event-popover .event-popover__inner .property-select-multiple__info:hover,.event-popover .event-popover__inner .property-title__info:hover,.event-popover .event-popover__inner .resource-capacity__info:hover,.event-popover .event-popover__inner .resource-room-type__info:hover{opacity:1}.app-sidebar .property-text__icon,.app-sidebar .property-select__icon,.app-sidebar .property-color__icon,.app-sidebar .property-select-multiple__icon,.app-sidebar .property-title__icon,.app-sidebar .resource-capacity__icon,.app-sidebar .resource-room-type__icon,.event-popover .event-popover__inner .property-text__icon,.event-popover .event-popover__inner .property-select__icon,.event-popover .event-popover__inner .property-color__icon,.event-popover .event-popover__inner .property-select-multiple__icon,.event-popover .event-popover__inner .property-title__icon,.event-popover .event-popover__inner .resource-capacity__icon,.event-popover .event-popover__inner .resource-room-type__icon{flex-shrink:0;margin-left:-5px;margin-right:5px}.app-sidebar .property-text__input,.app-sidebar .property-select__input,.app-sidebar .property-color__input,.app-sidebar .property-select-multiple__input,.app-sidebar .property-title__input,.app-sidebar .resource-capacity__input,.app-sidebar .resource-room-type__input,.event-popover .event-popover__inner .property-text__input,.event-popover .event-popover__inner .property-select__input,.event-popover .event-popover__inner .property-color__input,.event-popover .event-popover__inner .property-select-multiple__input,.event-popover .event-popover__inner .property-title__input,.event-popover .event-popover__inner .resource-capacity__input,.event-popover .event-popover__inner .resource-room-type__input{flex-grow:2}.app-sidebar .property-text__input textarea,.app-sidebar .property-text__input input,.app-sidebar .property-text__input div.v-select,.app-sidebar .property-select__input textarea,.app-sidebar .property-select__input input,.app-sidebar .property-select__input div.v-select,.app-sidebar .property-color__input textarea,.app-sidebar .property-color__input input,.app-sidebar .property-color__input div.v-select,.app-sidebar .property-select-multiple__input textarea,.app-sidebar .property-select-multiple__input input,.app-sidebar .property-select-multiple__input div.v-select,.app-sidebar .property-title__input textarea,.app-sidebar .property-title__input input,.app-sidebar .property-title__input div.v-select,.app-sidebar .resource-capacity__input textarea,.app-sidebar .resource-capacity__input input,.app-sidebar .resource-capacity__input div.v-select,.app-sidebar .resource-room-type__input textarea,.app-sidebar .resource-room-type__input input,.app-sidebar .resource-room-type__input div.v-select,.event-popover .event-popover__inner .property-text__input textarea,.event-popover .event-popover__inner .property-text__input input,.event-popover .event-popover__inner .property-text__input div.v-select,.event-popover .event-popover__inner .property-select__input textarea,.event-popover .event-popover__inner .property-select__input input,.event-popover .event-popover__inner .property-select__input div.v-select,.event-popover .event-popover__inner .property-color__input textarea,.event-popover .event-popover__inner .property-color__input input,.event-popover .event-popover__inner .property-color__input div.v-select,.event-popover .event-popover__inner .property-select-multiple__input textarea,.event-popover .event-popover__inner .property-select-multiple__input input,.event-popover .event-popover__inner .property-select-multiple__input div.v-select,.event-popover .event-popover__inner .property-title__input textarea,.event-popover .event-popover__inner .property-title__input input,.event-popover .event-popover__inner .property-title__input div.v-select,.event-popover .event-popover__inner .resource-capacity__input textarea,.event-popover .event-popover__inner .resource-capacity__input input,.event-popover .event-popover__inner .resource-capacity__input div.v-select,.event-popover .event-popover__inner .resource-room-type__input textarea,.event-popover .event-popover__inner .resource-room-type__input input,.event-popover .event-popover__inner .resource-room-type__input div.v-select{width:100%}.app-sidebar .property-text__input textarea,.app-sidebar .property-select__input textarea,.app-sidebar .property-color__input textarea,.app-sidebar .property-select-multiple__input textarea,.app-sidebar .property-title__input textarea,.app-sidebar .resource-capacity__input textarea,.app-sidebar .resource-room-type__input textarea,.event-popover .event-popover__inner .property-text__input textarea,.event-popover .event-popover__inner .property-select__input textarea,.event-popover .event-popover__inner .property-color__input textarea,.event-popover .event-popover__inner .property-select-multiple__input textarea,.event-popover .event-popover__inner .property-title__input textarea,.event-popover .event-popover__inner .resource-capacity__input textarea,.event-popover .event-popover__inner .resource-room-type__input textarea{max-height:calc(100vh - 500px);vertical-align:top;margin:0}.app-sidebar .property-text__input--readonly div,.app-sidebar .property-select__input--readonly div,.app-sidebar .property-color__input--readonly div,.app-sidebar .property-select-multiple__input--readonly div,.app-sidebar .property-title__input--readonly div,.app-sidebar .resource-capacity__input--readonly div,.app-sidebar .resource-room-type__input--readonly div,.event-popover .event-popover__inner .property-text__input--readonly div,.event-popover .event-popover__inner .property-select__input--readonly div,.event-popover .event-popover__inner .property-color__input--readonly div,.event-popover .event-popover__inner .property-select-multiple__input--readonly div,.event-popover .event-popover__inner .property-title__input--readonly div,.event-popover .event-popover__inner .resource-capacity__input--readonly div,.event-popover .event-popover__inner .resource-room-type__input--readonly div{width:calc(100% - 8px);white-space:pre-line;padding:8px 7px;background-color:var(--color-main-background);color:var(--color-main-text);outline:none;overflow-y:scroll;word-break:break-word;max-height:30vh}.app-sidebar .property-text__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-select__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-color__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-select-multiple__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .property-title__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .resource-capacity__input--readonly-calendar-picker div.calendar-picker-option,.app-sidebar .resource-room-type__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-text__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-select__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-color__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-select-multiple__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .property-title__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .resource-capacity__input--readonly-calendar-picker div.calendar-picker-option,.event-popover .event-popover__inner .resource-room-type__input--readonly-calendar-picker div.calendar-picker-option{padding:8px 7px}.app-sidebar .property-text,.app-sidebar .property-select,.app-sidebar .property-color,.app-sidebar .property-select-multiple,.app-sidebar .property-title,.app-sidebar .property-repeat,.app-sidebar .resource-capacity,.app-sidebar .resource-room-type,.event-popover .event-popover__inner .property-text,.event-popover .event-popover__inner .property-select,.event-popover .event-popover__inner .property-color,.event-popover .event-popover__inner .property-select-multiple,.event-popover .event-popover__inner .property-title,.event-popover .event-popover__inner .property-repeat,.event-popover .event-popover__inner .resource-capacity,.event-popover .event-popover__inner .resource-room-type{margin-bottom:5px}.app-sidebar .property-text--readonly,.app-sidebar .property-select--readonly,.app-sidebar .property-color--readonly,.app-sidebar .property-select-multiple--readonly,.app-sidebar .property-title--readonly,.app-sidebar .property-repeat--readonly,.app-sidebar .resource-capacity--readonly,.app-sidebar .resource-room-type--readonly,.event-popover .event-popover__inner .property-text--readonly,.event-popover .event-popover__inner .property-select--readonly,.event-popover .event-popover__inner .property-color--readonly,.event-popover .event-popover__inner .property-select-multiple--readonly,.event-popover .event-popover__inner .property-title--readonly,.event-popover .event-popover__inner .property-repeat--readonly,.event-popover .event-popover__inner .resource-capacity--readonly,.event-popover .event-popover__inner .resource-room-type--readonly{margin-bottom:0}.app-sidebar .property-select,.app-sidebar .property-select-multiple,.event-popover .event-popover__inner .property-select,.event-popover .event-popover__inner .property-select-multiple{align-items:center}.app-sidebar .property-select .v-select,.app-sidebar .property-select-multiple .v-select,.event-popover .event-popover__inner .property-select .v-select,.event-popover .event-popover__inner .property-select-multiple .v-select{min-width:unset !important}.app-sidebar .property-select__input,.app-sidebar .property-select-multiple__input,.event-popover .event-popover__inner .property-select__input,.event-popover .event-popover__inner .property-select-multiple__input{width:100%}.app-sidebar .property-color__input,.event-popover .event-popover__inner .property-color__input{display:flex;gap:5px;margin-bottom:5px}.app-sidebar .property-color__input--readonly,.event-popover .event-popover__inner .property-color__input--readonly{margin:3px 0 3px 7px}.app-sidebar .property-color__color-preview,.event-popover .event-popover__inner .property-color__color-preview{width:44px !important;height:44px !important;border-radius:44px}.app-sidebar .property-text__icon,.event-popover .event-popover__inner .property-text__icon{height:unset;align-self:flex-start;padding-top:12px}.app-sidebar .property-text--readonly .property-text__icon,.event-popover .event-popover__inner .property-text--readonly .property-text__icon{padding-top:10px}.app-sidebar .property-text__input--readonly,.event-popover .event-popover__inner .property-text__input--readonly{line-height:1;padding-top:calc(var(--default-line-height)/2 - .5lh)}.app-sidebar .property-text__input textarea,.event-popover .event-popover__inner .property-text__input textarea{resize:none}.app-sidebar .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly,.event-popover .event-popover__inner .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly{width:100%}.app-sidebar .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper,.event-popover .event-popover__inner .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper{align-items:center;overflow:hidden;max-width:100%;position:relative;padding:3px 5px}.app-sidebar .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper .multiselect__tag,.event-popover .event-popover__inner .property-select-multiple .property-select-multiple__input.property-select-multiple__input--readonly .property-select-multiple-colored-tag-wrapper .multiselect__tag{line-height:20px;padding:1px 5px;background-image:none;display:inline-flex;align-items:center;border-radius:3px;max-width:fit-content;margin:3px}.app-sidebar .property-title__input,.app-sidebar .property-title input,.event-popover .event-popover__inner .property-title__input,.event-popover .event-popover__inner .property-title input{font-weight:bold}.app-sidebar .property-title__input--readonly,.event-popover .event-popover__inner .property-title__input--readonly{font-size:18px}.app-sidebar .property-title input,.app-sidebar .property-title-time-picker input,.event-popover .event-popover__inner .property-title input,.event-popover .event-popover__inner .property-title-time-picker input{margin:0}.app-sidebar .resource-room-type,.event-popover .event-popover__inner .resource-room-type{margin-bottom:5px}.event-popover .event-popover__inner .event-popover__response-buttons{margin-top:8px;margin-bottom:0}.event-popover .event-popover__inner .property-text__icon,.event-popover .event-popover__inner .property-title-time-picker__icon{margin:0 !important}.timezone-popover-wrapper .popover__inner{padding:20px}.timezone-popover-wrapper__title{margin-bottom:8px}.timezone-popover-wrapper__timezone-select{min-width:200px}.event-popover .v-popper__inner{overflow:unset !important}.event-popover .event-popover__inner{text-align:left;max-width:480px;width:480px;padding:5px 10px 10px 10px}.event-popover .event-popover__inner .empty-content{margin-top:0 !important;padding:50px 0}.event-popover .event-popover__inner .property-title-time-picker:not(.property-title-time-picker--readonly){margin-bottom:12px}.event-popover .event-popover__inner .event-popover__invitees .avatar-participation-status__text{bottom:22px}.event-popover .event-popover__inner .event-popover__buttons{margin-top:8px}.event-popover .event-popover__inner .event-popover__top-right-actions{display:flex;gap:var(--default-grid-baseline);position:absolute !important;top:var(--default-grid-baseline) !important;right:var(--default-grid-baseline) !important;z-index:100 !important;opacity:.7 !important;border-radius:22px !important}.event-popover .event-popover__inner .event-popover__top-right-actions .action-item.action-item--single{width:44px !important;height:44px !important}.event-popover .event-popover__inner .popover-loading-indicator{width:100%}.event-popover .event-popover__inner .popover-loading-indicator__icon{margin:0 auto;height:62px;width:62px;background-size:62px}.event-popover[x-out-of-boundaries]{margin-top:75px}.event-popover[x-placement^=bottom] .popover__arrow{border-bottom-color:var(--color-background-dark)}.calendar-picker-option{display:flex;align-items:center;overflow:hidden}.calendar-picker-option__color-indicator{width:12px;height:12px;border-radius:50%;border:none;margin-right:8px;flex-basis:12px;flex-shrink:0}.calendar-picker-option__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1}.calendar-picker-option__avatar{flex-basis:18px;flex-shrink:0}.property-select-multiple-colored-tag{width:100%;display:flex;align-items:center}.property-select-multiple-colored-tag__color-indicator{width:12px;height:12px;border-radius:50%;border:none;margin-right:8px;flex-shrink:0}.property-select-multiple-colored-tag .icon{margin-left:4px;scale:.8}.resource-list-button-group,.invitees-list-button-group{width:100%;display:flex;justify-content:space-between;align-items:center}.resource-list-button-group:not(:empty),.invitees-list-button-group:not(:empty){margin-top:20px}.vs__dropdown-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-search-list-item,.invitees-search-list-item{display:flex;align-items:center;width:100%;padding-right:32px}.resource-search-list-item__label,.invitees-search-list-item__label{width:100%;padding:0 8px}.resource-search-list-item__label__availability,.invitees-search-list-item__label__availability{color:var(--color-text-maxcontrast)}.resource-search-list-item__label div,.invitees-search-list-item__label div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-search-list-item__label div:nth-child(1),.invitees-search-list-item__label div:nth-child(1){color:var(--color-main-text)}.resource-search-list-item__label div:nth-child(2),.invitees-search-list-item__label div:nth-child(2){color:var(--color-text-lighter);line-height:1}.resource-search__multiselect,.invitees-search__multiselect{width:100%}#app-settings .settings-fieldset-interior-item{padding:5px 0}#app-settings .settings-fieldset-interior-item .action-checkbox{line-height:unset !important;white-space:unset !important}#app-settings .settings-fieldset-interior-item .action-checkbox__label::before{margin:0 6px 3px 3px !important;flex-shrink:0}#app-settings .settings-fieldset-interior-item .action-button{min-height:unset !important}#app-settings .settings-fieldset-interior-item .action-button__icon{margin:0 6px 3px 3px !important;height:14px !important;width:14px !important;background-position:unset !important}#app-settings .settings-fieldset-interior-item .action-button__longtext{width:unset !important;padding:0 !important}#app-settings .settings-fieldset-interior-item__import-button{display:block;text-align:center;background-position-x:8px;position:relative}#app-settings .settings-fieldset-interior-item__import-button .material-design-icon{position:absolute}#app-settings .settings-fieldset-interior-item--slotDuration,#app-settings .settings-fieldset-interior-item--defaultReminder{display:table}#app-settings .settings-fieldset-interior-item--slotDuration label,#app-settings .settings-fieldset-interior-item--defaultReminder label{display:block}#app-settings .settings-fieldset-interior-item--slotDuration .multiselect,#app-settings .settings-fieldset-interior-item--defaultReminder .multiselect{display:block}#app-settings .settings-fieldset-interior-item--timezone,#app-settings .settings-fieldset-interior-item--default-calendar{width:100%}#app-settings .settings-fieldset-interior-item--timezone .multiselect,#app-settings .settings-fieldset-interior-item--default-calendar .multiselect{width:100%}.shortcut-overview-modal .modal-container{display:flex !important;flex-wrap:wrap;padding:0 12px 12px 12px !important}.shortcut-overview-modal .modal-container *{box-sizing:border-box}.shortcut-overview-modal .modal-container .shortcut-section{width:50%;flex-grow:0;flex-shrink:0;padding:10px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item{width:100%;display:grid;grid-template-columns:33% 67%;column-gap:10px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item:not(:first-child){margin-top:10px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item__keys{display:block;text-align:right}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item__label{display:block;text-align:left;padding-top:5px}.shortcut-overview-modal .modal-container .shortcut-section .shortcut-section-item__spacer{margin:0 3px}@media screen and (max-width: 800px){.shortcut-overview-modal .modal-container .shortcut-section{width:100%}}.appointment-config-modal{padding:2vw}.appointment-config-modal__form{display:flex;flex-direction:column;width:100%}.appointment-config-modal__form fieldset{padding:20px 0}.appointment-config-modal__form fieldset header{font-size:16px;margin-bottom:3px}.appointment-config-modal__form .availability-select,.appointment-config-modal__form .calendar-select{display:flex;flex-direction:column}.appointment-config-modal__form__row--wrapped{display:flex;flex-wrap:wrap;gap:10px 50px}.appointment-config-modal__form__row--wrapped>div{flex:1 200px}.appointment-config-modal__form__row--local{display:flex;flex-direction:column}.appointment-config-modal__form__row+.appointment-config-modal__form__row{margin-top:10px}.appointment-config-modal__form .multiselect__tags{height:unset !important;margin:0 !important}.appointment-config-modal__submit-button{margin-top:20px}.app-config-modal-confirmation .empty-content{margin-top:0 !important;margin-bottom:20px}.app-config-modal-confirmation__buttons{display:flex;justify-content:center;gap:0 10px}.modal--scheduler{position:relative}.modal--scheduler .fc-bgevent{opacity:.8}.modal--scheduler .blocking-event-free-busy{border-color:var(--color-primary-element);border-style:solid;border-left-width:2px;border-right-width:2px;background-color:rgba(0,0,0,0) !important;opacity:.7 !important;z-index:2}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--first-row{border-radius:var(--border-radius) var(--border-radius) 0 0;border-top-width:2px}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--last-row{border-radius:0 0 var(--border-radius) var(--border-radius);border-bottom-width:2px}.modal--scheduler .loading-indicator{width:100%;position:absolute;top:0;height:50px;margin-top:75px}.freebusy-caption{margin-top:10px}.freebusy-caption__calendar-user-types,.freebusy-caption__colors{width:50%;display:flex}.freebusy-caption__colors{width:100%;display:flex;flex-direction:column;padding:5px}.freebusy-caption__colors .freebusy-caption-item{display:flex;align-items:center;margin-right:30px}.freebusy-caption__colors .freebusy-caption-item__color{height:1em;width:2em;display:block;border:1px solid var(--color-border-dark);opacity:.8}.freebusy-caption__colors .freebusy-caption-item__label{margin-left:5px}.fc{--fc-small-font-size: 0.875em;--fc-page-bg-color: var(--color-main-background) !important;--fc-neutral-bg-color: var(--color-background-dark) !important;--fc-neutral-text-color: var(--color-text-lighter) !important;--fc-border-color: var(--color-border) !important;--fc-daygrid-event-dot-width: 10px !important;--fc-event-bg-color: var(--color-primary-element);--fc-event-border-color: var(--color-primary-element-text);--fc-event-text-color: var(--color-primary-element-text);--fc-event-selected-overlay-color: var(--color-box-shadow);--fc-event-resizer-thickness: 8px;--fc-event-resizer-dot-total-width: 8px;--fc-event-resizer-dot-border-width: 1px;--fc-non-business-color: var(--color-background-dark);--fc-bg-event-color: var(--color-primary-element);--fc-bg-event-opacity: 0.3;--fc-highlight-color: rgba(188, 232, 241, 0.3);--fc-today-bg-color: var(--color-main-background) !important;--fc-now-indicator-color: red;--fc-list-event-hover-bg-color: var(--color-background-hover) !important}.fc{font-family:var(--font-face) !important}.fc-timegrid-axis-frame,.fc-timegrid-slot-label,.fc-col-header-cell a{color:var(--color-text-lighter) !important}.fc .fc-timegrid-slot-minor{border-top-style:none !important}.fc-daygrid-day-top{justify-content:center}.fc-state-highlight.fc-day-number,.fc tbody tr,.fc tbody tr:hover,.fc tbody tr:focus{background:inherit !important}.fc-day-today.fc-col-header-cell a,.fc-day-today.fc-col-header-cell span{padding:2px 6px;font-weight:bold;background-color:var(--color-primary-element);color:var(--color-primary-element-text) !important;border-radius:var(--border-radius-pill)}.fc-day-today .fc-event{box-shadow:0px 0px 0px 1px var(--color-primary-element-light) !important}.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{margin:4px;width:24px;height:24px;text-align:center;font-weight:bold !important;padding:0 !important;background:var(--color-primary-element);color:var(--color-primary-element-text);border-radius:50%}.fc-list-table td{white-space:normal;word-break:break-word}.fc .fc-list-sticky .fc-list-day>*{z-index:1}.fc-list-table .fc-list-day-cushion{padding-left:calc(var(--default-clickable-area) + var(--default-grid-baseline)*2)}.fc-timeGridWeek-view .fc-col-header-cell.fc-day-today,.fc-timeGridWeek-view .fc-daygrid-day.fc-day-today,.fc-timeGridWeek-view .fc-timegrid-col.fc-day-today,.fc-dayGridMonth-view .fc-col-header-cell.fc-day-today,.fc-dayGridMonth-view .fc-daygrid-day.fc-day-today,.fc-dayGridMonth-view .fc-timegrid-col.fc-day-today{background-color:var(--color-primary-element-light) !important;background-clip:padding-box}.fc-daygrid-day.fc-day.fc-day-other,.fc .fc-daygrid-day.fc-day-today.fc-day-other{background-color:var(--color-background-dark) !important;background-clip:padding-box;border:1px solid var(--color-background-darker)}.fc-daygrid-day.fc-day.fc-day-other .fc-daygrid-day-top,.fc .fc-daygrid-day.fc-day-today.fc-day-other .fc-daygrid-day-top{opacity:.6}.fc-event{padding-left:3px}.fc-event.fc-event-nc-task-completed,.fc-event.fc-event-nc-tentative,.fc-event.fc-event-nc-cancelled{opacity:.5}.fc-event.fc-event-nc-task-completed .fc-event-title,.fc-event.fc-event-nc-task-completed .fc-list-event-title,.fc-event.fc-event-nc-cancelled .fc-event-title,.fc-event.fc-event-nc-cancelled .fc-list-event-title{text-decoration:line-through !important}.fc-event .fc-event-title{text-overflow:ellipsis}.fc-event .fc-event-nc-alarms .icon-event-reminder{background-color:inherit;background-position:right;position:absolute;top:0;right:0}.fc-event .fc-event-nc-alarms .icon-event-reminder--light{background-image:var(--icon-calendar-reminder-fffffe)}.fc-event .fc-event-nc-alarms .icon-event-reminder--dark{background-image:var(--icon-calendar-reminder-000001)}.fc-event .fc-event-title-container{display:flex;align-content:center}.fc-event .fc-event-title-container .fc-event-title-checkbox{margin:4px 4px 0 0;line-height:1}.fc-event .fc-list-event-checkbox{margin:2px 4px 0 -2px;line-height:1}.fc-event .fc-daygrid-event-checkbox{margin:2px 4px 0 4px;line-height:1}.fc-event .fc-list-event-location span,.fc-event .fc-list-event-description span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:pre-wrap;max-width:25vw}@media only screen and (max-width: 767px){.fc-event .fc-list-event-location,.fc-event .fc-list-event-description{display:none}}.fc-list-empty .fc-list-empty-cushion{display:none}.fc-list-empty .empty-content{margin-top:0 !important}.fc-col-header-cell{word-break:break-word;white-space:normal}.fc-timeGridWeek-view .fc-daygrid-more-link{word-break:break-all;white-space:normal}.fc-timeGridWeek-view .fc-event-main{flex-wrap:wrap}.fc-v-event{min-height:4em}.fc-v-event.fc-timegrid-event-short{min-height:2em}.fc-v-event .fc-event-title{white-space:initial}.fc-dayGridMonth-view .fc-daygrid-more-link{word-break:break-word;white-space:normal}.fc-dayGridMonth-view .fc-daygrid-day-frame{min-height:150px !important}.fc-daygrid-day-events{position:relative !important}.fc-col-header-cell{padding-top:10px !important}.fc-timegrid-axis-cushion{margin-top:44px}.fc-timegrid-axis.fc-scrollgrid-shrink{height:65px}.toast-calendar-multiline{white-space:pre-wrap}.content.app-calendar>div.app-content{overflow-x:hidden}.import-modal .modal-container{padding:24px !important;min-width:50%;overflow:visible !important}.import-modal .modal-container .import-modal__title,.import-modal .modal-container .import-modal__subtitle{text-align:center}.import-modal .modal-container .import-modal__actions{display:flex;gap:5px}.import-modal .modal-container .import-modal-file-item{display:flex;padding-top:10px}.import-modal .modal-container .import-modal-file-item--header{font-weight:bold}.import-modal .modal-container .import-modal-file-item__filename{flex:2 1 0}.import-modal .modal-container .import-modal-file-item__calendar-select{flex:1 1 0}@media print{.app-navigation{display:none}}#emptycontent-container #emptycontent{color:#a9a9a9 !important}.content.app-calendar.app-calendar-public-embedded #embed-header{position:fixed;top:0;left:0;height:50px;width:100%;box-sizing:border-box;background-color:var(--color-main-background);border-bottom:1px solid var(--color-border);overflow:visible;z-index:2000;display:flex;justify-content:space-between}.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__date-section,.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__share-section{display:flex;gap:5px}.content.app-calendar.app-calendar-public-embedded #embed-header .view-button-section .button{min-width:75px}.content.app-calendar.app-calendar-public-embedded #embed-header .datepicker-button-section__datepicker-label{min-width:150px}.content.app-calendar.app-calendar-public-embedded .app-content{margin-top:44px}#body-public input#initial-state-calendar-is_embed~header#header{display:none}#body-public .app-calendar-public+footer{border-radius:0 0 var(--border-radius-large) var(--border-radius-large)}#body-public .app-calendar-public .app-content{height:calc(100% - 65px) !important}.property-text__input--linkify{flex-basis:min-content}.linkify-links{border:2px solid var(--color-border-maxcontrast);border-radius:var(--border-radius-large);cursor:text;width:100% !important;box-sizing:border-box;padding:12px;white-space:pre-line;overflow:auto;line-height:normal;word-break:break-word;display:inline-block;vertical-align:top;max-height:16em;max-height:calc(100vh - 500px)}.linkify-links a.linkified{text-decoration:underline;margin:0}.linkify-links a.linkified::after{content:" ↗"}',"/**\n * Calendar App\n *\n * @copyright 2016 Raghu Nayyar <hey@raghunayyar.com>\n * @copyright 2018 Georg Ehrke <oc.list@georgehrke.com>\n * @copyright 2017 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author Raghu Nayyar\n * @author Georg Ehrke\n * @author John Molakvoæ\n * @author Richard Steinmetz <richard@steinmetz.cloud>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.datepicker-button-section,\n.today-button-section,\n.view-button-section {\n\tdisplay: flex;\n\n\t.button {\n\t\t// this border-radius affects the button in the middle of the group\n\t\t// for the rounded corner buttons on the sides, see further below\n\t\tborder-radius: 0;\n\t\tfont-weight: normal;\n\t\tmargin: 0 0 var(--default-grid-baseline) 0;\n\t\tflex-grow: 1;\n\t}\n\n\t.button:first-child:not(:only-of-type) {\n\t\tborder-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill);\n\t}\n\n\t.button:last-child:not(:only-of-type) {\n\t\tborder-radius: 0 var(--border-radius-pill) var(--border-radius-pill) 0;\n\t}\n\n\t.button:not(:only-of-type):not(:first-child):not(:last-child) {\n\t\tborder-radius: 0;\n\t}\n\n\t.button:only-child {\n\t\tborder-radius: var(--border-radius-pill);\n\t}\n\n\t.button:hover,\n\t.button:focus,\n\t.button.active {\n\t\tz-index: 50;\n\t}\n}\n\n.datepicker-button-section {\n\t&__datepicker-label {\n\t\tflex-grow: 4 !important;\n\t\ttext-align: center;\n\t}\n\n\t&__datepicker {\n\t\tmargin-left: 26px;\n\t\tmargin-top: 48px;\n\t\tposition: absolute !important;\n\t\twidth: 0 !important;\n\n\t\t.mx-input-wrapper {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n\n\t&__previous,\n\t&__next {\n\t\tbackground-size: 10px;\n\t\tflex-grow: 0 !important;\n\t\twidth: 34px;\n\t\tpadding: 0 6px !important;\n\t}\n}\n\n.app-navigation-header {\n\tpadding: calc(var(--default-grid-baseline, 4px) * 2);\n}\n\n.new-event-today-view-section {\n\tdisplay: flex;\n\n\t// Fix margins from core\n\t.button {\n\t\tmargin: 0 var(--default-grid-baseline) 0 0;\n\t}\n\n\t.new-event {\n\t\tflex-grow: 5;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t\toverflow: hidden;\n\t}\n\n\t.today {\n\t\tflex-grow: 1;\n\t\tfont-weight: normal !important;\n\t}\n}\n\n// Add background to navigation toggle to fix overlap with calendar elements\n.app-navigation-toggle {\n\tbackground-color: var(--color-main-background) !important;\n}\n\n.app-navigation {\n\tbutton.icon-share {\n\t\topacity: 0.3 !important;\n\t}\n\n\tbutton.icon-shared,\n\tbutton.icon-public {\n\t\topacity: 0.7 !important;\n\t}\n\n\tbutton.icon-share:active,\n\tbutton.icon-share:focus,\n\tbutton.icon-share:hover,\n\tbutton.icon-shared:active,\n\tbutton.icon-shared:focus,\n\tbutton.icon-shared:hover,\n\tbutton.icon-public:active,\n\tbutton.icon-public:focus,\n\tbutton.icon-public:hover {\n\t\topacity: 1 !important;\n\t}\n\n\t#calendars-list {\n\t\tdisplay: block !important;\n\t}\n\n\tli.app-navigation-loading-placeholder-entry {\n\t\tdiv.icon.icon-loading {\n\t\t\tmin-height: 44px;\n\t\t}\n\t}\n\n\t.app-navigation-entry-wrapper.deleted {\n\t\t.app-navigation-entry__name {\n\t\t\ttext-decoration: line-through;\n\t\t}\n\t}\n\n\t.app-navigation-entry-wrapper.open-sharing {\n\t\tbox-shadow: inset 4px 0 var(--color-primary-element) !important;\n\t\tmargin-left: -6px;\n\t\tpadding-left: 6px;\n\t}\n\n\t.app-navigation-entry-wrapper.disabled {\n\t\t.app-navigation-entry__name {\n\t\t\tcolor: var(--color-text-lighter) !important;\n\t\t}\n\t}\n\n\t.app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry {\n\t\tpadding-left: 0 !important;\n\n\t\t.avatar {\n\t\t\twidth: 32px;\n\t\t\theight: 32px;\n\t\t\tbackground-color: var(--color-border-dark);\n\t\t\tbackground-size: 16px;\n\t\t}\n\n\t\t.avatar.published {\n\t\t\tbackground-color: var(--color-primary-element);\n\t\t\tcolor: white;\n\t\t}\n\t}\n\n\t.app-navigation-entry__multiselect {\n\t\tpadding: 0 8px;\n\n\t\t.multiselect {\n\t\t\twidth: 100%;\n\t\t \tborder-radius: var(--border-radius-large);\n\n\t\t\t&__content-wrapper {\n\t\t\t\tz-index: 200 !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t.app-navigation-entry__utils {\n\t\t.action-checkbox__label {\n\t\t\tpadding-right: 0 !important;\n\t\t}\n\n\t\t.action-checkbox__label::before {\n\t\t\tmargin: 0 4px 0 !important;\n\t\t}\n\t}\n\n\t.app-navigation-entry-new-calendar {\n\t\t.app-navigation-entry__name {\n\t\t\tcolor: var(--color-text-maxcontrast) !important;\n\t\t}\n\n\t\t&:hover,\n\t\t&--open {\n\t\t\t.app-navigation-entry__name{\n\t\t\t\tcolor: var(--color-text-light) !important;\n\t\t\t}\n\t\t}\n\n\t\t.action-item:not(.action-item--open) {\n\t\t\t.action-item__menutoggle:not(:hover):not(:focus):not(:active) {\n\t\t\t\topacity: .5;\n\t\t\t}\n\t\t}\n\n\t}\n\n\n\tul {\n\n\t\t// Calendar list items / Subscription list items\n\t\t> li.app-navigation-entry-wrapper {\n\n\t\t\tdiv.sharing-section {\n\t\t\t\t//box-shadow: inset 4px 0 var(--color-primary-element);\n\t\t\t\t//padding-left: 12px;\n\t\t\t\t//padding-right: 12px;\n\t\t\t\t//width: 100%;\n\n\t\t\t\tdiv.multiselect {\n\t\t\t\t\twidth: calc(100% - 14px);\n\t\t\t\t\tmax-width: none;\n\t\t\t\t\tz-index: 105;\n\t\t\t\t}\n\n\t\t\t\t.oneline {\n\t\t\t\t\twhite-space: nowrap;\n\t\t\t\t\tposition: relative;\n\t\t\t\t}\n\n\t\t\t\t.shareWithList {\n\t\t\t\t\tlist-style-type: none;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-direction: column;\n\n\t\t\t\t\t> li {\n\t\t\t\t\t\theight: 44px;\n\t\t\t\t\t\twhite-space: normal;\n\t\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tposition: relative;\n\n\n\n\t\t\t\t\t\t.username {\n\t\t\t\t\t\t\tpadding: 0 8px;\n\t\t\t\t\t\t\toverflow: hidden;\n\t\t\t\t\t\t\twhite-space: nowrap;\n\t\t\t\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t> .sharingOptionsGroup {\n\t\t\t\t\t\t\tmargin-left: auto;\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\twhite-space: nowrap;\n\n\t\t\t\t\t\t\t> a:hover,\n\t\t\t\t\t\t\t> a:focus,\n\t\t\t\t\t\t\t> .share-menu > a:hover,\n\t\t\t\t\t\t\t> .share-menu > a:focus {\n\t\t\t\t\t\t\t\tbox-shadow: none !important;\n\t\t\t\t\t\t\t\topacity: 1 !important;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t> .icon:not(.hidden),\n\t\t\t\t\t\t\t> .share-menu .icon:not(.hidden){\n\t\t\t\t\t\t\t\tpadding: 14px;\n\t\t\t\t\t\t\t\theight: 44px;\n\t\t\t\t\t\t\t\twidth: 44px;\n\t\t\t\t\t\t\t\topacity: 0.5;\n\t\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\t\tcursor: pointer;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t> .share-menu {\n\t\t\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.appointment-config-list {\n\t\t\t.app-navigation-caption {\n\t\t\t\tmargin-top: 22px;\n\t\t\t}\n\n\t\t\t.app-navigation-entry-link,\n\t\t\t.app-navigation-entry-link * {\n\t\t\t\tcursor: default;\n\t\t\t}\n\t\t}\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n * @author Richard Steinmetz <richard@steinmetz.cloud>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.app-sidebar,\n.event-popover .event-popover__inner {\n\t.editor-invitee-list-empty-message,\n\t.editor-reminders-list-empty-message,\n\t.editor-invitee-list-no-email-configured-message {\n\t\tmargin-top: 20px;\n\n\t\t&__icon {\n\t\t\tbackground-size: 50px;\n\t\t\theight: 50px;\n\t\t\twidth: 50px;\n\t\t\tmargin: 0 auto;\n\t\t\topacity: .5;\n\t\t}\n\n\t\t&__caption {\n\t\t\tmargin-top: 8px;\n\t\t\ttext-align: center;\n\t\t\tcolor: var(--color-text-lighter);\n\t\t}\n\t}\n\n\t.editor-invitee-list-no-email-configured-message {\n\t\t&__icon {\n\t\t\tfont-size: 50px;\n\t\t\tline-height: 1em;\n\t\t\tuser-select: none;\n\t\t}\n\t}\n\n\t.editor-reminders-list-new-button {\n\t\twidth: 100%;\n\t\tbackground-position-x: 8px;\n\t}\n\n\t.app-sidebar-tab {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: space-between;\n\t\toverflow: unset !important;\n\t\tmax-height: unset !important;\n\t\theight: auto !important;\n\n\t\t&__buttons {\n\t\t\tposition: fixed;\n\t\t\tbottom: var(--body-container-margin);;\n\t\t\tz-index: 2;\n\t\t\twidth: calc(27vw - 11px);\n\t\t\tmin-width: 300px - 11px;\n\t\t\tmax-width: 500px - 11px;\n\t\t\tbackground-color: var(--color-main-background);\n\t\t\tborder-radius: 0 0 var(--body-container-radius) 0;\n\t\t\tpadding: 0 8px 6px 0;\n\n\t\t\tbutton {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 44px;\n\t\t\t}\n\t\t}\n\t\t&__content {\n\t\t\tmargin-bottom: 120px;\n\t\t}\n\t}\n\n\t.property-title-time-picker-loading-placeholder {\n\t\twidth: 100%;\n\n\t\t&__icon {\n\t\t\tmargin: 0 auto;\n\t\t\theight: 62px;\n\t\t\twidth: 62px;\n\t\t\tbackground-size: 62px;\n\t\t}\n\t}\n\n\t.app-sidebar__loading-indicator {\n\t\twidth: 100%;\n\t\tmargin-top: 20vh;\n\n\t\t&__icon {\n\t\t\tmargin: 0 auto;\n\t\t\theight: 44px;\n\t\t\twidth: 44px;\n\t\t\tbackground-size: 44px;\n\t\t}\n\t}\n\n\t.repeat-option-set {\n\t\t.repeat-option-set-section {\n\t\t\t&:not(:first-of-type) {\n\t\t\t\tmargin-top: 20px\n\t\t\t}\n\n\t\t\t&--on-the-select {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\n\t\t\t\t.v-select {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tmin-width: 100px !important; // Set a lower min-width\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&__title {\n\t\t\t\tlist-style: none;\n\t\t\t}\n\n\t\t\t&__grid {\n\t\t\t\tdisplay: grid;\n\t\t\t\tgrid-gap: 0;\n\n\t\t\t\t.repeat-option-set-section-grid-item {\n\t\t\t\t\tpadding: 8px;\n\t\t\t\t\tborder: 1px solid var(--color-border-dark);\n\t\t\t\t\ttext-align: center;\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tborder-radius: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&--weekly,\n\t\t&--monthly {\n\t\t\t.repeat-option-set-section {\n\t\t\t\t&__grid {\n\t\t\t\t\tgrid-template-columns: repeat(7, auto);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&--yearly {\n\t\t\t.repeat-option-set-section {\n\t\t\t\t&__grid {\n\t\t\t\t\tgrid-template-columns: repeat(4, auto);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&--interval-freq {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\t.multiselect,\n\t\t\tinput[type=number] {\n\t\t\t\tmin-width: 100px;\n\t\t\t\twidth: 25%;\n\t\t\t}\n\t\t}\n\n\t\t&--end {\n\t\t\tmargin-top: 20px;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\t.repeat-option-end {\n\t\t\t\t&__label,\n\t\t\t\t&__end-type-select {\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\tmin-width: 160px;\n\t\t\t\t\twidth: 25%;\n\t\t\t\t}\n\n\t\t\t\t&__until {\n\t\t\t\t\tmin-width: 75px;\n\t\t\t\t\twidth: 50%\n\t\t\t\t}\n\n\t\t\t\t&__count {\n\t\t\t\t\tmin-width: 75px;\n\t\t\t\t\twidth: 25%;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__label {\n\t\t\tmargin-right: auto;\n\t\t}\n\t}\n\n\t.repeat-option-warning {\n\t\ttext-align: center;\n\t}\n\n\t.property-title-time-picker {\n\t\twidth: 100%;\n\n\t\t&--readonly {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t}\n\n\t\t&__icon {\n\t\t\twidth: 34px;\n\t\t\theight: 34px;\n\t\t\tmargin-left: -5px;\n\t\t\tmargin-right: 5px;\n\t\t}\n\n\t\t&__time-pickers,\n\t\t&__all-day {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t}\n\n\t\t&__time-pickers {\n\t\t\tflex-wrap: wrap;\n\t\t\tjustify-content: space-between;\n\t\t\tgap: 5px;\n\n\t\t\t.mx-datepicker {\n\t\t\t\tflex: 1 auto;\n\n\t\t\t\t.mx-input-append {\n\t\t\t\t\tbackground-color: transparent !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&--readonly {\n\t\t\t\tjustify-content: start;\n\n\t\t\t\t.property-title-time-picker-read-only-wrapper {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tpadding: 8px 7px;\n\t\t\t\t\tbackground-color: var(--color-main-background);\n\t\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t\toutline: none;\n\n\t\t\t\t\t&--start-date {\n\t\t\t\t\t\tpadding-right: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&--end-date {\n\t\t\t\t\t\tpadding-left: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&__icon {\n\t\t\t\t\t\tmargin-left: 8px;\n\t\t\t\t\t\theight: 16px;\n\t\t\t\t\t\twidth: 16px;\n\t\t\t\t\t\topacity: .3;\n\n\t\t\t\t\t\t&--highlighted {\n\t\t\t\t\t\t\topacity: .7;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:focus,\n\t\t\t\t\t\t&:hover {\n\t\t\t\t\t\t\topacity: 1;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__all-day {\n\t\t\tpadding-left: 3px;\n\t\t\tmargin-top: 5px;\n\n\t\t\t// Reduce the height just a little bit (from 44px) to save some space\n\t\t\t.checkbox-radio-switch__label {\n\t\t\t\tmin-height: 32px;\n\t\t\t}\n\t\t}\n\n\t\t.datetime-picker-inline-icon {\n\t\t\tmargin-top: 17px;\n\t\t\topacity: .3;\n\t\t\tborder: none;\n\t\t\tbackground-color: transparent;\n\t\t\tborder-radius: 0;\n\t\t\tpadding: 6px !important;\n\n\t\t\t&--highlighted {\n\t\t\t\topacity: .7;\n\t\t\t}\n\n\t\t\t&:focus,\n\t\t\t&:hover {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\t}\n\n\t.property-alarm-list {\n\t\twidth: 100%;\n\t}\n\n\t.property-alarm-item {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmin-height: 44px;\n\n\t\t&__icon {\n\t\t\talign-self: flex-start;\n\n\t\t\t&--hidden {\n\t\t\t\tvisibility: hidden;\n\t\t\t}\n\n\t\t\t.icon {\n\t\t\t\twidth: 34px;\n\t\t\t\theight: 44px;\n\t\t\t\tmargin-left: -5px;\n\t\t\t\tmargin-right: 5px;\n\t\t\t\t// TODO: enable me again if the other icons on the details tab have an opacity too\n\t\t\t\t// opacity: .7;\n\t\t\t}\n\t\t}\n\n\t\t&__label {\n\t\t\tpadding: 0 7px;\n\t\t\toverflow: hidden;\n\t\t\twhite-space: nowrap;\n\t\t\ttext-overflow: ellipsis;\n\t\t\talign-self: center;\n\t\t}\n\n\t\t&__options {\n\t\t\tmargin-left: auto;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\twhite-space: nowrap;\n\t\t}\n\n\t\t&__edit {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\twidth: 100%;\n\t\t\tmin-width: 0;\n\t\t\tpadding-right: 8px;\n\n\t\t\tinput[type=number] {\n\t\t\t\twidth: 4em;\n\t\t\t}\n\n\t\t\t.multiselect {\n\t\t\t\tflex: 1 auto;\n\t\t\t\theight: 34px;\n\t\t\t\tmin-width: 0;\n\t\t\t}\n\n\t\t\t.mx-datepicker {\n\t\t\t\tflex: 1 auto;\n\t\t\t}\n\n\t\t\t&--timed {\n\t\t\t}\n\n\t\t\t&--all-day {\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tmargin-bottom: 5px;\n\t\t\t\tgap: 0 5px;\n\n\t\t\t\t&__distance,\n\t\t\t\t&__time {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex: 1;\n\t\t\t\t\talign-items: center;\n\t\t\t\t}\n\n\t\t\t\t&__distance {\n\t\t\t\t\t.multiselect {\n\t\t\t\t\t\twidth: 6em;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&__time {\n\t\t\t\t\t&__before-at-label {\n\t\t\t\t\t\tflex: 0 0 auto;\n\t\t\t\t\t\tmargin-right: 5px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.mx-datepicker {\n\t\t\t\t\t\twidth: 7em;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&--absolute {\n\t\t\t\t.mx-datepicker {\n\t\t\t\t\twidth: unset;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.property-repeat {\n\t\twidth: 100%;\n\n\t\t&__summary {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\t&__icon {\n\t\t\t\twidth: 34px;\n\t\t\t\theight: 34px;\n\t\t\t\tmargin-left: -5px;\n\t\t\t\tmargin-right: 5px;\n\t\t\t}\n\n\t\t\t&__content {\n\t\t\t\tflex: 1 auto;\n\t\t\t\tpadding: 8px 7px;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t}\n\n\t\t&__options {\n\t\t\tmargin-bottom: 5px;\n\t\t}\n\t}\n\n\t.resource-list-item,\n\t.invitees-list-item {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmin-height: 44px;\n\n\t\t&__displayname {\n\t\t\tmargin-left: 8px;\n\t\t}\n\n\t\t&__actions {\n\t\t\tmargin-left: auto;\n\t\t}\n\n\t\t&__organizer-hint {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\tfont-weight: 300;\n\t\t\tmargin-left: 5px;\n\t\t}\n\t}\n\n\t.resource-search {\n\t\t&__capacity {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\t&__actions {\n\t\t\t\tmargin-left: 5px;\n\t\t\t}\n\t\t}\n\t}\n\n\t.avatar-participation-status {\n\t\tposition: relative;\n\t\theight: 38px;\n\t\twidth: 38px;\n\n\t\t&__indicator {\n\t\t\tposition: absolute;\n\t\t\tbottom: 0;\n\t\t\tright: 0;\n\t\t\tbackground-size: 10px;\n\t\t\theight: 15px;\n\t\t\twidth: 15px;\n\t\t\tborder-radius: 50%;\n\t\t}\n\n\t\t&__indicator.accepted {\n\t\t\tbackground-color: #2fb130;\n\t\t}\n\n\t\t&__indicator.declined {\n\t\t\tbackground-color: #ff0000;\n\t\t}\n\n\t\t&__indicator.tentative {\n\t\t\tbackground-color: #ffa704;\n\t\t}\n\n\t\t&__indicator.delegated,\n\t\t&__indicator.no-response {\n\t\t\tbackground-color: grey;\n\t\t}\n\t}\n\n\t.property-text,\n\t.property-select,\n\t.property-color,\n\t.property-select-multiple,\n\t.property-title,\n\t.resource-capacity,\n\t.resource-room-type {\n\t\tdisplay: flex;\n\t\twidth: 100%;\n\t\talign-items: flex-start;\n\n\t\t&__icon,\n\t\t&__info {\n\t\t\theight: 34px;\n\t\t\twidth: 34px;\n\t\t}\n\n\t\t&__icon {\n\t\t\t&--hidden {\n\t\t\t\tvisibility: hidden;\n\t\t\t}\n\t\t}\n\n\t\t&__info {\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: center;\n\t\t\tflex-shrink: 0;\n\t\t\topacity: .5;\n\t\t}\n\n\t\t&__info:hover {\n\t\t\topacity: 1;\n\t\t}\n\n\t\t&__icon {\n\t\t\tflex-shrink: 0;\n\t\t\tmargin-left: -5px;\n\t\t\tmargin-right: 5px;\n\t\t}\n\n\t\t&__input {\n\t\t\tflex-grow: 2;\n\n\t\t\ttextarea,\n\t\t\tinput,\n\t\t\tdiv.v-select {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\n\t\t\ttextarea {\n\t\t\t\tmax-height: calc(100vh - 500px);\n\t\t\t\tvertical-align: top;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t&--readonly {\n\t\t\t\tdiv {\n\t\t\t\t\twidth: calc(100% - 8px); /* for typical (thin) scrollbar size */\n\t\t\t\t\twhite-space: pre-line;\n\t\t\t\t\tpadding: 8px 7px;\n\t\t\t\t\tbackground-color: var(--color-main-background);\n\t\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t\toutline: none;\n\t\t\t\t\toverflow-y: scroll;\n\t\t\t\t\tword-break: break-word; /* allows breaking on long URLs */\n\t\t\t\t\tmax-height: 30vh;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&--readonly-calendar-picker {\n\t\t\t\tdiv.calendar-picker-option {\n\t\t\t\t\tpadding: 8px 7px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.property-text,\n\t.property-select,\n\t.property-color,\n\t.property-select-multiple,\n\t.property-title,\n\t.property-repeat,\n\t.resource-capacity,\n\t.resource-room-type {\n\t\tmargin-bottom: 5px;\n\n\t\t&--readonly {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t}\n\n\t.property-select,\n\t.property-select-multiple {\n\t\talign-items: center;\n\n\t\t.v-select {\n\t\t\tmin-width: unset !important;\n\t\t}\n\n\t\t&__input {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\n\t.property-color {\n\t\t&__input {\n\t\t\tdisplay: flex;\n\t\t\tgap: 5px;\n\t\t\tmargin-bottom: 5px;\n\n\t\t\t&--readonly {\n\t\t\t\t// Align with other (text based) fields\n\t\t\t\tmargin: 3px 0 3px 7px;\n\t\t\t}\n\t\t}\n\n\t\t&__color-preview {\n\t\t\t$size: 44px;\n\t\t\twidth: $size !important;\n\t\t\theight: $size !important;\n\t\t\tborder-radius: $size;\n\t\t}\n\t}\n\n\t.property-text {\n\t\t&__icon {\n\t\t\t// Prevent icon misalignment on vertically growing inputs\n\t\t\theight: unset;\n\t\t\talign-self: flex-start;\n\t\t\tpadding-top: 12px;\n\t\t}\n\n\t\t&--readonly {\n\t\t\t.property-text__icon {\n\t\t\t\tpadding-top: 10px;\n\t\t\t}\n\t\t}\n\n\t\t&__input {\n\t\t\t&--readonly {\n\t\t\t\t// Reduce line height but still keep first row aligned to the icon\n\t\t\t\tline-height: 1;\n\t\t\t\tpadding-top: calc(var(--default-line-height) / 2 - 0.5lh);\n\t\t\t}\n\n\t\t\ttextarea {\n\t\t\t\tresize: none;\n\t\t\t}\n\t\t}\n\t}\n\n\t.property-select-multiple {\n\t\t.property-select-multiple__input.property-select-multiple__input--readonly {\n\t\t\twidth: 100%;\n\n\t\t\t.property-select-multiple-colored-tag-wrapper {\n\t\t\t\talign-items: center;\n\t\t\t\toverflow: hidden;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tposition: relative;\n\t\t\t\tpadding: 3px 5px;\n\n\t\t\t\t.multiselect__tag {\n\t\t\t\t\tline-height: 20px;\n\t\t\t\t\tpadding: 1px 5px;\n\t\t\t\t\tbackground-image: none;\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tborder-radius: 3px;\n\t\t\t\t\tmax-width: fit-content;\n\t\t\t\t\tmargin: 3px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.property-title {\n\t\t&__input, input {\n\t\t\tfont-weight: bold;\n\t\t}\n\n\t\t&__input--readonly {\n\t\t\tfont-size: 18px;\n\t\t}\n\t}\n\n\t// Normalize gaps between all properties. We use outer margins between each row so a padding\n\t// around inputs (from core) is not required.\n\t.property-title,\n\t.property-title-time-picker {\n\t\tinput {\n\t\t\tmargin: 0;\n\t\t}\n\t}\n\n\t.resource-room-type {\n\t\tmargin-bottom: 5px;\n\t}\n\n}\n\n.event-popover .event-popover__inner {\n\t.event-popover__response-buttons {\n\t\tmargin-top: 8px;\n\t\tmargin-bottom: 0;\n\t}\n\n\t.property-text,\n\t.property-title-time-picker {\n\t\t&__icon {\n\t\t\tmargin: 0 !important;\n\t\t}\n\t}\n}\n\n.timezone-popover-wrapper {\n\t.popover__inner {\n\t\tpadding: 20px;\n\t}\n\n\t&__title {\n\t\tmargin-bottom: 8px;\n\t}\n\n\t&__timezone-select {\n\t\tmin-width: 200px;\n\t}\n}\n\n.event-popover {\n\t// Don't cut popovers above popovers (e.g. date time picker)\n\t.v-popper__inner {\n\t\toverflow: unset !important;\n\t}\n\n\t.event-popover__inner {\n\t\ttext-align: left;\n\t\tmax-width: 480px;\n\t\twidth: 480px;\n\t\tpadding: 5px 10px 10px 10px;\n\n\t\t.empty-content {\n\t\t\tmargin-top: 0 !important;\n\t\t\tpadding: 50px 0;\n\t\t}\n\n\t\t.property-title-time-picker:not(.property-title-time-picker--readonly) {\n\t\t\tmargin-bottom: 12px;\n\t\t}\n\n\t\t.event-popover__invitees {\n\t\t\t.avatar-participation-status__text {\n\t\t\t\tbottom: 22px;\n\t\t\t}\n\t\t}\n\n\t\t.event-popover__buttons {\n\t\t\tmargin-top: 8px;\n\t\t}\n\n\t\t.event-popover__top-right-actions {\n\t\t\tdisplay: flex;\n\t\t\tgap: var(--default-grid-baseline);\n\t\t\tposition: absolute !important;\n\t\t\ttop: var(--default-grid-baseline) !important;\n\t\t\tright: var(--default-grid-baseline) !important;\n\t\t\tz-index: 100 !important;\n\t\t\topacity: .7 !important;\n\t\t\tborder-radius: 22px !important;\n\n\t\t\t.action-item.action-item--single {\n\t\t\t\twidth: 44px !important;\n\t\t\t\theight: 44px !important;\n\t\t\t}\n\t\t}\n\n\t\t.popover-loading-indicator {\n\t\t\twidth: 100%;\n\n\t\t\t&__icon {\n\t\t\t\tmargin: 0 auto;\n\t\t\t\theight: 62px;\n\t\t\t\twidth: 62px;\n\t\t\t\tbackground-size: 62px;\n\t\t\t}\n\t\t}\n\t}\n\n\t&[x-out-of-boundaries] {\n\t\tmargin-top: 75px;\n\t}\n}\n\n.event-popover[x-placement^='bottom'] {\n\t.popover__arrow {\n\t\tborder-bottom-color: var(--color-background-dark);\n\t}\n}\n\n.calendar-picker-option {\n\tdisplay: flex;\n\talign-items: center;\n\toverflow: hidden;\n\n\t&__color-indicator {\n\t\twidth: 12px;\n\t\theight: 12px;\n\t\tborder-radius: 50%;\n\t\tborder: none;\n\t\tmargin-right: 8px;\n\t\tflex-basis: 12px;\n\t\tflex-shrink: 0;\n\t}\n\n\t&__label {\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t\tflex-grow: 1;\n\t}\n\n\t&__avatar {\n\t\tflex-basis: 18px;\n\t\tflex-shrink: 0;\n\t}\n}\n\n.property-select-multiple-colored-tag {\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: center;\n\n\t&__color-indicator {\n\t\twidth: 12px;\n\t\theight: 12px;\n\t\tborder-radius: 50%;\n\t\tborder: none;\n\t\tmargin-right: 8px;\n\t\tflex-shrink: 0;\n\t}\n\n\t.icon {\n\t\tmargin-left: 4px;\n\t\tscale: 0.8;\n\t}\n}\n\n.resource-list-button-group,\n.invitees-list-button-group {\n\twidth: 100%;\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\n\t// Only apply the margin if at least one button is being rendered\n\t&:not(:empty) {\n\t\tmargin-top: 20px;\n\t}\n}\n\n.vs__dropdown-option span {\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n}\n\n.resource-search-list-item,\n.invitees-search-list-item {\n\tdisplay: flex;\n\talign-items: center;\n\twidth: 100%;\n\n\t// Account for avatar width (because it is position: relative)\n\tpadding-right: 32px;\n\n\t&__label {\n\t\twidth: 100%;\n\t\tpadding: 0 8px;\n\n\t\t&__availability {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\n\t\tdiv {\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t}\n\n\t\tdiv:nth-child(1) {\n\t\t\tcolor: var(--color-main-text)\n\t\t}\n\n\t\tdiv:nth-child(2) {\n\t\t\tcolor: var(--color-text-lighter);\n\t\t\tline-height: 1;\n\t\t}\n\t}\n}\n\n.resource-search__multiselect,\n.invitees-search__multiselect {\n\twidth: 100%;\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n#app-settings {\n\t.settings-fieldset-interior-item {\n\t\tpadding: 5px 0;\n\n\t\t.action-checkbox {\n\t\t\tline-height: unset !important;\n\t\t\twhite-space: unset !important;\n\n\t\t\t&__label::before {\n\t\t\t\tmargin: 0 6px 3px 3px !important;\n\t\t\t\tflex-shrink: 0;\n\t\t\t}\n\t\t}\n\n\t\t.action-button {\n\t\t\tmin-height: unset !important;\n\n\t\t\t&__icon {\n\t\t\t\tmargin: 0 6px 3px 3px !important;\n\t\t\t\theight: 14px !important;\n\t\t\t\twidth: 14px !important;\n\t\t\t\tbackground-position: unset !important;\n\t\t\t}\n\n\t\t\t&__longtext {\n\t\t\t\twidth: unset !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t}\n\t\t}\n\n\t\t&__import-button {\n\t\t\tdisplay: block;\n\t\t\ttext-align: center;\n\t\t\tbackground-position-x: 8px;\n\t\t\tposition: relative;\n\n\t\t\t.material-design-icon {\n\t\t\t\tposition: absolute;\n\t\t\t}\n\t\t}\n\n\t\t&--slotDuration,\n\t\t&--defaultReminder {\n\t\t\tdisplay: table;\n\n\t\t\tlabel {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\n\t\t\t.multiselect {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\n\t\t&--timezone,\n\t\t&--default-calendar {\n\t\t\twidth: 100%;\n\t\t\n\t\t\t.multiselect {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\t}\n}\n\n.shortcut-overview-modal {\n\t.modal-container {\n\t\tdisplay: flex !important;\n\t\tflex-wrap: wrap;\n\t\tpadding: 0 12px 12px 12px !important;\n\n\t\t* {\n\t\t\tbox-sizing: border-box;\n\t\t}\n\n\t\t.shortcut-section {\n\t\t\twidth: 50%;\n\t\t\tflex-grow: 0;\n\t\t\tflex-shrink: 0;\n\t\t\tpadding: 10px;\n\n\t\t\t.shortcut-section-item {\n\t\t\t\twidth: 100%;\n\t\t\t\tdisplay: grid;\n\t\t\t\tgrid-template-columns: 33% 67%;\n\t\t\t\tcolumn-gap: 10px;\n\n\t\t\t\t&:not(:first-child) {\n\t\t\t\t\tmargin-top: 10px;\n\t\t\t\t}\n\n\t\t\t\t&__keys {\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\ttext-align: right;\n\t\t\t\t}\n\n\t\t\t\t&__label {\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\ttext-align: left;\n\t\t\t\t\tpadding-top: 5px;\n\t\t\t\t}\n\n\t\t\t\t&__spacer {\n\t\t\t\t\tmargin: 0 3px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Fix the shortcut overview on smaller screens\n@media screen and (max-width: 800px) {\n\t.shortcut-overview-modal .modal-container .shortcut-section {\n\t\twidth: 100%;\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2021 Richard Steinmetz <richard@steinmetz.cloud>\n *\n * @author Richard Steinmetz <richard@steinmetz.cloud>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.appointment-config-modal {\n\tpadding: 2vw;\n\n\t&__form {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\twidth: 100%;\n\n\t\tfieldset {\n\t\t\tpadding: 20px 0;\n\n\t\t\theader {\n\t\t\t\tfont-size: 16px;\n\t\t\t\tmargin-bottom: 3px;\n\t\t\t}\n\t\t}\n\n\t\t.availability-select, .calendar-select {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t}\n\n\t\t&__row {\n\t\t\t&--wrapped {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tgap: 10px 50px;\n\n\t\t\t\t> div {\n\t\t\t\t\tflex: 1 200px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Rows that don't have their own vue components\n\t\t\t&--local {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t}\n\t\t}\n\n\t\t&__row + &__row {\n\t\t\tmargin-top: 10px;\n\t\t}\n\n\t\t// Fix calendar picker styling\n\t\t.multiselect__tags {\n\t\t\theight: unset !important;\n\t\t\tmargin: 0 !important;\n\t\t}\n\t}\n\n\t&__submit-button {\n\t\tmargin-top: 20px;\n\t}\n}\n\n.app-config-modal-confirmation {\n\t.empty-content {\n\t\tmargin-top: 0 !important;\n\t\tmargin-bottom: 20px;\n\t}\n\n\t&__buttons {\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\tgap: 0 10px;\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.modal--scheduler {\n\tposition: relative;\n\n\t.fc-bgevent {\n\t\topacity: .8;\n\t}\n\n\t.blocking-event-free-busy {\n\t\tborder-color: var(--color-primary-element);\n\t\tborder-style: solid;\n\t\tborder-left-width: 2px;\n\t\tborder-right-width: 2px;\n\t\tbackground-color: transparent !important;\n\t\topacity: 0.7 !important;\n\t\tz-index: 2;\n\t}\n\n\t.blocking-event-free-busy.blocking-event-free-busy--first-row {\n\t\tborder-radius: var(--border-radius) var(--border-radius) 0 0;\n\t\tborder-top-width: 2px;\n\t}\n\n\t.blocking-event-free-busy.blocking-event-free-busy--last-row {\n\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius) ;\n\t\tborder-bottom-width: 2px;\n\t}\n\n\t.loading-indicator {\n\t\twidth: 100%;\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\theight: 50px;\n\t\tmargin-top: 75px;\n\t}\n}\n\n.freebusy-caption {\n\tmargin-top: 10px;\n\n\t&__calendar-user-types,\n\t&__colors {\n\t\twidth: 50%;\n\t\tdisplay: flex;\n\t}\n\n\t&__colors {\n\t\twidth: 100%;\n\t\tdisplay:flex;\n\t\tflex-direction: column;\n\t\tpadding: 5px;\n\t\t.freebusy-caption-item {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tmargin-right: 30px;\n\n\t\t\t&__color {\n\t\t\t\theight: 1em;\n\t\t\t\twidth: 2em;\n\t\t\t\tdisplay: block;\n\t\t\t\tborder: 1px solid var(--color-border-dark);\n\t\t\t\topacity: 0.8;\n\t\t\t}\n\n\t\t\t&__label {\n\t\t\t\tmargin-left: 5px;\n\t\t\t}\n\t\t}\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2020 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n * @author René Gieling <github@dartcafe.de>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/** Override some FullCalendar CSS vars: */\n.fc {\n\t--fc-small-font-size: 0.875em;\n\t--fc-page-bg-color: var(--color-main-background) !important;\n\t--fc-neutral-bg-color: var(--color-background-dark) !important;\n\t--fc-neutral-text-color: var(--color-text-lighter) !important;\n\t--fc-border-color: var(--color-border) !important;\n\n\t--fc-daygrid-event-dot-width: 10px !important;\n\n\t--fc-event-bg-color: var(--color-primary-element);\n\t--fc-event-border-color: var(--color-primary-element-text);\n\t--fc-event-text-color: var(--color-primary-element-text);\n\t--fc-event-selected-overlay-color: var(--color-box-shadow);\n\n\t--fc-event-resizer-thickness: 8px;\n\t--fc-event-resizer-dot-total-width: 8px;\n\t--fc-event-resizer-dot-border-width: 1px;\n\n\t--fc-non-business-color: var(--color-background-dark);\n\t--fc-bg-event-color: var(--color-primary-element);\n\t--fc-bg-event-opacity: 0.3;\n\t--fc-highlight-color: rgba(188, 232, 241, 0.3); // TODO - use some color css var from us?\n\t--fc-today-bg-color: var(--color-main-background) !important;\n\t--fc-now-indicator-color: red;\n\t--fc-list-event-hover-bg-color: var(--color-background-hover) !important;\n}\n\n.fc {\n\tfont-family: var(--font-face) !important;\n}\n\n// ### FullCalendar Grid adjustments\n// Make the labels lighter\n.fc-timegrid-axis-frame,\n.fc-timegrid-slot-label,\n.fc-col-header-cell a {\n\tcolor: var(--color-text-lighter) !important;\n}\n\n// Remove dotted half-lines\n.fc .fc-timegrid-slot-minor {\n\tborder-top-style: none !important;\n}\n\n// Center the date in month view\n.fc-daygrid-day-top {\n\tjustify-content: center;\n}\n\n// Override Nextcloud styles which highlight table rows on hover\n.fc-state-highlight.fc-day-number,\n.fc tbody tr,\n.fc tbody tr:hover,\n.fc tbody tr:focus {\n\tbackground: inherit !important;\n}\n\n// Today highlighting\n.fc-day-today {\n\t&.fc-col-header-cell {\n\t\ta, span {\n\t\t\tpadding: 2px 6px;\n\t\t\tfont-weight: bold;\n\t\t\tbackground-color: var(--color-primary-element);\n\t\t\tcolor: var(--color-primary-element-text) !important;\n\t\t\tborder-radius: var(--border-radius-pill);\n\t\t}\n\t}\n\n\t.fc-event {\n\t\tbox-shadow: 0px 0px 0px 1px var(--color-primary-element-light) !important;\n\t}\n\n\t.fc-daygrid-day-top {\n\t\t.fc-daygrid-day-number {\n\t\t\tmargin: 4px;\n\t\t\twidth: 24px;\n\t\t\theight: 24px;\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold !important;\n\t\t\tpadding: 0 !important;\n\t\t\tbackground: var(--color-primary-element);\n\t\t\tcolor: var(--color-primary-element-text);\n\t\t\tborder-radius: 50%;\n\t\t}\n\t}\n}\n\n// Fix list table\n.fc-list-table td {\n\twhite-space: normal;\n\tword-break: break-word;\n}\n\n// Prevent events overlapping over day header\n.fc .fc-list-sticky .fc-list-day > * {\n\tz-index: 1;\n}\n\n// Padding to account for left navigation toggle\n.fc-list-table .fc-list-day-cushion {\n\tpadding-left: calc(var(--default-clickable-area) + var(--default-grid-baseline) * 2);\n}\n\n// highlight current day (exclude day view)\n.fc-timeGridWeek-view,\n.fc-dayGridMonth-view {\n\t.fc-col-header-cell.fc-day-today,\n\t.fc-daygrid-day.fc-day-today,\n\t.fc-timegrid-col.fc-day-today {\n\t\tbackground-color: var(--color-primary-element-light) !important;\n\t\tbackground-clip: padding-box;\n\t}\n}\n\n// emphasize current month in month view\n.fc-daygrid-day.fc-day.fc-day-other,\n.fc .fc-daygrid-day.fc-day-today.fc-day-other {\n\tbackground-color: var(--color-background-dark) !important;\n\tbackground-clip: padding-box;\n\tborder: 1px solid var(--color-background-darker);\n\t.fc-daygrid-day-top {\n\t\topacity: 0.6;\n\t}\n}\n\n// ### FullCalendar Event adjustments\n.fc-event {\n\tpadding-left: 3px;\n\n\t&.fc-event-nc-task-completed,\n\t&.fc-event-nc-tentative,\n\t&.fc-event-nc-cancelled {\n\t\topacity: .5;\n\t}\n\n\t&.fc-event-nc-task-completed,\n\t&.fc-event-nc-cancelled {\n\t\t.fc-event-title,\n\t\t.fc-list-event-title {\n\t\t\ttext-decoration: line-through !important;\n\t\t}\n\t}\n\n\t.fc-event-title {\n\t\ttext-overflow: ellipsis;\n\t}\n\n\t// Reminder icon on events with alarms set\n\t.fc-event-nc-alarms {\n\t\t.icon-event-reminder {\n\t\t\tbackground-color: inherit;\n\t\t\tbackground-position: right;\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tright: 0;\n\t\t\t&--light {\n\t\t\t\tbackground-image: var(--icon-calendar-reminder-fffffe)\n\t\t\t}\n\t\t\t&--dark {\n\t\t\t\tbackground-image: var(--icon-calendar-reminder-000001)\n\t\t\t}\n\t\t}\n\t}\n\n\t// Checkboxes for Tasks\n\t.fc-event-title-container {\n\t\tdisplay: flex;\n\t\talign-content: center;\n\n\t\t.fc-event-title-checkbox {\n\t\t\tmargin: 4px 4px 0 0;\n\t\t\tline-height: 1;\n\t\t}\n\t}\n\n\t.fc-list-event-checkbox {\n\t\tmargin: 2px 4px 0 -2px;\n\t\tline-height: 1;\n\t}\n\n\t.fc-daygrid-event-checkbox {\n\t\tmargin: 2px 4px 0 4px;\n\t\tline-height: 1;\n\t}\n\n\t.fc-list-event-location span,\n\t.fc-list-event-description span {\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\tdisplay: -webkit-box;\n\t\t-webkit-line-clamp: 3;\n\t\t-webkit-box-orient: vertical;\n\t\twhite-space: pre-wrap;\n\t\tmax-width: 25vw;\n\t}\n\n\t@media only screen and (max-width: 767px) {\n\t\t.fc-list-event-location,\n\t\t.fc-list-event-description {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n\n.fc-list-empty {\n\t.fc-list-empty-cushion {\n\t\tdisplay: none;\n\t}\n\n\t.empty-content {\n\t\tmargin-top: 0 !important;\n\t}\n}\n\n// Fix week view\n.fc-col-header-cell {\n\tword-break: break-word;\n\twhite-space: normal;\n}\n\n.fc-timeGridWeek-view {\n\t.fc-daygrid-more-link {\n\t\tword-break: break-all;\n\t\twhite-space: normal;\n\t}\n\n\t.fc-event-main {\n\t\tflex-wrap: wrap;\n\t}\n}\n\n.fc-v-event {\n\tmin-height: 4em;\n\n\t&.fc-timegrid-event-short {\n\t\tmin-height: 2em;\n\t}\n\n\t.fc-event-title {\n\t\twhite-space: initial;\n\t}\n}\n\n// Fix Month view\n.fc-dayGridMonth-view {\n\t.fc-daygrid-more-link {\n\t\tword-break: break-word;\n\t\twhite-space: normal;\n\t}\n\t.fc-daygrid-day-frame {\n\t\tmin-height: 150px !important;\n\t}\n}\n.fc-daygrid-day-events {\n\tposition:relative !important;\n}\n\n// Fix week button overlapping with the toggle\n.fc-col-header-cell {\n padding-top: 10px !important;\n}\n.fc-timegrid-axis-cushion {\n\tmargin-top: 44px;\n}\n// Additional workaround for Firefox\n.fc-timegrid-axis.fc-scrollgrid-shrink {\n\theight: 65px;\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.toast-calendar-multiline {\n\twhite-space: pre-wrap;\n}\n\n.content.app-calendar {\n\t> div.app-content {\n\t\toverflow-x: hidden;\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.import-modal {\n\t.modal-container {\n\t\tpadding: 24px !important;\n\t\tmin-width: 50%;\n\t\toverflow: visible !important;\n\n\t\t.import-modal__title,\n\t\t.import-modal__subtitle {\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t.import-modal__actions {\n\t\t\tdisplay: flex;\n\t\t\tgap: 5px;\n\t\t}\n\n\t\t.import-modal-file-item {\n\t\t\tdisplay: flex;\n\t\t\tpadding-top: 10px;\n\n\t\t\t&--header {\n\t\t\t\tfont-weight: bold;\n\t\t\t}\n\n\t\t\t&__filename {\n\t\t\t\tflex: 2 1 0;\n\t\t\t}\n\n\t\t\t&__calendar-select {\n\t\t\t\tflex: 1 1 0;\n\t\t\t}\n\t\t}\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n@media print {\n\t.app-navigation {\n\t\tdisplay: none;\n\t}\n}\n","/**\n * Calendar App\n *\n * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>\n *\n * @author Georg Ehrke\n * @author Richard Steinmetz <richard@steinmetz.cloud>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n#emptycontent-container #emptycontent {\n\tcolor: #a9a9a9 !important;\n}\n\n.content.app-calendar.app-calendar-public-embedded {\n\t#embed-header {\n\t\tposition: fixed;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\theight: 50px;\n\t\twidth: 100%;\n\t\tbox-sizing: border-box;\n\t\tbackground-color: var(--color-main-background);\n\t\tborder-bottom: 1px solid var(--color-border);\n\t\toverflow: visible;\n\t\tz-index: 2000;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\n\t\t.embed-header__date-section,\n\t\t.embed-header__share-section {\n\t\t\tdisplay: flex;\n\t\t\tgap: 5px;\n\t\t}\n\n\t\t.view-button-section {\n\t\t\t.button {\n\t\t\t\tmin-width: 75px;\n\t\t\t}\n\t\t}\n\n\t\t.datepicker-button-section {\n\t\t\t&__datepicker-label {\n\t\t\t\tmin-width: 150px;\n\t\t\t}\n\t\t}\n\t}\n\n\t.app-content {\n\t\tmargin-top: 44px;\n\t\t//position: absolute !important;\n\t\t//top: 44px;\n\t\t//left: 0;\n\t\t//right: 0;\n\t\t//bottom: 0;\n\t\t//min-height: unset !important;\n\t}\n}\n\n#body-public {\n\tinput#initial-state-calendar-is_embed ~ header#header {\n\t\tdisplay: none;\n\t}\n\t.app-calendar-public {\n\t\t& + footer {\n\t\t\t// Only show bottom rounded corners\n\t\t\tborder-radius: 0 0 var(--border-radius-large) var(--border-radius-large);\n\t\t}\n\n\t\t.app-content {\n\t\t\theight: calc(100% - 65px) !important; // $footer-height is hardcoded to 65px in core/css/public.scss\n\t\t}\n\t}\n}\n",".property-text__input--linkify {\n\tflex-basis: min-content;\n}\n\n.linkify-links {\n\tborder: 2px solid var(--color-border-maxcontrast);\n\tborder-radius: var(--border-radius-large);\n\tcursor: text;\n\twidth: 100% !important;\n\tbox-sizing: border-box;\n\tpadding: 12px;\n\twhite-space: pre-line;\n\toverflow: auto;\n\tline-height: normal;\n\tword-break: break-word;\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tmax-height: 16em;\n\tmax-height: calc(100vh - 500px);\n\n\ta.linkified {\n\t\ttext-decoration: underline;\n\n\t\t// Prevent misalignment when a linkified line starts with a link, e.g. in the location field\n\t\tmargin: 0;\n\n\t\t&::after {\n\t\t\tcontent: ' ↗';\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const a=p},2312:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var p={};if(r)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(p[l]=!0)}for(var s=0;s<e.length;s++){var c=[].concat(e[s]);r&&p[c[0]]||(void 0!==i&&(void 0===c[5]||(c[1]="@layer".concat(c[5].length>0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=i),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),o&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=o):c[4]="".concat(o)),t.push(c))}},t}},25648:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),i="/*# ".concat(o," */");return[t].concat([i]).join("\n")}return[t].join("\n")}},24300:function(e){e.exports=function(){"use strict";const{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:r,getOwnPropertyDescriptor:o}=Object;let{freeze:i,seal:p,create:a}=Object,{apply:l,construct:s}="undefined"!=typeof Reflect&&Reflect;i||(i=function(e){return e}),p||(p=function(e){return e}),l||(l=function(e,t,n){return e.apply(t,n)}),s||(s=function(e,t){return new e(...t)});const c=b(Array.prototype.forEach),d=b(Array.prototype.pop),v=b(Array.prototype.push),A=b(String.prototype.toLowerCase),_=b(String.prototype.toString),u=b(String.prototype.match),m=b(String.prototype.replace),y=b(String.prototype.indexOf),g=b(String.prototype.trim),h=b(RegExp.prototype.test),f=C(TypeError);function b(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return l(e,t,r)}}function C(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return s(e,n)}}function x(e,r){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:A;t&&t(e,null);let i=r.length;for(;i--;){let t=r[i];if("string"==typeof t){const e=o(t);e!==t&&(n(r)||(r[i]=e),t=e)}e[t]=!0}return e}function w(e){for(let t=0;t<e.length;t++)void 0===o(e,t)&&(e[t]=null);return e}function k(t){const n=a(null);for(const[r,i]of e(t))void 0!==o(t,r)&&(Array.isArray(i)?n[r]=w(i):i&&"object"==typeof i&&i.constructor===Object?n[r]=k(i):n[r]=i);return n}function E(e,t){for(;null!==e;){const n=o(e,t);if(n){if(n.get)return b(n.get);if("function"==typeof n.value)return b(n.value)}e=r(e)}function n(e){return console.warn("fallback value for",e),null}return n}const I=i(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),R=i(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),N=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),T=i(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),B=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),L=i(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),O=i(["#text"]),S=i(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),D=i(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),G=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),F=i(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),U=p(/\{\{[\w\W]*|[\w\W]*\}\}/gm),P=p(/<%[\w\W]*|[\w\W]*%>/gm),M=p(/\${[\w\W]*}/gm),j=p(/^data-[\-\w.\u00B7-\uFFFF]/),z=p(/^aria-[\-\w]+$/),W=p(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),$=p(/^(?:\w+script|data):/i),Y=p(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),H=p(/^html$/i);var q=Object.freeze({__proto__:null,MUSTACHE_EXPR:U,ERB_EXPR:P,TMPLIT_EXPR:M,DATA_ATTR:j,ARIA_ATTR:z,IS_ALLOWED_URI:W,IS_SCRIPT_OR_DATA:$,ATTR_WHITESPACE:Y,DOCTYPE_NAME:H});const K=function(){return"undefined"==typeof window?null:window},X=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}};function J(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:K();const n=e=>J(e);if(n.version="3.0.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;let{document:r}=t;const o=r,p=o.currentScript,{DocumentFragment:l,HTMLTemplateElement:s,Node:b,Element:C,NodeFilter:w,NamedNodeMap:U=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:P,DOMParser:M,trustedTypes:j}=t,z=C.prototype,$=E(z,"cloneNode"),Y=E(z,"nextSibling"),V=E(z,"childNodes"),Q=E(z,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let Z,ee="";const{implementation:te,createNodeIterator:ne,createDocumentFragment:re,getElementsByTagName:oe}=r,{importNode:ie}=o;let pe={};n.isSupported="function"==typeof e&&"function"==typeof Q&&te&&void 0!==te.createHTMLDocument;const{MUSTACHE_EXPR:ae,ERB_EXPR:le,TMPLIT_EXPR:se,DATA_ATTR:ce,ARIA_ATTR:de,IS_SCRIPT_OR_DATA:ve,ATTR_WHITESPACE:Ae}=q;let{IS_ALLOWED_URI:_e}=q,ue=null;const me=x({},[...I,...R,...N,...B,...O]);let ye=null;const ge=x({},[...S,...D,...G,...F]);let he=Object.seal(a(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),fe=null,be=null,Ce=!0,xe=!0,we=!1,ke=!0,Ee=!1,Ie=!1,Re=!1,Ne=!1,Te=!1,Be=!1,Le=!1,Oe=!0,Se=!1;const De="user-content-";let Ge=!0,Fe=!1,Ue={},Pe=null;const Me=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let je=null;const ze=x({},["audio","video","img","source","image","track"]);let We=null;const $e=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ye="http://www.w3.org/1998/Math/MathML",He="http://www.w3.org/2000/svg",qe="http://www.w3.org/1999/xhtml";let Ke=qe,Xe=!1,Je=null;const Ve=x({},[Ye,He,qe],_);let Qe=null;const Ze=["application/xhtml+xml","text/html"],et="text/html";let tt=null,nt=null;const rt=r.createElement("form"),ot=function(e){return e instanceof RegExp||e instanceof Function},it=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!nt||nt!==e){if(e&&"object"==typeof e||(e={}),e=k(e),Qe=-1===Ze.indexOf(e.PARSER_MEDIA_TYPE)?et:e.PARSER_MEDIA_TYPE,tt="application/xhtml+xml"===Qe?_:A,ue="ALLOWED_TAGS"in e?x({},e.ALLOWED_TAGS,tt):me,ye="ALLOWED_ATTR"in e?x({},e.ALLOWED_ATTR,tt):ge,Je="ALLOWED_NAMESPACES"in e?x({},e.ALLOWED_NAMESPACES,_):Ve,We="ADD_URI_SAFE_ATTR"in e?x(k($e),e.ADD_URI_SAFE_ATTR,tt):$e,je="ADD_DATA_URI_TAGS"in e?x(k(ze),e.ADD_DATA_URI_TAGS,tt):ze,Pe="FORBID_CONTENTS"in e?x({},e.FORBID_CONTENTS,tt):Me,fe="FORBID_TAGS"in e?x({},e.FORBID_TAGS,tt):{},be="FORBID_ATTR"in e?x({},e.FORBID_ATTR,tt):{},Ue="USE_PROFILES"in e&&e.USE_PROFILES,Ce=!1!==e.ALLOW_ARIA_ATTR,xe=!1!==e.ALLOW_DATA_ATTR,we=e.ALLOW_UNKNOWN_PROTOCOLS||!1,ke=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Ee=e.SAFE_FOR_TEMPLATES||!1,Ie=e.WHOLE_DOCUMENT||!1,Te=e.RETURN_DOM||!1,Be=e.RETURN_DOM_FRAGMENT||!1,Le=e.RETURN_TRUSTED_TYPE||!1,Ne=e.FORCE_BODY||!1,Oe=!1!==e.SANITIZE_DOM,Se=e.SANITIZE_NAMED_PROPS||!1,Ge=!1!==e.KEEP_CONTENT,Fe=e.IN_PLACE||!1,_e=e.ALLOWED_URI_REGEXP||W,Ke=e.NAMESPACE||qe,he=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ot(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(he.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ot(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(he.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(he.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ee&&(xe=!1),Be&&(Te=!0),Ue&&(ue=x({},O),ye=[],!0===Ue.html&&(x(ue,I),x(ye,S)),!0===Ue.svg&&(x(ue,R),x(ye,D),x(ye,F)),!0===Ue.svgFilters&&(x(ue,N),x(ye,D),x(ye,F)),!0===Ue.mathMl&&(x(ue,B),x(ye,G),x(ye,F))),e.ADD_TAGS&&(ue===me&&(ue=k(ue)),x(ue,e.ADD_TAGS,tt)),e.ADD_ATTR&&(ye===ge&&(ye=k(ye)),x(ye,e.ADD_ATTR,tt)),e.ADD_URI_SAFE_ATTR&&x(We,e.ADD_URI_SAFE_ATTR,tt),e.FORBID_CONTENTS&&(Pe===Me&&(Pe=k(Pe)),x(Pe,e.FORBID_CONTENTS,tt)),Ge&&(ue["#text"]=!0),Ie&&x(ue,["html","head","body"]),ue.table&&(x(ue,["tbody"]),delete fe.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw f('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw f('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');Z=e.TRUSTED_TYPES_POLICY,ee=Z.createHTML("")}else void 0===Z&&(Z=X(j,p)),null!==Z&&"string"==typeof ee&&(ee=Z.createHTML(""));i&&i(e),nt=e}},pt=x({},["mi","mo","mn","ms","mtext"]),at=x({},["foreignobject","desc","title","annotation-xml"]),lt=x({},["title","style","font","a","script"]),st=x({},[...R,...N,...T]),ct=x({},[...B,...L]),dt=function(e){let t=Q(e);t&&t.tagName||(t={namespaceURI:Ke,tagName:"template"});const n=A(e.tagName),r=A(t.tagName);return!!Je[e.namespaceURI]&&(e.namespaceURI===He?t.namespaceURI===qe?"svg"===n:t.namespaceURI===Ye?"svg"===n&&("annotation-xml"===r||pt[r]):Boolean(st[n]):e.namespaceURI===Ye?t.namespaceURI===qe?"math"===n:t.namespaceURI===He?"math"===n&&at[r]:Boolean(ct[n]):e.namespaceURI===qe?!(t.namespaceURI===He&&!at[r])&&!(t.namespaceURI===Ye&&!pt[r])&&!ct[n]&&(lt[n]||!st[n]):!("application/xhtml+xml"!==Qe||!Je[e.namespaceURI]))},vt=function(e){v(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.remove()}},At=function(e,t){try{v(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){v(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!ye[e])if(Te||Be)try{vt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},_t=function(e){let t=null,n=null;if(Ne)e="<remove></remove>"+e;else{const t=u(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===Qe&&Ke===qe&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const o=Z?Z.createHTML(e):e;if(Ke===qe)try{t=(new M).parseFromString(o,Qe)}catch(e){}if(!t||!t.documentElement){t=te.createDocument(Ke,"template",null);try{t.documentElement.innerHTML=Xe?ee:o}catch(e){}}const i=t.body||t.documentElement;return e&&n&&i.insertBefore(r.createTextNode(n),i.childNodes[0]||null),Ke===qe?oe.call(t,Ie?"html":"body")[0]:Ie?t.documentElement:i},ut=function(e){return ne.call(e.ownerDocument||e,e,w.SHOW_ELEMENT|w.SHOW_COMMENT|w.SHOW_TEXT,null)},mt=function(e){return e instanceof P&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof U)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},yt=function(e){return"function"==typeof b&&e instanceof b},gt=function(e,t,r){pe[e]&&c(pe[e],(e=>{e.call(n,t,r,nt)}))},ht=function(e){let t=null;if(gt("beforeSanitizeElements",e,null),mt(e))return vt(e),!0;const r=tt(e.nodeName);if(gt("uponSanitizeElement",e,{tagName:r,allowedTags:ue}),e.hasChildNodes()&&!yt(e.firstElementChild)&&h(/<[/\w]/g,e.innerHTML)&&h(/<[/\w]/g,e.textContent))return vt(e),!0;if(!ue[r]||fe[r]){if(!fe[r]&&bt(r)){if(he.tagNameCheck instanceof RegExp&&h(he.tagNameCheck,r))return!1;if(he.tagNameCheck instanceof Function&&he.tagNameCheck(r))return!1}if(Ge&&!Pe[r]){const t=Q(e)||e.parentNode,n=V(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r)t.insertBefore($(n[r],!0),Y(e))}return vt(e),!0}return e instanceof C&&!dt(e)?(vt(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!h(/<\/no(script|embed|frames)/i,e.innerHTML)?(Ee&&3===e.nodeType&&(t=e.textContent,c([ae,le,se],(e=>{t=m(t,e," ")})),e.textContent!==t&&(v(n.removed,{element:e.cloneNode()}),e.textContent=t)),gt("afterSanitizeElements",e,null),!1):(vt(e),!0)},ft=function(e,t,n){if(Oe&&("id"===t||"name"===t)&&(n in r||n in rt))return!1;if(xe&&!be[t]&&h(ce,t));else if(Ce&&h(de,t));else if(!ye[t]||be[t]){if(!(bt(e)&&(he.tagNameCheck instanceof RegExp&&h(he.tagNameCheck,e)||he.tagNameCheck instanceof Function&&he.tagNameCheck(e))&&(he.attributeNameCheck instanceof RegExp&&h(he.attributeNameCheck,t)||he.attributeNameCheck instanceof Function&&he.attributeNameCheck(t))||"is"===t&&he.allowCustomizedBuiltInElements&&(he.tagNameCheck instanceof RegExp&&h(he.tagNameCheck,n)||he.tagNameCheck instanceof Function&&he.tagNameCheck(n))))return!1}else if(We[t]);else if(h(_e,m(n,Ae,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==y(n,"data:")||!je[e])if(we&&!h(ve,m(n,Ae,"")));else if(n)return!1;return!0},bt=function(e){return e.indexOf("-")>0},Ct=function(e){gt("beforeSanitizeAttributes",e,null);const{attributes:t}=e;if(!t)return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ye};let o=t.length;for(;o--;){const i=t[o],{name:p,namespaceURI:a,value:l}=i,s=tt(p);let v="value"===p?l:g(l);if(r.attrName=s,r.attrValue=v,r.keepAttr=!0,r.forceKeepAttr=void 0,gt("uponSanitizeAttribute",e,r),v=r.attrValue,r.forceKeepAttr)continue;if(At(p,e),!r.keepAttr)continue;if(!ke&&h(/\/>/i,v)){At(p,e);continue}Ee&&c([ae,le,se],(e=>{v=m(v,e," ")}));const A=tt(e.nodeName);if(ft(A,s,v)){if(!Se||"id"!==s&&"name"!==s||(At(p,e),v=De+v),Z&&"object"==typeof j&&"function"==typeof j.getAttributeType)if(a);else switch(j.getAttributeType(A,s)){case"TrustedHTML":v=Z.createHTML(v);break;case"TrustedScriptURL":v=Z.createScriptURL(v)}try{a?e.setAttributeNS(a,p,v):e.setAttribute(p,v),d(n.removed)}catch(e){}}}gt("afterSanitizeAttributes",e,null)},xt=function e(t){let n=null;const r=ut(t);for(gt("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)gt("uponSanitizeShadowNode",n,null),ht(n)||(n.content instanceof l&&e(n.content),Ct(n));gt("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,i=null,p=null,a=null;if(Xe=!e,Xe&&(e="\x3c!--\x3e"),"string"!=typeof e&&!yt(e)){if("function"!=typeof e.toString)throw f("toString is not a function");if("string"!=typeof(e=e.toString()))throw f("dirty is not a string, aborting")}if(!n.isSupported)return e;if(Re||it(t),n.removed=[],"string"==typeof e&&(Fe=!1),Fe){if(e.nodeName){const t=tt(e.nodeName);if(!ue[t]||fe[t])throw f("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof b)r=_t("\x3c!----\x3e"),i=r.ownerDocument.importNode(e,!0),1===i.nodeType&&"BODY"===i.nodeName||"HTML"===i.nodeName?r=i:r.appendChild(i);else{if(!Te&&!Ee&&!Ie&&-1===e.indexOf("<"))return Z&&Le?Z.createHTML(e):e;if(r=_t(e),!r)return Te?null:Le?ee:""}r&&Ne&&vt(r.firstChild);const s=ut(Fe?e:r);for(;p=s.nextNode();)ht(p)||(p.content instanceof l&&xt(p.content),Ct(p));if(Fe)return e;if(Te){if(Be)for(a=re.call(r.ownerDocument);r.firstChild;)a.appendChild(r.firstChild);else a=r;return(ye.shadowroot||ye.shadowrootmode)&&(a=ie.call(o,a,!0)),a}let d=Ie?r.outerHTML:r.innerHTML;return Ie&&ue["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&h(H,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),Ee&&c([ae,le,se],(e=>{d=m(d,e," ")})),Z&&Le?Z.createHTML(d):d},n.setConfig=function(){it(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Re=!0},n.clearConfig=function(){nt=null,Re=!1},n.isValidAttribute=function(e,t,n){nt||it({});const r=tt(e),o=tt(t);return ft(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&(pe[e]=pe[e]||[],v(pe[e],t))},n.removeHook=function(e){if(pe[e])return d(pe[e])},n.removeHooks=function(e){pe[e]&&(pe[e]=[])},n.removeAllHooks=function(){pe={}},n}return J()}()},88548:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var n,r=""+e,o=t.exec(r);if(!o)return r;var i="",p=0,a=0;for(p=o.index;p<r.length;p++){switch(r.charCodeAt(p)){case 34:n=""";break;case 38:n="&";break;case 39:n="'";break;case 60:n="<";break;case 62:n=">";break;default:continue}a!==p&&(i+=r.substring(a,p)),a=p+1,i+=n}return a!==p?i+r.substring(a,p):i}},26512:e=>{var t,n,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function p(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{n="function"==typeof clearTimeout?clearTimeout:i}catch(e){n=i}}();var a,l=[],s=!1,c=-1;function d(){s&&a&&(s=!1,a.length?l=a.concat(l):c=-1,l.length&&v())}function v(){if(!s){var e=p(d);s=!0;for(var t=l.length;t;){for(a=l,l=[];++c<t;)a&&a[c].run();c=-1,t=l.length}a=null,s=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===i||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{return n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function A(e,t){this.fun=e,this.array=t}function _(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new A(e,t)),1!==l.length||s||p(v)},A.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=_,r.addListener=_,r.once=_,r.off=_,r.removeListener=_,r.removeAllListeners=_,r.emit=_,r.prependListener=_,r.prependOnceListener=_,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},52304:(e,t,n)=>{var r=n(79880);r.__esModule&&(r=r.default),"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);(0,n(19324).c)("301f1732",r,!0,{})},19324:(e,t,n)=>{"use strict";function r(e,t){for(var n=[],r={},o=0;o<t.length;o++){var i=t[o],p=i[0],a={id:e+":"+o,css:i[1],media:i[2],sourceMap:i[3]};r[p]?r[p].parts.push(a):n.push(r[p]={id:p,parts:[a]})}return n}n.d(t,{c:()=>_});var o="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!o)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var i={},p=o&&(document.head||document.getElementsByTagName("head")[0]),a=null,l=0,s=!1,c=function(){},d=null,v="data-vue-ssr-id",A="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function _(e,t,n,o){s=n,d=o||{};var p=r(e,t);return u(p),function(t){for(var n=[],o=0;o<p.length;o++){var a=p[o];(l=i[a.id]).refs--,n.push(l)}t?u(p=r(e,t)):p=[];for(o=0;o<n.length;o++){var l;if(0===(l=n[o]).refs){for(var s=0;s<l.parts.length;s++)l.parts[s]();delete i[l.id]}}}}function u(e){for(var t=0;t<e.length;t++){var n=e[t],r=i[n.id];if(r){r.refs++;for(var o=0;o<r.parts.length;o++)r.parts[o](n.parts[o]);for(;o<n.parts.length;o++)r.parts.push(y(n.parts[o]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{var p=[];for(o=0;o<n.parts.length;o++)p.push(y(n.parts[o]));i[n.id]={id:n.id,refs:1,parts:p}}}}function m(){var e=document.createElement("style");return e.type="text/css",p.appendChild(e),e}function y(e){var t,n,r=document.querySelector("style["+v+'~="'+e.id+'"]');if(r){if(s)return c;r.parentNode.removeChild(r)}if(A){var o=l++;r=a||(a=m()),t=f.bind(null,r,o,!1),n=f.bind(null,r,o,!0)}else r=m(),t=b.bind(null,r),n=function(){r.parentNode.removeChild(r)};return t(e),function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap)return;t(e=r)}else n()}}var g,h=(g=[],function(e,t){return g[e]=t,g.filter(Boolean).join("\n")});function f(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=h(t,o);else{var i=document.createTextNode(o),p=e.childNodes;p[t]&&e.removeChild(p[t]),p.length?e.insertBefore(i,p[t]):e.appendChild(i)}}function b(e,t){var n=t.css,r=t.media,o=t.sourceMap;if(r&&e.setAttribute("media",r),d.ssrId&&e.setAttribute(v,t.id),o&&(n+="\n/*# sourceURL="+o.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}},11896:(e,t,n)=>{"use strict";var r=n(69063),o=n(44596),i=TypeError;e.exports=function(e){if(r(e))return e;throw new i(o(e)+" is not a function")}},6884:(e,t,n)=>{"use strict";var r=n(1968).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},78424:(e,t,n)=>{"use strict";var r=n(30808),o=String,i=TypeError;e.exports=function(e){if(r(e))return e;throw new i(o(e)+" is not an object")}},22196:(e,t,n)=>{"use strict";var r=n(99740),o=n(34160),i=n(29480),p=function(e){return function(t,n,p){var a=r(t),l=i(a);if(0===l)return!e&&-1;var s,c=o(p,l);if(e&&n!=n){for(;l>c;)if((s=a[c++])!=s)return!0}else for(;l>c;c++)if((e||c in a)&&a[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:p(!0),indexOf:p(!1)}},75983:(e,t,n)=>{"use strict";var r=n(11447),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},38040:(e,t,n)=>{"use strict";var r=n(41712),o=n(69063),i=n(75983),p=n(81840)("toStringTag"),a=Object,l="Arguments"===i(function(){return arguments}());e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=a(e),p))?n:l?i(t):"Object"===(r=i(t))&&o(t.callee)?"Arguments":r}},34304:(e,t,n)=>{"use strict";var r=n(16216),o=n(89976),i=n(14560),p=n(50368);e.exports=function(e,t,n){for(var a=o(t),l=p.f,s=i.f,c=0;c<a.length;c++){var d=a[c];r(e,d)||n&&r(n,d)||l(e,d,s(t,d))}}},13652:(e,t,n)=>{"use strict";var r=n(83528),o=n(50368),i=n(89200);e.exports=r?function(e,t,n){return o.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},89200:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},63244:(e,t,n)=>{"use strict";var r=n(69063),o=n(50368),i=n(50316),p=n(1544);e.exports=function(e,t,n,a){a||(a={});var l=a.enumerable,s=void 0!==a.name?a.name:t;if(r(n)&&i(n,s,a),a.global)l?e[t]=n:p(t,n);else{try{a.unsafe?e[t]&&(l=!0):delete e[t]}catch(e){}l?e[t]=n:o.f(e,t,{value:n,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return e}},1544:(e,t,n)=>{"use strict";var r=n(35624),o=Object.defineProperty;e.exports=function(e,t){try{o(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}},83528:(e,t,n)=>{"use strict";var r=n(46040);e.exports=!r((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},19308:(e,t,n)=>{"use strict";var r=n(35624),o=n(30808),i=r.document,p=o(i)&&o(i.createElement);e.exports=function(e){return p?i.createElement(e):{}}},18232:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},43356:(e,t,n)=>{"use strict";var r,o,i=n(35624),p=n(18232),a=i.process,l=i.Deno,s=a&&a.versions||l&&l.version,c=s&&s.v8;c&&(o=(r=c.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&p&&(!(r=p.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=p.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},44656:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},3748:(e,t,n)=>{"use strict";var r=n(35624),o=n(14560).f,i=n(13652),p=n(63244),a=n(1544),l=n(34304),s=n(15272);e.exports=function(e,t){var n,c,d,v,A,_=e.target,u=e.global,m=e.stat;if(n=u?r:m?r[_]||a(_,{}):r[_]&&r[_].prototype)for(c in t){if(v=t[c],d=e.dontCallGetSet?(A=o(n,c))&&A.value:n[c],!s(u?c:_+(m?".":"#")+c,e.forced)&&void 0!==d){if(typeof v==typeof d)continue;l(v,d)}(e.sham||d&&d.sham)&&i(v,"sham",!0),p(n,c,v,e)}}},46040:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},38760:(e,t,n)=>{"use strict";n(12644);var r=n(40892),o=n(63244),i=n(68096),p=n(46040),a=n(81840),l=n(13652),s=a("species"),c=RegExp.prototype;e.exports=function(e,t,n,d){var v=a(e),A=!p((function(){var t={};return t[v]=function(){return 7},7!==""[e](t)})),_=A&&!p((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[s]=function(){return n},n.flags="",n[v]=/./[v]),n.exec=function(){return t=!0,null},n[v](""),!t}));if(!A||!_||n){var u=/./[v],m=t(v,""[e],(function(e,t,n,o,p){var a=t.exec;return a===i||a===c.exec?A&&!p?{done:!0,value:r(u,t,n,o)}:{done:!0,value:r(e,n,t,o)}:{done:!1}}));o(String.prototype,e,m[0]),o(c,v,m[1])}d&&l(c[v],"sham",!0)}},54744:(e,t,n)=>{"use strict";var r=n(95744),o=Function.prototype,i=o.apply,p=o.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?p.bind(i):function(){return p.apply(i,arguments)})},95744:(e,t,n)=>{"use strict";var r=n(46040);e.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},40892:(e,t,n)=>{"use strict";var r=n(95744),o=Function.prototype.call;e.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},43788:(e,t,n)=>{"use strict";var r=n(83528),o=n(16216),i=Function.prototype,p=r&&Object.getOwnPropertyDescriptor,a=o(i,"name"),l=a&&"something"===function(){}.name,s=a&&(!r||r&&p(i,"name").configurable);e.exports={EXISTS:a,PROPER:l,CONFIGURABLE:s}},11447:(e,t,n)=>{"use strict";var r=n(95744),o=Function.prototype,i=o.call,p=r&&o.bind.bind(i,i);e.exports=r?p:function(e){return function(){return i.apply(e,arguments)}}},64960:(e,t,n)=>{"use strict";var r=n(35624),o=n(69063);e.exports=function(e,t){return arguments.length<2?(n=r[e],o(n)?n:void 0):r[e]&&r[e][t];var n}},30364:(e,t,n)=>{"use strict";var r=n(11896),o=n(40952);e.exports=function(e,t){var n=e[t];return o(n)?void 0:r(n)}},34740:(e,t,n)=>{"use strict";var r=n(11447),o=n(16804),i=Math.floor,p=r("".charAt),a=r("".replace),l=r("".slice),s=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,r,d,v){var A=n+e.length,_=r.length,u=c;return void 0!==d&&(d=o(d),u=s),a(v,u,(function(o,a){var s;switch(p(a,0)){case"$":return"$";case"&":return e;case"`":return l(t,0,n);case"'":return l(t,A);case"<":s=d[l(a,1,-1)];break;default:var c=+a;if(0===c)return o;if(c>_){var v=i(c/10);return 0===v?o:v<=_?void 0===r[v-1]?p(a,1):r[v-1]+p(a,1):o}s=r[c-1]}return void 0===s?"":s}))}},35624:function(e,t,n){"use strict";var r=function(e){return e&&e.Math===Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||r("object"==typeof this&&this)||function(){return this}()||Function("return this")()},16216:(e,t,n)=>{"use strict";var r=n(11447),o=n(16804),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(o(e),t)}},96480:e=>{"use strict";e.exports={}},36836:(e,t,n)=>{"use strict";var r=n(64960);e.exports=r("document","documentElement")},80784:(e,t,n)=>{"use strict";var r=n(83528),o=n(46040),i=n(19308);e.exports=!r&&!o((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},26212:(e,t,n)=>{"use strict";var r=n(11447),o=n(46040),i=n(75983),p=Object,a=r("".split);e.exports=o((function(){return!p("z").propertyIsEnumerable(0)}))?function(e){return"String"===i(e)?a(e,""):p(e)}:p},58460:(e,t,n)=>{"use strict";var r=n(11447),o=n(69063),i=n(49136),p=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return p(e)}),e.exports=i.inspectSource},5444:(e,t,n)=>{"use strict";var r,o,i,p=n(40280),a=n(35624),l=n(30808),s=n(13652),c=n(16216),d=n(49136),v=n(58192),A=n(96480),_="Object already initialized",u=a.TypeError,m=a.WeakMap;if(p||d.state){var y=d.state||(d.state=new m);y.get=y.get,y.has=y.has,y.set=y.set,r=function(e,t){if(y.has(e))throw new u(_);return t.facade=e,y.set(e,t),t},o=function(e){return y.get(e)||{}},i=function(e){return y.has(e)}}else{var g=v("state");A[g]=!0,r=function(e,t){if(c(e,g))throw new u(_);return t.facade=e,s(e,g,t),t},o=function(e){return c(e,g)?e[g]:{}},i=function(e){return c(e,g)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=o(t)).type!==e)throw new u("Incompatible receiver, "+e+" required");return n}}}},69063:e=>{"use strict";var t="object"==typeof document&&document.all;e.exports=void 0===t&&void 0!==t?function(e){return"function"==typeof e||e===t}:function(e){return"function"==typeof e}},15272:(e,t,n)=>{"use strict";var r=n(46040),o=n(69063),i=/#|\.prototype\./,p=function(e,t){var n=l[a(e)];return n===c||n!==s&&(o(t)?r(t):!!t)},a=p.normalize=function(e){return String(e).replace(i,".").toLowerCase()},l=p.data={},s=p.NATIVE="N",c=p.POLYFILL="P";e.exports=p},40952:e=>{"use strict";e.exports=function(e){return null==e}},30808:(e,t,n)=>{"use strict";var r=n(69063);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},52804:e=>{"use strict";e.exports=!1},26232:(e,t,n)=>{"use strict";var r=n(64960),o=n(69063),i=n(46056),p=n(59448),a=Object;e.exports=p?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return o(t)&&i(t.prototype,a(e))}},29480:(e,t,n)=>{"use strict";var r=n(50960);e.exports=function(e){return r(e.length)}},50316:(e,t,n)=>{"use strict";var r=n(11447),o=n(46040),i=n(69063),p=n(16216),a=n(83528),l=n(43788).CONFIGURABLE,s=n(58460),c=n(5444),d=c.enforce,v=c.get,A=String,_=Object.defineProperty,u=r("".slice),m=r("".replace),y=r([].join),g=a&&!o((function(){return 8!==_((function(){}),"length",{value:8}).length})),h=String(String).split("String"),f=e.exports=function(e,t,n){"Symbol("===u(A(t),0,7)&&(t="["+m(A(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!p(e,"name")||l&&e.name!==t)&&(a?_(e,"name",{value:t,configurable:!0}):e.name=t),g&&n&&p(n,"arity")&&e.length!==n.arity&&_(e,"length",{value:n.arity});try{n&&p(n,"constructor")&&n.constructor?a&&_(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var r=d(e);return p(r,"source")||(r.source=y(h,"string"==typeof t?t:"")),e};Function.prototype.toString=f((function(){return i(this)&&v(this).source||s(this)}),"toString")},81736:e=>{"use strict";var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}},28340:(e,t,n)=>{"use strict";var r,o=n(78424),i=n(35045),p=n(44656),a=n(96480),l=n(36836),s=n(19308),c=n(58192),d="prototype",v="script",A=c("IE_PROTO"),_=function(){},u=function(e){return"<"+v+">"+e+"</"+v+">"},m=function(e){e.write(u("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){try{r=new ActiveXObject("htmlfile")}catch(e){}var e,t,n;y="undefined"!=typeof document?document.domain&&r?m(r):(t=s("iframe"),n="java"+v+":",t.style.display="none",l.appendChild(t),t.src=String(n),(e=t.contentWindow.document).open(),e.write(u("document.F=Object")),e.close(),e.F):m(r);for(var o=p.length;o--;)delete y[d][p[o]];return y()};a[A]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(_[d]=o(e),n=new _,_[d]=null,n[A]=e):n=y(),void 0===t?n:i.f(n,t)}},35045:(e,t,n)=>{"use strict";var r=n(83528),o=n(34859),i=n(50368),p=n(78424),a=n(99740),l=n(64152);t.f=r&&!o?Object.defineProperties:function(e,t){p(e);for(var n,r=a(t),o=l(t),s=o.length,c=0;s>c;)i.f(e,n=o[c++],r[n]);return e}},50368:(e,t,n)=>{"use strict";var r=n(83528),o=n(80784),i=n(34859),p=n(78424),a=n(38732),l=TypeError,s=Object.defineProperty,c=Object.getOwnPropertyDescriptor,d="enumerable",v="configurable",A="writable";t.f=r?i?function(e,t,n){if(p(e),t=a(t),p(n),"function"==typeof e&&"prototype"===t&&"value"in n&&A in n&&!n[A]){var r=c(e,t);r&&r[A]&&(e[t]=n.value,n={configurable:v in n?n[v]:r[v],enumerable:d in n?n[d]:r[d],writable:!1})}return s(e,t,n)}:s:function(e,t,n){if(p(e),t=a(t),p(n),o)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw new l("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},14560:(e,t,n)=>{"use strict";var r=n(83528),o=n(40892),i=n(62460),p=n(89200),a=n(99740),l=n(38732),s=n(16216),c=n(80784),d=Object.getOwnPropertyDescriptor;t.f=r?d:function(e,t){if(e=a(e),t=l(t),c)try{return d(e,t)}catch(e){}if(s(e,t))return p(!o(i.f,e,t),e[t])}},30692:(e,t,n)=>{"use strict";var r=n(19232),o=n(44656).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},48167:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},46056:(e,t,n)=>{"use strict";var r=n(11447);e.exports=r({}.isPrototypeOf)},19232:(e,t,n)=>{"use strict";var r=n(11447),o=n(16216),i=n(99740),p=n(22196).indexOf,a=n(96480),l=r([].push);e.exports=function(e,t){var n,r=i(e),s=0,c=[];for(n in r)!o(a,n)&&o(r,n)&&l(c,n);for(;t.length>s;)o(r,n=t[s++])&&(~p(c,n)||l(c,n));return c}},64152:(e,t,n)=>{"use strict";var r=n(19232),o=n(44656);e.exports=Object.keys||function(e){return r(e,o)}},62460:(e,t)=>{"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:n},57664:(e,t,n)=>{"use strict";var r=n(40892),o=n(69063),i=n(30808),p=TypeError;e.exports=function(e,t){var n,a;if("string"===t&&o(n=e.toString)&&!i(a=r(n,e)))return a;if(o(n=e.valueOf)&&!i(a=r(n,e)))return a;if("string"!==t&&o(n=e.toString)&&!i(a=r(n,e)))return a;throw new p("Can't convert object to primitive value")}},89976:(e,t,n)=>{"use strict";var r=n(64960),o=n(11447),i=n(30692),p=n(48167),a=n(78424),l=o([].concat);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(a(e)),n=p.f;return n?l(t,n(e)):t}},51456:(e,t,n)=>{"use strict";var r=n(40892),o=n(78424),i=n(69063),p=n(75983),a=n(68096),l=TypeError;e.exports=function(e,t){var n=e.exec;if(i(n)){var s=r(n,e,t);return null!==s&&o(s),s}if("RegExp"===p(e))return r(a,e,t);throw new l("RegExp#exec called on incompatible receiver")}},68096:(e,t,n)=>{"use strict";var r,o,i=n(40892),p=n(11447),a=n(91992),l=n(58020),s=n(48548),c=n(28196),d=n(28340),v=n(5444).get,A=n(39160),_=n(77416),u=c("native-string-replace",String.prototype.replace),m=RegExp.prototype.exec,y=m,g=p("".charAt),h=p("".indexOf),f=p("".replace),b=p("".slice),C=(o=/b*/g,i(m,r=/a/,"a"),i(m,o,"a"),0!==r.lastIndex||0!==o.lastIndex),x=s.BROKEN_CARET,w=void 0!==/()??/.exec("")[1];(C||w||x||A||_)&&(y=function(e){var t,n,r,o,p,s,c,A=this,_=v(A),k=a(e),E=_.raw;if(E)return E.lastIndex=A.lastIndex,t=i(y,E,k),A.lastIndex=E.lastIndex,t;var I=_.groups,R=x&&A.sticky,N=i(l,A),T=A.source,B=0,L=k;if(R&&(N=f(N,"y",""),-1===h(N,"g")&&(N+="g"),L=b(k,A.lastIndex),A.lastIndex>0&&(!A.multiline||A.multiline&&"\n"!==g(k,A.lastIndex-1))&&(T="(?: "+T+")",L=" "+L,B++),n=new RegExp("^(?:"+T+")",N)),w&&(n=new RegExp("^"+T+"$(?!\\s)",N)),C&&(r=A.lastIndex),o=i(m,R?n:A,L),R?o?(o.input=b(o.input,B),o[0]=b(o[0],B),o.index=A.lastIndex,A.lastIndex+=o[0].length):A.lastIndex=0:C&&o&&(A.lastIndex=A.global?o.index+o[0].length:r),w&&o&&o.length>1&&i(u,o[0],n,(function(){for(p=1;p<arguments.length-2;p++)void 0===arguments[p]&&(o[p]=void 0)})),o&&I)for(o.groups=s=d(null),p=0;p<I.length;p++)s[(c=I[p])[0]]=o[c[1]];return o}),e.exports=y},58020:(e,t,n)=>{"use strict";var r=n(78424);e.exports=function(){var e=r(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}},48548:(e,t,n)=>{"use strict";var r=n(46040),o=n(35624).RegExp,i=r((function(){var e=o("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),p=i||r((function(){return!o("a","y").sticky})),a=i||r((function(){var e=o("^r","gy");return e.lastIndex=2,null!==e.exec("str")}));e.exports={BROKEN_CARET:a,MISSED_STICKY:p,UNSUPPORTED_Y:i}},39160:(e,t,n)=>{"use strict";var r=n(46040),o=n(35624).RegExp;e.exports=r((function(){var e=o(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)}))},77416:(e,t,n)=>{"use strict";var r=n(46040),o=n(35624).RegExp;e.exports=r((function(){var e=o("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")}))},72696:(e,t,n)=>{"use strict";var r=n(40952),o=TypeError;e.exports=function(e){if(r(e))throw new o("Can't call method on "+e);return e}},58192:(e,t,n)=>{"use strict";var r=n(28196),o=n(10320),i=r("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},49136:(e,t,n)=>{"use strict";var r=n(52804),o=n(35624),i=n(1544),p="__core-js_shared__",a=e.exports=o[p]||i(p,{});(a.versions||(a.versions=[])).push({version:"3.36.1",mode:r?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"})},28196:(e,t,n)=>{"use strict";var r=n(49136);e.exports=function(e,t){return r[e]||(r[e]=t||{})}},1968:(e,t,n)=>{"use strict";var r=n(11447),o=n(83288),i=n(91992),p=n(72696),a=r("".charAt),l=r("".charCodeAt),s=r("".slice),c=function(e){return function(t,n){var r,c,d=i(p(t)),v=o(n),A=d.length;return v<0||v>=A?e?"":void 0:(r=l(d,v))<55296||r>56319||v+1===A||(c=l(d,v+1))<56320||c>57343?e?a(d,v):r:e?s(d,v,v+2):c-56320+(r-55296<<10)+65536}};e.exports={codeAt:c(!1),charAt:c(!0)}},88972:(e,t,n)=>{"use strict";var r=n(43356),o=n(46040),i=n(35624).String;e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol("symbol detection");return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},34160:(e,t,n)=>{"use strict";var r=n(83288),o=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?o(n+t,0):i(n,t)}},99740:(e,t,n)=>{"use strict";var r=n(26212),o=n(72696);e.exports=function(e){return r(o(e))}},83288:(e,t,n)=>{"use strict";var r=n(81736);e.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}},50960:(e,t,n)=>{"use strict";var r=n(83288),o=Math.min;e.exports=function(e){var t=r(e);return t>0?o(t,9007199254740991):0}},16804:(e,t,n)=>{"use strict";var r=n(72696),o=Object;e.exports=function(e){return o(r(e))}},78176:(e,t,n)=>{"use strict";var r=n(40892),o=n(30808),i=n(26232),p=n(30364),a=n(57664),l=n(81840),s=TypeError,c=l("toPrimitive");e.exports=function(e,t){if(!o(e)||i(e))return e;var n,l=p(e,c);if(l){if(void 0===t&&(t="default"),n=r(l,e,t),!o(n)||i(n))return n;throw new s("Can't convert object to primitive value")}return void 0===t&&(t="number"),a(e,t)}},38732:(e,t,n)=>{"use strict";var r=n(78176),o=n(26232);e.exports=function(e){var t=r(e,"string");return o(t)?t:t+""}},41712:(e,t,n)=>{"use strict";var r={};r[n(81840)("toStringTag")]="z",e.exports="[object z]"===String(r)},91992:(e,t,n)=>{"use strict";var r=n(38040),o=String;e.exports=function(e){if("Symbol"===r(e))throw new TypeError("Cannot convert a Symbol value to a string");return o(e)}},44596:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},10320:(e,t,n)=>{"use strict";var r=n(11447),o=0,i=Math.random(),p=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+p(++o+i,36)}},59448:(e,t,n)=>{"use strict";var r=n(88972);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},34859:(e,t,n)=>{"use strict";var r=n(83528),o=n(46040);e.exports=r&&o((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},40280:(e,t,n)=>{"use strict";var r=n(35624),o=n(69063),i=r.WeakMap;e.exports=o(i)&&/native code/.test(String(i))},81840:(e,t,n)=>{"use strict";var r=n(35624),o=n(28196),i=n(16216),p=n(10320),a=n(88972),l=n(59448),s=r.Symbol,c=o("wks"),d=l?s.for||s:s&&s.withoutSetter||p;e.exports=function(e){return i(c,e)||(c[e]=a&&i(s,e)?s[e]:d("Symbol."+e)),c[e]}},12644:(e,t,n)=>{"use strict";var r=n(3748),o=n(68096);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},54004:(e,t,n)=>{"use strict";var r=n(54744),o=n(40892),i=n(11447),p=n(38760),a=n(46040),l=n(78424),s=n(69063),c=n(40952),d=n(83288),v=n(50960),A=n(91992),_=n(72696),u=n(6884),m=n(30364),y=n(34740),g=n(51456),h=n(81840)("replace"),f=Math.max,b=Math.min,C=i([].concat),x=i([].push),w=i("".indexOf),k=i("".slice),E="$0"==="a".replace(/./,"$0"),I=!!/./[h]&&""===/./[h]("a","$0");p("replace",(function(e,t,n){var i=I?"$":"$0";return[function(e,n){var r=_(this),i=c(e)?void 0:m(e,h);return i?o(i,e,r,n):o(t,A(r),e,n)},function(e,o){var p=l(this),a=A(e);if("string"==typeof o&&-1===w(o,i)&&-1===w(o,"$<")){var c=n(t,p,a,o);if(c.done)return c.value}var _=s(o);_||(o=A(o));var m,h=p.global;h&&(m=p.unicode,p.lastIndex=0);for(var E,I=[];null!==(E=g(p,a))&&(x(I,E),h);){""===A(E[0])&&(p.lastIndex=u(a,v(p.lastIndex),m))}for(var R,N="",T=0,B=0;B<I.length;B++){for(var L,O=A((E=I[B])[0]),S=f(b(d(E.index),a.length),0),D=[],G=1;G<E.length;G++)x(D,void 0===(R=E[G])?R:String(R));var F=E.groups;if(_){var U=C([O],D,S,a);void 0!==F&&x(U,F),L=A(r(o,void 0,U))}else L=y(O,a,S,D,F,o);S>=T&&(N+=k(a,T,S)+L,T=S+O.length)}return N+k(a,T)}]}),!!a((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!E||I)},38580:(e,t,n)=>{"use strict";n.d(t,{SI:()=>p,Ww:()=>a,eo:()=>c});var r=n(18444);let o;const i=[];function p(){if(void 0===o){const e=document?.getElementsByTagName("head")[0];o=e?e.getAttribute("data-requesttoken"):null}return o}function a(e){i.push(e)}(0,r.Cc)("csrf-token-update",(e=>{o=e.token,i.forEach((t=>{try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}));const l=(e,t)=>e?e.getAttribute(t):null;let s;function c(){if(void 0!==s)return s;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=l(e,"data-user");return null===t?(s=null,s):(s={uid:t,displayName:l(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},s)}},18444:(e,t,n)=>{"use strict";n.d(t,{Cc:()=>s,Ix:()=>d,K2:()=>c});var r=n(73424),o=n(90296);class i{bus;constructor(e){"function"==typeof e.getVersion&&r(e.getVersion())?o(e.getVersion())!==o(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}getVersion(){return"3.1.0"}subscribe(e,t){this.bus.subscribe(e,t)}unsubscribe(e,t){this.bus.unsubscribe(e,t)}emit(e,t){this.bus.emit(e,t)}}class p{handlers=new Map;getVersion(){return"3.1.0"}subscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}unsubscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((e=>e!=t)))}emit(e,t){(this.handlers.get(e)||[]).forEach((e=>{try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}let a=null;function l(){return null!==a?a:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),a=void 0!==window?._nc_event_bus?new i(window._nc_event_bus):window._nc_event_bus=new p,a)}function s(e,t){l().subscribe(e,t)}function c(e,t){l().unsubscribe(e,t)}function d(e,t){l().emit(e,t)}},59620:(e,t,n)=>{"use strict";n.d(t,{G4:()=>a,Iy:()=>l,S6:()=>c,WW:()=>v,a8:()=>d,mo:()=>A,oL:()=>s,s5:()=>p,translate:()=>u,translatePlural:()=>m,wD:()=>i});n(94656);var r=n(24300),o=n(88548);function i(){return void 0===window.firstDay?(console.warn("No firstDay found"),1):window.firstDay}function p(){return void 0===window.dayNames?(console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]):window.dayNames}function a(){return void 0===window.dayNamesShort?(console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."]):window.dayNamesShort}function l(){return void 0===window.dayNamesMin?(console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"]):window.dayNamesMin}function s(){return void 0===window.monthNames?(console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"]):window.monthNames}function c(){return void 0===window.monthNamesShort?(console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."]):window.monthNamesShort}function d(){return document.documentElement.dataset.locale||"en"}function v(){return d().replace(/_/g,"-")}function A(){return document.documentElement.lang||"en"}function _(e){var t,n,r,o;return{translations:null!==(n=null===(t=window._oc_l10n_registry_translations)||void 0===t?void 0:t[e])&&void 0!==n?n:{},pluralFunction:null!==(o=null===(r=window._oc_l10n_registry_plural_functions)||void 0===r?void 0:r[e])&&void 0!==o?o:e=>e}}function u(e,t,n,i,p){const a=Object.assign({},{escape:!0,sanitize:!0},p||{}),l=e=>e,s=a.sanitize?r.sanitize:l,c=a.escape?o:l;let d=_(e).translations[t]||t;return d=Array.isArray(d)?d[0]:d,s("object"==typeof n||void 0!==i?((e,t,n)=>e.replace(/%n/g,""+n).replace(/{([^{}]*)}/g,((e,n)=>{if(void 0===t||!(n in t))return s(e);const r=t[n];return s("string"==typeof r||"number"==typeof r?c(r):e)})))(d,n,i):d)}function m(e,t,n,r,o,i){const p="_"+t+"_::_"+n+"_",a=_(e),l=a.translations[p];if(void 0!==l){const t=l;if(Array.isArray(t)){return u(e,t[a.pluralFunction(r)],o,r,i)}}return u(e,1===r?t:n,o,r,i)}},78296:(e,t,n)=>{"use strict";n.d(t,{AF:()=>a,QP:()=>i,U$:()=>c,gz:()=>r,o0:()=>o,o1:()=>l});const r=(e,t)=>s(e,"",t),o=(e,t)=>{var n;return(null!=(n=null==t?void 0:t.baseURL)?n:c())+(e=>"/remote.php/"+e)(e)},i=(e,t,n)=>{var r;const o=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return(null!=(r=null==n?void 0:n.baseURL)?r:c())+"/ocs/v"+o+".php"+p(e,t,n)},p=(e,t,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),o=(o=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){const n=o[t];return r.escape?encodeURIComponent("string"==typeof n||"number"==typeof n?n.toString():e):"string"==typeof n||"number"==typeof n?n.toString():e}));var o},a=(e,t,n)=>{var r,o,i;const a=Object.assign({noRewrite:!1},n||{}),l=null!=(r=null==n?void 0:n.baseURL)?r:d();return!0!==(null==(i=null==(o=null==window?void 0:window.OC)?void 0:o.config)?void 0:i.modRewriteWorking)||a.noRewrite?l+"/index.php"+p(e,t,n):l+p(e,t,n)},l=(e,t)=>-1===t.indexOf(".")?s(e,"img",t+".svg"):s(e,"img",t),s=(e,t,n)=>{var r,o,i;const p=null!=(i=null==(o=null==(r=null==window?void 0:window.OC)?void 0:r.coreApps)?void 0:o.includes(e))&&i,a="php"===n.slice(-3);let l=d();return a&&!p?(l+="/index.php/apps/".concat(e),t&&(l+="/".concat(encodeURI(t))),"index.php"!==n&&(l+="/".concat(n))):a||p?(("settings"===e||"core"===e||"search"===e)&&"ajax"===t&&(l+="/index.php"),e&&(l+="/".concat(e)),t&&(l+="/".concat(t)),l+="/".concat(n)):(l=function(e){var t,n;return null!=(n=(null!=(t=window._oc_appswebroots)?t:{})[e])?n:""}(e),t&&(l+="/".concat(t,"/")),"/"!==l.at(-1)&&(l+="/"),l+=n),l},c=()=>window.location.protocol+"//"+window.location.host+d();function d(){let e=window._oc_webroot;if(typeof e>"u"){e=location.pathname;const t=e.indexOf("/index.php/");if(-1!==t)e=e.slice(0,t);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}},84988:(e,t,n)=>{"use strict";n.d(t,{G0:()=>s,GI:()=>r,O6:()=>c,SA:()=>i,Wk:()=>l,_c:()=>o,k1:()=>p,qM:()=>a,y2:()=>d}),window._vue_richtext_widgets||(window._vue_richtext_widgets={});const r=e=>!!window._vue_richtext_widgets[e],o=(e,t,n=(e=>{}))=>{window._vue_richtext_widgets[e]?console.error("Widget for id "+e+" already registered"):window._vue_richtext_widgets[e]={id:e,callback:t,onDestroy:n}},i=(e,{richObjectType:t,richObject:n,accessible:r,interactive:o})=>{if("open-graph"!==t){if(!window._vue_richtext_widgets[t])return void console.error("Widget for rich object type "+t+" not registered");window._vue_richtext_widgets[t].callback(e,{richObjectType:t,richObject:n,accessible:r,interactive:o})}},p=(e,t)=>{"open-graph"!==e&&window._vue_richtext_widgets[e]&&window._vue_richtext_widgets[e].onDestroy(t)};window._registerWidget=o,window._vue_richtext_custom_picker_elements||(window._vue_richtext_custom_picker_elements={});class a{constructor(e,t){this.element=e,this.object=t}}const l=e=>!!window._vue_richtext_custom_picker_elements[e],s=e=>{const t=window._vue_richtext_custom_picker_elements[e]?.size;return["small","normal","large","full"].includes(t)?t:null},c=(e,{providerId:t,accessible:n})=>{if(window._vue_richtext_custom_picker_elements[t])return window._vue_richtext_custom_picker_elements[t].callback(e,{providerId:t,accessible:n});console.error("Custom reference picker element for reference provider ID "+t+" not registered")},d=(e,t,n)=>{window._vue_richtext_custom_picker_elements[e]&&window._vue_richtext_custom_picker_elements[e].onDestroy(t,n)};window._registerCustomPickerElement=(e,t,n=(e=>{}),r="large")=>{window._vue_richtext_custom_picker_elements[e]?console.error("Custom reference picker element for id "+e+" already registered"):window._vue_richtext_custom_picker_elements[e]={id:e,callback:t,onDestroy:n,size:r}}}},a={};function l(e){var t=a[e];if(void 0!==t)return t.exports;var n=a[e]={id:e,loaded:!1,exports:{}};return p[e].call(n.exports,n,n.exports,l),n.loaded=!0,n.exports}l.m=p,l.amdD=function(){throw new Error("define cannot be used indirect")},l.amdO={},l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(t,n){if(1&n&&(t=this(t)),8&n)return t;if("object"==typeof t&&t){if(4&n&&t.__esModule)return t;if(16&n&&"function"==typeof t.then)return t}var o=Object.create(null);l.r(o);var i={};e=e||[null,r({}),r([]),r(r)];for(var p=2&n&&t;"object"==typeof p&&!~e.indexOf(p);p=r(p))Object.getOwnPropertyNames(p).forEach((e=>i[e]=()=>t[e]));return i.default=()=>t,l.d(o,i),o},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.f={},l.e=e=>Promise.all(Object.keys(l.f).reduce(((t,n)=>(l.f[n](e,t),t)),[])),l.u=e=>"calendar-"+e+".js?v="+{"vendors-node_modules_vue_dist_vue_runtime_esm_js":"18eb4661d4da71037925","vendors-node_modules_nextcloud_capabilities_dist_index_js-node_modules_nextcloud_vue-select_d-732246":"6caeb7154861390f56c2","vendors-node_modules_nextcloud_cdav-library_dist_dist_js-node_modules_nextcloud_logger_dist_i-1af27c":"e458e992520058961953","vendors-node_modules_linkifyjs_dist_linkify_es_js-node_modules_vue-material-design-icons_Cale-9f7b09":"16672b23384a1820edc8","vendors-node_modules_vue-material-design-icons_CalendarBlank_vue-node_modules_vue-material-de-e2c1f8":"7dfb731e8bef4b707091","vendors-node_modules_vue-material-design-icons_CalendarBlankOutline_vue-node_modules_nextclou-05d07d":"7130bc9bb2e57ef81772","vendors-node_modules_vuex_dist_vuex_esm_js-node_modules_nextcloud_calendar-js_dist_index_es_m-e40634":"679804a8c3598422d877","vendors-node_modules_autosize_dist_autosize_esm_js-node_modules_nextcloud_dialogs_dist_style_-af0268":"67211b7141b85a75af9b","src_models_rfcProps_js-src_services_timezoneDataProviderService_js-src_services_timezoneDetec-33af66":"02c5393d39f3a890b5b7","src_services_caldavService_js-src_services_talkService_js-src_utils_date_js":"4d26d87b0389f68ba70a","src_views_Calendar_vue-data_image_svg_xml_3csvg_20xmlns_27http_www_w3_org_2000_svg_27_20heigh-565c85":"8ed91fea401eacc98c6f","vendors-node_modules_webdav_dist_web_index_js":"4eb954c840bec79f9883",src_store_index_js:"7b26e462227677d38bf4","vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-e0595f":"c868c4ba17d7725713f0",node_modules_nextcloud_dialogs_dist_legacy_mjs:"e33a6e762e59d81fb5fa","vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-8ibBgPg__mjs":"16d0967d49558542cbde","_4f7e-_3e83-_19e6-_0cc0-_aeb7":"d557454d48d855461b21","public-calendar-subscription-picker":"fe607cca060d0387712e","vendors-node_modules_moment_locale_af_js-node_modules_moment_locale_ar-dz_js-node_modules_mom-582c96":"67f4f841fd6308f3db2c",node_modules_moment_locale_sync_recursive_:"e18b34324fc690d3ed93"}[e],l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o={},i="calendar:",l.l=(e,t,n,r)=>{if(o[e])o[e].push(t);else{var p,a;if(void 0!==n)for(var s=document.getElementsByTagName("script"),c=0;c<s.length;c++){var d=s[c];if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==i+n){p=d;break}}p||(a=!0,(p=document.createElement("script")).charset="utf-8",p.timeout=120,l.nc&&p.setAttribute("nonce",l.nc),p.setAttribute("data-webpack",i+n),p.src=e),o[e]=[t];var v=(t,n)=>{p.onerror=p.onload=null,clearTimeout(A);var r=o[e];if(delete o[e],p.parentNode&&p.parentNode.removeChild(p),r&&r.forEach((e=>e(n))),t)return t(n)},A=setTimeout(v.bind(null,void 0,{type:"timeout",target:p}),12e4);p.onerror=v.bind(null,p.onerror),p.onload=v.bind(null,p.onload),a&&document.head.appendChild(p)}},l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),l.p="/apps/calendar/js/",(()=>{l.b=document.baseURI||self.location.href;var e={reference:0};l.f.j=(t,n)=>{var r=l.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var o=new Promise(((n,o)=>r=e[t]=[n,o]));n.push(r[2]=o);var i=l.p+l.u(t),p=new Error;l.l(i,(n=>{if(l.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var o=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;p.message="Loading chunk "+t+" failed.\n("+o+": "+i+")",p.name="ChunkLoadError",p.type=o,p.request=i,r[1](p)}}),"chunk-"+t,t)}};var t=(t,n)=>{var r,o,[i,p,a]=n,s=0;if(i.some((t=>0!==e[t]))){for(r in p)l.o(p,r)&&(l.m[r]=p[r]);if(a)a(l)}for(t&&t(n);s<i.length;s++)o=i[s],l.o(e,o)&&e[o]&&e[o][0](),e[o]=0},n=self.webpackChunkcalendar=self.webpackChunkcalendar||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),l.nc=void 0,(()=>{"use strict";var e=l(84988),r=l(78296),o=l(38580),i=l(59620);l(52304);l.nc=btoa((0,o.SI)()),l.p=(0,r.gz)("calendar","js/"),(0,e._c)("calendar_widget",(async(r,o)=>{let{richObjectType:p,richObject:a,accessible:s,interactive:c}=o;const{default:d}=await l.e("vendors-node_modules_vue_dist_vue_runtime_esm_js").then(l.bind(l,7768)),{default:v}=await Promise.all([l.e("vendors-node_modules_nextcloud_capabilities_dist_index_js-node_modules_nextcloud_vue-select_d-732246"),l.e("vendors-node_modules_nextcloud_cdav-library_dist_dist_js-node_modules_nextcloud_logger_dist_i-1af27c"),l.e("vendors-node_modules_vue_dist_vue_runtime_esm_js"),l.e("vendors-node_modules_linkifyjs_dist_linkify_es_js-node_modules_vue-material-design-icons_Cale-9f7b09"),l.e("vendors-node_modules_vue-material-design-icons_CalendarBlank_vue-node_modules_vue-material-de-e2c1f8"),l.e("vendors-node_modules_vue-material-design-icons_CalendarBlankOutline_vue-node_modules_nextclou-05d07d"),l.e("vendors-node_modules_vuex_dist_vuex_esm_js-node_modules_nextcloud_calendar-js_dist_index_es_m-e40634"),l.e("vendors-node_modules_autosize_dist_autosize_esm_js-node_modules_nextcloud_dialogs_dist_style_-af0268"),l.e("src_models_rfcProps_js-src_services_timezoneDataProviderService_js-src_services_timezoneDetec-33af66"),l.e("src_services_caldavService_js-src_services_talkService_js-src_utils_date_js"),l.e("src_views_Calendar_vue-data_image_svg_xml_3csvg_20xmlns_27http_www_w3_org_2000_svg_27_20heigh-565c85")]).then(l.bind(l,62900)),{default:A}=await Promise.all([l.e("vendors-node_modules_nextcloud_cdav-library_dist_dist_js-node_modules_nextcloud_logger_dist_i-1af27c"),l.e("vendors-node_modules_vue_dist_vue_runtime_esm_js"),l.e("vendors-node_modules_webdav_dist_web_index_js"),l.e("vendors-node_modules_vuex_dist_vuex_esm_js-node_modules_nextcloud_calendar-js_dist_index_es_m-e40634"),l.e("src_models_rfcProps_js-src_services_timezoneDataProviderService_js-src_services_timezoneDetec-33af66"),l.e("src_store_index_js"),l.e("src_services_caldavService_js-src_services_talkService_js-src_utils_date_js")]).then(l.bind(l,6752));d.prototype.$t=i.translate,d.prototype.$n=i.translatePlural,d.mixin({methods:{t,n}});const _=new(d.extend(v))({store:A,propsData:{isWidget:!0,referenceToken:a.token}}).$mount(r);return new e.qM(_.$el,_)}),((e,t)=>{t.object.$destroy()}),!0)})()})(); //# sourceMappingURL=calendar-reference.js.map?v=68e704270e0000a7d237