#magehq-intro-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    margin: 0;
    z-index: 9999;
    text-align: left;
    background-color: #323232;
    border-bottom: 4px solid #eb5202;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    color: #ffffff !important;
    padding-left: 30px;
    width: calc(100% - 8.800000000000001rem);
}

#magehq-intro-toolbar .action-buy {
    border-radius: 4px;
}

#magehq-intro-toolbar .action-buy, #magehq-intro-toolbar .frontend-demo {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 15px;
    line-height: 45px;
    display: block;
}

#magehq-intro-toolbar .magehq-intro-toolbar-block {
    float: left;
    margin-right: 10px;
    position: relative;
}

.magehq-tutorials-panel .action-buy, #magehq-intro-toolbar .toolbar-actions .frontend-demo, #magehq-intro-toolbar .toolbar-actions .action-buy {
    display: inline-block;
    padding: 0px 8px;
    line-height: 1.8;
    position: relative;
    font-size: 18px;
    background: #82b440;
}

#magehq-intro-toolbar .toolbar-actions .frontend-demo {
    border-radius: 4px 0 0 4px;
}

#magehq-intro-toolbar .toolbar-actions .action-buy:hover {
    background-color: #7aa93c;
}

#magehq-intro-toolbar .toolbar-actions .frontend-demo {
    background: transparent;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    box-shadow: none;
    margin-right: 0;
}

#magehq-intro-toolbar .toolbar-actions .frontend-demo:hover {
    background-color: #eb5202;
    border-color: #eb5202;
}

#magehq-intro-toolbar .toolbar-actions {
    float: right;
    line-height: inherit;
    padding: 12px 10px;
    margin-right: 20px;
}

#magehq-intro-toolbar .extension-name {
    position: absolute;
    width: calc(100% - 8.800000000000001rem);
    height: 100%;
    text-align: center;
    line-height: 62px;
    font-size: 22px;
    top: 0;
    z-index: 88;
    z-index: -1;
}

.magehq-tutorials-panel {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 310px;
    background: #f6f6f7;
    color: #333;
    will-change: transform;
    top: 0;
    overflow: scroll;
}

.magehq-tutorials-panel__header {
    padding: 15px 10px;
    background-color: #eb5202;
}

.magehq-tutorials-panel .magehq-tutorials-panel__header h3 {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.7rem;
    margin-top: 0px;
}

.magehq-tutorials-panel__header .magehq-tutorials-close {
    font-family: 'icons-blank-theme';
    font-size: 18px;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 13px;
    cursor: pointer;
}



.magehq-tutorials-panel__content {
    padding: 10px;
}

.magehq-demo-controls__button {
    padding: 0 15px;
    border: none;
    border-radius: 2px;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    box-shadow: none !important;
    color: #fff !important;
    line-height: 40px;
    padding-left: 52px;
    background-color: #eb5202;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='17' viewBox='0 0 22 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.447.106a1 1 0 0 0-.895 0l-10 5c-.2.1-.354.274-.445.464-.06.122-.107.33-.107.432 0 0 .11.423 1 .93.89.506 3 1.35 3 1.35v4.903a1 1 0 0 0 .553.895C6.273 14.94 8.04 16 11 16c2.96 0 4.73-1.06 6.447-1.92.34-.17.553-.516.553-.895V8.28l3.372-1.348a1.002 1.002 0 0 0 .075-1.824l-10-5.002zM16 12.546l-.975.496a8.904 8.904 0 0 1-8.05 0L6 12.547V9.003l4.628 1.884c.12.048.246.07.372.07a.966.966 0 0 0 .372-.072L16 9.002v3.545zM3 5.89L11 2l8 3.89L11 9 3 5.89z'/%3E%3Cpath d='M0 6h1.6v7H0z'/%3E%3Crect y='14' width='1.6' height='3' rx='10'/%3E%3C/g%3E%3C/svg%3E");
    font-size: 18px;
}

.magehq-demo-controls__button:hover, .magehq-demo-controls__button:visited {
    background-color: #ba4000;
}

.magehq-demo-controls {
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 20px;
}


.is-magehq-tutorial-open .magehq-tutorials-panel {
    display: block;
}



.magehq-tutorials-panel__content {
    padding: 10px;
    border: solid #d8d8d8;
    border-width: 0 1px;
    height: 100%;
}

.magehq-tutorials-panel__content ul {
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left;
}

.magehq-tutorials-panel__content li {
    list-style: none;
    padding: 10px;
    background: #f4f4f4;
}

.magehq-tutorials-panel__content li a {
        color: #ef672f;
}

.magehq-tutorials-panel .toolbar-actions {
    background-color: #323232;
    text-align: center;
    padding: 13px 0;
}

.magehq-tutorials-panel .action-buy {
}

.magehq-tutorials-panel .action-buy {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
}

.magehq-tutorials-panel .extension-name {
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background: #323232;
    color: #FFF;
}

.magehq-tutorials-list li a, .magehq-tutorials-list li a:visited {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 9px 15px 9px 23px;
    border: 1px solid #dde1e4;
    border-radius: 4px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M8.2 4L6.17 6.03c-.227.227-.227.57 0 .8a.52.52 0 0 0 .4.17.52.52 0 0 0 .4-.17l2.86-2.86a.558.558 0 0 0 .165-.47.558.558 0 0 0-.166-.47L6.97.17a.552.552 0 0 0-.8 0c-.227.23-.227.573 0 .8L8.2 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h7.7z' fill-rule='evenodd'/%3E%3C/svg%3E") 9px 15px no-repeat;
    color: #333;
    text-decoration: none;
}

