.personal-profiles-dd{min-width:300px;max-width:300px}.personal-profiles{margin:-16px;max-height:400px;overflow:auto}.personal-profiles::-webkit-scrollbar{width:5px;height:5px;border-radius:0;background-color:#f5f5f5}.personal-profiles::-webkit-scrollbar-thumb{background-color:var(--color-grey-stroke);border-radius:10em}.personal-profiles::-webkit-scrollbar-thumb:hover{cursor:pointer;background-color:var(--color-grey-icon)}.personal-profiles__item{padding:16px;display:grid;grid-template-columns:auto 1fr;grid-column-gap:12px;column-gap:12px;grid-row-gap:4px;row-gap:4px;transition:all .3s ease}@media(hover:hover){.personal-profiles__item:hover{cursor:pointer;background-color:var(--color-pink)}}.personal-profiles__icon{grid-row:span 2;display:flex;align-items:center;justify-content:center;background-color:color-mix(in srgb,var(--color-grey-stroke) 50%,#fff 50%);border-radius:50%;width:42px;height:42px}.personal-profiles__icon .icon{width:24px;height:24px;color:var(--color-grey-icon)}.personal-profiles__title{font-weight:var(--fw-semibold)}.personal-profiles__code{color:var(--color-grey-text)}.personal-profiles__item:not(:last-child){border-bottom:1px solid var(--color-grey-stroke)}