.loading-spinner{display:flex;justify-content:center;align-items:center;height:100vh}.spinner-svg{width:100px;height:100px;animation:flip 1.5s cubic-bezier(.25,1,.5,1) infinite}@keyframes flip{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}.react-datepicker-wrapper{display:block!important}
