@charset 'utf-8';

.ranking {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
}

.ranking > div {
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ranking span.lugar {
    font-size: 16pt;
    color: #fff;
    text-align: center;
}

.ranking span.venda {
    width: 60px;
    border-radius: .3rem;
    margin-bottom: 10px;
}

.error-401 {
    border-radius: 10px;
    width: 50%;
}


.ranking .segundo > .barra,
.ranking .primeiro > .barra,
.ranking .terceiro > .barra {
    width: 85px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    
}
.ranking img {
    width: 75px;
    border-radius: 75px;
    border: 4px solid #fff;
    margin-bottom: 10px;
}
.ranking .segundo > .barra {
    height: 100px;
    background-color: silver;
}
.ranking .segundo span.venda {
    background-color: rgb(146, 146, 146);
    color: #fff;
}
.ranking .primeiro > .barra {
    height: 125px;
    background-color: goldenrod;
}
.ranking .primeiro span.venda {
    background-color: rgb(185, 141, 28);
    color: #fff;
}
.ranking .terceiro > .barra {
    height: 75px;
    background-color: burlywood;
}
.ranking .terceiro span.venda {
    background-color: rgb(196, 161, 116);
    color: #fff;
}
.swal2-front {
    z-index: 1061 !important;
}
.linha-total {
    background-color: #ddebf7;
    color: #161352;
}
.center {
    text-align: center;
}
.table-custom {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 8pt !important;
    
}
.table-custom-small {
    font-size: 10pt !important;
}
.table-custom-small td {
    padding: 2px !important;
}

.table-custom td {
    border: 1px solid black !important;
}
.table-custom > thead, .title {
    text-align: center;
    background-color: #ededed !important;
}
.datatable-spinner {
    padding-top: 20px;
    text-align: center;
}

.apexcharts-legend-series,
.apexcharts-legend-series {
    border-radius: 0.375rem;
    border: 1px solid var(--bs-border-color);
    block-size: 83%;
    padding-block: 4px;
    padding-inline: 12px;
    padding-inline-start: 17px;
}

.vehicles-progress-labels .vehicles-progress-label {
    position: relative;
    padding-block-end: 15px;
}
.vehicles-progress-labels .vehicles-progress-label::after {
    position: absolute;
    display: inline-block;
    background-color: var(--bs-border-color);
    block-size: 10px;
    content: "";
    inline-size: 2px;
    inset-block-end: 0;
    inset-inline-start: 0;
}
.vehicles-overview-progress {
    --bs-snackbar-bg: #22303e;
}
.vehicles-overview-progress .snackbar {
    background-color: var(--bs-snackbar-bg);
}
#shipmentStatisticsChart .apexcharts-legend-series,
#carrierPerformance .apexcharts-legend-series {
    border: 1px solid var(--bs-border-color);
    block-size: 83%;
    margin-block-end: 0.4375rem !important;
    padding-block: 4px;
    padding-inline: 12px;
    padding-inline-start: 17px;
    border-radius: var(--bs-border-radius);
}
[data-bs-theme="dark"] .vehicles-overview-progress {
    --bs-snackbar-bg: #e6e6f1;
}

/* Força o vídeo como fundo e cobre toda a tela */
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
  
  /* Força o wrapper principal a ocupar toda a tela e impedir scroll */
  .login-page-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .modal-xl-custom {
    max-width: 95%;
    width: 100%;
}

.text-justify {
    text-align: justify;
}

#statusMeta {
    display: none;
}

.inactive-link {
    pointer-events: none;
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.15) !important; /* Opcional: mudar a cor para indicar que está desativado */
}

.table-custom {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 8pt !important;
    
}

.table-custom td {
    border: 1px solid black !important;
}
.table-custom > thead, .title {
    text-align: center;
    background-color: #ededed !important;
}

.user-profile-header-banner {
    position: relative;
    block-size: 200px;
    inline-size: 100%;
    overflow: hidden;
}

.user-profile-header-banner .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.user-profile-header {
    position: relative;
    z-index: 1;
    margin-block-start: -2rem;
}

/* Mantém imagem do perfil acima do vídeo */
.user-profile-img {
    border: 5px solid var(--bs-paper-bg);
    inline-size: 120px;
    z-index: 2;
    position: relative;
}

@media (max-width: 767.98px) {
    .user-profile-header-banner {
        block-size: 150px;
    }
    .user-profile-header-banner .video-bg {
        height: 150px;
    }
    .user-profile-img {
        inline-size: 100px;
    }
}

.table-size-custom thead th {
    font-size: 9pt !important;
}
.table-size-custom tbody td {
    font-size: 10pt !important;
}
.dashed-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--bs-border-color) !important;
    padding: 20px;
    border-radius: 100px;
}

        .grafico-resumo {
            width: 60% !important;
            font-size: 16pt !important;
        }

        .grafico-resumo > .item {
            display: flex !important;
            align-items: center !important;
            margin-bottom: 15px !important;
        }

        .label {
            min-width: 200px !important;
            text-align: right !important;
            margin-right: 15px !important;
        }

        .barra {
            flex: 1 !important;
            background-color: #ddd !important;
            border-radius: 8px !important;
            overflow: hidden !important;
            margin-right: 15px !important;
            position: relative !important;
        }

        .progresso {
            background-color: #007bff !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            padding: 5px 10px !important;
            height: 50px !important;
            color: #fff !important;
            border-radius: 8px 0 0 8px !important;
            transition: width 0.5s ease !important;
        }

        .rotulo {
            font-size: 20pt !important;
        }

        .variacao, .participacao {
            min-width: 90px !important;
            background-color: #007bff !important;
            color: #fff !important;
            text-align: center !important;
            border-radius: 8px !important;
            padding: 10px !important;
            font-size: 16pt !important;
        }

        .grafico-avatar {
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
            border: 2px solid #fff !important;
            margin-right: 10px !important;
        }


.table-settings {
    width: 100% !important;
}

.table-settings > tbody > tr {
    border: 1px dashed #e2e2e2;
    padding: 30px;
}

.table-settings > tbody > tr > td {
    padding: 2.7px;
}

.v-form {
    text-transform: uppercase;
}
