.InterestsChooser{display:flex;flex-direction:column;gap:1rem;text-align:left;max-width:40rem;position:relative}.InterestsList{display:flex;flex-direction:column;gap:2rem;height:15rem;max-height:15rem;overflow-y:scroll;padding-bottom:2rem}@media only screen and (max-width: 700px){.InterestsList{height:16rem;max-height:16rem}}.InterestsList::-webkit-scrollbar{-webkit-appearance:none;width:7px}.InterestsList::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--text-placeholder, #878787)}.InterestsChooserOverlay{position:absolute;top:0;left:0;width:calc(100% - .5rem);height:calc(100% - 2rem);z-index:8;cursor:pointer;background:linear-gradient(180deg,var(--gigabrain-color-7-transparent) 0%,var(--gigabrain-color-7-transparent) 90%,var(--bg-primary) 100%);display:flex;justify-content:center;align-items:center;pointer-events:none}.SuggestedInterests{display:flex;flex-direction:column;gap:1rem;text-align:left}.SelectedInterestsList,.SuggestedInterestsList{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin:auto}
