.custom-select select,.select-hide{display:none}.custom-select{position:relative;font-family:Arial}.select-selected{font-size:14px;padding:18px 16px;background:#fff}.select-selected:after{position:absolute;top:14px;right:10px;width:0;height:0;border:6px solid transparent;border-color:rgba(0,0,0,.3) transparent transparent}.select-selected.select-arrow-active:after{border-color:transparent transparent rgba(0,0,0,.3);top:7px}.select-items div,.select-selected{color:#000;border:1px solid rgba(0,0,0,.1);cursor:pointer;user-select:none}.select-items div{padding:10px 16px;font-size:14px}.select-items{position:absolute;border:1px solid rgba(0,0,0,.1);top:100%;left:0;right:0;z-index:99;max-height:200px;overflow:hidden;overflow-y:scroll;background:#fff}.select-items::-webkit-scrollbar{width:10px}.select-items::-webkit-scrollbar-track{background:0 0;border:none}.select-items::-webkit-scrollbar-thumb{background:#e7e7e7;border-radius:10px}.select-items::-webkit-scrollbar-thumb:hover{background:gray}.select-items input{width:100%;padding:10px 16px;position:sticky;top:0}.same-as-selected,.select-items div:hover{background-color:rgba(0,0,0,.1)}