@import"https://fonts.googleapis.com/css2?family=Alata&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Alata&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";.button-container{display:flex;flex-direction:column;width:100%}.form-search{display:flex;flex-direction:row;margin-left:1rem}.comandas{display:flex;flex-direction:row;align-content:start;overflow-y:auto;height:100dvh;padding:1rem 0 1rem 1rem}.comandas::-webkit-scrollbar{width:0}.boxComanda{background-color:#0080001d;border:2px solid rgb(92,148,92);box-shadow:1px 1px 50px 1px #0000000a;border-radius:5px;padding:10px;width:170px;height:22px;text-align:center;transition:transform .25s}.boxComandaDesativa{background-color:#8000001d;border:2px solid rgb(148,92,92);box-shadow:1px 1px 50px 1px #0000000a;border-radius:5px;padding:10px;width:170px;height:22px;text-align:center;transition:transform .25s;cursor:pointer}.boxComanda:hover{cursor:pointer;transform:scale(1.04)}.boxComandaDesativa:hover{cursor:pointer;transform:scale(.95)}.boxComanda p,.boxComandaDesativa p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading-comandas{position:absolute;top:50%;margin-left:40%}.registros{width:250px;height:90dvh;overflow-y:auto;overflow-x:hidden;background-color:var(--fifth-color);border-radius:1rem;margin:3px;padding:0 25px;display:flex;flex-direction:column;align-items:center;gap:8px}.registros::-webkit-scrollbar{width:3px}.registros::-webkit-scrollbar-thumb{background-color:#80808027;border-radius:8px}.registros::-webkit-scrollbar-thumb:hover{transform:scale(1.1)}.log{background-color:var(--sixth-color);border-radius:1rem}body{overflow-y:hidden}.content-comanda{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:3rem;background-color:transparent}.cadastroUsuario{padding:20px;box-shadow:1px 1px 50px 1px #00000031;border-radius:10px;color:var(--card-color1);font-family:Alata,Arial;height:500px;width:600px}.card-comanda{background-color:var(--card-color2);box-shadow:1px 1px 50px 1px #00000031;border-radius:10px;color:var(--card-color1);font-family:Alata,Arial;font-size:32px;display:flex;flex-wrap:wrap;justify-content:space-around;height:500px;width:310px}.card-comanda img{width:230px;height:230px;align-items:center}.card-comanda p{font-family:Poppins,Helvetica,sans-serif;height:2.3rem}.qrID{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.qrID p{margin:0}#escaneie{font-size:15px}.otherInfos{display:flex;flex-direction:column;font-size:28px;width:100%;background-color:var(--fourth-color);color:var(--card-color2);border-radius:0 0 8px 8px;padding:0 20px}.otherInfos p{width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.otherInfos input{width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:28px;border:0;color:var(--card-color2);background-color:transparent}.otherInfos input::placeholder{color:var(--card-color2)}.otherInfos input:focus{outline:none}.inputName{display:flex;flex-direction:row;justify-content:space-between}.inputName span{display:inline-block;max-width:200px;height:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#inputLegal{width:200px}.comandas{display:flex;flex-direction:column;color:var(--card-color1);font-family:Alata,Arial;gap:9px;flex-wrap:wrap;height:100%}.form-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#botoes{padding:10px;color:#f5f5f5;background-color:var(--card-color1)}#botoesDesativar{background-color:#e6d7d7;border:2px solid #945c5c;color:#5a616d;border-radius:7px}.inputs{display:flex}.inputs p{width:70px}.relative{display:flex;flex-direction:row}.relative input{width:80%}.relative spam{background-color:var(--card-color1);color:var(--card-color2);margin-bottom:-4px;pointer-events:none;-webkit-user-select:none;user-select:none;margin-left:-13%}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;margin-left:50%;height:2.3rem;width:2.3rem;cursor:pointer}.content-config{display:flex;justify-content:center;border-radius:15px 0 0 15px;width:100%;height:100%;overflow-y:auto}.container-config{padding:0 30px 30px;max-width:496px;width:100%}.container-config p{opacity:.7;margin:0 auto 8px;font-size:1rem}.select-colors{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:16px}.grid-container{display:flex;width:100%;height:100%}.cell{flex:1}.btn{margin:100px;padding:15px 40px;border:none;outline:none;color:#fff;cursor:pointer;position:relative;z-index:0;border-radius:4px}.btn:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:#333;left:0;top:0;border-radius:4px}.btn:before{content:"";background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#ff00c8,red);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(9px);animation:glowing 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:6px;opacity:0}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.btn:hover:before{opacity:1}.btn:active:after{background:transparent}.btn:active{color:#fff;font-weight:700;padding-bottom:1.5px;border-radius:4px}.container-estoque-produtos{display:flex;flex-direction:row;width:100%}.box-produtos-estoque::-webkit-scrollbar{display:none}.box-produtos-estoque #title{opacity:.7;font-size:.875rem;margin:0 auto 0 -5px;padding-left:1rem;padding-top:1rem}.box-produtos-estoque{position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;background-color:var(--fifth-color);padding:0 1rem;margin-left:4.2rem;height:100%;border-radius:1rem;width:100%}.chat{flex:2;height:106%;display:flex;flex-direction:column}.chat .center{padding:20px;flex:1;overflow:scroll;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;gap:15px}.chat .center .message{align-self:flex-start;max-width:70%;display:flex;gap:20px;word-wrap:break-word;word-break:break-word}.chat .center .message.own{align-self:flex-end}.chat .center .message.own .texts p{background-color:var(--third-color);align-self:flex-end;max-width:70%;word-wrap:break-word;word-break:break-word}.chat .center .message.own .texts p:hover{filter:brightness(96%)}.chat .center .message.own .texts span{align-self:flex-end}.chat .center .message .avatar-person{width:30px;height:30px;border-radius:50%;object-fit:cover;font-size:9px}.chat .center .message .avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.chat .center .message svg{width:16px;height:16px}.chat .center .message .texts{flex:1;display:flex;flex-direction:column;gap:5px}.chat .center .message .texts p{padding:10px 20px;background-color:var(--fourth-color);color:var(--fifth-color);border-radius:10px}.chat .center .message .texts span{font-size:13px}.chat .center::-webkit-scrollbar{display:none}.chat .bottom{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:auto}.chat .bottom img{width:20px;height:20px;cursor:pointer}.chat .bottom .input-container{display:flex;align-items:center;background-color:var(--seventh-color);border-radius:1.5rem;padding:5px 10px;position:relative;width:100%}.chat .bottom .input-container .input-message{flex:1;background-color:var(--seventh-color);border:none;outline:none;color:var(--fourth-color);padding:10px;border-radius:10px;font-size:15px}.chat .bottom .input-container p{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:10px;opacity:.6}.chat .bottom .emoji{position:relative}.chat .bottom .emoji .picker{position:absolute;bottom:50px;left:-15px}.chat .bottom .sendButton{background-color:var(--third-color);color:#fff;padding:12px;border:none;border-radius:50%;cursor:pointer}.chat .bottom .sendButton svg{width:1.3rem;height:1.3rem}.chatList{flex:.96;overflow:scroll;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2rem;border-radius:14px}.chatList .search{display:flex;align-items:center;gap:10px;padding:20px}.chatList .search .close{display:flex;align-items:center;border-radius:10px;cursor:pointer}.chatList .search .close svg{width:26px;height:26px}.chatList .search .searchBar{flex:1;display:flex;gap:20px;border-radius:10px;padding:10px;cursor:pointer}.chatList .search .searchBar input{background-color:transparent;border:none;outline:none;color:#fff;flex:1}.chatList .search .searchBar img{width:20px;height:20px}.chatList .search .add{width:14px;height:14px;padding:10px;border-radius:10px;cursor:pointer}.chatList .groupInfo{display:flex;align-items:center;gap:20px;padding:20px}.chatList .groupInfo .left{display:flex;align-items:center;border-radius:10px;cursor:pointer}.chatList .groupInfo .left svg{width:24px;height:24px}.chatList .groupInfo .group{flex:1;display:flex;align-items:center;flex-direction:row;gap:15px;border-radius:10px;padding:0 10px}.chatList .groupInfo .group svg{width:24px;height:24px}.chatList .groupInfo .group span{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:500;background-color:transparent;border:none;outline:none;color:var(--fourth-color);font-size:18px}.chatList .groupInfo .group p{font-size:12px}.chatList .groupInfo .omega-grup{flex:1;display:flex;align-items:center;flex-direction:row;gap:15px;border-radius:10px;padding:0 10px}.chatList .groupInfo .omega-grup svg{width:24px;height:24px}.chatList .groupInfo .omega-grup span{background-color:transparent;border:none;outline:none;color:var(--fourth-color);font-size:18px}.chatList .groupInfo .omega-grup p{font-size:12px}.chatList .item{display:flex;align-items:center;gap:20px;padding:20px;border-top:1px solid #dddddd35;color:var(--primary-color);cursor:pointer}.chatList .item .texts{display:flex;flex-direction:column}.chatList .item .texts .last-message{font-size:12px;opacity:.6}.chatList .item img{width:50px;height:50px;border-radius:50%;object-fit:cover}.chatList .item-user{display:flex;align-items:center;gap:20px;padding:20px;border-top:1px solid #dddddd35;color:var(--primary-color);cursor:pointer}.chatList .item-user .texts{display:flex;flex-direction:column}.chatList .item-user .texts .last-message{font-size:12px;opacity:.6}.chatList .item-user p{font-size:12px}.chatList .item-user span{font-family:Arial,Helvetica,sans-serif;font-weight:500}.chatList .messages{display:flex;height:81vh}.chatList::-webkit-scrollbar{display:none}.timeline-content{background:var(--primary-color);color:#000;width:45dvw;border-radius:10px;padding-top:1px;padding-bottom:1rem}.shortcuts-container{background-color:var(--fifth-color);border-radius:1rem;height:auto;width:100%;margin-top:1rem;margin-left:1rem}.shortcuts-container.with-stock{width:92%}.shortcuts{display:flex;justify-content:space-evenly;padding-bottom:.4rem;padding-top:.6rem}.right-container-caixas{display:flex;flex-direction:column}.estoque-content-caixas{position:relative;width:362px;height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden}.estoque-content-caixas::-webkit-scrollbar{display:none}.estoque-content-caixas #caixas-title{opacity:.7;margin:0 auto;font-size:.875rem;padding-right:16rem}.box-caixas-estoque{display:flex;flex-direction:column;background-color:var(--fifth-color);max-width:300px;height:97.2%;margin-left:1rem;padding:1rem 1rem 0;border-radius:1rem;position:relative;overflow:hidden}.caixas-list{display:flex;justify-content:center;flex-wrap:wrap;width:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;margin-top:.8rem;margin-bottom:-.2rem}.caixas-list::-webkit-scrollbar{display:none}.caixa-box{width:300px;min-height:260px;background-color:var(--sixth-color);border-radius:1rem;transition:box-shadow .3s ease,transform .1s ease;margin-bottom:1rem}.caixa-box:hover{box-shadow:2px 2px 8px #0000001a;cursor:pointer}.caixa-box:active{box-shadow:3px 3px 10px #00000026}.disabled-box{cursor:default;pointer-events:none;width:300px;max-height:170px;background-color:var(--sixth-color);border-radius:1rem;transition:box-shadow .3s ease,transform .1s ease;margin-bottom:1rem}.caixa{width:300px;min-height:162px;background-color:var(--sixth-color);border-radius:1rem 1rem 0 0;display:flex;align-items:center;justify-content:center;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden}.caixa::-webkit-scrollbar{display:none}.container-bottom-box{width:300px;height:98px;background-color:var(--sixth-color);border-radius:0 0 1rem 1rem;display:flex;flex-direction:column}.info-caixa{display:flex;align-items:center}.buttons-caixa{display:flex;align-items:center;justify-content:space-evenly;opacity:.8}.add-box{text-align:center;width:100%;display:flex;justify-content:space-evenly;background-color:var(--fifth-color)}.container-estoque{display:flex;width:110%;height:100%}.box-filter-product::-webkit-scrollbar{display:none}.box-filter-product p{opacity:.7;margin:0 auto 8px;font-size:.875rem}.box-filter-product{background-color:var(--fifth-color);width:36%;padding:1rem 0 0 1rem;border-radius:1rem;position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;margin-right:-2.6rem;left:.6rem}.container-filter{display:flex;flex-direction:row;flex-wrap:wrap;gap:3px;width:96%;padding:4px 0;margin-bottom:2rem}.price-container{display:flex;flex-direction:column;gap:10px;width:96%}.reset-filters{margin-top:1.5rem;position:absolute;text-align:center;width:90%;padding-bottom:1rem}.category-chart-container{background-color:var(--sixth-color);border-radius:.75rem;padding:1.5rem}.category-chart-title{font-size:1.125rem;font-weight:500;margin-bottom:1rem;color:var(--fourth-color)}.category-chart-wrapper{height:20rem}.stat-card{background-color:var(--sixth-color);border-radius:.75rem;overflow:hidden;height:6.7rem}.stat-card-inner{padding:1.25rem 1rem}@media (min-width: 640px){.stat-card-inner{padding:1.5rem}}.stat-card-label{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--fourth-color)}.stat-card-value{margin-top:.25rem;font-size:1.875rem;font-weight:600;color:var(--fourth-color)}.stat-card-icon{margin-right:.5rem}.sales-chart-container{background-color:var(--sixth-color);border-radius:.75rem;padding:1.5rem}.sales-chart-title{font-size:1.125rem;font-weight:500;margin-bottom:1rem;color:var(--fourth-color)}.sales-chart-wrapper{height:20rem}.graficos-container{flex:1;overflow:auto;position:relative;z-index:10;max-height:100%}.graficos-main{max-width:80rem;margin-left:auto;margin-right:auto;padding-bottom:1.5rem;padding-left:1rem;padding-right:1rem}@media (min-width: 1024px){.graficos-main{padding-left:2rem;padding-right:2rem}}.stats-grid{display:grid;grid-template-columns:repeat(0,minmax(0,1fr));gap:1.25rem;margin-bottom:2rem}@media (min-width: 640px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.charts-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 1024px){.charts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-performance-container{background-color:var(--sixth-color);border-radius:.75rem;padding:1.5rem}.product-performance-title{font-size:1.25rem;font-weight:400;color:var(--fourth-color);margin-bottom:1rem}.heatmap-container{background-color:var(--sixth-color);border-radius:.75rem;padding:1.5rem}.heatmap-title{font-size:1.25rem;font-weight:400;color:var(--fourth-color);margin-bottom:1rem}.heatmap-chart-wrapper{width:100%;height:300px}.allContent{font-family:Alata,Arial;color:var(--fourth-color);padding:20px;border-radius:10px;width:20%;display:flex;flex-direction:column;gap:40px}hr{margin:0}.formularioProdutos{display:flex;flex-direction:column;gap:15px}.formularioProdutos h2,.formularioProdutos p{margin:0}.li-option-icon{display:flex;justify-content:space-between;align-content:center}.li-option-icon div{padding:6px 9px}#buttonAdicionar{background-color:var(--third-color)}.divInputs{display:flex;flex-direction:column;gap:10px}.sendValor{display:flex;flex-direction:row;justify-content:space-between}.form-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;padding-right:1rem;padding-top:1rem;padding-bottom:1rem}.formUser{font-family:Alata,Arial;color:var(--fourth-color);background-color:var(--fifth-color);display:flex;flex-direction:column;justify-content:center}.formUser p,.formUser h2{margin:0}.inputoes{display:flex;flex-direction:row;justify-content:space-between}.classUser{display:flex;flex-direction:column;gap:10px}#buttonEnviar{background-color:var(--third-color)}.formUser h1{margin-top:0}.box-form-product .left-container .nome-produto p{align-self:flex-start;margin-left:5%}.box-carrinho{background-color:var(--fifth-color)2;border-radius:1rem;display:flex;flex-direction:row;position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;margin-top:1rem;margin-left:-2rem;padding-left:1rem;flex:1}.box-form-add-category-backdrop{display:flex;flex-direction:column;flex-wrap:nowrap;width:90%;padding-right:1.5rem;padding-bottom:1rem;background:var(--sixth-color);border-radius:1rem;max-height:300px;overflow-y:auto;overflow-x:hidden}.box-form-add-category-backdrop p{margin-left:1rem}.MuiAutocomplete-popper{z-index:9999!important}.li-option-icon{display:flex;align-content:center;overflow-y:auto;overflow-x:hidden}.li-option-icon div{padding:6px 0 6px 9px;width:30px;margin-right:70%}.form-buttons{display:flex;text-align:left;padding-right:1rem;padding-top:1rem;padding-bottom:1rem}.carrinho{color:var(--fourth-color);font-family:Alata,Arial;display:flex;flex-direction:column}.carrinho h2{width:100%}.carrinhoProd{display:flex;flex-wrap:wrap;gap:20px;padding-bottom:1rem}.boxProduct{padding:5px 20px 10px;width:170px;border-radius:10px;box-shadow:1px 1px 50px 1px #00000018;transition-duration:.25s}.boxProduct p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.boxProduct:hover{transform:scale(1.02)}.carHeader{display:flex;justify-content:center}*{font-family:Alata,Arial}.allContentTransacoes{display:flex;flex-direction:column;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;background-color:var(--fifth-color);border-radius:1rem;margin-left:1rem;height:100%;min-width:100%}.allContentTransacoes::-webkit-scrollbar{display:none}.allContentTransacoes h1{padding:10px;margin:15px 15px 0}.log{padding:10px;margin:15px 30px 0}.log:hover{cursor:pointer}.log p{margin:4px}.log i{font-size:15px;color:#0000007c}.log hr{margin:5px;border-color:#0000002f}.timestamp{width:100%;text-align:center}.conteudoTotal{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:0 2rem}.right-container-produtos{display:flex;flex-direction:column}.form-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;padding-right:1rem}.box-form-comanda-carrinho{display:flex;flex-direction:column;margin-left:.6rem;width:100%}.content-product{display:flex;margin-left:-2rem;gap:1rem}.form-product{background-color:var(--fifth-color);padding:0 1rem 1rem;border-radius:1rem;width:100%}.box-form-product{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.box-form-product P{opacity:.7;margin:17px 0 5px 15px;font-size:.875rem}.box-form-product .left-container{display:flex;flex-direction:column;gap:1rem}.box-form-product .left-container .nome-produto{width:100%;height:90px;background-color:var(--sixth-color);border-radius:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.box-form-product .left-container .nome-produto p{align-self:flex-start;margin-left:6%}.box-form-product .left-container .valor-quantidade-produto{display:flex;flex-direction:row;width:100%;height:90px;background-color:var(--sixth-color);border-radius:1rem}.box-form-product .left-container .valor-quantidade-produto .valor-produto,.box-form-product .left-container .valor-quantidade-produto .quantidade-produto{display:flex;flex-direction:column}.box-form-product .categoria-produto{width:80%;height:196px;background-color:var(--sixth-color);border-radius:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.box-form-product .categoria-produto p{align-self:flex-start;margin-left:6%}.box-form-product .categoria-produto p:last-of-type{margin-top:8px}.box-comanda{width:210px;height:326px;padding:1rem;background-color:var(--fifth-color);border-radius:1rem}.box-carrinho{background-color:var(--fifth-color);border-radius:1rem;display:flex;flex-direction:row;position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;margin-top:1rem;margin-left:-2rem;padding-left:1rem;flex:1}.box-carrinho::-webkit-scrollbar{display:none}.content-review{display:flex;justify-content:center;width:100%;height:100%;border-radius:15px 0 0 15px;overflow-y:auto}.form-container{background-color:#fff;padding:0 30px 30px;max-width:540px;width:100%;height:400%}.form-container h1{font-family:Arial,Helvetica,sans-serif;color:#202124;font-weight:lighter;font-size:26.25px;margin-bottom:14px;padding:30px 0 21px}.form-container label{font-size:15.4px;color:#202124}.form-container .required-review{font-weight:700;color:red}.box-form-review{margin-bottom:2rem}.answer-review{margin-top:8px;margin-bottom:2.5rem}.box-form-review .answer-review div{border:1px solid #d3d3d3;border-radius:6px;height:2.7rem;display:flex;align-items:center;margin-top:6px;margin-bottom:6px}.box-form-review .answer-review input{margin-right:12px;margin-left:14px;cursor:pointer}.box-form-review .answer-review p{font-size:14px;font-weight:500;padding-top:1.8px;color:#202020}.open-answer-review{display:flex;flex-direction:column;margin-bottom:2.5rem;margin-top:14px;margin-bottom:46px}.open-answer-review textarea{border-color:#d3d3d3}.box-option{display:flex;align-items:center;border:1px solid #d3d3d3;border-radius:6px;height:2.7rem;margin:6px 0;cursor:pointer}.box-option input{margin-right:12px;cursor:pointer}.loading-feedback{position:absolute;top:50%}@font-face{font-family:GilroyMedium;src:url(/assets/Gilroy-Medium-D7PbV1sv.ttf)}.container{display:flex;width:100%;margin:15px 0;padding:10px 0;background-color:var(--primary-color);box-shadow:1px 1px 50px 1px #00000010;border-radius:15px 0 0 15px}.overlay-permission{display:flex;border-radius:15px 0 0 15px;position:fixed;width:100%;top:15px;bottom:15px;background-color:#00000080;justify-content:center;align-items:center;z-index:1000;pointer-events:all}.centered-alert{max-width:400px;font-size:1.2rem;margin-right:192px}.side-bar{background-color:var(--third-color);width:20rem;height:95dvh;padding:30px 0;display:flex;flex-direction:column;align-items:center;transition:width .35s}.button-config{display:flex;width:100%;flex-direction:column;align-items:center;gap:25px}#icon{display:flex;padding:0 20px;margin:13px 0 13px -10px;flex-direction:row;border-radius:8px;justify-content:start;align-items:center;width:90%;height:70px;color:var(--second-color);gap:20px;cursor:pointer;transition:opacity .55s;transition:transform .35s}.buttons svg{min-width:36px;min-height:36px;max-width:36px;max-height:36px}#icon path{stroke:var(--second-color)}#selected{display:flex;padding:0 20px;margin:13px 0 13px -10px;flex-direction:row;border-radius:8px;justify-content:start;align-items:center;width:90%;height:70px;color:var(--primary-color);gap:20px;background-color:#ffffff2d;box-shadow:1px 1px 50px 1px #00000005;cursor:pointer;transition:opacity .55s;transition:background-color .6s;transition:transform .35s}#selected p{font-size:23px;font-family:GilroyMedium;transition:opacity .5s}#selected path{stroke:var(--primary-color);justify-content:center}#icon p{font-size:23px;font-family:GilroyMedium;transition:opacity .5s}#icon:hover,#selected:hover{transition:transform .35s;transform:scale(1.1)}.footerSideBar{display:flex;margin-top:auto;margin-bottom:18px;width:90%;justify-content:center}.accountSideBar{display:flex;flex-direction:row;align-items:center;gap:10px;padding:0 10px}.accountSideBar:hover{cursor:pointer}.logInButtonDiv{display:flex;width:90%;flex-direction:row;align-items:center;gap:20px;font-size:30px;color:#00000071}.logInButtonDiv:hover{cursor:pointer}.logInButtonDiv p{margin:0}:root{--shadow: rgba(0, 0, 0, .039);--primary-color: #f7f6ed;--fifth-color: #F2F0E9;--sixth-color: #E5E2D7;--seventh-color: #D8D3C5;--second-color: #ffffff8c;--third-color: #27C25D;--fourth-color: #191917;--card-color1: #191917;--card-color2: #f7f6ed;transition:color .3s ease}html,body,#root{display:flex;background-color:var(--third-color);margin:0;padding:0;box-sizing:border-box;width:100dvw;height:100dvh}
