.drawer-background{background-color:rgba(0,0,0,.4);width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:100000}.drawer-background .drawer-container{background-color:#f2f2f2;min-width:300px;width:30%;max-width:400px;height:100%;position:relative;box-shadow:5px 5px 10px rgba(0,0,0,.25);padding:10px;overflow:auto}@-webkit-keyframes openDrawer{0%{right:30%}to{right:0}}@keyframes openDrawer{0%{right:30%}to{right:0}}@-webkit-keyframes closeDrawer{0%{right:0}to{right:30%}}@keyframes closeDrawer{0%{right:0}to{right:30%}}.drawer-open{-webkit-animation:openDrawer 1s;animation:openDrawer 1s}.drawer-close{-webkit-animation:closeDrawer 1s;animation:closeDrawer 1s}.drawer-background .drawer-container .drawer-close-icon{width:30px;position:absolute;top:10px;right:10px;cursor:pointer}.drawer-background .drawer-container .drawer-content{width:100%;margin-top:70px}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes grow{0%{width:10px;height:10px}to{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes grow{0%{width:10px;height:10px}to{-webkit-transform:scale(1.5);transform:scale(1.5)}}.loading-container{background-color:rgba(0,0,0,.4);width:100vw;height:100vh;position:absolute;top:0;left:0;z-index:1000}.loading-container,.loading-content{display:flex;align-items:center;justify-content:center}.loading-content{width:300px;height:300px;position:relative;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.loading-circle{width:20px;height:20px;position:absolute;border:3px solid #fff;border-radius:50%;-webkit-animation:grow 2s linear infinite;animation:grow 2s linear infinite}.modal-background{background-color:rgba(0,0,0,.4);width:100vw;height:100vh;position:fixed;top:0;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.modal-background .modal-container{background-color:#f2f2f2;width:30%;height:20%;display:flex;flex-direction:column;position:fixed;box-shadow:0 4px 16px rgba(29,29,29,.16);border-radius:5px}@-webkit-keyframes openmodal{0%{bottom:-500px}to{bottom:30%}}@keyframes openmodal{0%{bottom:-500px}to{bottom:30%}}@-webkit-keyframes closemodal{0%{bottom:30%}to{bottom:-500px}}@keyframes closemodal{0%{bottom:30%}to{bottom:-500px}}.modal-open{-webkit-animation:openmodal 1s;animation:openmodal 1s}.modal-close{-webkit-animation:closemodal 1s;animation:closemodal 1s}.modal-background .modal-container .modal-header{width:100%;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;font-weight:700;font-size:1.75rem}.modal-background .modal-container .modal-header .modal-close-icon{width:20px;position:absolute;top:10px;right:10px;cursor:pointer}.modal-background .modal-container .modal-content{width:100%;height:100%;padding:10px}.modal-background .modal-container .modal-buttons{width:100%;display:flex;flex-direction:row;justify-content:flex-end;padding:10px}.modal-background .modal-container .modal-buttons .modal-button{color:#f1f1f1;width:70px;margin:0 5px;outline:none;border:none;padding:5px}.modal-background .modal-container .modal-buttons .modal-button-ok{background-color:#4caf50}.modal-background .modal-container .modal-buttons .modal-button-cancel{background-color:#dd2525}.carrossel-container{display:flex;align-items:center;margin:10px}.carrossel-container .carrossel-button{width:20px;cursor:pointer}.carrossel-container .carrossel-content{display:flex;height:100%;overflow:hidden;scroll-behavior:smooth}.carrossel-container .carrossel-content .carrossel-item-container{height:100%;display:flex;flex-shrink:0}.carrossel-container .carrossel-content .carrossel-item-container .carrossel-item{flex-shrink:0;width:100%;height:100%}.switch-container{display:flex;align-items:center;justify-content:center}.switch-container span{margin-left:10px}.switch-container .switch-content{position:relative;cursor:pointer}.switch-container .switch-content .switch-line{width:60px;height:20px;border-radius:20px}@-webkit-keyframes circle-right{0%{right:30px}to{right:0}}@keyframes circle-right{0%{right:30px}to{right:0}}.switch-container .switch-content .switch-circle-right{background-color:#f2f2f2;width:30px;height:30px;position:absolute;top:-5px;right:0;border:2px solid;border-radius:30px;-webkit-animation:circle-right .1s;animation:circle-right .1s}@-webkit-keyframes circle-left{0%{left:30px}to{left:0}}@keyframes circle-left{0%{left:30px}to{left:0}}.switch-container .switch-content .switch-circle-left{background-color:#f2f2f2;width:30px;height:30px;position:absolute;top:-5px;left:0;border:2px solid;border-radius:30px;-webkit-animation:circle-left .1s;animation:circle-left .1s}@-webkit-keyframes toast-up{0%{bottom:-500px}to{bottom:10px}}@keyframes toast-up{0%{bottom:-500px}to{bottom:10px}}.toast{color:#f1f1f1;width:300px;display:flex;align-items:center;position:fixed;bottom:10px;left:10px;border-radius:2px;z-index:100;box-shadow:-4px 4px 4px rgba(0,0,0,.25);padding:15px;-webkit-animation:toast-up 1s;animation:toast-up 1s}.toast .toast-icon{width:20px;margin:0 10px 5px 0}.toast .toast-close{width:15px;cursor:pointer;margin:0 10px;position:absolute;right:10px}.menu-container{background-color:#fff;position:fixed;box-shadow:-4px 4px 4px rgba(0,0,0,.25);border-radius:4px;padding:10px}.menu-container li{list-style:none;cursor:pointer;margin:5px 2px;z-index:100000}.menu-container li:hover{background-color:#f5f5f5}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.tooltip-container{position:relative}.tooltip-message{background-color:grey;color:#fff;position:absolute;top:-30px;font-family:inherit;font-size:.9rem;border-radius:10px;z-index:100000;padding:5px;-webkit-animation:fade-in 1s;animation:fade-in 1s}@-webkit-keyframes list-open{0%{height:0;opacity:0}to{height:100%;opacity:1}}@keyframes list-open{0%{height:0;opacity:0}to{height:100%;opacity:1}}@-webkit-keyframes list-close{0%{height:100%;opacity:1}to{height:0;opacity:0}}@keyframes list-close{0%{height:100%;opacity:1}to{height:0;opacity:0}}.list-title-container{display:flex;align-items:center}.list-title{font-weight:700;margin-right:15px}.list-down-icon{width:15px}.list-content{width:100%;-webkit-animation:list-open 1s;animation:list-open 1s}.list-content-collapsible{-webkit-animation:list-close 1s;animation:list-close 1s}.list-content-hidden{visibility:hidden;opacity:0;height:0}.list-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;list-style:none;padding:10px 5px}.navbar{background-color:#0f9d58;width:100%;min-height:40px;height:5%;position:sticky;top:0;box-shadow:0 4px 16px rgba(29,29,29,.16);z-index:10000;padding:10px}.navbar,.paginator-container{display:flex;align-items:center}.paginator-container{justify-content:center}.paginator-container button{background-color:#10b163;color:#fff;height:40px;width:40px;border:1px solid #e4e4e4;border-radius:10px;cursor:pointer;margin:0 4px}.paginator-container button:disabled:before{background:rgba(0,0,0,.2);z-index:2;border-radius:10px;cursor:default}*{box-sizing:border-box;margin:0;padding:0}.viniciussslima-button{text-align:center;cursor:pointer;position:relative;border-radius:10px}.viniciussslima-button:before{content:"";background:radial-gradient(47.56% 47.56% at 50% 52.44%,hsla(0,0%,76.1%,0) 0,hsla(0,0%,100%,.21) 100%);position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.viniciussslima-button:active:before,.viniciussslima-button:hover:before{z-index:2;border:none;border-radius:10px}.viniciussslima-button:active:before{background:radial-gradient(47.56% 47.56% at 50% 52.44%,hsla(0,0%,76.1%,0) 0,rgba(0,0,0,.21) 100%)}
/*# sourceMappingURL=2.a44cfe8d.chunk.css.map */