﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.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;
}

body {
    margin-bottom: 60px;
}

.img-inicial {
    max-width: 10rem;
}

h1, h2, h3, h4 {
    font-weight: 400;
}

.form-floating > label {
    z-index: 0;
}

.choices *,
.choices__list--dropdown .choices__item {
    font-size: 12px !important;
}

.choices__list--dropdown .choices__item,
.choices__list--multiple .choices__item {
    font-size: 12px !important;
}

.logo-dn-menu {
    max-height: 35px;
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}


.logo-dn-relatorios {
    max-height: 25px;
    margin-top: .7rem;
}

.navbar-nav > .nav-item > .nav-link:focus, .navbar-nav > .nav-item > .nav-link:hover {
    color: white;
}

#mapContainer {
    width: 100%;
    height: 480px;
}

.form-check-input:disabled {
    opacity: 1;
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        opacity: 1;
    }


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.clickable:hover {
    cursor: pointer !important;
}

.mw-1 {
    max-width: 5rem;
}


@media print {
    html {
        font-size: 8px;
    }

    .cabecalho {
        margin-top: 5rem;
    }

    .container {
        width: 90%;
        max-width: none;
    }
}

.selfie {
    max-height: 200px;
    max-width: 100%;
}

.logo-sucesso {
    color: #fff !important;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

li.list-slim {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px 0 1px 0;
}

ul.list-slim {
    border-width: 0 0 0 0;
    box-shadow: none;
}

.google-play-img {
    max-width: 200px;
}

.linhaClicavel {
    cursor: pointer;
}

.font-small {
    font-size: .9rem;
}

.titulo-contador {
    font-size: 1.5rem;
}

.subtitulo-contador {
    font-size: .8rem;
}


.badge-codigo-entrega {
    font-size: .8rem;
    font-weight: 500;
}

th {
    font-weight: 700;
}

.nao-quebrar-linha {
    white-space: nowrap;
}

.grafico {
    max-height: 400px;
    margin-top: 3rem;
}

.coluna-entrega {
    min-width: 150px;
}

.table-entregas td:first-child, .table-entregas th:first-child {
    text-align: left;
}

.table-entregas td:last-child, .table-entregas th:last-child {
    text-align: right;
}

.table-entregas td:not(:first-child):not(:last-child),
.table-entregas th:not(:first-child):not(:last-child) {
    text-align: center;
}


.table-super-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fadfaf;
    --bs-table-border-color: #e4dac9;
    --bs-table-striped-bg: #f0e6d4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4dac9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f9d597;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.list-group-item-super-warning {
    background-color: #fadfaf;
}

    .list-group-item-super-warning:hover {
        background-color: #f9d597;
    }




.table-violet {
    --bs-table-color: #000;
    --bs-table-bg: #d6defa;
    --bs-table-border-color: #e4dac9;
    --bs-table-striped-bg: #f0e6d4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4dac9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfccf7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}


.list-group-item-violet {
    background-color: #d6defa;
}

    .list-group-item-violet:hover {
        background-color: #bfccf7;
    }

.coluna-pequena {
    width: 20px;
}

.grafico {
    max-height: 400px;
    margin-bottom: 5rem;
}

.linha-selecionavel {
    cursor: pointer;
}

.coluna-w100 {
    width: 100px;
}

.coluna-w200 {
    width: 200px;
}

tfoot {
    font-weight: bolder;
}

/* Estilo da área de mensagens (chat) */
.chat-container {
    height: 400px;
    overflow-y: auto;
    background: #fdfdfd;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.chat-mensagem {
    display: flex;
    margin-bottom: 0.5rem;
}

.chat-enviado-por-ol {
    justify-content: start;
}

.chat-enviado-pelo-app {
    justify-content: end;
}

.chat-bolha {
    padding: 0.5rem;
    border-radius: 0.375rem;
    max-width: 80%;
    min-width: 40%;
    border: 1px solid #ccc;
}

.chat-bolha-ol {
    background-color: #d1e7dd;
}

.chat-bolha-app {
    background-color: #cce5ff;
}

.chat-info {
    font-size: 0.75rem;
    color: #6c757d;
}

.chat-nome-ol {
    font-size: 0.75rem;
    color: #0d6efd;
}

.chat-bolha-aviso {
    background-color: #ffe5b4;
    border: 1px solid #f5c26b;
}

.bootstrap-select .dropdown-menu li.selected a {
    background-color: #3366FF !important;
    color: #fff !important;
}

    .bootstrap-select .dropdown-menu li.selected a:hover {
        background-color: #254eda !important;
        color: #fff !important;
    }


#relatorio table {
    page-break-inside: auto;
}

#relatorio tr {
    page-break-inside: avoid;
    page-break-after: auto;
}
.filtros-container {
    background-color: #fff8e1;
    border: 1px solid #ffecb3;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.btn-link {
    text-decoration: none;
    color: black;
}

.btn-link:hover {
    text-decoration: underline;
}

li .btn-link {
    color: var(--bs-list-group-color)
}

.qrCode{
    max-width: 20rem;
}