.cQSYNr {
    border: 1px solid rgb(155, 152, 151);
    border-radius: 27px;
    min-width: 200px;
    width: 200px;
    padding: 0px 10px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(20, 20, 20, 0.08) 0px 8px 16px 0px;
    transition: width 0.7s;
    min-height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: white;
    display: none;
}