@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--bg-auth:#f0f0f0;--text:#000;--black:#000;--black-secundary:#101010;--black-tertiary:#111827;--white:#fff;--white-secundary:#fffaf0;--white-tertiary:#ddd;--white-quarternary:#eef0f3;--white-extra:#ececec;--white-80:#fff3e2;--brand:#ff7a00;--brand-primary:#974d04;--brand-secundary:#8d510b;--brand-tertiary:#6a3b05;--brand-quarternary:#4e2c05;--brand-dark:#3f1a00;--brand-extra:#a8650a;--sidebar-bg:#0a0a0a;--stroke:rgba(255,255,255,.18);--control-h:56px;--h-header:72px;--w-sidebar:260px;--gray-disabled:#545454;--gray-30:rgba(255,255,255,.19);--gray-60:#676767;--error:#600000;--error-secundary:#400000;--error-tertiary:#ffd9d9;--error-quarternary:#900000;--success:#024f02;--success-secundary:#003a00;--warning:#c58a08;--chips-item-hover:#f6f7f9}*{box-sizing:border-box}html,body,#__next{height:100%}body{background:var(--bg-auth);color:var(--text);margin:0;font-family:Outfit,sans-serif;line-height:1.4}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 24px}.main-content{z-index:1;flex:1;position:relative}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:960px){.grid-3{grid-template-columns:1fr}}.app{grid-template-rows:var(--h-header)1fr auto;min-height:100svh;display:grid}.auth{background:var(--bg-auth)}.dash{min-height:calc(100svh - var(--h-header));padding-top:30px;padding-bottom:30px;display:grid}.dash-main{z-index:1;min-width:0;padding:4px 0 0;position:relative}.sg-header,.header{height:var(--h-header)}.sg-footer{width:100%;position:relative}@media (max-width:1024px){.dash{grid-template-columns:1fr}}.auth{padding-left:260px}@media (max-width:991px){.auth{padding-left:0}}.display-flex{display:flex}.justify-center{justify-content:center}.align-center{align-items:center}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.width-full{width:100%}.width-medium,.width-medium-desktop{width:50%;margin:0 auto}.padding-top-20{padding-top:20px}.padding-left-10-desktop{padding-left:10px}.padding-right-10-desktop{padding-right:10px}@media (max-width:991px){.padding-left-10-tablet{padding-left:10px}.padding-right-10-tablet{padding-right:10px}}@media (max-width:768px){.width-medium-desktop{width:100%}.padding-left-10-tablet{padding-left:0}.padding-right-10-tablet{padding-right:0}}button{font-family:Outfit,sans-serif!important}@media (max-width:420px){.container{padding:0 16px}}.chips-menu span,.chips-menu i,.chips-field span{color:var(--text);font-size:15px}.select-scroll-subtle,select,.chips-menu,.prof-select-menu,[role=listbox]{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.24) transparent}.select-scroll-subtle::-webkit-scrollbar{width:6px!important;height:6px!important}select::-webkit-scrollbar{width:6px!important;height:6px!important}.chips-menu::-webkit-scrollbar{width:6px!important;height:6px!important}.prof-select-menu::-webkit-scrollbar{width:6px!important;height:6px!important}[role=listbox]::-webkit-scrollbar{width:6px!important;height:6px!important}.select-scroll-subtle::-webkit-scrollbar-track{background:0 0!important}select::-webkit-scrollbar-track{background:0 0!important}.chips-menu::-webkit-scrollbar-track{background:0 0!important}.prof-select-menu::-webkit-scrollbar-track{background:0 0!important}[role=listbox]::-webkit-scrollbar-track{background:0 0!important}.select-scroll-subtle::-webkit-scrollbar-thumb{background:rgba(0,0,0,.24)!important;border:1px solid transparent!important;border-radius:999px!important}select::-webkit-scrollbar-thumb{background:rgba(0,0,0,.24)!important;border:1px solid transparent!important;border-radius:999px!important}.chips-menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,.24)!important;border:1px solid transparent!important;border-radius:999px!important}.prof-select-menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,.24)!important;border:1px solid transparent!important;border-radius:999px!important}[role=listbox]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.24)!important;border:1px solid transparent!important;border-radius:999px!important}.select-scroll-subtle::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.34)!important}select::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.34)!important}.chips-menu::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.34)!important}.prof-select-menu::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.34)!important}[role=listbox]::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.34)!important}.input.input-select.chips,.chips-field,.chips-menu,.chips-item{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;box-shadow:none!important}.chips-field,.chips-item{background:var(--white)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;outline:none!important}.chips-item:hover,.chips-item:focus,.chips-item:active{background:var(--chips-item-hover)!important;color:var(--text)!important;outline:none!important}.chips-item:focus-visible{background:var(--chips-item-hover)!important;color:var(--text)!important;outline:none!important}.chips-item.is-selected,.chips-item.is-selected:hover,.chips-item.is-selected:focus,.chips-item.is-selected:active{background:var(--white-quarternary)!important;color:var(--text)!important}.chips-item.is-selected:focus-visible{background:var(--white-quarternary)!important;color:var(--text)!important}body.pwa-boot{background:linear-gradient(#0c0500 0%,#1a0a00 25%,#2a1200 45%,#451d00 70%,#5f2900 90%,#8b3a00 100%)!important}.notifications-alert{width:100%;margin:10px 0 14px}.alert{border-radius:12px;width:100%;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.25}.alert-error{background:var(--error);color:var(--white);border:1.5px solid rgba(255,255,255,.25)}.alert-info{color:var(--white);background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.25)}.painel{margin:0 auto;width:190px!important;min-width:190px!important;max-width:190px!important}.sg-future-deploy-hidden{display:none!important}.sg-cac-label-short{display:none}@media (max-width:640px){.sg-cac-label-full{display:none}.sg-cac-label-short{display:inline}}

