:root {
    --azulsigmacode: #3466AF;
    --azulsegfamilia: #479ad1;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.breadcrumb .breadcrumb-item:first-child a {
    color: #6665ad !important;
    font-weight: 600;
}

a.nav-link .nav-icon + p:hover {
    cursor: pointer;
}

.tooltip-inner {
    background-color: #3466AF;
    color: #ffffff;
}

.sd-img {
    border: 2px solid #adb5bd;
}

#toast-container > .toast-warning {
    color: #72590e;
    font-weight: bold;
}

/* Estilos para o ícone de fechar */
/*#toast-container > .toast-warning .toast-close-button {
    color: #72590e;
}*/



/* Cor da TableHead das tabelas */
.bck-table th {
    /*background-color: #F0F3F7 !important;*/
    background-color: #cfcfe6 !important;
}

.ausencia td {
    color: #db3545;
    background-color: #f7eff0 !important;
}


.bdr-emp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px; /* Defina o tamanho desejado */
    height: 35px; /* Defina o tamanho desejado */
    border-radius: 50%; /* Faz o círculo perfeito */
    border: solid 2px; /* Espessura da borda */
    border-color: #aeb5bd; /* Cor da borda */
    background-color: #f8f9fa; /* Cor de fundo opcional */
}

.emp-pr {
    font-size: 15px; /* Tamanho do ícone */
    color: #aeb5bd; /* Cor do ícone */
}

.ver-no-mapa-text {
    display: inline;
}

.center-text-tab {
    text-align: center;
}

.input-group-prepend {
    position: absolute;
    z-index: 1
}

/* Setas da Sidebar rotacionam para baixo */
.nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-is-opening > .nav-link svg.right, .nav-sidebar .menu-open > .nav-link i.right, .nav-sidebar .menu-open > .nav-link svg.right {
    transform: rotate(90deg) !important;
}


.input-group-text {
    background-color: #fff; /* Cor de fundo do ícone */
    color: #495057; /* Cor do ícone */
    width: 100%; /* Para ocupar toda a largura da célula */
    display: block; /* Garante que o ícone ocupe todo o espaço disponível */
    text-align: center; /* Centraliza o ícone dentro da célula */
}

.input-group .input-group-text i {
    color: #495057;
}


/* Personalizando o texto dentro dos botões */
button.btn.moveall.btn-default::before {
    content: "Adicionar todos para aceder"; /* Texto dentro do botão Adicionar Todos */
}

button.btn.removeall.btn-default::before {
    content: "Remover todos que acedem"; /* Texto dentro do botão Remover Todos */
}

.modern-badge {
    background-color: #E0E0EA;
    color: #000;
    border-radius: 8px;
    padding: 6px 10px;
    margin: 3px;
    font-size: 0.8em;
    font-weight: 600;
    display: inline-block;
}
/* ------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 1369px) {
    .class-tab .container-fluid .row > .col-md-6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.negrito {
    font-weight: bold;
    color: #6b757d;
}

/* CSS para mostrar a frase "Ver no mapa" quando a largura da tela for 1470px ou menos */
@media (max-width: 1370px) {
    .ver-no-mapa-text {
        display: none;
    }

    .mr-2 {
        margin-right: 0 !important;
    }
}

.lista-sem-lc {
    margin-bottom: 0;
}

.listaItens {
    margin-bottom: 0.1em;
}

/*Usado para escpnder colunas com ecra max-420px de largura*/
@media (max-width: 420px) {
    .hide_colunas {
        display: none;
    }
}

@media (max-width: 1280px) {
    .espacar_botao2 {
        margin-bottom: 6px;
    }
}


@media (max-width: 1389px) {
    .espacar_botao {
        margin-bottom: 6px;
    }
}

@media (max-width: 420px) {
    .hide_filtros {
        display: none;
    }

    .espacar_botao {
        margin-bottom: 6px;
    }
}


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.wrapper {
    flex: 1;
}

/*centralizar os placeholders*/
.text-center-placeholder::placeholder {
    text-align: center;
}

/*Espaçamento da barra de exportaçao Excel/Pdf para o cabeçalho*/
.dt-buttons {
    padding-bottom: 10px;
}

