/* Minification failed. Returning unminified contents.
(75,17): run-time error CSS1039: Token not allowed after unary operator: '-text-btn-color'
(151,21): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(160,36): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(161,36): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(162,25): run-time error CSS1039: Token not allowed after unary operator: '-text-btn-color'
(192,36): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(362,33): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(404,28): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(406,17): run-time error CSS1039: Token not allowed after unary operator: '-text-btn-color'
 */
/*#page-wrapper.wrapper-no-subtitle{
    padding: 0;
}*/
.live {
    width: 100%;
    height: auto;
    background-color: #000;
}

    .live.video_iframe {
        padding: 56.25% 0 0 0;
        position: relative;
        background-color: #000;
    }

        .live.video_iframe iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .live.video_iframe.no_chat {
            position: relative;
            width: 100%;
            height: calc((9 / 16) * 100vw);
            max-height: calc(100vh - 250px);
            min-height: 470px;
            padding: 0 !important;
        }

#video-div {
    background-color: #000;
}

#event-streaming .right-group {
    margin-right: 15px;
}

#right-body {
    position: relative;
    background-color: #fff;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: calc(100vh - 50px - 65px - 30vh);
    min-height: 400px;
    /*border: 1px solid #dedede;*/
}

    #right-body iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#right-title {
    background-color: rgb(222, 222, 222);
    font-weight: 600;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 10px 20px;
}

.title-group {
    position: relative;
    padding: 0 15px;
}

.agenda-title-group .zipevent-badge {
    color: var(--text-btn-color);
    padding: 0 11px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 7px;
}

.title-group .agenda-title {
    position: relative;
    margin: 10px 0;
}

.agenda-title-group .zipevent-badge ~ .agenda-title {
    padding-left: 65px;
}

#event-streaming {
    position: relative;
}

    #event-streaming .description {
        padding: 20px;
        min-height: 200px;
        border-radius: 0 0 10px 10px;
    }

.agenda-title {
    font-size: 22px;
}

#event-streaming .description .speakers-group {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

#event-streaming a {
    outline: none !important;
}

    #event-streaming a:hover {
        text-decoration: none !important;
    }

#event-streaming .left-group {
    position: relative;
}

    #event-streaming .left-group .event-feature {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        border-radius: 10px;
        padding: 15px 0 7px 0;
        margin-bottom: 15px;
    }

        #event-streaming .left-group .event-feature.show-exit-btn {
            padding: 15px 0 0 0;
        }

        #event-streaming .left-group .event-video {
            padding-left: 115px;
            position: relative;
        }

    #event-streaming .left-group .event-feature a .live-feature {
        display: block;
        position: relative;
        margin: 0 15px 0 15px;
        width: 65px;
        height: 65px;
        border-radius: 20px;
        border: 1pt solid rgb(222, 222, 222);
        padding: 0 13px;
        color: var(--primary);
        transition: 0.2s all;
    }

        #event-streaming .left-group .event-feature a .live-feature.org-logo {
            padding: 0 7px;
        }

        #event-streaming .left-group .event-feature a .live-feature.active {
            background-color: var(--primary);
            border: 1pt solid var(--primary);
            color: var(--text-btn-color);
        }

        #event-streaming .left-group .event-feature a .live-feature .mdi {
            font-size: 36px;
        }

        #event-streaming .left-group .event-feature a .live-feature ~ .live-feature-title {
            text-align: center;
            padding: 7px;
            font-size: 10px;
            font-weight: 600;
        }

        #event-streaming .left-group .event-feature a .live-feature img {
            width: 100%;
            height: auto;
            margin: 13px 0;
        }

        #event-streaming .left-group .event-feature a .live-feature.org-logo img {
            margin: 7px 0;
            border-radius: 10px;
        }

    #event-streaming .left-group .event-feature a:hover .live-feature {
        background-color: rgb(240, 238, 238);
    }

        #event-streaming .left-group .event-feature a:hover .live-feature.active {
            background-color: var(--primary);
        }

#event-streaming .access-panel {
    text-align: center;
    height: auto;
    max-width: 450px;
    width: 95%;
    background-color: #fff;
    border-radius: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

    #event-streaming .access-panel .cover-image img {
        width: 100%;
        height: auto;
        border-radius: 15px 15px 0 0;
    }

    #event-streaming .access-panel .access-group {
        border-top: 1px solid #dedede;
        padding: 15px 25px;
        position: relative;
    }

        #event-streaming .access-panel .access-group p {
            color: rgb(62, 82, 100);
        }

        #event-streaming .access-panel .access-group hr {
            margin: 12px 0;
            border-top: 1px solid #dedede;
        }

        #event-streaming .access-panel .access-group p.enter-id {
            font-size: 18px;
        }

        #event-streaming .access-panel .access-group p.zipevent-color {
            font-size: 18px;
            text-align: left;
            margin: 0;
        }

        #event-streaming .access-panel .access-group p.date {
            font-size: 13px;
            text-align: left;
            margin: 0;
        }

        #event-streaming .access-panel .access-group input {
            border: 1px solid rgb(208, 208, 208);
            border-radius: 49px;
            text-indent: 15px;
            box-shadow: none !important;
            transition: 0.2s all;
            text-transform: uppercase;
            width: 100%;
            margin-bottom: 12px;
        }

        #event-streaming .access-panel .access-group .btn {
            outline: none !important;
            padding: 4px;
        }


