
body {
    background-color: #ffffff;
}

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

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

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

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

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

.btn-outline-primary {
    border-color: #3c1851 !important;
    color: #3c1851 !important;
}

.btn-outline-primary:hover {
    background-color: #3c1851 !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;
}

