.carregando {
    visibility: hidden;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/carregando.gif");
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.8) !important;
    background-repeat: no-repeat;
}

.menuFilter {
    position: absolute;
    top: 16px;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    background: transparent;
    z-index: 2;
}

.menuFilter > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.containerMenuFilter.active {
    width: 18rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px 20px 0px 20px;
    background: var(--background-menus);
    color: var(--menu-items);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.containerMenuFilter {
    left: -18rem;
    box-shadow: none;
}

.containerMenuFilter > nav {
    width: 100%;
}

.containerMenuFilter > h5 {
    text-align: center;
    margin-bottom: 30px;
}

.containerMenuFilter i {
    margin-right: 5px;
}

.divBtnFiltrar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background: var(--background-menus);
    width: 100%;
}

.divBtnFiltrar > button {
    width: 9rem;
    height: 3rem;
    background: #f39530;
    border: 2px solid #c77100;
    color: var(--white);
    font-weight: 600;
    transition: all 0.5s ease;
    font-size: 1.4rem;
}

.divBtnFiltrar > button:hover {
    background: #c77100;
    border-color: #9d4e00;
}

.divFilter {
    line-height: 1;
    margin-bottom: 20px;
}

.divFilter > label {
    display: block;
}

.divFilter > input {
    width: 100%;
    height: 33px;
    padding: 5px 6px;
}

.divFilter > .divDate {
    display: flex;
    align-items: center;
    line-height: 2.4;
}

.divFilter > .divText {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: var(--white);
    border: 2px solid var(--menu-items);
    padding: 2px;
}

.divText > input {
    margin-right: 4px;
    border: none;
    flex-grow: 2;
}

.divDate > input {
    border: 1px solid white;
    width: 11rem;
    height: 33px;
    display: flex;
    flex-direction: row;
    background: var(--white);
    border: 2px solid var(--menu-items);
    padding: 2px;
    align-items: center;
}

.divDate > input::after {
    margin-top: 3px;
}

.divDate > span {
    display: inline-block;
    width: 2rem;
}

.divFilter button {
    width: 1.563rem;
    height: 1.563rem;
    padding: 0;
    background: var(--white);
    border: none;
}

.divFilter img {
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.divFilter :is(input:focus, button:hover, button:focus, select:focus) {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.divFilter div.dropdown {
    background: var(--white);
    border: none;
    width: 100%;
    height: 33px;
}

.divFilter div.dropdown > button {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 5px 6px;
}

.divFilter div.dropdown > button:active {
    transform: none;
}

.divFilter div.dropdown-menu {
    width: max-content;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.7);
}

.filterTypeSelect {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
}

.filterTypeSelect > select {
    padding: 5px 4px;
    background: #4d5061;
    color: white;
    border: 0;
    height: 33px;
    width: 100%;
}

.customArrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2em;
    background: #3C4854;
    pointer-events: none;
}

.customArrow::before,
.customArrow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    --arrow-size: 0.45em;

    left: 50%;
    transform: translate(-50%, -50%);
}

.customArrow::before {
    border-left: var(--arrow-size) solid transparent;
    border-right: var(--arrow-size) solid transparent;
    border-bottom: var(--arrow-size) solid var(--menu-items);

    top: 35%;
}

.customArrow::after {
    border-left: var(--arrow-size) solid transparent;
    border-right: var(--arrow-size) solid transparent;
    border-top: var(--arrow-size) solid var(--menu-items);

    top: 65%;
}

.containerMap.filtering {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 18rem;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.containerMap {
    left: 0rem;
}

#containerFilteredProducts {
    overflow-y: auto;
    max-height: 300px;
}

.filterInserted {
    display: inline-flex;
    margin-top: 3px;
    margin-right: 0.3rem;
    padding: 0 3px;
    border: 1px solid var(--menu-items);
    border-radius: 5px;
    align-items: center;
}

.filterInserted > span {
    margin-right: 3px;
}

.filterInserted button {
    background: transparent;
    border: 0;
    font-size: 0;
    height: 1.2rem;
    width: 1.2rem;
    margin-left: 4px;
    padding: 0;
}

.filterInserted img {
    object-fit: none;
    height: 100%;
    width: 100%;
    min-width: 19.2px;
}

