﻿body {
    background-color: #F5F7FA;
    overflow-x: hidden;
    font-family: PublicSans;
}

/*div:focus, a:focus, p:focus, button:focus {
    outline: none;
    border: none;
}*/

.displayInline {
    display: inline-block;
}

.table>thead>tr>th {
    vertical-align: middle !important;
}

.bootgrid-table th>.column-header-anchor>.text {
    margin: 0px !important;
}

.bootgrid-table th:active .column-header-anchor,
.bootgrid-table th:hover .column-header-anchor {
    color: #333 !important;
}

.bootgrid-table th>.column-header-anchor {
    color: #333 !important;
    font-weight: 600;
}

.bootgrid-table th>.column-header-anchor:hover {
    color: #333 !important;
    font-weight: 600;
}

/* Bootgrid thead - Padrão moderno */
.bootgrid-table th,
.bootgrid-table thead tr th {
    background: #f8f9fa !important;
    color: #333 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #6366F1 !important;
}

.bootgrid-table th:hover,
.bootgrid-table th:active {
    background: #f0f0f0 !important;
    color: #333 !important;
}

.dropdown-menu-b2b {
    background: linear-gradient(to right, rgba(211, 203, 197, 0.97), rgba(229, 223, 217, 0.98)) !important;
    font-family: PublicSans;
    font-size: 12px;
    padding-left: 10px;
}

/* Estilos de paginação movidos para o final do arquivo - Seção "PAGINAÇÃO MODERNA" */
/*.pagination>.active>a {
    background-color: black !important;
    border-color: black !important;
}*/

.botaoIrParaInicio {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #6366F1;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    opacity: 0.4;
    padding: 10px;
}

.img-cabecalho-extendido {
    height: 65px;
    left: 15px;
    position: relative;
}

.img-cabecalho-compacto {
    height: 40px;
    top: 20px;
    left: 15px;
    position: relative;
}

.img-cabecalho-compacto-fixo {
    height: 40px;
    top: 10px;
    left: 15px;
    position: relative;
}

@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'PublicSans';
    src: url('../fonts/PublicSans.ttf') format('truetype');
}

/*#region Login - Design Moderno com Glassmorfismo */

.form-control {
    font-size: 15px;
    font-family: PublicSans;
}

.bootstrap-select.btn-group .no-results {
    font-weight: bold !important;
}

/* Quantidade de registros da bootgrid*/
.infos {
    font-size: 13px !important;
    font-weight: bold !important;
    font-family: PublicSans !important;
}

#footer {
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

#imgLogin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#corpoLogin {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000000;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.6;
}

#corpoNovoPedido {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000000;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.6;
}

/* Container principal do login - Centralizado e responsivo */
#bemVindo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 450px;
    padding: 0 20px;
}

/* Logo do login - Centralizada */
#colBemVindo {
    padding: 0;
    margin-bottom: 40px;
}

#imgBemVindo {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: auto;
}

/* Container de login com Glassmorfismo */
#dadosLogin {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 40px 35px 35px 35px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#dadosLogin:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.45);
}

/* Logo dentro do card */
#dadosLogin #colBemVindo {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}

#dadosLogin #imgBemVindo {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Inputs do login - Design moderno minimalista */
.inputLogin,
.inputLogin:-webkit-autofill,
.inputLogin:-webkit-autofill:hover,
.inputLogin:-webkit-autofill:focus {
    height: 56px;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #333 !important;
    padding: 0 55px 0 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.95) inset;
    letter-spacing: 0.3px;
}

#txtUsuario {
    padding: 0 20px !important;
}

.inputLogin:focus {
    outline: none !important;
    background: rgba(255, 255, 255, 1) !important;
    border-color: #6366F1;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.2), 0 0 0 3px rgba(99, 102, 241, 0.1);
    transform: translateY(-1px);
}

.inputLogin::-moz-placeholder {
    color: #999;
    font-weight: 400;
}

.inputLogin:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
}

.inputLogin::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
}

#mostrarSenha {
    display: none;
    right: 30px;
    position: absolute;
    top: 19px;
    cursor: pointer;
    font-size: 20px;
    color: dimgray;
}

/* Botão para mostrar/ocultar senha */
.btnToggleSenha {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
    z-index: 10;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnToggleSenha:hover {
    color: #6366F1;
    background: rgba(99, 102, 241, 0.1);
}

.btnToggleSenha:focus {
    outline: none;
}

.btnToggleSenha i {
    pointer-events: none;
}

/* Links de ação do login - Design moderno e centralizado */
#divAcoesSenha {
    margin-top: 20px;
    margin-bottom: 24px;
    text-align: center;
}

#divAcoesSenha a,
#esqueciSenha {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding: 4px 8px;
}

#divAcoesSenha a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    transition: width 0.3s ease;
}

#divAcoesSenha a:hover,
#esqueciSenha:hover {
    color: white !important;
    cursor: pointer;
}

#divAcoesSenha a:hover::after {
    width: 80%;
}

/* Input com erro - Feedback visual */
.erroLogin {
    border-color: #4F46E5 !important;
    background: rgba(196, 181, 253, 0.95) !important;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

/* Botão de login - Design moderno e impactante */
.btnLogin {
    border-radius: 12px;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 700;
    color: white !important;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    width: 100%;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btnLogin::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btnLogin:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5);
    background: linear-gradient(135deg, #818CF8 0%, #6366F1 100%);
}

.btnLogin:hover::before {
    left: 100%;
}

.btnLogin:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.3);
}

.btnLoginCarregando {
    border-radius: 12px;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 700;
    color: white !important;
    background: linear-gradient(135deg, #999 0%, #bbb 100%);
    width: 100%;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: wait;
    opacity: 0.8;
}

/* Ajustes adicionais para glassmorfismo */
#divBotaoEntrar {
    margin-top: 8px;
}

/* Media queries para responsividade do login */
@media (max-width: 768px) {
    #bemVindo {
        max-width: 90%;
        padding: 0 15px;
    }

    #dadosLogin {
        padding: 30px 25px 25px 25px;
    }

    #dadosLogin #imgBemVindo {
        max-width: 150px;
        margin-bottom: 25px;
    }

    .inputLogin {
        height: 52px;
        font-size: 14px;
        padding-right: 50px;
    }

    .btnToggleSenha {
        right: 12px;
        font-size: 16px;
        width: 34px;
        height: 34px;
    }

    .btnLogin,
    .btnLoginCarregando {
        padding: 14px 30px;
        font-size: 13px;
    }

    #divAcoesSenha a,
    #esqueciSenha {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    #bemVindo {
        top: 45%;
        max-width: 95%;
    }

    #dadosLogin {
        padding: 25px 20px 20px 20px;
        border-radius: 20px;
    }

    #dadosLogin #imgBemVindo {
        max-width: 130px;
        margin-bottom: 20px;
    }

    .inputLogin {
        height: 50px;
        font-size: 13px;
        padding: 0 50px 0 16px;
    }

    .btnToggleSenha {
        right: 10px;
        font-size: 15px;
        width: 32px;
        height: 32px;
    }

    .btnLogin,
    .btnLoginCarregando {
        padding: 14px 25px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    #divAcoesSenha a,
    #esqueciSenha {
        font-size: 11px;
    }

    #divAcoesSenha .col-lg-12 {
        padding-top: 6px !important;
    }
}

/* Animação de entrada suave */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#dadosLogin {
    animation: fadeInUp 0.6s ease-out;
}

#imgBemVindo {
    animation: fadeInUp 0.8s ease-out;
}

/*#endregion Login */

/* Modal header padrão - Moderno */
.modal-header {
    padding: 20px 24px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    border-bottom: 2px solid #6366F1 !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

/* Título do modal */
.modal-header .modal-title,
.modal-header h4,
.modal-header h3 {
    color: #333 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
    font-size: 18px !important;
}

/* Botão close circular moderno - Apenas ícone */
.modal-header .close {
    font-size: 0 !important;
    font-weight: 300 !important;
    color: #6366F1 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(99, 102, 241, 0.1);
    border: 2px solid transparent;
    position: relative;
    line-height: 0;
}

/* Ícone X moderno usando pseudo-elemento */
.modal-header .close::before {
    content: '✕';
    font-size: 20px;
    font-weight: 400;
    color: #6366F1;
    display: block;
    line-height: 1;
    transition: all 0.3s ease;
}

.modal-header .close:hover {
    background-color: #6366F1 !important;
    transform: rotate(90deg) scale(1.15);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    border-color: #6366F1;
}

.modal-header .close:hover::before {
    color: #ffffff !important;
    transform: rotate(90deg);
}

.modal-header .close:active {
    transform: rotate(90deg) scale(0.95);
}

.modal-header .close:active::before {
    transform: rotate(90deg);
}

/* Modal body padrão - Sem bordas arredondadas */
.modal-body {
    padding: 24px !important;
    background-color: #ffffff !important;
    color: #333 !important;
    border-radius: 0 !important;
}

/* Modal footer padrão */
.modal-footer {
    padding: 16px 24px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%) !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

.erroProduto {
    border-style: solid !important;
    border-color: #6366F1 !important;
    border-width: 1px !important;
}

.erroBorda {
    border-style: solid !important;
    border-color: #6366F1 !important;
    border-width: 1px !important;
}

/* Fim Modal Lista Rápida */

/* Página de produtos */
#pesquisaListaProdutos {
    position: relative;
    top: 20px;
}

#logo-menu-produtos-m {
    width: 260px;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#logo-menu-produtos-p {
    width: 160px;
    height: 25px;
    margin-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#logo-menu-produtos-pp {
    width: 150px;
    height: 23px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#logo-menu-produtos-p:hover {
    cursor: pointer;
}

#logo-menu-produtos-m:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    #logo-menu-produtos-p {
        width: 20%;
        padding-top: 8px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
}

/*Fim Página de produtos*/

/*#region Lista Sugestões */

.lista-galeria-thumbnail {
    padding-left: 60px !important;
}

.lista-galeria-thumbnail-item {
    height: 150px;
    width: 140px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.lista-galeria-thumbnail-item-selecionada {
    height: 150px;
    width: 140px;
    background-color: black;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

#lista-galeria-produto-detalhe-foto {
    height: 400px;
    width: 300px;
    position: relative;
}

.lista-galeria-thumbnail-item-inline {
    height: 150px;
    width: 140px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

/*#endregion */

/*#region Seleção Marcas */

/* Card Marca - Estilo Spotlight Moderno */
.imgMarca {
    position: relative;
    background: #171717;
    border-radius: 24px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    min-height: 180px;
}

/* Efeito de borda com spotlight */
.imgMarca::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(99, 102, 241, 0.4),
        transparent 40%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Efeito de glow interno com spotlight */
.imgMarca::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: radial-gradient(
        400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(99, 102, 241, 0.08),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.imgMarca:hover::before,
.imgMarca:hover::after {
    opacity: 1;
}

.imgMarca:hover {
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-2px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 60px rgba(99, 102, 241, 0.1);
}

/* Imagem dentro do card */
.imgMarca img {
    position: relative;
    z-index: 2;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.imgMarca:hover img {
    transform: scale(1.05);
}

/* Texto/Nome da marca */
.imgMarca .marca-nome,
.imgMarca span,
.imgMarca p {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    letter-spacing: 0.3px;
}

/* Menu de opções (três pontinhos) */
.imgMarca .marca-menu {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.imgMarca:hover .marca-menu {
    opacity: 1;
}

.imgMarca .marca-menu:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* Container para grid de marcas */
.marcas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Variante sem imagem */
.imgMarca.sem-imagem {
    background: linear-gradient(135deg, #1f1f1f 0%, #171717 100%);
}

.imgMarca.sem-imagem::before {
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(129, 140, 248, 0.3),
        transparent 40%
    );
}

/* Card Seleção Tipo - Estilo Spotlight Moderno */
.selecaoTipo {
    position: relative;
    background: #171717;
    border-radius: 24px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    min-height: 180px;
}

/* Efeito de borda com spotlight */
.selecaoTipo::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(99, 102, 241, 0.4),
        transparent 40%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Efeito de glow interno com spotlight */
.selecaoTipo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: radial-gradient(
        400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(99, 102, 241, 0.08),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.selecaoTipo:hover::before,
.selecaoTipo:hover::after {
    opacity: 1;
}

.selecaoTipo:hover {
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-2px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 60px rgba(99, 102, 241, 0.1);
}

/* Imagem dentro do card */
.selecaoTipo img {
    position: relative;
    z-index: 2;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.selecaoTipo:hover img {
    transform: scale(1.05);
}

/* Texto/Nome */
.selecaoTipo span,
.selecaoTipo p {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    letter-spacing: 0.3px;
}

.divSelecaoInternaNovoPedido {
    position: relative;
    padding-top: 0%;
}

.divSelecaoInternaNovoPedidoFiliais {
    position: relative;
    padding-top: 10%;
}

.divSelecaoInternaNovoPedidoConfirmarInfo {
    position: relative;
    padding-top: 2%;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav>li {
    display: inline-block;
}

.masthead-nav>li+li {
    margin-left: 20px;
}

.masthead-nav>li>a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid transparent;
}

.masthead-nav>li>a:hover,
.masthead-nav>li>a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav>.active>a,
.masthead-nav>.active>a:hover,
.masthead-nav>.active>a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: left;
    }
}

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}


.mastfoot {
    color: #999;
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .masthead {
        position: fixed;
        top: 0;
    }

    .mastfoot {
        position: absolute;
        bottom: 0px;
    }

    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .masthead,
    .mastfoot,
    .cover-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {

    .masthead,
    .mastfoot,
    .cover-container {
        width: 1170px;
    }
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

#container-login-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.container-login-2-interno {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.container-login-2-selecao-marca-item {
    background-color: black;
    width: 460px;
    height: 350px;
    display: inline-block;
    position: relative;
}

.container-login-2-selecao-tipo-pedido {
    background-color: black;
    width: 800px;
    height: 300px;
    display: inline-block;
    position: relative;
}

.btn-selecao-novo-pedido {
    color: #ffffff !important;
    background-color: #000000 !important;
}

#btnProximaPagina {
    margin-top: 360px !important;
    position: absolute;
    margin-left: 80px;
    color: #ffffff;
    background-color: #000000;
}

#btnPaginaAnterior {
    margin-top: 360px !important;
    position: absolute;
    margin-left: -230px;
    color: #ffffff;
    background-color: #000000;
}

#btnProximaPaginaMarcas {
    margin-top: 400px !important;
    position: absolute;
    margin-left: 310px;
    color: #ffffff;
    background-color: #000000;
}

#btnPaginaAnteriorMarcas {
    margin-top: 400px !important;
    position: absolute;
    margin-left: -310px;
    color: #ffffff;
    background-color: #000000;
}

#btnProximaPaginaDuplo {
    margin-top: 200px !important;
    position: absolute;
    margin-left: 400px;
    color: #ffffff;
    background-color: #000000;
}

#btnPaginaAnteriorDuplo {
    margin-top: 200px !important;
    position: absolute;
    margin-left: -400px;
    color: #ffffff;
    background-color: #000000;
}

#btnProximaPaginaFiliais {
    margin-top: 205px !important;
    position: absolute;
    margin-left: 155px;
    color: #ffffff;
    background-color: #000000;
}

#btnPaginaAnteriorFiliais {
    margin-top: 205px !important;
    position: absolute;
    margin-left: -155px;
    color: #ffffff;
    background-color: #000000;
}

.btn-circular-transparente {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #d3d0cf;
    color: #FFFFFF;
}

.btn-circular-transparente:hover {
    background-color: transparent;
    color: #FFFFFF;
    opacity: 0.7;
}

.btn-circular-rosa {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
    background-color: #6366F1;
    border: 1px solid #6366F1;
    color: #FFFFFF;
}

.btnIncluirListaRosa {
    width: 100px;
    height: 30px;
    font-size: 12px;
    padding: 0px;
    background-color: #6366F1;
    color: #fff;
}

.texto-cor-padrao-claro {
    color: #EDE9FE;
}

.btn-marca {
    padding: 0px 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    line-height: 35px;
    width: 150px;
}

.container-login-2-interno-cabecalho {
    position: absolute;
    top: 0%;
    text-align: left;
    padding-top: 25px;
}

/*#endregion */
/*#region Tabelas - Sistema Moderno */

/* Tabelas padrão com visual moderno */
.table {
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-collapse: separate;
    border-spacing: 0;
}

.table>tbody>tr>td .progress-coluna {
    width: 400px;
}

.table>tbody>tr>td {
    padding: 12px 16px;
    border-top: 0px;
    border-bottom: 1px solid #f5f5f5;
    background-color: white;
    line-height: 1.6;
    transition: all 0.2s ease;
    text-transform: capitalize;
    position: relative;
}


.table>tbody>tr {
    transition: background-color 0.2s ease;
}

.table>tbody>tr:nth-child(even)>td {
    background-color: #fafafa;
}

.table>tbody>tr:hover>td {
    background-color: #F5F3FF !important;
}

/* Quando linha tem dropdown aberto, NÃO aplicar scale */
.table>tbody>tr:not(:has(.dropdown.open)):not(:has(.btn-group.open)):hover>td {
    transform: scale(1.005);
}

.table>tbody>tr:last-child>td {
    border-bottom: none;
}

.table>tbody>tr .sub-nivel {
    font-size: 12px;
    width: 270px;
    min-width: 270px;
}

/* Remover qualquer background preto de bibliotecas externas */
table thead,
.table thead,
.table>thead,
.bootgrid-header,
.bootgrid-table thead,
.dataTables_scrollHead,
.dataTables_scrollHeadInner,
thead,
thead tr {
    background: none !important;
    background-color: transparent !important;
}

.table>thead>tr>th {
    padding: 14px 16px;
    border-bottom: 2px solid #6366F1;
    font-weight: 600;
    /* Minimalista - Fundo cinza claro com borda rosa */
    background: #f8f9fa !important;
    color: #333 !important;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.table>thead>tr>th:hover {
    background: #f0f0f0 !important;
}

.table>thead>tr>th:first-child {
    border-top-left-radius: 12px;
}

