.vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
    white-space: initial;
}

.fullscreen-map {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1600;
    top: 0px;
    left: 13px;
    padding: 10px;
}

.flag-translation {

    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 1px;
    cursor: pointer;
}

.flag-translation:hover {
    border: 2px solid #556ee6;
}

.flag-translation-active {
    border: 2px solid #556ee6;
    border-radius: 30px;
    padding: 1px;
    cursor: pointer;

}

.toast-black {
    border: 2px solid #343a40 !important;
    background-color: rgb(20, 23, 25) !important;
}

#toast-container>.toast-black:hover {
    opacity: 1;
}

.btn-zoom {
    padding: 6px 10px 6px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.btn-outline-color {
    background-color: #282929;
    color: white;
}

.btn-outline-color:hover {
    background-color: white;
    color: #282929;
    border: #282929 solid 1px
}

.z-index-999 {
    z-index: 999 !important;
}

.logo-login {
    max-width: 400px;
}

.dataTables_filter {
    display: none;
}

#datatable_filter {
    display: none;
}

@media only screen and (min-width: 768px) {

    #buttons-datatable,
    #buttons-datatableModal,
    #buttons-datatableModalTerceiro,
    #buttons-tableNFsVinculadas,
    #buttons-tableVincularNFs,
    #buttons-tableLotesVinculados,
    #buttons-tableVincularLotes {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .btn-registro {
        width: 100%;
    }
}

body:not(.modal-open) {
    padding-right: 0 !important;
}

.h-map-400 {
    height: 400px;
}

.btn-cadastrar-topo {
    border: 1rem solid #ffffff;
}

@media only screen and (max-width: 992px) {
    .logo span.logo-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 520px) {
    .dtr-details .dtr-data .btn-badge-data {
        display: block;
        width: 100%;
    }
}

.bg-genesis {
    --bs-genesis-rgb: 254, 200, 61;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-genesis-rgb), var(--bs-bg-opacity)) !important;
}

.bg-genesis.bg-soft {
    background-color: rgba(254, 200, 61, 0.25) !important;
}

.select2-container {
    display: block !important;
}

.dtr-details {
    width: 100%;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffffff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-chase-dot {

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

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}

.wizard .steps>ul>li a {
    height: 100%;
}

.select2-dropdown {
    z-index: 1060;
}

.label-required:after {
    content: '*';
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

label .avatar-xs {
    width: .85rem;
    height: .85rem;
    font-size: 0.5rem;
}

.vertical-align {
    display: flex;
    justify-content: right;
    align-items: center;
}

.dtr-data {
    white-space: normal;
    word-break: break-word;
}

.datepicker {
    z-index: 9999 !important;
}

.offcanvas {
    z-index: 9999 !important;
}

@media only screen and (min-width: 768px) {
    .img-thumbnail {
        max-width: 400px !important;
    }
}

@media only screen and (max-width: 1090px) {
    .dvRealocate {
        display: block;
        width: 100%;
    }
}

.vertical-collpsed .vertical-menu {
    position: fixed !important;
}

.dropdown-item.buttons-columnVisibility {
    padding: 0.35rem 0.5rem;
    background: #fff !important;
}

.dropdown-item.buttons-columnVisibility span {
    margin-left: 5px;
}

.dropdown-item.buttons-columnVisibility:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    --bs-text-opacity: 1;
    margin-left: 5px;
    color: transparent !important;
}

.dropdown-item.buttons-columnVisibility.active:before {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

#buttons-datatable .dropdown-menu {
    height: 250px;
    width: 180px;
    overflow: scroll;
}

#buttons-datatable .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#buttons-datatable .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#buttons-datatable .dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
}

#buttons-datatable .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

table.dataTable.dtr-column>tbody>tr>td.control:before {
    width: 1em !important;
    height: 1em !important;
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-bottom: 1px solid #eff2f7 !important;
}

.tb-opcoes span {
    display: none;
}

table.dataTable>thead .control-table.sorting_asc:before {
    opacity: 0 !important;
}

