:root{--select-border:#c9f3ef;--select-focus:blue;--select-arrow:var(--select-border)}select{appearance:none;background-color:transparent;border:none;padding:1em;margin:0;width:inherit;height:inherit;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;z-index:1;outline:0;box-sizing:border-box}select:focus{outline:0}select::-ms-expand{display:none}.select{display:grid;grid-template-areas:"select";align-items:center;position:relative;border:1px solid var(--select-border);padding:0;cursor:pointer;line-height:1.1;background-color:#fff;box-sizing:border-box;width:100%;height:45px;font-size:13px}.select select,.select::after{box-sizing:border-box;grid-area:select}.select:not(.select--multiple)::after{content:"";justify-self:end;width:.8em;height:.5em;background-color:var(--select-arrow);clip-path:polygon(100% 0,0 0,50% 100%);box-sizing:border-box;margin-right:1em}select:focus+.focus{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:2px solid var(--select-focus);border-radius:inherit}select[multiple]{padding-right:0;height:6rem}select[multiple] option{white-space:normal;outline-color:var(--select-focus)}.select--disabled{cursor:not-allowed;background-color:#eee;background-image:linear-gradient(to top,#ddd,#eee 33%)}
