﻿/* 
// Dispositivos extra small (telefones em modo retrato, com menos de 576px)
@media (max-width: 575.98px) { ... }

// Dispositivos small (telefones em modo paisagem, com menos de 768px)
@media (max-width: 767.98px) { ... }

// Dispositivos médios (tablets com menos de 992px)
@media (max-width: 991.98px) { ... }

//Dispositivos large (desktops com menos de 1200px)
@media (max-width: 1199.98px) { ... }

//Customização (telas dos notes vendedores)
@media (max-width: 1366px) { ... }
*/

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

:root {
    --fr-verde-escuro: #284734;
    --fr-verde-claro: #698961;
    --fr-verde: #4E6548;
    --fr-branco: #E7E7E0;
    --fr-bege: #d4d4cf;
    --fr-cinza: #c2c2c2;
    --fr-vermelho: #9a000e;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fontes/GOTHIC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Century Gothic', sans-serif, Arial;
    background-color: var(--fr-branco) !important;
}

.content {
    padding: 30px !important;
}

.content-center {
    margin-right: 220px;
}

.content-top-fixed {
    margin-top: 60px;
}

.alert {
    border-radius: 0;
}

.page-header {
    margin: 5px 0 0 0;
    color: var(--fr-verde-escuro);
}

.container-header-fixed {
    display: flex !important;
    justify-content: space-between !important;
    position: fixed;
    top: 40px;
    left: 220px;
    right: 0;
    z-index: 999;
    padding: 20px 30px 10px;
    background-color: #d4d4cf;
    box-shadow: 0 1px 5px #1a2229;
}

.profile-header .profile-header-tab-none {
    position: relative;
    background: #1d2226;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav.nav-tabs .nav-item .nav-link {
    color: #6f8293;
}

    .nav.nav-tabs .nav-item .nav-link:focus,
    .nav.nav-tabs .nav-item .nav-link:hover {
        color: #2d353c;
        background-color: rgba(182,194,201,.2);
    }

    .nav.nav-tabs .nav-item .nav-link.active {
        color: #2d353c;
        background-color: rgba(182,194,201,.5);
    }

.nav.nav-tabs + .tab-content {
    background-color: rgba(182,194,201,.5);
}

/*<nav modal>*/
.nav.nav-tabs.nav-modal .nav-item .nav-link {
    color: #6f8293;
}

    .nav.nav-tabs.nav-modal .nav-item .nav-link:focus,
    .nav.nav-tabs.nav-modal .nav-item .nav-link:hover {
        color: #2d353c;
        background-color: rgba(182,194,201,.1);
    }

    .nav.nav-tabs.nav-modal .nav-item .nav-link.active {
        color: #2d353c;
        background-color: rgba(182,194,201,.1);
    }

.nav.nav-tabs.nav-modal + .tab-content {
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
    padding: 15px 0 0 0;
}
/*</nav modal>*/

.user-profile-menu-item {
    display: none;
}

    .user-profile-menu-item > hr {
        background-color: rgba(255,255,255,.4);
        margin: 20px 10px;
    }

    .user-profile-menu-item > form > button {
        padding: 7px 20px;
        line-height: 20px;
        color: rgba(255,255,255,.6);
        background-color: transparent;
        text-decoration: none;
        border: none;
    }

        .user-profile-menu-item > form > button > i {
            float: left;
            margin-right: 10px;
            width: 14px;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
        }

@media (max-width: 767.98px) {
    .content {
        padding: 20px 5px 5px !important;
    }

    .content-center {
        margin-right: 0;
    }

    .page-header-fixed {
        padding-top: 50px;
    }

    .pace .pace-progress {
        top: 50px;
    }

    .pace .pace-activity {
        top: 63px;
    }

    #user-profile-content {
        display: none;
    }

    .user-profile-menu-item {
        display: block;
    }

    h1.page-header {
        display: none;
    }
}

.right-content {
    position: relative;
}

