.expert-modal-scroll {
    max-height: 350px;
    overflow: auto;
    scrollbar-width: thin;
}

.expert-modal-scroll::-webkit-scrollbar {
    width: 6px;
}

.expert-modal-scroll::-webkit-scrollbar-thumb {
    background: rgb(148 163 184);
    border-radius: 6px;
}

.hide-scrollbar {
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.breadcrumb-separator {
    display: inline-block;
    flex-shrink: 0;
    color: rgb(148 163 184);
    font-size: 1.125rem;
    line-height: 1;
    user-select: none;
}