.table>thead>tr>th:last-child {
    border-top-right-radius: 12px;
}

.table>tbody>tr>th {
    border-top: 0px;
    padding: 12px 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.subnivel-toogle-interno {
    background-color: #6366F1;
    color: white;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

.glyphicon-centralizado {
    float: right;
    line-height: 35px;
    font-size: 10px;
}

.hiddenRow {
    padding: 0 !important;
}

.tdLink {
    cursor: pointer;
}

.tabelaSubNivel {
    width: 100%;
}

/*#endregion */
/*#region Cabeçalho*/
.navbar-collapse {
    padding-left: 0;
}

.navbar-collapse {
    padding-left: 15px;
}

.nav>li>a:hover {
    background-color: transparent;
    text-decoration: none;
    opacity: 0.6;
}

.nav>li>a:visited {
    background-color: transparent;
    text-decoration: none;
    opacity: 1;
}

.nav>li>a:active {
    background-color: transparent;
    text-decoration: none;
    opacity: 1;
}

.nav>li>a:focus {
    background-color: transparent;
    text-decoration: none;
    opacity: 1;
}

#link-ola:hover {
    cursor: default;
    color: black;
}

.icone-Carrinho {
    font-size: 15px !important;
    color: #6366F1 !important;
    border-right: none !important;
}

.icone-sem-borda {
    border-right: none !important;
}

#carrinho-interno {
    background-color: white;
    padding: 5px 10px;
    margin-top: 15px;
    margin-left: -280px;
    position: absolute;
    z-index:10000
}

#carrinho-interno-compacto {
    background-color: transparent;
    padding: 5px 0px;
    margin-top: -10px;
    margin-left: -290px;
}


.ultimoMenu {
    border-right: none !important;
}

/*#endregion*/
/*#region Cabeçalho Compacto*/

#cabecalho-compacto {
    height: 160px;
    position: relative;
    margin-bottom: 50px;
}

.cabecalho-gestao {
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
    margin-bottom: 0px !important;
}

.menu-conta-compacto .navbar-nav>li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-right: solid;
    border-right-color: black;
    border-right-width: 1px;
    color: black;
}

.menu-gestao-fixo {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 60px;
    height: 0px;
    min-width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.menu-gestao-fixo-expand {
    height: 50px;
}

.menu-conta-compacto-fixo {
    position: fixed;
    width: 100%;
    z-index: 1002;
    top: 0;
    background: linear-gradient(to right, rgba(211, 203, 197, 0.97), rgba(229, 223, 217, 0.98));
    height: 45px;
    height: 0px;
    min-width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.maisCategorias {
    height: 45px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.maisCategorias.expand {
    height: 100%;
}

.menu-conta-compacto-fixo.expand {
    height: 80px;
    overflow: initial;
}


#pesquisa-produtos-compacto {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#menu-produtos-compacto {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(141, 134, 130, 1);
}

#menu-produtos-compacto .navbar-nav>li>a {
    color: #8D8682;
}


#menu-gestao-compacto {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-family: PublicSans;
}

#menu-gestao-compacto .navbar-nav>li>a {
    color: #000;
}


#barra-menu-produtos-compacto .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 25px;
}

#barra-menu-gestao-compacto .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

#barra-menu-gestao-compacto .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-family: PublicSans;
}

/*#endregion*/
/*#region Cabeçalho Extendido */

#cabecalho-extendido {
    height: 310px;
    position: relative;
    margin-bottom: 50px;
}

#menu-conta-extendido .navbar-nav>li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-right: solid;
    border-right-color: black;
    border-right-width: 1px;
    color: black;
}

#menu-produtos-extedido .navbar-nav>li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-right: solid;
    border-right-color: black;
    border-right-width: 1px;
    color: black;
}

#menu-gestao .navbar-nav>li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-right: solid;
    border-right-color: black;
    border-right-width: 1px;
    color: black;
}

#pesquisa-produtos-extendido {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#menu-produtos-extedido {
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 40px;
    color: rgba(141, 134, 130, 1);
}

#menu-produtos-extedido .navbar-nav>li>a {
    color: #8D8682;
}

/* #endregion */

/* #region Outras Sugestões */
.produto-catalogo-barra-lateral {
    position: absolute;
    top: 15px;
    /*height: 195px;*/
    height: 101px;
    width: 75px;
    background-color: darkslategray;
    left: 25px;
    z-index: 2;
}


.produto-catalogo {
    width: 390px;
    position: relative;
}

.produto-catalogo-barra-lateral-grafico-rosca {
    height: 65px;
    width: 75px;
    position: relative;
    background-color: white;
}

.produto-catalogo-barra-lateral-grafico-rosca .doughnutSummaryNumber {
    top: 40%;
    font-size: 12px;
}

.produto-catalogo-barra-lateral-mensagem {
    height: 36px;
    width: 75px;
}

.produto-catalogo-barra-lateral-thumbnail {
    height: 73px;
    width: 75px;
    background-color: darkslategray;
}

.produto-catalogo-foto {
    max-width: 100%;
    height: 370px;
    opacity: 0;
    cursor: pointer;
}

.produto-lista-interativa-foto {
    /*max-width: 100%;
    height: 300px;
    cursor: pointer;*/
    display: block !important;
    max-width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
}

.produto-lista-lookbook-foto {
    /*max-width: 100%;
    height: 300px;
    cursor: pointer;*/
    display: block !important;
    max-width: 100% !important;
    max-height: 64vh !important;
    object-fit: contain !important;
}

.produto-catalogo-foto-carregado {
    opacity: 1;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    max-height: 570px;
    max-width: 98%;
}

.img-catalogo {
    width: 260px;
    height: 370px;
}

/*#endregion*/
/*#region Produto Detalhe*/

#produto-detalhe-barra-lateral {
    position: absolute;
    top: 15px;
    height: 122px;
    width: 75px;
    background-color: darkslategray;
    left: -38px;
    z-index: 1;
}

.produto-detalhe-barra-lateral-grafico-rosca {
    height: 73px;
    width: 75px;
    position: relative;
    background-color: white;
}

.produto-detalhe-barra-lateral-grafico-rosca .doughnutSummaryNumber {
    top: 42%;
    left: 0%;
    font-size: 14px;
}

#produto-detalhe-barra-lateral-mensagem {
    height: 49px;
    width: 75px;
}

.produto-detalhe-galeria-thumbnail-item {
    height: 100px;
    width: 100px;
    display: inline-block;
    opacity: 1;
}

.produto-detalhe-galeria-thumbnail-item-opaco {
    height: 100px;
    width: 100px;
    display: inline-block;
    opacity: 0.6;
    cursor: pointer;
}

.produto-detalhe-galeria-thumbnail-item-opaco:hover {
    height: 100px;
    width: 100px;
    display: inline-block;
    opacity: 1;
    transition: opacity .23s ease-out;
    cursor: pointer;
}

.produto-detalhe-icone-coracao {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 1000;
    padding-left: 7px;
    padding-top: 6px;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 30%);
    background-color: #F3F5F9;
}

.produto-detalhe-icone-coracao-desmarcado {
    color: black;
}

.produto-detalhe-icone-coracao-desmarcado:hover {
    color: #6366F1;
}

.icone-favorito-marcado {
    color: #6366F1;
}

.produto-detalhe-icone-coracao-interativa {
    display: inline-block;
    color: #DDD6FE;
    padding: 4px;
    font-size: 5px;
    position: absolute;
    right: 20px;
    top: 0px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.produto-detalhe-icone-carrinho {
    border-radius: 8px;
    max-width: 55px;
    min-width: 30px;
    height: 27px;
    display: inline-block;
    color: black;
    background-color: #F3F5F9;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    font-size: 12px;
    position: absolute;
    right: 60px;
    top: 5px;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
    z-index: 2;
    margin-top: 2px;
}

.produto-detalhe-icone-editado {
    display: none;
    /*display: inline-block;*/
    border-radius: 8px;
    max-width: 55px;
    min-width: 30px;
    height: 27px;
    color: black;
    background-color: #F3F5F9;
    padding-left: 11px;
    padding-right: 4px;
    padding-top: 6px;
    font-size: 12px;
    position: absolute;
    right: 100px;
    top: 5px;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
    z-index: 2;
    margin-top: 2px;
}

.produto-detalhe-icone-pronta-entrega {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 5px;
    z-index: 2;
    padding-left: 8px;
    padding-top: 4px;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 30%);
    background-color: #F3F5F9;
    color: #ffcc01;
}

.produto-detalhe-icone-imagem {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 40px;
    z-index: 2;
}

.produto-detalhe-icone-zoom {
    display: inline-block;
    color: #4a4a4a;
    padding: 4px;
    font-size: 15px;
    position: absolute;
    top: 340px;
    left: 15px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 0.4;
    background-color: #dcdcdc;
    cursor: pointer !important;
}


.texto-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.posicao-icone-fase-1-pronta-entrega {
    position: absolute;
    right: 2px;
    top: 63px;
}

.posicao-icone-fase-1 {
    position: absolute;
    right: 2px;
    top: 30px;
}

.produto-detalhe-icone-fase-2 {
    display: inline-block;
    background-color: #626262;
    padding-top: 5px;
    padding-left: 9px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 9px;
    position: absolute;
    right: 2px;
    top: 30px;
}


.icone-produto-carrinho {
    color: #6366F1;
    font-size: 13px;
}

.icone-produto-fase {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.produto-detalhe-informacoes-linha {
    display: block;
    overflow: auto;
    padding-bottom: 1px;
}

.produto-detalhe-informacoes-linha p {
    display: inline;
    margin: 0;
}

#produto-detalhe-totalizador {
    border-top: 2px solid #E5E5E5;
}

.produto-detalhe-icone-coracao:hover {
    cursor: pointer;
}

.produto-detalhe-icone-coracao-principal:hover {
    cursor: pointer;
}

.fundo-rosa-claro {
    background-color: #F3F0FF;
}

.fundo-amarelo {
    background-color: #ffcc01;
}

.fundo-cinza-claro {
    background-color: #F5F7FA;
}

#produto-detalhe-galeria-thumbnail-lista {
    height: 100px;
    position: absolute;
    top: 400px;
    left: 5px;
}

#img-produto-detalhe-foto {
    max-height: 75vh;
}

/*#endregion*/
/*#region Elementos ID's */

#btn-mais-categorias {
    height: auto;
    padding: 15px 50px;
    font-size: 12px;
}

#totalizador {
    background-color: white;
    height: 150px;
}

#totalizador-texto-quantidade-sem-fundo {
    width: 150px;
}

.circular-graficos {
    text-align: center;
}

#codigo-produto {
    width: 150px;
    display: inline-block;
}

#lista-rapida-lateral {
    background-color: white;
    height: 235px;
    margin-left: 0px;
    text-align: center;
    border-right: 3px solid #F5F7FA;
}

/*#endregion */
/*#region Tooltip */

.tooltip-rosa+tooltip-inner>.tooltip-arrow {
    background-color: white !important;
    color: rgba(99, 102, 241, 1) !important;
}

.tooltip-ciano+tooltip-inner>.tooltip-arrow {
    background-color: white !important;
    color: rgb(0, 196, 196) !important;
}

.tooltipB2B {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; */
    /*If you want dots under the hoverable text */
}

.tooltip,
.tooltip {
    font-family: PublicSans;
}

.tooltipB2B .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: rgba(99, 102, 241, 1);
    text-align: center;
    padding: 6px 15px;
    font-family: PublicSans;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -25px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltipB2B .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -50px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.tooltipB2B:hover .tooltiptext {
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #6366F1;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6366F1;
}

.tooltip-inner {
    max-width: 300px;
    min-width: 0px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #6366F1;
    border-radius: 4px;
}

/*#endregion */
/*#region Classes genéricas */
.corPadrao {
    color: #6366F1;
}

textarea:hover,
input[type=text]:hover,
textarea:active,
input[type=text]:active,
textarea:focus,
input[type=text]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
}

.label {
    margin-bottom: 7px !important;
}

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gly-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.gly-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.gly-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.w-30 {
    width: 30px !important;
}

.w-50 {
    width: 50px !important;
}

.w-70 {
    width: 70px !important;
}

.w-65 {
    width: 65px !important;
}

.w-90 {
    width: 90px !important;
}

.w-100 {
    width: 100px !important;
}

.w-100-Por-Cento {
    width: 100% !important;
}

.w-130 {
    width: 130px !important;
}


.w-150 {
    width: 150px !important;
}

.w-180 {
    width: 180px !important;
}

.w-200 {
    width: 200px !important;
}

.w-220 {
    width: 220px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.w-350 {
    width: 350px !important;
}

.w-400 {
    width: 400px !important;
}

.w-450 {
    width: 450px !important;
}

.w-500 {
    width: 500px !important;
}

.h-40 {
    height: 40px !important;
}

.h-30 {
    height: 30px !important;
}

.h-35 {
    height: 35px !important;
}

.h-135 {
    height: 135px !important;
}


/*#endregion */
/*#region Classes Genéricas Botões - Sistema Moderno */

/* Botão padrão base - moderno e limpo */
.btn-padrao {
    height: 45px;
    text-transform: capitalize;
    background-color: #ffffff;
    color: #6366F1;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    border: 2px solid #6366F1;
    padding: 0 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.1);
    cursor: pointer;
    letter-spacing: 0.3px;
}

.btn-padrao:hover {
    background-color: #6366F1;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

.btn-padrao:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.15);
}

.btn-padrao:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.btn-padrao:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Botão redondo modernizado */
.btn-redondo {
    --btn-color: #6366F1;
    height: 40px !important;
    width: 40px !important;
    background-color: #ffffff;
    color: var(--btn-color);
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid var(--btn-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.btn-redondo:hover {
    background-color: currentColor;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-redondo:hover i {
    color: #ffffff;
}

.btn-redondo:active {
    transform: scale(0.95);
}

/* Botão compacto */
.btn-padrao-compacto {
    height: 32px;
    text-transform: capitalize;
    background-color: #ffffff;
    color: #6366F1;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #6366F1;
    padding: 0 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.1);
    cursor: pointer;
}

.btn-padrao-compacto:hover {
    background-color: #6366F1;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(99, 102, 241, 0.2);
}

/* Tamanhos de botões */
.btn-pequeno {
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
}

/* Display */
.btn-block {
    display: block;
    width: 100%;
}

.btn-inline {
    display: inline;
}

.btn-inline-block {
    display: inline-block;
}

/* Cores de botões - Sistema moderno */

/* Cor Alfa - Rosa/Vermelho (Primary) */
.btn-cor-alfa {
    color: #ffffff;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cor-alfa:hover {
    background: linear-gradient(135deg, #818CF8 0%, #6366F1 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}

.btn-cor-alfa:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

/* Cor Beta - Ghost Button (Secondary) */
.btn-cor-beta {
    background-color: #ffffff;
    color: #6366F1;
    border: 1px solid #6366F1;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.08);
    transition: all 0.25s ease;
    font-weight: 600;
}

.btn-cor-beta:hover {
    background-color: #6366F1;
    color: #ffffff;
    border-color: #6366F1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-cor-beta:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
}

.btn-cor-beta:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.2);
}

/* Cor Beta Solid - Variação com fundo sólido para dropdowns */
.btn-cor-beta-solid {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.25);
    transition: all 0.25s ease;
    font-weight: 600;
}

.btn-cor-beta-solid:hover {
    background: linear-gradient(135deg, #4F46E5 0%, #4338CA 100%);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35);
}

.btn-cor-beta-solid:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.4);
    color: #ffffff;
}

.btn-cor-beta-solid:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.2);
}

/* Cor Danger - Vermelho para ações destrutivas (Excluir) */
.btn-cor-danger {
    color: #ffffff;
    background: linear-gradient(135deg, #EF4444 0%, #F87171 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cor-danger:hover {
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.35);
}

.btn-cor-danger:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

/* Animação de partículas de eliminação */
.particle-container {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
}

.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    animation: particleExplode 1s ease-out forwards;
}

.particle:nth-child(odd) {
    background: linear-gradient(135deg, #EF4444, #F87171);
}

.particle:nth-child(even) {
    background: linear-gradient(135deg, #FCA5A5, #FECACA);
}

.particle:nth-child(3n) {
    width: 6px;
    height: 6px;
    background: #DC2626;
}

.particle:nth-child(4n) {
    width: 4px;
    height: 4px;
    background: #FEE2E2;
}

.particle:nth-child(5n) {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #B91C1C, #EF4444);
}

@keyframes particleExplode {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--tx), var(--ty)) scale(0);
    }
}

/* Animação de destaque da linha sendo excluída */
.row-disintegrating {
    animation: rowHighlight 0.8s ease-out forwards;
    position: relative;
    overflow: visible !important;
}

.row-disintegrating td {
    position: relative;
    overflow: visible !important;
}

@keyframes rowHighlight {
    0% {
        background-color: transparent;
    }
    30% {
        background-color: rgba(239, 68, 68, 0.15);
    }
    100% {
        background-color: rgba(239, 68, 68, 0.08);
    }
}

/* Botão verde para ações principais (Continuar, Finalizar) */
.btn-cor-sucesso {
    color: #ffffff;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cor-sucesso:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.btn-cor-sucesso:active {
    background: linear-gradient(135deg, #047857 0%, #065F46 100%);
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.btn-cor-sucesso:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.4);
}

/* Botão de Ações - Ghost Button */
.btn-acoes-ghost {
    background-color: #ffffff !important;
    border: 1.5px solid #64748b !important;
    color: #64748b !important;
    transition: all 0.25s ease;
}

.btn-acoes-ghost:hover {
    background-color: #64748b !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}

.btn-acoes-ghost:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.3);
}

.btn-acoes-ghost i {
    color: #64748b;
}

.btn-acoes-ghost:hover i {
    color: #ffffff;
}

