.popup-meeting-scheduler.active{align-items:center;background:rgba(0,0,0,.5);box-sizing:border-box;display:flex!important;flex-direction:column;inset:0;justify-content:center;overflow:auto;padding:40px 20px;position:fixed;z-index:9949494999}.popup-meeting-scheduler.active .close-popup-wrapper{display:flex;height:24px;justify-content:end;margin-bottom:10px;max-width:895px;position:relative;width:100%}.popup-meeting-scheduler.active .close-popup{cursor:pointer;height:24px;width:24px}.popup-meeting-scheduler.active .close-popup span{background:#fff;display:block;height:3px;transform-origin:center;width:100%}.popup-meeting-scheduler.active .close-popup span:first-child{transform:translateY(0) rotate(45deg)}.popup-meeting-scheduler.active .close-popup span:last-child{transform:translateY(-3px) rotate(-45deg)}.popup-meeting-scheduler.active .meeting-scheduler{align-items:center;animation:fadeInScale .3s ease forwards;background:transparent;display:flex;flex-direction:column;max-width:900px;overflow:hidden;width:100%}.popup-meeting-scheduler.active .meeting-scheduler .meetings-iframe-container{border-radius:8px;max-height:80vh;overflow:auto;width:100%}.popup-meeting-scheduler.active iframe{border:none;display:block;height:100%;height:80vh!important;min-height:0!important;width:100%}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}