body{margin:0;font-family:Roboto;font-size:14px;line-height:1.3em}.ui{height:100vh;display:grid;grid-template-rows:1fr;background-color:#696969;color:#eee}.navbar{padding-left:20px;display:flex;align-items:center;font-size:1.5rem}.board-container{margin-top:25px;display:flex;overflow-x:auto}.board-container>*{flex:0 0 auto;margin-left:20px}.board-container:after{content:"";flex:0 0 20px}.board{width:310px;height:calc(100% - 37px)}.board>*{background-color:#e2e4e6;color:#333;padding:1px 20px 0}.board-header{line-height:36px;font-size:20px;font-weight:700;border-top-left-radius:5px;border-top-right-radius:5px}.board-footer{line-height:39px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#888}.cards-container{margin:0;max-height:calc(100% - 75px);overflow-y:auto}.card{background-color:#fff;padding:20px;margin-top:20px;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.1)}#loader{position:absolute;left:50%;top:50%;z-index:1;width:150px;height:150px;margin:-75px 0 0 -75px;border-bottom:16px solid #f3f3f3;border-right:16px solid #f3f3f3;border-top:16px solid #f3f3f3;border-radius:50%;border-color:#00f green red #f3f3f3;border-style:solid;border-width:16px;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-bottom{position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duration:1s;animation-name:animatebottom;animation-duration:1s}@-webkit-keyframes animatebottom{0%{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}@keyframes animatebottom{0%{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}
/*# sourceMappingURL=/style.559804e8.css.map */