@font-face {
    font-family: 'roboto-thin';
    src: url('https://themes.googleusercontent.com/static/fonts/roboto/v9/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GoBold';
    src: url('//resources.emaze.com/vbcommon/fonts/Gobold.eot?#iefix') format('embedded-opentype'), url('//resources.emaze.com/vbcommon/fonts/Gobold.woff') format('woff'), url('//resources.emaze.com/vbcommon/fonts/Gobold.ttf') format('truetype');
}

@font-face {
    font-family: 'GoBoldLight';
    src: url('//resources.emaze.com/vbcommon/fonts/Gobold_Light.eot?#iefix') format('embedded-opentype'), url('//resources.emaze.com/vbcommon/fonts/Gobold_Light.woff') format('woff'), url('//resources.emaze.com/vbcommon/fonts/Gobold_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'GoBoldThin';
    src: url('//resources.emaze.com/vbcommon/fonts/gobold-thin.eot?#iefix') format('embedded-opentype'), url('//resources.emaze.com/vbcommon/fonts/gobold-thin.woff') format('woff'), url('//resources.emaze.com/vbcommon/fonts/gobold-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'kefa';
    src: url('//resources.emaze.com/vbcommon/fonts/KefaIIPro-Light.eot?#iefix') format('embedded-opentype'), url('//resources.emaze.com/vbcommon/fonts/KefaIIPro-Light.woff') format('woff'), url('//resources.emaze.com/vbcommon/fonts/KefaIIPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'KefaItalic';
    src: url('//resources.emaze.com/vbcommon/fonts/KefaIIPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('//resources.emaze.com/vbcommon/fonts/KefaIIPro-LightItalic.woff') format('woff'), url('//resources.emaze.com/vbcommon/fonts/KefaIIPro-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: local('Asap'), local('Asap-Regular'), url(https://fonts.gstatic.com/s/asap/v3/oiVlPAjaPL0EznW3E5Z2DQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/asap/v3/SgBaq0dzhSGNMfqm2JX5ng.woff) format('woff');
}

@font-face {
    font-family: 'Asap';
    font-style: italic;
    font-weight: 400;
    src: local('Asap Italic'), local('Asap-Italic'), url(https://fonts.gstatic.com/s/asap/v3/fpSkRkcsVvo2_AnP2Zt5Yg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/asap/v3/MdJnJ_Rxy6GcPmasGZsTfQ.woff) format('woff');
}


#upgrade-overlay {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
}

@import url("https://fonts.googleapis.com/css?family=Mukta:700");


/*img template*/

#upgrade-popup-new {
    position: fixed;
    display: none;
    width: 600px;
    z-index: 1000000;
}

    #upgrade-popup-new.open {
        z-index: 10000000000;
        left: calc(50% - 383px);
        top: calc(50% - 200px);
    }

.projector {
    position: relative;
    display: block;
    background-color: white;
    margin: 0 15px;
    height: 0;
    overflow: hidden;
}

.projector.open {
    width: 767px;
    height: 399px;
    margin: 0px;
    border-radius: 8px;
    overflow: visible;
}

#upgrade-close {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/x.png);
    z-index: 5;
    cursor: pointer;
}

#background-upgrade-close {
    background-color: #ffffff;
    border-radius: 50px;
    position: absolute;
    display: block;
    right: -45px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    cursor: pointer;
    box-shadow: 0 2px 18px 0px rgb(57 76 96 / 60%);
}

.message {
    background-color: transparent;
    position: relative;
    height: 400px;
    margin: 0px;
    box-shadow: 0 2px 18px 0px rgb(57 76 96 / 60%);
    border-radius: 8px;
}

#message-img {
    position: absolute;
    display: block;
    width: 407px;
    height: 399px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -2px;
    top: 0;
    border-radius: 0px 8px 8px 0px;
}

.message-block {
    position: absolute;
    display: block;
    height: 100%;
    width: 297px;
    top: 0;
    left: 0;
    left: 32px;
}

.message-title-box {
    position: relative;
    display: block;
    height: 49%;
    margin: 0 0 0 10px;
}
#premium-text {
    font-family: 'Asap';
    font-size: 15px;
    margin-top: 29px;
    color: #000000;
    background-image: url(../images/diamond.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
}
#message-title-text {
    font-family: 'Asap';
    font-size: 25px;
    text-align: left;
    width: 100%;
    white-space: pre-line;
    color: #2F2F2F;
    margin-top: 38px;
}

    #message-title-text.upgrade-private {
        font-size: 41px;
    }


