.custom-select{outline:none;position:relative}.custom-select__label{white-space:nowrap;text-overflow:ellipsis;text-align:left;color:#495057;width:100%;height:100%;cursor:var(--me-custom-select-label-cursor,default);border-radius:var(--me-custom-select-label-radius,8px);border:var(--me-custom-select-label-border,1px solid #ddd);background-color:var(--me-custom-select-bg,#fff);padding:.375rem 1.75rem .375rem .75rem;display:block;position:relative;overflow:hidden}.custom-select:focus .custom-select__label{border-color:var(--primary-color)}.custom-select__icon{fill:var(--gray-color);margin:auto;position:absolute;top:0;bottom:0;right:0}.custom-select:focus .custom-select__icon{fill:var(--primary-color)}.custom-select__list{z-index:var(--me-custom-select-list-zindex,100);width:220px;max-height:var(--me-custom-select-list-height,400px);overflow:auto;overflow:overlay;border:1px solid rgb(var(--color-gray-rgb)/.25);border-radius:var(--me-custom-select-list-radius,8px);background-color:#fff;margin:0;padding:3px 0;list-style:none;position:absolute;inset:calc(100% + 5px) auto auto 0;box-shadow:0 0 8px #00000014}@media (width>=480px){.custom-select__list{width:280px}}.custom-select__list.above{top:auto;bottom:calc(100% + 5px)}.custom-select__list.right{left:auto;right:0}.custom-select__item{cursor:pointer;align-items:center;padding:5px 16px;line-height:20px;display:flex}.custom-select__item:not(:last-child){border-bottom:1px solid rgb(var(--color-gray-rgb)/.1)}.custom-select__item.is-active,.custom-select__item:hover{background-color:rgb(var(--color-gray-rgb)/.1)}.custom-select__item.is-disabled{opacity:.5;pointer-events:none}.custom-select__item img{flex-shrink:0;margin-right:10px}
