:root{--background:#ffffff;--foreground:#171717;--card-background:#f2f2f2}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{scrollbar-width:none}a{color:inherit;text-decoration:none}.page-layout{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.content{flex:1 1;margin:5em 0 2em}.loading-spinner{min-height:100vh}.create-account,.login,.redirect{min-height:50vh}.card-background{background-color:var(--card-background);border:1px solid var(--card-background)}.gray-background{background-color:var(--card-background)!important}.error-layout{min-height:75vh;text-align:center;flex-direction:column}.error-redirect{font-weight:700;color:blue;text-decoration:underline}.clicker{cursor:pointer}.cell{max-width:90%;text-wrap:nowrap;overflow-x:scroll}.click{cursor:pointer;&:hover{font-weight:700}}.plus{&:hover{cursor:pointer;color:blue;transition:color .5s}}.check{&:hover{cursor:pointer;color:green;transition:color .5s}}.cancel,.delete{&:hover{cursor:pointer;color:red;transition:color .5s}}.cellHover{max-width:125px;text-wrap:nowrap;overflow-x:scroll;&:hover{cursor:pointer;color:white!important;background-color:lightblue!important}}.info-text{width:90%}#save-all-btn{text-wrap:nowrap}.content-margin,.option-buttons{margin:1em 0}@media (max-width:575.99px){.categories-table,.edit-categories-table{margin:2em 0;font-size:.8em}#add-transaction-btn,#view-transactions-btn{margin:0 0 2em;font-size:.9em}#edit-categories-btn,#save-all-btn{font-size:.75em}.add-subcategory{width:100%;margin:0 0 0 1em;font-size:.9em}.add-sub{width:60%;padding:0}.cancel-sub{margin:0 .25em 0 1.25em;padding:0}.check-sub{margin:0 .25em 0 .5em;padding:0}}