.brand-fr-icone {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .brand-fr-icone img {
        width: 20vh;
    }

@media (max-width: 767.98px) {
    .brand-fr-icone img {
        width: 10vh;
    }
}

.brand-fr-marca {
    display: flex;
    flex-flow: row;
    height: 20px;
}

    .brand-fr-marca img {
        width: 170px;
    }

    .brand-fr-marca small {
        padding: 1px;
        padding-left: 2px;
        font-size: 12pt;
        color: var(--fr-verde);
    }

.news-caption img {
    width: 170px;
    padding-bottom: 7px;
}

.news-caption small {
    font-size: 18pt;
}

.news-caption p {
    margin-top: 30px;
}

.text-fr-escuro {
    color: var(--fr-verde-escuro) !important;
}

.text-fr-verde {
    color: var(--fr-verde) !important;
}

.text-fr-claro {
    color: var(--fr-verde-claro) !important;
}

.text-fr-branco {
    color: var(--fr-branco) !important;
}

.text-fr-cinza {
    color: var(--fr-cinza) !important;
}

.bg-fr-escuro {
    background-color: var(--fr-verde-escuro) !important;
}

.bg-fr-verde {
    background-color: var(--fr-verde) !important;
}

.bg-fr-claro {
    background-color: var(--fr-verde-claro) !important;
}

.bg-fr-branco {
    background-color: var(--fr-branco) !important;
}

.btn-fr-verde {
    color: #fff;
    background-color: var(--fr-verde) !important;
    border-color: var(--fr-verde) !important
}

    .btn-fr-verde:hover {
        color: #fff;
        background-color: var(--fr-verde-claro) !important;
        border-color: var(--fr-verde-claro) !important
    }

    .btn-fr-verde.focus, .btn-fr-verde:focus {
        box-shadow: 0 0 0 0 rgba(38,184,184,.5)
    }

    .btn-fr-verde.disabled, .btn-fr-verde:disabled {
        color: #fff;
        background-color: var(--fr-verde) !important;
        border-color: var(--fr-verde) !important
    }

    .btn-fr-verde:not(:disabled):not(.disabled).active, .btn-fr-verde:not(:disabled):not(.disabled):active, .show > .btn-fr-verde.dropdown-toggle {
        color: #fff;
        background-color: var(--fr-verde) !important;
        border-color: var(--fr-verde) !important
    }

        .btn-fr-verde:not(:disabled):not(.disabled).active:focus, .btn-fr-verde:not(:disabled):not(.disabled):active:focus, .show > .btn-fr-verde.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38,184,184,.5)
        }

.btn-fr-escuro {
    color: #fff;
    background-color: var(--fr-verde-escuro) !important;
    border-color: var(--fr-verde-escuro) !important
}

    .btn-fr-escuro:hover {
        color: #fff;
        background-color: var(--fr-verde-claro) !important;
        border-color: var(--fr-verde-claro) !important
    }

    .btn-fr-escuro.focus, .btn-fr-escuro:focus {
        box-shadow: 0 0 0 0 rgba(38,184,184,.5)
    }

    .btn-fr-escuro.disabled, .btn-fr-escuro:disabled {
        color: #fff;
        background-color: var(--fr-verde-escuro) !important;
        border-color: var(--fr-verde-escuro) !important
    }

    .btn-fr-escuro:not(:disabled):not(.disabled).active, .btn-fr-escuro:not(:disabled):not(.disabled):active, .show > .btn-fr-escuro.dropdown-toggle {
        color: #fff;
        background-color: var(--fr-verde-escuro) !important;
        border-color: var(--fr-verde-escuro) !important
    }

        .btn-fr-escuro:not(:disabled):not(.disabled).active:focus, .btn-fr-escuro:not(:disabled):not(.disabled):active:focus, .show > .btn-fr-escuro.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38,184,184,.5)
        }

.btn-fr-outline-dark {
    color: var(--fr-verde-escuro);
    border-color: var(--fr-verde-escuro)
}

    .btn-fr-outline-dark:hover {
        color: var(--fr-branco) !important;
        background-color: var(--fr-verde-claro);
        border-color: var(--fr-verde-claro)
    }

    .btn-fr-outline-dark.focus, .btn-fr-outline-dark:focus {
        box-shadow: 0 0 0 0 rgba(45,53,60,.5)
    }

    .btn-fr-outline-dark.disabled, .btn-fr-outline-dark:disabled {
        color: var(--fr-verde-escuro);
        background-color: transparent
    }

    .btn-fr-outline-dark:not(:disabled):not(.disabled).active, .btn-fr-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-fr-outline-dark.dropdown-toggle {
        color: var(--fr-branco);
        background-color: var(--fr-verde-escuro);
        border-color: var(--fr-verde-escuro)
    }

        .btn-fr-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-fr-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-fr-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(45,53,60,.5)
        }

