nav {
    height: 64px;
}

hr {
    border-color: rgba(58, 53, 65, 0.6);
}

svg {
    width: 25px;
    height: 25px;
    fill: #517597;
}

.data {
    min-width: 100px;
    max-width: 120px;
    padding: .2rem;
    text-align: center;
}


/* NavBar */
.logo h6 {
    letter-spacing: 0.15px;
    font-weight: 600;
    color: rgba(58, 53, 65, 0.87);
}

.nav-item:hover {
    width: 100%;
    height: 40px;
    padding-top: 8px;
    background-color: rgb(245, 245, 245);
}

.dropdown-item {
    font-size: 13px;
}

.sino,
.avatar {
    object-fit: cover;
    cursor: pointer;
}

.sino span {
    min-width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: rgb(255, 76, 81);
    top: 6px;
    right: 5px;
    transform: scale(1) translate(50%, -50%);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

.avatar span {
    min-width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 33px;
    right: 5px;
    transform: scale(1) translate(50%, -50%);
    background-color: rgb(86, 202, 0);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}


.subBar div {
    min-height: 50px;
}

.subBar li {
    list-style-type: none;
    text-decoration: none;
    padding: 5px 0 5px 0;
}

.subBar li a {
    text-decoration: none;
    color: rgba(58, 53, 65, 0.87);
}

.subBar div .dash {
    height: 44px;
    box-shadow: rgba(58, 53, 65, 0.42) 0px 4px 8px -4px;
    background-image: linear-gradient(98deg, rgb(198, 167, 254), rgb(145, 85, 253) 94%);
    padding: 0.5625rem 1.575rem;
    border-radius: 21px;
}

.subBar .dash a {
    text-decoration: none;
}

.dropdown-toggle::after {
    margin-left: 1em;
}

.subBar .dropdown-toggle::after {
    margin: 10px 5px 0 5px;
}

.dropdown-menu li {
    padding: 0;
}

/* Invoice */
.invoice {
    color: rgba(58, 53, 65, 0.6);
}

.invoice .row {
    padding: 1.25rem;
}

.invoice p {
    margin: 0px 0px 0.25rem;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.15px;
}

/* Filters */
.filters {
    background-color: rgb(255, 255, 255);
    color: rgba(58, 53, 65, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 6px;
    box-shadow: rgba(58, 53, 65, 0.1) 0px 2px 10px 0px;
    background-image: none;
    overflow: hidden;
}

.filters p {
    margin: 0px;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.15px;
}


.selectFilter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23606f7b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m3.5 6 4.5 4 4.5-4'/%3E%3C/svg%3E");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
}


/* filter animated */
.selectFilter,
.form-control {
    border-radius: .375rem;
}


th,
label {
    --bs-text-opacity: 1;
    font-size: 13px;
    padding: 0 7px 0 7px;
}

th,
label,
.label {
    color: #517597;
}

th {
    font-weight: bold;
}


.label-float {
    position: relative;
    padding-top: 13px;
}

.label-float input,
.label-float option {
    border: 1px solid lightgrey;
    outline: none;
    border-radius: .375rem;
}

.label-float input::placeholder {
    color: transparent;
}

.label-float label {
    pointer-events: none;
    top: 3px;
    left: 28px;
    margin-top: 25px;
    transition: all .3s ease-out;
}


.label-float option:focus+label,
.label-float option:not(:placeholder-shown)+label,
.label-float input:focus+label,
.label-float input:not(:placeholder-shown)+label {
    font-size: 13px;
    font-weight: bold;
    padding: 0 8px;
    margin-top: 0;
    left: 20px;
    color: #517597;
    background-color: white;
}


/* Table */
div.dataTables_wrapper div.dataTables_length select {
    padding: 5px;
    width: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

th {
    position: sticky;
    top: 0px;
    background-color: #babaca;

}

#filters a {
    color: #517597;
}

.imageBlock {
    width: 44px;
    height: 44px;
    box-shadow: rgba(58, 53, 65, 0.42) 0px 4px 8px -4px;
    margin-right: 0.6875rem;
}


@media (max-width: 768px) {

    header {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    }

    .navbar-collapse ul {
        background-color: white;
        gap: 10px;
    }

    .bill {
        justify-content: start;
    }
}

.tablePro {
    padding: 20px;
}

.hidden {
    display: none;
}

.btnMaster,
#formLogin a,
#id_table a,
#tableID a {
    text-decoration: none;
    font-size: 15px;
    color: #517597;
    font-weight: bold;
    border: 0;
}

#id_table td,
#tableID td {
    font-size: 14px;
}

#id_table,
#tableID {
    overflow-x: auto;
}

.hidden {
    display: none;
}

#formLogin button {
    border: 0px none;
    font-size: 0.9375rem;
    /* text-transform: uppercase; */
    color: rgb(255, 255, 255);
    background-color: #517597;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1.71;
    letter-spacing: 0.3px;
    box-shadow: rgba(58, 53, 65, 0.42) 0px 4px 8px -4px;
    padding: 0.53125rem 1.625rem;
}

.blog-title {
    overflow: hidden;
    text-align: center;
}