table.dataTable>thead .control-table.sorting_asc:after {
    opacity: 0 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgb(0 0 0 / 70%);
}

.secao-item {
    border: 2px solid #efefef;
    padding: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    cursor: pointer;
}

.linha-dashed-black {
    border-bottom: 2px dashed #000;
}

.linha-dashed-gray {
    border-bottom: 2px dashed #ddd;
}

.cursor-pointer {
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #eef1fd;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}



.botao-flutuante {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 61px;
    right: 55px;
    z-index: 3;
}

.botao-flutuante-end {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: end;
    bottom: 38px;
    right: 55px;
    z-index: 3;

}

.justify-content-space-between {
    justify-content: space-between;
}


.box {
    --box-width-percentage: calc(100% / 7);
    flex: 0 0 var(--box-width-percentage);
}

@media only screen and (max-width: 376px) {
    .box {
        flex: 0 0 100%;
    }

}

@media only screen and ((min-width: 376px) and (max-width: 588px)) {
    .box {
        flex: 0 0 48%;
    }

}

@media only screen and ((min-width: 588px) and (max-width: 910px)) {
    .box {
        flex: 0 0 32%;
    }

}

.form-switch .smaller-switch {
    width: 31px;
    height: 13px;
    margin-right: 10px;
    margin-top: 5px;
}

.form-checklist {
    min-height: 0rem;
}

@media only screen and ((min-width: 910px) and (max-width: 1450px)) {
    @media only screen and ((min-width: 1400px) and (max-width: 1450px)) {
        .divlabels {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 16.66667%;
        }
    }

    .box {
        flex: 0 0 16%;
    }

    .box-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .box-status {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;

    }

}

.media-box {
    flex: 0 0 32%;

}

.botao-circulo {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 15;
    color: #fff;
    border: none;
    border-radius: 50%;
    /* Define a forma circular do botão */
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Adiciona uma sombra */
    display: flex;
    /* Usar flexbox para posicionar o ícone no centro */
    justify-content: center;
    /* Centralizar horizontalmente */
    align-items: center;
    /* Centralizar verticalmente */
}

.active-animation {
    animation: topButton 700ms ease-in-out forwards;
}

.desactive-animation {
    animation: bottomButton 700ms ease-in-out forwards;
}

.botao-circulo-sm {
    z-index: 8;
    width: 50px;
    height: 50px;
    color: #fff;
    border: none;
    z-index: 10;
    margin-bottom: 10px;
    /* Adiciona espaço entre os botões (opcional) */
    border-radius: 50%;
    /* Define a forma circular do botão */
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Adiciona uma sombra */
    display: flex;
    /* Usar flexbox para posicionar o ícone no centro */
    justify-content: center;
    /* Centralizar horizontalmente */
    align-items: center;
    /* Centralizar verticalmente */
}



input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.cardChecklist {
    border: 1px solid #cdcdcd;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.30);
}

.card-lista-anexos {
    border: 1px dashed #BDBDBD;
    background: repeating-linear-gradient(135deg, #00000008, #00000008 2px, transparent 6px, transparent 9px);
}

.cardFiltroMapa {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 99;
}


#mapa {
    position: relative;
}

.btnFilter {
    position: absolute;
    top: 1%;
    right: 5%;
}

.btn-mapa {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: none;
    color: rgb(86, 86, 86);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;

}

.focus {
    color: black;
    font-weight: 700;
}

#groupButtonMapa {
    margin-top: 10px;
    margin-left: 10px;
}

#ButtonFiltroMapa {
    height: 40px;
    width: 40px;
    margin-top: 60px;
    margin-right: 10px;

}

#ButtonFiltroMapa i {
    color: black;
}

#ButtonSetCenterMapa {
    height: 40px;
    width: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

#ButtonSetCenterMapa i {
    color: black;
}

#ButtonGetCenterMapa {
    height: 40px;
    width: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

#ButtonGetCenterMapa i {
    color: black;
}

.space-between {
    justify-content: space-between;
}

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

.margin-check {
    margin-left: 10px;
}

