.dx-toolbar {
    background-color: transparent !important;
}

[aria-expanded="false"] .fa-chevron-up,
[aria-expanded="true"] .fa-chevron-down {
    display: none;
}

[aria-expanded="false"] .fa-angle-right,
[aria-expanded="false"] .fa-angle-down {
    display: none;
}

.container_polito {
    margin-left: 4rem;
    margin-right: 4rem;
}

.block-page-title-block .page-title,
.block-page-title-block .subtitle {
    font-weight: 700;
    font-size: 1.563rem;
    line-height: 2.375rem;
    margin-bottom: 18px;
    margin-top: 30px;
}

.block-page-title-block .page-title:before,
.block-page-title-block .subtitle:before {
    content: "";
    width: 50px;
    height: 5px;
    background: #ef7b02;
    display: block;
    margin-bottom: 15px;
}

.page-title {
    font-size: 2.5rem;
    color: #00284b;
    font-weight: 700;
}
.subtitle {
    font-size: 1.875rem;
    color: #00284b;
    font-weight: bold;
}

button:focus:not(:focus-visible) {
    outline: none !important;
}

.card {
    border: none;
}

#ambitiAccordion .card-header {
    background-color: #e5f2f6;
    color: #00284b;
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: none;
}

#progettiAccordion .card-header {
    background-color: rgba(243, 245, 247, 1);
    color: #00284b;
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: none;
}

#progettiAccordion .card-header:hover {
    background-color: rgba(224, 230, 235, 1) !important;
}

#ambitiAccordion .card-header:hover {
    background-color: #c5dfe7;
}

.text-body-bold {
    font-size: 1rem;
    font-weight: bold;
    color: #00284b;
}

.text-body {
    font-size: 1rem;
    color: #00284b !important;
}

.text_body_polito {
    color: #00284b !important;
}
.text_body_warning {
    color: #ad5a00 !important;
    font-size: 0.85rem;
}
.text_body_info {
    color: #00284b !important;
    font-size: 0.85rem;
}

.lh-sm {
    line-height: 1.25;
}

.badge-text {
    font-size: 0.85rem;
    font-weight: 500;
}

/* ------------------------------------------------------------- */

.badge--ok {
    background: #e6f6ec;
    color: #1f8355;
    font-size: 0.85rem;
    font-weight: 600;
}
.badge--warn {
    background: #fff4e5;
    color: #ad5a00;
    font-size: 0.85rem;
    font-weight: 600;
}
.badge--ko {
    background: #fde7ea;
    color: #a60d28;
    font-size: 0.85rem;
    font-weight: 600;
}
.badge--info {
    background: #c5eaf6;
    color: #00284b;
    font-size: 0.85rem;
    font-weight: 600;
}
.badge--default {
    background: #d5edf4;
    color: #00284b;
    font-size: 0.85rem;
    font-weight: 600;
}

.accordion-body {
    background-color: white !important;
}

#proposteAccordion,
.accordion-button {
    padding: 0.5rem 0.75rem;
}

.dx-texteditor.dx-editor-outlined.dx-state-readonly .dx-texteditor-input {
    color: black;
}

.text_title_progetto {
    color: #004c81;
}

#candidatoInfoTable {
    max-height: 20rem;
}
