/**
 * Common Facilities Viewer
 *
 * version: 1.3.0
 */
button[data-v-f266be6a]{position:absolute;top:.5rem;right:.5rem;width:40px;height:40px;padding:6px;background:transparent;border-width:0}button>svg[data-v-f266be6a]{display:inline-block;width:100%;height:100%;padding:6px;color:#666a;background-color:#e6e6e699;border-radius:20px;transition:background-color,transform .2s ease-in-out}.dark button>svg[data-v-f266be6a]{color:#aaaa;background-color:#fff1}button:hover:not(:active)>svg[data-v-f266be6a]{background-color:#6662;transform:rotate(20deg)}.dark button:hover:not(:active)>svg[data-v-f266be6a]{background-color:#fff4}:root{--bn-color: #212529;--bn-active: #9b042c;--bn-box-bg: #f4f4f4;--bn-banner-bg: #fefefe}.auto-height-enter-active,.auto-height-leave-active{overflow:hidden;transition:height .3s ease-in-out}.auto-height-enter-active>*,.auto-height-leave-active>*{transition:opacity .3s ease-in-out}.auto-height-enter,.auto-height-leave-to{height:0}.auto-height-enter-from>*,.auto-height-leave-to>*{opacity:0}.flicking-viewport{width:100%;overflow:hidden;transition:height .5s}.flicking-viewport>.flicking-camera{position:relative;z-index:1;width:100%;height:100%}.flicking-viewport>.flicking-camera>*{flex-shrink:0}.flicking-viewport.vertical{display:inline-flex}.flicking-viewport.vertical>.flicking-camera{display:inline-flex;flex-flow:column nowrap;align-items:center}.news-container{display:flex;flex-wrap:nowrap;align-items:center;width:100%;margin:0 auto;background-color:var(--bn-box-bg)}.news-container a{text-decoration:none;-webkit-user-select:none;user-select:none}.news-container ul{max-width:760px;padding:0;margin:0 auto}.news-container .banner{flex-grow:1;white-space:nowrap}.news-container .banner.busy{cursor:wait;opacity:.5}.news-container .news-display{position:relative;height:60px;margin:0 auto}.news-container .news-display>ul li.news-panel{display:inline-flex;align-items:center;width:100%;height:100%}.news-container .news-display>ul li.news-panel .content{display:flex;flex-flow:column nowrap;width:100%;padding-right:.5rem;padding-left:.5rem;color:var(--bn-color)}.news-container .news-display>ul li.news-panel .content>*{-webkit-user-select:none;user-select:none}.news-container .news-display>ul li.news-panel .content .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-container .news-display>ul li.news-panel .content .institution,.news-container .news-display>ul li.news-panel .content .date{font-size:.5rem;font-weight:200;line-height:1}.news-container .news-display>ul li.news-panel .content .date{text-align:end}.news-container .news-display>ul li.news-panel .content:hover .title{color:var(--bn-active)}.news-container .news-display .news-pagination{position:absolute;top:2px;right:8px;display:none;font-size:8px;color:var(--bn-color);pointer-events:none;opacity:.8}.news-container .news-display .news-pagination.visible{display:block}.bn-btn{display:inline-block;padding:.375rem .75rem;margin:auto .5rem;font-size:.835rem;font-weight:500;line-height:1.5;color:var(--bn-color);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--bn-banner-bg);border:1px solid transparent;border-radius:.438rem;outline-color:#9993;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.bn-btn[aria-disabled=true]{--bn-color: #666;pointer-events:none}.bn-btn:hover{color:#212529;background-color:#f1f1f1}.bn-btn:active,.bn-btn:focus{box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000014,0 0 0 .25rem #75757540}.bn-btn:focus:active{background-color:#f9f9f9}.bn-btn:focus:not(:focus-visible){outline:0}.bn-btn .icon{display:none}.bn-btn .label{display:inherit}@media (max-width: 767px){.bn-btn .icon{display:inherit}.bn-btn .label{display:none}}.notification-area[data-v-544a9625]{background-color:var(--bn-box-bg)}nav[data-v-fcf6a74d]{display:flex;flex-direction:column}nav>.notification[data-v-fcf6a74d],nav>ul.nav[data-v-fcf6a74d]{flex:0 0 auto;justify-content:center;margin-top:.25rem}@media screen and (max-width: 330px){nav>ul.nav-tabs[data-v-fcf6a74d]{font-size:.835rem}}.rsc-toast[data-v-0d00d74a]{position:relative;display:flex;width:100%;min-height:4rem;margin:0 0 .25rem;overflow:hidden;color:#333;pointer-events:auto;cursor:pointer;background-color:#fffffff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #eee;border-left:6px solid;border-radius:4px;box-shadow:0 .25rem .5rem #00000014}.rsc-toast>.message[data-v-0d00d74a]{z-index:1;flex:1;padding:12px 12px 12px 18px}.rsc-toast>.icon[data-v-0d00d74a]{position:absolute;right:-.7rem;bottom:-1.5rem;opacity:.1;transform:rotate(-12deg)}.rsc-toast.success[data-v-0d00d74a]{border-left-color:#009800}.rsc-toast.success>.icon[data-v-0d00d74a]{color:#009800}.rsc-toast.danger[data-v-0d00d74a]{border-left-color:#ff3600}.rsc-toast.danger>.icon[data-v-0d00d74a]{color:#ff3600}.rsc-toast.warning[data-v-0d00d74a]{border-left-color:#ffa600}.rsc-toast.warning>.icon[data-v-0d00d74a]{color:#ffa600}.rsc-toast.info[data-v-0d00d74a]{border-left-color:#08f}.rsc-toast.info>.icon[data-v-0d00d74a]{color:#08f}.rsc-toasts[data-v-01dc96b8]{position:fixed;top:0;right:0;bottom:0;z-index:5000;width:min(90vw,350px);padding:2rem .5rem;margin:0;pointer-events:none}.rsc-toasts .toast_list-enter-from[data-v-01dc96b8]{opacity:1;transform:translate(100%)}.rsc-toasts .toast_list-leave-to[data-v-01dc96b8]{opacity:0;transform:translate(100%)}.rsc-toasts .toast_list-enter-to[data-v-01dc96b8],.rsc-toasts .toast_list-leave-from[data-v-01dc96b8]{opacity:1}.rsc-toasts .toast_list-enter-active[data-v-01dc96b8],.rsc-toasts .toast_list-leave-active[data-v-01dc96b8]{transition:all .3s cubic-bezier(.82,.085,.395,.895)}.rsc-toasts .toast_list-leave-active[data-v-01dc96b8]{position:absolute;z-index:5001}.rsc-toasts .toast_list-move[data-v-01dc96b8]{transition:all .6s ease-in-out}.fav-button[data-v-b02ae0d0]{background-color:transparent}.fav-button[data-v-b02ae0d0] .icon{transition:transform .5s ease-out;transform:none}.fav-button[selected].fav-corner-button[data-v-b02ae0d0],.fav-button[selected][data-v-b02ae0d0]:not(.fav-corner-button){color:#ff4500}.fav-button[selected][data-v-b02ae0d0] .icon{transform:rotate(360deg)}.fav-button[data-v-b02ae0d0]:not(.fav-corner-button){display:flex;height:100%;color:#9993;cursor:pointer;transition:color,background-color,.2s ease-out}.fav-button[data-v-b02ae0d0]:not(.fav-corner-button):hover{background-color:#8080801a}.fav-button[data-v-b02ae0d0]:not(.fav-corner-button) .icon{margin:auto}.fav-button.fav-corner-button[data-v-b02ae0d0]{position:absolute;top:0;right:0;width:0;height:0;padding:0;color:#fff;border-top:4rem solid #888;border-top-color:#3331;border-left:4rem solid transparent;border-radius:0;transition:color,border-top-color,.2s ease-out}.fav-button.fav-corner-button[data-v-b02ae0d0]:hover{border-top-color:#0080801a}.fav-button.fav-corner-button[data-v-b02ae0d0] .icon{position:absolute;top:-3.5rem;right:.3rem;cursor:pointer}.photo[data-v-c194a8f5]{position:relative;display:flex;overflow:hidden}.photo img[data-v-c194a8f5]{flex:1 0 auto;width:100%;height:100%;object-fit:cover;will-change:contents}.photo.contain[data-v-c194a8f5]{height:100%}.photo.contain img[data-v-c194a8f5]{object-fit:contain}.photo.completed[data-v-c194a8f5]{position:relative;z-index:0;overflow:hidden;background-size:cover}.photo>.progress[data-v-c194a8f5]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5}.eq-card[data-v-d8b56b1c]{position:relative;display:flex;background-color:#fff;border-radius:.25rem;box-shadow:0 .125rem .25rem #00000014;transition:box-shadow .2s ease-out}.eq-card>.eq-card-img[data-v-d8b56b1c]{flex:0 0 35%;min-height:200px;max-height:250px;background-color:#eee;border:none;border-radius:.25rem 0 0 .25rem}.eq-card>.eq-card-body[data-v-d8b56b1c]{display:flex;flex:0 0 65%;flex-direction:column;overflow:hidden}.eq-card>.eq-card-body .actions[data-v-d8b56b1c]{margin:.5rem;text-align:right}.eq-card>.eq-card-body .actions>.btn[data-v-d8b56b1c] svg{margin-top:-2px;margin-right:.25rem}.eq-card>.eq-card-body .info[data-v-d8b56b1c]{display:flex;flex:1 1 auto;flex-direction:column;margin:1rem}.eq-card>.eq-card-body .info .title[data-v-d8b56b1c]{margin-right:2rem;text-decoration:unset}.eq-card>.eq-card-body .info .title h4[data-v-d8b56b1c]{font-size:1.15rem;font-weight:200}.eq-card>.eq-card-body .info .types[data-v-d8b56b1c]{display:flex;flex-wrap:wrap;justify-content:flex-end}.eq-card>.eq-card-body .info .types>span[data-v-d8b56b1c]{padding:0 .5rem;margin:0 0 1px 2px;font-size:8px;color:#fff;pointer-events:none;background-color:var(--bs-secondary);border-radius:1em}.eq-card>.eq-card-body .info .abbreviation[data-v-d8b56b1c]{flex:1 0 auto;pointer-events:none}.eq-card>.eq-card-body .info .abbreviation .maker[data-v-d8b56b1c]{margin-left:1rem;font-size:.5rem}.eq-card>.eq-card-body .info .place[data-v-d8b56b1c]{display:flex;margin-top:.5rem;font-size:.5rem;color:#000000a6;pointer-events:none}.eq-card>.eq-card-body .info .place[data-v-d8b56b1c]>svg{flex:0 0 auto}.eq-card.hot[data-v-d8b56b1c]{box-shadow:0 .5rem 1rem #00000026}.eq-card.hot .eq-card-body .info .title[data-v-d8b56b1c]{text-decoration:underline}.option[data-v-2d5df80a]{border-left:4px solid rgba(153,153,153,.2);border-radius:4px}.option h6[data-v-2d5df80a]{padding:2px .5rem;font-size:.835rem;font-weight:200;background-color:#9992;border-top-right-radius:8px}.table th[data-v-d7b1612b]{font-size:.835rem;font-weight:200;line-height:1.8;white-space:nowrap}.table td[data-v-d7b1612b]{word-break:break-word;white-space:pre-wrap}.modal-content[data-v-7c4c4af0]{padding-bottom:var(--safe-area-bottom)}@media (orientation: portrait){.modal-content[data-v-7c4c4af0]{padding-bottom:calc(var(--safe-area-bottom) * 2)}}@media (min-width: 768px){.modal-content[data-v-7c4c4af0]{max-height:90vh}}.modal-content>.head[data-v-7c4c4af0]{background-color:#ddd;background-image:linear-gradient(135deg,#d9d9d9 25%,#ddd 25%,#ddd 50%,#d9d9d9 50%,#d9d9d9 75%,#ddd 75%,#ddd);background-size:12px 12px;border-radius:.3rem .3rem 0 0}@media (max-width: 991px){.modal-content>.head[data-v-7c4c4af0]{height:min(340px,35vh)}}@media (min-width: 992px){.modal-content>.head[data-v-7c4c4af0]{flex:1 0 40%;max-width:340px;height:auto;max-height:inherit;border-radius:.3rem 0 0 .3rem}}.modal-content>.body[data-v-7c4c4af0]{display:flex;flex:1 1 auto;flex-direction:column;padding:0 1rem;overflow:hidden}.modal-content>.body h2[data-v-7c4c4af0]{margin-top:2rem;margin-right:40px;margin-bottom:1rem}.modal-content>.body>.info[data-v-7c4c4af0]{flex:1 1 auto;overflow-y:auto}.modal-content>.body>.actions[data-v-7c4c4af0]{display:flex;padding:1rem 2rem 1rem 0;text-align:right}.modal-content>.body>.actions>button[data-v-7c4c4af0]{margin-left:auto}.list-cell[data-v-d1ebbe4f]{display:flex;align-items:center;width:100%;padding:4px;font-size:.875rem;border-bottom:1px solid rgba(128,128,128,.1)}.list-cell.header[data-v-d1ebbe4f]{color:#6c757d;border-bottom-color:gray}.list-cell[data-v-d1ebbe4f]:nth-child(2n){background-color:#00000005}.list-cell:not(.header).hot[data-v-d1ebbe4f]{background-color:#00000013;-webkit-tap-highlight-color:rgba(0,0,0,.075)}.list-cell .select[data-v-d1ebbe4f]{flex:0 0 2rem;height:100%}.list-cell .accessories[data-v-d1ebbe4f]{flex:0 0 5rem}.list-cell .accessories .reservation[data-v-d1ebbe4f]{font-size:.5rem}.list-cell .content[data-v-d1ebbe4f]{display:flex;flex:1 1 auto;padding:4px 0;margin:0;overflow:hidden;color:var(--bs-dark);text-decoration:none}.list-cell .content .cell[data-v-d1ebbe4f]{margin:auto 0}.list-cell .content .cell.types[data-v-d1ebbe4f]{flex:0 1 10%;word-break:break-all}.list-cell .content .cell.types[data-v-d1ebbe4f],.list-cell .content .cell.room[data-v-d1ebbe4f]{font-size:.7rem;color:var(--bs-gray)}.list-cell .content .cell.name[data-v-d1ebbe4f]{flex:0 1 25%;font-weight:700}.list-cell .content .cell.maker[data-v-d1ebbe4f]{flex:0 1 15%}.list-cell .content .cell.room[data-v-d1ebbe4f]{flex:0 1 20%}.list-cell .content .cell.description[data-v-d1ebbe4f]{flex:0 1 30%;overflow:hidden;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.list-cell .content.has-accessories[data-v-d1ebbe4f]{margin-right:-5rem}.list-cell .content.has-accessories .cell.name[data-v-d1ebbe4f],.list-cell .content.has-accessories .cell.description[data-v-d1ebbe4f]{padding-right:5rem}@media (max-width: 767px){.list-cell .content[data-v-d1ebbe4f]{flex-direction:column}.list-cell .content .description[data-v-d1ebbe4f]{align-self:inherit}.list-cell .accessories .reservation[data-v-d1ebbe4f]{padding-top:.7rem;padding-bottom:.7rem}}.outside[data-v-f796958b]{position:fixed;top:0;left:0;z-index:1;width:100vw;height:100vh}.nav-item.dropdown[data-v-f796958b]{position:static!important}.nav-item.dropdown .dropdown-menu[data-v-f796958b]{right:0;left:0;width:100%;margin-top:8px;border:none}.search-box[data-v-dc202494]{position:absolute;right:0;display:flex;align-items:center;width:2.5rem;max-width:100%;overflow:hidden;background-color:#fff;border:solid 1px transparent;border-radius:.25rem;transition:all .2s ease-in-out}.search-box .menu[data-v-dc202494]{width:2.5rem;padding-left:.65rem}.search-box form[data-v-dc202494]{flex:1 1 auto}.search-box form input[data-v-dc202494]{background-color:transparent;border:none;outline:none}.search-box form input[data-v-dc202494]:focus{box-shadow:none}.search-box.active[data-v-dc202494]{width:100%;border-color:#e7e9ed}.search-box.active .menu[data-v-dc202494]{cursor:default}.search-box:not(.active) .menu[data-v-dc202494]:focus,.search-box:not(.active) .menu[data-v-dc202494]:active,.search-box .cancel[data-v-dc202494]:focus,.search-box .cancel[data-v-dc202494]:active{background-color:#9993}select[data-menu=sort][data-v-e0078ad7]{width:auto;padding:.3rem .5rem .2rem 2rem;font-size:.875rem;color:#0009;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='24'%3E%3Cpath d='m40 56 136-0' /%3E%3Cpath d='m40 120 72-0' /%3E%3Cpath d='m40 184 58-0' /%3E%3Cpath d='m136 160 40 40 40-40' /%3E%3Cpath d='m176 100 0 90' /%3E%3C/g%3E%3C/svg%3E");background-position:left .75rem center;background-size:16px;border-color:transparent;border-radius:.2rem}ul.navbar-nav[data-v-9061b3ac]{width:100%;margin-right:3rem}li[data-menu=more][data-v-9061b3ac]{display:flex;flex-grow:1;align-items:center;justify-content:flex-end}.btn[data-v-9a6894bd]{display:flex;width:7.5rem}.btn[data-v-9a6894bd]:focus{box-shadow:none}.btn[data-v-9a6894bd]:active{background-color:#80808080}.btn>span[data-v-9a6894bd]{margin-left:.5rem;font-size:.835rem}@media (max-width: 424px){.btn[data-v-9a6894bd]{width:auto}.btn>span[data-v-9a6894bd]{display:none}}.btn[data-v-9c1f90e2]{transition:all .2s ease-in-out}.btn[data-v-9c1f90e2] svg{animation-fill-mode:forwards}.btn[data-v-9c1f90e2]:focus{box-shadow:none}.btn[data-v-9c1f90e2]:active{background-color:#80808080}.btn[data-v-9c1f90e2]:disabled svg{animation:rotate-animation-9c1f90e2 1s linear infinite}@keyframes rotate-animation-9c1f90e2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav[data-v-abf95c17]{position:relative;display:flex;justify-content:flex-end}nav>button[data-v-abf95c17]{width:max(4rem,10vw);padding-top:12px;color:var(--bs-gray, gray);border:none;border-bottom:1px solid transparent;border-radius:0;transition:border-bottom,color .2s ease-in-out}@media (max-width: 319px){nav>button[data-v-abf95c17]{width:3rem;padding-right:0;padding-left:0}}nav>button.active[data-v-abf95c17]{color:var(--bs-dark, black)}nav>button[data-v-abf95c17]:focus{color:var(--bs-dark, black);border-bottom:1px solid gray;box-shadow:none}nav>button[data-v-abf95c17]:hover{color:var(--bs-dark, black);border-bottom:1px solid gray}nav .active-bar[data-v-abf95c17]{position:absolute;bottom:-1px;left:0;height:2px;background-color:#409eff}nav .active-bar.animate[data-v-abf95c17]{transition:transform .3s ease-in-out,width .3s ease-in-out}section[data-v-0ebbee36]{overflow:hidden;border:1px solid #dee2e6}section>header[data-v-0ebbee36]{display:flex;padding:12px;cursor:pointer}section>header .title[data-v-0ebbee36]{flex:1 1 auto}section>header .caret[data-v-0ebbee36] svg{transition:transform .2s ease-out;transform:rotate(0)}section>header:hover .caret[data-v-0ebbee36] svg,section>header:active .caret[data-v-0ebbee36] svg{transform:rotate(-360deg)}section .content[data-v-0ebbee36]{transition:height .2s ease-out}section.expanded header .caret[data-v-0ebbee36] svg{transform:rotate(180deg)}section.expanded header:hover .caret[data-v-0ebbee36] svg,section.expanded header:active .caret[data-v-0ebbee36] svg{transform:rotate(-180deg)}div>span>i[data-v-76c1ef58],ol>li>i[data-v-76c1ef58]{font-size:1.2rem}div>span>i.series-1[data-v-76c1ef58],ol>li>i.series-1[data-v-76c1ef58]{color:#90d2be}div>span>i.series-2[data-v-76c1ef58],ol>li>i.series-2[data-v-76c1ef58]{color:#e9882e}div>span>i.series-3[data-v-76c1ef58],ol>li>i.series-3[data-v-76c1ef58]{color:#9575cd}div>span>i.series-4[data-v-76c1ef58],ol>li>i.series-4[data-v-76c1ef58]{color:#eb5252}div>span>i.series-5[data-v-76c1ef58],ol>li>i.series-5[data-v-76c1ef58]{color:#4caf50}div>span>i[data-v-76c1ef58] svg,ol>li>i[data-v-76c1ef58] svg{margin-top:-2px}.vuecal__weekdays-headings{border-bottom:1px solid #ddd;margin-bottom:-1px}.vuecal--week-numbers .vuecal__weekdays-headings,.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:3em}.vuecal--view-with-time.vuecal--twelve-hour .vuecal__weekdays-headings{font-size:.9em;padding-left:4em}.vuecal--overflow-x.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:0}.vuecal__heading{width:100%;height:2.8em;font-weight:400;justify-content:center;text-align:center;align-items:center;position:relative;overflow:hidden}.vuecal__heading>.vuecal__flex{width:100%;height:100%;align-items:initial!important}.vuecal--sticky-split-labels .vuecal__heading{height:3.4em}.vuecal--month-view .vuecal__heading,.vuecal--week-view .vuecal__heading,.vuecal--day-view .vuecal__heading{width:14.2857%}.vuecal--hide-weekends.vuecal--month-view .vuecal__heading,.vuecal--hide-weekends.vuecal--week-view .vuecal__heading,.vuecal--hide-weekends.vuecal--day-view .vuecal__heading,.vuecal--years-view .vuecal__heading{width:20%}.vuecal--year-view .vuecal__heading{width:33.33%}.vuecal__heading .weekday-label{flex-shrink:0;display:flex;justify-content:center;align-items:center}.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .small,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal .vuecal__split-days-headers{align-items:center}@media screen and (max-width: 550px){.vuecal__heading{line-height:1.2}.vuecal__heading .small,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--overflow-x .vuecal__heading .small,.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}@media screen and (max-width: 450px){.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .small,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}.vuecal__header button{outline:none;font-family:inherit}.vuecal__menu{padding:0;margin:0;list-style-type:none;justify-content:center;background-color:#00000005}.vuecal__view-btn{background:none;border:none;padding:.3em 1em;height:2.2em;font-size:1.3em;border-bottom:0 solid currentColor;cursor:pointer;color:inherit;box-sizing:border-box;transition:.2s}.vuecal__view-btn--active{border-bottom-width:2px;background:#ffffff26}.vuecal__title-bar{background-color:#0000001a;display:flex;align-items:center;text-align:center;justify-content:space-between;font-size:1.4em;line-height:1.3;min-height:2em}.vuecal--xsmall .vuecal__title-bar{font-size:1.3em}.vuecal__title{position:relative;justify-content:center}.vuecal__title button{cursor:pointer;background:none;border:none}.vuecal__title button.slide-fade--left-leave-active,.vuecal__title button.slide-fade--right-leave-active{width:100%}.vuecal__today-btn{position:relative;align-items:center;display:flex;font-size:.8em;background:none;border:none}.vuecal__today-btn span.default{font-size:.8em;padding:3px 6px;text-transform:uppercase;cursor:pointer}.vuecal__arrow{cursor:pointer;position:relative;z-index:1;background:none;border:none;white-space:nowrap}.vuecal__arrow--prev{margin-left:.6em}.vuecal__arrow--next{margin-right:.6em}.vuecal__arrow i.angle{display:inline-block;border:solid currentColor;border-width:0 2px 2px 0;padding:.25em;transform:rotate(-45deg)}.vuecal__arrow--prev i.angle{border-width:2px 0 0 2px}.vuecal__arrow--highlighted,.vuecal__today-btn--highlighted,.vuecal__view-btn--highlighted{position:relative;background-color:#0000000a}.vuecal__arrow--highlighted *,.vuecal__today-btn--highlighted *,.vuecal__view-btn--highlighted *{pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:before,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:before,.vuecal__view-btn--highlighted:after{content:"";background-color:inherit;animation:sonar .8s infinite ease-out;position:absolute;top:50%;left:50%;pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__today-btn--highlighted:before,.vuecal__view-btn--highlighted:before{width:3em;height:3em;border-radius:3em;margin-top:-1.5em;margin-left:-1.5em}.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:after{animation-duration:1.5s;animation-delay:.1s;width:2.6em;height:2.6em;border-radius:2.6em;margin-top:-1.3em;margin-left:-1.3em}@keyframes sonar{0%,20%{opacity:1}to{transform:scale(2.5);opacity:0}}@media screen and (max-width: 450px){.vuecal__title{font-size:.9em}.vuecal__view-btn{padding-left:.6em;padding-right:.6em}}@media screen and (max-width: 350px){.vuecal__view-btn{font-size:1.1em}}.vuecal__event{color:#666;background-color:#f8f8f8cc;position:relative;box-sizing:border-box;left:0;width:100%;z-index:1;transition:box-shadow .3s,left .3s,width .3s;overflow:hidden}.vuecal--no-time .vuecal__event{min-height:8px}.vuecal:not(.vuecal--dragging-event) .vuecal__event:hover{z-index:2}.vuecal__cell .vuecal__event *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day){position:absolute}.vuecal--view-with-time .vuecal__bg .vuecal__event--all-day{position:absolute;top:0;bottom:0;z-index:0;opacity:.6;width:auto;right:0}.vuecal--view-with-time .vuecal__all-day .vuecal__event--all-day{position:relative;left:0}.vuecal__event--background{z-index:0}.vuecal__event--focus,.vuecal__event:focus{box-shadow:1px 1px 6px #0003;z-index:3;outline:none}.vuecal__event.vuecal__event--dragging{opacity:.7}.vuecal__event.vuecal__event--static{opacity:0;transition:opacity .1s}@-moz-document url-prefix(){.vuecal__event.vuecal__event--dragging{opacity:1}}.vuecal__event-resize-handle{position:absolute;bottom:0;left:0;right:0;height:1em;background-color:#ffffff4d;opacity:0;transform:translateY(110%);transition:.3s;cursor:ns-resize}.vuecal__event:hover .vuecal__event-resize-handle,.vuecal__event:focus .vuecal__event-resize-handle,.vuecal__event--focus .vuecal__event-resize-handle,.vuecal__event--resizing .vuecal__event-resize-handle{opacity:1;transform:translateY(0)}.vuecal__event--dragging .vuecal__event-resize-handle{display:none}.vuecal__event-delete{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:1.4em;line-height:1.4em;background-color:#dd3333d9;color:#fff;z-index:0;cursor:pointer;transform:translateY(-110%);transition:.3s}.vuecal__event .vuecal__event-delete{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--full-height-delete .vuecal__event-delete{height:auto;bottom:0}.vuecal--full-height-delete .vuecal__event-delete:before{content:"";width:1.7em;height:1.8em;display:block;background-image:url('data:image/svg+xml;utf8,<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm5 14.1c.2 0 .2.2.2.2l-.1.3-1 1-.3.1h-.2L12 13.5l-3.5 3.6h-.3-.3l-1-1v-.4-.2l3.6-3.6-3.6-3.5A.4.4 0 017 8l1-1 .3-.2c.1 0 .2 0 .2.2l3.6 3.5L15.6 7l.2-.2c.1 0 .2 0 .3.2l1 1v.5L13.5 12z" fill="%23fff" opacity=".9"/></svg>')}.vuecal__event--deletable .vuecal__event-delete{transform:translateY(0);z-index:1}.vuecal__event--deletable.vuecal__event--dragging .vuecal__event-delete{opacity:0;transition:none}.vuecal--month-view .vuecal__event-title{font-size:.85em}.vuecal--short-events .vuecal__event-title{text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 3px}.vuecal__event-title,.vuecal__event-content{-webkit-hyphens:auto;hyphens:auto}.vuecal__event-title--edit{border-bottom:1px solid transparent;text-align:center;transition:.3s;color:inherit;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M442 150l-39 39-80-80 39-39q6-6 15-6t15 6l50 50q6 6 6 15t-6 15zM64 368l236-236 80 80-236 236H64v-80z" fill="%23000" opacity=".4"/></svg>');background-repeat:no-repeat;background-position:120% .15em;background-size:.4em;outline:none;width:100%}.vuecal__event-title--edit:hover,.vuecal__event-title--edit:focus{border-color:#0006;background-position:99% .15em;background-size:1.2em}.vuecal__cell{position:relative;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;transition:.15s ease-in-out background-color}.vuecal__cells.month-view .vuecal__cell,.vuecal__cells.week-view .vuecal__cell{width:14.2857%}.vuecal--hide-weekends .vuecal__cells.month-view .vuecal__cell,.vuecal--hide-weekends .vuecal__cells.week-view .vuecal__cell,.vuecal__cells.years-view .vuecal__cell{width:20%}.vuecal__cells.year-view .vuecal__cell{width:33.33%}.vuecal__cells.day-view .vuecal__cell{flex:1}.vuecal--overflow-x.vuecal--day-view .vuecal__cell{width:auto}.vuecal--click-to-navigate .vuecal__cell:not(.vuecal__cell--disabled){cursor:pointer}.vuecal--view-with-time .vuecal__cell,.vuecal--week-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits),.vuecal--day-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits){display:block}.vuecal__cell.vuecal__cell--has-splits{flex-direction:row;display:flex}.vuecal__cell:before{content:"";position:absolute;z-index:0;top:0;left:0;right:-1px;bottom:-1px;border:1px solid rgba(196,196,196,.25)}.vuecal--overflow-x.vuecal--day-view .vuecal__cell:before{bottom:0}.vuecal__cell--today,.vuecal__cell--current{background-color:#f0f0ff66;z-index:1}.vuecal__cell--selected{background-color:#ebfff566;z-index:2}.vuecal--day-view .vuecal__cell--selected{background:none}.vuecal__cell--out-of-scope{color:#00000040}.vuecal__cell--disabled{color:#00000040;cursor:not-allowed}.vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal__cell-split.vuecal__cell-split--highlighted{background-color:#0000000a;transition-duration:5ms}.vuecal__cell-content{position:relative;width:100%;height:100%;outline:none}.vuecal--years-view .vuecal__cell-content,.vuecal--year-view .vuecal__cell-content,.vuecal--month-view .vuecal__cell-content{justify-content:center}.vuecal__cell .cell-time-labels{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column}.vuecal__cell .cell-time-label{flex-grow:1;font-size:.8em;opacity:.3;line-height:1.7}.vuecal__cell-split{display:flex;flex-grow:1;flex-direction:column;height:100%;position:relative;transition:.15s ease-in-out background-color}.vuecal__cell-events{width:100%}.vuecal__cell-events-count{position:absolute;left:50%;top:65%;transform:translate(-50%);min-width:12px;height:12px;line-height:12px;padding:0 3px;background:#999;color:#fff;border-radius:12px;font-size:10px;box-sizing:border-box}.vuecal__cell .vuecal__special-hours{position:absolute;left:0;right:0;box-sizing:border-box}.vuecal--overflow-x.vuecal--week-view .vuecal__cell,.vuecal__cell-split{overflow:hidden}.vuecal__no-event{padding-top:1em;color:#aaa;justify-self:flex-start;margin-bottom:auto}.vuecal__all-day .vuecal__no-event{display:none}.vuecal__now-line{position:absolute;left:0;width:100%;height:0;color:red;border-top:1px solid currentColor;opacity:.6;z-index:1}.vuecal__now-line:before{content:"";position:absolute;top:-6px;left:0;border:5px solid transparent;border-left-color:currentColor}.vuecal{height:100%;box-shadow:0 0 0 1px inset #00000014}.vuecal *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--has-touch *:not(.vuecal__event-title--edit){-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal .clickable{cursor:pointer}.vuecal--resizing-event,.vuecal--drag-creating-event{cursor:ns-resize}.vuecal--dragging-event{cursor:move;cursor:grabbing}.vuecal .dragging-helper{position:absolute;width:60px;height:40px;background:#8abee6cc;border:1px solid #61a9e0;z-index:10}.vuecal--xsmall{font-size:.9em}.vuecal__flex{display:flex;flex-direction:row}.vuecal__flex[column]{flex-direction:column;flex:1 1 auto}.vuecal__flex[grow]{flex:1 1 auto;width:100%}.vuecal__flex[wrap]{flex-wrap:wrap}.vuecal__split-days-headers.slide-fade--right-leave-active{display:none}.vuecal--week-numbers.vuecal--month-view .vuecal__split-days-headers{margin-left:3em}.vuecal--day-view:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:3em;height:2.2em}.vuecal--day-view.vuecal--twelve-hour:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:4em}.vuecal__split-days-headers .day-split-header{display:flex;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;height:100%}.vuecal__split-days-headers .vuecal--day-view.vuecal--overflow-x.vuecal--sticky-split-labels .day-split-header{height:1.5em}.vuecal__body{position:relative;overflow:hidden}.vuecal__all-day{min-height:1.7em;margin-bottom:-1px;flex-shrink:0}.vuecal__all-day-text{width:3em;box-sizing:border-box;color:#999;padding-right:2px;display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;border-bottom:1px solid #ddd;-webkit-hyphens:auto;hyphens:auto}.vuecal__all-day-text span{font-size:.85em;text-align:right;line-height:1.1}.vuecal--twelve-hour .vuecal__all-day>span{width:4em}.vuecal__bg{overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:60px;position:relative;width:100%}.vuecal--no-time .vuecal__bg{display:flex;flex:1 1 auto;overflow:auto}.vuecal__week-numbers{width:3em;flex-shrink:0!important}.vuecal__week-numbers .vuecal__week-number-cell{opacity:.4;font-size:.9em;align-items:center;justify-items:center;justify-content:center}.vuecal__scrollbar-check{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;visibility:hidden;z-index:-1}.vuecal__scrollbar-check div{height:120%}.vuecal__time-column{width:3em;height:100%;flex-shrink:0}.vuecal--twelve-hour .vuecal__time-column{width:4em;font-size:.9em}.vuecal--overflow-x.vuecal--week-view .vuecal__time-column{margin-top:2.8em;box-shadow:0 1px 1px #0000004d}.vuecal--overflow-x.vuecal--week-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:3.4em}.vuecal--overflow-x.vuecal--day-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:1.5em}.vuecal__time-column .vuecal__time-cell{color:#999;text-align:right;padding-right:2px;font-size:.9em}.vuecal__time-column .vuecal__time-cell-line:before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(196,196,196,.3)}.vuecal__cells{margin:0 1px 1px 0}.vuecal--overflow-x.vuecal--day-view .vuecal__cells{margin:0}.vuecal--events-on-month-view.vuecal--short-events .vuecal__cells{width:99.9%}.vuecal--overflow-x.vuecal--day-view .vuecal__cells,.vuecal--overflow-x.vuecal--week-view .vuecal__cells{flex-wrap:nowrap;overflow:auto}.slide-fade--left-enter-active,.slide-fade--left-leave-active,.slide-fade--right-enter-active,.slide-fade--right-leave-active{transition:.25s ease-out}.slide-fade--left-enter-from,.slide-fade--right-leave-to{transform:translate(-15px);opacity:0}.slide-fade--left-leave-to,.slide-fade--right-enter-from{transform:translate(15px);opacity:0}.slide-fade--left-leave-active,.slide-fade--right-leave-active{position:absolute!important;height:100%}.vuecal__title-bar .slide-fade--left-leave-active,.vuecal__title-bar .slide-fade--right-leave-active{left:0;right:0;height:auto}.vuecal__heading .slide-fade--left-leave-active,.vuecal__heading .slide-fade--right-leave-active{display:flex;align-items:center}.vuecal--green-theme .vuecal__menu,.vuecal--green-theme .vuecal__cell-events-count{background-color:#42b983;color:#fff}.vuecal--green-theme .vuecal__title-bar{background-color:#e4f5ef}.vuecal--green-theme .vuecal__cell--today,.vuecal--green-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfff566}.vuecal--green-theme .vuecal__cell--selected:before{border-color:#42b98380}.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--green-theme .vuecal__arrow--highlighted,.vuecal--green-theme .vuecal__today-btn--highlighted,.vuecal--green-theme .vuecal__view-btn--highlighted{background-color:#88ecbf40}.vuecal--blue-theme .vuecal__menu,.vuecal--blue-theme .vuecal__cell-events-count{background-color:#42a3b9cc;color:#fff}.vuecal--blue-theme .vuecal__title-bar{background-color:#00a5bc4d}.vuecal--blue-theme .vuecal__cell--today,.vuecal--blue-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfdff66}.vuecal--blue-theme .vuecal__cell--selected:before{border-color:#73bfcc80}.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--blue-theme .vuecal__arrow--highlighted,.vuecal--blue-theme .vuecal__today-btn--highlighted,.vuecal--blue-theme .vuecal__view-btn--highlighted{background-color:#42a3b933}.vuecal--rounded-theme .vuecal__weekdays-headings{border:none}.vuecal--rounded-theme .vuecal__cell,.vuecal--rounded-theme .vuecal__cell:before{background:none;border:none}.vuecal--rounded-theme .vuecal__cell--out-of-scope{opacity:.4}.vuecal--rounded-theme .vuecal__cell-content{width:30px;height:30px;flex-grow:0;border:1px solid transparent;border-radius:30px;color:#333}.vuecal--rounded-theme.vuecal--day-view .vuecal__cell-content{width:auto;background:none}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell{width:33.33%}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell-content{width:85px}.vuecal--rounded-theme.vuecal--years-view .vuecal__cell-content{width:52px}.vuecal--rounded-theme .vuecal__cell{background-color:transparent!important}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#f1faf7}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#42b983;color:#fff}.vuecal--rounded-theme.vuecal--green-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#42b9830d}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#42b983}.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#64b6ff33}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#8fb7e4;color:#fff}.vuecal--rounded-theme.vuecal--blue-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#8fb7e41a}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#61a9e0}.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--date-picker .vuecal__title-bar{font-size:1.2em}.vuecal--date-picker .vuecal__heading{height:2.2em;font-weight:500;opacity:.4}.vuecal--date-picker .vuecal__weekdays-headings{border:none}.vuecal--date-picker .vuecal__body{margin-left:1px}.vuecal--date-picker .vuecal__cell,.vuecal--date-picker .vuecal__cell:before{background:none;border:none}.vuecal--date-picker .vuecal__cell-content{height:26px;flex-grow:0;border:1px solid transparent;border-radius:25px;transition:background-color .2s cubic-bezier(.39,.58,.57,1)}.vuecal--date-picker.vuecal--years-view .vuecal__cell-content{flex:0;padding:0 4px;height:24px}.vuecal--date-picker.vuecal--year-view .vuecal__cell-content{flex:0;padding:0 15px}.vuecal--date-picker.vuecal--month-view .vuecal__cell-content{width:26px}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell-content:hover{background-color:#0000001a}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{background-color:#42b982;color:#fff}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--current .vuecal__cell-content,.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{border-color:#42b982}[data-v-3f04e620] .vuecal{min-height:400px}[data-v-3f04e620] .vuecal .vuecal__weekdays-headings{padding-right:initial}[data-v-3f04e620] .vuecal .vuecal__title-bar{background-color:#9991}[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label{flex-direction:row-reverse}[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .full,[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .small,[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .xsmall{font-size:.75rem}[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .full:before,[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .small:before,[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .xsmall:before{content:"("}[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .full:after,[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .small:after,[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading .weekday-label .xsmall:after{content:")"}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event{color:#222;border-style:solid;border-width:1px 1px 1px 3px}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-1{background-color:#d7f4ebe6}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-2{background-color:#fee5cde6}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-3{background-color:#e8e1f4e6}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-4{background-color:#ffdbdbe6}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-5{background-color:#dcefdce6}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-1{border-color:#90d2be}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-2{border-color:#e9882e}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-3{border-color:#9575cd}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-4{border-color:#eb5252}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.series-5{border-color:#4caf50}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event *{-webkit-user-select:none;user-select:none}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event .vuecal__event-time{font-size:50%}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event .vuecal__event-title,[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event .vuecal__event-content{font-size:.835rem}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event .vuecal__event-time,[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event .vuecal__event-content{color:#666}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.vuecal__event--background{z-index:0!important;display:flex;flex-direction:column;justify-content:center;color:#999;cursor:not-allowed;background-color:#6662;border:none}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.vuecal__event--background .vuecal__event-time,[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.vuecal__event--background .vuecal__event-content{display:none}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.vuecal__event--background .vuecal__event-content{margin-top:.5rem;color:#666}[data-v-3f04e620] .vuecal .vuecal__cell .vuecal__event.vuecal__event--background.vuecal__event--focus .vuecal__event-content{display:inline-block}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(1),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(1),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(1){width:16.6666666667%}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(2),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(2),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(2){width:16.6666666667%}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(3),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(3),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(3){width:16.6666666667%}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(4),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(4),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(4){width:16.6666666667%}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(5),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(5),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(5){width:16.6666666667%}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(6),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(6),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(6){width:8.3333333333%}[data-v-3f04e620] .vuecal.vuecal--month-view .vuecal__heading:nth-child(7),[data-v-3f04e620] .vuecal.vuecal--week-view .vuecal__heading:nth-child(7),[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell:nth-child(7){width:8.3333333333%}[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day1,[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day2,[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day3,[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day4,[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day5{width:16.6666666667%}[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day6,[data-v-3f04e620] .vuecal .vuecal__cells.month-view .vuecal__cell.vuecal__cell--day7{width:8.3333333333%}[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event .vuecal__event-title,[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event .vuecal__event-content{font-size:.5rem}[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__flex>.vuecal__cell:nth-last-child(2),[data-v-3f04e620] .vuecal .vuecal__cell--day6{background-color:#99f1}[data-v-3f04e620] .vuecal .vuecal__cells.week-view .vuecal__flex>.vuecal__cell:last-child,[data-v-3f04e620] .vuecal .vuecal__cell--day7{background-color:#f991}[data-v-3f04e620] .vuecal .timeline{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem}[data-v-3f04e620] .vuecal .timeline:before{position:absolute;right:0;left:0;content:"";border-top:1px dashed rgba(196,196,196,.3)}[data-v-3f04e620] .vuecal .timeline.hours:before{border-top-style:solid}[data-v-3f04e620] .vuecal .timeline strong{font-size:1rem}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content{display:flex;min-height:5rem}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .day{display:flex;flex:0 0 50%;font-size:1.5rem}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .day span{margin:auto auto 0}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts{display:flex;flex:0 0 50%;flex-wrap:wrap;justify-content:center;padding:0 2px;overflow:hidden;font-size:8px}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span{display:inline-block;padding:0 6px;color:#fff;border-radius:8px}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span.series-1{background-color:#90d2be}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span.series-2{background-color:#e9882e}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span.series-3{background-color:#9575cd}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span.series-4{background-color:#eb5252}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span.series-5{background-color:#4caf50}[data-v-3f04e620] .vuecal .month-view .vuecal__cell-content .counts span:not(:first-child){margin-left:-4px}@media screen and (max-width: 319px){[data-v-3f04e620] .vuecal .vuecal__title{font-size:.7em}}@media screen and (max-width: 767px){.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event{border-width:.5px}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event.series-1{color:#90d2be}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event.series-2{color:#e9882e}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event.series-3{color:#9575cd}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event.series-4{color:#eb5252}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event.series-5{color:#4caf50}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event .vuecal__event-title{margin:4px auto;font-size:10px;line-height:10px;writing-mode:vertical-rl}.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event .vuecal__event-time,.calendar[data-v-3f04e620]:not(.single) .vuecal .vuecal__cells.week-view .vuecal__cell .vuecal__event .vuecal__event-content{display:none}}.at-campus[data-v-3f04e620] .vuecal .day-view .vuecal__cell-content,.at-campus[data-v-3f04e620] .vuecal .week-view .vuecal__cell-content{cursor:pointer}.at-campus[data-v-3f04e620] .vuecal .day-view .vuecal__cell-content.series-1,.at-campus[data-v-3f04e620] .vuecal .week-view .vuecal__cell-content.series-1{background-image:radial-gradient(circle at 1px 1px,rgba(215,244,235,.4) 1px,transparent 0),radial-gradient(circle at 3px 3px,rgba(215,244,235,.4) 1px,transparent 0);background-size:4px 4px}.at-campus[data-v-3f04e620] .vuecal .day-view .vuecal__cell-content.series-2,.at-campus[data-v-3f04e620] .vuecal .week-view .vuecal__cell-content.series-2{background-image:radial-gradient(circle at 1px 1px,rgba(254,229,205,.4) 1px,transparent 0),radial-gradient(circle at 3px 3px,rgba(254,229,205,.4) 1px,transparent 0);background-size:4px 4px}.at-campus[data-v-3f04e620] .vuecal .day-view .vuecal__cell-content.series-3,.at-campus[data-v-3f04e620] .vuecal .week-view .vuecal__cell-content.series-3{background-image:radial-gradient(circle at 1px 1px,rgba(232,225,244,.4) 1px,transparent 0),radial-gradient(circle at 3px 3px,rgba(232,225,244,.4) 1px,transparent 0);background-size:4px 4px}.at-campus[data-v-3f04e620] .vuecal .day-view .vuecal__cell-content.series-4,.at-campus[data-v-3f04e620] .vuecal .week-view .vuecal__cell-content.series-4{background-image:radial-gradient(circle at 1px 1px,rgba(255,219,219,.4) 1px,transparent 0),radial-gradient(circle at 3px 3px,rgba(255,219,219,.4) 1px,transparent 0);background-size:4px 4px}.at-campus[data-v-3f04e620] .vuecal .day-view .vuecal__cell-content.series-5,.at-campus[data-v-3f04e620] .vuecal .week-view .vuecal__cell-content.series-5{background-image:radial-gradient(circle at 1px 1px,rgba(220,239,220,.4) 1px,transparent 0),radial-gradient(circle at 3px 3px,rgba(220,239,220,.4) 1px,transparent 0);background-size:4px 4px}section[data-v-73108fa4]{display:flex;flex-direction:column}section code[data-v-73108fa4]{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;color:var(--bs-dark, #333)}@media (min-width: 768px){section[data-v-73108fa4]{flex-direction:row;align-items:start}section .header[data-v-73108fa4]{margin-right:1rem}}section .header[data-v-73108fa4]{display:flex;flex:0 0 auto;align-items:center}section .header .number[data-v-73108fa4]{margin:0 1rem;font-size:4rem}section .header .text .week[data-v-73108fa4]{font-size:1.5rem}section .header .text .week span[data-v-73108fa4]{font-size:1rem}section .header .text .year[data-v-73108fa4]{margin:0}section .header .text .month[data-v-73108fa4]{margin-left:.25rem;font-size:1.5rem}section ol[data-v-73108fa4]{flex:1 1 auto;padding:0;margin:0}section ol li[data-v-73108fa4]{display:flex;align-items:flex-end;padding-top:.5rem;padding-bottom:.25rem;padding-left:.5rem;margin-bottom:2px;border-top:1px solid rgba(150,150,150,.1);border-left:3px solid}section ol li.series-1[data-v-73108fa4]{border-left-color:#90d2be}section ol li.series-2[data-v-73108fa4]{border-left-color:#e9882e}section ol li.series-3[data-v-73108fa4]{border-left-color:#9575cd}section ol li.series-4[data-v-73108fa4]{border-left-color:#eb5252}section ol li.series-5[data-v-73108fa4]{border-left-color:#4caf50}section ol li .time .start[data-v-73108fa4]{font-size:1.25rem}section ol li .body[data-v-73108fa4]{flex:1 1 auto;margin-left:1rem}@media (min-width: 1200px){section ol li .body[data-v-73108fa4]{display:flex;align-items:center}section ol li .body>div[data-v-73108fa4]{min-width:20%}}.toolbar[data-v-8439519b]{display:flex;width:100%;margin-bottom:1rem;border-bottom:1px solid rgba(153,153,153,.2)}.toolbar[data-v-8439519b] nav{flex:1 1 auto}.toolbar .tools[data-v-8439519b]{display:flex;flex:0 0 auto;align-items:center}@media (min-width: 350px){.toolbar .tools[data-v-8439519b]{margin-left:2rem}}
