.select{display:flex;flex-direction:column;gap:5px;width:100%}.select[data-disabled=true]{opacity:50%;cursor:not-allowed}.select--error button{border-color:var(--error)}.select[data-open=true]{border-radius:7px 7px 0 0}.select--full-width button{width:100%;justify-content:space-between}.select--dark .select-button{background-color:#09090f;border-color:#323234}.select--dark .select-button__select-value{color:var(--white)}.select--dark .select-button__chevron polyline,.select--dark .select-button__chevron path{stroke:var(--white)}.select-button{background-color:var(--white);border:1px solid #c7dddb;border-radius:7px;height:50px;padding-inline:15px 5px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:900px){.select-button{height:40px}}.select-button[data-pressed=true]{border-end-end-radius:0;border-end-start-radius:0}.select-button__select-value{color:#0d2c34;transition:opacity .25s ease-out;font-size:17px;letter-spacing:.59px;display:flex;align-items:center;gap:10px}@media screen and (max-width:900px){.select-button__select-value{font-size:15px;letter-spacing:.53px;display:flex}}.select-button__select-value[data-placeholder=true]{opacity:.2}.select-button__chevron-wrapper{margin-inline:5px}.select-button__chevron{width:10px;height:10px}.select-popover{background-color:var(--white);max-height:150px;border:1px solid #c7dddb;border-radius:0 0 7px 7px;z-index:99999999999!important;width:var(--trigger-width)}@media screen and (max-width:900px)and (prefers-color-scheme:dark){.select-popover{background-color:#4d99ae}}.select-popover--dark{background-color:#09090f;border-color:#323234}.select-popover--dark .select-list-box-item{color:#fff}.select-popover--dark .select-list-box-item[data-hovered=true]{background-color:#1c1c26}.select-popover--dark .select-list-box-item[data-selected=true]{color:#fff;background-color:#1e3a4a;font-weight:600}html:has(.dialog--open){overflow:unset!important}.select-list-box-items{max-height:150px;overflow:auto;display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:5px;align-items:flex-start}html[dir=ltr] .select-list-box-items{direction:ltr}html[dir=rtl] .select-list-box-items{direction:rtl}.select-list-box-item{font-size:14px;letter-spacing:.28px;color:#334d55;transition:background-color .25s ease-out;padding:5px 10px;border-radius:7px;display:flex;align-items:center;gap:10px;width:100%}@media(max-width:900px)and (prefers-color-scheme:dark){.select-list-box-item{color:var(--white)}}.select-list-box-item[data-hovered=true]{background-color:#f0f8fc}@media(max-width:900px)and (prefers-color-scheme:dark){.select-list-box-item[data-hovered=true]{background-color:#334d55}}.select-label{font-size:15px;letter-spacing:.15px;font-weight:500;color:#334d55}@media screen and (max-width:900px){.select-label{font-size:12px;letter-spacing:unset}}
