.bg-light {
    --fc-bg-opacity: 1;
    background-color: #3333330f !important;
}
.footer {
    background-color: var(--fc-light);
    padding: 0 !important;
}


.text-custom-primary {
    color: var(--fc-primary) !important;
}
.w-min-context {
    width: min-content !important;
}
.navbar .dropdown-menu .dropdown-submenu a:after {
     position: static;
    right: 0;
    transform: rotate(-90deg);
}