/* Estiliza a caixa de input em negrito e define a cor da letra e borda como preta */
input.form-control.text-center-placeholder {
    font-weight: bold;
}

    /* Estiliza o placeholder em negrito e define a cor da letra como preta */
    input.form-control.text-center-placeholder::placeholder {
        font-weight: 600;
        color: black;
    }

.main-footer {
    text-align: center;
    padding: 10px;
    background-color: #f8f9fa; /* Cor de fundo do footer */
    color: #6c757d; /* Cor do texto do footer */
    /*position: fixed;*/
    bottom: 0;
    left: 0;
}



.content-wrapper {
    background-color: none !important;
    height: fit-content !important;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


.color-box-grupo {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

/* Adicione este CSS ao seu arquivo CSS */
@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}


.checkalto {
    padding-top: 25px !important;
}


.pb-cal {
    padding-bottom: 8px !important;
}

.avatar-sm {
    width: 44px;
    height: 44px;
}

.textarea-no-resize {
    resize: none;
}


/* >>>>>Estilo DASHBOARD <<<<<< */


/* CSS para versão mobile */
@media only screen and (max-width: 600px) {
    .transp {
        color: white; /* Torna o texto transparente */
        opacity: 0.001;
    }

    .form-control.text-center.tk {
        color: transparent; /* Também aplica transparência ao conteúdo do input */
    }
}



/* >>>>>Estilo caixa de legendas agenda <<<<<< */

/* Estilo para remover padding e margin da lista Agenda */
.custom-list {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
}

/* Estilo para os itens da lista Agenda */
.custom-list-item {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

/* Estilo para o quadrado de cor  Agenda */
.color-box {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
}


/* >>>>>Estilo caixa de legendas Gestao Registo<<<<<< */

.custom-modal-header {
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px !important;
}

.custom-modal-title {
    color: white;
    font-weight: 600; /* Semi-bold */
    text-align: center;
    flex: 1;
    font-size: 1em;
}

.custom-list2 {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    display: flex; /* Use flexbox to align items in a row */
}

.custom-list-item2 {
    display: flex; /* Align the color box and text side by side */
    align-items: center; /* Vertically center the items */
    margin-right: 10px; /* Optional: Add some space between list items */
}


.card-body.custom-padding {
    padding-bottom: 0;
}

.color-box2 {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-right: 10px;
}

.pin-loc-gest {
    padding: 2px !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
    cursor: default !important;
}

.ml-custom {
    margin-left: 1px;
}




.max-width-section {
    max-width: 800px; /* Ajuste este valor conforme necess�rio */
    margin: 0 auto; /* Centraliza a se��o horizontalmente */
}

/* Estilo do botao Sigma */
.btn-gradient-sig {
    background-image: linear-gradient(to right bottom, #50AC83, #594E9C);
    color: #594E9C;
    color: white;
    border: none;
}
/* -------------------- */


.text-lefti p {
    line-height: 0.1em;
}

.text-lefti h5 {
    padding-top: 10px;
}

.bt-ut {
    margin-top: 15px;
}

.role-font {
    font-size: 0.98em;
    color: dimgray;
}

.alert-small {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    width: 20%;
}

.table td {
    vertical-align: middle;
}


.checkbox-aprovar {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.fto-pd {
    padding-top: 8px;
}

.profile-username {
    font-weight: 600;
    color: dimgray;
}

.box-profile h5 {
    font-size: 1.1em;
}

nm-tp {
}

.role-info {
    display: flex;
    align-items: center;
}

.role-name {
    margin-right: 10px;
}


/* Estilo dos toogles */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px; /* Reduz o tamanho do toggle switch */
    height: 30px;
    margin-top: 8px; /* Adiciona margem superior para alinhar ao meio da palavra */
}


.toggle-switch-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: background-color 0.4s;
}


.toggle-switch input[type="checkbox"] {
    display: none;
}


/*  COR DO BOTAO */
.custom-btn {
    background-color: #343a40;
}

.custom-btn-p {
    background-color: darkred; /* Cor azul de exemplo */
    color: #fff; /* Cor do texto */
    border-color: #007bff; /* Cor da borda */
}

.toggle-switch-label:before {
    position: absolute;
    content: "";
    height: 14px; /* Reduz o tamanho da bola */
    width: 14px; /* Reduz o tamanho da bola */
    left: 10px; /* Ajusta a posi��o horizontal da bola */
    bottom: 4px; /* Ajusta a posi��o vertical da bola */
    background-color: white;
    border-radius: 50%;
    transition: transform 0.4s;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-label {
    background-color: #5BB572;
}

    .toggle-switch input[type="checkbox"]:checked + .toggle-switch-label:before {
        transform: translateX(26px);
    }

.toggle-switch-list {
    list-style-type: none;
    padding: 0;
}

.toggle-switch-item {
    margin-bottom: 10px;
    margin-top: 5px;
}


.cst-brand-larg {
    width: 200px !important;
}

.icon-gray {
    color: #c2c8d1;
}

/* --------------------------- */



/*  Pagina Acess Denied */
.error-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    text-align: center;
}

    .error-container h1 {
        font-size: 120px;
        color: #dc3545;
        margin-bottom: 20px;
    }

    .error-container h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .error-container p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .error-container a {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .error-container a:hover {
            background-color: #c82333;
            border-color: #bd2130;
        }

.cust-txt-color {
    color: #5C585A;
}

.text-color-2 {
    color: #3466AF !important;
}

.text-color-3 {
    color: #4eb5c9 !important;
}

.text-color-4 {
    color: #db3545 !important;
}

.text-color-4 {
    color: #db3545 !important;
}

.text-color-5 {
    color: #3eb663 !important;
}

.text-color-6 {
    color: #ffc61b !important;
}

.text-color-7 {
    color: #595896 !important;
}

.text-color-8 {
    color: #6564ad !important;
}

.text-color-9 {
    color: #666666 !important;
    font-size: 16px!important;
}

.card-transparente {
    background-color: transparent !important;
    border-bottom: none !important;
}

.card-header {
    background-color: #6564ad;
}

.btn-custom-color-1, .btn-primary {
    background-color: #604696 !important;
    border-color: #604696 !important;
    font-size: 13px !important;
}

.btn-custom-color-2 {
    background-color: #6564ad !important;
    border-color: #6564ad !important;
    font-size: 13px !important;
}

    .btn-custom-color-2:not(.card-header):hover, .btn-primary:hover {
        border: 1px solid rgba(101,100,173,0.2);
        background: rgba(101,100,173,0.3) !important;
        color: #6564ad !important;
    }


.btn-custom-color-3 {
    background-color: #5BB572 !important;
    border-color: #5BB572 !important;
    font-size: 13px !important;
}



/* Estilos personalizados para as abas */
.custom-tab {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0;
    margin-right: 10px;
    padding: 7px 14px;
}

    .custom-tab.active {
        background-color: #fff; /* Cor de fundo quando ativo */
        color: #007bff; /* Cor do texto quando ativo */
        border-bottom: 2px solid #007bff; /* Borda inferior quando ativo */
    }



.txt-custom-color-1 {
    color: #604696 !important;
}

.txt-custom-color-2 {
    color: #3466AF !important;
}

/* --------------------------- */


.c-lin {
    line-height: 0.1em;
}


@media (max-width: 600px) {
    .hide-tlmv {
        display: none;
    }
}

@media (max-width: 600px) {
    .mtop {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .hide-sml-scr {
        display: none;
    }



    .text-lefti {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

.profile-user-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centraliza */
    object-fit: fill; /* Garante que a imagem se ajusta ao container sem distorção */
    height: 100%; /* Define a altura fixa */
    width: 100%;
    border-radius: 50%; /* Mantém a imagem em formato circular */
}

.profile-container {
    width: 70px;
    height: 70px;
    border-radius: 50%; /* Círculo */
    overflow: hidden;
    position: relative;
}


/* Classe para foto da view Editar meu Utilizador */
.profile-user-img2 {
    position: absolute;
    transform: translate(-50%, -50%);
    object-fit: fill;
    width: 100%; /* Tamanho fixo */
    height: 100%; /* Tamanho fixo */
    border-radius: 50%; /* Mantém a imagem como um círculo */
}





@media (min-width: 1300px) and (max-width: 2400px) {
    .card_expan {
        width: 700px;
        margin: auto;
    }
}


.hide-by-default {
    display: none;
}

@media (max-width: 1000px) {
    .hide-by-default {
        display: block;
    }
}


@media (max-width: 510px) {

    .esconder {
        display: none;
    }
}


/* Para telas menores que 500px */
@media (max-width: 510px) {
    #thead-menor {
        display: table-header-group;
    }

    #thead-maior {
        display: none;
    }
}

/* Para telas maiores ou iguais a 500px */
@media (min-width: 510px) {
    #thead-menor {
        display: none;
    }

    #thead-maior {
        display: table-header-group;
    }
}

/* Hide thead-menor by default */
#thead-menor {
    display: none;
}

