
select {
    flex-basis: 185px;
    display: flex;
    flex-shrink: 0;
    font-size: 13px;
    padding: 10px 15px;
    border: none;
    background: #F1EDF5;
    border-radius: 10px;
    appearance: none;
    position: relative;
      z-index: 1;
      outline: 0;
    
    
}


.setinha {
    
    display: flex;
    width: 30px;
    height: 30px;
    background: red;
    position: absolute;
    right: 2px;
    top: 8px;
    z-index: 5;
    background: url(/wp-content/uploads/2025/08/keyboard_arrow_down_24dp_620BDC.svg);
    

}


    
    
