@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap";:root{--primary-color: #3e9b93;--sidenav-color: #314257;--contrast-color-hover: #445974;--secundary-color: rgb(115, 121, 128);--second-body-bg: #253242;--sidenav-size: 250px;--active-color: rgb(79, 194, 79);--warn-color: rgb(240, 162, 46);--danger-color: rgb(240, 75, 46);--secundary-text: #caced4;--support-color: #eeeeee;--support-color-contrast: rgb(14, 14, 14);--bg-gradient: linear-gradient(261deg, #ed8074 35%, #f7a95a 100%);--bg-gradient-contrast: white}*{font-family:Open Sans,sans-serif;outline:none}body{background-color:var(--second-body-bg);padding:0;margin:0}.regular-svg{width:32px;height:32px}.regular-svg svg{width:32px;height:32px}.regular-svg.white svg{fill:#fff}.regular-md-svg{width:28px;height:28px}.regular-md-svg svg{width:28px;height:28px}.regular-md-svg.white svg{fill:#fff}.regular-small-svg{width:24px;height:24px}.regular-small-svg svg{width:24px;height:24px}.regular-small-svg.white svg{fill:#fff}.regular-mini-svg{width:19px;height:19px}.regular-mini-svg svg{width:19px;height:19px}.regular-mini-svg.white svg{fill:#fff}.regular-tiny-svg{width:15px;height:15px}.regular-tiny-svg svg{width:15px;height:15px}.regular-tiny-svg.white svg{fill:#fff}.mini-add{cursor:pointer;fill:var(--primary-color);transition:fill .3s}.mini-add:hover{fill:var(--secundary-color)}.field-wrapper{display:flex;flex-direction:column;padding:12px 0;margin:0 6px;flex:1 1 0px;min-width:250px}.field-wrapper.not-full{flex:0}.field-wrapper.small-width{min-width:100px}.field-error{font-size:11px;color:#ed8074;margin-top:4px}input,textarea{border:none;padding:12px;margin-top:4px;border-radius:4px;background-color:transparent;border:1px solid rgb(219,219,219);resize:none;font-size:15px;transition:border-color .3s}input:focus,textarea:focus{border-color:var(--primary-color)}h4{margin:4px 0}h1{margin-left:26px}.arrow{border:solid rgb(104,104,104);border-width:0 3px 3px 0;display:inline-block;padding:3px}.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.general-wrapper{width:100%;height:100%;display:flex}.topnav-container{width:100%;position:fixed;top:0;z-index:9999}.body-container{width:100%;background-color:var(--second-body-bg);color:#fff;margin-top:72px;padding:32px 8px;overflow:auto;box-sizing:border-box}img{max-width:100%;max-height:100%}.general-table{width:100%;border-spacing:0}.general-table thead{background-color:var(--primary-color);color:#fff}.general-table thead th{border-collapse:collapse;padding:16px;text-align:left}.general-table td{padding:16px;border-bottom:1px solid rgb(226,226,226)}.general-table tr:hover{background-color:#f5f5f5;cursor:pointer}.general-table .money-td{color:green}.table-image{width:48px;height:48px;text-align:center}.general-top-options{display:flex;flex-direction:row;align-items:center;padding:16px;box-sizing:border-box;border-bottom:1px solid #f4f4f4}@media (max-width: 1000px){.general-top-options{padding-left:48px}}.body-with-options{height:calc(100vh - 174px);overflow:auto;overflow-x:hidden;position:relative;padding:16px}.body-loader{display:flex;justify-content:center;align-items:center;min-height:50vh}.align-left{margin-left:auto}.flex-center{justify-content:center}.form-wrapper{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}.full-width{width:100%}.section-divider{display:flex;align-items:center;gap:16px}@media (max-width: 1000px){.body-container{width:100%;padding:0 16px;overflow:hidden;box-sizing:border-box;background-color:var(--second-body-bg)}}
