.ad-main.active {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    background-color: rgba(10, 10, 10, .86);
    padding-right: 0;
    padding-left: 0
}

.ad-main.active .container {
    background-color: #fefefe;
    padding-bottom: 1.5rem;
    margin-top: 51px
}

.mb-3 {
    margin-bottom: 1rem
}

.ad-main hr {
    margin-bottom: .5rem;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.hr-ad.hr-bottom {
    margin-bottom: 1rem
}

.ad-main .abutton, .ad-main .notification, .ad-main hr {
    display: none
}

.ad-main.active .abutton, .ad-main.active .notification, .ad-main.active hr {
    display: block
}

.ad-main.active .ad-boxcontent {
    padding-left: 15px;
    padding-right: 15px
}

.modalothervideo {
    margin-top: 1rem
}

.ad-main .modal-close {
    display: none
}

.ad-main.active .modal-close {
    display: block
}

@media screen and (max-width: 960px) {
    .ad-box {
        min-height: 100px
    }
}

.app-header {
    display: flex;
    height: 50px;
    width: 100%;
    padding: 6px 16px;
    justify-content: space-between;
    align-items: center;
    background-color: #eeecf4
}

.app-header img {
    width: 42px;
    height: 42px
}

.app-cta {
    font-size: 11px;
    line-height: 13px;
    color: #70757a;
    margin-right: 4px;
    grid-row: 2/2
}

.app-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    display: grid;
    text-align: left
}

.app-name {
    font-size: 14px;
    line-height: 18px;
    color: #353439;
    white-space: nowrap;
    grid-column: 1/1
}

.store_info img {
    width: 8px;
    height: 8px
}

.store_info {
    display: flex;
    align-items: flex-end
}

.store_info span {
    margin-right: 8px
}

.app-install {
    display: block;
    background: #00c214;
    background: linear-gradient(0deg, #00c214 0, #24e837 100%);
    color: #fff;
    padding: 4px 16px;
    border-radius: 6px;
    clear: both;
    display: inline-block;
    white-space: nowrap
}

.app-head {
    display: none
}

@media only screen and (max-width: 600px) {
    .app-head {
        display: block;
        height: 50px
    }
}

.banner-pagedl {
    display: block;
    margin-left: -16px;
    margin-right: -16px
}

.app-header {
    display: none
}

.navbar-item .nav-app {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #2f72e2;
    background: #e6efff;
    border-radius: 4px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    color: #2f72e2;
    cursor: pointer
}

.navbar-item .nav-app svg {
    margin-right: 8px
}

@media screen and (min-width: 1024px) {
    .navbar-item .nav-app {
        display: none
    }
}

.inputurl-container .form-submit {
    display: flex
}

.text-muted {
    color: #6c757d !important;
}

h3.title.is-3 {
    margin-top: 1rem !important;
    margin-bottom: .5rem !important;
    font-size: 1.5rem;
}

.title.is-1 {
    font-size: 2rem;
    margin-bottom: .5rem !important;
}

.title.is-4 {
    font-size: 1.2rem;
    color: #484c53;
    margin-top: 1rem !important;
    margin-bottom: .3rem !important;
}

.share-button {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: none;
    background-color: #29b76b;
    bottom: 80px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.icon-sprite {
    background: url(../../assets/imgs/css_sprites.png) no-repeat;
    background-size: 173px 96px;
}

.icon.icon-sprite.icon-share {
    background-position: -39.5px -63px;
    display: table-cell;
    width: 20px;
    height: 20px;
}

.icon.icon-sprite.icon-gplay {
    background-position: -5px -5px;
    width: 163px;
    height: 48px;
}

.icon.icon-sprite.icon-reddit {
    background-position: -5px -64px;
    width: 25px;
    height: 25px;
}