#command-palette-wrapper{position:fixed;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;z-index:9999999;top:0;left:0;width:100%;height:100%}#command-palette-dialog{width:650px;background:#f1f3f5;position:absolute;top:20vh;left:calc(50% - 325px);-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);border-radius:3px;overflow:hidden}#command-palette-dialog header,#command-palette-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#command-palette-dialog header{height:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;border-radius:3px 3px 0 0;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);padding:0 10px 0 15px}#command-palette-dialog header .title{font-size:15px;color:#495157;text-transform:uppercase;font-weight:700}#command-palette-dialog header .divider{height:15px;width:1px;background:#ccc;margin-left:auto;margin-right:10px}#command-palette-dialog header .close{position:relative;cursor:pointer;text-align:center;padding:2px;color:#aaa}#command-palette-dialog header .close .dashicons{width:30px;height:30px;font-size:26px}#command-palette-search{padding:13px 15px;-webkit-box-shadow:0 -3px 15px 6px rgba(0,0,0,.03);box-shadow:0 -3px 15px 6px rgba(0,0,0,.03)}#command-palette-search span{margin-right:10px}#command-palette-search input{font-size:15px;color:#495157;border:0;background:0 0;width:100%;-webkit-box-shadow:none;box-shadow:none;padding:0;margin:0}#command-palette-items{position:relative;max-height:300px;overflow-y:scroll}#command-palette-items a{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;padding:6px 15px;color:#495157;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#command-palette-items a::after,#command-palette-items a::before{border:1px solid #999;padding:1px 2px;font-size:8px;text-transform:uppercase;line-height:1;border-radius:2px;margin-top:3px}#command-palette-items a[data-category]::before{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;content:attr(data-category);color:#fff;background:#999;margin-right:10px}#command-palette-items a::after{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;content:attr(data-type);color:#999;margin-left:auto}#command-palette-items a .text{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#command-palette-items a .text span{display:block}#command-palette-items a .text .description{font-size:80%;opacity:.8}#command-palette-items a.selected{background:#71d7f7;color:#fff}#command-palette-items a.selected::after{color:#fff;border-color:#fff}#command-palette-items .pending-count{display:none}