hr {
    border-top: 1px solid rgb(208, 208, 208);
}

#event-cover, #event-streaming .access-panel .cover-image {
    width: 100%;
    height: 0;
    padding-bottom: 37.03703703703704%;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

    #event-cover img {
        width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

.background-white {
    background-color: #fff;
    padding-top: 7px;
    border-radius: 10px;
    margin-bottom: 15px;
}

#group-share-btn {
    display: inline-block;
    text-align: right;
    margin: 7px;
    width: 100%;
    padding-right: 7px;
}

    #group-share-btn .share-btn {
        width: 30px;
        height: 30px;
        padding: 2px 10px;
        margin-bottom: 22px;
        margin-right: 10px;
        box-shadow: none;
    }

        #group-share-btn .share-btn .mdi {
            color: #fff;
            top: 2px;
        }

        #group-share-btn .share-btn.btn .mdi:before {
            margin: 0 3px 0 -5px;
        }

.btn-linkedin {
    background-color: #006097 !important;
}

.agenda-description {
    margin: 15px auto;
    border-top: 1px solid #dedede;
    padding-top: 15px;
}

.speakers-group {
}

    .speakers-group .speaker {
        display: inline-block;
        margin: 10px;
        position: relative;
        min-height: 70px;
        width: 100%;
    }

        .speakers-group .speaker .speaker-image {
            width: 70px;
            height: 70px;
            border-radius: 49px;
            position: absolute;
            left: 15px;
            top: 0;
        }

        .speakers-group .speaker .speaker-detail {
            position: relative;
            display: inline-block;
            padding-left: 100px;
            height: 80px;
        }

            .speakers-group .speaker .speaker-detail p {
                margin: 0;
            }

            .speakers-group .speaker .speaker-detail .speaker-title {
                font-weight: 600;
            }

                .speakers-group .speaker .speaker-detail .speaker-title a:hover {
                    color: var(--primary);
                }

            .speakers-group .speaker .speaker-detail .speaker-description {
                color: rgb(141, 141, 141);
            }

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sponsor-detail {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dedede;
}

    .sponsor-detail h4 {
        margin-bottom: 25px;
    }

    .sponsor-detail img {
        border-radius: 15px;
    }

.count-view-group {
    color: rgb(96, 96, 96);
    font-size: 16px;
    display: inline-block;
    margin-right: 7px;
}

.btn-exit {
    margin-bottom: 15px;
    margin: auto;
    background-color: var(--primary);
    border: none !important;
    color: var(--text-btn-color);
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 7px;
    font-size: 0.85em;
    padding: 3px 0;
}
.exit-menu-responsive{
    display: none;
}

@media(min-width: 992px) {
    #event-streaming .left-group .event-feature {
        position: fixed;
    }

    #event-streaming .right-group {
        position: fixed;
    }
}

@media(max-width: 991px) {
    #event-streaming .right-group {
        margin-right: 0;
    }

    #event-streaming .left-group .event-feature {
        position: relative;
        padding-top: 15px;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        list-style: none;
    }

        #event-streaming .left-group .event-feature a {
            display: inline-block;
        }

    #event-streaming .left-group .event-video {
        padding-left: 0;
    }

    .background-white {
        border-radius: 0 0 10px 10px;
        padding-top: 0;
    }

    .title-group {
        display: none;
    }

    .btn-exit{
        display: none;
    }

    .exit-menu-responsive {
        display: block;
        margin-bottom: 12px;
        text-align: right;
    }

        .exit-menu-responsive .btn-exit-responsive {
            border: none !important;
            background-color: #ffffffbf;
            border-radius: 49px;
            padding: 5px 17px;
        }
}

@media(max-width: 767px) {
    #group-share-btn {
        text-align: center;
    }

    #event-streaming {
        padding-top: 8px;
    }

    .live.video_iframe.no_chat {
        height: unset;
        max-height: unset;
        min-height: unset;
        padding: 56.25% 0 0 0 !important;
    }
}

.video-poster {
    pointer-events: none !important;
}

#video-container {
    position: relative;
}

.video-overlay {
    background-image: linear-gradient(to bottom,rgba(20,21,22,.3),#141516);
    cursor: default;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    font-family: sans-serif;
}

.video-overlay-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    width: 100%;
}

.video-overlay-time-title {
    margin-bottom: 15px;
}

.video-overlay-time-body {
    font-size: 1.7em;
    font-weight: 400;
}
	
