@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #f2711c;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: local('Cinzel'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v9/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2) format('woff2');
    font-display: block;
}

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v284/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* fallback */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    height: 100%;
    padding: 0;
    min-width: 320px;
    width: 100%;
    background: #FFFFFF;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
}

html,
body {
    height: 100%;
    font-size: 13px;
}

.cinzel {
    font-family: Cinzel, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.meta,
.user-description {
    font-size: 0.875rem;
}

.navbar .navbar-collapse {
    /* font-size: 0.9375rem; */
    /* line-height: 1.4285em; */
    margin-left: 15px;
}

.laranja,
.bg-orange {
    background-color: #EE7664 !important;
    color: #FFF !important;
}

.orange {
    color: #f59005;
}

.tema {
    color: #009999 !important;
    /* color: #399994 !important; */
}

.laranja2 {
    background-color: #EC6464 !important;
    color: #FFF !important;
}

.azul {
    background-color: #067AC6 !important;
    color: #FFF !important;
}

.vermelho {
    color: #DB2828 !important;
}

.verde {
    background-color: #399994 !important;
    color: #FFF !important;
}

.cor-base {
    background-color: #f8f7fc;
    /* background-color: #067AC6 !important; */
    /* background-image: linear-gradient( 135deg, #97ABFF 10%, #123597 100%); */
}

.risc {
    text-decoration: line-through;
}

/* Layout */

.wrapper {
    height: 100%;
    /* position: relative; */
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

/*
   * Content Wrapper - contains the main content
   */

.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 1;
}

.main-footer {
    position: relative;
    width: 100%;
    bottom: 0;
    clear: both;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}

.content-wrapper {
    height: 80%;
    min-height: 100%;
    z-index: 800;
    padding-top: 58px;
    background-color: #FFF;
}

@media (max-width: 767px) {

    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.fullscreen .main-footer {
    background-color: #399994;
    padding-bottom: 15px;
}

.main-footer {
    color: #444;
}

.main-footer a {
    color: #FFF;
}

.main-footer a:hover,
.main-footer a:active,
.main-footer a:focus {
    outline: none;
    text-decoration: none;
    color: #444;
}

/*
 * Component: Box
 * --------------
 */

.box {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.center-box {
    max-width: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    display: block;
    padding: 0 10px 10px;
    position: relative;
}

.box-header > .box-tools {
    position: absolute;
    right: 5px;
    top: 9px;
}

.box-user {
    color: rgb(0, 0, 0);
    display: block;
    padding: 10px;
    position: relative;
}

.box-user > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-user > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-intro,
.box-body {
    padding: 10px;
}

.box-body {
    border-bottom: 1px solid #f4f4f4;
}

/* Fixed layout */

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 48px;
    padding-bottom: 60px;
}

.content-wrapper {
    height: auto !important;
    min-height: 60%;
    padding-bottom: 10px;
}

/* Content */

.content {
    /*   min-height: 250px; */
    /* padding-top: 15px; */
    margin-right: auto;
    margin-left: auto;
}

/* H1 - H6 font */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h6,
.username,
.header-title {
    font-family: 'Inter', 'Nunito Sans', Georgia, Cambria, "Times New Roman", Times, serif;
}

.header-title {
    font-size: 1.2rem;
}

/* General Links */

a {
    color: #009999;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #009999;
}

/*
 * Component: Main Header
 * ----------------------
 */

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 48px;
    height: 48px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgb(34 36 38 / 8%);
    box-shadow: 0 1px 1px 0 rgb(34 36 38 / 8%);
}

.main-header .navbar .container {
    height: 45px;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

.navbar-custom-menu .nav > li > a {
    padding: 4px;
}

.navbar-custom-menu .nav > .item {
    padding-left: 5px;
    padding-top: 0;
}

.navbar-custom-menu .nav > .item.link {
    padding-top: 0;
}

.navbar-custom-menu .nav > .dropdown > img.rounded-circle {
    width: 32px;
}

@media (max-width: 991px) {

    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 4px 0;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.sidebar a {
    color: #b8c7ce;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #c8cb02 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #000000 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #f38f05 !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.link-muted {
    color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
    color: #606c84;
}

.link-black {
    color: #666;
}

.link-black:hover,
.link-black:focus {
    color: #999;
}

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.empresas-icon {
    height: 77px;
}

.empresas-icon-vertical {
    height: 120px;
    padding-left: 38px;
    padding-top: 40px;
}

.empresas-img-vertical {
    min-height: 120px;
}

/*
   * Component: Form
   * ---------------
   */

.form-control {
    box-shadow: none;
}

/*
*
*/

.no-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
}

.img-wrap {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 1px;
    /* -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15); */
    /* box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15); */
    color: #000000 !important;
}

.wrap {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 5px;
}

.img-wrap .h1,
.img-wrap .h2,
.img-wrap .h3,
.img-wrap .h4,
.img-wrap .h5,
.img-wrap .h6,
.img-wrap h1,
.img-wrap h2,
.img-wrap h3,
.img-wrap h4,
.img-wrap h5,
.img-wrap h6 {
    margin-bottom: 0;
}

.img-wrap .container {
    padding: 5px;
}

.img-wrap .container {
    padding-top: 5px;
}

.box-body > .labels {
    margin-bottom: 15px;
}

.pagination {
    margin-top: 1rem;
}

.strip-multi-colors {
    height: 4px;
    width: 100%;
    /* background: #ff7a00; */
    background-image: linear-gradient(135deg, #67f5ee 10%, #399994 100%);
}

.sidebar-form {
    border-radius: .25rem;
    border: 1px solid #d2d6de;
    margin: 10px 10px;
}

.item .sidebar-form {
    width: 100%;
    margin: 5px 00px;
}

.sidebar-form input[type="text"],
.sidebar-form .btn {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid transparent;
    height: 35px;
}

.sidebar-form input[type="text"] {
    color: #666;
    border-radius: .25rem 0 0 .25rem;
}

.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.sidebar-form .btn {
    color: #999;
    border-radius: 0 .25rem .25rem 0;
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.pace .pace-progress {
    /* background-image: linear-gradient( 135deg, #67f5ee 10%, #399994 100%); */
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    position: fixed;
    z-index: 1032;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.map {
    height: 500px;
    width: 100%;
}

@media (max-height: 568px) {
    .map {
        height: 400px;
    }
}

@media (min-width: 701px) {
    .map {
        height: 600px;
    }
}

.ui.orange.segment .ui.header {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgb(34 36 38 / 15%) inset;
    box-shadow: 0 0 0 0 rgb(34 36 38 / 15%) inset;
}

.ui.orange.button,
.ui.orange.segment {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)
}

.ui.orange.button {
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
}

.ui.orange.button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.home .header h1 {
    font-size: 1.8rem;
    font-weight: unset;
}

.ui.dimmer.loader-dimmer {
    position: fixed;
}

:root {
    --gutter: 20px;
}

.app-menu {
    padding: 5px 0;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
    width: 100%;
    height: 120px;
    overflow-y: unset;
}

.app-menu > * {
    grid-column: 1 / -1;
}

.hs {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 0;
    grid-template-rows: minmax(90px, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: 80px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.hs:before,
.hs:after {
    content: '';
    width: 5px;
}

/* Demo styles */

.app-menu > ul {
    list-style: none;
    padding: 0;
}

.hs > li {
    zoom: 1;
    scroll-snap-align: center;
    /* padding: calc(var(--gutter) / 2 * 1.5); */
    padding-bottom: 0;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.app-menu .content {
    height: 50px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: .78571429rem;
}

.app-menu .header {
    border-radius: 30px;
    border: 2px #f37903 solid;
    color: #009999;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(var(--gutter) / 2 * 1.5);
}

.no-scrollbar {
    scrollbar-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* ------- */

.hs-menu {
    padding: 0 0;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
    width: 100%;
    height: 50px;
    overflow-y: unset;
    z-index: 5000;
}

.hs-menu > * {
    grid-column: 1 / -1;
}

.hs-items {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 0;
    grid-template-rows: minmax(40px, 1fr);
    grid-auto-flow: column;
    /* grid-auto-columns: 150px; */
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.hs-items:before,
.hs-items:after {
    content: '';
    width: 5px;
}

/* Demo styles */

.hs-menu > ul {
    list-style: none;
    padding: 0;
}

.hs-items > li {
    zoom: 1;
    scroll-snap-align: center;
    /* padding: calc(var(--gutter) / 2 * 1.5); */
    padding-bottom: 0;
    padding-top: 5px;
    display: inline !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hs-menu .ui.button {
    padding: 0.45785714em 0.785714em .4578571429em;
}

.select .item {
    width: 120px;
    height: 100px;
}

.select .item a {
    width: 100px;
    height: 100px;
    color: black;
}

.select .item.active a {
    width: 100px;
    height: 100px;
    color: var(--orange);
}

.select .item .circular.icon {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 2em;
    margin: 0 auto .5rem;
    opacity: 1;
    vertical-align: middle;
}

.select .item.active .circular.icon {
    -webkit-box-shadow: 0 0 0 0.1em rgba(245, 144, 5, .1) inset;
    box-shadow: 0 0 0 0.1em rgb(245 144 5 / 10%) inset;
}

.mdl-components {
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0;
    width: 100%;
}

.mdl-components .mdl-components__nav {
    display: inline-block;
    /*background: #fff;*/
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    left: 0;
    /* 		display: block; */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    /* height: 150px; */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    z-index: 9;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-top: 0px;
}

.mdl-components__nav .mdl-components__link {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: auto;
    margin: 0 20px 0 0;
    padding-left: 0;
    padding-top: 0;
}

.mdl-components .mdl-components__link {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    position: relative;
    min-height: 30px;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 2px;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 5px;
}


.mdl-components__nav .mdl-components__link > * {
    display: block;
    /* text-align: center; */
}

.mdl-components .content {
    white-space: normal;
}

.truncate-overflow {
    text-wrap: nowrap;
    --max-lines: 1;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
}

.flex {
    display: flex;
}

.prod-desc {
    max-width: 85%;
    float: left !important;
    margin-left: 2px;
}

.preco-label {
    font-size: 1.3rem;
    font-weight: bold;
}

.preco-label > .small, small {
    font-weight: bold;
}

.nf-list .item {
    padding: 1rem 0.5rem;
}

.nf-value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ff9800;
}

.nf-date {
    font-weight: 600;
    opacity: 0.85;
}