#message-text {
    font-size: 18px;
    font-family: asap;
    margin-top: 15px;
    white-space: pre-wrap;
    color: #707070;
}

#message-button-text {
    font-size: 15px;
    font-family: 'Asap';
    position: relative;
    display: block;
    transition: all 0.3s;
}


.message-button {
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: auto;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    top: calc(50% + 140px);
}


    .message-button .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 30px;
        height: 30px;
        background: #282936;
        border-radius: 1.625rem;
    }

        .message-button .circle .icon {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
        }

            .message-button .circle .icon.arrow {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                top: -1px;
                left: 6px;
                width: 11px;
                height: 1px;
                background: none;
            }

                .message-button .circle .icon.arrow::before {
                    position: absolute;
                    content: "";
                    top: -2.42px;
                    right: 0px;
                    width: 6px;
                    height: 6px;
                    border-top: 1px solid #fff;
                    border-right: 1px solid #fff;
                    transform: rotate(45deg);
                    -webkit-box-sizing: unset;
                    box-sizing: unset;
                }

    .message-button #message-button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        overflow: visible;
        top: -34px;
        right: 20px;
        bottom: 0;
        padding: 8px 0;
        color: #282936;
        font-weight: 700;
        text-align: left;
        font-size: 15px;
        width: max-content;
        padding-left: 62px;
    }

    .message-button:hover .circle {
        width: 100%;
    }

        .message-button:hover .circle .icon.arrow {
            background: #fff;
            transform: translate(10px, 0);
        }

    .message-button:hover #message-button-text {
        color: #ffffff;
    }

    .dont-show {
    margin: 13px 0 0 0px;
    font-size: 13px;
    font-family: asap;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 1.1px;
}

    .dont-show input {
        margin-right: 5px;
    }

.img-download {
    background-image: url(../images/download.png);
}

.img-private {
    background-image: url(../images/private.gif);
}

.img-premium {
    background-image: url(../images/premium.gif);
}

.img-custom-theme {
    background-image: url(../images/custom-theme.png);
}

.img-custom-effect {
    background-image: url(../images/custom-effect.png);
}

.img-collaborate {
    background-image: url(../images/collaborate.gif);
}

.img-analytic {
    background-image: url(../images/popup-insight.gif);
}

.img-remote {
    background-image: url(../../remote_view/images/remote_wait.gif);
}

.img-domain {
    background-image: url(../images/domain.png);
}

.img-premium2 {
    background-image: url(../images/premium2.png);
}

.img-google-search {
    background-image: url(../images/googleSearch.gif);
}

.img-html-js {
    background-image: url(../images/html-js.gif);
}

.img-presExceededAmount {
    background-image: url(../images/presExceededAmount.png);
}

.img-groupsNotAllowed {
    background-image: url(../images/groupsNotAllowed.png);
}

.img-folder {
    background-image: url(../images/folder.png);
}

/*video template*/
#upgrade-popup-new-video {
    position: fixed;
    display: none;
    top: 0;
    left: 50%;
    width: 600px;
    margin-left: -168px;
    z-index: 1000000;
}

    #upgrade-popup-new-video.open {
        z-index: 10000000000;
        top: 10vh;
        left: 40vw;
    }

.projector-video {
    position: relative;
    display: block;
    background-color: white;
    margin: 0 15px;
    height: 0;
    overflow: hidden;
}

    .projector-video.open {
        width: 579px;
        height: 608px;
        margin: 0px;
        border-radius: 8px;
        overflow: visible;
    }

#upgrade-close-video {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/x.png);
    z-index: 5;
    cursor: pointer;
}

#background-upgrade-close-video {
    background-color: #ffffff;
    border-radius: 50px;
    position: absolute;
    display: block;
    right: -45px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    cursor: pointer;
}

.message-video {
    background-color: transparent;
    position: relative;
    height: 608px;
    margin: 0px;
    box-shadow: 0px 0px 18px 4px;
    border-radius: 4px;
}

#message-video-video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 434px;
    height: 275px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 49px;
    position: initial;
    opacity: 1;
}

