.Select{z-index:5;display:flex;cursor:pointer;max-width:200px;max-height:46px;min-width:-moz-fit-content;min-width:fit-content;min-height:46px;position:relative;align-items:center}.Select--label{margin-bottom:6px}.Select--option{display:grid;align-items:center;border-radius:10px;grid-template-columns:1fr auto;width:100%;height:100%;padding:10px}.Select--option:focus{background:var(--secondary-button-state-3)}.Select--option:hover{background:var(--bg-green-extra-light)}.Select--option-selected{padding:10px 16px}.Select--option-selected:hover{background:transparent}.Select--option-selected--icon-reverted svg{transform:rotate(180deg)}