.userType{position:relative;height:40px;width:100%;font-weight:700;font-size:14px;line-height:24px;display:flex;flex-direction:row;background:var(--bg-default-100);transition:color .3s ease;border-radius:100px}.userTypeItem{width:fit-content;padding:4px;height:100%;width:50%;color:#000000;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:2;color:#99a0ae;line-height:30px}.selectedItemBackground{position:absolute;top:5px;height:75%;color:black;transition:all .3s ease;background-color:var(--bg-default-0);width:50%;box-shadow:0 6px 10px 0 rgba(27,28,29,.06),0 2px 4px 0 rgba(27,28,29,.02);border-radius:100px}.selected{color:var(--text-default-950);border-radius:10px}@media (max-width:640px){.userType{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.userType::-webkit-scrollbar{display:none}.userTypeItem{width:auto!important;min-width:fit-content;flex:1 0 auto;padding:4px 12px;white-space:nowrap}}