#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.demo-header {
    background-image: none;
    background: var(--primary-color);
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    position: relative;
    color: #fff;
    z-index: 99999
}

#advanced {
    padding: 5px 0
}

#advanced a.quayve {
    font-size: 14px;
    float: right;
    color: #fff;
    font-weight: 700;
    margin-top: 3px
}

.logo-iframe img {
    height: 30px
}

.demo-header #close_frame {
    display: block;
    position: absolute;
    background: #0093ed;
    width: 40px;
    height: 20px;
    right: 15px;
    bottom: -20px;
    cursor: pointer;
    border-top: 0;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    z-index: 999999
}

#iframe {
    margin: 0;
    padding: 0;
    float: left
}

.theme-gallery-demo {
    text-align: center;
    background: #ccc
}

.theme-gallery-demo .owl-theme .owl-controls .owl-buttons div.owl-next, .theme-gallery-demo .owl-theme .owl-controls .owl-buttons div.owl-prev {
    top: 60px
}

#logo {
    height: 30px;
    max-width: unset !important;
    width: unset !important
}

.wrapper-body {
    height: 100vh
}

.bk-action-tab {
    display: flex;
    justify-content: center;
    align-items: center
}

.bk-action-tab a {
    margin-top: 3px;
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
    font-size: 13px;
    margin-right: 15px;
    text-decoration: none
}

.bk-action-tab a:hover {
    color: #fff
}

.bk-action-tab a.current {
    color: #fff
}

.bk-action-tab a svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: rgba(255, 255, 255, .8);
    margin-right: 7px;
    flex-shrink: 0
}

.bk-action-tab a.current svg {
    fill: #fff
}

.bk-action-tab a:hover svg {
    fill: #fff
}

#demo-body #demo_wrapper {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.605, .195, .175, 1);
    -moz-transition-timing-function: cubic-bezier(.605, .195, .175, 1);
    transition-timing-function: cubic-bezier(.605, .195, .175, 1);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

body, div#demo_wrapper {
    overflow: hidden !important
}

@media only screen and (max-width: 900px) {
    .bk-action-tab {
        display: none !important
    }

    .mobile {
        display: none !important
    }
}