/* Show thead-menor when the screen width is less than 500px */
@media (max-width: 510px) {
    #thead-maior {
        display: none;
    }

    #thead-menor {
        display: table-header-group;
    }

    .hide-tempo {
        display: none;
    }
}




/* Styles for the accordion content */
.accordion-content {
    display: none;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.accordion-content {
    width: 100%;
}

    .accordion-content table {
        width: 100%;
    }


/* Override padding-right for specific DataTables headers */
/*table.dataTable > thead > tr > th:not(.sorting_disabled) {
    padding-right: 10.5px !important;*/ /* Use !important to ensure it overrides existing styles */
/*}*/


.card-title {
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: white;
}


.AtencaoBckg {
    /* background-color: #ffc108 !important;*/
    background-color: #db3545 !important;
}

.WarningBckg {
    background-color: #ffc108 !important;
    border-color: #ffc108 !important;
}

.corTextoWarn {
    color: #4A3802 !important;
}

.btn-cst-txt {
    font-weight: 500;
    font-size: 1em;
}

.btn-reg-mg {
    margin-right: 1.5px;
    margin-left: 1.5px;
}

.centrar-botao {
    background-color: transparent;
    border: none;
    color: white;
    display: block;
    margin: auto !important;
    font-size: 80px;
}

    .centrar-botao i:hover {
        text-shadow: 4px 6px rgba(0, 0, 0, 0.25)
    }

.margem-botao {
}

.margem-final {
}

.marg-cx-top {
}

@media (max-width: 510px) {
    .centrar-botao {
        background-color: transparent;
        border: none;
        color: white;
        display: block;
        margin: auto !important;
        font-size: 50px;
    }

    .margem-botao {
        margin-top: -20px !important;
    }

    /*.margem-final {
        margin-bottom: -30px !important;
    }
*/
    .mr-2 {
        margin-right: 10px !important;
    }

    .marg-cx-top {
        margin-top: -15px !important;
    }
}

.cursoFont {
    font-weight: 600;
}

#loadingMessage {
    display: none;
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

.loading #loadingMessage {
    display: block;
}

