:root {
    --link-color: #e6ebff;
}

body {
    margin: 0;
    /*padding-top: 44px;*/
    /*padding-bottom: 73px;*/
}

#headerDemoBar.header-demo-bar,
#headerDemoBar.header-demo-bar * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    text-align: left;
}

#headerDemoBar.header-demo-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
    padding: 10px 15px;
    background:#ff6a00;
    box-shadow: 0 1px 10px rgba(13, 19, 38, 0.5);
}

    #headerDemoBar.header-demo-bar:after {
        content: "";
        display: table;
        clear: both;
    }

    #headerDemoBar.header-demo-bar .header-pagination {
        line-height: 24px;
    }

    #headerDemoBar.header-demo-bar .header-template-options {
        float: right;
        text-align: right
    }



    #headerDemoBar.header-demo-bar .header-text,
    #headerDemoBar.header-demo-bar .header-icon {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        margin-left: 18px;
    }

        #headerDemoBar.header-demo-bar .header-icon svg {
            display: block;
            width: 100%;
            font-family: inherit;
        }

    #headerDemoBar.header-demo-bar a {
        display: inline-block;
        border-radius: 3px;
        /*color: var(--link-color);*/
        text-decoration: none;
        line-height: 24px;
        /*opacity: .6;*/
    }

        #headerDemoBar.header-demo-bar a:hover {
            opacity: 1;
            transition: opacity .3s linear;
        }

    #headerDemoBar.header-demo-bar .header-icon svg {
        fill: var(--link-color);
    }

    #headerDemoBar.header-demo-bar .header-template-options .header-buy {
        opacity: 1;
    }

    #headerDemoBar.header-demo-bar .header-template-options .header-buy,
    #headerDemoBar.header-demo-bar .header-template-options .header-download {
        margin-left: 27px;
    }

        #headerDemoBar.header-demo-bar .header-template-options .header-buy .header-icon svg {
            fill: royalblue;
        }

    #headerDemoBar.header-demo-bar a .header-icon {
        vertical-align: bottom;
    }

    #headerDemoBar.header-demo-bar .header-template-options a .header-text {
        padding-left: 4px;
    }

#headerDemoBarIframe {
    display: block;
    width: 100vw;
    height: calc( 100vh - 54px);
}

@media (max-width: 768px) {
    body {
        padding-top: 30px !important;
    }

    #headerDemoBar.header-demo-bar {
        position: fixed;
        top: 0;
        display: block;
        grid-template-columns: 24px auto auto;
    }

        #headerDemoBar.header-demo-bar .header-logo {
            margin: 0 0 0 10px;
        }

        #headerDemoBar.header-demo-bar a {
            color: #e6ebff;
            opacity: 1;
            display: none;
        }

        #headerDemoBar.header-demo-bar .header-text,
        #headerDemoBar.header-demo-bar .header-icon {
            display: none;
        }

        #headerDemoBar.header-demo-bar .header-template-options {
            display: block;
            grid-template-columns: 1fr 1fr;
            float: none;
            text-align: center;
        }

            #headerDemoBar.header-demo-bar .header-template-options a .header-icon svg {
                fill: #e6ebff;
            }

        #headerDemoBar.header-demo-bar a .header-text {
            display: block;
        }

        #headerDemoBar.header-demo-bar .header-template-options a {
            display: inline-block;
        }

        #headerDemoBar.header-demo-bar .header-template-options .header-download {
            margin-left: 10px;
        }
}

@media only screen and (max-width: 64em) {
    #headerDemoBar.header-demo-bar .header-template-options .header-edit {
        display: none;
    }
}
