.custom-select{position:relative;width:100%}.custom-select__trigger{display:flex;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer}.custom-select__placeholder,.custom-select__value{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__placeholder{color:var(--color-design-grey,#9eafb7)}.custom-select__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;display:flex;flex-direction:column;padding:4px 0;background:var(--color-design-white,#fff);border:1px solid var(--color-design-darkest-grey,#4a4a4a);border-radius:var(--corner-radius-10,2px);box-shadow:0 6px 18px rgba(0,0,0,.14)}.custom-select__option{width:100%;padding:10px 16px;border:0;background:transparent;color:var(--color-design-darkest-grey,#4a4a4a);text-align:left;cursor:pointer}.custom-select__option.is-selected,.custom-select__option:focus-visible,.custom-select__option:hover{background:var(--color-design-light-grey-20,#f4f6fa)}.custom-select__option:disabled{color:var(--color-design-grey,#9eafb7);cursor:not-allowed}