html, body {
    background-color: #fffdf2;
    color: black;
}

.navbar {
    background-color: var(--bs-white);
    color: black;
}

.CardHeaderTitle {
    background-color: gray;
    color: white;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2 !important;
    border-color: #1861ac;
}

.btnP:hover {
    color: #d6d0d0;
}

.validation-message {
    color: red;
}

.div.e-card.Dark. {
    background-color: blue;
}

.site-footer-links {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.LangBtn {
    background-color: white !important;
    color: gray !important;
    border-width: 0px;
    padding: 0px !important;
}

.TextColor {
    color: #282c3f;
}

.TextColor2 {
    color: #86898f;
}

.e-menu-container {
    background-color: white;
    color: black;
}

.BtnColor {
    background-color: white;
    color: black;
}

.TableColor {
    background-color: white !important;
    color: black !important;
}

.e-list-template {
    background-color: white !important;
}

.navMenu {
    background-color: white !important;
    color: black !important;
}