:root{--amplify-primary-color:#114163;--amplify-primary-tint:#1c6da6;--amplify-primary-shade:#1c6da6}.leave-date{display:flex;flex-direction:column;width:6.5rem;height:6.5rem;border:1px solid #ececec;background-color:#37424a;color:white;border-radius:12px;align-items:center;justify-content:center}.leave-date__month{font-size:.75rem;font-weight:600}.leave-date__year{font-size:.75rem}.leave-date__day{font-size:1.25rem;font-weight:700}.leave-date__time{font-size:1rem;font-weight:600}.leave-item{justify-content:space-between;align-items:center;padding:.5rem;background-color:#4b4b4b}.leave-item h2{color:#3a3a3a;font-size:1rem;flex:1;margin:0 1rem;color:white}.leave-item__description{background-color:white;flex-direction:row;align-items:center;justify-content:flex-start;flex:1;border-radius:12px;padding:5px;border:1px solid #37424a}@media (min-width:580px){.leave-item__description h2{font-size:1.25rem;padding-bottom:3px}}.menu{font-size:14px;background-color:#fff;border-radius:5px;padding:10px;width:150px;height:auto;margin:0;position:absolute;list-style:none;box-shadow:0 0 20px 0 #ccc;opacity:1;transition:opacity .5s linear;z-index:50}.loader{position:relative;top:calc(50% - 32px);left:calc(50% - 32px);width:64px;height:64px;perspective:800px}.inner,.loader{border-radius:50%}.inner{position:absolute;box-sizing:border-box;width:100%;height:100%}.inner.one{left:0;top:0;animation:rotate-one 1s linear infinite}.inner.two{right:0;top:0;animation:rotate-two 1s linear infinite}.inner.three{right:0;bottom:0;animation:rotate-three 1s linear infinite}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}