/* Animação suave para dropdown de ações */
.btn-acoes-ghost + .dropdown-menu,
.btnMenuAguardandoAprovacao + .dropdown-menu {
    opacity: 0;
    transform: translateX(-10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    visibility: hidden;
    pointer-events: none;
}

.btn-acoes-ghost.open + .dropdown-menu,
.btnMenuAguardandoAprovacao[aria-expanded="true"] + .dropdown-menu,
.open > .btn-acoes-ghost + .dropdown-menu,
.open > .btnMenuAguardandoAprovacao + .dropdown-menu,
.dropdown.open .dropdown-menu {
    opacity: 1;
    transform: translateX(0) scale(1);
    visibility: visible;
    pointer-events: auto;
}

/* Animação individual dos botões dentro do dropdown */
.dropdown-menu .btn-group .item-acoes {
    opacity: 0;
    transform: translateY(-5px);
    animation: fadeInButton 0.3s ease forwards;
}

.dropdown.open .dropdown-menu .btn-group .item-acoes:nth-child(1) { animation-delay: 0.05s; }
.dropdown.open .dropdown-menu .btn-group .item-acoes:nth-child(2) { animation-delay: 0.1s; }
.dropdown.open .dropdown-menu .btn-group .item-acoes:nth-child(3) { animation-delay: 0.15s; }
.dropdown.open .dropdown-menu .btn-group .item-acoes:nth-child(4) { animation-delay: 0.2s; }
.dropdown.open .dropdown-menu .btn-group .item-acoes:nth-child(5) { animation-delay: 0.25s; }
.dropdown.open .dropdown-menu .btn-group .item-acoes:nth-child(6) { animation-delay: 0.3s; }

@keyframes fadeInButton {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Cor Delta - Branco com borda rosa */
.btn-cor-delta {
    background-color: #ffffff;
    color: #6366F1;
    border: 2px solid #6366F1;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cor-delta:hover {
    background-color: #F5F3FF;
    color: #6366F1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.btn-cor-delta:active {
    transform: translateY(0);
}

/* Modificadores */
.btn-com-borda {
    border: 2px solid #d3d0cf !important;
}

/* Cor Gama - Verde */
.btn-cor-gama {
    background: linear-gradient(135deg, #639600 0%, #7ab300 100%);
    color: #FFFFFF;
    border: none;
    box-shadow: 0 4px 12px rgba(99, 150, 0, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cor-gama:hover {
    background: linear-gradient(135deg, #7ab300 0%, #639600 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 150, 0, 0.35);
}

/* Cor Cardo Escuro - Roxo */
.btn-cardo-escuro {
    color: #FFFFFF;
    background: linear-gradient(135deg, #b98cb9 0%, #d4a5d4 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(185, 140, 185, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cardo-escuro:hover {
    background: linear-gradient(135deg, #d4a5d4 0%, #b98cb9 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(185, 140, 185, 0.35);
}

/* Botão circular pequeno */
.btn-circular-padrao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 2px solid #e0e0e0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    color: #666;
    font-size: 12px;
}

.btn-circular-padrao:hover {
    background-color: #6366F1;
    border-color: #6366F1;
    color: #ffffff;
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* Estados globais para todos os botões */
[class*="btn-"]:not(:disabled):not(.disabled) {
    cursor: pointer;
}

[class*="btn-"]:disabled,
[class*="btn-"].disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/*#endregion */
/*#region Classes Genéricas Textos */

p,
a,
h1,
h2,
h3,
h4,
span,
button,
input {
    font-family: PublicSans, sans-serif;
}

.texto-fonte-padrao {
    font-family: PublicSans, sans-serif;
}

.texto-cor-padrao {
    color: #6366F1 !important;
}

.texto-cinza {
    color: #8A8A8A;
}

.texto-vermelho {
    color: #4F46E5;
}

.texto-cor-beta {
    color: #000000;
}

.texto-branco {
    color: #FFFFFF;
}

.texto-centralizado {
    text-align: center;
}

.texto-alinhado-direita {
    text-align: right;
}

.texto-alinhado-esquerda {
    text-align: left;
}

.texto-extra-pequeno {
    font-size: 8px;
}

.texto-9 {
    font-size: 9px;
}

.texto-10 {
    font-size: 10px;
}

.texto-11 {
    font-size: 11px;
}

.texto-medio {
    font-size: 12px !important;
}

.texto-13 {
    font-size: 13px;
}

.texto-14 {
    font-size: 14px;
}

.texto-15 {
    font-size: 15px;
}

.texto-20 {
    font-size: 20px;
}

.texto-25 {
    font-size: 25px;
}

.texto-16 {
    font-size: 16px;
}

.texto-30 {
    font-size: 30px;
}

.texto-grande {
    font-size: 18px;
}

.texto-extra-grande {
    font-size: 24px;
}

.texto-caixa-alta {
    text-transform: uppercase;
}

.texto-block {
    display: block;
}

.texto-inline {
    display: inline;
}

.texto-inline-block {
    display: inline-block;
}

.link-hover-preto:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.texto-link {
    text-decoration: none;
    cursor: pointer;
}

.texto-negrito {
    font-weight: bold !important;
}

.texto-normal {
    font-weight: normal !important;
}

/*#endregion */
/*#region Classes Genéricas Fundos */
.fundo-rosa {
    background-color: #6366F1;
}

/* Sistema moderno de fundos brancos */
.fundo-branco {
    background-color: #FFFFFF !important;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.fundo-branco-clean {
    background-color: #FFFFFF !important;
    border-radius: 16px;
    overflow: hidden;
}

.fundo-branco-card {
    background-color: #FFFFFF !important;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.fundo-branco-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.fundo-branco-suave {
    background-color: #FAFAFA !important;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.fundo-verde {
    background-color: #639600;
}

#btnLimparBusca {
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
}

#btnLimparBusca:hover {
    color: #d9534f !important;
    background-color: #f5f5f5 !important;
}

/*#endregion */
/*#region Modal */

#modal-lista-produto-cabecalho {
    padding: 0;
    border-bottom: 5px solid black;
}

#modal-lista-produto-cabecalho-texto {
    padding: 0;
    border-left: 5px solid #6366F1;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

#modal-lista-produto-cabecalho-barra-progressao {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.modal-lg-ss {
    width: 95% !important;
}

.modal-lg-ss-produto {
    width: 98%;
}

/*#region Modal notificação - Moderno */
.modal.modalNotificacao .modal-dialog {
    position: fixed;
    margin: auto;
    width: 440px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.modalNotificacao .modal-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 !important;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2) !important;
}

/* Scrollbar customizada para modal de notificação */
.modal.modalNotificacao .modal-content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.modal.modalNotificacao .modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
    border-radius: 4px;
}

.modal.modalNotificacao .modal-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #818CF8 0%, #6366F1 100%);
}

.modal.modalNotificacao.fade .modal-dialog {
    right: -470px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.modalNotificacao.fade.in .modal-dialog {
    right: 0;
}

/*#endregion Modal notificação */
/*#region Modal Modelo B2B - Sistema Moderno */

/* Modal B2B Content - Container moderno */
.modalB2bContent {
    background-color: transparent !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
}

/* Modal B2B Header - Gradiente rosa moderno */
.modalB2bHeader {
    padding: 24px 28px !important;
    background: linear-gradient(135deg,
            #6366F1 0%,
            #818CF8 50%,
            #6366F1 100%) !important;
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
    border-bottom: none !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.modalB2bHeader .modal-title,
.modalB2bHeader h4,
.modalB2bHeader h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Modal B2B Botão Close - Circular moderno - Apenas ícone */
.modalB2bBtnClose {
    text-shadow: none !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 0 !important;
    font-weight: 300 !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    position: relative !important;
    line-height: 0 !important;
}

/* Ícone X moderno usando pseudo-elemento */
.modalB2bBtnClose::before {
    content: '✕';
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    line-height: 1;
    transition: all 0.3s ease;
}

.modalB2bBtnClose:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    transform: rotate(90deg) scale(1.15) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    border-color: #ffffff !important;
}

.modalB2bBtnClose:hover::before {
    color: #6366F1 !important;
    transform: rotate(90deg);
}

.modalB2bBtnClose:active {
    transform: rotate(90deg) scale(0.95) !important;
}

.modalB2bBtnClose:active::before {
    transform: rotate(90deg);
}

/* Modal B2B Body - Clean e espaçoso, sem bordas arredondadas */
.modalB2bBody {
    background-color: #ffffff !important;
    border-bottom: none !important;
    padding: 28px !important;
    color: #333 !important;
    border-radius: 0 !important;
}

/* Modal B2B Footer - Gradiente sutil */
.modalB2bFooter {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%) !important;
    padding: 20px 28px !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

/* Modal B2B Texto */
.modalB2bTexto {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    font-family: PublicSans, sans-serif !important;
}

/* Modal B2B Botão - Moderno com gradiente */
.modalB2bBtn {
    color: white !important;
    min-width: 100px !important;
    height: 40px !important;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.3px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25) !important;
    cursor: pointer !important;
}

/* Modal Carrinho - Scroll Interno */
#modalProdutosCarrinho .modal-dialog {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

#modalProdutosCarrinho .modal-content {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

#modalProdutosCarrinho #divProdutosCarrinhoModal {
    overflow-y: auto;
    max-height: calc(90vh - 180px);
    flex: 1;
}

#modalProdutosCarrinho .modal-footer {
    flex-shrink: 0;
}

/*#endregion Fim Model Modelo */
.modalB2bBtn:hover {
    background: linear-gradient(135deg, #818CF8 0%, #6366F1 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35) !important;
}

.modalB2bBtn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3) !important;
}

/* Regra global para TODOS os botões close em modais - Apenas ícone */
.modal .close,
button.close,
.btn-close {
    font-size: 0 !important;
    line-height: 0 !important;
    position: relative;
}

.modal .close::before,
button.close::before,
.btn-close::before {
    content: '✕';
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 1;
    transition: all 0.3s ease;
}

/* Botões no footer do modal - Espaçamento moderno */
.modal-footer .btn,
.modalB2bFooter .btn {
    margin-left: 8px !important;
    min-width: 100px;
}

.modal-footer .btn:first-child,
.modalB2bFooter .btn:first-child {
    margin-left: 0 !important;
}

/* Títulos em modais - Estilo consistente */
.modal-title {
    font-family: PublicSans, sans-serif !important;
    font-weight: 600 !important;
}

/* Formulários dentro de modais - Espaçamento moderno */
.modal-body .form-group,
.modalB2bBody .form-group {
    margin-bottom: 20px !important;
}

.modal-body label,
.modalB2bBody label {
    font-weight: 600 !important;
    color: #555 !important;
    margin-bottom: 8px !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
}

.modal-body .form-control,
.modalB2bBody .form-control {
    border-radius: 8px !important;
    border: 2px solid #e5e5e5 !important;
    transition: all 0.3s ease !important;
}

.modal-body .form-control:focus,
.modalB2bBody .form-control:focus {
    border-color: #6366F1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
}

/* Animação de fade-in para backdrop */
.modal-backdrop.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-backdrop.in,
.modal-backdrop.show {
    opacity: 1;
}

/*#endregion Fim Modal Modelo B2B */

/*#endregion */
/*#region Barras de Progressao */

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    color: #fff;
    transition: width .6s ease;
    line-height: 35px;
    text-align: inherit;
}

.progress-bar-cor-alfa {
    background-color: #C4B5FD;
}

.progress-bar-verde {
    background-color: #639600;
}

.progress-bar-amarelo {
    background-color: #FFC000;
}

.progress-bar-cardo {
    background-color: #D8BFD8;
}

.progress-bar-ciano-medio {
    background-color: #00c4c4;
}

.progress {
    height: 35px;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    width: 300px;
}

.progress-detalhe {
    height: 35px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #F0EBFF;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

/*#endregion */
/*#region Classes Genéricas Inputs - Sistema Moderno */

.text-Transform-None {
    text-transform: none !important;
}

/* Input padrão - Moderno e limpo */
.input-padrao {
    text-transform: capitalize;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 2px solid #e5e5e5;
    padding: 0 16px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.input-padrao:hover {
    border-color: #d0d0d0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.input-padrao:focus {
    outline: none;
    border-color: #6366F1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15), 0 2px 8px rgba(99, 102, 241, 0.1) !important;
    background-color: #fff;
}

.input-padrao::placeholder {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}

.input-padrao:disabled,
.input-padrao[readonly] {
    background-color: #f8f9fa !important;
    color: #999 !important;
    cursor: not-allowed !important;
    border-color: #e5e5e5 !important;
}

/* Autofill com estilo moderno */
.input-padrao:-webkit-autofill,
.input-padrao:-webkit-autofill:hover,
.input-padrao:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    border-color: #6366F1;
    transition: background-color 5000s ease-in-out 0s;
}

/* Input pequeno - Compacto */
.input-pequeno {
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
}

/* Input com borda customizada */
.input-padrao-com-borda {
    border: 2px solid #d3d0cf;
}

.input-padrao-com-borda:focus {
    border-color: #6366F1 !important;
}

/* Input pack - Minimalista */
.input-pack {
    height: 28px;
    width: 28px;
    background-color: #f5f5f5;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.input-pack:focus {
    background-color: #fff;
    border-color: #6366F1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

/* Inputs de quantidade - Modernos */
.input-quantidade-produto {
    height: 32px !important;
    width: 32px !important;
    background-color: #f8f9fa !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 6px !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333 !important;
    transition: all 0.3s ease;
    line-height: normal !important;
    padding: 0 !important;
    -webkit-text-fill-color: #333 !important;
    opacity: 1 !important;
}

.input-quantidade-produto:hover {
    border-color: #d0d0d0 !important;
    background-color: #fff !important;
}

.input-quantidade-produto:focus {
    outline: none !important;
    border-color: #6366F1 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15) !important;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
}

.input-quantidade-total {
    height: 32px;
    width: 32px;
    background-color: #f8f9fa;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.input-quantidade-total:focus {
    outline: none;
    border-color: #6366F1;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.input-quantidade-produto-pequeno {
    height: 24px !important;
    width: 24px !important;
    background-color: #f8f9fa !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #333 !important;
    transition: all 0.3s ease;
    line-height: normal !important;
    padding: 0 !important;
    -webkit-text-fill-color: #333 !important;
    opacity: 1 !important;
}

.input-quantidade-produto-pequeno:focus {
    outline: none !important;
    border-color: #6366F1 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15) !important;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
}

/*#endregion */
/*#region Efeitos */
.efeito-sobreposicao {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    opacity: 0.3;
}

/*#endregion */
/*#region grafico-rosca */

.grafico-rosca {
    height: 115px;
    width: 110px;
    display: inline-block;
    position: relative;
}

.grafico-rosca-titulo {
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}


/*#endregion */
/*#region Sem agrupamento por ora */

#menu-produtos-container {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

#menu-gestao-container {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.categoria-quadro {
    height: 195px;
    width: 190px;
    display: inline-block;
    color: white;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categoria-quadro::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categoria-quadro:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.categoria-quadro::hover::after {
    opacity: 1;
}

.categoria-quadro .texto {
    z-index: 2;
    position: relative;
    color: #ffffff;
}

.categoria-quadro img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.3;
}

.categorias-quadro {
    /*display: inline-block;*/
    line-height: 190px;
    text-align: center;
}

.container-centralizado {
    text-align: center;
}

.produto-item-vazio {
    background-color: white;
    line-height: 235px;
    text-align: center;
    color: #939393;
    font-weight: bold;
}

.produto-item-vazio p {
    margin: 0px;
}


.produto-item {
    border-bottom: 1px solid #E5E5E5;
    background-color: white;
    min-height: 100px;
    padding-bottom: 10px;
}

.produto-item-detalhes {
    border-bottom: 1px solid #E5E5E5;
    background-color: white;
    height: 220px;
}

.produto-item p {
    margin: 0px;
}

.produto-item-sem-fundo {
    border-bottom: 1px solid #E5E5E5;
    height: 100px;
}

.produto-item-sem-fundo p {
    margin: 0px;
}

.produto-item-interativa {
    border-bottom: 1px solid #E5E5E5;
    background-color: white;
    padding-bottom: 10px;
}

input[id^="produto-tamanho"] {
    width: 20px;
}

/* Tamanho não disponível - Design moderno */
.tamanho-nao-disponivel,
.tamanho-nao-disponivel:disabled,
.tamanho-nao-disponivel[disabled] {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
    color: #ffffff !important;
    height: 32px !important;
    width: 32px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 2px solid #4F46E5 !important;
    border-radius: 6px !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.3) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    line-height: 28px !important;
    padding: 0 !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-opacity: 1 !important;
}

.tamanho-nao-disponivel:hover,
.tamanho-nao-disponivel:disabled:hover,
.tamanho-nao-disponivel[disabled]:hover {
    opacity: 1 !important;
    box-shadow: 0 3px 8px rgba(99, 102, 241, 0.4) !important;
    transform: scale(1.05);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.tamanho-nao-disponivel-pequeno,
.tamanho-nao-disponivel-pequeno:disabled,
.tamanho-nao-disponivel-pequeno[disabled] {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
    color: #ffffff !important;
    height: 24px !important;
    width: 24px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 2px solid #4F46E5 !important;
    border-radius: 4px !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.3) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    line-height: 20px !important;
    padding: 0 !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-opacity: 1 !important;
}

.tamanho-nao-disponivel-pequeno:hover,
.tamanho-nao-disponivel-pequeno:disabled:hover,
.tamanho-nao-disponivel-pequeno[disabled]:hover {
    opacity: 1 !important;
    box-shadow: 0 3px 6px rgba(99, 102, 241, 0.4) !important;
    transform: scale(1.05);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.produto-thumbnail {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: 120px;
    margin-top: 15px;
}

.produto-thumbnail-lista {
    height: 120px !important;
    width: 120px !important;
}

.produto-thumbnail-w-auto {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: auto;
    margin-top: 15px;
}


.parametro-thumbnail {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 150px;
    margin-top: 15px;
}


#divOpaca {
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
    top: 20%;
}


#divTexto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.produto-thumbnail-gestao {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 150px !important;
    min-height: 150px !important;
    margin-top: 15px;
}

.produto-thumbnail-sem-fundo {
    background-color: black;
    height: 67px;
    width: 67px;
    margin-top: 15px;
}

