
.translator-label {
    cursor: pointer;
    color: white;
    opacity: 0.5;
    padding: .5rem 1rem;
    margin-bottom: 0px;
}

    .translator-label.selected {
        color: white;
        opacity: 1 !important;
    }

.translator-separator {
    cursor: pointer;
    color: white;
    opacity: 0.5;
    margin-bottom: 0px;
}