.toolbar {
    display: flex;
    flex-flow: row;
}

.toolbar-bottom {
    justify-content: flex-end;
}

.toolbar .btn-toolbar {
    width: 120px;
    padding: 10px;
    margin-right: 10px;
    display: table-cell;
    text-align: center;
}

.toolbar-bottom .btn-toolbar {
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .container-header-fixed {
        left: 0;
    }

    .toolbar {
        margin-left: -20px;
        padding-bottom: 0;
    }

        .toolbar .btn-toolbar {
            width: 100%;
            margin-right: 5px;
        }

    .toolbar-bottom .btn-toolbar {
        margin-left: 0;
    }

    .sidebar {
        z-index: 9995;
    }
}

.panel.panel-inverse > .panel-heading {
    background: var(--fr-verde-escuro) !important;
    color: #fff
}

.btn-link:hover {
    color: var(--fr-verde-claro) !important;
}

.header .navbar-brand .navbar-logo {
    background: var(--fr-verde-claro);
}

.sidebar .nav > li.active > a i {
    color: var(--fr-verde-claro);
}

.sidebar .sub-menu > li.active:after {
    border-color: var(--fr-verde-claro)
}

.btn-link {
    color: var(--fr-verde) !important;
}

    .btn-link.disabled, .btn-link:disabled {
        color: var(--fr-verde) !important;
    }

.sidebar .nav > li.active > a {
    color: #fff;
    background: var(--fr-verde);
}

.sidebar .sub-menu > li > a:after {
    background: var(--fr-verde);
}

.sidebar .sub-menu > li:before {
    background: var(--fr-verde);
}

.login.login-v2 .login-header .brand .logo {
    background-color: var(--fr-verde);
}

.panel .panel-body {
    border: solid 1px var(--fr-verde);
}

.dataTables_wrapper.dt-bootstrap .dataTables_paginate .pagination .paginate_button.active a, .dataTables_wrapper.dt-bootstrap4 .dataTables_paginate .pagination .paginate_button.active a {
    border-color: var(--fr-verde) !important;
    background: var(--fr-verde) !important;
}

.table-scroll-x {
    overflow-x: auto;
    width: 100%;
}

.pace .pace-progress {
    background: var(--fr-verde);
}

.pace .pace-activity {
    border-top-color: var(--fr-verde);
    border-left-color: var(--fr-verde);
}

.swal-overlay .swal-modal .swal-icon--success, .swal-overlay .swal-modal .swal-icon--success__ring {
    border-color: var(--fr-verde);
}

.swal-overlay .swal-modal .swal-icon--success__line--long, .swal-overlay .swal-modal .swal-icon--success__line--tip {
    background-color: var(--fr-verde);
}

.card {
    border: none;
}

.card-header {
    background: #656b70;
    color: #fff;
    padding: 10px 15px;
}

.text-vcenter {
    align-items: center;
}

.gallery .image {
    width: 250px;
}

    .gallery .image img {
        height: auto;
    }

.starrating > input {
    display: none;
}