.loading #local {
    display: none;
}



/*-----------------Toggles de Permissoes-----------------*/

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745; /* Cor verde */
    border-color: #28a745; /* Cor verde */
}

.custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    border-color: #28a745; /* Cor verde */
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); /* Sombras verdes */
}

/* Estilos para o checkbox dos títulos "Marcar Todos" */
.custom-control-input:checked ~ .custom-control-label.title-checkbox::before {
    background-color: #007bff; /* Cor azul */
    border-color: #007bff; /* Cor azul */
}

.custom-control-input:checked ~ .custom-control-label.title-checkbox::after {
    background-color: #fff;
    border-color: #007bff; /* Cor azul */
}

.custom-control-input:checked ~ .custom-control-label.title-checkbox {
    color: #007bff; /* Cor azul */
}

.custom-control-input:focus ~ .custom-control-label.title-checkbox::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Sombras azuis */
}


.form-group-reg {
    display: block;
    margin: auto 50px 15px 50px;
}

/*-----------------Fabio CSS-----------------*/

@media (max-width: 576px) {
    .table-responsive-inventory th {
        font-size: 0.8rem;
    }

    .table-responsive-inventory td {
        font-size: 0.8rem;
    }

    .table-responsive-inventory .btn span {
        display: none;
    }

    .table-responsive-inventory .btn {
        width: 100%;
        margin-bottom: 5px;
    }
}

.table-responsive-inventory {
    font-size: 0.9rem;
}

#butoes_table .btn span {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
}

