:root{
    --we-bgc:#fae3d9;
    --we-c:#000000;
}

.we-bgc-1{background-color:#ffffff !important; color:#000000}
.we-bgc-2{background-color:#000000 !important; color:#ffffff}
.we-bgc-3{background-color:#4bbcf4 !important; color:#ffffff}
.we-bgc-4{background-color:#61c0bf !important; color:#ffffff}
.we-bgc-5{background-color:#bbded6 !important; color:#000000}
.we-bgc-6{background-color:#ffb6b9 !important; color:#ffffff}
.we-bgc-7{background-color: var(--we-bgc) !important; color:var(--we-c)}

.we-bgc-6 a.nav-link:hover {color: #4bbcf4;}
.we-bgc-7 a.nav-link:hover {color: #4bbcf4;}

.we-section.we-bgc-1 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-1 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-2 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-2 a:not(a.we-btn-custom){color: #5ce58c;text-decoration: underline;}
.we-section.we-bgc-3 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-3 a:not(a.we-btn-custom){color: black;text-decoration: underline;}
.we-section.we-bgc-4 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-4 a:not(a.we-btn-custom){color: black;text-decoration: underline;}
.we-section.we-bgc-5 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-5 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-6 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-6 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-7 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-7 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}

li.active > a.nav-link {color: #4bbcf4;border-bottom: 1px solid;}

.we-bgc-2 .form-control, .we-bgc-2 .form-control:focus,
.we-bgc-3 .form-control, .we-bgc-3 .form-control:focus,
.we-bgc-4 .form-control, .we-bgc-4 .form-control:focus,
.we-bgc-6 .form-control, .we-bgc-6 .form-control:focus {
    color: white;
}