.container{height:calc(100vh - 161px);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.bars{display:inline-block;position:relative;width:100px;height:100px}.bars div{position:absolute;width:10%;background:#002e5d;animation:bars 1.5s cubic-bezier(0,.5,.5,.8) infinite}.bars div:nth-child(1){left:20%;animation-delay:.2s}.bars div:nth-child(2){left:40%;animation-delay:.5s}.bars div:nth-child(3){left:60%;animation-delay:.7s}.loading-overlay{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes bars{0%{top:8px;height:84px}to{top:48px;height:12px}}.rdp-weekdays{display:grid;grid-auto-flow:column}.rdp-month_caption{display:flex;justify-content:center}button{cursor:pointer}nav{justify-content:space-between;margin:0}
