@font-face{font-family:"IranSansX";src:url("https://ahura.mihanwp.com/wp-content/themes/ahura/fonts/IRANSansXV.woff2") format("woff2");font-weight:100 900;font-display:swap}
.ahura-demo-toolbar,.ahura-demo-toolbar *{font-family:"IranSansX",Tahoma,sans-serif !important}
.ahura-demo-toolbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999999999999999999999999;
    width: 100%;
    color: #fff;
    background-color: #1c2225;
    border-bottom: 1px solid #3c3c3c;
    box-shadow: 0 10px 25px #00000014;
}

.ah-demo-toolbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    height: 72px;
}

.ah-toolbar-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.demo-devices {
    display: flex;
    align-items: center;
    gap: 5px;
}

.demo-devices .device-icon svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
}

.demo-devices .device-icon {
    height: 30px;
    cursor: pointer;
}

.demo-devices .device-icon.res-active svg {
    stroke: #FFC107;
}

.ah-toolbar-buttons .ah-buy-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #4CAF50;
    color: #fff;
    padding: 11px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 9px #4caf5054;
}

.ah-toolbar-buttons .ah-buy-product-btn svg {
    stroke: #fff;
    width: 25px;
    height: 25px;
}

.ah-toolbar-open-demos {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 20px;
    background-color: #111518;
    padding: 2px 15px;
    height: 100%;
    border-radius: 7px;
    cursor: pointer;
}

.ah-toolbar-open-demos svg {
    width: 30px;
    stroke: #fff;
}

.ah-toolbar-open-demos.is-opened svg {
    transform: rotateX(190deg);
}

.ah-toolbar-other-demos {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 15px;
    background-color: #333;
    box-shadow: 0 0 20px #0000008c;
    max-height: 365px;
    overflow: auto;
}

.ah-toolbar-other-demos .ah-toolbar-site-item {
    display: inline-block;
    width: 100%;
    background-color: #222;
    color: #fff;
    padding: 13px;
    font-size: 15px;
    border-radius: 5px;
    transition: ease .15s;
}

.ah-toolbar-other-demos .ah-toolbar-site-item:hover,
.ah-toolbar-other-demos .ah-toolbar-site-item.is-current {
    background-color: #fff;
    color: #333;
}

.ah-other-demos {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 10px;
}

html {
    transition: ease .3s;
    margin-right: auto;
    margin-left: auto;
    display: none;
}

html.no-iframe {
    margin: 0 !important;
    padding: 72px 0 0 0 !important;
}

iframe#site-preview {
    margin: 0 auto 0 auto;
}

.ah-iframe-loader {
    /* light */
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #F2F4FD;
    z-index: 99999999999999999999999999;
}

.iframe-loader-content {
    font-size: 20px;
    color: #1D68E8;
}

html.no-iframe,
html.no-iframe > body {
    background: #F2F4FD !important;
}

@media screen and (max-width: 1360px) {
    .demo-devices {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .ah-other-demos {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media screen and (max-width: 767px) {
    .ah-toolbar-open-demos > span,
    .ah-toolbar-buttons .ah-buy-product-btn > span{
        display: none;
    }

    .ah-other-demos {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

/* ================= MWP device mockups ================= */
.mwp-device-stage{display:flex;justify-content:center;align-items:flex-start;width:100%;}
body:not(.mwp-dev-mobile):not(.mwp-dev-tablet) .mwp-device-stage{display:block;}
.mwp-device-frame{position:relative;background:transparent;padding:0;max-width:100%;transition:padding .35s ease,background .35s ease,border-radius .35s ease,box-shadow .35s ease;}

/* MOBILE phone */
body.mwp-dev-mobile .mwp-device-stage{padding:24px 0 40px;}
body.mwp-dev-mobile .mwp-device-frame{background:#0d0e12;border-radius:52px;padding:16px 14px;box-shadow:0 50px 90px -34px rgba(0,0,0,.65),inset 0 0 0 2px #23262f;}
body.mwp-dev-mobile .mwp-device-frame::before{content:"";position:absolute;top:16px;left:50%;transform:translateX(-50%);width:140px;height:24px;background:#0d0e12;border-radius:0 0 18px 18px;z-index:3;}
body.mwp-dev-mobile #site-preview{border-radius:38px;}

/* TABLET */
body.mwp-dev-tablet .mwp-device-stage{padding:24px 0 40px;}
body.mwp-dev-tablet .mwp-device-frame{background:#111318;border-radius:32px;padding:24px 22px;box-shadow:0 50px 90px -34px rgba(0,0,0,.6),inset 0 0 0 2px #23262f;}
body.mwp-dev-tablet .mwp-device-frame::before{content:"";position:absolute;top:12px;left:50%;transform:translateX(-50%);width:8px;height:8px;border-radius:50%;background:#2f333d;z-index:3;}
body.mwp-dev-tablet #site-preview{border-radius:14px;}


.mwp-device-screen{overflow:hidden;display:block;line-height:0;max-width:100%;background:#fff;}
#site-preview{transition:none;}
body.mwp-dev-mobile #site-preview{max-width:none !important;}
body.mwp-dev-tablet #site-preview{max-width:none !important;}

.mwp-device-viewport{position:relative;max-width:100%;display:block;}
body.mwp-dev-mobile .mwp-device-screen{border-radius:38px;}
body.mwp-dev-tablet .mwp-device-screen{border-radius:14px;}
