/*#page-wrapper.wrapper-no-subtitle{
    padding: 0;
}*/

#page-wrapper.wrapper-no-subtitle{ 
    margin-top: 0;
    height: 100vh;
    overflow: hidden;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
}

#right-body {
    position: relative;
    background-color: #fff;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
    min-height: 400px;
    /*border: 1px solid #dedede;*/
}

    #right-body iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    #right-body::-webkit-scrollbar {
        display: none;
    }

    #right-title {
        background-color: #2B212B;
        font-weight: 600;
        width: 100%;
        height: 50px;
        font-size: 18px;
        padding: 10px 20px;
        text-align: center;
        color: white;
    }

.title-group {
    position: relative;
    padding: 0 15px;
}

.agenda-title-group .zipevent-badge {
    color: #fff;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 2px 3px #00000029;
    display: inline-flex;
    justify-content: center;
    min-width: 65px;
    height: 26px;
    align-items: center;
    background: #FF2033;
}

.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 rgba(255, 255, 255, 0.5);
    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 {
        z-index: 100;
        background-color: #fff;
        border-radius: 10px;
        padding: 0px;
        margin: 15px 0 20px 0;
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        background: transparent;
        gap: 15px;
    }

/*        #event-streaming .left-group .event-feature.show-exit-btn {
            padding: 15px 0 0 0;
        }*/

    #event-streaming .left-group .event-video {
        position: relative;
        height: calc(100vh - 78px);
        overflow: auto;
        padding-bottom: 17px;
        scrollbar-width: none;
        padding-bottom: 25px;
    }
        #event-streaming .left-group .event-video::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Edge */
        }

    #event-streaming .left-group .event-feature a .live-feature {
        display: block;
        position: relative;
        margin: 0 0 0 10px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: 0 13px;
        color: var(--primary);
        transition: 0.2s all;
    }

        #event-streaming .left-group .event-feature a .live-feature.org-logo {
            padding: 0 15px 0 0;
        }

        #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: 28px;
        }

/*        #event-streaming .left-group .event-feature a .live-feature ~ .live-feature-title {
            font-size: 16px;
        }*/

        #event-streaming .left-group .event-feature a .live-feature img {
            width: 26px;
            height: auto;
            margin: 13px 0;
            border-radius: 50% !important;
        }

        #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 {
        transform: scale(1.2);
    }*/

        #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;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 15px;
}
.light-border-top {
    border-top: 1px solid rgb(0 0 0 / 20%) !important;
}
.speakers-group {
}

    .speakers-group .speaker {
        display: inline-block;
        margin: 10px;
        position: relative;
/*        min-height: 70px;*/
        width: 100%;
    }

        .speakers-group .speaker .speaker-image {
            width: 60px;
            height: 60px;
            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 rgba(255, 255, 255, 0.5);
}

    .sponsor-detail h4 {
        margin-bottom: 25px;
    }

    .sponsor-detail img {
        border-radius: 15px;
    }

.count-view-group {
/*    color: #ffff;*/
    display: inline-block;
    margin-right: 7px;
}
.view-count {
    font-size: 16px;
}
.header-line {
    height: 22px;
    margin-right: 10px;
    border-radius: 8px;
    width: 4px;
    background: var(--primary);
    display: flex;
}

.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;
}

.container-menu {
    display: flex;
    align-items: center;
    background: #3B3B3B;
    border-radius: 4px 8px 8px 4px;
    border-left: 5px solid var(--primary);
    height: 48px;
    padding: 1rem 1rem 1rem 0;
    color: #ffff;
    min-width: 120px;
    flex: 0 0 auto;
    box-shadow: 0px 2px 3px #00000029;
}
    .container-menu.exit {
        min-width: 48px;
        border-radius: 8px;
        border: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .container-menu.light {
        background: #fff;
        color: #2B212B;
    }
    .mdi-logout {
        font-size: 22px;
        transform: rotate(180deg);
        margin-right: 3px;
        margin-bottom: 3px;
    }
#video-description {
    background: #3B3B3B;
    color: white;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: 0px 2px 3px #00000029;
}
    #video-description.light {
        background: #fff;
        color: #2B212B
    }