#butoes_table .btn:hover span {
    display: inline-block;
    opacity: 1;
}

@media (max-width: 768px) {
    .table-responsive-inventory th.col-stock::after {
        content: " Inf";
    }

    .table-responsive-inventory th.col-qtt::after {
        content: " Qtt";
    }
}

@keyframes scan {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}


@media print {
    #printButton {
        visibility: hidden;
    }

    @page {
        margin: 0;
    }

    .print-button {
        display: none;
    }

    .print-container, .print-container * {
        visibility: visible;
    }

    .print-container {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0; /* Remove todas as margens da print-container */
        padding: 0; /* Remove todos os preenchimentos da print-container */
    }

    .print-container {
        break-inside: avoid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
    }

    .article {
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 30px;
    }

        .article:nth-child(16n+1) {
            page-break-before: always;
        }
}

.btn-group-artigos {
    display: flex;
    flex-wrap: wrap;
}

    .btn-group-artigos a,
    .btn-group-artigos form {
        margin-right: 10px;
        margin-bottom: 10px;
    }


@media (max-width: 900px) {
    .btn-group-artigos {
        display: block;
    }

        .btn-group-artigos .btn {
            width: 100%;
            margin: 5px 0;
        }
}
/* CSS for the loading spinner */
#loadingSpinner {
    display: none; /* Hide by default */
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Box DualList */
.box1.col-md-6 {
    margin-top: -16px;
}

.box2.col-md-6 {
    margin-top: -16px;
}



.login-logo img {
    max-width: 325px;
    height: auto;
}

.btn-primary-log {
    color: #fff;
    background-color: #6564ad;
    border-color: #6564ad;
}

    .btn-primary-log:hover {
        color: #6564ad !important;
        background-color: #fff;
        border-color: #6564ad;
    }

@media (min-width: 300px) and (max-width: 470px) {
    .tabela_maior {
        width: 600px !important;
    }
}

/* <!-- Mantem fixa a largura da tabela de Gestaoponto --> */
@media (min-width: 471px) and (max-width: 1780px) {
    .tabela_maior {
        width: 1700px !important;
    }
}

/* <!-- Mantem fixa a largura da tabela de Gestaoponto --> */
@media (min-width: 100px) and (max-width: 471px) {
    .tabela_maior2 {
        width: 1200px !important;
    }
}

.circ-verde {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-color: #28a645;
}

.circ-vermelho {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-color: #db3545;
}

.circ-amarelo {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-color: #ffc108;
}

.mg-bt-edit {
    margin-bottom: 13px !important;
}

/*-----------------CSS DA VIEW ROLES/MANAGECLAIMS -----------------*/
.responsive-claim-list {
    margin-left: 0;
}

@media (min-width: 1360px) {
    .responsive-claim-list {
        margin-left: 40px;
    }
}

.claim-item {
    margin-left: 0;
}

@media (min-width: 1360px) {
    .claim-item {
        margin-left: 40px;
    }
}


.full-width {
    width: 100vw !important;
    margin-left: 0 !important;
}



.fc-daygrid-day-frame {
    height: 100%; /* Ensure full height for background color */
}

.past-day {
    background: #f0f0f0; /* Cor para dias passados */
}

.non-working-day {
    background: #e0e0e0; /* Cor para dias não úteis */
}

.holiday-day {
    background-color: #ffcccb !important; /* Cor de fundo para feriados */
    border: 1px solid #ff9999; /* Borda para feriados */
}

.many-ferias {
    background: #ffcccc; /* Cor para muitos pedidos de férias */
}

.some-ferias {
    background: #fff3cd; /* Cor para alguns pedidos de férias */
}

.tooltip-aprovado .tooltip-inner {
    background-color: #28a745; /* Verde para aprovado */
    color: #fff;
}

.tooltip-aprovado .arrow::before {
    border-top-color: #28a745;
}

.tooltip-pendente .tooltip-inner {
    background-color: #ffc107; /* Amarelo para pendente */
    color: #000;
}

.tooltip-pendente .arrow::before {
    border-top-color: #ffc107;
}

.tooltip-rejeitado .tooltip-inner {
    background-color: #dc3545; /* Vermelho para rejeitado */
    color: #fff;
}