.produto-thumbnail-autocomplete {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    margin-top: 5px;
}

.alert-b2b {
    color: #6366F1;
    background-color: white;
    border-color: white;
}


.alert-b2b-mobile {
    color: #333 !important;
}

/* Sistema moderno de elevação com sombras */
.elementoShadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow-x: auto;
}

.elementoShadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12),
        0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Variações de elevação */
.elementoShadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease;
}

.elementoShadow-md {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07),
        0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.elementoShadow-lg {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
        0 6px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.elementoShadow-xl {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.height-viewport {
    min-height: 90vh;
}

.totalizadorListas {
    padding-top: 15px;
    padding-bottom: 15px;
}

.divOpacaLista {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}


.divOpacaCategoria {
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.divNaoOpacaLista {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.divTituloLista {
    position: absolute;
    color: white;
    width: 100%;
    left: 5px;
    bottom: 0;
}

.divTituloCategoria {
    position: relative;
    color: white;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

.tituloLista {
    margin-bottom: 0px !important;
    font-size: 12px;
    font-weight: normal;
}

.spanLista {
    font-weight: 400 !important;
    color: black !important;
}

/*#endregion */

.nenhuma-lista {
    background-color: white;
    text-align: center;
    color: #939393;
    font-weight: bold;
}

.divLink {
    cursor: pointer;
}

.divCursorPadrao {
    cursor: default;
}

.produtoListaSelecionado {
    background-color: #E9E0FF;
}

.form-control:focus {
    border-color: #639600 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(99, 150, 0, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(99, 150, 0, .6) !important;
}

.menuSelecionado {
    background-color: #6366F1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick' !important;
    font-size: 25px !important;
    line-height: 1 !important;
    opacity: .75 !important;
    color: #000 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.gifCentro {
    position: relative;
    left: 44%;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.customSwalBtn {
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background-color: #639600 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 10px 5px 0px 5px !important;
    padding: 10px 20px !important;
    width: 250px !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    /*padding-right: 30px;*/
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    bottom: -3px;
    right: 0px;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}


table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
    /* sort */
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    padding-left: 5px;
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
    padding-left: 5px;
}


div.dataTables_scrollBody>table>thead .sorting:after,
div.dataTables_scrollBody>table>thead .sorting_asc:after,
div.dataTables_scrollBody>table>thead .sorting_desc:after {
    display: none;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

.th-datatable {
    border: none !important;
    white-space: nowrap !important;
    outline: none !important
}

.td-datatable {
    white-space: nowrap !important;
    border-bottom: 1px solid #F4F4F4 !important;
}

.thead-borda-divisao {
    border-right: 1px solid #e5e5e5 !important;
}

.tbody-borda-divisao {
    border-right: 2px solid #F4F4F4 !important;
}

.map.map-big {
    height: 600px;
}

.map {
    height: 600px;
    border-radius: 6px;
    margin-top: 15px;
}

#infoWindow {
    max-height: 450px !important;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

/* Sistema moderno de tabelas responsivas */
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        background-color: #fff;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }

    /* Scrollbar customizada */
    .table-responsive-sm::-webkit-scrollbar {
        height: 8px;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .table-responsive-sm::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #6366F1 0%, #818CF8 100%);
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .table-responsive-sm::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #818CF8 0%, #6366F1 100%);
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        background-color: #fff;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }

    /* Scrollbar customizada */
    .table-responsive-md::-webkit-scrollbar {
        height: 8px;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .table-responsive-md::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #6366F1 0%, #818CF8 100%);
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .table-responsive-md::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #818CF8 0%, #6366F1 100%);
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        background-color: #fff;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }

    /* Scrollbar customizada */
    .table-responsive-lg::-webkit-scrollbar {
        height: 8px;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .table-responsive-lg::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #6366F1 0%, #818CF8 100%);
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .table-responsive-lg::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #818CF8 0%, #6366F1 100%);
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        background-color: #fff;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }

    /* Scrollbar customizada */
    .table-responsive-xl::-webkit-scrollbar {
        height: 8px;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .table-responsive-xl::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #6366F1 0%, #818CF8 100%);
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .table-responsive-xl::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #818CF8 0%, #6366F1 100%);
    }
}

.ajuste-borda {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

div.dt-buttons {
    padding-bottom: 10px;
}

div.dataTables_filter {
    float: right !important;
    padding-bottom: 10px;
}


ul.dt-button-collection.dropdown-menu>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-top: 0rem !important;
    margin-bottom: 10px !important;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15) !important;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border-radius: 0.25rem !important;
    white-space: normal;
    display: block;
}

ul.dt-button-collection.dropdown-menu.four-column {
    width: 600px;
    padding: 10px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
}

ul.dt-button-collection.dropdown-menu.three-column {
    width: 600px;
    padding: 10px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #6366F1;
}

.dt-button-collection-title {
    display: none !important;
}

/* Estilos de paginação movidos para o final do arquivo - Seção "PAGINAÇÃO MODERNA" */
/*div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}*/

.dataTables_info {
    font-family: PublicSans;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    padding-top: 5px;
    color: #6b7280;
}

/* Estilos de paginação movidos para o final do arquivo - Seção "PAGINAÇÃO MODERNA" */
/*.pagination {
    margin: 10px 0px;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
}*/

.cursor-pointer {
    cursor: pointer;
}

div.slider {
    display: none;
}

.tabela-sem-bordas td,
.tabela-sem-bordas th {
    border: none !important;
}

.texto-cardo {
    color: #d8bfd8;
}

.texto-cardo-escuro {
    color: #b98cb9;
}

.texto-ciano-medio {
    color: #00c4c4;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
}

html.swal2-shown,
body.swal2-shown {
    overflow-y: hidden !important;
    height: auto !important;
}

.sweet-alert input,
.sweet-alert input {
    font-size: 15px !important;
}

.borda-valor-alternativo-vitrine {
    padding-right: 0px;
    border-right-style: solid;
    border-right-color: #999;
    border-right-width: 1px;
}

.borda-inferior-valor-alternativo-vitrine {
    border-bottom-style: solid;
    border-bottom-color: #999;
    border-bottom-width: 1px;
}

.cor-selecionada-vitrine {
    border: 1px black solid
}

.caixa-externa-cor-vitrine {
    margin: 3px 3px 3px 0px;
    height: 32px;
    width: 32px
}

.caixa-interna-cor-vitrine {
    height: 30px;
    width: 30px;
    border: 2px #e0e0e0 solid;
}

.caixa-externa-cor-vitrine-pequena {
    margin: 3px 0px 0px 0px;
    height: 22px;
    width: 22px
}

.caixa-interna-cor-vitrine-pequena {
    height: 20px;
    width: 20px;
    border: 2px #e0e0e0 solid;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.caixa-qtde-notificacao {
    color: #FFF;
    top: 10px;
    border-radius: 5px;
    padding: 1px 5px;
    position: absolute
}

#gerenciamento-pesquisas-pre-definidas {
    max-height: 500px;
    min-height: 200px;
    overflow-x: auto;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}


a:hover {
    background-color: transparent;
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
}

.circulo-categorias {
    border: solid 2px #c1c1c1;
    cursor: pointer;
}

.circulo-categorias:hover {
    border: 5px solid;
    border-color: #c1c1c1;
}

.link-categorias:hover {
    background-color: transparent;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] {
    background-color: #fff !important;
    cursor: not-allowed !important;
}

/*.corpo-filtros {
    overflow-x: auto;
    max-height: 230px;
}*/

div[id*="div-valores-"] {
    overflow-x: auto;
    max-height: 210px;
}

.no-gutters>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.half-gutters>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.half-gutters>div[class^="col-"]:first-child {
    padding-left: 0 !important;
}

.half-gutters>div[class^="col-"]:last-child {
    padding-right: 0 !important;
}

.col-same-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/*#region Utilizades bootstrap 4 padding e margin */
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/*#endregion */

/* || Estilos gerais de carrossel */
.carrossel {
    text-align: center;
}

.carrossel .imagem-container,
.carrossel .video-container,
.carrossel .imagem-container img,
.carrossel .video-container video,
.carrossel .video-container iframe {
    width: 100%;
}

.carrossel .slick-prev {
    left: -25px;
}

.carrossel .slick-prev,
.carrossel .slick-next {
    height: unset !important;
    width: unset !important;
}

.carrossel-controle-externo {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.carrossel-controle-interno .slick-prev,
.carrossel-controle-interno .slick-next {
    position: absolute;
    z-index: 9999;
    padding: 2rem !important;
}

.carrossel-controle-interno .slick-prev::before,
.carrossel-controle-interno .slick-next::before {
    color: #48494B !important;
}

.carrossel-controle-interno .slick-prev {
    left: 0px !important;
}

.carrossel-controle-interno .slick-next {
    right: 0px !important;
}

/* || Estilos para os tamanhos de carrosséis */
/*.carrossel-extra-pequeno .imagem-container, .carrossel-extra-pequeno .video-container, .carrossel-extra-pequeno .imagem-container img, .carrossel-extra-pequeno .video-container video, .carrossel-extra-pequeno .video-container iframe {
    height: 150px;
    width: 100%;
}

    .carrossel-extra-pequeno .imagem-container img, .carrossel-extra-pequeno .video-container video, .carrossel-extra-pequeno .video-container iframe {
        object-fit: cover;
    }

.carrossel-pequeno .imagem-container, .carrossel-pequeno .video-container, .carrossel-pequeno .imagem-container img, .carrossel-pequeno .video-container video, .carrossel-pequeno .video-container iframe {
    height: 300px;
    width: 100%;
}

    .carrossel-pequeno .imagem-container img, .carrossel-pequeno .video-container video, .carrossel-pequeno .video-container iframe {
        object-fit: cover;
    }

.carrossel-medio .imagem-container, .carrossel-medio .video-container, .carrossel-medio .imagem-container img, .carrossel-medio .video-container video, .carrossel-medio .video-container iframe {
    height: 500px;
    width: 100%;
}

    .carrossel-medio .imagem-container img, .carrossel-medio .video-container video, .carrossel-medio .video-container iframe {
        object-fit: cover;
    }

.carrossel-grande .imagem-container, .carrossel-grande .video-container, .carrossel-grande .imagem-container img, .carrossel-grande .video-container video, .carrossel-grande .video-container iframe {
    height: 700px;
    width: 100%;
}

    .carrossel-grande .imagem-container img, .carrossel-grande .video-container video, .carrossel-grande .video-container iframe {
        object-fit: cover;
    }*/

/* || Estilos para os itens dos carrosséis circular e retangular */
.carrossel-circular-link-imagem-externo,
.carrossel-circular-link-video-externo {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
}

.carrossel-quadrado-link-imagem-externo,
.carrossel-quadrado-link-video-externo,
.carrossel-retangular-link-imagem-externo,
.carrossel-retangular-link-video-externo {
    display: inline-block;
    box-sizing: border-box;
    line-height: 0;
}

.carrossel-circular-link-video-interno {
    border-radius: 50%;
    overflow: hidden;
}

.carrossel-circular-imagem {
    display: inline-block;
    border-radius: 50%;
}

/* || Estilos para os diferentes tamanhos dos carrosséis circular e quadrado */
.carrossel-base-extra-pequeno .carrossel-base-imagem,
.carrossel-base-extra-pequeno .carrossel-base-video {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.carrossel-base-pequeno .carrossel-base-imagem,
.carrossel-base-pequeno .carrossel-base-video {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.carrossel-base-medio .carrossel-base-imagem,
.carrossel-base-medio .carrossel-base-video {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.carrossel-base-grande .carrossel-base-imagem,
.carrossel-base-grande .carrossel-base-video {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/* || Estilos para os diferentes tamanhos dos carrosséis circular e quadrado */
.carrossel-base-extra-pequeno .carrossel-retangular-imagem,
.carrossel-base-extra-pequeno .carrossel-retangular-video {
    width: 66.6666666px;
    height: 100px;
    object-fit: cover;
}

.carrossel-base-pequeno .carrossel-retangular-imagem,
.carrossel-base-pequeno .carrossel-retangular-video {
    width: 133.33333333px;
    height: 200px;
    object-fit: cover;
}

.carrossel-base-medio .carrossel-retangular-imagem,
.carrossel-base-medio .carrossel-retangular-video {
    width: 200px;
    height: 300px;
    object-fit: cover;
}

.carrossel-base-grande .carrossel-retangular-imagem,
.carrossel-base-grande .carrossel-retangular-video {
    width: 300px;
    height: 400px;
    object-fit: cover;
}

/* || Estilos para os diferentes tamanhos de elementos soltos */
.imagem-container,
.video-container,
.imagem-container img,
.video-container video,
.video-container iframe {
    width: 100%;
}

.iframe-container-extra-pequeno,
.iframe-container-extra-pequeno iframe {
    height: 150px;
    width: 100%;
}

.iframe-container-extra-pequeno iframe {
    object-fit: cover;
}

.iframe-container-pequeno,
.iframe-container-pequeno iframe {
    height: 300px;
    width: 100%;
}

.iframe-container-pequeno iframe {
    object-fit: cover;
}

.iframe-container-medio,
.iframe-container-medio iframe {
    height: 500px;
    width: 100%;
}

.iframe-container-medio iframe {
    object-fit: cover;
}

.iframe-container-grande,
.iframe-container-grande iframe {
    height: 700px;
    width: 100%;
}

.iframe-container-grande iframe {
    object-fit: cover;
}

.video-container {
    position: relative;
}

.componente-item-configuracoes-gerais {
    margin-bottom: 1rem !important;
}

/*.imagem-container-extra-pequeno, .video-container-extra-pequeno, .imagem-container-extra-pequeno img, .video-container-extra-pequeno video, .video-container-extra-pequeno iframe {
    height: 150px;
    width: 100%;
}

    .imagem-container-extra-pequeno img, .video-container-extra-pequeno video, .video-container-extra-pequeno iframe {
        object-fit: cover;
    }

.imagem-container-pequeno, .video-container-pequeno, .imagem-container-pequeno img, .video-container-pequeno video, .video-container-pequeno iframe {
    height: 300px;
    width: 100%;
}

    .imagem-container-pequeno img, .video-container-pequeno video, .video-container-pequeno iframe {
        object-fit: cover;
    }

.imagem-container-medio, .video-container-medio, .imagem-container-medio img, .video-container-medio video, .video-container-medio iframe {
    height: 500px;
    width: 100%;
}

    .imagem-container-medio img, .video-container-medio video, .video-container-medio iframe {
        object-fit: cover;
    }

.imagem-container-grande, .video-container-grande, .imagem-container-grande img, .video-container-grande video, .video-container-grande iframe {
    height: 700px;
    width: 100%;
}

    .imagem-container-grande img, .video-container-grande video, .video-container-grande iframe {
        object-fit: cover;
    }*/
/* || Estilos para os diferentes tamanhos de grids elementos sem slider */
.grid-elementos-extra-pequeno .imagem-container,
.grid-elementos-extra-pequeno .video-container,
.grid-elementos-extra-pequeno img,
.grid-elementos-extra-pequeno video,
.grid-elementos-extra-pequeno iframe {
    height: 150px;
    width: 100%;
}

.grid-elementos-extra-pequeno img,
.grid-elementos-extra-pequeno video,
.grid-elementos-extra-pequeno iframe {
    object-fit: cover;
}

.grid-elementos-pequeno .imagem-container,
.grid-elementos-pequeno .video-container,
.grid-elementos-pequeno img,
.grid-elementos-pequeno video,
.grid-elementos-pequeno iframe {
    height: 300px;
    width: 100%;
}

.grid-elementos-pequeno img,
.grid-elementos-pequeno video,
.grid-elementos-pequeno iframe {
    object-fit: cover;
}

.grid-elementos-medio .imagem-container,
.grid-elementos-medio .video-container,
.grid-elementos-medio img,
.grid-elementos-medio video,
.grid-elementos-medio iframe {
    height: 500px;
    width: 100%;
}

.grid-elementos-medio img,
.grid-elementos-medio video,
.grid-elementos-medio iframe {
    object-fit: cover;
}

.grid-elementos-grande .imagem-container,
.grid-elementos-grande .video-container,
.grid-elementos-grande img,
.grid-elementos-grande video,
.grid-elementos-grande iframe {
    height: 700px;
    width: 100%;
}

.grid-elementos-grande img,
.grid-elementos-grande video,
.grid-elementos-grande iframe {
    object-fit: cover;
}

/* || Estilos para o elemento que mostrará um produto */
.produto-container .produto-imagem-container {
    display: block;
    width: 100%;
    text-align: center;
}

.produto-container .produto-imagem-container img {
    height: 100%;
    object-fit: contain;
    display: inline;
    width: 100%;
}

.produto-container .produto-referencia {
    font-size: 12px !important;
    color: #6366F1 !important;
    display: block;
    text-transform: uppercase;
}

.produto-container .produto-nome {
    text-transform: uppercase;
    font-size: 12px !important;
}

.produto-container .produto-preco-container {
    display: block;
}

.produto-container .produto-preco {
    display: inline-block;
}

.produto-container .preco-titulo {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
}

.produto-container .preco-valor {
    font-size: 20px;
}

.produto-container .produto-cor {
    height: 32px;
    width: 32px;
    display: inline-flex;
    cursor: pointer;
    margin-right: .5rem;
}

.produto-container .produto-cor.last {
    margin-right: 0;
}

.container2 .block.last {
    margin: 0;
}

.produto-container .produto-cor-selecionada {
    outline: 1px solid black;
    border: 2px solid white;
}

.produto-dados-container {
    text-align: left;
}

.produto-container-horizontal .produto-dados-container {
    padding: 1rem !important;
}

/* || Estilos para os diferentes tamanhos de imagens de produtos */
.carrossel-extra-pequeno .produto-imagem-container img,
.grid-produtos-extra-pequeno .produto-imagem-container img {
    max-height: 150px;
}

.carrossel-pequeno .produto-imagem-container img,
.grid-produtos-pequeno .produto-imagem-container img {
    max-height: 300px;
}

.carrossel-medio .produto-imagem-container img,
.grid-produtos-medio .produto-imagem-container img {
    max-height: 500px;
}

.carrossel-grande .produto-imagem-container img,
.grid-produtos-grande .produto-imagem-container img {
    max-height: 700px;
}

/* || panels testes */
.lookbook-container {
    height: 100%;
}

.lookbook-container .panel {
    border-radius: 0px;
    height: 100%;
    border-color: #ddd;
    margin-bottom: 0px;
}

/* || Estilos para os diferentes tamanhos de imagens de lookbooks */
.grid-lookbook-extra-pequeno .lookbook-imagem-container img,
.grid-lookbook-pequeno .lookbook-imagem-container img,
.grid-lookbook-medio .lookbook-imagem-container img,
.grid-lookbook-grande .lookbook-imagem-container img .carrossel-extra-pequeno .lookbook-imagem-container img,
.carrossel-pequeno .lookbook-imagem-container img,
.carrossel-medio .lookbook-imagem-container img,
.carrossel-grande .lookbook-imagem-container img {
    object-fit: cover;
}

.grid-lookbook-extra-pequeno .lookbook-imagem-container,
.grid-lookbook-extra-pequeno .lookbook-imagem-container img,
.carrossel-extra-pequeno .lookbook-imagem-container,
.carrossel-extra-pequeno .lookbook-imagem-container img {
    width: 100%;
    max-height: 150px;
}


.grid-lookbook-pequeno .lookbook-imagem-container,
.grid-lookbook-pequeno .lookbook-imagem-container img,
.carrossel-pequeno .lookbook-imagem-container,
.carrossel-pequeno .lookbook-imagem-container img {
    width: 100%;
    max-height: 300px;
}

.grid-lookbook-medio .lookbook-imagem-container,
.grid-lookbook-medio .lookbook-imagem-container img,
.carrossel-medio .lookbook-imagem-container,
.carrossel-medio .lookbook-imagem-container img {
    width: 100%;
    max-height: 500px;
}

.grid-lookbook-grande .lookbook-imagem-container,
.grid-lookbook-grande .lookbook-imagem-container img,
.carrossel-grande .lookbook-imagem-container,
.carrossel-grande .lookbook-imagem-container img {
    width: 100%;
    max-height: 700px;
}

/* || Ajustes no slick para que os painéis de lookbooks possam ter a mesma altura */
.carrossel-lookbook .slick-track {
    display: flex !important;
}

.carrossel-lookbook .slick-slide {
    height: inherit !important;
}

/* || Classes extras para o modo vertical de visualização de produtos */
.produto-imagem-container-vertical-extra-pequeno img {
    max-height: 150px;
}

.produto-imagem-container-vertical-pequeno img {
    max-height: 300px;
}

.produto-imagem-container-vertical-medio img {
    max-height: 500px;
}

.produto-imagem-container-vertical-grande img {
    max-height: 500px;
}

/* || Classes extras para alterar imagem de produto com hover */
.produto-imagem-container .imagem-secundaria,
.componente-midia .imagem-secundaria {
    display: none !important;
}

.produto-imagem-container:hover .imagem-secundaria,
.componente-midia:hover .imagem-secundaria {
    display: inline !important;
}

.produto-imagem-container:hover .imagem-principal,
.componente-midia:hover .imagem-principal {
    display: none;
}

/* || Classes para o gerenciamento dos painéis com  */
.lista-componentes {
    padding: 0;
    margin: 0;
}

.lista-componentes li {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.lista-componentes li:first-child {
    border-top: none !important;
}

.lista-componentes i,
.pagina-configuravel-container i,
.componente-item i {
    cursor: pointer;
}

.lista-componentes ul.placeholder {
    min-height: 42px;
    margin: 0;
    border: 1px dashed #ddd;
    border-radius: 3px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
}

.ml-auto {
    margin-left: auto !important;
}

.pagina-configuravel-container .panel-heading {
    /*display: flex;*/
}

.pagina-configuravel-container .panel-heading .titulo-pagina-configuravel {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.pagina-configuravel-container .panel-heading .subtitulo-pagina-configuravel {
    display: block;
    width: 100%;
}

.pagina-configuravel-container .panel-body {
    padding: 0;
    margin: 0;
}

.imagem-container-item-componente,
.video-container-item-componente,
.imagem-container-item-componente img,
.video-container-item-componente video,
.video-container-item-componente iframe {
    height: 300px;
    width: 100%;
}

.imagem-container-item-componente img,
.video-container-item-componente video,
.video-container-item-componente iframe {
    object-fit: cover;
}

.botao-link-video {
    position: absolute;
    right: 15px;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    direction: ltr;
    font-size: 18px;
    line-height: normal;
    min-width: 0;
    padding: 10px 6px 8px 10px;
    width: auto;
    text-align: center;
    cursor: pointer;
}

.botao-link-video:hover {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid white;
}

/* || Classes extras para o modo vertical de visualização de produtos */
.btn-padrao-espacamento {
    padding: 0 1rem;
    font-size: 11px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

/* || Classes utilitárias para solicionar o problema com colunas de diferentes alturas no bootstrap 3 */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.725rem;
    line-height: 0.7rem;
    border-radius: 0.2rem;
}

.produto-pesquisa-container {
    display: flex;
    align-items: center;
}

.produto-imagem-pesquisa {
    max-width: 100%;
    max-height: 100px;
    text-align: center;
}

.produto-imagem-pesquisa img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100px;
}

.produto-dados-pesquisa .produto-referencia {
    font-size: 12px !important;
    color: #6366F1 !important;
    display: block;
    text-transform: uppercase;
}

.produto-dados-pesquisa .produto-nome {
    text-transform: uppercase;
    font-size: 12px !important;
}

/*.teste-sortable ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.teste-sortable li {
    margin: 5px;
    padding: 5px;
    width: 150px;
    border: 1px solid black;
}*/

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed #6366F1 !important;
    border-image: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.object-fit-contain {
    object-fit: contain !important;
}

.btn-group .btn.active {
    background-color: #6366F1 !important;
    color: #fff;
}

.componente-item-container {
    height: 100%;
}

.componente-item-container .panel {
    height: 100%;
    margin-bottom: 0px;
}

.componente-item-container .panel-body {
    height: 100%;
}

.espacador-vertical {
    border: none;
}

.link-componente {
    cursor: pointer;
}

.voltar:hover {
    cursor: pointer !important;
}

.pagina-configuravel-controle-ativo {
    cursor: pointer;
}

.overlay {
    position: absolute;
    bottom: 0px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.divImagem:hover .overlay {
    opacity: 1;
}

.produto-thumb-mais-cores:hover {
    height: 100px;
    width: 100px;
    background-color: black;
    display: inline-block;
    opacity: 0.5;
    transition: opacity .23s ease-out;
    cursor: pointer;
}

.produto-thumb-mais-cores:hover:before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f02b";
    padding-top: 35px;
    padding-left: 30px;
    position: absolute;
    color: black;
    font-size: 25px;
}


.produto-thumb-mais-cores-selecionado {
    height: 100px;
    width: 100px;
    background-color: black;
    display: inline-block;
    opacity: 0.5;
    transition: opacity .23s ease-out;
}

.produto-thumb-mais-cores-selecionado:before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f02b";
    padding-top: 35px;
    padding-left: 30px;
    position: absolute;
    color: black;
    font-size: 25px;
}

.sinb2b-scrollbar-cinza::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #e8e4e4;
}


.sinb2b-scrollbar-cinza::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}

.detalhes-mais-cores {
    height: 75vh;
    overflow: auto;
}

.sinb2b-scrollbar-cor-padrao::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
}

.sinb2b-scrollbar-cor-padrao::-webkit-scrollbar-thumb {
    background: #6366F1;
}

.visao-selecionada:focus {
    background-color: #6366F1 !important;
    color: #FFFFFF !important;
    border-color: #ccc !important;
}

.visao-selecionada:hover {
    color: #FFFFFF !important;
    background-color: #6366F1 !important;
}

.visao-nao-selecionada:hover {
    opacity: 0.8;
    color: black;
}

.collapse-filtros {
    max-height: 70vh;
    overflow-x: auto;
}

.bloco-produtos-look {
    overflow: auto;
    height: 63vh !important;
}

.sinb2b-scrollbar-cinza::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #e8e4e4;
}

.sinb2b-scrollbar-cinza::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}

/* Modais laterais - Modernos com sombras */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0 !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3) !important;
}

/* Scrollbar customizada para modais laterais */
.modal.left .modal-content::-webkit-scrollbar,
.modal.right .modal-content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.modal.left .modal-content::-webkit-scrollbar-thumb,
.modal.right .modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
    border-radius: 4px;
}

.modal.left .modal-content::-webkit-scrollbar-thumb:hover,
.modal.right .modal-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #818CF8 0%, #6366F1 100%);
}

/*Left - Slide da esquerda */
.modal.left.fade .modal-dialog {
    left: -450px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right - Slide da direita */
.modal.right.fade .modal-dialog {
    right: -450px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.tag-filtro {
    border-radius: 5px;
    height: 35px;
    display: inline-flex;
    align-items: center;
}

.icone-remover-filtro {
    margin-left: .25rem;
    color: inherit;
    font-size: 200%;
}

/*.navbar-default {
    background-color: #f8f8f8;
    border-width: 0;
    margin-top: 40px;
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: center;
}*/

.navbar-container {
    background-color: black;
    position: fixed;
    background: #fff;
    z-index: 10;
    width: 100%;
    top: 0;
}

.navbar-b2b {
    border: none !important;
    margin-bottom: 0px;
    min-height: 40px !important;
}

.navbar-b2b .dropdown-menu-scroll {
    max-height: 280px;
    overflow-y: auto;
}

.navbar-b2b .navbar-brand {
    padding: 0;
    height: 40px;
    border-bottom: none !important;
    cursor: default;
}

.navbar-b2b .navbar-brand img {
    max-height: 40px;
    max-width: 180px;
    padding: 5px 1rem 5px 0;
    display: inline-block;
}

.navbar-b2b .nav>li {
    cursor: pointer;
}

.navbar-b2b .nav>li>a {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-b2b .nav>li>a i {
    font-size: 20px;
}

.navbar-b2b .navbar-right {
    display: flex;
    align-items: center;
}

.conteudo-body-container {
    top: 80px;
    position: absolute;
    width: 100%;
}

/*.conteudo-body {
    top: 80px;
    position: absolute;
}*/

.selecao-generica {
    position: relative;
    height: 250px;
    cursor: pointer;
}

.selecao-generica:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 1);
    opacity: 0.7;
    background-clip: content-box;
    padding-left: 15px;
    padding-right: 15px;
}

/* Sistema moderno de tabela genérica */
.tabela-generica {
    color: #848889;
    font-size: 12px;
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

/* Remover background preto de elementos externos */
.tabela-generica thead {
    background: none !important;
    background-color: transparent !important;
}

.tabela-generica thead tr th {
    padding: 14px 16px;
    text-align: center;
    white-space: nowrap;
    /* Minimalista - Fundo cinza claro com borda rosa */
    background: #f8f9fa !important;
    color: #333 !important;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid #6366F1;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.tabela-generica thead tr th:hover {
    background: #f0f0f0 !important;
}

.tabela-generica thead tr th:first-child {
    border-top-left-radius: 12px;
}

.tabela-generica thead tr th:last-child {
    border-top-right-radius: 12px;
}

.tabela-monitor tbody tr td.indicador-visual-coluna {
    padding: 0px !important;
}

.tabela-generica tbody tr {
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
}

.tabela-generica tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.tabela-generica tbody tr:hover {
    background-color: #F5F3FF !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
}

/* Quando linha tem dropdown aberto, NÃO aplicar scale */
.tabela-generica tbody tr:not(:has(.dropdown.open)):not(:has(.btn-group.open)):hover {
    transform: scale(1.01);
}

.tabela-generica tbody tr td {
    padding: 0.75rem 0.5rem;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    text-transform: capitalize;
    position: relative;
}


.tabela-generica tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.tabela-generica tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.tabela-generica tbody tr:last-child td {
    border-bottom: none;
}

.tabela-generica tbody tr.selected {
    color: #ffffff;
    background: linear-gradient(90deg, #6366F1 0%, #818CF8 100%);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transform: scale(1.02);
    z-index: 2;
}

.tabela-generica tbody tr.selected:hover {
    background: linear-gradient(90deg, #818CF8 0%, #6366F1 100%);
}

.tabela-generica tbody tr td i {
    cursor: pointer;
    transition: all 0.2s ease;
}

.tabela-generica tbody tr td i:hover {
    transform: scale(1.2);
    color: #6366F1;
}

table.tabela-generica.dataTable thead .sorting::after,
table.tabela-generica.dataTable thead .sorting_asc::after,
table.tabela-generica.dataTable thead .sorting_desc::after,
table.tabela-generica.dataTable thead .sorting_asc_disabled::after,
table.tabela-generica.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 12px;
    right: 8px;
    display: block;
    opacity: .5;
}

.tabela-generica tbody tr td .btn:focus,
.tabela-generica tbody tr td .btn.focus {
    color: #ffffff !important;
}

/* Container moderno para tabela genérica */
.tabela-generica-container {
    text-align: left !important;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

/* Scrollbar customizada para container */
.tabela-generica-container::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #f5f5f5;
}

.tabela-generica-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.tabela-generica-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #818CF8 0%, #6366F1 100%);
}

.tabela-generica-container::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 4px;
}

/* Paginação modernizada - Estilos movidos para seção "PAGINAÇÃO MODERNA" no final do arquivo */
/*.tabela-generica-container .pagination>li>a:focus,
.tabela-generica-container .pagination>li>a:hover,
.tabela-generica-container .pagination>li>span:focus,
.tabela-generica-container .pagination>li>span:hover {
    color: #333 !important;
    background-color: #F5F3FF !important;
    border-color: #6366F1 !important;
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.tabela-generica-container .pagination>.active>a,
.tabela-generica-container .pagination>.active>a:focus,
.tabela-generica-container .pagination>.active>a:hover,
.tabela-generica-container .pagination>.active>span,
.tabela-generica-container .pagination>.active>span:focus,
.tabela-generica-container .pagination>.active>span:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%) !important;
    border-color: #6366F1 !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}*/

.cover-container-wizard,
.cover-container-wizard .mastfoot,
.cover-container-wizard .masthead {
    width: 90% !important;
}

.masthead-nav li {
    cursor: pointer;
}

.cover-container-wizard:not(#SelecaoOpcoesIniciais) .divSelecaoInternaNovoPedido {
    padding-top: 10% !important;
}

.navbar-container-gestao {
    background-color: #F5F7FA;
    box-shadow: 0px 0px 6px #c5c5c5;
}

.navbar-container-gestao .navbar-brand {
    cursor: pointer;
}

.navbar-container-compra {
    box-shadow: 0px 0px 6px #c5c5c5;
}


.conteudo-body-container-gestao {
    top: 60px !important;
    position: absolute;
    width: 100%;
}

.fonte-icone-menu {
    font-size: 15px !important;
    line-height: inherit !important;
}

.texto-menu-gestao>a {
    color: #333;
}

.texto-menu-compra>a {
    color: #333;
}

.controle-carrossel {
    width: 0px;
}

.botao-carrossel-vitrine-direita {
    right: 10px !important;
    color: #e6e6e6 !important;
    width: 30px !important;
    height: 29px !important;
    margin-top: -10px !important;
    font-size: 20px !important;
}

.botao-carrossel-vitrine-esquerda {
    left: 10px !important;
    color: #e6e6e6 !important;
    width: 30px !important;
    height: 29px !important;
    margin-top: -10px !important;
    font-size: 20px !important;
}

.fotos-loja-pre-cadastros {
    /*max-width: 100%;
    height: 300px;
    cursor: pointer;*/
    display: block !important;
    max-width: 100% !important;
    max-height: 64vh !important;
    object-fit: contain !important;
}

.float-right {
    float: right !important;
}

.dataTables_scrollHeadInner>table>thead>tr>th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.btn-dt:hover {
    background-color: #000
}

.dropdown-menu-left {
    left: 50% !important;
    top: 115% !important;
}

.image-preview {
    width: 100%;
    height: 200px;
    background-color: #F5F7FA;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ccc;
    position: relative;
    overflow: hidden;
}

.image-preview img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.img-card {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.btn-circular-adicao {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: black;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.btn-circular-adicao:hover {
    background-color: #333;
}


.card-selecao-marca-devolucao {
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
}

.container-selecao-devolucao {
    padding: 15px;
    text-align: center;
}

.container-selecao-devolucao button {
    margin-top: 10px;
}


.card-selecao-marca-devolucao img {
    display: block;
    margin: auto;
    width: 60%;
    height: auto;
}

.card-selecao-marca-devolucao {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-align: center;
}

.container-selecao-devolucao {
    padding: 15px;
}


.texto-verde {
    color: green;
}


.container-slider {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.container-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
}


.slider {
    opacity: 0;
    transition: opacity .2s;
    position: absolute;
    width: 100%;
    border-radius: 10px;
}

.on {
    opacity: 1;
}

#prev-button,
#next-button {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#prev-button img,
#next-button img {
    width: 100%;
    height: 100%;
}

#prev-button {
    transform: rotate(180deg);
}

.input-sem-setas::-webkit-inner-spin-button,
.input-sem-setas::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-sem-setas {
    -moz-appearance: textfield;
}

/* Sistema de Cards de Totalizadores - Moderno e Colorido */
.custom-card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, box-shadow 0.3s ease;
    padding: 20px 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Gradiente decorativo sutil no fundo */
.custom-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(35%, -35%);
}

.custom-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.custom-card h1 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.5px;
}

.custom-card p {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.3px;
}

.custom-card .texto-15 {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.custom-card small {
    font-size: 9px;
    opacity: 0.7;
}

/* Cores específicas para cada tipo de totalizador */
#cardPedidosAbertos {
    border-left-color: #6366F1;
}

#cardPedidosAbertos .custom-card::before {
    background: radial-gradient(circle, rgba(99, 102, 241, 0.04) 0%, transparent 70%);
}

