div.select{position:relative;display:flex;align-items:center;width:100%;border:1px solid #ccc;cursor:default;font:12px/12px arial,helvetica,sans-serif}div.select:before{content:"";position:absolute;right:10px;top:50%;margin-top:-2px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent}div.select div.select-label{overflow:hidden;white-space:nowrap;padding-left:2px;margin-right:26px;line-height:16px}div.select div.select-list{position:absolute;z-index:100;top:19px;left:-1px;min-width:100%;max-height:250px;overflow:visible;overflow-y:auto;overflow-x:hidden;padding:0;background:#fff;border:1px solid #ccc;cursor:default;box-shadow:3px 3px 4px #aaa}div.select div.select-list::-webkit-scrollbar{-webkit-appearance:none}div.select div.select-list::-webkit-scrollbar:vertical{width:7px}div.select div.select-list::-webkit-scrollbar-thumb{border-radius:87px;background-color:rgba(0,0,0,.5)}div.select table{width:100%;margin:1px}div.select table tr td{font:12px/18px arial,helvetica,sans-serif;padding:0 2px 1px}div.select table tr td.optgroup{padding-top:12px;font-weight:700}div.select table tr td.option{background:#fff;color:#000}div.select table tr:hover td.option{background:#316ac5;color:#fff}div.select table tr td.option.col0{width:350px}@media (max-width:750px){div.select table td.option.col1{display:none}}div.select table tr:hover td.option.disabled{background:#fff;color:#000}