.StreamsDiscovery {
    display: flex;
    justify-content: end;
    margin-top: 10px;

    &-content {
        margin-left: auto;
        text-transform: uppercase;
    }

    &-help {
        z-index: 9999;
    }

    &-line {
        margin-right: 15px;
    }

    &-percentage {
        background-color: #e8e8e8;
        border: 2px solid #e8e8e8;
        border-radius: 10px;
        font-size: xx-small;
        font-weight: 500;
        margin-left: 10px;
        text-align: center;
        width: 30px;
    }
}