#cardPedidosAbertos h1 {
    color: #6366F1;
    text-shadow: 0 1px 2px rgba(99, 102, 241, 0.08);
}

#cardPedidosAgAprovacao {
    border-left-color: #ffc107;
}

#cardPedidosAgAprovacao .custom-card::before {
    background: radial-gradient(circle, rgba(255, 193, 7, 0.04) 0%, transparent 70%);
}

#cardPedidosAgAprovacao h1 {
    color: #ffc107;
    text-shadow: 0 1px 2px rgba(255, 193, 7, 0.08);
}

#cardPedidosFinalizados {
    border-left-color: #639600;
}

#cardPedidosFinalizados .custom-card::before {
    background: radial-gradient(circle, rgba(99, 150, 0, 0.04) 0%, transparent 70%);
}

#cardPedidosFinalizados h1 {
    color: #639600;
    text-shadow: 0 1px 2px rgba(99, 150, 0, 0.08);
}

#cardTicketMedio {
    border-left-color: #00c4c4;
}

#cardTicketMedio .custom-card::before {
    background: radial-gradient(circle, rgba(0, 196, 196, 0.04) 0%, transparent 70%);
}

#cardTicketMedio h1 {
    color: #00c4c4;
    text-shadow: 0 1px 2px rgba(0, 196, 196, 0.08);
}

