@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

@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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif !important;
}

span,
input,
p {
    font-family: "Inter", sans-serif !important;
}

.bg-abgi {
    background: #ffffff;
}

.bg-nav {
    background: #e5e5e5;
    height: 100px;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.link-nav {
    text-decoration: none;
}

.link-nav.selected {
    border-bottom-color: rgb(255, 255, 255);
}

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

.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-funding {
    border-radius: 20px;
    height: 160px;
    background: rgba(244, 244, 244, 1);
}

.card-funding-comparison {
    border-radius: 20px;
    height: auto;
    min-height: 160px;
    background: rgba(244, 244, 244, 1);
}

.card-funding.card-color {
    background: #e5e5e5;
}

.card-funding .check-funding {
    border-color: black;
    height: 20px; /* Defina a altura desejada para o seu input */
    width: 20px !important; /* Defina a largura desejada para o seu input */
    background: rgba(244, 244, 244, 1);
}

.check-funding:checked {
    background: rgba(244, 244, 244, 1) !important;
    appearance: none;
    padding-bottom: 20px;
}

.check-funding:checked::before {
    content: "X";
    font-size: 1.5em;
    line-height: 0.95em;
    color: #000;
    padding-left: 0.1rem;
}

.checkbox-model {
    border-color: #2b11c9 !important;
    height: 20px !important; /* Defina a altura desejada para o seu input */
    width: 20px !important; /* Defina a largura desejada para o seu input */
    margin: 0;
}

.card-funding .card-title-funding {
    color: #2e2f38;
    font-size: 1.1rem;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências (...) para indicar texto truncado */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
}

.card-funding .card-info-funding {
    color: #909095;
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências (...) para indicar texto truncado */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
}

.card-funding .card-info-funding-3 {
    color: #909095;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* número de linhas */
}

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

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

.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; /* 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: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-title {
    color: #000000;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-title-pdf {
    color: #000000;
    font-size: medium;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-funding-info-pdf {
    color: #000000;
    font-size: smaller;
}

.section-bar {
    border-width: 3px;
}

.detail-title {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências (...) para indicar texto truncado */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
    text-transform: uppercase;
    margin-top: 1.3rem;
}

.field {
    display: flex;
    flex-direction: column;
}

.detail-field {
    border-radius: 30px;
    opacity: 0.7;
    background-color: rgba(244, 244, 244, 1);
    border: 1px solid rgba(176, 176, 176, 1);
    width: 100%;
    padding: 5px 10px !important;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.no-specified-field {
    border-radius: 30px;
    opacity: 0.7;
    background-color: rgba(244, 244, 244, 1);
    border: 1px solid rgba(176, 176, 176, 1);
}

.detail-field-title {
    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.detail-field-subtitle {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.detail-link-field {
    border-radius: 30px;
    opacity: 0.7;
    background: rgba(244, 244, 244, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências (...) para indicar texto truncado */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
}

.base-slider {
    border-radius: 30px;
    background: #d9d9d9;
    align-items: center;
    height: 0.8rem;
}

.text-bg-primary {
    background-color: #000 !important;
}

select.form-control {
    border-radius: 0%;
}

input.form-control {
    border-radius: 0%;
}

textarea.form-control {
    border-radius: 0%;
}

.btn-login {
    width: 120px;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(96, 0, 255, 1);
    color: white;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-next-page {
    width: 150px;
    height: 40px;
    top: 649px;
    left: 858px;
    border-radius: 30px;
    background-color: rgba(96, 0, 255, 1);
    color: white;
}

.btn-login:hover {
    background: linear-gradient(360deg, #6000ff 0%, #66d8ff 100%);
}

.btn-cancel {
    width: 120px;
    height: 30px;
    border-radius: 30px;
    background-color: rgb(72, 71, 74);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.qtde-itens-page {
    border-radius: 30px;
    border: 1px solid rgba(96, 0, 255, 1);
}

.search-icon {
    border-radius: 30px 0 0 30px;
    border: 1px solid rgba(96, 0, 255, 1);
}
.checkbox-not-specified {
    border-radius: 30px 0 0 30px;
    background-color: #e9ecef;
    padding: 4px 0px 0px 4px !important;
}

.small-placeholder::placeholder {
    font-size: 80%;
}

.search-funding {
    border-radius: 0 30px 30px 0 !important;
    border: 1px solid rgba(96, 0, 255, 1);
}
.input-not-specified {
    background-color: rgba(244, 244, 244, 1);
    border-radius: 0 30px 30px 0 !important;
}

.search-pre-user {
    width: 200px;
    height: 38px;
    border-radius: 30px !important;
    border: 1px solid rgba(96, 0, 255, 1);
}

.search-type {
    width: 200px;
    height: 38px;
    border-radius: 30px !important;
    border: 1px solid rgba(96, 0, 255, 1);
    padding-left: 10px;
}

.icone-alert {
    width: 30px;
    height: 25px;
}

.bg-primary {
    background: rgba(96, 0, 255, 1) !important;
}

.title-page-bg {
    background-color: #f7f7f7;
    text-transform: uppercase;
}

.btn-my-account {
    border-radius: 30px;
    color: rgba(96, 0, 255, 1);
    text-align: center;
    border: 2px solid rgba(96, 0, 255, 1);
}

.btn-my-account:hover {
    color: rgba(96, 0, 255, 1);
    border: 3px solid #66d8ff;
}

.card-motion p {
    margin: 0;
    font-size: 14px;
    color: rgba(76, 77, 84, 1);
}

.card-motion h6 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.card-motion h5 {
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

ul {
    padding-left: 0;
}

.navegacao {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

.navegacao-item {
    flex-grow: 1;
    text-align: center;
    border: 0.8px;
    border-radius: 0.35rem 0.35rem 0 0;
}

.navegacao-link {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
}

.navegacao-item.none {
    display: block;
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.176);
    margin-right: 0.35rem;
    background: #f8f9fa;
}

.navegacao-item.active {
    border: 0.8px solid rgba(0, 0, 0, 0.176);
    border-bottom: none;
    border-radius: 0.35rem 0.35rem 0 0;
    background: #fff;
}

.card {
    border-top: none;
    border-radius: 0 0.35rem 0.375rem 0.375rem;
}

.card-motion p {
    margin: 0;
    font-size: 14px;
    color: rgba(76, 77, 84, 1);
}

.card-motion h6 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.card-motion h5 {
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.card-kpi {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin: 5px;
    justify-content: center;
    text-align: center;
}

.rounded-custom {
    border-radius: 10px;
}

.shadow-top {
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-vertical__contente__paginate .text-sm {
    font-size: 0.7rem !important;
}

.card-new-funding {
    border-radius: 20px;
    height: 160px;
    background: rgba(220, 240, 255, 1);
    border: 2px solid rgba(173, 216, 230, 1);
}

.card-deleted {
    border-radius: 20px;
    height: 180px;
    background: #ffd4d9;
    border: 2px solid rgb(254, 164, 164);
}

.custom-popover {
    max-width: 500px;
}

.card-content {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}

.card-content:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.card-content:nth-of-type(even) {
    background-color: #e9ecef;
}

.name-recommendation {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-danger {
    border-radius: 30px;
    height: 32px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-secondary {
    border-radius: 30px;
    height: 32px;
    padding-right: 15px;
    padding-left: 15px;
}
