.sectionHeader{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;width:100%;position:relative;margin:0 auto}@media screen and (max-width: 674px){.sectionHeader{padding:0 15px}}@media screen and (max-width: 768px){.sectionHeader{flex-wrap:nowrap}}.sectionHeader>section:first-of-type{overflow:hidden;display:flex;align-items:center;gap:15px;flex-grow:2;width:100%;max-width:fit-content}.sectionHeader>section:first-of-type>figure{min-height:30px;height:30px;min-width:30px;width:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #1f1e1f!important}.sectionHeader>section:first-of-type>figure>svg{color:var(--green)}.sectionHeader>section:first-of-type>figure.Categories>svg{color:var(--mainColor)}.sectionHeader>section:first-of-type>figure.Movements>svg{color:var(--green)}.sectionHeader>section:first-of-type>figure.Wallet>svg{color:var(--green)}.sectionHeader>section:first-of-type>figure>svg{height:20px!important;width:20px!important}.sectionHeader>section:first-of-type>div{display:flex;flex-direction:column;justify-content:center;gap:5px;width:100%;overflow:hidden}.sectionHeader>section:first-of-type>div>h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:18px;color:var(--cardTitle);line-height:23px;text-wrap:nowrap}@media screen and (max-width: 720px){.sectionHeader>section:first-of-type>div>h3{font-size:14px}}.sectionHeader>section:first-of-type>div>span{color:#c9c9c9;font-size:12.5px;line-height:12.5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 674px){.sectionHeader>section:first-of-type>div>span{display:none}}.movementsTableHeader{margin-bottom:12px}section.movementsTable{width:100%;position:relative;flex-grow:2;display:flex;flex-direction:column;justify-content:center;margin:0 auto}@media only screen and (min-width: 992px){section.movementsTable,div.sectionHeader{max-width:1228px}}section.movementsTable>div{width:100%;position:relative}section.movementsTable>div.buttons{display:flex;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:10px}@media screen and (max-width: 425px){section.movementsTable>div.buttons{justify-content:center}}@media screen and (max-width: 674px){section.movementsTable>div.buttons{padding:0 15px}}section.movementsTable>div.buttons>div{position:relative}section.movementsTable>div.buttons>div:first-of-type{flex-grow:2}section.movementsTable>div.buttons>div:first-of-type>figure{position:absolute;top:60%;left:7px;transform:translateY(-55%)}section.movementsTable>div.buttons>div:first-of-type>figure>svg{height:17px;color:var(--inputColor)}section.movementsTable>div.buttons>div:first-of-type>input{height:35px;max-width:100px;padding-left:35px;border-radius:1.5rem;padding-right:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:max-width 1s}section.movementsTable>div.buttons>div:first-of-type>input:focus{max-width:350px}section.movementsTable>div.buttons>div:last-of-type{display:flex;align-items:center;justify-content:flex-end;flex-grow:4;gap:10px}@media screen and (max-width: 425px){section.movementsTable>div.buttons>div:last-of-type{margin-top:10px}}section.movementsTable>div.buttons>div:last-of-type>button{display:flex;align-items:center;justify-content:center;gap:10px}section.movementsTable>div.buttons>div:last-of-type>button:first-of-type{height:35px;max-width:max-content;padding:5px 10px}@media screen and (max-width: 425px){section.movementsTable>div.buttons>div:last-of-type>button:first-of-type{min-width:35px}}section.movementsTable>div.buttons>div:last-of-type>button.filterButton{height:35px;max-width:100px}@media screen and (max-width: 425px){section.movementsTable>div.buttons>div:last-of-type>button{gap:0px}}section.movementsTable>div.tableContainer{height:100%;padding-bottom:15px;flex-grow:2}section.movementsTable>div.tableContainer>table{width:100%;height:100%;min-height:max-content;border-spacing:0;border-collapse:unset;background:#000;overflow:hidden;border-radius:8px;border:1px solid #1f1e1f}section.movementsTable>div.tableContainer>table tr{padding:0 15px}section.movementsTable>div.tableContainer>table>thead>tr{height:40px;position:sticky;top:0;background:var(--tableHeaderBackground);z-index:100}section.movementsTable>div.tableContainer>table>thead>tr>th{color:var(--tableHeaderCellColor);white-space:nowrap;position:sticky;top:0;cursor:pointer;font-weight:400;text-align:start}section.movementsTable>div.tableContainer>table>thead>tr>th:nth-of-type(3){padding-left:12px}section.movementsTable>div.tableContainer>table>thead>tr>th:nth-of-type(4){padding-left:12px}section.movementsTable>div.tableContainer>table>thead>tr>th:first-of-type{padding-left:12px}section.movementsTable>div.tableContainer>table>tbody>tr{opacity:1}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow{height:40px;cursor:pointer;transition:background-color .5s}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow.hiddenRow{opacity:0}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow:nth-child(2n){background-color:var(--tableEvenColor)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow:hover{background-color:var(--tableRowHover)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow.selected{background:var(--thirdBackground)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td{font-size:14px;color:var(--tableCellColor);border-top:1px solid var(--tableBorder);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;padding-right:10px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td:first-of-type{padding-left:12px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span{border-radius:30px;display:flex;padding:2px 20px 2px 30px;align-items:center;justify-content:center;gap:6px;width:max-content;position:relative;background:var(--tableCellTypeBackground)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span>figure{position:absolute;top:50%;left:5px;height:15px;transform:translateY(-50%)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span>figure>svg{height:15px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span.Income{border:1px solid var(--green)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span.Expense{border:1px solid var(--redDark)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span.Investment{border:1px solid var(--orange)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span.Transfer{border:1px solid var(--mainColor)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.category{min-width:140px;font-size:11px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.category>div{display:flex;align-items:center;gap:15px;padding-left:13px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.category>div.uncategorized{opacity:.5}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.category>div>div{border-radius:50%;height:30px;width:30px;display:grid;place-items:center}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.movementDate{min-width:140px;font-size:11px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.amount>span{width:9px;margin-right:2px;display:inline-block}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.amount.Income{color:var(--green)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.amount.Expense{color:var(--redDark)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.amount.Investment{color:var(--orange)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.amount.Transfer{color:var(--mainColor)}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.description{max-width:350px;min-width:150px;padding-right:30px;font-size:12px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.wallet{font-size:11px}@media screen and (max-width: 1440px){section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.wallet{font-size:11px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.description{font-size:11px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.movementDate{font-size:11px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.category>div{font-size:11px}section.movementsTable>div.tableContainer>table>tbody>tr.movementRow>td.type>span{font-size:11px}}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow{height:40px;cursor:pointer}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(2n){background-color:var(--tableEvenColor)}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:hover{background-color:var(--tableRowHover)}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td{font-size:14px;border-top:1px solid var(--tableBorder);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;padding-right:10px}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:first-of-type{padding-left:12px}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td>span{background:var(--tableCellColor);border-radius:8px;animation:Skeleton 1.5s ease-out infinite alternate both;height:7px;width:100%;display:inline-block}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(2)>span{animation-delay:.2s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(3)>span{animation-delay:.3s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(4)>span{animation-delay:.4s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(5)>span{animation-delay:.5s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(6)>span{animation-delay:.6s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(7)>span{animation-delay:.7s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(8)>span{animation-delay:.8s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(9)>span{animation-delay:.9s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(10)>span{animation-delay:1s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow>td:nth-child(11)>span{animation-delay:1.1s}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(odd)>td:nth-child(2)>span{width:80%}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(odd)>td:nth-child(5)>span{width:50%}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(odd)>td:nth-child(6)>span{width:80%}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(odd)>td:nth-child(7)>span{width:80%}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(2n)>td:nth-child(4)>span{width:80%}section.movementsTable>div.tableContainer>table>tbody>tr.skeletonRow:nth-child(3n)>td:nth-child(5)>span{width:30%}section.movementsTable>div.tableContainer>table>tbody>tr.hide{animation:DisppearAnimation .5s ease-in-out both!important}section.movementsTable>div.tableContainer.overflow{overflow-x:auto}section.movementsTable>div.tableContainer.overflow>table>thead>tr{position:relative;top:0;z-index:100}section.movementsTable>footer.tableFooter{width:100%;position:relative;bottom:0;z-index:100;transition:opacity .6s}section.movementsTable>footer.tableFooter.show{opacity:1}section.movementsTable>footer.tableFooter>section.totals{width:100%;border-radius:8px 8px 0 0;border-top:1px solid var(--mainBorder);background:var(--secondBackground)}@media screen and (max-width: 625px){section.movementsTable>footer.tableFooter>section.totals{overflow-x:scroll}section.movementsTable>footer.tableFooter>section.totals::-webkit-scrollbar{display:none}}section.movementsTable>footer.tableFooter>section.totals>section{display:flex;width:max-content;justify-content:space-evenly;margin:auto;padding:0 20px}@media screen and (max-width: 625px){section.movementsTable>footer.tableFooter>section.totals>section{margin:0;width:100%;justify-content:flex-start;overflow-x:scroll}section.movementsTable>footer.tableFooter>section.totals>section::-webkit-scrollbar{display:none}}section.movementsTable>footer.tableFooter>section.totals>section>div{display:flex;flex-direction:column;align-items:center;gap:5px;border-right:1px solid var(--mainBorder);padding:5px 20px}section.movementsTable>footer.tableFooter>section.totals>section>div:last-of-type{border-right:none}section.movementsTable>footer.tableFooter>section.totals>section>div>span:first-of-type{color:var(--primaryText);text-transform:capitalize}section.movementsTable>footer.tableFooter>section.totals>section>div>span:last-of-type{color:var(--primaryText);font-size:13px}@media screen and (max-width: 425px){section.movementsTable>footer.tableFooter>section.totals>section>div>span:first-of-type{font-size:12px}section.movementsTable>footer.tableFooter>section.totals>section>div>span:last-of-type{font-size:10px}}section.movementsTable>section.mobileTable{width:100%;position:relative!important;overflow:hidden;background:#000;padding:0 15px;margin-top:10px}@media screen and (max-width: 1265px){.movementsTableMainContainer{padding:0 15px}}@media screen and (max-width: 600px){.movementsTableMainContainer{padding:0}}section.movementsTable>section.mobileTable>button{right:25px}section.movementsTable>section.mobileTable>button:not(.floatingButton){top:0}section.movementsTable>section.mobileTable>div{display:flex;flex-direction:column;position:relative;gap:15px}section.movementsTable>section.mobileTable>div>section{border-bottom:1px solid #1f1e1f;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:8px}section.movementsTable>section.mobileTable>div>section:last-of-type{border-bottom:0px}section.movementsTable>section.mobileTable>div>section>input{position:absolute;z-index:100;top:0;left:0;width:100%;height:100%;opacity:0;height:55px}section.movementsTable>section.mobileTable>div>section>input:checked~div:last-of-type{max-height:400px}section.movementsTable>section.mobileTable>div>section>input:checked~div:last-of-type>pre{margin-bottom:10px}section.movementsTable>section.mobileTable>div>section>input:checked~div:last-of-type{margin-bottom:10px;transition:opacity 1s;opacity:1}section.movementsTable>section.mobileTable>div>section>div:last-of-type{transition:opacity 1s;opacity:0}section.movementsTable>section.mobileTable>div>section>div{position:relative}section.movementsTable>section.mobileTable>div>section>div:first-of-type{display:flex;gap:10px;flex-wrap:wrap;justify-content:space-between}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div{position:relative}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;color:var(--tableCellColor)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:first-of-type{display:flex;flex-direction:column;gap:3px;min-width:150px}@media screen and (max-width: 530px){section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:first-of-type{flex-grow:1}}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:first-of-type>span:first-of-type{color:var(--tableHeaderCellColor);font-size:12px}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2){display:flex;flex-direction:column;justify-content:flex-end;min-width:127px;gap:5px;flex-grow:3;padding-left:15%}@media screen and (max-width: 425px){section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2){padding-left:0}}@media screen and (max-width: 425px){section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span{align-self:center}}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type{border-radius:30px;display:flex;padding:2px 20px 2px 30px;align-items:center;justify-content:center;gap:6px;width:max-content;position:relative}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type>figure{position:absolute;top:50%;left:5px;height:15px;transform:translateY(-50%)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type>figure>svg{height:15px}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type.Income{border:1px solid var(--green)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type.Expense{border:1px solid var(--redDark)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type.Investment{border:1px solid var(--orange)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:last-of-type.Transfer{border:1px solid var(--mainColor)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:first-of-type{color:var(--tableHeaderCellColor);font-size:12px}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:first-of-type>div{display:flex;align-items:center;gap:5px}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:first-of-type>div>div{border-radius:50%;height:30px;width:30px;display:grid;place-items:center}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:nth-of-type(2)>span:first-of-type>div.uncategorized{opacity:.5}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type{display:flex;flex-direction:column;justify-content:flex-end}@media screen and (max-width: 530px){section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type{width:100%}}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type>span{text-align:start}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type>span.amount>span{margin-right:2px;display:inline-block}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type>span.amount.Income{color:var(--green)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type>span.amount.Expense{color:var(--redDark)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type>span.amount.Investment{color:var(--orange)}section.movementsTable>section.mobileTable>div>section>div:first-of-type>div:last-of-type>span.amount.Transfer{color:var(--mainColor)}section.movementsTable>section.mobileTable>div>section>div:last-of-type{max-height:0px;transition:max-height 1s ease-out}section.movementsTable>section.mobileTable>div>section>div:last-of-type>span{position:absolute;background:var(--tableDescriptionHeaderBackground);border-radius:20px;font-size:13px;left:20px;top:-9px;color:var(--tableCellColor);padding:5px 9px}section.movementsTable>section.mobileTable>div>section>div:last-of-type>pre{font-size:12px;background:var(--tableDescriptionBackground);border-radius:8px;color:var(--tableDescriptionColor);padding:20px 7px 7px;margin-bottom:0;text-wrap:pretty;transition:margin-bottom .5s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div span{background:var(--tableCellColor);border-radius:8px;animation:Skeleton 1.5s ease-out infinite alternate both;height:7px;width:100%;display:inline-block}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(2) span{animation-delay:.2s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(3) span{animation-delay:.3s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(4) span{animation-delay:.4s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(5) span{animation-delay:.5s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(6) span{animation-delay:.6s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(7) span{animation-delay:.7s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(8) span{animation-delay:.8s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(9) span{animation-delay:.9s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(10) span{animation-delay:1s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-child(11) span{animation-delay:1.1s}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-of-type(1)>span:first-of-type{width:150px;height:12px}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-of-type(1)>span:last-of-type{width:100px;height:15px}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-of-type(2)>span:first-of-type{width:150px;height:12px}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-of-type(2)>span:last-of-type{width:105px;height:22px}section.movementsTable>section.mobileTable>div>section.skeletonRow>div>div:nth-of-type(3)>span{width:100px;height:12px}section.movementsTable>section.emptyMovementsContainer,section.movementsTable>section.notResultFilteredContainer{width:100%;height:100%;max-width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}section.movementsTable>section.emptyMovementsContainer>h3,section.movementsTable>section.notResultFilteredContainer>h3{color:var(--primaryText);font-weight:400}section.movementsTable>section.emptyMovementsContainer>p,section.movementsTable>section.notResultFilteredContainer>p{color:var(--primaryText);font-weight:400;font-size:12.5px;text-align:center;padding:0 10px}section.movementsTable>section.emptyMovementsContainer>figure>svg,section.movementsTable>section.notResultFilteredContainer>figure>svg{color:var(--orange);height:100px;width:100px}section.movementsTable>section.emptyMovementsContainer>button,section.movementsTable>section.notResultFilteredContainer>button{margin-top:15px}section.movementsTable>section.notResultFilteredContainer>figure>svg{color:var(--mainColor)}section.movementsTable>section.notResultFilteredContainer>div{display:flex;flex-direction:column;justify-content:center}section.movementsTable>section.notResultFilteredContainer>div>p{color:var(--primaryText);font-weight:400;font-size:12.5px;text-align:center;padding:0 10px}div.tab{padding:20px 15px;min-width:100%;display:block}.tabSet>div{display:flex;padding:5px 15px;gap:5px;min-width:100%;border-bottom:1px solid var(--mainBorder);overflow-x:scroll}.tabSet>div::-webkit-scrollbar{display:none}.tabSet>div>span{font-size:14px;color:var(--tabColor);cursor:pointer;padding:5px 10px;border-radius:6px}.tabSet>div>span:hover{outline:1px solid var(--mainColor)}.tabSet>div>span:hover.active,.tabSet>div>span:hover.disabled{outline:none}.tabSet>div>span.active{background:var(--mainColor);color:#fff}.tabSet>div>span.disabled{cursor:not-allowed;color:var(--disabledTabColor)}.tabSet>section{display:flex;overflow-x:visible;scroll-behavior:revert}.tabSet>section::-webkit-scrollbar{display:none}div.dateTime>input{cursor:pointer!important;caret-color:transparent}div.dateTime>input:placeholder-shown{text-overflow:ellipsis}div.dateTime>div.rdtPicker{border-radius:8px;background:var(--rdtPickerBackground);box-shadow:var(--boxShadowModal)}div.dateTime>div.rdtPicker>div.rdtDays>table>thead>tr>th{font-weight:500;border-radius:8px;color:var(--primaryText);border-bottom:none!important}div.dateTime>div.rdtPicker>div.rdtDays>table>thead>tr>th:hover{background:var(--rdtPickerThHoverBackground)}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td{border-radius:50%;height:35px;min-width:35px}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td:hover{background:var(--rdtDayHover)}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtDay{color:var(--rdtDayColor)}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtDay.rdtOld,div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtDay.rdtNew,div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtDay.rdtDisabled{color:var(--rdtOldColor)}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtActive{background-color:#000;color:var(--rdtActiveColor)}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtActive.rdtToday:before{border-bottom:7px solid #ffffff}div.dateTime>div.rdtPicker>div.rdtDays>table>tbody>tr>td.rdtToday:before{bottom:7px;right:6px;border-bottom:7px solid var(--rdtTodayBefore)}div.dateTime>div.rdtPicker>div.rdtDays>table>tfoot>tr>td{border-radius:8px}div.dateTime>div.rdtPicker>div.rdtDays>table>tfoot>tr>td.rdtTimeToggle{color:var(--primaryText)}div.dateTime>div.rdtPicker>div.rdtDays>table>tfoot>tr>td.rdtTimeToggle:hover{background:var(--rdtPickerThHoverBackground)}div.dateTime>div.rdtPicker>div.rdtTime>table>thead>tr>td{cursor:pointer;border-radius:8px;transition:background-color .5s;color:var(--primaryText);border-bottom:none!important}div.dateTime>div.rdtPicker>div.rdtTime>table>thead>tr>td:hover{background:var(--rdtPickerThHoverBackground)}div.dateTime>div.rdtPicker>div.rdtTime>table>tbody>tr>td>div.rdtCounters>div.rdtCounter>span.rdtBtn{border-radius:8px;color:var(--rdtBtnArrows)}div.dateTime>div.rdtPicker>div.rdtTime>table>tbody>tr>td>div.rdtCounters>div.rdtCounter>span.rdtBtn:hover{background:var(--rdtPickerThHoverBackground)}div.dateTime>div.rdtPicker>div.rdtTime>table>tbody>tr>td>div.rdtCounters>div.rdtCounter>div.rdtCount{height:auto!important;color:var(--primaryText)}.crudMovementModal{position:fixed;top:0;z-index:100005;height:100vh;height:100svh;min-height:100%;display:grid;place-items:center;animation:AppearAnimation .5s both;overflow:visible;background:#000;width:max-content;padding:0 20px;border-left:1px solid var(--mainBorder);right:0}@media screen and (max-width: 650px){.crudMovementModal{place-items:end}}.crudMovementModal>form{border-radius:8px;position:relative;z-index:2000;opacity:0;background:var(--overviewItemBackground);box-shadow:var(--boxShadowModal);width:max-content;max-height:90vh;max-height:90svh;overflow-y:auto;animation:AppearAnimation 1.5s both;border:none!important}.crudMovementModal>form.max{max-width:490px;width:100%}@media screen and (max-width: 650px){.crudMovementModal{left:0;width:100%;padding:0;background:#00000069}.crudMovementModal>form{width:100vw!important;max-width:none!important;border-radius:25px 25px 0 0;border-top:1px solid rgb(71,71,71)!important}}.crudMovementModal>form>section{position:relative}.crudMovementModal>form>section>button{position:absolute;z-index:1000;right:15px;top:15px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--appButtonColor);outline:none;border:1px solid var(--appButtonBorderColor);height:40px;width:100%;transition:background-color .5s,opacity .3s;width:30px;height:30px;display:grid;place-items:center}.crudMovementModal>form>section>button:hover{background:var(--appButtonHoverBackgroundColor);color:var(--appButtonHoverColor)}.crudMovementModal>form>section>button:active{opacity:.8}.crudMovementModal>form>section>button:hover{background-color:transparent;border:1px solid var(--redDark)}.crudMovementModal>form>section>button:hover>figure>svg{color:var(--redDark)}.crudMovementModal>form>section>button>figure{height:20px;width:20px}.crudMovementModal>form>section>button>figure>svg{color:var(--secondText);height:20px;width:20px}.crudMovementModal>form>section>section:first-of-type{position:sticky;z-index:500;top:0;padding:20px 15px 0;margin-bottom:25px;background:var(--overviewItemBackground)}.crudMovementModal>form>section>section:first-of-type>button{position:absolute;z-index:1000;right:15px;top:15px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--appButtonColor);outline:none;border:1px solid var(--appButtonBorderColor);height:40px;width:100%;transition:background-color .5s,opacity .3s;width:30px;height:30px;display:grid;place-items:center}.crudMovementModal>form>section>section:first-of-type>button:hover{background:var(--appButtonHoverBackgroundColor);color:var(--appButtonHoverColor)}.crudMovementModal>form>section>section:first-of-type>button:active{opacity:.8}.crudMovementModal>form>section>section:first-of-type>button:hover{background-color:transparent;border:1px solid rgba(255,64,64,.4196078431)}.crudMovementModal>form>section>section:first-of-type>button:hover>figure>svg{color:var(--redDark)}.crudMovementModal>form>section>section:first-of-type>button>figure{height:20px;width:20px}.crudMovementModal>form>section>section:first-of-type>button>figure>svg{color:var(--secondText);height:20px;width:20px}.crudMovementModal>form>section>section:first-of-type>h2{font-weight:500;font-size:22px;color:var(--primaryText);line-height:20px}.crudMovementModal>form>section>section:first-of-type>span{font-size:15px;color:var(--modalSubTitleColor)}@media screen and (max-width: 768px){.crudMovementModal>form>section>section:first-of-type>h2{font-size:18px}.crudMovementModal>form>section>section:first-of-type>span{font-size:12.5px}}.crudMovementModal>form>section>section.tabSet>section>div.tab>section{display:flex;flex-direction:column;gap:20px;padding-top:0}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div{display:flex;flex-direction:column;gap:5px;position:relative}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>label{font-weight:400;font-size:14px;color:var(--primaryText)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px;background:var(--modalInputBackground);resize:none}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input:disabled,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input.invalidInput,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea.invalidInput{border:1px solid var(--invalidInput)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input:focus,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea:focus{border:1px solid var(--inputFocus)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input.inputError,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea.inputError{border:1px solid var(--redDark)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input.inputError:focus,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea.inputError:focus{border:1px solid var(--redDarkHover)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>input:read-only,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea:read-only{border-top:none;border-right:none;border-left:none;border-radius:0}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>textarea{min-height:65px;max-height:130px}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div>span{font-size:13px;position:absolute;z-index:10;bottom:5px;right:15px;color:var(--primaryText)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row{flex-direction:row;width:100%;gap:10px}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div{display:flex;flex-direction:column;gap:5px;width:100%;font-size:14px}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>label{font-weight:400;font-size:14px;color:var(--primaryText)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div{display:flex;gap:10px;align-items:center}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px;background:var(--modalInputBackground)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input:disabled,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input.invalidInput,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea.invalidInput{border:1px solid var(--invalidInput)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input:focus,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea:focus{border:1px solid var(--inputFocus)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input.inputError,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea.inputError{border:1px solid var(--redDark)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input.inputError:focus,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea.inputError:focus{border:1px solid var(--redDarkHover)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input:read-only,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea:read-only{border-top:none;border-right:none;border-left:none;border-radius:0}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input[type=color],.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:40px;border:none;outline:none;width:50px;padding-left:0;cursor:pointer}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input[type=color]::-webkit-color-swatch,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea[type=color]::-webkit-color-swatch{border-radius:6px;border:none}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>input[type=color]::-moz-color-swatch,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>textarea[type=color]::-moz-color-swatch{border-radius:6px;border:none}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>div>span{line-height:12px}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px;background:var(--modalInputBackground)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input.invalidInput{border:1px solid var(--invalidInput)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input:focus{border:1px solid var(--inputFocus)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input.inputError{border:1px solid var(--redDark)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input.inputError:focus{border:1px solid var(--redDarkHover)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input:read-only{border-top:none;border-right:none;border-left:none;border-radius:0}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[type=number]::-webkit-inner-spin-button,.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[type=number]{-moz-appearance:textfield}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:40px;border:none;outline:none;width:50px;padding-left:0;cursor:pointer}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[type=color]::-webkit-color-swatch{border-radius:6px;border:none}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[type=color]::-moz-color-swatch{border-radius:6px;border:none}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>input[inputmode=decimal]:read-only{color:var(--green)}.crudMovementModal>form>section>section.tabSet>section>div.tab>section>div.row>div>section.select>div.inputContainer>input{background:var(--modalInputBackground)}.crudMovementModal>form>section>div{padding:15px 15px 20px;display:flex;justify-content:flex-end;margin-top:15px;border-top:1px solid var(--mainBorder)}.crudMovementModal>form>section>div>button{border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:var(--mainColor);color:var(--blueButtonText);outline:none;height:40px;width:100%;transition:background-color .5s;line-height:13px;transition:opacity .3s;max-width:max-content;font-weight:500;height:35px!important;font-size:12px;padding:5px 25px;line-height:1px;cursor:pointer}.crudMovementModal>form>section>div>button:hover{background:var(--mainColorHover)}.crudMovementModal>form>section>div>button:active{opacity:.8}.crudMovementModal>form>article{min-height:270px;width:375px;display:flex;border-radius:10px;flex-direction:column;padding:25px 25px 15px}@media screen and (max-width: 650px){.crudMovementModal>form>article{width:100vw;max-width:none}}.crudMovementModal>form>article>div{display:flex;width:100%;align-items:center}.crudMovementModal>form>article>div.content{flex-direction:column;height:80%;gap:10px}.crudMovementModal>form>article>div.content>img{height:70px}.crudMovementModal>form>article>div.content>h4{font-size:18px;color:var(--primaryText)}.crudMovementModal>form>article>div.content>div>p{font-size:13px;text-align:left;color:var(--primaryText)}.crudMovementModal>form>article>div.content>div>p>span{color:var(--redDark);font-weight:bolder}.crudMovementModal>form>article>div.content>p{font-size:13px;color:var(--primaryText);text-align:center;margin-bottom:15px}.crudMovementModal>form>article>div.actions{justify-content:space-between;gap:7px;height:20%}.crudMovementModal>form>article>div.actions>button{padding:8px 14px;border-radius:7px;border:none;outline:none;width:45%}.crudMovementModal>form>article>div.actions>button:last-of-type{background:var(--redDark);color:#fff}.crudMovementModal.close{animation:blurDisAnimation .7s ease-in-out both!important}.crudMovementModal.close>form{animation:DisppearAnimation .5s ease-in-out both!important}/*!
* https://github.com/arqex/react-datetime
*/.rdt{position:relative}.rdtPicker{display:none;position:absolute;min-width:250px;padding:4px;margin-top:1px;z-index:99999!important;background:#fff;box-shadow:0 1px 3px #0000001a;border:1px solid #f9f9f9}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{width:100%;margin:0}.rdtPicker td,.rdtPicker th{text-align:center;height:28px}.rdtPicker td{cursor:pointer}.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover,.rdtPicker .rdtTimeToggle:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtOld,.rdtPicker td.rdtNew{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{content:"";display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:#0003;position:absolute;bottom:4px;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{width:14.2857%;border-bottom:none;cursor:default}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtPrev span,.rdtNext span{display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-of-type th{cursor:pointer}.rdtPicker thead tr:first-of-type th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{border:none;background:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{width:100%;height:100%}td.rdtMonth,td.rdtYear{height:50px;width:25%;cursor:pointer}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px}.rdtCounter{width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{height:40%;line-height:40px;cursor:pointer;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{height:20%;font-size:1.2em}.rdtMilli{vertical-align:middle;padding-left:8px;width:48px}.rdtMilli input{width:100%;font-size:1.2em;margin-top:37px}.rdtTime td{cursor:default}
