/* css tabela */
@import "./tabela.css";

/* BARRA DE PROGRESSO */
.progress-container {
    height: 21px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    z-index: -1;
}
.full-progress {
    position: relative;
    flex: 0.7;
    height: 70%;
    background: hsl(0, 0%, 90%);
    border-radius: 20px;
    overflow: hidden;
}
.full-progress .progress-text {
    font-size: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.progress-bar {
    height: 100%;
    background: hsl(144, 46%, 50%);
}

/* GAMBIARRAS - REVISAR*/
.tbl-sdk thead {
    position: relative;
    z-index: 5
}
.progress-tipo-0 {
    display: none
}

.page-load {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 999;
    background-color: white;
}

.div-navbar{
    width: 60%;
}
a {
    color: rgb(255, 255, 255) !important;
}

a:hover {
    text-decoration: underline !important;
}

a.link-tabela{
    color: rgb(0, 0, 0) !important;
    text-decoration: none;
}

a.link-tabela:hover{
    text-decoration: none !important;
}

.nav-inf {
    color: #818181 !important;
    font-size: 16.8px;
    font-family: 'OpenSans', Arial, sans-serif;
    line-height: 3em;
}

.link-sup {
    font-size: 13px;
    padding-top: 5px;
}

.titulo-nav {
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: bold;
    font-size: 13.2px;
}

.navbar {
    padding: 0px !important;
    --bs-nav-link-padding-y: 0px !important;
}

.nav-link {
    white-space: nowrap;
}

.percentage {
    display: block;
    height: 10px;
    background-color: rgb(57, 71, 175);
    animation: progress 2000ms ease-in 1;
    position: relative;
}

.percentage span {
    position: absolute;
    top: -9px;
    left: calc(100% + 70px);
    transform: translateX(-50%);
    color: rgb(0, 0, 0);
    white-space: nowrap
}

.imagem-titulo{
    width: 100px; 
    height: 100px;
}

.div-titulo{
    border: 1px solid #000;
}

.texto-contratos{
    font-size: 13px; 
    font-family: 'OpenSans', Arial, sans-serif; 
    color: #818181; 
    margin-top: 5px;
}

.img-contratos{
    width: 30px; 
    height: 30px;
}

.texto-grafico{
    margin: 0px !important;
    padding: 0px !important;
}

.div-nav-responsivo{
    width: 100%;
    text-align: center;
    background-color: rgb(51, 51, 51);
    display: none;
}

.div-nav-responsivo-der{
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.nav-responsivo-der{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color:#fcbc1c ;
    display: none;
}

@keyframes progress {
    from {
        width: 0;
    }
}

/*Acompanhar Contrato*/
.container-grafico {
    width: 80%;
    height: auto;
}
.bg-marcado{
    background-color: #cacaca;
}
.bg-marcado:hover{
    background-color: #cacaca;
}
#carousel_img {
    max-width: 60%;
    margin: auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

@media (max-width:961px) {
    .container-grafico {
        width: 100%!important;
    }
    #carousel_img {
        max-width: 100%;
    }
}

@media (max-width: 1522px) {
    .div-navbar{
        width: 80%;
    }
}

@media (max-width: 1140px) {
    .div-navbar{
        width: 95%;
    }
}

@media (max-width: 992px) {
    .link-superiores{
        display: none !important;
    }
    .titulo{
        font-size: 22px;
    }
    .texto-contratos{
        display: none
    }
    .div-nav-responsivo{
        display: flex;
        justify-content: center;
    }
    .div-nav-responsivo-der{
        display: flex;
        justify-content: center;
    }
    .navbar-der{
        display: none;
    }
    .nav-responsivo-der{
        display: flex;
    }
}

@media (max-width: 592px) {
    .titulo{
        font-size: 18px;
    }
    .imagem-titulo{
        width: 80px; 
        height: 80px;
    }
    .div-titulo{
        width: 90% !important;
    }
    .div-texto-grafico{
        text-align: start;
    }
}