.sticky-button{bottom:20px;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;position:fixed;right:20px;transition:all .3s ease;z-index:1000}.sticky-button:hover{transform:translateY(-3px)}.popup{align-items:center;background-color:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:1000}.popup-content{border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.2);display:flex;flex-direction:column;height:90%;justify-content:space-between;max-height:100%;max-width:1000px;overflow-x:hidden;overflow-y:hidden;padding:20px 30px;position:relative;width:100%}.close-btn,.popup-content{background-color:transparent;top:10px}.close-btn{border:none;color:#fff;cursor:pointer;font-family:Arial,sans-serif;font-size:25px;position:absolute;right:60px;transition:color .2s ease}#CalendarIframe{border:none;display:block;height:100%;width:100%}.popup.show{display:flex;opacity:1}@media (max-width:768px){.sticky-button{font-size:14px;padding:12px 18px}.popup-content{height:80%;padding:20px;width:90%}.close-btn{color:#fff;font-size:20px;right:10px;top:40px}#CalendarIframe{height:100%;width:100%}}@media (max-width:992px){.popup-content{height:75%;padding:10px;width:70%}}@media (max-width:480px){.sticky-button{font-size:18px;padding:12px 18px}.popup-content{height:70%;padding:15px;width:100%}.close-btn{color:#fff;font-size:20px;right:10px;top:40px}}