.checkboxList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.containerClient {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.containerClient > strong {
    font-weight: 700;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.main-content {
    position: absolute;
    width: 100vw;
    height: 100vh;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#divMenuLateral {
    width: 220px;
    height: 100vh;
    border-right: 1px solid #b9b9b9;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#divMenuLateral .sidebar-left {
    width: 100%;
    height: 100%;
    z-index: 0;
}

#divBarraSuperior {
    position: absolute;
    top: 0px;
    left: 220px;
    width: calc(100vw - 220px);
    height: 52px;
    z-index: 1;
    border-bottom: 1px solid #b9b9b9;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#divBarraSuperior.menu-recolhido {
    left: 0px;
    width: 100vw;
}

#header-right {
    float: right;
    padding-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnExcel {
    padding-right: 16px;
    height: 35px;
}

#page-wrapper {
    position: absolute;
    top: 52px;
    left: 220px;
    width: calc(100vw - 220px);
    height: calc(100vh - 52px);
    margin: 0;
    padding: 20px 20px 0px 20px;
    /* background-color: rgba(255, 255, 255, 0); */
    background-color: var(--background);

    overflow: auto;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-wrapper.menu-recolhido {
    left: 0px;
    width: 100vw;
}

#page-wrapper.menu-principal {
    padding: 0px;

    -webkit-transition: left 0.5s ease, width 0.5s ease;
    -moz-transition: left 0.5s ease, width 0.5s ease;
    transition: left 0.5s ease, width 0.5s ease;
}

#divImgMenu {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    background: #3c4854;
}

#divLogoEmpresa {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#divLogoEmpresa img {
    width: 600px;
    height: 300px;
}

#page-wrapper.full {
    width: 100vw;
}

#page-wrapper.full #divImgMenu {
    left: -19px;
}

#principaisAtividades {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all 0.8s ease;
}

#principaisAtividades:hover {
    right: 150px;
    bottom: 150px;
}

#principaisAtividades svg {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#principaisAtividades:hover svg {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
}

#principaisAtividades circle {
    fill: var(--white);
    fill-opacity: 0;
    transition: all 0.4s ease;
    cursor: pointer;
}

#principaisAtividades circle:hover {
    fill: var(--white);
    fill-opacity: 0.5;
}

#rel-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#rel-header {
    height: 120px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

#rel-message {
    text-align: justify;
    line-height: 1.5em;
}

#rel-seller-data {
    padding-bottom: 20px;
    line-height: 20px;
}

#rel-items {
    padding-top: 20px;
}

#rel-item-separator {
    padding-bottom: 60px;
}

#rel-observations {
    padding-top: 20px;
    text-align: justify;
    line-height: 1.5em;
}

#localizacaoClienteMap {
    height: 800px;
}

#mapHeader {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid var(--menu-items);
    background: var(--background-menus);
    color: var(--white);
}

#mapHeader > div {
    display: inline-block;
}

#freteHeader {
    width: 100%;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

.btn-search {
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: all 400ms ease;
}

.btn-search:hover,
.btn-search:focus {
    background: #49c1f1;
    border-color: #05a6e6;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.div-flex {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: vertical;
}

.div-fill {
    /*deve estar dentro de uma div-flex para esticar */
    flex-grow: 1;
    margin-right: 5px;
}

.divGrid {
    display: grid;
    flex: 1;
    gap: 3rem;
    align-content: flex-end;
}

.divGrid.doisUm {
    grid-template-columns: 2fr 1fr;
}

.div-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

#containerLogoEmpresa {
    position: relative;
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 20px;
}

#containerLogoEmpresa > img {
    opacity: 1;
    display: block;
    width: 200px;
    height: 200px;
    transition: 0.4s ease;
    backface-visibility: hid;
}

.imgUpdate {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.imgUpdate > i {
    margin-bottom: 5px;
}

.imgUpdate + input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#containerLogoEmpresa:hover > img {
    opacity: 0.3;
}

#containerLogoEmpresa:hover .imgUpdate {
    cursor: pointer;
    opacity: 1;
}

.divFlexCamposEsquerda {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.divLblBtnInput {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 1rem;
}

.divLblBtnInput > label {
    display: block;
}

.divLblBtnInput > div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 0.625rem;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt16 {
    margin-top: 16px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.pr5 {
    padding-right: 5px;
}

.pr40 {
    padding-right: 40px;
}

.maxw150 {
    max-width: 150px;
}

.maxw200 {
    max-width: 200px;
}

.maxh200 {
    max-height: 200px;
}

.minw600 {
    min-width: 600px;
}

.i-hover {
    cursor: pointer;
    transition: all 400ms ease;
}

.i-hover.blue:hover {
    color: blue;
}

.i-hover.red:hover {
    color: red;
}

.i-hover.green:hover {
    color: green;
}

.centro {
    text-align: center;
}

.direita {
    text-align: right;
}

.esquerda {
    text-align: left;
}

.td-editable {
    cursor: pointer;
}

.td-editable.active {
    background: rgba(26, 216, 230, 0.3);
    border-color: rgba(26, 216, 230, 0.5);
    cursor: text;
}

.td-disabled {
    background: #eeeeee;
    color: #999999;
}

.input-group-text {
    cursor: pointer;
    transition: all 400ms ease;
}

.input-group-text:hover,
.input-group-text:focus {
    background: #49c1f1;
    border-color: #05a6e6;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fixed-bottom-right {
    position: fixed;
    bottom: 15px;
    right: 10px;
}

.clicable {
    cursor: pointer;
}

.text-upper {
    text-transform: uppercase;
}

.white {
    color: #fff;
}

ul,
#tvAcesso {
    list-style-type: none;
}

#tvAcesso {
    margin: 0;
    padding: 0;
}