/* Skeleton Loader - Moderno e Suave */
.skeleton-loader {
    display: block;
    opacity: 1;
    padding: 20px 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.skeleton-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 100%);
    animation: skeletonShine 1.5s infinite;
}

.skeleton-text {
    height: 12px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 10px;
}

.skeleton-text-title {
    width: 60%;
    height: 12px;
    margin: 0 auto 12px auto;
}

.skeleton-text-value {
    width: 55%;
    height: 28px;
    margin: 12px auto;
    background: linear-gradient(90deg, #e8e8e8 25%, #d0d0d0 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    border-radius: 6px;
}

.skeleton-text-small {
    width: 35%;
    height: 10px;
    margin: 8px auto 0 auto;
}

/* Animações do Skeleton */
@keyframes skeletonPulse {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes skeletonShine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Transição suave de skeleton para conteúdo real */
.skeleton-to-content {
    animation: fadeInContent 0.6s ease-out forwards;
}

@keyframes fadeInContent {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Skeleton Loader - Cards de Produtos */
.skeleton-produtos-container {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 -5px;
}

.skeleton-produtos-container > div {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .skeleton-produtos-container > div {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .skeleton-produtos-container {
        flex-wrap: wrap;
    }
    .skeleton-produtos-container > div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
}

.skeleton-produto-card {
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 15px;
    border: 1px solid #eee;
}

.skeleton-produto-imagem {
    width: 100%;
    height: 280px;
    background: linear-gradient(90deg, #e8e8e8 25%, #d8d8d8 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 15px;
}

.skeleton-produto-ref {
    width: 40%;
    height: 14px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 10px;
}

.skeleton-produto-nome {
    width: 85%;
    height: 16px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 8px;
}

.skeleton-produto-cor {
    width: 55%;
    height: 12px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 15px;
}

.skeleton-produto-preco-label {
    width: 35%;
    height: 10px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 8px;
}

.skeleton-produto-preco {
    width: 50%;
    height: 24px;
    background: linear-gradient(90deg, #d0d0d0 25%, #c0c0c0 50%, #d0d0d0 75%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
}

/* Skeleton para carrinho (menor) */
.skeleton-carrinho-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    gap: 15px;
    background: #fafafa;
}

.skeleton-carrinho-imagem {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
}

.skeleton-carrinho-info {
    flex: 1;
}

.skeleton-carrinho-nome {
    width: 70%;
    height: 14px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 8px;
}

.skeleton-carrinho-detalhe {
    width: 50%;
    height: 12px;
    background: linear-gradient(90deg, #e0e0e0 25%, #d0d0d0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    margin-bottom: 6px;
}

.skeleton-carrinho-preco {
    width: 30%;
    height: 18px;
    background: linear-gradient(90deg, #d0d0d0 25%, #c0c0c0 50%, #d0d0d0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: skeletonPulse 1.5s ease-in-out infinite;
}

/* Responsividade skeleton produtos */
@media (max-width: 991px) {
    .skeleton-produto-imagem {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .skeleton-produto-imagem {
        height: 200px;
    }
}

/* Ícones nos cards de totalizadores - Minimalista */
.custom-card .icone-card {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

#cardPedidosAbertos .icone-card {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    color: #ffffff;
}

#cardPedidosAgAprovacao .icone-card {
    background: linear-gradient(135deg, #ffc107 0%, #ffcd38 100%);
    color: #ffffff;
}

#cardPedidosFinalizados .icone-card {
    background: linear-gradient(135deg, #639600 0%, #7ab300 100%);
    color: #ffffff;
}

#cardTicketMedio .icone-card {
    background: linear-gradient(135deg, #00c4c4 0%, #00e5e5 100%);
    color: #ffffff;
}

/* Badge de status no card - Minimalista */
.custom-card .badge-status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    z-index: 2;
}

#cardPedidosAbertos .badge-status {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(129, 140, 248, 0.15) 100%);
    color: #6366F1;
    border: 1px solid rgba(99, 102, 241, 0.3);
}

#cardPedidosAgAprovacao .badge-status {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 205, 56, 0.15) 100%);
    color: #d39e00;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

#cardPedidosFinalizados .badge-status {
    background: linear-gradient(135deg, rgba(99, 150, 0, 0.15) 0%, rgba(122, 179, 0, 0.15) 100%);
    color: #639600;
    border: 1px solid rgba(99, 150, 0, 0.3);
}

#cardTicketMedio .badge-status {
    background: linear-gradient(135deg, rgba(0, 196, 196, 0.15) 0%, rgba(0, 229, 229, 0.15) 100%);
    color: #00a8a8;
    border: 1px solid rgba(0, 196, 196, 0.3);
}

/* Destaque especial para o card Ticket Médio */
#cardTicketMedio .custom-card {
    border-left-width: 5px;
}

#cardTicketMedio .custom-card::after {
    content: '📊';
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
    opacity: 0.08;
    z-index: 0;
}

/* Indicador de tendência (opcional - pode ser usado futuramente) */
.custom-card .indicador-tendencia {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.custom-card .indicador-tendencia.positivo {
    color: #639600;
}

.custom-card .indicador-tendencia.negativo {
    color: #6366F1;
}

.custom-card .indicador-tendencia.neutro {
    color: #ffc107;
}

/* Animação de pulso para valores */
@keyframes pulseValue {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.custom-card h1.pulse {
    animation: pulseValue 0.6s ease-out;
}

/* Divisor decorativo */
.custom-card .divisor {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, currentColor 50%, transparent 100%);
    margin: 12px auto;
    border-radius: 2px;
    opacity: 0.3;
}

/* Responsividade dos cards */
@media (max-width: 768px) {
    .custom-card {
        margin-bottom: 16px;
        padding: 20px;
    }

    .custom-card h1 {
        font-size: 24px;
    }

    .custom-card p {
        font-size: 10px;
    }

    .skeleton-loader {
        margin-bottom: 16px;
    }
}

/* Container de totalizadores - Aparece suavemente */
#divTotalizadores {
    animation: slideInFromTop 0.6s ease-out;
}

@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Melhorias nos cards sem dados */
.custom-card.card-sem-dados {
    opacity: 0.7;
    border-left-color: #d0d0d0;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    filter: grayscale(50%);
    transition: all 0.3s ease;
}

.custom-card.card-sem-dados:hover {
    opacity: 0.8;
    transform: translateY(-2px);
    filter: grayscale(30%);
}

.custom-card.card-sem-dados::before {
    opacity: 0.3;
}

.custom-card.card-sem-dados h1 {
    color: #ccc !important;
    text-shadow: none !important;
}

.custom-card.card-sem-dados p {
    color: #999 !important;
}

/* Compatibilidade com classe antiga */
.custom-card.empty {
    opacity: 0.7;
    border-left-color: #d0d0d0;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}

.custom-card.empty h1 {
    color: #ccc !important;
}

/* Barra de progresso decorativa no topo do card */
.custom-card .progress-bar-decorativa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, currentColor 50%, transparent 100%);
    opacity: 0.5;
}

.input-alterado {
    background-color: #f0f9f0 !important;
    transition: background-color 0.2s ease;
    border-left: 3px solid #28a745;
}

.input-destacado {
    background-color: #fefbf0 !important;
    border-left: 3px solid #ffc107;
    animation: pulseWarning 0.3s ease-in-out;
}

@keyframes pulseWarning {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.input-desabilitado {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}

.icon-copiar-grade,
.icon-colar-grade {
    transition: opacity 0.2s ease;
}

.icon-copiar-grade:hover,
.icon-colar-grade:hover {
    opacity: 0.8;
    transform: scale(1.05);
}




.input-group-btn .btn {
    border-left: 0;
}

.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#contadorRepresentantes,
#contadorClientes {
    font-style: italic;
    color: #6c757d !important;
}

/* Estilos customizados para as abas */
.nav-tabs-custom {
    border-bottom: 2px solid #6c757d;
    margin-bottom: 0;
}

.nav-tabs-custom>li {
    margin-bottom: -2px;
}

.nav-tabs-custom>li>a {
    border-radius: 8px 8px 0 0;
    background-color: #f8f9fa;
    color: #666;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    border-bottom: 2px solid transparent;
}

.nav-tabs-custom>li>a:hover {
    background-color: #e9ecef;
    color: #333;
    transform: translateY(-1px);
}

.nav-tabs-custom>li.active>a,
.nav-tabs-custom>li.active>a:focus,
.nav-tabs-custom>li.active>a:hover {
    background-color: white;
    color: #6c757d;
    border-color: #6c757d #6c757d transparent #6c757d;
    border-bottom: 2px solid white;
    font-weight: bold;
}

#badgeUsuarios {
    background-color: #5cb85c !important;
    color: white !important;
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.tab-content {
    background-color: white;
    border: 1px solid #6c757d;
    border-top: none;
    border-radius: 0 0 8px 8px;
    min-height: 400px;
    padding: 0;
}

.tab-pane {
    padding: 0;
}

.tab-pane {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tab-pane.active {
    opacity: 1;
}

/* Destaque para aba com usuários selecionados */
.nav-tabs-custom>li>a.tab-com-selecao {
    background-color: #d4edda;
    border-color: #5cb85c;
    color: #155724;
}

.nav-tabs-custom>li>a.tab-com-selecao:hover {
    background-color: #c3e6cb;
    color: #155724;
}

/* Responsividade para abas */
@media (max-width: 768px) {
    .nav-tabs-custom>li>a {
        padding: 8px 12px;
        font-size: 12px;
    }

    .nav-tabs-custom>li>a strong {
        display: block;
    }

    .nav-tabs-custom>li>a i {
        display: none;
    }
}

/* Inputs de pesquisa com visual moderno */
#txtPesquisaRepresentante,
#txtPesquisaCliente {
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
}

#txtPesquisaRepresentante:focus,
#txtPesquisaCliente:focus {
    border-color: #6c757d;
    outline: none;
    box-shadow: 0 0 5px rgba(108, 117, 125, 0.3);
}

/* Contadores visuais */
#contadorRepresentantes,
#contadorClientes {
    font-style: italic;
    color: #6c757d !important;
    font-weight: bold;
}

/* Badge na aba de usuários */
#badgeUsuarios {
    background-color: #5cb85c;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 10px;
    margin-left: 8px;
}

/* Melhoria nas listas de usuários */
.form-group input[type="checkbox"] {
    margin-right: 8px;
}

/* Espaçamento das abas */
.tab-content {
    min-height: 450px;
}

.nav-tabs>li>a {
    padding: 12px 20px;
    font-size: 14px;
}

.nav-tabs>li>a>strong {
    font-weight: 600;
}

/* Alert de informações */
.alert-info {
    border-left: 4px solid #6c757d;
    background-color: #f8f9fa;
}

/* Estilos para funcionalidade de usuários selecionados */
.btn-incluir-usuario {
    margin-top: 8px;
    padding-top: 5px;
    animation: slideInDown 0.3s ease-out;
}

.lista-usuarios-selecionados {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-top: 10px;
}

.usuario-item-selecionado {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 8px;
    background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    animation: slideInLeft 0.3s ease-out;
}

.usuario-item-selecionado:last-child {
    margin-bottom: 0;
}

.usuario-item-selecionado:hover {
    background-color: #fff8f8;
    border-color: #6366F1;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.15);
}

.usuario-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.usuario-nome {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    font-family: PublicSans, sans-serif;
}

.btn-remover-usuario {
    background-color: #6366F1;
    border: none;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 10px;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-remover-usuario:hover {
    background-color: #6366F1;
    transform: scale(1.1);
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.4);
}

.usuario-nao-encontrado {
    text-align: center;
    color: #6c757d;
    font-style: italic;
    padding: 30px 15px;
    font-size: 13px;
    font-family: PublicSans, sans-serif;
}

.usuario-nao-encontrado i {
    color: #6c757d;
    margin-right: 8px;
    font-size: 16px;
}

/* Melhorias nos botões incluir */
.btn-incluir-usuario .btn {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-family: PublicSans, sans-serif;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.btn-incluir-usuario .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Animações melhoradas */
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulseSuccess {
    0% {
        box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(108, 117, 125, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(108, 117, 125, 0);
    }
}

/* Animação para notificações */
.alert-dismissible {
    animation: slideInDown 0.4s ease-out;
    margin-bottom: 15px;
    border-radius: 4px;
    font-family: PublicSans, sans-serif;
}

.alert-dismissible.fade {
    animation: slideOutUp 0.3s ease-out;
}

.alert-success {
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    color: #155724 !important;
}

.alert-warning {
    background-color: #fff3cd !important;
    border-color: #ffeaa7 !important;
    color: #856404 !important;
}

.alert-info {
    background-color: #f8f9fa !important;
    border-color: #6c757d !important;
    color: #495057 !important;
}

@media (max-width: 768px) {
    .usuario-item-selecionado {
        padding: 6px 10px;
    }

    .usuario-nome {
        font-size: 12px;
    }

    .btn-remover-usuario {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }

    .lista-usuarios-selecionados {
        padding: 10px;
        max-height: 250px;
    }
}

.lista-usuarios-selecionados:not(:empty) {
    border-color: #5cb85c;
    background-color: #f9fff9;
}

#contadorRepresentantes,
#contadorClientes {
    font-style: italic;
    color: #6c757d !important;
    font-weight: bold;
    font-size: 11px;
}

/* Regras globais FORTES para garantir dropdowns visíveis em tabelas */
table .dropdown-menu,
.table .dropdown-menu,
.tabela-generica .dropdown-menu,
tbody .dropdown-menu,
tr .dropdown-menu,
td .dropdown-menu {
    z-index: 9999 !important;
    position: absolute !important;
}

/* Z-index adequado para navbar dropdowns */
.navbar .dropdown-menu,
.navbar-nav .dropdown-menu,
nav .dropdown-menu {
    z-index: 1050 !important;
    position: absolute !important;
}

/* Garantir que células com dropdown tenham posicionamento correto */
table tbody tr td:has(.dropdown-menu),
table tbody tr td:has(.dropdown),
.table tbody tr td:has(.dropdown-menu),
.table tbody tr td:has(.dropdown),
.tabela-generica tbody tr td:has(.dropdown-menu),
.tabela-generica tbody tr td:has(.dropdown) {
    position: static !important;
}

/* Wrapper do dropdown - z-index NORMAL quando fechado */
table .dropdown,
table .btn-group,
.table .dropdown,
.table .btn-group,
.tabela-generica .dropdown,
.tabela-generica .btn-group {
    position: relative !important;
    z-index: auto;
}

/* APENAS quando dropdown está ABERTO - z-index alto */
table .dropdown.open,
table .btn-group.open,
.table .dropdown.open,
.table .btn-group.open,
.tabela-generica .dropdown.open,
.tabela-generica .btn-group.open {
    z-index: 9998 !important;
}


/* Prevenir que overflow esconda dropdowns */
.table-responsive,
.table-responsive-sm,
.table-responsive-md,
.table-responsive-lg,
.table-responsive-xl,
.tabela-generica-container,
table,
.table,
.tabela-generica {
    overflow: visible !important;
}

/* Containers wrapper também precisam ser visíveis */
div:has(> table),
div:has(> .table),
div:has(> .tabela-generica) {
    overflow: visible !important;
}

/* Apenas aplicar overflow-x quando necessário */
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto !important;
        overflow-y: visible !important;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto !important;
        overflow-y: visible !important;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto !important;
        overflow-y: visible !important;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto !important;
        overflow-y: visible !important;
    }
}

/* Exceções para elementos que não devem ter text-transform lowercase */
table td .btn,
table td button,
table td .badge,
table td .label,
table th .btn,
table th button {
    text-transform: none !important;
}

/* Manter inputs e selects sem transformação */
table td input,
table td select,
table td textarea {
    text-transform: none !important;
}

/* Números e códigos devem ficar normais */
table td .codigo,
table td .numero,
table td [class*="codigo"],
table td [class*="numero"] {
    text-transform: none !important;
}

