.dropdown-menu .scrollable {
    max-height: 200px;
    overflow-y: auto;
}

.screen-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.1);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-specialty-name {
    width: 460px;
}

.header-specialty-count {
    width: 140px;
}

opacity-0 {
    opacity: 0;
}

