body select {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    min-height: 45px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6.5 6L12 1' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: left 13px center;
}

body.ltr select {
    background-position: right 13px center;
}

.MuiButton-root,
.MuiButtonBase-root.MuiButton-root {
    border-radius: 12px;
}

