*{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;box-sizing:border-box;margin:0;padding:0}@media all and (min-width: 768px){*{font-size:16px}}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}p{font-size:1rem}html,body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable}#root{display:flex;flex-direction:column;height:100vh;height:100dvh}main{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:10px}@media all and (min-width: 1024px){main{padding:10px 20px}}@media all and (min-width: 1280px){main{padding:10px 30px}}header{position:sticky;top:0;z-index:1000;padding:10px 30px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#3657c3}@media all and (min-width: 768px){header{box-shadow:0 4px 4px #00000040}}header .logo{display:flex;flex-direction:row;align-items:center;justify-content:space-between}header .logo__icon{color:#fff;font-size:3rem}header .logo__title{font-family:Delicious Handrawn;font-size:3rem;color:#fafafa}.navbar{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:20px}.navbar__link,.navbar__link--active{font-size:1.3rem;text-decoration:none;color:#fafafa}.navbar__link:hover,.navbar__link--active:hover{color:#000;text-decoration:underline}.container-login{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;min-width:300px;gap:1.5rem}.error{display:flex;flex-direction:column;align-items:center}.error h1{color:#3657c3;margin:20px auto;font-size:10rem}@media all and (min-width: 768px){.error h1{margin:80px auto;font-size:15rem}}.error h2{color:#3657c3;margin:0 auto;text-align:center;font-weight:500;line-height:2rem;font-size:2rem}.error__link{color:#000;text-decoration:underline;text-align:center;margin:120px auto 100px;font-size:1.2rem}.container-transactions{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.container-transactions__tools{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;align-items:center;margin:10px 0}.container-transactions__tools .toggle-tools{display:flex;flex-direction:row;align-items:baseline;gap:10px}.container-transactions__tools .date-form-control{width:200px;margin-bottom:1rem}.container-transactions__tools .date-form-control .MuiInputLabel-root{font-size:.75rem}.container-transactions__tools .date-form-control .MuiSelect-root{font-size:.8rem;height:34px}@media all and (min-width: 768px){.container-transactions__tools{flex-direction:row;justify-content:space-between;align-items:baseline}}.container-transactions .transaction-row{-webkit-user-select:none;user-select:none;cursor:pointer}.container-transactions .transaction-row:nth-of-type(2n){background-color:#dfeaff}.container-transactions .transaction-row:hover{background-color:#fffab8}.container-transactions .transaction-row>.MuiTableCell-root{font-size:.75rem;padding-top:0!important;padding-bottom:0!important}.container-transactions .rowSelected{background-color:#3657c3!important}.container-transactions .rowSelected .MuiTableCell-root{color:#fff!important}.container-transactions .cell__balance{font-weight:700}.container-transactions .cell__balance-negative{color:red}.container-transaction-edit form{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-bottom:10px;padding:10px;gap:10px}.transaction-card{margin-bottom:15px}.transaction-card__date{margin-bottom:5px}.transaction-card__transactions{display:flex;flex-direction:column;margin-left:10px;background-color:#dfeaff;border-radius:3px;box-shadow:2px 2px 5px #0006}.transaction-card__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;cursor:pointer}.transaction-card__content:hover{background-color:#fff}.transaction-card__content__label{font-weight:700}.transaction-card__content .positive{color:green}.container-dashboard{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}@media all and (min-width: 768px){.container-dashboard{flex-direction:row}}.container-bankAccountCard{display:flex;flex-direction:column;gap:10px;width:100%;background-color:#a6bff9;padding:10px;border-radius:5px;cursor:pointer}@media all and (min-width: 768px){.container-bankAccountCard{padding:15px}}.container-bankAccountCard__amount{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.container-bankAccountCard__details{display:flex;flex-direction:row;gap:10px}.container-bankAccountCard__details *{font-size:.8rem;font-weight:400}.container-bankAccountCard__details .details-label{flex:1;text-align:left;font-style:italic}.container-bankAccountCard__details .details-name,.container-bankAccountCard__details .details-amount{text-align:right}.container-bankAccountCard .bankAccountName{font-size:1.5rem}@media all and (min-width: 768px){.container-bankAccountCard .bankAccountName{font-size:1.5rem}}@media all and (min-width: 768px){.container-bankAccountCard .currentBalance{font-size:1.2rem}}footer{display:flex;flex-direction:row;justify-content:center;background-color:#3657c3;padding:10px 5px}footer .navbar__icon{padding:10px;color:#fff;cursor:pointer}footer .navbar__icon-image{font-size:1.5rem}footer .navbar__icon.active{background-color:#fff;color:#000}footer .navbar__icon:hover{background-color:#a6bff9}footer .disabled{pointer-events:none;opacity:.5}.container-recurringTransactions__tools{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin:10px 0 10px auto}.container-recurringTransactions__tools .toggle-tools{display:flex;flex-direction:row;align-items:baseline;gap:10px}.container-recurringTransactions__tools .date-form-control{width:200px;margin-bottom:1rem}.container-recurringTransactions__tools .date-form-control .MuiInputLabel-root{font-size:.75rem}.container-recurringTransactions__tools .date-form-control .MuiSelect-root{font-size:.8rem;height:34px}.container-recurringTransactions .transaction-row{-webkit-user-select:none;user-select:none;cursor:pointer}.container-recurringTransactions .transaction-row:nth-of-type(2n){background-color:#dfeaff}.container-recurringTransactions .transaction-row:hover{background-color:#fffab8}.container-recurringTransactions .transaction-row>.MuiTableCell-root{font-size:.8rem;padding-top:2px!important;padding-bottom:2px!important}.container-recurringTransactions .rowSelected{background-color:#3657c3!important}.container-recurringTransactions .rowSelected .MuiTableCell-root{color:#fff!important}.container-recurringTransactions .rowOutdated .MuiTableCell-root{color:#f32929!important;font-weight:700}.container-recurringTransaction-edit form{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-bottom:10px;padding:10px;gap:10px}.container-recurring-toolbar{display:flex;flex-direction:row;gap:10px}.toolbar-insert{display:flex;flex-direction:row;align-items:center;border:1px solid #a6bff9}.MuiMenuItem-root{font-size:.8rem;height:24px}.MuiMenuItem-root:hover{background-color:#fffab8!important}.MuiBox-root{display:flex;flex-direction:column;flex:1;min-height:0}.container-checkTransactions{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.container-checkTransactions__tools{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;margin:10px 0}.container-checkTransactions__tools .toggle-tools{display:flex;flex-direction:row;align-items:baseline;gap:10px}.container-checkTransactions__tools .date-form-control{width:200px;margin-bottom:1rem}.container-checkTransactions__tools .date-form-control .MuiInputLabel-root{font-size:.75rem}.container-checkTransactions__tools .date-form-control .MuiSelect-root{font-size:.8rem;height:34px}.container-checkTransactions .transaction-row{-webkit-user-select:none;user-select:none;cursor:pointer}.container-checkTransactions .transaction-row:nth-of-type(2n){background-color:#dfeaff}.container-checkTransactions .transaction-row:hover{background-color:#fffab8}.container-checkTransactions .transaction-row>.MuiTableCell-root{font-size:.75rem;padding-top:0!important;padding-bottom:0!important}.container-checkTransactions .rowSelected{background-color:#3657c3!important}.container-checkTransactions .rowSelected .MuiTableCell-root{color:#fff!important}.container-checkTransactions .check-transaction-pointed:hover{border:1px solid #000}.container-checkTransactions .check-transaction-notpointed:hover{border:1px solid #3657c3}.container-checkTransactions__table{display:flex;flex-direction:row;gap:10px;flex:1;min-height:0;height:100%}.container-checkTransactions__table__summary{display:flex;flex-direction:column;justify-content:flex-start;gap:10px}.container-checkTransactions__table__transactions{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.MuiToggleButton-root.toggle-edit-btn{min-width:30px;height:30px;padding:4px;background-color:#dfeaff!important;color:#000;border:1px solid transparent;border-radius:4px;transition:all .2s ease-in-out}.MuiToggleButton-root.toggle-edit-btn.active{background-color:#3657c3!important;color:#fff}.MuiToggleButton-root.toggle-edit-btn:hover{background-color:#a6bff9!important;color:#000}.isbalanced{background-color:red}.loader__modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0006;z-index:9999}.loader__container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.loader__spinner{color:#3657c3;font-size:100px;width:1em;height:1em;border-radius:50%;position:relative;animation:mltShdSpin 1.7s infinite ease,round 1.7s infinite ease}.loader__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;font-size:1.5rem;color:#000}.loader__icon{color:#3657c3;font-size:4rem}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