.starrating > label:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-size: 2em;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating > label {
    color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label {
    color: #ffca08; /* Set yellow color when star checked */
}

.starrating > input:hover ~ label {
    color: #ffca08; /* Set yellow color when star hover */
}

.facerating > input {
    display: none;
}

.facerating > label:before {
    margin: 2px 6px;
    font-size: 2em;
    display: inline-block;
}

.facerating > label {
    color: #ddd; /* Start color when not clicked */
}

.facerating-item-enable:checked + label {
    color: #39aaff; /* Set color when star checked */
}

.facerating-item-enable:hover {
    color: #39aaff; /* Set color when star hover */
}

.facerating-item-disable:checked + label {
    color: #39aaff; /* Set color when star checked */
}

.table td .btn-group .btn,
.input-group-append .btn {
    width: 40px;
}

.modal-header {
    padding: 0.7rem;
    background-color: #4E6548;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    font-size: 1rem;
}

.modal-footer {
    padding: 0.7rem;
    background-color: #E7E7E0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .modal-footer .btn {
        width: 100px;
    }

.modal-alert-message {
    position: relative;
    font-size: 10pt;
    margin: 0;
    padding: 0.5rem 0.7rem 0;
    border-radius: 0;
    border-bottom: 1px solid #f5c6cb;
    background-color: #f8d7da;
    color: #dc3545;
}

    .modal-alert-message h6 {
        color: #721c24;
        font-weight: 400;
    }

    .modal-alert-message .close {
        position: absolute;
        top: 1px;
        right: 5px;
    }

.modal-success-message {
    position: relative;
    font-size: 10pt;
    margin: 0;
    padding: 0.5rem 0.7rem 0;
    border-radius: 0;
    border-bottom: 1px solid #c6f5cb;
    background-color: #d7f8d8;
    color: #48dc35;
}

    .modal-success-message h6 {
        color: #1c721d;
        font-weight: 400;
    }

    .modal-success-message .close {
        position: absolute;
        top: 1px;
        right: 5px;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 93%;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 80%;
    }
}

@media (min-width: 1320px) {
    .modal-dialog {
        max-width: 60%;
    }
}

.galeria-horizontal {
    overflow: auto;
    white-space: nowrap;
}

    .galeria-horizontal a {
        display: inline-block;
    }

.alert-message {
    position: relative;
    margin-bottom: 20px;
    padding: 0.8rem;
    border-radius: 3px;
    border: 1px solid #9a000e;
    background-color: #fff;
    color: #9a000e;
}

    .alert-message h5 {
        margin-bottom: 0 0 10px;
    }

    .alert-message h6 {
        margin: 0;
    }

    .alert-message .close {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #9a000e;
    }

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #777;
    }

