
.dropdown-menu { border-radius: 15px !important; }
.dropdown-item:hover { background-color: var(--fifth-color); color: var(--primary-color) !important; }
.hub-input {
    background-color: var(--fifth-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    color: white !important;
}
.hub-input:focus { border-color: var(--primary-color) !important; box-shadow: none !important; }

