

.macro_sector .select2-selection.select2-selection--single {
    padding: 0rem;
    height: auto;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #666666;
    border-radius: 1rem;
    min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.macro-sector-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 5px;
}
.macro-sector-name {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
    font-size: 0.9rem;
    font-family: var( --e-global-typography-text-font-family ), 'poppins', sans-serif;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 50vh !important;
}
#macro-sector-select + .select2-container .select2-selection.select2-selection--single {
    padding: 0rem;
    height: auto;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #666666;
    border-radius: 1rem;
    min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}