.align-button-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flex-direction-row {
    flex-direction: row;
}

.scrollable-content {
    overflow-y: auto;
    /* Adiciona a barra de rolagem vertical quando o conteúdo exceder a altura máxima */
    overflow-x: hidden;
}

.offcanvas-body {
    overflow: hidden;
}

.header-offcanva-mapa {
    top: 0;
    left: auto;
    right: 0;
    position: sticky;
    z-index: 100;
}

.icon-filtro-mapa {
    font-size: 2em;
}

#nomeAuditorRegistro {
    color: black;
    cursor: pointer;
    width: auto;
    height: 40px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 70px;
    border-radius: 5px;
    font-size: 1.4em;
    z-index: 20;
}

.click-day {
    background-color: rgba(40, 87, 255, 0.15);
    color: black;
    padding: 5px;
}


@keyframes topButton {
    from {
        margin-bottom: -70px;
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    to {
        margin-bottom: 70px;
        opacity: 1;
    }
}

@keyframes bottomButton {
    from {
        margin-bottom: 70px;
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    to {
        margin-bottom: -70px;
        opacity: 0;
    }
}



.flex-direction-column {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.margin-left {
    margin-left: 10px;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.scrollVerticalEstilizado {
    display: -webkit-box;
    overflow-y: auto;
}

.scrollVerticalEstilizado::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrollVerticalEstilizado::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollVerticalEstilizado::-webkit-scrollbar-thumb {
    background: #888;
}

.scrollVerticalEstilizado::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.searchButtonKanban {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    background-color: #e3e3e3;
    border-radius: 50%;
}

.scrollsKanban {
    overflow-x: auto;
    overflow-y: auto;
    display: flex;
    height: 700px;
}

.scrollsKanban::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrollsKanban::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollsKanban::-webkit-scrollbar-thumb {
    background: #888;
}

.scrollsKanban::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.containerKanban {
    flex-direction: column;
    flex-wrap: nowrap;
}

.headerKanban {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 1;
}

.bodyKanban {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.cardsKanban {
    flex-direction: row;
    flex-wrap: nowrap;
}

.brKanban {
    border-radius: .25em;
}

.colCardsTituloKanban {
    background-color: #f0f0f0;
}

.cardBodyKanban {
    background-color: #f0f0f0;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cardShadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.infosCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.borderRightDivisoriaKanban {
    border-right: 0.01rem solid #d0d0d0;
}

.titleWithIcon {
    padding-right: 0.5rem;
}

.indicadoresStatusKanban {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.dvGroupButtonsExportKanban {
    height: 3.5rem;
    margin-right: 4rem;
    z-index: 4;
}

.dvItemButtonsExportKanban {
    margin-left: 5px;
    border: 0px;
}

.dvAvatarButtonsExportKanban {
    width: 1.5rem;
    height: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .btn-dt {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-extra-top-dt {
        width: 100%;
    }
}

.bg-modal-titulo{
    background-color: #eff2f7;
}
#modoClaro{
    display: none !important;
}
#modoEscuro{
    display: block !important;
}

.option-selected {
    font-weight: bold;
}

.mfp-bg{
    z-index: 9998 !important;
}

.mfp-wrap{
     z-index: 9999 !important;
}

 .galeria-images .img-fluid img {
     height: 150px;
     object-fit: cover;
 }

 .card-anexo-container {
     min-height: 250px; altura mínima
 }

 .lb-caption {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 5px;
}

 .bg-danger-subtle {
    background-color: rgba(244, 106, 106, 0.25);!important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eaeef1;
    color: #343a40;
}

.card-lotes-vinculados{
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #eff2f7;
}

#datatableModalTerceiro .filters th{
    padding: 5px;

}

#datatableModalTerceiro .filters th input {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

@media (max-width: 900px) {
  #datatableModalTerceiro thead tr.filters {
    display: none !important;
  }
}

@media (max-width: 568px) {
  .badge-break {
    white-space: normal;
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }
}

input:focus {
    outline: none;
    box-shadow: none;
}