.magepsycho-demo-wrapper.header {
    text-align: left;
    background-color: #f4f4f4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 60px;
    z-index: 888;
}

.adminhtml-auth-login .magepsycho-demo-wrapper.header {
    display: none !important;
}

body[class*="admin"] .magepsycho-demo-wrapper.header {
    box-shadow: 0 2px 4px #d4dbe1;
    left: 8.8rem;
    width: calc(100% - 8.8rem) !important;
    z-index: 675;
}

.magepsycho-demo-wrapper.header~.page-wrapper .page-main-actions .page-actions._fixed {
    top: 60px;
}

.magepsycho-demo-wrapper.header+div.page-wrapper,
.magepsycho-demo-wrapper.header~div.page-wrapper {
    padding-top: 60px !important;
}

.magepsycho-demo-wrapper.header .link,
.magepsycho-demo-wrapper.header .link:hover,
.magepsycho-demo-wrapper.header .link:active,
.magepsycho-demo-wrapper.header .link:visited {
    font-family: Verdana,sans-serif;
    font-size: 16px;
    text-decoration: none !important;
    color: #000 !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.magepsycho-demo-wrapper.header .link .magepsycho-logo-image {
    display: inline-flex;
    margin: auto;
    width: 200px;
}

.magepsycho-demo-wrapper.header .link .name {
    color: #FF6621;
    font-weight: bold;
}
.magepsycho-demo-wrapper.header .link .name:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    content: '\e644';
    font-size: 0.8rem;
    vertical-align: super;
}

.magepsycho-demo-wrapper.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 15px 0 15px 5px;
    box-sizing: border-box;
    position: relative;
    height: 60px;
}

.magepsycho-demo-wrapper.header .wrapper .banner {
    margin: 3px auto;
    display: flex;
}

.magepsycho-demo-wrapper.header .wrapper .banner img {
    max-height: 50px;
    border-radius: 5px;
}

.magepsycho-demo-wrapper.header .wrapper .admin-warning {
    margin: auto;
}

.magepsycho-demo-wrapper.header .wrapper .admin-warning span {
    color: white;
    background: red;
    padding: 5px;
}

.magepsycho-demo-wrapper.header .wrapper .magepsycho-logo {
    margin: 20px;
}

.magepsycho-demo-wrapper.header .wrapper .demo-label {
    margin: auto;
    line-height: 16px;
}

.magepsycho-demo-wrapper.header .wrapper .menu-group {
    margin-left: 20px;
}

.magepsycho-demo-wrapper.header .wrapper .button-group {
    display: inline-flex;
    margin: auto 50px;
}

.magepsycho-demo-wrapper.header .wrapper .button-group .single {
    display: block;
    border: none;
    padding: 10px 12px;
    line-height: 1;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
    color: #FFF !important;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    background: #cf750b;
}

.magepsycho-demo-wrapper.header .wrapper .button-group .single:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    content: '\e644';
    font-size: 0.8rem;
    vertical-align: super;
}

.magepsycho-demo-wrapper.header .wrapper .button-group .single:last-of-type {
    margin-right: 0;
}

.magepsycho-demo-wrapper.header .wrapper .button-group .single:active,
.magepsycho-demo-wrapper.header .wrapper .button-group .single:hover {
    background: #F58C12;
    border-bottom-color: #955509;
    text-decoration: none;
}
