*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:monospace;font-size:18px}.select-wrapper{width:250px;user-select:none}.select-selection-wrapper h6{font-size:12px;line-height:13px;letter-spacing:.3px;color:rgba(1,58,81,0.9);font-weight:normal;margin-bottom:0;text-transform:uppercase}.select-selection-wrapper{display:flex;height:48px;align-items:center;justify-content:space-between;cursor:pointer;background:transparent;z-index:2}.select-selected{font-size:15px;line-height:normal;letter-spacing:0;font-weight:normal}.select-arrow{transition:transform ease .2s}.select-list{padding:0;margin:0;width:250px;position:relative;left:105px;transition:opacity linear .2s,top ease .2s;opacity:0}.select-list.down{opacity:1;top:0;position:relative;left:105px}.select-list-item{display:flex;align-items:center;padding:5px 15px;min-height:18px;cursor:pointer}.select-arrow i{color:#7d7d7d;font-size:17px;position:relative;top:2px;font-weight:600;left:-30px}.select-list li{padding:0;margin:0;margin-bottom:0 !important;color:#16394f}