.control-header{width:100%;height:70px;background:#d7dde4;position:absolute;top:0;left:0;display:grid;justify-items:end;align-items:center;grid-template-columns:1fr min-content}.control-header .header-button{display:grid;justify-self:start;margin-left:280px;background-color:#85ce36;border-radius:3px}.control-header .header-button a{display:grid;grid-template-columns:1fr min-content;font-family:Open Sans,sans-serif;font-weight:700;font-size:16px;color:#fff;align-items:center;padding:5px 10px;text-decoration:none}.control-header .header-button i{font-size:25px}.control-header .header-panel{display:grid;grid-template-columns:1fr 1fr 1fr max-content max-content;padding-right:35px;align-items:center}.control-header .header-panel .panel-notify{position:relative;width:25px;padding-right:10px}.control-header .header-panel .panel-notify i{font-size:22px;color:#4f5f6f;cursor:pointer}.control-header .header-panel .panel-notify .notify-amount{position:absolute;top:-5px;right:-6px;font-family:Open Sans,sans-serif;font-weight:700;font-size:14px;color:#85ce36;pointer-events:none}.control-header .header-panel .panel-notify .notify-amount::selection{background-color:transparent}.control-header .header-panel .panel-notify .notify-menu{position:absolute;right:-17px;top:48px;box-shadow:1px 1px 4px 0 rgba(0,0,0,.25);background:#fff;z-index:10;width:350px;max-height:500px;overflow-y:auto;border-radius:4px}.control-header .header-panel .panel-notify .notify-menu .notify-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #e0e0e0}.control-header .header-panel .panel-notify .notify-menu .notify-header h3{margin:0;font-size:16px;color:#4f5f6f}.control-header .header-panel .panel-notify .notify-menu .notify-header button{background:none;border:none;color:#85ce36;font-size:12px;cursor:pointer;padding:0}.control-header .header-panel .panel-notify .notify-menu .notify-header button:hover{text-decoration:underline}.control-header .header-panel .panel-notify .notify-menu .notify-header button:disabled{color:#bdbdbd;cursor:default}.control-header .header-panel .panel-notify .notify-menu .notify-header button:disabled:hover{text-decoration:none}.control-header .header-panel .panel-notify .notify-menu .notify-empty,.control-header .header-panel .panel-notify .notify-menu .notify-loading{padding:20px;text-align:center;color:#757575;font-size:14px}.control-header .header-panel .panel-notify .notify-menu .notify-footer{padding:10px 15px;border-top:1px solid #e0e0e0}.control-header .header-panel .panel-notify .notify-menu .notify-footer p{margin:0;font-size:12px;color:#757575;text-align:center}.control-header .header-panel .panel-separator{width:2px;height:30px;background:#4f5f6f;margin-left:15px;margin-right:16px}.control-header .header-panel .panel-user-name{font-family:Open Sans,sans-serif;font-weight:700;font-size:16px;color:#4f5f6f;margin-left:15px;cursor:pointer}.control-header .header-panel .panel-menu-arrow{position:relative}.control-header .header-panel .panel-menu-arrow .icon-up-dir{font-size:25px;cursor:pointer}.control-header .header-panel .panel-menu-arrow .icon-up-dir:before{transition:all .2s ease-in-out;transform:rotate(180deg)}.control-header .header-panel .panel-menu-arrow .open-menu:before{transform:rotate(0deg);transition:all .4s ease-in-out}.control-header .header-panel .panel-menu-arrow .panel-menu{z-index:10;position:absolute;left:-183px;top:48px;width:160px;box-shadow:1px 1px 4px 0 rgba(0,0,0,.25);background:#fff}.control-header .header-panel .panel-menu-arrow .panel-menu div{display:grid;grid-template-columns:max-content 1fr;padding:10px 15px;align-items:center;transition:all .2s ease-in-out;cursor:pointer}.control-header .header-panel .panel-menu-arrow .panel-menu div:hover{background:#dcdcdc;transition:all .3s ease-in-out}.control-header .header-panel .panel-menu-arrow .panel-menu div p{margin:0;font-family:Open Sans,sans-serif;font-weight:700;font-size:15px;color:#7e8e9f}.control-header .header-panel .panel-menu-arrow .panel-menu div i{margin-right:10px;color:#85ce36;font-size:20px}