.selectPopup {
    width: 100%;
    border: 1px solid #ffffff29;
    padding: 9px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ffffff12;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 15px 0px;
}

.selectPopupPlaceholder {
    position: absolute;
    top: -6px;
    font-size: 9px;
    height: 14px;
    background: white;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgb(55 55 55) 43%, rgb(55 55 55) 50%, rgb(55 55 55) 57%, rgba(255, 255, 255, 0) 57%);
    color: #999;
}