.message-block-video {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.message-title-box-video {
    position: relative;
    display: block;
    height: 49%;
    margin: 0 0 0 10px;
}

#premium-text-video {
    font-size: 15px;
    margin-top: 29px;
    color: #000000;
    background-image: url(../images/diamond.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
    text-align: left;
    margin-left: 185px;
}

#message-title-text-video {
    font-family: 'Asap';
    font-size: 25px;
    width: 100%;
    white-space: pre-line;
    color: #2F2F2F;
    margin-top: 38px;
}

    #message-title-text-video.upgrade-private-video {
        font-size: 41px;
    }


#message-text-video {
    font-size: 18px;
    font-family: asap;
    margin-top: 15px;
    white-space: pre-wrap;
    color: #707070;
}

.message-button-video {
    position: relative;
    height: 35px;
    background-color: #2F2F2F;
    width: 140px;
    text-align: center;
    cursor: pointer;
    bottom: -87px;
    border-radius: 5px;
}

#message-button-text-video {
    font-size: 15px;
    font-family: 'Asap';
    position: relative;
    display: block;
    transition: all 0.3s;
}



.message-button-video {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 12rem;
    height: auto;
    top: 40px;
}


    .message-button-video .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: #282936;
        border-radius: 1.625rem;
    }

        .message-button-video .circle .icon {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
        }

            .message-button-video .circle .icon.arrow {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                left: 0.625rem;
                width: 1.125rem;
                height: 0.125rem;
                background: none;
            }

                .message-button-video .circle .icon.arrow::before {
                    position: absolute;
                    content: "";
                    top: -0.25rem;
                    right: 0.0625rem;
                    width: 0.625rem;
                    height: 0.625rem;
                    border-top: 0.125rem solid #fff;
                    border-right: 0.125rem solid #fff;
                    transform: rotate(45deg);
                }

    .message-button-video #message-button-text-video {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: -5px;
        right: 20px;
        bottom: 0;
        padding: 0.75rem 0;
        color: #282936;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
    }

    .message-button-video:hover .circle {
        width: 100%;
    }

        .message-button-video:hover .circle .icon.arrow {
            background: #fff;
            transform: translate(10px, 0);
        }

    .message-button-video:hover #message-button-text-video {
        color: #ffffff;
    }

/*.video-download {
    background-image: url("https://www.youtube.com/watch?v=esUZHUJWMB0");
}*/


/*for tablets*/

@media screen and (max-width: 1248px) {
    .projector.open {
        width: 612px;
    }

    #message-img {
        width: 306px;
        background-position: left;
        background-size: auto;
        border-radius: 0px 8px 8px 0px;
    }

    #upgrade-popup-new.open {
        left: calc(50% - 306px);
    }

    .message-block {
        width: 223px;
    }

    .img-download {
        background-image: url(../images/downloadSmall.png);
    }

    .img-private {
        background-image: url(../images/private.gif);
    }

    .img-premium {
        background-image: url(../images/premium.gif);
    }

    .img-custom-theme {
        background-image: url(../images/custom-themeSmall.png);
    }

    .img-custom-effect {
        background-image: url(../images/custom-effectSmall.png);
    }

    .img-collaborate {
        background-image: url(../images/collaborate.gif);
    }

    .img-analytic {
        background-image: url(../images/popup-insight.gif);
    }

    .img-remote {
        background-image: url(../../remote_view/images/remote_wait.gif);
    }

    .img-domain {
        background-image: url(../images/domainSmall.png);
    }

    .img-premium2 {
        background-image: url(../images/premium2Small.png);
    }

    .img-google-search {
        background-image: url(../images/googleSearch.gif);
    }

    .img-html-js {
        background-image: url(../images/html-js.gif);
    }

    .img-presExceededAmount {
        background-image: url(../images/presExceededAmountSmall.png);
    }

    .img-groupsNotAllowed {
        background-image: url(../images/groupsNotAllowedSmall.png);
    }

    .img-folder {
        background-image: url(../images/folderSmall.png);
    }
}
/*for mobile*/
@media screen and (max-width: 800px){
    .projector.open {
        width: 400px;
    }

    #message-img {
        width: 0px;
    }

    .message-block {
        width: 306px;
    }

    #upgrade-popup-new.open {
        left: calc(50% - 200px);
    }
}