.mdi-access-point {
    font-size: 20px;
    margin-right: 5px;
}
a:hover {
    color: var(--primary) !important; 
}
#main-right-container {
    height: calc(100vh - 30px);
    overflow: hidden;
    display: flex;
    margin: 10px 0;
    margin-right: 10.5px;
    border-radius: 8px;
    padding-top: 0.5rem;
}
#bg {
    filter: brightness(50%);
}
.container-menu-live {
    display: flex;
    overflow-x: auto;
    height: 48px;
    gap: 15px;
}
    .container-menu-live::-webkit-scrollbar {
        display: none;
    }
#right-body #qa-ask-page {
    background-color: #3B3B3B;
    color: white;
}

    #right-body #qa-ask-page.light {
        background-color: #ffff;
    }

    #right-body #qa-ask-page .custom-card {
        background: rgb(255 255 255 / 20%);
    }
    #right-body #qa-ask-page .custom-card.qa-section .text-black-50 {
        color: #ffff !important;
    }

        #right-body #qa-ask-page .custom-card.qa-section {
            background: none;
            padding: 0;
        }

        #right-body #qa-ask-page .custom-card #qa-group .col-12 {
            padding: 0;
        }

    #right-body #qa-ask-page .container-content-question .who-ask .text-black-50 {
        color: rgba(255, 255, 255, 0.5) !important;
    }

    #right-body #qa-ask-page .container-content-question .vote-div .text-black-50 {
        color: #ffff !important;
    }

#right-body.light #qa-ask-page {
    background: #ffff;
    color: unset;
}
#right-body .welcome-name.form-switch {
    padding-left: 3rem !important;
}

#right-body.light #qa-ask-page {
    background: #ffff;
}

    #right-body.light #qa-ask-page .container-content-question .text-black-50,
    #right-body.light #qa-ask-page .custom-card.qa-section .text-black-50 {
        color: rgba(0, 0, 0, 0.5) !important;
    }

    #right-body.light #qa-ask-page #qa-result .custom-card,
    #right-body.light #container-my-question .custom-card.my-question {
        border: 1px solid var(--gray-body-bg);
    }

#qa-group .btn-primary {
    color: var(--text-btn-color);
}
.qa-content {
    min-height: inherit !important;
}

.who-ask {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-label-time,
.text-question-by {
    display: none;
}
/*.vote-div {
    align-items: flex-end !important;
}*/
#charNum {
    font-size: 12px;
}
.grid-item .qa-content .qa-text {
    white-space: normal !important;
}
.text-vote {
    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;
        padding-top: 1rem;
    }

    #event-streaming .left-group .event-feature {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        list-style: none;
        scrollbar-width: none;
    }

    #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;
        }

    #main-right-container {
        padding: 0px;
        margin: 0px;
        height: calc(100vh - 30vh);
    }
    #event-cover {
        display: none;
    }
    #right-title {
        border-radius: 8px 8px 0 0;
    }
}

@media(max-width: 767px) {
    #group-share-btn {
        text-align: center;
    }

    .live.video_iframe.no_chat {
        height: unset;
        max-height: unset;
        min-height: unset;
        padding: 56.25% 0 0 0 !important;
    }
    #main-right-container {
        margin: 0;
    }
}
@media (max-width: 575px){
    .container-menu {
        width: 48px;
        min-width: 0;
        border: none;
    }
    #event-streaming .left-group .event-feature a .live-feature ~ .live-feature-title {
        display: none;
    }
    #main-right-container {
        margin: 0 1.5rem 0 1.5rem;
    }
    .container-menu {
        border-radius: 8px;
    }
}
.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;
}
	