.calendar-modal{display:none;z-index:1001;flex-direction:column;justify-content:center;align-items:center;position:fixed;left:0;right:0;top:0;width:100vw;height:100vh;overflow:auto;background-color:rgba(0,0,0,.6)}.calendar-modal-content{background-color:var(--global-palette9);margin:70px auto 20px auto;width:700px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.calendar-close-button{float:right;font-weight:700;position:absolute;top:25px;right:25px;padding:0 15px}.calendar-close-button,.calendar-close-button{text-decoration:none;cursor:pointer}@media screen and (max-width:767px){.calendar-modal-content{width:100%;max-width:100vw;max-height:100vh;margin:70px 0 0}.calendar-close-button{top:15;right:25px}}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}