.searchBar {
    width: 100%;
    height: 5.5vh;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: row;
    /* background-color: blue; */
}

.searchBar>input {
    width: 100%;
    height: 100%;
}

.signal-dropdown {
    max-height: 60vh;
    overflow-y: auto;
}

.signal-item {
    width: 25vw !important;
}

.panel-signal::before {
    content: "• ";
    color: white;
}

.controls {
    align-content: end;
}

.collapse-btn {
    background-color: transparent;
}

.collapse-btn::before {
    font-family: 'FontAwesome';
    content: '\f066';
    font-weight: 400;
}