:root {
    --color-navbar: #2e373f;
    --color-navtext: white;
    --color-sidebar: #2c3a4a;
    --color-sidebar-itens: white;
    --color-hover: black;
    --color-background: #fffbfd;
    --color-background-gradient: linear-gradient(-15deg, #ffffff, #e0e0e0);
    --gradient: (-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    --color-box: #e6e6e6;
    --color-box-border: #cccccc;
    --color-texto: #000000;
    --color-button-service: #31704a;
    --color-button-service-text: black;
    --color-background-results: #f7f7f7;
    --color-results-text: #000000;
    --color-results-retorno: #222;
    --color-results-open: #39FF14;
    --color-results-close: #FF0000;
    --color-results-invalid: #FC8607;
    --font-global-rota: monospace;
    --font-global-text: monospace;
}