/* SOLUÇÃO: Dropdown com animação funcional - APENAS em tabelas */
table .dropdown-menu,
.table .dropdown-menu,
.tabela-generica .dropdown-menu {
    /* Animação de entrada */
    opacity: 0;
    transform: scale(0.95) translateY(-5px);
    transform-origin: top center;
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

/* APENAS quando dropdown está REALMENTE aberto */
table .dropdown.open>.dropdown-menu,
table .btn-group.open>.dropdown-menu,
.table .dropdown.open>.dropdown-menu,
.table .btn-group.open>.dropdown-menu,
.tabela-generica .dropdown.open>.dropdown-menu,
.tabela-generica .btn-group.open>.dropdown-menu,
table .dropdown-menu.show,
.table .dropdown-menu.show,
.tabela-generica .dropdown-menu.show {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
    z-index: 99999 !important;
    position: absolute !important;
}

/* Garantir que submenus do navbar funcionem normalmente */
.navbar .dropdown-menu,
.navbar-nav .dropdown-menu,
.dropdown-submenu>.dropdown-menu,
nav .dropdown-menu,
.navbar-default .dropdown-menu,
.navbar-b2b .dropdown-menu,
.dropdown-menu-b2b,
#menu-conta-extendido .dropdown-menu,
#menu-produtos-extedido .dropdown-menu,
#menu-gestao .dropdown-menu,
#menu-produtos-compacto .dropdown-menu,
#menu-gestao-compacto .dropdown-menu,
#menu-conta-compacto .dropdown-menu,
.menu-conta-compacto .dropdown-menu,
.menu-gestao-fixo .dropdown-menu,
.menu-conta-compacto-fixo .dropdown-menu {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

/* Estado inicial dos dropdowns do navbar - escondidos */
.navbar .dropdown-menu:not(.dropdown-menu-b2b),
.navbar-nav .dropdown-menu:not(.dropdown-menu-b2b),
.navbar-default .dropdown-menu:not(.dropdown-menu-b2b),
.navbar-b2b .dropdown-menu:not(.dropdown-menu-b2b) {
    display: none;
}

/* Exceção para dropdown-menu-b2b - sempre visível quando aberto */
.dropdown-menu-b2b {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

/* Estado aberto - display block - COBERTURA TOTAL */
.navbar .dropdown.open>.dropdown-menu,
.navbar-nav .dropdown.open>.dropdown-menu,
.navbar .dropdown-menu.show,
.navbar-nav .dropdown-menu.show,
.navbar .open>.dropdown-menu,
.navbar-nav .open>.dropdown-menu,
.navbar-default .open>.dropdown-menu,
.navbar-b2b .open>.dropdown-menu,
.navbar ul.nav>li.dropdown.open>.dropdown-menu,
.navbar-nav>li.open>.dropdown-menu,
.navbar-collapse .open>.dropdown-menu,
#barra-menu-produtos-compacto .open>.dropdown-menu,
#barra-menu-gestao-compacto .open>.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* Submenus aparecem no hover */
.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* Navbar dropdowns aparecem no hover */
.navbar-nav>li:hover>.dropdown-menu,
.navbar>li:hover>.dropdown-menu,
nav>ul>li:hover>.dropdown-menu,
.navbar-default>li:hover>.dropdown-menu,
.navbar-b2b>li:hover>.dropdown-menu,
#menu-conta-extendido>li:hover>.dropdown-menu,
#menu-produtos-extedido>li:hover>.dropdown-menu,
#menu-gestao>li:hover>.dropdown-menu,
#menu-produtos-compacto>li:hover>.dropdown-menu,
#menu-gestao-compacto>li:hover>.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* Garantir que dropdown-toggle no navbar funcione */
.navbar .dropdown:hover>.dropdown-menu,
.navbar-nav .dropdown:hover>.dropdown-menu,
.navbar-default .dropdown:hover>.dropdown-menu,
.navbar-b2b .dropdown:hover>.dropdown-menu,
.navbar li:hover>.dropdown-menu,
ul.navbar-nav>li:hover>.dropdown-menu,
.nav>li:hover>.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* FALLBACK: Qualquer dropdown-menu que tenha display:block por JS */
.dropdown-menu[style*="display: block"]:not(table .dropdown-menu):not(.table .dropdown-menu):not(.tabela-generica .dropdown-menu) {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    visibility: visible !important;
}


/* Efeitos visuais modernos no dropdown-menu - GERAL */
.dropdown-menu.show,
.open>.dropdown-menu,
.dropdown.open>.dropdown-menu,
.btn-group.open>.dropdown-menu {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.98);
}

/* Estilos específicos para dropdown do navbar - Modernos */
.navbar .dropdown-menu,
.navbar-nav .dropdown-menu,
nav .dropdown-menu {
    border-radius: 8px !important;
    margin-top: 2px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Itens do navbar dropdown com hover moderno */
.navbar .dropdown-menu>li>a,
.navbar-nav .dropdown-menu>li>a {
    transition: all 0.2s ease !important;
    border-radius: 4px !important;
    margin: 2px 4px !important;
}

.navbar .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:hover {
    background-color: #F5F3FF !important;
    color: #6366F1 !important;
    transform: translateX(4px);
}

/* Submenus com estilo moderno */
.dropdown-submenu>.dropdown-menu {
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    margin-top: 0 !important;
}


/* Hover nos itens do dropdown com transição suave */
.dropdown-menu>li>a,
.dropdown-menu>.dropdown-item {
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 4px;
    margin: 2px 4px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.dropdown-item:hover {
    background-color: #F5F3FF !important;
    color: #6366F1 !important;
}

/* Modal backdrop moderno com blur */
.modal-backdrop {
    z-index: 1040 !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.modal-backdrop.in,
.modal-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Bootstrap dropdown trigger - z-index alto APENAS quando aberto */
.dropdown-toggle {
    z-index: auto;
}

.dropdown-toggle[aria-expanded="true"],
.open>.dropdown-toggle,
.show>.dropdown-toggle {
    z-index: 9998 !important;
}

/* Linhas normais - z-index auto para não sobrepor durante scroll */
table tbody tr,
.table tbody tr,
.tabela-generica tbody tr {
    z-index: auto;
}

/* APENAS linha com dropdown ABERTO tem z-index alto */
table tr:has([aria-expanded="true"]),
.table tr:has([aria-expanded="true"]),
.tabela-generica tr:has([aria-expanded="true"]),
table tbody tr:has(.dropdown.open),
table tbody tr:has(.btn-group.open),
.table tbody tr:has(.dropdown.open),
.table tbody tr:has(.btn-group.open),
.tabela-generica tbody tr:has(.dropdown.open),
.tabela-generica tbody tr:has(.btn-group.open) {
    z-index: 9997 !important;
    position: relative !important;
}

table tr:has([aria-expanded="true"]) td,
.table tr:has([aria-expanded="true"]) td,
.tabela-generica tr:has([aria-expanded="true"]) td {
    transform: none !important;
    overflow: visible !important;
}

/* Sistema de Calendário FullCalendar - Moderno */
#divCalendario {
    animation: slideInFromTop 0.6s ease-out 0.6s backwards;
}

.calendario-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.calendario-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 4px solid #F5F7FA;
    border-top: 4px solid #6366F1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000;
}

/* Customização do FullCalendar - Tema Rosa Moderno */

/* Header do calendário */
.fc .fc-toolbar-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.5px;
}

/* Botões do calendário */
.fc .fc-button {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2) !important;
    transition: all 0.3s ease !important;
}

.fc .fc-button:hover {
    background: linear-gradient(135deg, #818CF8 0%, #6366F1 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
}

.fc .fc-button:active,
.fc .fc-button-active {
    background: linear-gradient(135deg, #A78BFA 0%, #818CF8 100%) !important;
    transform: translateY(0) !important;
}

.fc .fc-button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Botão Today - Destaque */
.fc .fc-today-button {
    background: linear-gradient(135deg, #639600 0%, #7ab300 100%) !important;
}

.fc .fc-today-button:hover {
    background: linear-gradient(135deg, #7ab300 0%, #639600 100%) !important;
}

/* Cabeçalho dos dias da semana */
.fc .fc-col-header-cell {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
    border-color: #f0f0f0 !important;
    padding: 12px 8px !important;
}

.fc .fc-col-header-cell-cushion {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #666 !important;
    text-transform: capitalize !important;
    padding: 4px !important;
}

/* Células do calendário */
.fc .fc-daygrid-day {
    transition: all 0.2s ease !important;
}

.fc .fc-daygrid-day:hover {
    background-color: #F5F3FF !important;
}

.fc .fc-daygrid-day-number {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #333 !important;
    padding: 8px !important;
}

/* Dia de hoje - Destaque rosa */
.fc .fc-day-today {
    background-color: rgba(99, 102, 241, 0.08) !important;
}

.fc .fc-day-today .fc-daygrid-day-number {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

/* Fins de semana */
.fc .fc-day-sat,
.fc .fc-day-sun {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

/* Eventos - Customização por status */
.fc-event {
    border-radius: 6px !important;
    border-left-width: 4px !important;
    padding: 4px 8px !important;
    margin: 2px 4px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.fc-event:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    z-index: 100 !important;
}

.fc-event-title {
    font-weight: 600 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Eventos por status - Cores */
.evento-em-aberto {
    background-color: #6366F1 !important;
    border-color: #4F46E5 !important;
}

.evento-ag-aprovacao,
.evento-ag.-aprovação {
    background-color: #ffc107 !important;
    border-color: #ffb300 !important;
}

.evento-finalizados,
.evento-finalizado {
    background-color: #639600 !important;
    border-color: #547d00 !important;
}

/* Mais eventos ("+X more") */
.fc .fc-daygrid-more-link {
    color: #6366F1 !important;
    font-weight: 600 !important;
    font-size: 10px !important;
}

.fc .fc-daygrid-more-link:hover {
    background-color: rgba(99, 102, 241, 0.1) !important;
    border-radius: 4px;
}

/* Popover de "more" */
.fc .fc-popover {
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
}

.fc .fc-popover-header {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%) !important;
    color: #ffffff !important;
    padding: 12px 16px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    border-radius: 12px 12px 0 0 !important;
}

.fc .fc-popover-body {
    padding: 12px !important;
    background-color: #ffffff !important;
}

/* Lista de eventos */
.fc .fc-list-event {
    cursor: pointer !important;
}

.fc .fc-list-event:hover {
    background-color: #F5F3FF !important;
}

.fc .fc-list-event-dot {
    border-width: 6px !important;
}

/* Bordas do calendário */
.fc .fc-scrollgrid {
    border-color: #f0f0f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-color: #f5f5f5 !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .fc .fc-toolbar {
        flex-direction: column !important;
        gap: 10px;
    }

    .fc .fc-toolbar-chunk {
        display: flex;
        justify-content: center;
    }

    .fc .fc-button {
        font-size: 10px !important;
        padding: 6px 12px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 16px !important;
        text-align: center;
    }
}

/* Indicador de quantidade de eventos no dia */
.fc .fc-daygrid-day-events {
    margin-top: 4px !important;
}

/* Slot de horário */
.fc .fc-timegrid-slot {
    height: 3em !important;
}

/* Scrollbar customizada no calendário */
.fc-scroller::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}

.fc-scroller::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
    border-radius: 4px;
}

.fc-scroller::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #818CF8 0%, #6366F1 100%);
}

/* Animação de fade-in para eventos */
@keyframes eventFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fc-event {
    animation: eventFadeIn 0.3s ease-out;
}

/* Modal de Novo Agendamento - Estilos Personalizados */
#modalNovoAgendamento .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

#modalNovoAgendamento .form-control {
    font-size: 13px !important;
}

#modalNovoAgendamento label {
    margin-bottom: 6px !important;
}

/* Campos condicionais com animação */
.campo-presencial,
.campo-remoto {
    transition: all 0.3s ease;
}

/* Input type=time moderno */
input[type="time"] {
    font-family: PublicSans, sans-serif !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(42%) sepia(96%) saturate(2028%) hue-rotate(331deg) brightness(100%) contrast(101%);
}

/* Input type=number sem setas */
input[type="number"].input-sem-setas {
    text-align: center;
}

/* Textarea personalizada */
#modalNovoAgendamento textarea {
    border-radius: 8px !important;
    border: 2px solid #e5e5e5 !important;
    transition: all 0.3s ease !important;
}

#modalNovoAgendamento textarea:focus {
    border-color: #6366F1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
}

/* Asterisco de campo obrigatório */
#modalNovoAgendamento label:has(+ .dtp-container):after {
    content: '';
}

#modalNovoAgendamento label[class*="obrigatorio"]:after {
    content: ' *';
    color: #6366F1;
    font-weight: 700;
}

/* Scrollbar do modal */
#modalNovoAgendamento .modal-body::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

#modalNovoAgendamento .modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
    border-radius: 4px;
}

#modalNovoAgendamento .modal-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #818CF8 0%, #6366F1 100%);
}

/* Tabela de Agendamentos - Estilo minimalista */
#tabelaAgendamentos thead tr th {
    background: #f8f9fa !important;
    color: #333 !important;
}

#tabelaAgendamentos tbody tr td {
    vertical-align: middle !important;
}

#tabelaAgendamentos .btn-group {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

#tabelaAgendamentos .btn-redondo {
    margin: 0 !important;
}

/* Chip de Valor - Elegante e Minimalista */
.chip-valor {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    letter-spacing: 0.3px;
}

.chip-valor:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* Chip Totalizador - Para totais de tabelas */
.chip-totalizador {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 8px;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.chip-totalizador:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.chip-totalizador:last-child {
    margin-right: 20px;
}

/* Container para múltiplos chips - Todas as tabelas */
#somaPedidosAberto,
#somaAguardandoAprovacao,
#somaFinalizados {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    pointer-events: none;
}

#somaPedidosAberto .chip-totalizador,
#somaAguardandoAprovacao .chip-totalizador,
#somaFinalizados .chip-totalizador {
    pointer-events: all;
}

/* Sistema de Sugestões e Preview de Meta - Moderno */

/* Botão de sugestão de meta */
.btn-meta-sugestao {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.btn-meta-sugestao:hover {
    background: #6366F1;
    border-color: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-meta-sugestao small {
    font-size: 9px;
    opacity: 0.8;
    margin-top: 4px;
    text-transform: capitalize;
}

/* Preview da Meta - Card Informativo */
.meta-preview-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e5e5;
    border-left: 4px solid #00c4c4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.meta-preview-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.meta-preview-header {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.meta-preview-header i {
    color: #00c4c4;
}

.meta-preview-valor {
    font-size: 24px;
    font-weight: 700;
    color: #00c4c4;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 196, 196, 0.1);
}

.meta-preview-info {
    font-size: 10px;
    color: #888;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.meta-preview-info i {
    color: #00c4c4;
}

/* Container de sugestões */
.meta-sugestoes {
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

/* Animação de fade para sugestões e preview */
.meta-sugestoes,
.meta-preview {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ícone de lâmpada interativo */
#btnSugestoesMeta {
    transition: all 0.3s ease;
}


#tabelaAgendamentos .btn-group {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

#tabelaAgendamentos .btn-redondo {
    margin: 0 !important;
}

/* Chip de Valor - Elegante e Minimalista */
.chip-valor {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    letter-spacing: 0.3px;
}

.chip-valor:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* Chip Totalizador - Para totais de tabelas */
.chip-totalizador {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 8px;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.chip-totalizador:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.chip-totalizador:last-child {
    margin-right: 20px;
}

/* Container para múltiplos chips - Todas as tabelas */
#somaPedidosAberto,
#somaAguardandoAprovacao,
#somaFinalizados {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    pointer-events: none;
}

#somaPedidosAberto .chip-totalizador,
#somaAguardandoAprovacao .chip-totalizador,
#somaFinalizados .chip-totalizador {
    pointer-events: all;
}

/* Sistema de Sugestões e Preview de Meta - Moderno */

/* Botão de sugestão de meta */
.btn-meta-sugestao {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.btn-meta-sugestao:hover {
    background: #6366F1;
    border-color: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-meta-sugestao small {
    font-size: 9px;
    opacity: 0.8;
    margin-top: 4px;
    text-transform: capitalize;
}

/* Preview da Meta - Card Informativo */
.meta-preview-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e5e5;
    border-left: 4px solid #00c4c4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.meta-preview-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.meta-preview-header {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.meta-preview-header i {
    color: #00c4c4;
}

.meta-preview-valor {
    font-size: 24px;
    font-weight: 700;
    color: #00c4c4;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 196, 196, 0.1);
}

.meta-preview-info {
    font-size: 10px;
    color: #888;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.meta-preview-info i {
    color: #00c4c4;
}

/* Container de sugestões */
.meta-sugestoes {
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

/* Animação de fade para sugestões e preview */
.meta-sugestoes,
.meta-preview {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ícone de lâmpada interativo */
#btnSugestoesMeta {
    transition: all 0.3s ease;
}

#btnSugestoesMeta:hover {
    color: #ffc107 !important;
    transform: scale(1.2);
}

#btnSugestoesMeta:active {
    transform: scale(0.95);
}

#tabelaAgendamentos .btn-redondo {
    margin: 0 !important;
}

/* Chip de Valor - Elegante e Minimalista */
.chip-valor {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    letter-spacing: 0.3px;
}

.chip-valor:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* Chip Totalizador - Para totais de tabelas */
.chip-totalizador {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 8px;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.chip-totalizador:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.chip-totalizador:last-child {
    margin-right: 20px;
}

/* Container para múltiplos chips - Todas as tabelas */
#somaPedidosAberto,
#somaAguardandoAprovacao,
#somaFinalizados {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    pointer-events: none;
}

#somaPedidosAberto .chip-totalizador,
#somaAguardandoAprovacao .chip-totalizador,
#somaFinalizados .chip-totalizador {
    pointer-events: all;
}

/* Sistema de Sugestões e Preview de Meta - Moderno */

/* Botão de sugestão de meta */
.btn-meta-sugestao {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.btn-meta-sugestao:hover {
    background: #6366F1;
    border-color: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-meta-sugestao small {
    font-size: 9px;
    opacity: 0.8;
    margin-top: 4px;
    text-transform: capitalize;
}

/* Preview da Meta - Card Informativo */
.meta-preview-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e5e5;
    border-left: 4px solid #00c4c4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.meta-preview-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.meta-preview-header {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.meta-preview-header i {
    color: #00c4c4;
}

.meta-preview-valor {
    font-size: 24px;
    font-weight: 700;
    color: #00c4c4;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 196, 196, 0.1);
}

.meta-preview-info {
    font-size: 10px;
    color: #888;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.meta-preview-info i {
    color: #00c4c4;
}

/* Container de sugestões */
.meta-sugestoes {
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

/* Animação de fade para sugestões e preview */
.meta-sugestoes,
.meta-preview {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ícone de lâmpada interativo */
#btnSugestoesMeta {
    transition: all 0.3s ease;
}

#btnSugestoesMeta:hover {
    color: #ffc107 !important;
    transform: scale(1.2);
}

#btnSugestoesMeta:active {
    transform: scale(0.95);
}

