.custom-select{position:relative;outline:none}.custom-select__label{position:relative;display:block;width:100%;height:100%;white-space:nowrap;text-overflow:ellipsis;text-align:left;color:#495057;overflow:hidden;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}.custom-select:focus .custom-select__label{border-color:var(--primary-color)}.custom-select__icon{position:absolute;right:0;top:0;bottom:0;margin:auto;fill:var(--gray-color)}.custom-select:focus .custom-select__icon{fill:var(--primary-color)}.custom-select__list{position:absolute;z-index:var(--me-custom-select-list-zindex,100);left:0;right:auto;width:220px;max-height:var(--me-custom-select-list-height,400px);top:calc(100% + 5px);bottom:auto;margin:0;padding:3px 0;list-style:none;overflow:auto;overflow:overlay;background-color:#fff;border:1px solid rgb(var(--color-gray-rgb)/.25);border-radius:var(--me-custom-select-list-radius,8px);box-shadow:0 0 8px #00000014}@media(min-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{display:flex;align-items:center;padding:5px 16px;line-height:20px;cursor:pointer}.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}
