@font-face
{
    font-family: 'BRSonoma';
    src: url('fonts\\br-sonoma\\BRSonoma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'BRSonoma', sans-serif !important;
}

.bg-header {
    background: linear-gradient(90.18deg, #66D8FF 0.11%, #6000FF 100%);
}

.footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    font-size: 0.9rem;
    color: #82787E;
    width: 100%;
}

.footer p {
    padding: 0.1rem 0;
}

.footer a {
    color: #82787E;
}

p {
    font-size: 16px;
    font-family: 'BRSonoma', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0px;
}

.btn-base {
    min-width: 45px;
}

.dispendiosValores__porcentagemExclusao
{
    margin-top: 85px;
}

.dispendiosValores__porcentagemBeneficio
{
    margin-top: 75px;
}

p .small
{
    font-size: 10px;
}

.circle-page
{
    padding: 0.5rem;
    border: 2px solid rgb(158, 158, 158);
    border-radius: 30px;
}

.dropdown-item-agrupamento {
    background: #D2F4FF;
}

.dropdown-item-agrupamento:hover {
    background: #d2f4ff67;
}

.icone-nav {
    max-width: 12px;
}

.icone-fase {
    max-height: 36px;
}

.icone-arrow
{
    height: 16px;
}

.icone-edit
{
    background-image: url('../assets/svg/edit.svg');
    width: 23.11px;
    height: 22.88px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.icone-trash
{
    background-image: url('../assets/svg/trash.svg');
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.icone-info
{
    background-image: url('../assets/svg/info.svg');
    width: 38px;
    height: 33px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.icone-alert
{
    width: 38px;
    height: 33px;
}

.icone-alert-mini
{
    width: 28px;
    height: 23px;
}

.icone-list
{
    width: 20px;
    height: 16px;
}

.bg-abgi
{
    background: #F7F7FD;
}

.btn
{
    border-radius: 30px;
    border: none;
}

.btn-primary
{
    background: #6000FF !important;
    border: none;
}

.navigation-button {
    display: flex;
    align-items: center;
    margin-left: 0.25rem;

}

.nav-item {
    border-radius: 20px;
    box-shadow: #555555;
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    background: #FFF;
    height: 50%;
    margin-left: 1rem;
    padding: 0 1rem;
}

.nav-item-user {
    box-shadow: #555555;
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
}

.nav-user {
    box-shadow: #555555;
    display: flex;
    height: 50%;
    margin-left: 1rem;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: #FFF;
    border-radius: 25px;
}

.nav-user:hover {
    background: #D9D9D9;
}

.nav-item:hover {
    background: #D9D9D9;
}

.title {
    color: #6000FF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'BRSonoma-Bold', sans-serif;
    margin-bottom: 0px;
}

.text-user {
    color: #6000FF !important;
    font-size: 16px !important;
    font-family: 'BRSonoma', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;;
}

.border-primary {
    border-color: #6000FF !important;
}

.form-control
{
    border-radius: 30px;
}

.search-icon
{
    border-radius: 30px 0 0 30px;
    border: 1px solid rgba(96, 0, 255, 1);
}

.search-funding
{
    border-radius: 0 30px 30px 0 !important;
    border: 1px solid rgba(96, 0, 255, 1);
}

.form-checkbox {
    background-color: #fff; /* Branco */
    border-color: #000; /* Borda preta */
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
}

.form-checkbox:hover{
    background-color: #fff;
    border-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/svg/check.svg");
    width: 16px;
    height: 16px;
}

.form-checkbox:checked:hover{
    background-color: #fff;
    border-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/svg/check.svg");
    width: 16px;
    height: 16px;
}

.form-checkbox:checked::before {
    background-color: #fff;
    border-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/svg/check.svg");
}

.form-checkbox:checked {
    background-color: #fff;
    border-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/svg/check.svg");

}

.form-checkbox:checked:focus {
    background-color: #fff;
    outline-color: #000;
    background-image: url("../assets/svg/check.svg");
    outline-style: solid;
    outline-width: 2px;
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.form-checkbox:focus {
    background-color: #fff;
    outline-color: #000;
    outline-style: solid;
    outline-width: 2px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.form-select
{
    border-radius: 30px;
}

.modal-content {
    border-radius: 25px;
}

.modal-header {
    background: linear-gradient(90.18deg, #66D8FF 0.11%, #6000FF 100%);
    color: white;
    border-radius: 25px 25px 0 0;
}

.modal-header h1{
    font-family: 'BR Sonoma';
    font-weight: bold;
}

.text-truncate-1
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-2
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-truncate-5
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.power-bi {
    width: 80%;
    height: 35rem;
}

.auth-card
{
    width: 467px;
    height: 604px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #F2F0F8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card-empresa
{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card-empresa
.link-text
{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.card-empresa
.card-tamanho
{
    height: 60px;
}

.card-empresa
.truncate-text
{
    max-height: 50px; /* Defina a altura máxima que deseja para 2 linhas de texto */
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências (...) para indicar texto truncado */
    line-height: 25px; /* A altura da linha deve ser metade da altura máxima */
}

.card-empresa
.card-title
{
    font-size: 24px !important;/* Tamanho da fonte */
}

.card-title-task
{
    font-size: 28px;/* Tamanho da fonte */
}

.card-consolidado
{
    background: rgb(192, 235, 254);
}

.card
.card-projetos
{
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 86px;
    border: none !important;
    display: flex; /* Adiciona um display flex para o alinhamento */
    align-items: center; /* Centraliza verticalmente o conteúdo */
}

.lista-projeto-titulo
{
    color: #000;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-projetos-home
{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 8px;
    margin: 20px;
    justify-content: center;
    text-align: center;
}

.titulo
{
    color: #000;
    font-size: 18px;
}

.numero
{
    color: #000;
    font-size: 50px;
    font-weight: 700;
}

.reduzir
{
    /* transform: scale(0.5); */
    font-size: 80%;
}

.reduzir_2
{
    transform: scale(0.8);
}

.card-tamanho
{
    height: 60px;
}

/* Classe personalizada para aplicar ellipsis em duas linhas */
.truncate-text
{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Define o número máximo de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-contato
{
    color: #F7F7FD;
    text-decoration: none;
    text-align: center;
}

.background-gray
{
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
    padding: 20px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 1);
}

.background-gray h2
{
    font-size: 24px;
    margin-bottom: 10px;
}

.background-gray h6
{
    font-size: 16px;
    margin-top: 20px;
}

.custom-search
{
    width: 398px;
    height: 76px;
    top: 319px;
    left: 39px;
}

.card-custom
{
    width: 100%;
    height: 100%;
}

.card-custom p
{
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.custom-footer
{
    font-size: 16px;
}

/* .img-bg
{
    position: absolute;
    width: 362px;
    height: 346px;
    top: 115px;
    left: 1244px;
} */

.img-man
{
    position: absolute;
    top: 145px;
    right: 5px;
}

.search-response
{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #555555;
    height: 100px;
}


@media only screen and (max-width: 1324px)
{
    html
    {
        font-size: 12px;
    }

    body
    {
        font-size: 12px;
    }

    .h2, h2
    {
        font-size: calc(0.8rem + .9vw);
    }

    .h3, h3
    {
        font-size: calc(0.8rem + .6vw);
    }

    .h4, h4
    {
        font-size: calc(0.8rem + .3vw);
    }

    h5
    {
        font-size: 14px;
    }

    h6
    {
        font-size: 12px;
    }

    a
    {
        font-size: 12px;
    }

    p
    {
        font-size: 12px;
    }

    .text-user {
        color: #6000FF !important;
        font-size: 12px !important;
        font-family: 'BRSonoma', sans-serif !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;;
    }

    .small
    {
        font-size: 10px;
    }

    .card-empresa
    .link-text
    {
        font-size: 14px;
    }

    .card-title-task
    {
        font-size: 24px;
    }

    .titulo
    {
        font-size: 14px;
    }

    .form-control
    {
        font-size: 12px;
    }

    .form-label
    {
        font-size: 12px;
    }

    .form-select
    {
        font-size: 12px;
    }

    .text-truncate-1
    {
        font-size: 12px;
    }

    .text-truncate-2
    {
        font-size: 12px;
    }

    .text-truncate-3
    {
        font-size: 12px;
    }

    .text-truncate-4
    {
        font-size: 12px;
    }

    .text-truncate-5
    {
        font-size: 12px;
    }

    .btn
    {
        --bs-btn-font-size: none;
    }

    .shadow p
    {
        font-size: 12px;
    }

    .numero
    {
        color: #000;
        font-size: 40px;
        font-weight: 700;
    }

    .dispendiosValores__porcentagemExclusao
    {
        margin-top: 65px;
    }

    .dispendiosValores__porcentagemBeneficio
    {
        margin-top: 56px;
    }

    .icone-edit
    {
        width: 17px;
    }

    .icone-trash
    {
        width: 17px;
    }

    .icone-info
    {
        width: 28px;
        height: 23px;
    }

    .icone-alert
    {
        width: 28px;
        height: 23px;
    }

    .icone-list
    {
        width: 15px;
    }
}