.tooltip-rejeitado .arrow::before {
    border-top-color: #dc3545;
}

.card-header .badge {
    font-size: 0.9em;
}

.list-group-item {
    font-size: 1em;
    padding: 0.75rem 1.25rem;
}

    .list-group-item .badge {
        font-size: 0.9em;
    }

.limite-atingido {
    background-color: rgba(220, 53, 69, 0.3) !important; /* Vermelho badge-danger com opacidade */
    color: #721c24 !important; /* Texto vermelho escuro */
    height: max-content;
    margin: 0.2rem;
}

.badge-warning {
    background-color: rgba(255, 193, 7, 0.3) !important; /* Adiciona opacidade ao amarelo */
    color: #212529; /* Cor do texto */
    height: max-content;
    margin: 0.2rem;
}

.contrasting-bg {
    background-color: #fbfbfb;
}

.card {
    --sigmacode-card-spacer-y: 1.5rem;
    --sigmacode-card-spacer-x: 1.5rem;
    --sigmacode-card-title-spacer-y: 0.5rem;
    --sigmacode-card-border-width: 1px;
    --sigmacode-card-border-color: rgba(0, 0, 0, 0.175);
    --sigmacode-card-border-radius: 0.5rem;
    --sigmacode-shadow-colored: 0 1px 2px 0 var(--sigmacode-shadow-color);
    --sigmacode-card-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --sigmacode-card-inner-border-radius: calc(0.5rem - 1px);
    --sigmacode-card-cap-padding-y: 0.75rem;
    --sigmacode-card-cap-padding-x: 1.5rem;
    --sigmacode-card-cap-bg: rgba(255, 255, 255, 0);
    --sigmacode-card-bg: #fff;
    --sigmacode-card-img-overlay-padding: 1.5rem;
    --sigmacode-card-group-margin: 0.75rem;
    --sigmacode-ring-offset-shadow: 0 0 #0000;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #4f4f4f;
    word-wrap: break-word;
    background-color: var(--sigmacode-card-bg);
    background-clip: border-box;
    border: rgb(229 231 235/1);
    border-radius: var(--sigmacode-card-border-radius);
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}
/* Estilos da tabela para desktop */
.table-horarios {
    width: 100%;
    border-collapse: collapse;
}

    .table-horarios th, .table-horarios td {
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

    .table-horarios th {
        font-weight: bold;
        text-transform: uppercase;
    }

    .table-horarios td {
        border-bottom: 1px solid #eaeaea;
    }

    /* Remover bordas */
    .table-horarios, .table-horarios th, .table-horarios td {
        border: none;
    }

        /* Ajuste para checkbox */
        .table-horarios td:first-child {
            text-align: left;
        }

/* Versão mobile */
@media (max-width: 768px) {
    .table-horarios {
        display: block;
    }

        .table-horarios thead {
            display: none; /* Esconde o cabeçalho da tabela no mobile */
        }

        .table-horarios tbody, .table-horarios tr {
            display: block;
        }

        .table-horarios tr {
            margin-bottom: 1rem;
        }

        /* Esconde a label "Dia da Semana" */
        .table-horarios th:first-child,
        .table-horarios td:first-child::before {
            content: none; /* Remove a exibição da label "Dia da Semana" */
        }

        .table-horarios td {
            display: block;
            text-align: left;
            padding: 5px 0;
        }

            .table-horarios td::before {
                content: attr(data-label);
                font-weight: bold;
                text-transform: uppercase;
                margin-right: 10px;
                display: inline-block;
                width: 40%;
            }

            .table-horarios td input[type="time"] {
                width: 100%;
            }

            /* Ajuste para checkboxes */
            .table-horarios td:first-child {
                display: flex;
                align-items: center;
            }

                .table-horarios td:first-child input[type="checkbox"] {
                    margin-right: 10px;
                }
}


.status-text {
    font-weight: bold; /* Texto em negrito */
    padding: 5px 8px; /* Espaçamento interno */
    border-radius: 4px; /* Arredondamento das bordas */
}

.status-pendente .status-text {
    color: #856404;
    background-color: #fff3cd;
}

.status-aprovado .status-text {
    color: #155724;
    background-color: #d4edda;
}

.status-reprovado .status-text {
    color: #721c24;
    background-color: #f8d7da;
}

/*Osvaldo 20241015*/
#login {
    background-image: url(/dist/img/cliente/background_login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


    #login .card, #login .login-card-body {
        background: rgba(255,255,255,0.4) !important;
        border-radius: 11px !important;
    }

    #login input {
        background-color: rgba(101,100,173,0.3) !important;
        color: #fff !important;
    }

