.custom-select{position:relative;width:100%;text-align:left;outline:none;height:47px;margin-bottom:30px;font-size:16px}.custom-select label{z-index:1;color:#503aff;position:relative;left:16px;top:14px;background:white;font-size:16px}.custom-select .selected{position:relative;display:flex;height:49px;align-items:center;border-radius:6px;border:1px solid #7D7D7D;color:#000;padding-left:1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select .selected p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select .selected.open{border:1px solid #503AFF;border-radius:6px 6px 0 0}.custom-select .selected:after{opacity:0;position:absolute;content:"";width:100%;height:100%;border:5px solid transparent;border-color:#fff transparent transparent transparent}.custom-select .items{color:#000;border-radius:0 0 6px 6px;overflow:hidden;border-right:1px solid #503AFF;border-left:1px solid #503AFF;border-bottom:1px solid #503AFF;position:absolute;background-color:#fff;left:0;right:0;z-index:1}.custom-select .items div{color:#000;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select .items div.or{padding-left:1em;border-top:1px solid #dbdbdb;line-height:35px;padding-top:10px;padding-bottom:10px}.custom-select .items div:hover{background-color:#f3f3f3}.custom-select .items .search{display:flex;height:47px}.custom-select .items .search div{flex:.03;padding:0;display:flex;justify-content:center;align-items:center;background:white}.custom-select .items .search input{flex:.97;border:none}.selectHide{display:none}@media only screen and (max-width: 820px){.custom-select label{font-size:14px}.custom-select .items .search div{flex:.1;display:flex;justify-content:center;align-items:center}.custom-select .items .search div img{width:18px;height:18px}.custom-select .items .search input{flex:.9;padding-left:0}}@media only screen and (max-width: 430px){.custom-select{margin-bottom:0;font-size:14px}.custom-select .items .search div img{width:16px;height:16px}.custom-select .items .search input{font-size:14px}}
