.nav-link {
            text-decoration: none;
            padding: 10px;
            display: inline-block;
        }

.active-link {
    background-color: #eeca0e;
    color: black!important;
    border-radius: 20px;
}


.nav-link:hover {
    background-color: #eeca0e;
    border-radius: 20px
}

.invalid-feedback {
        color: red;
        font-size: 12px;
    }

.invalid-field {
        border: 1px solid red !important;
    }

.cor_fundo_form {
        background-color: #F2F2F2;
    }

input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px; /* Ajuste conforme necessário */
}

label {
    display: inline;
    vertical-align: middle;
}

/* Estilo para impedir que o usuário preencha o campo */
.input-no-fill {
    pointer-events: none !important; /* Impede eventos de clique e interação */
    user-select: none !important; /* Impede a seleção de texto */
}



#loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    right: 25px; /* Ajuste para mover um pouco mais à direita */
    margin-top: -15px; /* Metade da altura do loader */
    z-index: 1000; /* Para garantir que fique acima de outros elementos */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-group-cep {
    position: relative;
    margin-bottom: 15px;
}

.form-group-cep input {
    width: calc(100% - 40px);
    padding-right: 40px;
}

#error-message {
    display: none;
    color: red;
    margin-top: 5px;
}

#error-message-remetente {
    display: none;
    color: red;
    margin-top: 5px;
}

#error-message-destinatario {
    display: none;
    color: red;
    margin-top: 5px;
}

table {
        border-collapse: collapse;
        width: 100%;
    }

    thead {
    background-color: #f1f1f1; /* Cor de fundo do cabeçalho */
    position: sticky;
    top: 0!important; /* Mantém o cabeçalho no topo da viewport */
}

    th, td {
        padding: 8px;
        text-align: center;
        word-wrap:break-word;
    }


    th {
        background-color: #4267b2;
        color: white;
    }

    .rounded-table {
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow-x: auto; /* Adiciona rolagem horizontal em dispositivos menores */
    overflow-y: auto;
    max-height: 300px; /* Defina a altura máxima do contêiner */
}

.status_vermelho_pedidos {
        background-color: red;
        border: 1px solid #f7c77a;
        padding: 3px .5rem;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
    }

.status_amarelo_pedidos {
        background-color: yellow;
        border: 1px solid #f7c77a;
        padding: 3px .5rem;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


.status_laranja_pedidos {
        background-color: #fef2de;
        border: 1px solid #f7c77a;
        padding: 3px .5rem;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.status_azul_pedidos {
        background-color: #cfe2f3;
        border: 1px solid #6ca6cd;
        padding: 3px .5rem;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.status_verde_pedidos {
        background-color: #a9dfbf;
        border: 1px solid #2e7d32;
        padding: 3px .5rem;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.modal-100-width {
        max-width: 100%;
    }

.modal-50-width {
        max-width: 50%;
    }

.modal-70-width {
        max-width: 70%;
    }
.modal-72-width {
        max-width: 72%;
    }

.btn-link-pop:focus {
      outline: none; /* Remove a borda de foco */
      box-shadow: none; /* Remove qualquer sombra ao focar */
}

.popover {
      max-width: 600px; /* Defina a largura máxima desejada */
    }

.popover-header {
        text-align: center;
    }

.btn-link-pop {
     color: #007bff;
     font-weight:400;
     background-color: transparent;
}

.fa-ellipsis-vertical {
        font-size: 30px;
        color: blue;

    }

.fa-icon {
        color: blue;
    }

ul {
      list-style-type: none;
    }

.active {
  background-color: #eeca0e;
  border-radius: 20px;
  color: black !important;
}


.qrcode-img {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    display: -webkit-inline-box;
}

.embed-qrcode {
    height: 202px;
    margin: 10px;
    width: 202px;
}

.alert-fixed {
      width: 100%;
      padding: 14px 18px;
      border-radius: 10px;
      background: #fff7d6;
      border: 1px solid #f6c453;
      color: #7a5200;
      font-size: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }



.alert-red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.card-bandeira {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
  border: groove;
}

.card-bandeira img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-vermelho {
    color: red !important;
}

.text-azul {
    color: blue !important;
}

thead.sticky-top th {
  position: sticky;
  top: 0;
  background-color: #343a40; /* cor do .table-dark */
  color: white;
  z-index: 10; /* acima dos outros elementos */
}

td.sticky-col,
th.sticky-col {
  position: sticky;
  left: 0;
  background-color: white; /* ou table background */
  z-index: 5;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* opcional, dá uma divisão visual */
}

thead th.sticky-col {
  z-index: 15; /* acima do corpo da tabela */
}