[class*=sidebar-dark-] {
    background-color: #fff;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #e6e7e8 !important;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #e6e7e8 !important;
}

.brand-link .brand-image {
    max-height: 53px !important
}

.pequena {
    display: none
}

.sidebar-collapse .grande {
    display: none !important
}

.sidebar-collapse .pequena {
    display: block !important
}

.main-sidebar:hover .grande {
    display: block !important
}

.main-sidebar:hover .pequena {
    display: none !important
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
        width: 4.3rem;
    }
}

.cor-cinza-menu {
    color: #8e8e95 !important
}

* {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans", sans-serif !important;
}

.nav-sidebar .nav-link p {
    color: #8e8e95;
    font-size: 13.5px
}

.nav-sidebar .nav-link.active p {
    color: #fff;
}

.nav-sidebar .nav-link.sub-menu.active {
    border: 2px solid rgba(101,100,173,0.2);
    background: rgba(101,100,173,0.3) !important;
}

    .nav-sidebar .nav-link.sub-menu.active p {
        color: #6564ad;
    }

.nav-sidebar > .nav-item .nav-icon.fa,
.nav-sidebar > .nav-item .nav-icon.fab,
.nav-sidebar > .nav-item .nav-icon.fad,
.nav-sidebar > .nav-item .nav-icon.fal,
.nav-sidebar > .nav-item .nav-icon.far,
.nav-sidebar > .nav-item .nav-icon.fas,
.nav-sidebar > .nav-item .nav-icon.fa-solid,
.nav-sidebar > .nav-item .nav-icon.fa-regular,
.nav-sidebar > .nav-item .nav-icon.svg-inline--fa {
    color: #6564ad;
}

.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fa,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fab,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fad,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fal,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.far,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fas,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.ion,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fa-solid,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.fa-regular,
.nav-sidebar > .nav-item > .nav-link.active > .nav-icon.svg-inline--fa {
    color: #ffffff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #6564ad !important;
    color: #fff !important;
}

.main-sidebar:hover .sub-menu {
    padding-left: 30px !important;
}

.sub-menu {
    padding-left: 30px !important;
}

.sidebar-collapse .sub-menu {
    padding-left: 15px !important;
}

.sub-menu .nav-icon {
    font-size: 12px !important;
}

.nav-link:hover {
    background: rgba(101,100,173,0.3) !important;
}

.brand-link .brand-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.content-header h1 {
    font-size: 1.3rem !important;
}

.breadcrumb,
.custom-select,
.form-control,
.table th,
.table td,
.btn-custom-color-2,
.page-link,
.btn-danger,
.btn-danger-light,
.form-select,
.btn-success,
.custom-tab {
    font-size: 13px !important;
}

.info-box-content span {
    font-size: 14px;
}

.bg-success {
    background-color: #3eb663 !important;
}

.btn-success {
    background-color: #3eb663 !important;
    border-color: #3eb663 !important;
}

    .btn-success:hover {
        background-color: rgba(62,182,99,0.3) !important;
        color: #3eb663 !important;
    }

.btn-success-dark {
    background-color: #1e8e3e !important;
    border-color: #1e8e3e !important;
    color: #fff;
}

    .btn-success-dark:hover {
        background-color: rgba(30,142,62,0.3) !important;
        color: #1e8e3e !important;
    }

.bg-success-light {
    background-color: rgba(62,182,99,0.3) !important;
}

    .bg-success-light, .bg-success-light > a {
        color: #3eb663 !important;
    }

label {
    font-size: 13px;
}

.dt-buttons button {
    font-size: 13px;
    background: rgba(70,148,208,0.6) !important;
    border-color: rgba(70,148,208,1) !important;
}

.page-link {
    color: rgba(70,148,208,1) !important;
    border-color: rgba(70,148,208,1) !important;
}

