
body {
    background-color: #e1dbdb;
}

.navbar, footer {
    background-color: #ffffff !important
}

.navbar .nav-link, footer {
    color: #000000 !important;
}

.navbar-toggler {
    background-color: #ffffff !important;
}

.btn-primary,
.bg-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-outline-primary {
    border-color: #000000 !important;
    color: #0d6efd !important;
}

.btn-outline-primary:hover {
    background-color: #000000 !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active,
.form-check-input:checked {
    background-color: #64CFB0 !important;
    border-color: #64CFB0 !important;
}

.account-nav-menu.flex-column .nav-link {
    border-left: solid 3px #fff;
    color: #131313;
    padding: 1rem;
}

.account-nav-menu.flex-column .nav-item.active,
.account-nav-menu.flex-column .nav-item:hover {
    background-color: #EBFAF5;
}

.account-nav-menu.flex-column .nav-link.active,
.account-nav-menu.flex-column .nav-link:hover {
    border-bottom: none;
    border-left: solid 3px #64CFB0;
}

.hover-select:hover {
    background-color: #EBFAF5;
    border-color: #64CFB0 !important;
    cursor: pointer;
}

.hover-select.selected {
    background-color: #EBFAF5;
    border-color: #64CFB0 !important;
    border-left: solid 3px #64CFB0 !important;
}

