.b-navbar-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    border-bottom: none;
    border-left: none;
    border-right: none;
}

:root {
    --bs-primary: #198b21;
    --bs-primary-rgb: 25, 138, 32;
    --bs-nav-link-font-size: 120%;
    --bs-btn-font-size: 120%;
}

#navbarDropdownLanguage {
    padding-left: 0 !important;
}

#navbarHeader {
    padding-bottom: 0;

        position:relative;
        z-index:1020;
        background-color:rgba(255,255,255,0.95);
        box-shadow:0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);

}

h3.convention {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2rem;
}

p.additional_info {
    margin-bottom: 1.25rem;
    color: #727272;
}

.additional_info.ratif_sign_count {
    font-size: 14pt;
    font-weight: bold;
}

.summary_chips {
    background-color: #7fa97f !important;
    border-color: #7fa97f !important;
}

.card {
    transition-duration: 0.5s;
}

.bg-card-active {
    background-color: #77BB77;
}

#card_convention.card.bg-card-active {
    background-color: #77BB77;
}

.card-title img {
    padding-right: 4px;
}

.relevant {
    background-color: #7fa97f;
}

strong.highlight {
    background-color: #98c4e3;
}

p.additional_info {
    margin-bottom:0;
}

#more_info {
    margin-bottom: 1em;
}

dt.title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 130%;
    margin: 1em 0;
}
dt.title .article_num {
    font-weight: bolder;
}
dt.title .article_textual_title {
    font-weight: normal;
}

.js-datepicker[readonly] {
    color: var(--bs-secondary) !important;
    opacity: 0.65;
}

.reset-select:disabled {
    display: none;
    color: var(--bs-secondary) !important;
    opacity: 0.65;
}

.lead {
    color: #146c43 !important;
}

lead.text-shadow {
    text-shadow:
            0 0 5px var(--bs-primary) !important;
}