.page-item.active .page-link {
    font-size: 13px;
    background: rgba(70,148,208,0.6) !important;
    border-color: rgba(70,148,208,1) !important;
}

.dataTables_filter {
    display: inline-block !important;
    float: right;
    padding: 5px 5px 0 0;
}

.btn-danger {
    background-color: #ef3f41 !important;
    border-color: #ef3f41 !important;
}

    .btn-danger:hover, .btn-danger-light:hover {
        background-color: rgba(239,103,65,0.2) !important;
        border-color: rgba(239,103,65,1) !important;
        color: rgba(239,103,65,1) !important
    }

.btn-danger-light {
    background-color: rgba(239,103,65,0.3) !important;
    color: #fff !important;
}

.form-select {
    padding: 0.52rem 2.25rem 0.52rem .75rem !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6564ad !important;
    color: #fff !important;
    background-color: #6564ad !important;
    border-color: #6564ad !important;
}

.dt-buttons .btn-secondary {
    color: #fff !important;
}

.btn-secondary {
    color: #000;
    background-color: rgb(214,214,216);
    border-color: rgb(214,214,216);
    font-size: 13px;
}

    .btn-secondary:hover {
        background-color: rgba(214,214,216,0.3) !important;
        border-color: rgba(214,214,216,1) !important;
        color: #000 !important;
    }

.btn-warning {
    color: rgba(255,255,255,1) !important;
    background-color: rgb(248,154,36);
    border-color: rgb(248,154,36);
    font-size: 13px;
}

    .btn-warning:hover {
        color: rgba(248,154,36,1) !important;
        background-color: rgba(248,154,36,0.2) !important;
        border-color: rgba(248,154,36,1) !important;
    }

.btn-warning-pass {
    color: rgba(255,255,255,1) !important;
    background-color: rgb(255,204,102);
    border-color: rgb(255,204,102);
    font-size: 13px;
}

    .btn-warning-pass:hover {
        color: rgba(248,205,70,1) !important;
        background-color: rgba(248,205,70,0.2) !important;
        border-color: rgba(248,205,70,1) !important;
        font-weight: 600;
    }

.btn-danger-dark {
    color: #fff !important;
    background-color: rgb(225,31,64);
    border-color: rgb(225,31,64);
    font-size: 13px;
}

    .btn-danger-dark:hover {
        color: rgba(225,31,64,1) !important;
        background-color: rgba(225,31,64,0.2) !important;
        border-color: rgba(225,31,64,1) !important;
    }

.btn-info-dark {
    color: #fff !important;
    background-color: rgb(38,127,184);
    border-color: rgb(38,127,184);
    font-size: 13px;
}

    .btn-info-dark:hover {
        color: rgba(38,127,184) !important;
        background-color: rgba(38,127,184,0.2) !important;
        border-color: rgba(38,127,184,1) !important;
    }

@media (max-width:767px) {
    #buscarRegistosBtn, #confirmarFiltrosBtn {
        width: 100%;
        margin: 10px auto;
    }

    #filtro-estado, #estadoSelect {
        width: 100% !important;
    }

    #buscarRegistosBtn::after, #confirmarFiltrosBtn::after {
        content: ' Pesquisa';
    }
}

.modal-content .card-header h5 {
    font-size: 15px !important;
}

.table {
    border-top: none;
}
/*End Osvaldo 20241015*/

.destaque-aniversariante-hoje {
    background-color: #fffbcc; /* Cor de fundo suave para destacar */
    border-left: 4px solid #ff9900; /* Borda lateral para dar um destaque adicional */
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: .375rem 3.25rem .375rem 0.75rem !important;
}


/*Estilos GLobais para todo Projeto*/
@media (pointer: fine) {
    .table-responsive {
        overflow: visible;
    }
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.custom-select {
    padding: .375rem 1.75rem .375rem .75rem!important;
}

/*.col-md-6, .col-md-12 {
    padding: 0px 7.5px !important;
}*/

.table-bordered > :not(caption) > * {
    border-color: #dee2e6;
}

.fs-13{
    font-size: 13px !important;
}


/*.toast {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
*/

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    margin-top: 22px;
}

.fc .fc-daygrid-day-top {
    position: absolute;
}

.fc td {
    height: 50px;
}