.blog-title:before,
.blog-title:after {
    background-color: rgba(58, 53, 65, 0.12);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.blog-title:before {
    right: 0.5em;
    margin-left: -50%;
}

.blog-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.produto-form {
    /* --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); */
}

#id_nome,
#id_descricao {
    line-height: initial;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.sombra {
    text-shadow: 0.1em 0.1em 0.2em rgb(154, 154, 154)
}

.parcela-form,
.parcela-forms {
    /* font-weight: bold; */
    font-size: 14px;
}

.parcela-form a,
.parcela-forms {
    text-decoration: none;
}

.text14 {
    font-size: 11px !important;
}

.text14 {
    font-size: 14px !important;
}

.text14 {
    font-size: 13px;
}

.text14 {
    font-size: 14px;
}

/* timeline */
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #517597;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.label-color {
    color: #517597 !important;
}

#id_timeline {
    text-align: justify;
}

div.cabecalho h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.buttonBoleto {
    padding: 5px;
    margin-top: 15px;
}

.bg-laranja {
    background-color: rgb(253, 165, 0);
}

#empty-parcela>hr {
    width: 98%;
}

.ptb-1 {
    padding-top: 0.11rem;
}

#altsenha li {
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;

}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;

}

#exp_table>thead>tr>th {
    background-color: white;
    color: rgba(33, 37, 41, 0.75);
    padding: 0 .5rem 0 .5rem;
}

#exp_table>tbody>tr>td {
    font-size: 14px;
    padding: .3rem .5rem;
}

#exp_table.table tr {
    cursor: pointer;
}

.external-event {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: .25rem;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 5px 10px;
    color: white
}

.timeline {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}

.timeline::before {
    border-radius: 0.25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 28PX;
    width: 4px;
}

.timeline>div>.timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 0.25rem;
    background-color: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.timeline>div>.timeline-item>.time {
    color: #999;
    float: right;
    font-size: 14px;
    padding: 10px;
}

.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.timeline>div>.timeline-item>.timeline-header>a {
    font-weight: 600;
}

.timeline>div>.timeline-item>.timeline-body,
.timeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>.time-label>span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
    margin-left: 5px;
}

.txred {
    color: #d10303;
}

.txgreen {
    color: #28a745;
}

.bg-red,
.bg-red>a {
    color: #fff !important;
}

.bg-red {
    background-color: #dc3545 !important;
}

.bg-green,
.bg-green>a {
    color: #fff !important;
}

.bg-green {
    background-color: #28a745 !important;
}

.bg-darkgreen {
    background-color: #035e18;
}

.content-wrapper>.content {
    padding: 0 0.5rem;
}

.timeline>div::after,
.timeline>div::before {
    content: "";
    display: table;
}

.timeline>div::after,
.timeline>div::before {
    content: "";
    display: table;
}

.timeline>div>.fa,
.timeline>div>.fab,
.timeline>div>.fad,
.timeline>div>.fal,
.timeline>div>.far,
.timeline>div>.fas,
.timeline>div>.ion,
.timeline>div>.svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.fa,
.fas {
    font-weight: 900;
}

.timeline>div>.fa,
.timeline>div>.fab,
.timeline>div>.fad,
.timeline>div>.fal,
.timeline>div>.far,
.timeline>div>.fas,
.timeline>div>.ion,
.timeline>div>.svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.time-label {
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mercadochat {
    max-height: 300px;
    box-sizing: border-box;
    flex: 1 1 100%;
    max-height: 100%;
    min-height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 24px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
    display: flex;
    flex: 1 auto 1 1;
    flex-direction: column;
    height: 70vh;
    position: relative;
    width: 100%;
}

.message-date-scroll {
    align-items: center;
    display: flex;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;
}

.bg-conciliado {
    background-color: #dcffef !important;
}

.bg-conciliar:hover {
    background-color: #f9e2bd !important
}

a>.btn>.btn-primary>.btn-sm {
    background-color:#517597;
}

/* charts */
.icone {
    color: darkgoldenrod;
    width: 40px;
}


/* lista expedição */
.bg-pronto {
    background-color: #00FF00;
}

.bg-indigo {
    background-color: #A020F0
}

.bg-yellow {
    background-color: #FFFF00;
}

.bg-roxo {
    background-color: #4B0082;
}

.bg-blue {
    background-color: #00e1ff74;
}

.fa-check {
    color: green;
}

.extra-info {
    width: 100%;
}

.extra-info-row td {
    background-color: #f9f9f9;
    font-weight: bold;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

/* cor dos icones menu index */
.svg-color svg path,
.highlighted-svg .s1 {
    fill: #517597;
}

.sticky-header th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.sticky-subheader th {
    position: sticky;
    top: 28px;
    z-index: 9;
}

.sticky-col {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 8;
}

thead .sticky-col {
    z-index: 12 !important;
    background: #f8f9fa !important;
}

/* .logo>h2,
.logo>h1,
.invoice h2,
.card-header label,
.parcela {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
} */

.logo>h2,
.logo>h1,
.invoice h2 {
    color: #c4a43d;
    text-shadow: 5px 5px 2px rgba(107, 107, 107, 0.3);

    /* Adiciona a borda branca */
    -webkit-text-stroke: 1px white;
}

.card-header label,
.parcela {

    /* Adiciona a borda branca */
    -webkit-text-stroke: 0.5px rgb(185, 185, 185);

}

.badge-xs {
    font-size: 11px !important;
    padding: 2px 5px; /* opcional, ajusta o espaçamento */
}

@media (min-width: 768px) {  /* md ou maior */
    .card-md-min-height {
        min-height: 278px;
    }
}

.card-title {
    color: #517597;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
