.appointment-modal{position:fixed;z-index:1054;background-color:#f5f7f2;top:0;height:100vh;width:100vw;overflow-y:scroll;left:0;animation:openIt .3s ease-in}@keyframes openIt{0%{transform:scale(.9)}50%{transform:scale(1.1)}to{transform:scale(1)}}.appointment-modal-close{cursor:pointer}