.event-popup{position:fixed;z-index:999;width:60%;margin-left:10%;top:2rem;max-height:calc(100% - 5rem);border-radius:20px;overflow:hidden;overflow-y:auto;border:none;animation:.25s linear both unfold;filter:drop-shadow(0px 0px 600px var(--bs-card-color))}.event-popup h4.card-header{position:sticky}.event-popup::-webkit-scrollbar-track{background:0 0}.event-popup::-webkit-scrollbar{background:0 0}.event-popup .btn-close{position:absolute;right:0;padding:10px}.event-popup .button-wrap>.btn-close{z-index:2;pointer-events:all}.event-popup .card-body{display:flex;flex-direction:column}.event-popup iframe.map{flex-grow:1}.event-popup .hideDetail{display:none}#calendarLoader p{text-align:center;font-size:200%}#calendarContainer{height:100vh}#calWidgetBlock{max-height:20rem;overflow-y:scroll;box-sizing:content-box}#calWidgetBlock::before,.event-popup::before{display:block;opacity:0;position:sticky;top:-2px;z-index:1;margin:0;left:0;width:100%;content:" ";animation:1ms alternate scroll-shadow-top;border-top-left-radius:47px;animation-timeline:scroll(block nearest);pointer-events:none;box-shadow:0 0 15px 2px var(--bs-card-color)}#calWidgetBlock::after,.event-popup::after{display:block;opacity:0;position:sticky;bottom:0;margin:0;left:0;width:100%;content:" ";animation:1ms alternate scroll-shadow-bottom;animation-timeline:scroll(block nearest);pointer-events:none;box-shadow:0 0 15px 2px var(--bs-card-color)}[data-bs-theme=dark]{--fc-neutral-bg-color:#444c55;--fc-button-bg-color:#4d6f9d;--fc-button-border-color:#4d6f9d;--fc-list-event-hover-bg-color:#626e7b;--fc-button-active-bg-color:#0d6efd;--fc-button-active-border-color:#3A5376;--fc-button-hover-bg-color:#415E85;--fc-button-hover-border-color:#3E597E}[data-bs-theme=light]{--fc-button-bg-color:#4d6f9d;--fc-button-border-color:#4d6f9d;--fc-button-active-bg-color:#0d6efd;--fc-button-active-border-color:#3A5376;--fc-button-hover-bg-color:#415E85;--fc-button-hover-border-color:#3E597E}@media (max-width:767.98px){.event-popup{left:0;margin:0;top:0;max-width:100%;width:100%;max-height:100%;animation:.25s linear both slideFromBottom;border-radius:0;box-shadow:none;filter:none}#calWidgetBlock::before,.event-popup::before{display:none}.fc .fc-toolbar-title{width:10%}h2.fc-toolbar-title{color:red}}.loader{width:100%;height:12px;display:inline-block;background-color:#fff;background-image:linear-gradient(45deg,var(--bs-primary) 25%,transparent 25%,transparent 50%,var(--bs-primary) 50%,var(--bs-primary) 75%,transparent 75%,transparent);font-size:30px;background-size:1em 1em;box-sizing:border-box;animation:1s linear infinite barStripe}@keyframes barStripe{0%{background-position:1em 0}100%{background-position:0 0}}@keyframes unfold{0%{height:0;top:50%}100%{height:100%;top:2rem}}@keyframes slideFromBottom{0%{transform:translateY(1000px)}100%{transform:none}}@keyframes scroll-shadow-bottom{0%,90%{border:none;opacity:1}100%{border:none;opacity:0}}@keyframes scroll-shadow-top{0%{opacity:0}10%,100%{opacity:1}}