.btn-primary {
    background-color: #732CE1;
    border: none;
}

.bg-primary {
    background-color: #732CE1 !important;
}

.btn-primary:hover {
    background-color: #803ee3;
}

:root {
    --primary: #803ee3;
    /* Define the variable */
}

.btn {
    border-radius: 2rem;
}

.text-primary {
    color: #732CE1 !important;
}

a {
    color: #732CE1;
}

.progress-bar {
    background-color: #732CE1 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #925ae7 !important;
    border-color: #925ae7 !important;
}

.nav-link:focus,
.nav-link:hover,
.nav-link {
    color: #070F18;
}

.menu-active .nav-link:focus,
.menu-active .nav-link:hover,
.menu-active .nav-link {
    color: #111111;
    font-weight: 700;
}

#main-menu .dropdown-menu {
    background-color: white;
    color: hsla(0, 0%, 7%, 0.65);
}

#main-menu .dropdown-item {
    color: hsla(0, 0%, 9%, 0.65);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#main-menu .dropdown-item:hover {
    background-color: rgb(244, 241, 241);
    color: hsla(0, 1%, 19%, 0.85);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #732CE1 !important;
}

.btn-outline-danger {
    border-color: #732CE1 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #732CE1 !important;
}

.navbar-toggler {
    background-color: #bfa0ed;
    color: grey;
}

.btn-outline-primary {
    color: #732CE1;
    border-color: #732CE1;
}

.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 {
    color: #fff;
    background-color: #732CE1 !important;
    border-color: #732CE1 !important;
}

.btn-outline-primary:hover {
    background-color: #8956d7 !important;
    border-color: #732CE1 !important;
}