.dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;color:#fff}.dashboard,.dashboard-header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 30px}.dashboard-header .brand-logo{display:block;width:300px;height:45px;background-image:url(../../static/img/logo.c008b7f5.png)}.dashboard-header .header-operations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header .header-search{width:300px;margin-right:25px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.1) 2px -2px rgba(0,0,0,.1) inset;box-shadow:inset 0 2px 3px 2px -2px rgba(0,0,0,.1) rgba(0,0,0,.1)}.dashboard-header .header-search ::-webkit-input-placeholder{color:#91c7dd!important}.dashboard-header .header-search :-moz-placeholder,.dashboard-header .header-search ::-moz-placeholder{color:#91c7dd!important;opacity:1}.dashboard-header .header-search :-ms-input-placeholder{color:#91c7dd!important}.dashboard-header .header-search .el-input__prefix{left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#91c7dd}.dashboard-header .header-search .el-input__inner{height:28px;line-height:28px;background-color:rgba(14,37,46,.3);border-color:transparent;border-radius:8px;color:#91c7dd}.dashboard-header .header-user{margin-left:25px;outline:none!important;cursor:pointer}.dashboard-header .header-user-avatar{display:block;width:45px;height:45px;border-radius:50%;overflow:hidden}.dashboard-header .user-setting{display:block;margin-left:20px;font-size:24px;outline:none!important;color:#1a91ff;cursor:pointer}.user-drop-menu{padding:0;border:none}.user-drop-menu .el-dropdown-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px 0 18px;line-height:35px;background-color:#052f57!important;white-space:nowrap;color:#1a91ff}.user-drop-menu .el-dropdown-menu__item:not(:last-of-type){border-bottom:1px solid #1e4468}.user-drop-menu .el-dropdown-menu__item .drop-item-icon{margin-right:12px;font-size:16px}.user-drop-menu .el-dropdown-menu__item .drop-item-text{font-size:14px}.user-drop-menu .popper__arrow{display:none}.dashboard-dock{position:absolute;bottom:0;left:50%;z-index:88;min-width:350px;height:56px;padding:0 10px;background-color:hsla(0,0%,60%,.7);border-radius:8px 8px 0 0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-box-shadow:3px -3px 10px rgba(0,0,0,.1),2px 2px 5px rgba(0,0,0,.1) inset;box-shadow:3px -3px 10px rgba(0,0,0,.1),inset 2px 2px 5px rgba(0,0,0,.1)}.dashboard-dock,.dashboard-dock-apps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-dock-apps{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard-dock-apps .dock-item{position:relative;margin:0 5px;cursor:pointer}.dashboard-dock-apps .dock-item-link{display:block;width:46px;height:46px;cursor:pointer}.dashboard-background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#000}.dashboard-background-image{height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.dashboard-background-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.dashboard-background.is-active{-webkit-animation:animeBlur .3s cubic-bezier(.6,-.28,.735,.045);animation:animeBlur .3s cubic-bezier(.6,-.28,.735,.045)}@-webkit-keyframes animeBlur{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(10px);filter:blur(10px)}to{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}}@keyframes animeBlur{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(10px);filter:blur(10px)}to{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}}