.magehq-tutorials-list li a.active, .magehq-tutorials-list li a:hover {
    color: #eb5202;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg' fill='%23ef5b34'%3E%3Cpath d='M8.2 4L6.17 6.03c-.227.227-.227.57 0 .8a.52.52 0 0 0 .4.17.52.52 0 0 0 .4-.17l2.86-2.86a.558.558 0 0 0 .165-.47.558.558 0 0 0-.166-.47L6.97.17a.552.552 0 0 0-.8 0c-.227.23-.227.573 0 .8L8.2 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h7.7z' fill-rule='evenodd'/%3E%3C/svg%3E");
    color: #ef5b34;
}

.magehq-tutorials-list li {
    margin-bottom: 4px;
    background-color: #FFF;
}

.magehq-tutorials-group__title {
    margin-bottom: 10px;
}

.magehq-tutorials-group.buy-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

.magehq-tutorials-group.buy-button-wrapper .magehq-tutorials-group__title.buy-button-title {
    margin-bottom: 20px;
}

.magehq-tutorials-group.buy-button-wrapper a {
    text-decoration: none;
    background-color: #eb5202;
    color: #FFF;
    font-size: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}

.magehq-tutorials-group.buy-button-wrapper a:hover {
    background: #ba4000;
}

.demo-dropdown.actions-split .action-toggle {
    padding-right: 4rem;
    background: transparent;
    border-radius: 0 4px 4px 0;
}

.demo-dropdown.actions-split {
    display: inline-block;
    padding-right: 40px;
}

.demo-dropdown.actions-split .action-toggle:after {
    border-color: #FFF transparent transparent transparent;
    border-width: .9rem .6rem 0 .6rem;
    margin-top: -0.3rem;
    right: 1.4rem;
}

.demo-dropdown.actions-split .action-toggle:hover:after {
    border-color: #FFF transparent transparent transparent;
}

.demo-dropdown.actions-split:hover, .demo-dropdown.actions-split.active {
    box-shadow: none;
    background: #eb5202;
}

.demo-dropdown.actions-split:hover .frontend-demo, .demo-dropdown.actions-split:hover button {
    border-color: #eb5202 !important;
}

.demo-dropdown.actions-split:hover {
    border-radius: 4px;
}

.demo-dropdown.actions-split a {
    font-size: 14px;
    color: #41362f;
}

/* TOOLTIP */
.introjs-tooltip {
    min-width: 300px;
}

.introjs-helperNumberLayer {
    background: #eb5202;
}

.intro-main-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.introjs-tooltipbuttons .introjs-button.introjs-prevbutton, .introjs-tooltipbuttons .introjs-button.introjs-nextbutton {
    padding: 0 26px;
    background: #eb5202;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    line-height: 30px;
    text-shadow: none;
}

.introjs-tooltipbuttons .introjs-button.introjs-prevbutton:hover, .introjs-tooltipbuttons .introjs-button.introjs-nextbutton:hover {
    background: #ba4000;
}

.introjs-tooltipbuttons .introjs-skipbutton {
    padding: 0;
    border: 0;
    background: none;
    float: left;
    color: #777980;
    text-decoration: underline;
    font-size: 16px;
    padding: 5px 0 0 0;
}

.introjs-tooltipbuttons .introjs-skipbutton.introjs-donebutton {
    background: #ffde00;
    color: #000;
    text-decoration: none;
    line-height: 30px;
    padding: 0 9px;
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 0;
    font-weight: normal;
    text-shadow: none;
    border-radius: 4px;
}

.introjs-tooltipbuttons .introjs-skipbutton.introjs-donebutton:hover {
    background: #ffe74d;
    color: #000;
}

.introjs-tooltipbuttons .introjs-skipbutton:hover {
    color: #eb5202;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:active, .introjs-disabled:focus {
    opacity: .5;
}

.introjs-fixedTooltip {
    background: transparent;
}

.introjs-tooltipbuttons {
    position: relative;
}

.admin__data-grid-wrap.introjs-relativePosition {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.introjs-bullets a {
    cursor: pointer;
}

.intro-main-text {
    line-height: 20px
}

.intro-main-text a {
    color: #f1703d;
    text-decoration: underline;
}

.intro-main-text ul li::before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #f1703d;
    margin-right: 5px;
    font-size: 7px !important;
    list-style-position: inside;
    position: absolute;
    top: 5px;
    left: 0;
}

.intro-main-text ul {
    margin-top: 5px;
    line-height: initial;
}

.intro-main-text ul li {
    padding-left: 1em;
    margin: 0;
    position: relative;
    padding-bottom: 5px;
}

.magehq-tutorials-group h3, .admin__scope-old .magehq-tutorials-group h3 {
    color: #41362f;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.7rem;
}

.has-guide .page-header {
    margin-top: 60px;
}

.magehq-tutorials-panel__content .buy-now {
    padding-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
.magehq-tutorials-panel__content .buy-now .button {
    width: 130px;
    margin: 5px auto;
    border-radius: 20px;
    background-color: #ff7214;
    padding: 7px 5px;
    box-sizing: border-box;
}
.magehq-tutorials-panel__content .buy-now .button a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}