.mosaico {
    display: flex;
    flex-flow: row wrap;
}

    .mosaico .mosaico-item {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        width: 18.4%;
        margin: 0.8%;
        border: 1px solid #d5dbe0;
        border-radius: 4px;
    }

        .mosaico .mosaico-item .mosaico-item-img {
            width: 100%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .mosaico .mosaico-item .mosaico-item-title {
            margin: 0;
            padding: 15px;
            color: #000;
            background-color: #f3f3f3;
        }

        .mosaico .mosaico-item .mosaico-item-text {
            margin: 0;
            padding: 15px;
            color: #808080;
        }

        .mosaico .mosaico-item .mosaico-item-row {
            margin: 0;
            padding: 10px;
            color: #808080;
        }

@media (max-width: 575.98px) {
    .mosaico .mosaico-item {
        width: 94%;
        margin: 1.4%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mosaico .mosaico-item {
        width: 46.4%;
        margin: 1.33%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mosaico .mosaico-item {
        width: 30.6%;
        margin: 1.25%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mosaico .mosaico-item {
        width: 22.9%;
        margin: 1.04%;
    }
}

.select-seriais {
    padding: 0 5px;
    min-width: 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .select-seriais option {
        padding: 5px 0;
    }

input.disabled {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.text-uppercase-first {
    text-transform: lowercase;
}

    .text-uppercase-first::first-letter {
        text-transform: uppercase;
    }

.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: var(--fr-verde);
}

.ui-widget.ui-autocomplete .ui-menu-item-wrapper {
    padding: 3px;
}

.widget-stats .stats-number, .widget.widget-stats .stats-number {
    font-size: 14pt;
    font-weight: 500;
}

.widget-stats .stats-icon.stats-icon-lg, .widget.widget-stats .stats-icon.stats-icon-lg {
    font-size: 50pt;
    top: 30px;
}

.widget-stats .stats-title, .widget.widget-stats .stats-title {
    font-size: 12px;
    color: #fff;
}

@keyframes pulsar {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.35);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.fa.fa-microphone {
    animation: pulsar 1s infinite;
    color: var(--fr-verde-escuro);
}


.badge-red {
    position: absolute;
    top: 73px;
    right: 35px;
    padding: 0.2vw 0.4vw;
    border-radius: 60%;
    background-color: #ff0600;
    color: white;
}

.badge-green {
    position: absolute;
    top: 73px;
    right: 5px;
    padding: 0.2vw 0.4vw;
    border-radius: 60%;
    background-color: var(--fr-verde-escuro);
    color: white;
}

.flip-card {
    width: 160px;
    height: 160px;
    perspective: 1000px;
    cursor: pointer;
    transition: transform 1s;
    transform-style: preserve-3d;
    border-radius: 4px;
    /*margin-right: 15px;*/
}

    .flip-card.verso {
        transform: rotateY( 180deg );
    }

.flip-card-front, .flip-card-back {
    width: 160px;
    height: 160px;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 4px;
}

    .flip-card-front img {
        width: 160px;
    }

.flip-card-back {
    transform: rotateY(180deg);
}

@media (max-width: 1366px) {
    .flip-card {
        width: 130px !important;
        height: 130px !important;
    }

    .flip-card-front, .flip-card-back {
        width: 130px !important;
        height: 130px !important;
    }

        .flip-card-front img {
            width: 130px !important;
        }

    .flip-card-back {
        font-size: smaller !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .flip-card-back button {
            margin-bottom: 10px !important;
            margin-top: -15px !important;
        }
}

.fr-loading {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

    .fr-loading img {
        content: url(../imagens/loading.gif);
    }

    .fr-loading:after {
        content: 'carregando';
    }

.coluna-score {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: solid 1px var(--fr-branco);
}

#btnShowModalInfoRight {
    position: absolute;
    top: -1px;
    right: 0;
    color: #fff;
    background-color: var(--fr-verde);
    border-top: none;
    border-right: none;
    border-left: solid 3px #fff;
    border-bottom: none;
    font-size: 14pt;
    height: 120px;
    width: 45px;
    border-radius: 0;
    outline: none;
    z-index: 880;
}

    #btnShowModalInfoRight:hover {
        background-color: var(--fr-verde-escuro);
    }

#btnHideModalInfoRight {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: var(--fr-verde);
    border-top: none;
    border-right: none;
    border-left: solid 3px var(--fr-verde-escuro);
    border-bottom: none;
    font-size: 14pt;
    height: 120px;
    width: 45px;
    border-radius: 0;
    outline: none;
}

    #btnHideModalInfoRight:hover {
        color: var(--fr-verde-escuro);
    }

.modal-info-right {
    position: absolute;
    padding: 20px;
    background-color: var(--fr-verde-escuro);
    color: #fff;
    top: -1px;
    bottom: -1px;
    right: 0;
    z-index: 890;
}

    .modal-info-right.width33 {
        width: 33%;
    }

    .modal-info-right.width50 {
        width: 50%;
    }

    .modal-info-right h1 {
        font-size: 14pt;
        font-weight: 400;
        margin: 0 0 10px;
    }

    .modal-info-right h3 {
        font-size: 12pt;
        font-weight: 400;
        margin: 0 0 30px;
    }

        .modal-info-right h3 a {
            font-size: 16pt;
            position: absolute;
            margin-top: -20px;
            margin-left: 10px;
            padding: 3px;
            width: 40px;
            height: 40px;
        }

    .modal-info-right h5 {
        font-size: 10pt;
        font-weight: 400;
        margin: 0 0 10px;
    }

    .modal-info-right hr {
        background-color: #fff;
        margin: 0 0 30px;
    }

@media (max-width: 767.98px) {
    .modal-info-right.width33 {
        width: 66%;
    }

    .modal-info-right.width50 {
        width: 100%;
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--fr-verde);
    border-color: var(--fr-verde-escuro);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: var(--fr-verde-claro);
}

.timeline {
}

    .timeline:before {
        background: var(--fr-verde);
    }

    .timeline .timeline-header .userimage {
        color: var(--fr-verde-claro);
        border-radius: 0;
    }

    .timeline .timeline-item {
        padding: 20px;
    }

    .timeline .timeline-time {
        top: 38px;
        left: 1%;
        width: 16%;
    }

        .timeline .timeline-time .time {
            font-weight: 600;
            font-size: 12pt;
            color: var(--fr-verde-escuro);
        }

    .timeline .timeline-icon {
    }

        .timeline .timeline-icon a {
            border: 5px solid var(--fr-verde);
        }

    .timeline .timeline-body {
        margin-left: 23%;
        margin-right: 0;
        padding: 20px;
    }

.timeline-orderby-label {
    width: 40%;
    text-align: center;
    color: var(--fr-verde);
}

@media (max-width: 767.98px) {
    .timeline-orderby-label {
        width: 100%;
    }

    .timeline .timeline-body {
        margin-left: 0;
    }
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: var(--fr-verde-claro);
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--fr-bege);
}

.fc-toolbar-chunk .fc-today-button :not(.disabled) {
    background-color: var(--fr-verde);
    color: var(--fr-branco);
}

.panel-lembretes {
    max-height: 70vh;
    overflow: auto;
}

.panel-calendario {
    height: 70vh;
}

@media (max-width: 575.98px) {
    .panel-calendario {
        height: auto;
    }
}

.btn-inconsistencia-inv {
    background-color: #fff;
    color: #ff5b57;
    border-color: #ff5b57;
    margin-bottom: 2vh;
}

    .btn-inconsistencia-inv:hover {
        background-color: #ff5b57;
        color: #fff !important;
    }


.mosaico-inv {
    display: flex;
    flex-flow: row wrap;
}

    .mosaico-inv .mosaico-inv-item {
        width: 12vw;
        margin: 0.8%;
        border: solid 1px var(--fr-branco);
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .mosaico-inv .mosaico-inv-item .mosaico-inv-item-img {
            width: 100%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .mosaico-inv .mosaico-inv-item .mosaico-inv-item-title {
            margin: 0;
            padding: 15px;
            width: 100%;
            color: #000;
            background-color: var(--fr-branco);
            text-align: center;
        }

        .mosaico-inv .mosaico-inv-item .mosaico-inv-item-text {
            margin: 0;
            background-color: white;
            padding: 10px;
            width: 100%;
            overflow: auto;
            height: 8vh;
        }

@media (max-width: 575.98px) {
    .mosaico-inv .mosaico-inv-item {
        width: 47%;
        margin: 1.4%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mosaico-inv .mosaico-inv-item {
        width: 46.4%;
        margin: 1.33%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mosaico-inv .mosaico-inv-item {
        width: 30.6%;
        margin: 1.25%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mosaico-inv .mosaico-inv-item {
        width: 22.9%;
        margin: 1.04%;
    }
}

.inv-ultimos-lidos {
    overflow: auto;
    white-space: nowrap;
    display: block !important;
}

    .inv-ultimos-lidos .ultimo-lido-item {
        width: 215px;
        display: inline-block;
        justify-items: center;
        margin: 0.8%;
        border: 1px solid #d5dbe0;
        border-radius: 4px;
    }

        .inv-ultimos-lidos .ultimo-lido-item .ultimo-lido-title {
            margin: 0;
            padding: 15px 0px 15px 0px;
            color: #000;
            background-color: #f3f3f3;
        }

        .inv-ultimos-lidos .ultimo-lido-item .ultimo-lido-text {
            margin: 0;
            padding: 15px;
            color: #808080;
        }

.swal-icon {
    color: var(--fr-verde-claro);
}

.swal-title {
    font-size: 14pt;
}

.swal-htmlContainer {
    font-size: 12pt;
}

.swal-closeButton {
    color: var(--fr-verde-escuro) !important;
    border: 1px solid var(--fr-verde-escuro) !important;
    background-color: #fff !important;
}

    .swal-closeButton:hover {
        color: #fff !important;
        border: 0 solid var(--fr-verde-escuro) !important;
        background-color: var(--fr-verde-escuro) !important;
    }

.swal-confirmButton {
    color: #fff;
    /*border: 0 solid var(--fr-verde);*/
    background-color: var(--fr-verde);
}

    .swal-confirmButton:hover {
        color: #fff;
        /*border: 0 solid var(--fr-verde);*/
        background-color: var(--fr-verde-claro);
    }

.swal-confirmButtonRemove {
    color: #fff;
    /*border: 0 solid var(--fr-vermelho);*/
    background-color: var(--fr-vermelho);
}

    .swal-confirmButtonRemove:hover {
        color: #fff;
        /*border: 0 solid var(--fr-vermelho);*/
        background-color: var(--fr-vermelho);
    }

.dropzone .dz-message{
    margin: 25px 0 !important;
}

.status_pedcompra {
    height: 76px;
    margin: -15px -15px 0 0;
    border-bottom-left-radius: 4px;
    background-color: rgb(242, 243, 244);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .status_pedcompra {
        height: 76px;
        margin: 10px 0 20px 0;
        border-radius: 4px;
    }
}

/* FratGPT - início */

.janela-chat {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 40vw;
    box-shadow: 0 0 5px #1a2229;
    z-index: 2010;
    display: flex;
    flex-direction: column;
}

.conversa-chat {
    display: flex;
    flex-direction: column-reverse;
    background-color: var(--fr-verde-claro);
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
}

.conversa-chat-input {
    background-color: var(--fr-verde);
    padding: 20px;
    width: 100%;
    flex-shrink: 0;
}

.container-mensagens {
    flex-direction: column;
    display: flex;
}

.cabecalho-chat {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background: var(--fr-verde);
    width: 100%;
    flex-shrink: 0;
}

    .cabecalho-chat span {
        margin-top: 3px;
        margin-left: 10px;
        font-size: 11pt;
        font-weight: 600;
        color: var(--fr-branco);
    }

    .cabecalho-chat small {
        font-size: 9pt;
        color: var(--fr-bege);
    }

    .cabecalho-chat button {
        padding: 5px 8px;
        background: var(--fr-verde-escuro);
        border: 0 solid #fff;
    }

        .cabecalho-chat button i {
            font-size: 12pt;
            color: var(--fr-branco);
        }

.mensagem-chat-boasvindas {
    border-radius: 4px;
    margin-top: 0;
    background-color: var(--fr-branco);
    margin-bottom: 8px;
    padding: 15px;
    margin-right: 30px;
    font-size: 10pt;
}

.mensagem-usuario {
    background-color: var(--fr-branco);
    border-radius: 4px;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: fit-content;
    align-self: end;
    display: flex;
    flex-direction: column;
    font-size: 10pt;
    position: relative;
}

.mensagem-chat {
    background-color: var(--fr-bege);
    border-radius: 4px;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: fit-content;
    align-self: start;
    display: flex;
    flex-direction: column;
    font-size: 10pt;
    position: relative;
}

.texto-mensagem {
    margin-bottom: 10px;
}

.data-mensagem {
    color: grey;
    font-size: 8pt;
}

.mensagem-usuario .data-mensagem {
    text-align: end;
}

.mensagem-usuario .icone-chat {
    position: absolute;
    color: var(--fr-branco);
    background-color: var(--fr-verde-escuro);
    border-radius: 50px;
    padding: 5px;
    right: -10px;
    bottom: -10px;
}

.mensagem-chat .data-mensagem {
    text-align: start;
}

.mensagem-chat .icone-chat {
    position: absolute;
    color: var(--fr-verde-escuro);
    background-color: var(--fr-bege);
    border-radius: 50px;
    padding: 5px;
    left: -10px;
    bottom: -10px;
}

@keyframes innerPulseCombo {
    0% {
        color: var(--fr-cinza); /* cinza inicial */
        transform: scale(0.9);
    }

    50% {
        color: #0077bb; /* azul no meio */
        transform: scale(1.0);
    }

    100% {
        color: var(--fr-cinza); /* volta para cinza */
        transform: scale(0.9);
    }
}

.pulse-content {
    display: inline-block;
    animation: innerPulseCombo 2.5s infinite ease-in-out;
    transition: color 0.3s, transform 0.3s;
}

.btnFratGpt {
    color: #0077bb;
}

    .btnFratGpt:hover {
        color: #005abb;
    }

.btn-fratgpt-mobi {
    display: none;
}

.btn-fratgpt-desk {
    display: unset;
}

@media (max-width: 1199.98px) {
    .janela-chat {
        width: 50vw;
    }

    .conversa-chat-input {
        padding-bottom: 95px;
    }
}

@media (max-width: 991.98px) {
    .janela-chat {
        width: 60vw;
    }
}

@media (max-width:767.99px) {
    .janela-chat {
        width: 95vw;
    }

    .btn-fratgpt-mobi {
        display: unset;
    }

    .btn-fratgpt-desk {
        display: none;
    }
}

/* FratGPT - fim */

#data-table-nopagination_wrapper .dataTables_length,
#data-table-nopagination_wrapper .dataTables_info,
#data-table-nopagination_wrapper .dataTables_paginate {
    display: none !important;
}

#data-table-nopagination_wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}