/* Fix for table overflow on small screens */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Novos estilos de botões e utilitários - Modernização */

.chip-valor:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* Chip Totalizador - Para totais de tabelas */
.chip-totalizador {
    border: 2px solid #6366F1;
    color: #6366F1;
    background: rgba(99, 102, 241, 0.05);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 8px;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.chip-totalizador:hover {
    background: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.chip-totalizador:last-child {
    margin-right: 20px;
}

/* Container para múltiplos chips - Todas as tabelas */
#somaPedidosAberto,
#somaAguardandoAprovacao,
#somaFinalizados {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    pointer-events: none;
}

#somaPedidosAberto .chip-totalizador,
#somaAguardandoAprovacao .chip-totalizador,
#somaFinalizados .chip-totalizador {
    pointer-events: all;
}

/* Sistema de Sugestões e Preview de Meta - Moderno */

/* Botão de sugestão de meta */
.btn-meta-sugestao {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.btn-meta-sugestao:hover {
    background: #6366F1;
    border-color: #6366F1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-meta-sugestao small {
    font-size: 9px;
    opacity: 0.8;
    margin-top: 4px;
    text-transform: capitalize;
}

/* Preview da Meta - Card Informativo */
.meta-preview-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e5e5;
    border-left: 4px solid #00c4c4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.meta-preview-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.meta-preview-header {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.meta-preview-header i {
    color: #00c4c4;
}

.meta-preview-valor {
    font-size: 24px;
    font-weight: 700;
    color: #00c4c4;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 196, 196, 0.1);
}

.meta-preview-info {
    font-size: 10px;
    color: #888;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.meta-preview-info i {
    color: #00c4c4;
}

/* Container de sugestões */
.meta-sugestoes {
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

/* Animação de fade para sugestões e preview */
.meta-sugestoes,
.meta-preview {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ícone de lâmpada interativo */
#btnSugestoesMeta {
    transition: all 0.3s ease;
}

#btnSugestoesMeta:hover {
    color: #ffc107 !important;
    transform: scale(1.2);
}

#btnSugestoesMeta:active {
    transform: scale(0.95);
}

/* Fix for table overflow on small screens */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* DataTables Buttons - Ghost Style */
.btn-dt {
    background-color: #ffffff;
    border-radius: 8px !important;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.25s ease;
    box-shadow: none;
}

/* Excel - Verde */
.buttons-excel.buttons-html5 {
    background-color: #ffffff !important;
    border: 1.5px solid #22C55E !important;
    color: #22C55E !important;
}

.buttons-excel.buttons-html5:hover {
    background-color: #22C55E !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.buttons-excel.buttons-html5 i {
    color: #22C55E;
}

.buttons-excel.buttons-html5:hover i {
    color: #ffffff;
}

/* PDF - Vermelho */
.buttons-pdf.buttons-html5 {
    background-color: #ffffff !important;
    border: 1.5px solid #EF4444 !important;
    color: #EF4444 !important;
}

.buttons-pdf.buttons-html5:hover {
    background-color: #EF4444 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.buttons-pdf.buttons-html5 i {
    color: #EF4444;
}

.buttons-pdf.buttons-html5:hover i {
    color: #ffffff;
}

/* Collection/Colunas - Roxo */
.buttons-collection {
    background-color: #ffffff !important;
    border: 1.5px solid #6366F1 !important;
    color: #6366F1 !important;
}

.buttons-collection:hover {
    background-color: #6366F1 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.buttons-collection i {
    color: #6366F1;
}

.buttons-collection:hover i {
    color: #ffffff;
}

/* Botões de Visibilidade de Colunas - Ghost Style */
.buttons-columnVisibility {
    background-color: #ffffff !important;
    border: 1.5px solid #94a3b8 !important;
    color: #475569 !important;
    border-radius: 6px !important;
    padding: 8px 14px !important;
    margin: 4px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}

.buttons-columnVisibility:hover {
    background-color: #f1f5f9 !important;
    border-color: #6366F1 !important;
    color: #6366F1 !important;
    transform: translateY(-1px);
}

/* Quando a coluna está ativa/visível */
.buttons-columnVisibility.active {
    background-color: #6366F1 !important;
    border-color: #6366F1 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.buttons-columnVisibility.active:hover {
    background-color: #4F46E5 !important;
    border-color: #4F46E5 !important;
}

/* Container do dropdown de colunas */
.dt-button-collection {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 12px !important;
}

.ajuste-borda {
    border-radius: 20px !important;
}

.h-30 {
    height: 30px !important;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 2px;
}

.m-r-5 {
    margin-right: 5px !important;
}

.w-50 {
    width: 50% !important;
}

.w-30 {
    width: 30% !important;
}

/* ========================================
   TABELAS RESPONSIVAS - Scroll no Container Pai
   ======================================== */

/* O .elementoShadow controla o scroll horizontal */

/* Garantir que tabelas com classe nowrap não quebrem */
table.nowrap th,
table.nowrap td {
    white-space: nowrap;
}

/* Tabelas DataTables ocupam largura total */
.dataTables_wrapper {
    width: 100%;
}

.dataTables_wrapper table.dataTable {
    width: 100%;
}

/* Estilo do scrollbar horizontal para o container pai */
.elementoShadow::-webkit-scrollbar {
    height: 8px;
}

.elementoShadow::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.elementoShadow::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    border-radius: 4px;
}

.elementoShadow::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #4F46E5 0%, #6366F1 100%);
}

/* Em telas menores, forçar largura mínima para scroll aparecer */
@media (max-width: 1200px) {
    .dataTables_wrapper table.dataTable {
        min-width: 1000px;
    }
}

@media (max-width: 768px) {
    .dataTables_wrapper table.dataTable {
        min-width: 900px;
    }
    
    .dataTables_wrapper table.dataTable td,
    .dataTables_wrapper table.dataTable th {
        padding: 8px 10px !important;
        font-size: 11px !important;
    }
}

/* ========================================
   TOGGLE SWITCH
   ======================================== */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin: 0;
    cursor: pointer;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 26px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(24px);
}

.toggle-switch input:focus + .toggle-slider {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

/* ========================================
   PAGINAÇÃO MODERNA - DataTables
   ======================================== */

/* Container da paginação */
div.dataTables_wrapper div.dataTables_paginate {
    margin: 15px 0 !important;
    white-space: nowrap;
    text-align: right;
    padding: 10px 0;
}

/* Estilos base da paginação */
.pagination {
    margin: 15px 0 !important;
    display: inline-flex;
    gap: 6px;
    padding: 0;
}

/* Itens da paginação */
.pagination > li {
    display: inline-block;
    list-style: none;
}

/* Links e botões da paginação */
.pagination > li > a,
.pagination > li > span,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    padding: 6px 12px !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333 !important;
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 18px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.3 !important;
    min-width: 36px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* Hover nos botões */
.pagination > li > a:hover,
.pagination > li > span:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%) !important;
    border-color: #6366F1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
}

/* Botão ativo/selecionado */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%) !important;
    border-color: #6366F1 !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4) !important;
    cursor: default !important;
    z-index: 2;
}

/* Botões desabilitados */
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #999 !important;
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Botões Previous/Next */
.pagination > li > a[aria-label="Previous"],
.pagination > li > a[aria-label="Next"],
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 6px 14px !important;
    font-weight: 600 !important;
}

/* Focus states */
.pagination > li > a:focus,
.pagination > li > span:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2) !important;
}

/* Remove estilos padrão do DataTables */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin-top: 20px;
    }
    
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
    
    .pagination > li > a,
    .pagination > li > span,
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 6px 12px !important;
        font-size: 12px !important;
        min-width: 36px;
    }
}

/* ============================================
   NAVBAR FLUTUANTE MODERNA
   ============================================ */

.navbar-floating {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1600px;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15),
                0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.1);
    padding: 8px 20px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.navbar-floating.navbar-loaded {
    top: 20px;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.navbar-floating:hover {
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-floating-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.navbar-logo {
    flex-shrink: 0;
    min-width: 100px;
}

.navbar-brand-floating img {
    max-height: 40px;
    max-width: 90px;
    transition: transform 0.2s ease;
}

.navbar-brand-floating:hover img {
    transform: scale(1.05);
}

.navbar-menu-desktop {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    gap: 15px;
    margin-left: 70px !important;
}

.navbar-nav-floating {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    flex-wrap: nowrap;
}

.nav-item-floating {
    position: relative;
}

.nav-link-floating {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nav-link-floating i {
    font-size: 16px;
    color: #6366F1;
    transition: all 0.2s ease;
}

.nav-link-floating:hover {
    background: rgba(99, 102, 241, 0.08);
    color: #6366F1;
    transform: translateY(-1px);
}

.nav-link-floating:hover i {
    color: #6366F1;
    transform: scale(1.1);
}

.nav-link-floating.active {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    color: white;
}

.nav-link-floating.active i {
    color: white;
}

.nav-label {
    font-weight: 500;
}

/* Botão de destaque no navbar (Novo Pedido) */
.nav-link-destaque {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
    color: #ffffff !important;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-destaque i {
    color: #ffffff !important;
}

.nav-link-destaque:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.nav-link-destaque:hover i {
    color: #ffffff !important;
    transform: scale(1.15);
}

/* Dropdown Menu Flutuante */
.dropdown-menu-floating {
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.1);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15),
                0 2px 8px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.98);
    margin-top: 8px;
    padding: 8px;
    min-width: 220px;
}

.dropdown-menu-floating > li > a {
    padding: 10px 16px;
    border-radius: 8px;
    color: #333;
    font-size: 13px;
    transition: all 0.2s ease;
    display: block;
}

.dropdown-menu-floating > li > a:hover {
    background: rgba(99, 102, 241, 0.1);
    color: #6366F1;
    transform: translateX(4px);
}

/* Badge Flutuante */
.badge-floating {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    color: white;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 600;
    margin-left: 4px;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.3);
}

/* Ações do Usuário */
.navbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
    padding-right: 0;
}

.navbar-action-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: rgba(99, 102, 241, 0.08);
    color: #6366F1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 16px;
}

.navbar-action-btn:hover {
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.navbar-action-btn .badge-floating {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Menu Hambúrguer Mobile */
.navbar-toggle-mobile {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    justify-content: center;
}

.navbar-toggle-mobile span {
    width: 24px;
    height: 2px;
    background: #6366F1;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-toggle-mobile.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.navbar-toggle-mobile.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggle-mobile.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.navbar-mobile-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
    padding: 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.navbar-mobile-menu.active {
    display: block;
}

/* Floating Action Button - Novo Pedido */
.fab-main {
    position: fixed;
    bottom: -100px;
    right: 30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4),
                0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}

.fab-main.fab-loaded {
    bottom: 30px;
    opacity: 1;
}

.fab-main:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.5),
                0 6px 16px rgba(0, 0, 0, 0.2);
}

.fab-main:active {
    transform: scale(0.95);
}

.fab-label {
    position: absolute;
    right: calc(100% + 15px);
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.fab-main:hover .fab-label {
    opacity: 1;
    transform: translateX(0);
}

.conteudo-body-container-gestao {
    margin-top: 85px;
}

/* Responsive */
@media (max-width: 1500px) {
    .navbar-menu-desktop {
        margin-left: 30px !important;
        gap: 10px;
    }
    
    .nav-link-floating {
        padding: 8px 10px;
        font-size: 11px;
        gap: 5px;
    }
    
    .nav-link-floating i {
        font-size: 14px;
    }
    
    .navbar-nav-floating {
        gap: 2px;
    }
}

@media (max-width: 1350px) {
    .navbar-menu-desktop {
        margin-left: 15px !important;
        gap: 5px;
    }
    
    .nav-link-floating {
        padding: 8px 8px;
        font-size: 10px;
        gap: 4px;
    }
    
    .nav-link-floating i {
        font-size: 13px;
    }
    
    .navbar-nav-floating {
        gap: 1px;
    }
    
    .navbar-actions {
        gap: 4px;
    }
    
    .navbar-action-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .nav-label {
        display: none;
    }
    
    .nav-link-floating {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .nav-link-floating i {
        font-size: 16px;
    }
    
    .navbar-menu-desktop {
        margin-left: 10px !important;
        gap: 8px;
    }
    
    .navbar-nav-floating {
        gap: 4px;
    }
    
    .navbar-actions {
        gap: 6px;
    }
    
    .navbar-action-btn {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .navbar-floating {
        top: 10px;
        left: 10px;
        right: 10px;
        width: auto;
        transform: none;
        padding: 12px 16px;
    }
    
    .navbar-menu-desktop {
        display: none;
    }
    
    .navbar-toggle-mobile {
        display: flex;
    }
    
    .navbar-mobile-menu {
        display: block;
    }
    
    .fab-main {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
        font-size: 20px;
    }
    
    .conteudo-body-container-gestao {
        margin-top: 80px;
    }
}

@media (max-width: 480px) {
    .navbar-logo img {
        max-height: 32px;
    }
    
    .navbar-floating {
        padding: 10px 12px;
    }
}

/* ========================================
   BlockUI - Shimmer Effect
   ======================================== */

/* Centraliza o container do BlockUI na tela */
.blockUI.blockMsg {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 2px solid #6366F1 !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15), 0 20px 60px rgba(99, 102, 241, 0.25), 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    padding: 15px 40px !important;
    animation: blockUIPulse 2s ease-in-out infinite !important;
    opacity: 1 !important;
}

@keyframes blockUIPulse {
    0%, 100% {
        box-shadow: 
            0 0 0 4px rgba(99, 102, 241, 0.15),
            0 20px 60px rgba(99, 102, 241, 0.25),
            0 8px 24px rgba(0, 0, 0, 0.12);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        box-shadow: 
            0 0 0 8px rgba(99, 102, 241, 0.2),
            0 25px 70px rgba(99, 102, 241, 0.35),
            0 12px 32px rgba(0, 0, 0, 0.15);
        transform: translate(-50%, -50%) scale(1.02);
    }
}

.blockui-shimmer {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f0f1ff 50%, #ffffff 100%);
    border-radius: 20px;
    padding: 28px 48px;
    box-shadow: 
        0 0 0 4px rgba(99, 102, 241, 0.15),
        0 20px 60px rgba(99, 102, 241, 0.25),
        0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 2px solid #6366F1;
}

/* Efeito shimmer - brilho que passa */
.blockui-shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(99, 102, 241, 0.15) 25%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(99, 102, 241, 0.15) 75%,
        transparent 100%
    );
    animation: shimmer 1.5s infinite linear;
    z-index: 1;
}

/* Borda luminosa animada */
.blockui-shimmer::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(
        90deg,
        #6366F1,
        #818CF8,
        #a5b4fc,
        #818CF8,
        #6366F1
    );
    background-size: 300% 100%;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderGlow 3s linear infinite;
    z-index: 0;
}

@keyframes shimmer {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

/* Conteúdo do BlockUI */
.blockui-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.blockui-content img {
    width: 36px;
    height: 36px;
}

/* Celebração Meta Atingida - Confetti */
@keyframes confettiFall {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(150px) rotate(720deg) scale(0.5);
        opacity: 0;
    }
}

#metaAtingidaIcon {
    animation: metaPulse 1.5s ease-in-out infinite;
}

@keyframes metaPulse {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1); 
    }
    50% { 
        opacity: 0.7; 
        transform: scale(1.1); 
    }
}

#confettiContainer {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 150px;
    pointer-events: none;
    overflow: hidden;
    z-index: 1000;
}

/* ========================================
   Barra de Progresso Meta - Design Moderno
   ======================================== */
.meta-agendamento-container {
    padding: 12px 0;
    position: relative;
}

.meta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.meta-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-title i {
    font-size: 14px;
    color: #6366F1;
}

.meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.meta-badge.meta-atingida {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
    animation: badgePulse 2s ease-in-out infinite;
}

.meta-badge.hidden {
    display: none;
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 0 4px 16px rgba(16, 185, 129, 0.6);
    }
}

.meta-progress-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.meta-progress-track {
    flex: 1;
    height: 12px;
    background: linear-gradient(180deg, #e2e8f0 0%, #f1f5f9 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.meta-progress-bar {
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.meta-progress-bar.meta-danger {
    background: linear-gradient(90deg, #ef4444 0%, #f87171 100%);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

.meta-progress-bar.meta-warning {
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.meta-progress-bar.meta-success {
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
}

/* Efeito Shimmer */
.meta-progress-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        transparent 100%
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.meta-percentual {
    min-width: 50px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.meta-valores {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
}

.meta-realizada {
    font-weight: 700;
    color: #6366F1;
}

.meta-separador {
    color: #94a3b8;
    font-weight: 400;
}

.meta-planejada {
    font-weight: 600;
    color: #64748b;
}

/* ======================================== */

/* Barra de Progresso de Meta - Agendamento de Pedidos */
.progress-meta-container {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    min-width: 100px;
}

.progress-meta-bar {
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.progress-meta-bar.meta-atingida {
    position: relative;
    overflow: hidden;
}

.progress-meta-bar.meta-atingida::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shimmer 2s infinite;
}

.progress-meta-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 0 2px #fff;
}

.progress-meta-text.meta-atingida {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    animation: pulse-text 1.5s ease-in-out infinite;
}

@keyframes pulse-text {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.icone-meta-atingida {
    display: inline-block;
    margin-left: 3px;
    animation: bounce-icon 1s ease-in-out infinite;
}

@keyframes bounce-icon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

/* Ocultar colunas que são apenas para exportação */
.coluna-export-only {
    display: none !important;
}

/* ======================================== */

.blockui-content span {
    color: #6366F1;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
}

.produto-thumbnail-simplificado {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    margin-top: 20px;
}
.vitrine-header-principal {
    position: sticky;
    top: 165px;
    z-index: 9;
    background: #FFFFFF;
}

#divDetalhesPedido{
    z-index: 9;
}

#divValor {
    z-index:1;
    position:relative;
}