/* texto */
.sidebar .title span {
    color: var(--text-colors1);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

/* texto */
.sidebar li span {
    color: var(--text-colors2);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    transition: font-size 0.3s;
}

/* texto */
.sidebar li .material-symbols-outlined {
    color: var(--text-colors3);
}

/* texto */
.sidebar li.active span {
    color: var(--text-colors4);
}

/* texto */
.sidebar li.active a,
.sidebar li.active a:hover {
    color: var(--text-colors5);
}

/* texto */
.sidebar li a {
    color: var(--text-colors4);
}

/* texto */
.sidebar li.active .sub-menu span {
    color: var(--text-colors5);
}

/* texto */
.sidebar li.active .sub-menu .material-symbols-outlined {
    color: var(--text-colors3);
}

/* texto */
.sidebar .sub-menu li:hover,
.sidebar .sub-menu li:hover .material-symbols-outlined,
.sidebar .sub-menu li:hover span {
    fill: var(--text-colors6);
    color: var(--text-colors6);
    background-color: var(--text-colors7);
}

/* texto */
.breadcrump h3 {
    color: var(--text-colors3);
}

/* texto */
.breadcrump span {
    color: var(--text-colors2);
}

.breadcrump h3 {
    font-size: 20px;
}

/* texto */
.dashboard-content h2 {
    color: var(--text-colors6);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

/* texto */
.dashboard-content h4 {
    color: var(--text-colors6);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.22px;
}

/* texto */
.dashboard-content p {
    font-family: Inter;
}

/* texto */
.dashboard-content a {
    color: var(--text-colors3);
}

/* texto */
.dashboard-content .service_details p {
    color: var(--text-colors8);
    font-family: Mulish;
    font-size: 14px;
    line-height: normal;
}

/* texto */
.dashboard-content .service_details .customer .customer_area p,
.dashboard-content .service_details .customer .customer_area a {
    font-family: Inter;
    font-size: 14px;
    line-height: 36px;
}

/* texto */
.dashboard-content .service_details .customer .notes p { 
    margin-bottom: 0;
    color: var(--text-colors1);
    font-family: Inter;
    font-size: 14px;
}

/* texto */
.dashboard-content .home a {
    color: var(--text-colors9);
    text-decoration-line: underline;
}

/* texto */
.dashboard-content  .auctioneer_list .text_title h5,
.dashboard-content  .services_list .text_title h5,
.dashboard-content  .my_services_list .text_title h5 { 
    color: var(--text-colors10);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}

/* texto */
.dashboard-content  .auctioneer_list .text_title p,
.dashboard-content  .services_list .text_title p,
.dashboard-content  .my_services_list .text_title p {
    margin-bottom: 0; 
    color: var(--text-colors1);
}

/* CSS para area do simulador e aprovação de crédito */

.simulation .broker_simulation h5 {
    color: var(--text-colors9);
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
}

.simulation .broker_simulation p {
    color: var(--text-colors8);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}

.simulation .credit_approval h5 {
    color: var(--text-colors9);
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
}

.simulation .credit_approval p {
    color: var(--text-colors8);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width: 1899px) {

    .dashboard-content .service_details .customer .customer_area p,
    .dashboard-content .service_details .customer .customer_area a {
        font-size: 14px;
    }

}

@media(max-width: 1199px) {
    .dashboard-content h4 {
        font-size: 14px;
    }

    .dashboard-content .service_details p {
        font-size: 14px;
    }

    .dashboard-content .service_details .customer .customer_area p {
        font-size: 14px;
    }   
}