.tv-span {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.tv-span::before {
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.tv-nested {
    display: none;
}

.tv-active {
    display: block;
}

.tv-nested > li {
    padding-left: 20px;
}

.rotate-down {
    position: relative;
    top: -7px;
    left: 3px;
    transform: rotate(90deg);
    transition: all 200ms;
}

.rotate-right {
    position: relative;
    top: 0px;
    left: 0px;
    transform: rotate(0deg);
    transition: all 200ms;
}

td.green {
    color: green;
}

.snackbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    padding: 6px;
    background: #cccccc;
    color: #333333;
    font-family: sans-serif;
    text-align: center;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 1002;
    transition: all ease 1s;
}

.snackbar.show {
    top: 10px;
    opacity: 0.7;
    visibility: visible;
}

.snackbar.success {
    background: #00c02b;
    border-color: #009d23;
    color: var(--white);
}

.snackbar.error {
    background: #d50000;
    border-color: #ba0000;
    color: var(--white);
}

.snackbar-tms {
    background-color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1002;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 120px;
    box-shadow: 0px 0px 30px 20px grey;
    visibility: hidden;
    opacity: 0;
    transition: all ease 1s;
}

.snackbar-tms > .close {
    position: relative;
    top: 5px;
    right: 5px;
    color: #ff0000;
    z-index: 1;
    opacity: 0.6;
    margin-top: -23px;
    margin-right: -23px;
    padding-right: 5px;
    cursor: pointer;
}

.snackbar-tms i {
    position: relative;
    top: 17px;
    left: -10px;
}

.snackbar-tms.show {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

/*testando snackbar*/

.snackbar-yesno {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    padding: 6px;
    background: var(--white);
    color: #000000;
    font-size: 1.6em;
    text-align: center;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 1002;
    transition: all ease 0.5s;
}

.snackbar-yesno.show {
    top: 20%;
    opacity: 0.95;
    visibility: visible;
}

#lbSnackYesNo + hr {
    margin: 0 0 10px 0;
    padding: 0;
}

.fundo-esmaecido {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
    visibility: hidden;
}

.fundo-esmaecido.show {
    visibility: visible;
}

.botaoUsuarioLogado {
    display: inline;
    border-radius: 20px;
}

.formContainer {
    max-width: 720px;

    display: flex;
    justify-content: left;
    flex-direction: column;
}

#lbUsuarioLogado {
    margin: 0px;
    padding: 0px;
}

#btnAlertas {
    margin-right: 15px;
    border-radius: 20px;
}

#showLeftPush {
    position: relative;
    bottom: 5px;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
    float: left;
    color: var(--white);
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border: none;
    background-color: #f2b33f;
    outline: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: 11px;
}

#showLeftPush:hover {
    color: #eeeeee;
}

.trade {
    background: #bbbbbb;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.invisivel {
    background: var(--white);
    border: none;
    width: 100%;
    height: 100%;
}

.li-dropdown {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.li-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    cursor: pointer;
}

.sticky-table {
    position: relative;
    border-collapse: collapse;
}

.sticky-table th {
    background: white;
    position: sticky;
    top: -21px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hidden {
    visibility: hidden;
    display: none;
}

.rel-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.divImagemProduto3d {
    display: grid;
    flex: 1;
    grid-template-columns: 3fr 1fr;
    gap: 3rem;
    align-content: flex-end;
}

.modalProduto3d {
    width: 100vw;
    height: 100vh;
    padding: 3rem;
}

.overlay {
    background: rgba(242, 243, 245, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;

    display: none;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle::after {
    color: var(--white);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: var(--white);
}

#container3d {
    background: var(--white);
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    border-radius: 5px;
    box-shadow: 0 0 60px rgb(0 0 0 / 5%);
    text-align: center;
}

#container3d canvas {
    border-radius: 5px;
}

#container3d button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: 0;
    font-size: 0;
}

@media (max-width: 768px) {
    #divBarraSuperior {
        left: 0px;
        width: 100vw;
    }

    #page-wrapper {
        left: 0px;
        width: 100vw;
    }
}
