@import url('https://fonts.googleapis.com/css?family=DM+Sans:300,400,500,700&display=swap');

#highlight-navbar,
#highlight-navbar-sticky-wrapper {
    display: none;
}
body {
    padding-top: 0;
    overflow: hidden;
}
#content {

}
#lb_faq_bubble {
    display: none !important;
}
#webinar-main-container {
    background: transparent;
}
#content {
    padding: 0;
    min-height: 0 !important;
}
.btn i:first-child {
    padding-right: 0;
}
.d-none {
    display: none !important;
}


#broadcastRoom {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    padding: 16px 24px;
    gap: 16px;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    background: var(--app-color-dark, #1C1D23);
}
#broadcastRoom .btn-default {
    background: #DDDDE1;
    border-color: #DDDDE1;
    color: var(--app-color-dark);
    opacity: 1;
}
#broadcastRoom .btn-primary[disabled]:hover {
    border-color: var(--app-color-primary-hover);
}
.main-content {
    padding-right: 0;
    height: 100%;
    position: relative;
    flex: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.main-content.is-full-width {
    flex-basis: 100%;
}
.main-container-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    width: 100%;
}
table .btn-small {
    height: 30px;
    padding: 2px 12px;
    font-size: 12px;
}
table .btn-group > .btn + .dropdown-toggle {
    height: 30px;
    padding: 2px 12px;
    font-size: 12px;
}

.topbar {
    background: transparent;
    border: none;
    padding: 0;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.topbar .main-icon {
    padding: 0;
    cursor: pointer;
}
.topbar .main-icon a#btnIconLeaveRoom {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    color: white;
    border: 0.6px solid #FFFFFF;
}
.topbar .main-icon a#btnIconLeaveRoom:hover:hover {
    transform: none;
}
.topbar .main-actions-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar #record-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.topbar #record-buttons #record img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-top: -2px;
    animation: loader 2s linear infinite;
}
.topbar #autoStop {
    text-align: center;
    margin-left: 20px;
    margin-top: 15px;
}
#countdown-end-conference .countdown-amount {
    color: #ED3B51;
}


#presenters-container {
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    background: var(--common-primary-brand-navy-blue-30, #2C2D36);
    height: 60px;
    gap: 16px;
}
#presenters {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: var(--common-primary-brand-navy-blue-20, #434553);
    border-radius: 40px;
}
#presenters-container.no-presenters #presenters {
    display: none;
}
#presenters .presenter-circle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
#presenters .presenter-circle .btn {
    background: transparent;
    width: 20px;
    padding: 0;
}
#presenters .presenter-circle .btn:hover {
    transform: none;
}
#presenters .presenter-circle i {
    font-size: 16px;
    color: var(--common-primary-brand-navy-blue-10, #9093A7);
    transition: transform .2s;
}
#presenters .presenter-circle i.fa-chevron-up {
    transform: rotate(180deg);
}
#presenters .presenter-circle.open i.fa-chevron-up {
    transform: rotate(0deg);
}
#presenters .presenter-circle img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--common-primary-brand-emerald-80, #1CA78D);
}
#presenters-container .presenters-infos {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    color: white;
    padding-right: 24px;
}
#presenters-container.no-presenters .presenters-infos {
    padding-left: 24px;
}
#presenters-container .btn-add-circle {
    height: 20px;
    width: 20px;
    padding: 0;
    color: #FFFFFF;
    background: transparent;
}
#presenters-container .btn-add-circle:hover {
    color: var(--common-primary-brand-navy-blue-10, #9093A7);
    transform: none;
}
#presenters-container .btn-add-circle i {
    font-size: 20px;
}
#presenters .presenter-circle .dropdown-menu {
    width: 350px;
}
#presenters .presenter-circle .dropdown-menu img {
    width: 58px;
    height: 58px;
    border: none;
}
#presenters .presenter-circle .dropdown-menu li {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
    font-weight: 600;
}
#presenters .presenter-circle .dropdown-menu li i {
    margin-left: auto;
    color: var(--app-color-dark);
}
#presenters .presenter-circle .dropdown-menu li:last-child {
    margin-bottom: 16px;
}
#presenters .presenter-circle .dropdown-menu li.header {
    gap: 16px;
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 700;
}
#presenters .presenter-circle .dropdown-menu li.header .presenter-name {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#presenters .presenter-circle .dropdown-menu li.header span.label {
    font-size: 12px;
    font-weight: normal;
}
#presenters .presenter-circle .dropdown-menu .switch {
    height: 20px;
}
@media (max-width: 767px) {
    .topbar {
        height: 50px;
    }
    #broadcastRoom .bloc-logo .logo-container img {
        max-height: 30px;
    }
    #presenters-main-container,
    #presenters-container {
        display: none;
    }
}


.footer-actions .tooltip .tooltip-inner {
    background: #FFF;
    color: var(--common-primary-brand-navy-blue-20, #434553);
}
.footer-actions .tooltip.top .tooltip-arrow {
    border-top-color: #FFF !important;
}


.dropdown-menu .divider {
    background: #DDDDE1;
}

.topbar .main-actions {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.topbar .main-actions .btn-action {
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: transparent;
    height: auto;
    color: var(--common-primary-brand-navy-blue-10, #9093A7);
}
.topbar .main-actions .btn-action:hover {
    color: var(--app-color-white);
    transform: none;
}
.footer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}
.footer-actions .footer-poweredby {
    margin: 0;
    height: auto;
}
.footer-actions .btn-conf {
    text-align: center;
    display:none;
    padding: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer-actions .btn-conf .btn.btn-circle {
    border-radius: 50%;
    padding: 15px;
    width: 55px;
    height: 55px;
    text-align: center;
    color: white;
    border: none;
    font-size: 24px;
    background: var(--common-primary-brand-navy-blue-20, #434553) !important;
    opacity: 1;
    animation: buttonBackgroundPositionOut .2s;
    text-shadow: none;
}
.footer-actions .btn-conf .btn.btn-circle:hover {
    transform: none;
    background: var(--common-primary-brand-navy-blue-10, #9093A7) !important;
}
.footer-actions .btn-conf .btn.btn-circle:focus,
.footer-actions .btn-conf .btn.btn-circle:active:hover {
    background: var(--common-primary-brand-navy-blue-10, #9093a7) !important;
    opacity: 1;
}
.footer-actions .btn-conf .btn.btn-circle.btn-danger,
.footer-actions .btn-conf .btn.btn-circle.btn-danger:focus {
    background: var(--common-secondary-brand-red-100, #ee5340) !important;
}
@keyframes buttonBackgroundPositionIn {
    0%   { background-position: 0 100%; }
    100% { background-position: 0 200%; }
}
@keyframes buttonBackgroundPositionOut {
    0%   { background-position: 0 200%; }
    100% { background-position: 0 100%; }
}
.footer-actions .btn-conf .btn:hover {
    animation: buttonBackgroundPositionIn .2s;
    opacity: 1;
    animation-fill-mode: forwards;
}
/*#broadcastRoom .footer-actions .btn-conf .btn.btn-success i {
    background: var(--common-primary-brand-emerald-100, #00866d);
}*/
.footer-actions .btn-conf .btn i {
    margin-right: 0;
    padding: 0;
    color: white;
}
.footer-actions .btn-conf .btn:focus {
    outline: none;
}
.footer-actions .btn-conf span.caret {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.footer-actions .btn-conf .dropdown-menu > li > a > i {
    width: 25px;
}
.footer-actions .btn-conf-with-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--common-primary-brand-navy-blue-30, #2C2D36);
    border-radius: 40px;
}
.footer-actions .btn-conf-with-icon .btn.btn-circle.btn-action,
.footer-actions .btn-conf-with-icon .btn.btn-circle.btn-action:hover,
.footer-actions .btn-conf-with-icon .btn.btn-circle.btn-action:focus {
    z-index: 0;
    background: transparent !important;
    width: 40px;
}
.footer-actions .btn-conf-with-icon .btn.btn-circle.btn-action i {
    font-size: 16px;
    color: var(--common-primary-brand-navy-blue-10, #9093A7);
}
.btn-conf-with-icon .btn.btn-circle {
    z-index: 1;
}

.main-container {
    position: relative;
    display: block;
    height: calc(100vh - 180px);
}
.main-container > .row {
    margin: 0;
}
.main-container .container-cameras {
    position: relative;
    padding: 20px;
    height: 100%;
}
.main-container .container-cameras:after {
    clear: both;
    content: '';
    display: table;
}
.main-container .container-cameras.horizontal,
.main-container .container-cameras.vertical,
.main-container .container-cameras.pip {
    margin: 0 auto;
}

.main-container #cameras,
.main-container #presenter_fs {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.main-container #cameras {
    flex-flow: wrap;
    align-content: center;
}
.container-cameras.horizontal #presenter_fs {
    height: calc(100% - 136px);
}
.container-cameras.vertical #cameras {
    align-items: flex-start;
}
.container-cameras.vertical #presenter_fs {
    align-items: flex-start;
    height: 100%;
}
.container-cameras.pip #cameras {
    align-content: flex-start;
}
.main-container #presenter_fs {
    display: none;
}
.main-container .stream .OT_subscriber,
.main-container .stream .OT_publisher {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
}
.main-container .stream.talking .OT_subscriber,
.main-container .stream.talking .OT_publisher {
    border: 1px solid #FFD863;
}
.main-container .container-cameras.one_presenter .stream .OT_subscriber,
.main-container .container-cameras.one_presenter .stream .OT_publisher {
    border: none !important;
    padding: 0;
    border-radius: 0;
}
.main-container .stream .OT_widget-container {
    background: #151D26;
}
.main-container .container-cameras.one_presenter.bestfit .stream .OT_widget-container,
.main-container .container-cameras.one_presenter.pip #presenter_fs .stream .OT_widget-container {
    background: #212B36;
    border-radius: 24px;
}
.main-container #cameras .stream {
    height: 100%;
}
.main-container #presenter_fs .stream {
    height: 100%;
    position: relative;
    padding: 0;
}
.container-cameras.one_presenter {
    padding: 0;
}
.main-container .container-cameras.one_presenter #cameras,
.main-container .container-cameras.one_presenter #presenter_fs {
    align-items: baseline;
    align-content: baseline;
}
.main-container .container-cameras.one_presenter.bestfit #cameras .stream,
.main-container .container-cameras.one_presenter.pip #presenter_fs .stream {
    height: calc(100vh - 180px) !important;
    margin-bottom: 0;
}
.main-container .container-cameras.bestfit #cameras .stream {
    margin-bottom: 16px;
}
.main-container .container-cameras.bestfit #cameras .stream.col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 50%;
}
.main-container #cameras .stream.col-md-12 {
    margin: 0;
    padding: 0;
}
.main-container #cameras .stream .OT_subscriber,
.main-container #presenter_fs .stream .OT_subscriber,
.main-container #cameras .stream .OT_publisher,
.main-container #presenter_fs .stream .OT_publisher {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(20, 27, 58, 0.14), 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: var(--app-box-shadow-beige);
}
.main-container .container-cameras.one_presenter #cameras .stream .OT_subscriber,
.main-container .container-cameras.one_presenter #presenter_fs .stream .OT_subscriber,
.main-container .container-cameras.one_presenter #cameras .stream .OT_publisher,
.main-container .container-cameras.one_presenter #presenter_fs .stream .OT_publisher {
    box-shadow: none;
    border-radius: 0;
}
.main-container #cameras .stream.fullscreen {
    width: 100%;
    height: 720px;
    padding-left: 0;
    display: none;
}
.main-container #screen {
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    display: none;
}
.main-container #screenshare {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25%;
}
.main-container #screenshare > .OT_subscriber {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25%;
}

.main-container #cameras .stream.small {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    margin: 0;
    padding: 0;
}
.main-container .container-cameras.pip #cameras .stream.small {
    height: 123px;
    min-height: 123px;
    max-height: 123px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.main-container .container-cameras.vertical #cameras {
    width: 160px;
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    margin-top: 0;
    flex-direction: column;
}
.main-container .container-cameras.vertical #screen,
.main-container .container-cameras.vertical #presenter_fs {
    margin-left: 176px;
    margin-top: 0;
}
.main-container .container-cameras.vertical #cameras .stream.small {
    margin-bottom: 16px;
}

.main-container .container-cameras.pip #cameras {
    width: 200px;
    height: 123px;
    min-height: 123px;
    position: absolute;
    left: 70%;
    top: 10%;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 6px;
}

.main-container .container-cameras.horizontal #cameras {
    width: 100%;
    height: 120px;
    min-height: 120px;
    margin-top: 16px;
}
.main-container .container-cameras.horizontal #cameras .stream.small {
    margin-right: 16px;
}


.webinar-sidebar {
    width: 440px;
    height: 100%;
    transition: all 0.3s ease-out;
    flex: 1;
    flex-basis: 440px;
    flex-shrink: 0;
    flex-grow: 0;
    box-shadow: 0 10px 20px 0 rgba(186, 184, 181, 0.19) inset;
    border-radius: 24px;
}
#broadcastRoom.is-full-width .webinar-sidebar {
    width: 0;
    flex-basis: 0;
    min-width: 0;
    max-width: 0;
    overflow: hidden;
}
.webinar-sidebar .sidebar-content {
    height: 100%;
}
.webinar-sidebar .nav-tabs {
    background: var(--Background-Secondary);
    border: none;
    width: 100%;
    table-layout: fixed;
    height: 70px;
    display: flex;
    padding-left: 20px;
    gap: 10px;
    display: none !important;
}
.webinar-sidebar .nav-tabs:before,
.webinar-sidebar .nav-tabs:after {
    display: none;
}
.webinar-sidebar .nav-tabs > li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    float: none;
}
.webinar-sidebar .nav-tabs > li:last-child {
    width: 30px;
}
.webinar-sidebar .nav-tabs > li:last-child a {
    text-align: right;
    padding: 0;
}
.webinar-sidebar .nav-tabs > li > a {
    color: #90959A;
    padding: 0 5px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    font-size: 13px;
    border: none;
    margin-right: 0;
    display: inline-block;
    background: transparent;
    text-decoration: none;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: transparent;
}
.webinar-sidebar .nav-tabs > li:hover > a {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.webinar-sidebar .nav-tabs > li > a i {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
.webinar-sidebar .nav-tabs > li:hover > a,
.webinar-sidebar .nav-tabs > li.active > a,
.webinar-sidebar .nav-tabs > li.active > a i {
    color: var(--app-color-dark);
}
.webinar-sidebar .nav-tabs>li>a,
.webinar-sidebar .nav-tabs>li>a:focus,
.webinar-sidebar .nav-tabs>li>a:hover {
    border: none;
    outline: none;
}
.webinar-sidebar .nav-tabs>li>a:hover {
    background: #FFFFFF;
    border-bottom: 4px solid #212B36;
}
body.dark .webinar-sidebar .nav-tabs>li>a:hover {
    background: transparent;
    border-bottom: 4px solid var(--app-color-primary-blue);
}
.webinar-sidebar .nav-tabs > li.active > a {
    border-bottom: 4px solid #212B36;
}
body.dark .webinar-sidebar .nav-tabs > li.active > a {
    border-bottom: 4px solid var(--app-color-primary-blue);
}
.webinar-sidebar .tab-content {
    margin: 0;
    height: 100%;
    position: relative;
    border-left: none;
}
.webinar-sidebar .tab-content .tab-pane {
    height: 100%;
    background: var(--Background-Primary, #F9F5F1);
    padding: 14px;
    border-radius: 24px;
}
.webinar-sidebar .tab-content #tab_chat {
    background: var(--Background-Primary, #F9F5F1) url(../../../../images/conference/bg-chat.jpg) no-repeat center top;
    background-size: cover;
}
.webinar-sidebar .tab-content .tab-pane .tab-pane-overlay {
    background: rgba(28, 29, 35, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5;
}
.webinar-sidebar .tab-content .tab-pane.with-overlay .tab-pane-overlay {
    display: block;
}
.webinar-sidebar .tab-content .tab-pane .box {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header {
    overflow: visible;
    background: var(--Background-Secondary);
    border: none;
    height: 58px;
    min-height: 58px;
    padding: 6px 16px;
    margin-bottom: 0;
    border-radius: 24px;
    box-shadow: var(--app-box-shadow-beige);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.box-header-back button {
    background: transparent;
    border-radius: 0;
    color: var(--app-color-dark);
    font-size: 16px;
    border: none;
    padding: 0;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.webinar-sidebar .tab-content .tab-pane .box .label-circle {
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header-title i {
    font-size: 16px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header-title i.fa-circle {
    font-size: 12px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    line-height: 1;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
    line-height: 1.1;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header h2 i {
    margin: 0 5px 0 0;
    opacity: 1;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header .box-icon {
    margin-top: 0;
    float: right;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-breadcrumb .mobile-icon {
    display: none;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-toolbar {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header .open-sidebar button {
    background: transparent;
    padding: 6px;
    color: var(--app-color-dark);
    font-size: 12px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-header .hide-sidebar button {
    background: transparent;
    padding: 6px;
    color: var(--app-color-dark);
}
.webinar-sidebar .tab-content .tab-pane .box .box-content {
    position: relative;
    height: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 16px;
    overflow-y: scroll;
}
.webinar-sidebar .tab-content .tab-pane .box .box-content .box-content-form {
    display: flex;
    padding: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 15px;
    background: var(--Background-Secondary, #FFF);
    box-shadow: var(--app-box-shadow-beige);
}
.webinar-sidebar .tab-content .tab-pane #box-chat .box-content {
    padding: 0;
    height: 100%;
}
.webinar-sidebar .tab-content .tab-pane .box .box-content .box-content-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-content::-webkit-scrollbar-track {
    background: transparent;
}
.webinar-sidebar .tab-content .tab-pane .box .box-content.no-padding {
    padding: 0;
}
.webinar-sidebar .tab-content .tab-pane .box .box-content h4.box-content-header {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}
.webinar-sidebar .tab-content .tab-pane .box .box-footer {
    width: 100%;
    padding: 16px;
    /*background: var(--Background-Secondary);
    border-radius: 24px;
    flex-shrink: 0;*/
    /* border-bottom: 1px solid var(--Border-Secondary, #F3EEE8); */
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.webinar-sidebar .tab-content .tab-pane .box .box-footer .btn {
    flex: 1;
}
.webinar-sidebar .tab-content .tab-pane .box .box-footer .btn:last-child {

}

.webinar-sidebar .tab-content .box-no-content {
    text-align: center;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
}
.webinar-sidebar .tab-content .box-no-content .icon {
    padding: 0;
    margin-bottom: 0;
}
.webinar-sidebar .tab-content .box-no-content .icon i {
    color: var(--app-color-primary);
    font-size: 120px;
}
.webinar-sidebar .tab-content .box-no-content .title h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.webinar-sidebar .tab-content #box-chat {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.webinar-sidebar .tab-content #box-chat .box-header {

}
.webinar-sidebar .tab-content #box-chat .box-header .dropdown-menu span {
    white-space: normal;
    vertical-align: middle;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #F3EEE8;
    background: white;
    padding: 12px 16px;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings a {
    font-size: 14px;
    color: var(--app-color-dark);
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings a:hover {
    text-decoration: none;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings a i {
    font-size: 14px;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu {
    margin-top: 10px;
    width: 368px;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu > li > a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu > li > a span.title {
    font-weight: 700;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu > li > a span.gray,
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu > li > a:hover span.gray {
    color: #90959A;
    margin-top: 5px;
    display: block;
    line-height: 20px;
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu > li > a:hover {
    background: var(--common-primary-brand-cobalt-blue-10, #262E4A);
}
.webinar-sidebar .tab-content #box-chat .box-header .chat-settings .dropdown-menu > li > a i {
    font-size: 16px;
    color: var(--app-color-primary);
    padding-top: 1px;
}
.webinar-sidebar .tab-content #box-chat .panel {
    height: calc(100% - 74px);
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
}
.webinar-sidebar .tab-content #box-chat .box-header + .panel {
    height: calc(100% - 74px);
}
.webinar-sidebar .tab-content #box-chat .panel-heading {
    display: none;
}
.webinar-sidebar .tab-content #box-chat .panel .box-content {
    height: 100%;
    padding: 0;
    position: relative;
    box-shadow: none;
    border: none;
    background: transparent;
}
.webinar-sidebar .tab-content #box-chat .panel .box-content .panel-body {
    padding: 0 !important;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.webinar-sidebar .tab-content #box-chat.no-header .box-header {
    display: none;
}
.webinar-sidebar .tab-content #box-chat.no-header .panel .box-content {
    height: calc(100% - 80px);
}
.webinar-sidebar .tab-content #box-chat #comments-container {
    height: 100%;
}
.webinar-sidebar .tab-content #box-chat #comments-container .comment .comment-content {
    background: var(--Background-Secondary, #FFF);
    box-shadow: var(--app-box-shadow-beige);
}
body.dark .webinar-sidebar .tab-content #box-chat #comments-container .comment .comment-content {
    color: var(--app-color-dark);
}
body.dark .webinar-sidebar .tab-content #box-chat #comments-container .comment.me .comment-content {
    color: var(--app-color-white);
}
.webinar-sidebar .tab-content #box-chat #comments-container .comment:hover .comment-content {
    background: var(--common-primary-brand-cobalt-blue-10, #F3F6FF);
}
.webinar-sidebar .tab-content #box-chat .panel-footer {
    position: relative;
    z-index: 2;
    background: var(--Background-Secondary);
    border-radius: 24px;
    box-shadow: 0 10px 10px 0 #F2F2F2;
    height: 140px;
    padding: 24px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.webinar-sidebar .tab-content #box-chat #addCommentForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border: none;
    height: 92px;
}
#box-chat .panel #addCommentForm .addCommentFormRow .avatar {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    position: relative;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a:hover {
    transform: none;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a.bg-info:hover {
    background: var(--common-primary-brand-cobalt-blue-80, #6082fc) !important;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a.bg-coral:hover {
    background: var(--common-primary-brand-coral-80, #ff927c) !important;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a.bg-success:hover {
    background: var(--common-primary-brand-emerald-80, #1CA78D) !important;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a.bg-yellow:hover {
    background: var(--common-primary-brand-yellow-80, #f9d9a6) !important;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a > i {
    font-size: 16px;
    color: white;
    transition: all 0.3s ease-in-out;
}
.webinar-sidebar .tab-content #box-chat .chat-actions > a > i.bottom-icon {
    display: flex;
    width: 15px;
    height: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--app-color-dark, #1C1D23);
    color: white;
    font-size: 8px;
    position: absolute;
    bottom: -4px;
    right: -1px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup {
    position: absolute;
    bottom: -100%;
    left: 15px;
    height: auto;
    z-index: 10;
    width: 350px;
    background: var(--Background-Secondary);
    max-height: calc(100% - 120px);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 24px;
    padding: 16px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup.visible {
    bottom: 70px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header .chat-actions-header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header .chat-actions-header-title .card-icon {
    width: 40px;
    height: 36px;
    border-radius: 12px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header .chat-actions-header-title .card-icon i {
    font-size: 16px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header h3 {
    font-size: 14px;
    font-weight: 700;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header i.fa-circle-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #a6aaaf;
    margin-left: 5px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-header .btn:hover {
    transform: none;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-content .chat-gray {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--common-primary-brand-navy-blue-10, #9093A7);
    font-size: 12px;
    font-weight: 300;
}

.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-content {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    height: 100%;
    overflow-y: auto;
}

.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item-with-order {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item {
    display: flex;
    padding: 14px;
    flex-direction: column;
    gap: 8px;
    border-radius: 16px;
    background: var(--common-secondary-brand-orange-10, #FFF8F3);
    width: 100%;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item.active {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 20px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-header .label {
    height: 19px;
    padding: 2px 6px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 6px;
    border-width: 0.6px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-header .chat-item-actions {
    margin-left: auto;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-actions .switch {
    height: 20px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-actions .switch.visible,
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item:hover .chat-item-actions .switch {
    display: block;
}


.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item.waiting {
    background: var(--common-primary-brand-yellow-10, #FEFAF4);
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item.active,
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item.published {
    background: var(--Background-Builder, #F5F5F5);
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item .chat-item-header .chat-item-actions {
    display: flex;
    gap: 10px;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item .chat-item-header .chat-item-actions .btn-icon {
    height: 19px;
    width: 19px;
    padding: 0;
    font-size: 16px;
    background: transparent;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item .chat-item-header .chat-item-actions .btn-icon.publish {
    display: none;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item.waiting .chat-item-header .chat-item-actions .btn-icon.publish {
    display: flex;
    color: var(--common-primary-brand-yellow-100, #FFC364);
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item.waiting .chat-item-header .chat-item-actions .btn-icon.publish i {
    color: var(--common-primary-brand-yellow-100, #FFC364);
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup-chapters .chat-item.waiting .chat-item-header .chat-item-actions .btn-icon.republish {
    display: none;
}
.chat-item-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.chat-item-info div {
    font-size: 12px;
    font-weight: 300;
}
.chat-item-info div strong {
    font-size: 12px;
    font-weight: 600;
}

.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-content .chat-item-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-item .chat-item-content .chat-item-infos p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}

.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-items-show {
    margin-top: 8px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
}
.webinar-sidebar .tab-content #box-chat .chat-actions-popup .chat-actions-items-show a {
    font-weight: 700;
    font-size: 12px;
}


.webinar-sidebar .tab-content #box-chat #addCommentForm input,
.webinar-sidebar .tab-content #box-chat #addQuestionForm input {
    height: 36px;
    font-size: 13px;
    letter-spacing: 0;
    padding: 8px 12px;
    border-radius: 0;
}
.webinar-sidebar .tab-content #box-chat #addCommentForm .emojiPickerIcon,
.webinar-sidebar .tab-content #box-chat #addQuestionForm .emojiPickerIcon {
    top: -1px;
    right: -3px;
}
.webinar-sidebar .tab-content #box-chat #addCommentForm .addCommentFormActions:hover,
.webinar-sidebar .tab-content #box-chat #addQuestionForm .addCommentFormActions:hover {
    transform: none;
}
.webinar-sidebar .tab-content #box-chat #addCommentForm #addCommentFormSubmit i,
.webinar-sidebar .tab-content #box-chat #addQuestionForm #addCommentFormSubmit i {
    font-size: 12px;
    line-height: 1;
}

.webinar-sidebar .tab-content #box-chat #comments_scroll {
    height: 32px;
    bottom: 10px;
}
.webinar-sidebar .tab-content #box-chat #comments_scroll .btn {
    padding: 4px 16px;
    height: 32px;
    font-size: 11px;
    box-shadow: 0 1px 4px 0 rgba(20,27,58,0.14), 0 2px 16px 0 rgba(0,0,0,0.15) !important;
}
.webinar-sidebar .tab-content #box-chat #comments_scroll .btn:hover {
    opacity: 1;
}


#liste_sondages hr {
    margin: 25px -25px 20px -25px;
    border-top: var(--app-input-checkbox-border);
}

.webinar-sidebar .tab-content #box-sondages .box-sondages-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}
.webinar-sidebar .tab-content #box-sondages .box-sondages-form {
    display: none;
    height: 100%;
}
.webinar-sidebar .tab-content #box-sondages .box-sondages-form hr {
    margin-left: -25px;
    margin-right: -25px;
    border-top: var(--app-input-checkbox-border);
}
.webinar-sidebar .tab-content #box-sondages .box-sondages-form form {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
}
.webinar-sidebar .tab-content #box-sondages .box-sondages-form .btn-group-toggle {
    width: 100%;
}
.webinar-sidebar .tab-content #box-sondages .box-sondages-form .btn-group-toggle label {
    width: 50%;
}
.webinar-sidebar .tab-content #box-sondages .btn-add-reponse i {
    margin-right: 10px;
}

.webinar-sidebar .tab-content #box-sondages .box-sondages-import {
    display: none;
    flex: 1;
    flex-direction: column;
    height: 100%;
}


#listtextes hr {
    margin: 25px -25px 20px -25px;
    border-top: var(--app-input-checkbox-border);
}
.webinar-sidebar .tab-content #box-textes .box-textes-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}
.webinar-sidebar .tab-content #box-textes .box-textes-form {
    display: none;
    height: 100%;
}
.webinar-sidebar .tab-content #box-textes .box-textes-form form {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
}
.webinar-sidebar .tab-content #box-textes .box-textes-import {
    display: none;
}

.webinar-sidebar .tab-content #box-textes .box-textes-import {
    display: none;
    flex: 1;
    flex-direction: column;
    height: 100%;
}


.webinar-sidebar .form-group label.control-label {
    font-weight: 500;
}
.webinar-sidebar .form-group input.error {
    border-color: #ED3B51;
}
#broadcastRoom .webinar-sidebar .input-group .form-control:focus + .input-group-btn .btn {
    border-color: var(--app-color-primary);
}
.webinar-sidebar .form-actions {
    padding: 10px;
    background-color: #e8ffee;
    box-shadow: 0 -1px 0 0 #cdf0d5;
    border: none;
    position: relative;
    margin-left: 0;
}
.webinar-sidebar .tab-content #tab_participants .box .box-content {
    height: calc(100% - 160px);
    padding: 16px 0;
}
.webinar-sidebar .tab-content #tab_participants .box .box-footer {
    display: block;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header .input-group {
    display: table;
    width: 100%;
    border-radius: 16px !important;
    box-shadow: var(--app-box-shadow-beige);
    overflow: hidden;
    border: none;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header .input-group .input-group-addon {
    float: none;
    width: 1%;
    height: auto;
    padding: 6px 12px;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header .input-group i.fa-search {
    position: absolute;
    top: 19px;
    left: 16px;
    color: var(--app-color-dark);
    z-index: 10;
    font-size: 12px;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header .input-group input {
    height: 53px;
    padding: 10px 12px 10px 40px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header .input-group input:focus {
    outline: none;
}
.webinar-sidebar .tab-content #tab_participants .box-content-header .input-group .input-group-btn {
    border-left: var(--app-input-checkbox-border);
}
.webinar-sidebar .tab-content #tab_participants .box-content-header button {
    height: 45px;
    width: 46px;
    border: none;
}
.webinar-sidebar .tab-content #tab_participants #liste_participants {
    height: 100%;
    overflow: initial;
}
.webinar-sidebar .tab-content #tab_participants #box-participants-stats span.gray {
    color: #90959A;
    margin-left: 10px;
}


.webinar-sidebar .tab-content #tab_options .box-content.form {
    margin-bottom: 0;
}
.webinar-sidebar .tab-content #tab_options .panel.panel-default {
    border: none;
    border-bottom: var(--app-input-checkbox-border);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.webinar-sidebar .tab-content #tab_options .form .panel.panel-default > .panel-heading,
.webinar-sidebar .tab-content #tab_options .form .panel.panel-default > .panel-heading:hover {
    border: none;
}
.webinar-sidebar .tab-content #tab_options .form .panel-default > .panel-heading a:before {
    color: var(--app-color-dark);
    font-size: 18px;
}
.webinar-sidebar .tab-content #tab_options .form .panel.active .panel-collapse {
    border: none;
}
.webinar-sidebar .tab-content #tab_options .form .panel .panel-heading a,
.webinar-sidebar .tab-content #tab_options .form .panel-default > .panel-heading a {
    color: var(--app-color-dark);
    font-weight: 500;
}
.webinar-sidebar .tab-content #tab_options #optionPublishVideo video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}
.webinar-sidebar .tab-content #tab_options #optionPublishVideo video::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;
}


.modal div.checker {
    margin-left: 0 !important;
}

#chronotime {
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
}

.label-record {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    padding: 6px 12px;
    gap: 12px;
    border-radius: 12px;
    background: var(--Background-Secondary, #FFF);
    height: 36px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--app-color-dark);
}
.label-record .record-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #51557B;
    padding: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.label-record .badge-live {
    display: flex;
    align-items: center;
    gap: 6px;
}
.label-record .badge-live i {
    color: var(--common-secondary-brand-red-100, #EE5340);
}
body.dark .label-record .badge.badge-live {
    background: var(--common-secondary-brand-red-100);
}
@keyframes recordCircleScale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
}
.label-record .record-circle i.fa-circle {
    color: var(--app-color-primary);
    font-size: 9px;
    animation: recordCircleScale 2s ease-in-out infinite;
}
.label-record .label {
    padding: 10px 20px;
    font-size: 14px;
}
.label-record .btn-youtube {
    color: var(--app-color-dark);
    background: transparent;
    padding: 0;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    border: none;
    box-shadow: none;
    border-radius: var(--app-btn-radius);
    height: var(--app-btn-height);
}
.label-record .btn-youtube:hover {
    border: none;
    color: var(--app-color-dark);
    opacity: 1;
}

.label-record .btn-youtube:active {
    background: none;
    box-shadow: none;
}
@media (max-width: 768px) {
    .label-record {
        top: 16px;
        left: unset;
        right: 0;
        border-radius: 12px;
        background: var(--common-primary-brand-navy-blue-30, #2C2D36);
        height: 33px;
        color: white;
        font-size: 14px;
    }
    #chronotime {
        font-size: 14px;
    }
}

#chrome, #firefox {
    display: none;
    padding-top: 7px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}
#chrome a, #firefox a {
    color: white;
}

.unpublish {
    position: absolute;
    bottom: 17px;
    left: 28px;
    z-index: 1000;
    padding: 0;
    display: none;
    border-radius: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
    height: 40px;
    width: 88px;
    box-shadow: 0 1px 4px 0 rgba(20,27,58,0.14), 0 2px 16px 0 rgba(0,0,0,0.15);
}
.stream:hover .unpublish {
    display: block;
}
.unpublish .btn-circle {
    color: #424B54;
    width: 44px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
    padding: 3px 12px;
    margin-right: 0;
    border: none;
    font-size: 16px;
    background: #FFFFFF;
}
.unpublish .btn-circle:hover {
    transform: none;
}
.unpublish .btn-circle:first-child {
    text-align: right;
}
.unpublish .btn-circle.btn-danger {
    color: #EB615F;
}
.unpublish .btn-circle:hover {
    background: #fdefef;
    color: #EB615F;
}
.unpublish .btn-circle.btn-danger:hover {
    background: #F0F1F2;
    color: #424B54;
}
.stream.small .unpublish {
    left: 36px;
}
.container-cameras.pip.one_presenter #cameras .stream.small .unpublish {
    left: 56px;
}
.stream-video .unpublish {
    width: 44px;
}
.stream-video .unpublish .btn-circle:first-child {
    text-align: center;
}
#broadcastRoom .stream-video .OT_publisher .OT_name {
    left: 20px !important;
    transform: none !important;
    padding-left: 55px !important;
}
#broadcastRoom #presenter_fs .stream .unpublish {
    bottom: 37px;
}
#broadcastRoom .stream-video .OT_edge-bar-item.OT_mute {
    display: none !important;
}


.popover {
    padding: 24px;
    box-shadow: none;
    border-radius: var(--app-dropdown-radius);
    border: none;
}
.popover .popover-header {
    padding: 0;
    margin-bottom: 36px;
}
.popover .popover-content {
    padding: 0;
}
.popover .popover-content-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.popover-content-title .card-icon {
    border-radius: 12px;
    width: 35px;
    height: 32px;
    font-size: 12px;
}
.popover .popover-content-title h3 {
    font-size: 16px;
    font-weight: 700;
}
.popover .popover-header h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.popover .popover-header button {
    background: transparent;
    border-radius: 0;
    color: var(--app-color-dark);
    font-size: 18px;
    border: none;
    padding: 0;
    float: right;
}
.popover .popover-content .popover-title {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

.popover-change-source {
    max-width: 430px;
    width: 430px;
}
.popover-change-source .table {
    box-shadow: none;
    border: none;
}
.popover-change-source select {
    padding: 0;
    height: 40px;
    font-size: 13px;
    width: 100%;
}
.popover-change-source .switch label {
    font-weight: normal;
}
.popover-change-source .select2-container {
    min-width: 0;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 0;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 1100;
}
.select2-search--dropdown {
    display: none;
}
.popover-change-source table tr td {
    border: none;
    padding-bottom: 17px;
}
.popover-change-source table tr td.td-top {
    vertical-align: top !important;
    padding-top: 15px;
}
.popover-change-source table tr td i {
    vertical-align: top;
    font-size: 14px;
    padding-top: 3px;
}
.popover-change-source table tr td .btn {
    width: 100%;
    padding: 7px 20px !important;
}
.popover-change-source table tr td .btn i {
    vertical-align: top;
    font-size: 12px;
    padding-top: 0;
    margin-right: 0;
}
.popover-change-source table tbody > tr > td:first-child {
    padding-left: 0;
}
.popover-change-source video {
    width: 227px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
}
.popover-change-source .volume-container {
    width: 100%;
    margin-top: 0;
}
.progress {
    height: 6px;
    margin-bottom: 0;
    background: #EFEFF1;
    border-radius: 3px;
    width: 100%;
}
.progress-bar {
    background: var(--app-color-primary);
    transition: width .1s ease;
}

.popover-change-layout {
    max-width: 500px;
    width: 500px;
    height: 670px;
    position: absolute;
    /*left: 44px;*/
    top: unset;
    bottom: 110px;
}
.popover-change-layout p {
    margin-bottom: 16px;
}
.popover-change-layout .layout p {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.popover-change-layout .select2-container {
    min-width: 0;
}
.popover-change-layout .layout input[type="radio"] {
    display: none;
}
.popover-change-layout .layout .layout-thumbnail {
    border-radius: 6px;
    padding: 1px;
    border: 2px solid transparent;
}
.popover-change-layout .layout .layout-thumbnail img {
    max-width: 100%;
    border-radius: 3px;
}
.popover-change-layout .layout.checked .layout-thumbnail {
    border-color: #ed533f;
}
.popover-change-layout #selectChangeLayout {
    height: 40px;
    padding: 10px;
    font-size: 13px;
}
.popover-change-layout .change-layout-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
}
.popover-change-layout .change-layout-content .layout {
    text-align: center;
}
.popover-change-layout .btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
}
.popover-change-layout .change-layout-footer {
    padding: 16px 24px 0 24px;
    margin-left: -24px;
    margin-right: -24px;
}


.popover-preview-video {
    width: 472px;
    max-width: 472px;
    background: white;
    position: absolute;
    z-index: 10;
}
.popover-preview-video p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
.popover-preview-video .btn-primary {
    display: block;
    width: 100%;
}
.popover-preview-video #muteYouTubeVideoPlayer,
.popover-preview-video #popoverPreviewContent {
    margin-bottom: 12px;
}

#btnInvitePresenters i {
    transition: all 0.3s ease-in-out;
}
#btnInvitePresenters i.nc-icon-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#InvitePresenters {
    display: none;
    width: 430px;
    max-width: 430px;
    position: absolute;
    left: 44px;
    top: unset;
    bottom: 110px;
    z-index: 10;
    padding: 24px;
}
#InvitePresenters form {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
#InvitePresenters .popover-content {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Border-Secondary, #F3EEE8);
    margin-top: 16px;
    color: var(--app-color-dark);
}
#InvitePresenters .invite-presenters-link {
        margin-bottom: 16px;
}
#InvitePresenters .invite-presenters-link .disabled-link-input-icons a i {
    font-size: 20px;
}


#InvitePresenters .invite-presenters-container {
    min-height: 200px;
    overflow-y: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#InvitePresenters .invite-presenters-edit-email .invite-presenters-container {
    overflow: visible;
}
#InvitePresenters .invite-presenters-content,
#InvitePresenters .invite-presenters-edit-email {

}
#InvitePresenters .invite-presenters-content .invite-presenters-content-header p {
    margin-bottom: 0;
}
#InvitePresenters .invite-presenters-content-header a {
    cursor: pointer;
}
#InvitePresenters .invite-presenters-content-header button {
    padding: 0;
    line-height: 1;
}
#InvitePresenters .invite-presenters-content-header button.btn-link {
    text-decoration: underline;
    color: var(--app-color-primary);
}
#InvitePresenters .invite-presenters-content-header:after {
    clear: both;
    content: '';
    display: table;
}

#InvitePresenters .invite-presenters-user,
#InvitePresenters .invite-presenters-email {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
#InvitePresenters .invite-presenters-user:hover {
    background: #F9FAFB;
}
#InvitePresenters .invite-presenters-user .checkbox,
#InvitePresenters .invite-presenters-email .checkbox {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 38px;
    padding: 9px 5px;
    margin: 0;
}
#InvitePresenters .invite-presenters-user .checkbox-user,
#InvitePresenters .invite-presenters-email .checkbox-email {
    display: flex;
    align-items: center;
    width: calc(100% - 35px);
    height: 38px;
    padding: 3px;
    gap: 10px;
}
#InvitePresenters .invite-presenters-email .checkbox-email input {
    height: 38px;
    border-radius: 12px;
}
#InvitePresenters .invite-presenters-user .checkbox-user p {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#InvitePresenters .invite-presenters-user .checkbox-user p span.email {
    color: #90959A;
    font-size: 11px;
}
#InvitePresenters .invite-presenters-user .checkbox-user .presenter-avatar {
    width: 32px;
    height: 32px;
}
#InvitePresenters .invite-presenters-user .checkbox-user .avatar {
    padding: 0;
    border: none;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    box-shadow: 0 1px 2px 0 rgba(52,54,75,0.2);
    background: #975AF5;
}
#InvitePresenters .invite-presenters-user.coache .checkbox-user .avatar {
    background: #828BFB;
}
#InvitePresenters .invite-presenters-user .presenter-type {
    color: #90959A;
    margin-left: auto;
}
#InvitePresenters .invite-presenters-email {
    position: relative;
}
#InvitePresenters .invite-presenters-email .invite-presenters-email-plus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    left: 16px;
}
#InvitePresenters .invite-presenters-email .invite-presenters-email-plus i.nc-icon-c-add-2 {
    border-radius: 50%;
    color: #A6AAAF;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
}
#InvitePresenters .invite-presenters-email .invite-presenters-email-input {
    width: 100%;
}
#InvitePresenters .invite-presenters-email .invite-presenters-email-input input {
    padding-left: 42px;
    height: 42px;
}
#InvitePresenters .invite-presenters-email .invite-presenters-email-input input.error {
    border-color: #F3EEE8;
}
#InvitePresenters .invite-presenters-footer {
    margin-top: 16px;
    text-align: center;
}
#InvitePresenters .invite-presenters-edit-email {
    display: none;
}
#InvitePresenters .invite-presenters-edit-email .form-group {
    margin-bottom: 14px;
}
#InvitePresenters .invite-presenters-edit-email textarea {
    resize: none;
    height: 180px;
    min-height: 180px;
}
#InvitePresenters .invite-presenters-edit-email .btn-add-custom-fields {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
#InvitePresenters .invite-presenters-edit-email .btn-add-default-field {
    color: var(--app-color-link);
    background: transparent;
    text-decoration: underline;
    border: none;
    box-shadow: none;
    cursor: pointer;
}
#InvitePresenters .invite-presenters-edit-email .btn-add-default-field + .dropdown-menu {
    padding-bottom: 12px;
    padding-top: 12px;
}

.block_viewers {
    height: 55px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.block-viewers {
    margin-top: 0 !important;
}
.block-viewers .bloc-nb-waiting-viewers {
    background: var(--Background-Secondary);
    padding: 0 20px;
    border: none;
    border-radius: 27px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.block-viewers .bloc-nb-waiting-viewers .nb-viewers {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
.block-viewers .bloc-nb-waiting-viewers .nb-viewers .digit {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    position: relative;
    width: 9px;
    color: var(--app-color-dark);
    font-size: 13px;
}
.block-viewers .bloc-nb-waiting-viewers .nb-viewers .digit .number.animated-digit {
    position: absolute;
    top: 0;
}
.block-viewers .bloc-nb-waiting-viewers .viewers_text {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
    margin-top: -1px;
}

.block-viewers .bloc-nb-viewers {
    height: 55px;
    width: 55px;
    min-width: 55px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-viewers .bloc-nb-viewers .nb-viewers {
    position: absolute;
    top: -7px;
    right: -6px;
    background: var(--common-primary-brand-coral-100, #FF7559);
    border-radius: 50%;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.block-viewers .bloc-nb-viewers .nb-viewers .digit {
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    height: 30px;
    position: relative;
    width: 7px;
}
.block-viewers .bloc-nb-viewers .nb-viewers .digit .number.animated-digit {
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
}
.block-viewers .bloc-nb-viewers .viewers_text {
    font-size: 24px;
    color: white;
}
.block-viewers.active .bloc-nb-viewers .viewers_text {
    color: var(--common-primary-brand-cobalt-blue-80, #6082FC);
}
.block-viewers.active .bloc-nb-viewers .viewers_text i {
    font-weight: 900;
}


.bloc-notifications {
    height: 55px;
    width: 55px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar .bloc-notifications {
    margin-left: auto;
}
.bloc-notifications .nb-notifications {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--common-primary-brand-coral-100, #FF7559);
    border-radius: 50%;
    height: 25px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 700;
}
.bloc-notifications i {
    font-size: 24px;
    color: white;
}
.bloc-notifications.active i {
    color: var(--common-primary-brand-cobalt-blue-80, #6082FC);
    font-weight: 900;
}
.bloc-display-sondages .nb-notifications {
    background: var(--common-primary-brand-cobalt-blue-100, #385FEB);
}
.bloc-display-offres .nb-notifications {
    background: var(--common-primary-brand-emerald-100, #00866D);
}
.bloc-notifications.bloc-display-poweredby {
    display: none;
}

.animated-digit {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes digitFromTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes digitFromTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.digitFromTop {
    -webkit-animation-name: digitFromTop;
    animation-name: digitFromTop;
}

@-webkit-keyframes digitFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 100%, 0);
        transform: translate3d(-50%, 100%, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes digitFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 100%, 0);
        transform: translate3d(-50%, 100%, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.digitFromBottom {
    -webkit-animation-name: digitFromBottom;
    animation-name: digitFromBottom;
}



#tarteaucitronRoot {
    display: none;
}

.alert-broadcast-status {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    width: 450px;
    border-radius: 20px;
    background: var(--Background-Secondary);
    box-shadow: none;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .alert-broadcast-status {
        width: calc(100% - 40px);
    }
}
.alert-broadcast-status h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.alert-broadcast-status p {
    color: var(--app-color-dark);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.alert-broadcast-status hr {
    border: none;
    border-top: 1px solid var(--Border-Secondary, #F3EEE8);
    margin: 0;
}
.alert-broadcast-status .close {
    color: var(--app-color-dark);
    opacity: 1;
    font-size: 20px;
    right: 20px;
    top: 20px;
    float: none;
}
.alert-broadcast-status .btn {

}

.modal.fade {
    transition: none;
}
.modal .modal-header button {
    display: none;
}
.modal .modal-dialog .modal-header + .modal-body {
    padding: 20px 28px;
}
.modal .modal-dialog .modal-header h4,
.modal .modal-dialog .modal-body h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: none;
}
.modal .modal-dialog .modal-header h4 {
    margin-bottom: 0;
}
.modal .modal-actions {
    margin-top: 30px;
}

.modal .modal-footer {
    border-top: none;
    background-color: transparent;
    text-align: center;
}

.modal .modal-footer .btn,
.footer-2-buttons .btn {
    display: inline-flex;
    width: calc(50% - 6px);
}
.modal .modal-footer .btn:first-child,
.footer-2-buttons .btn-secondary,
.footer-2-buttons .btn-default {
    margin-right: 8px;
    padding: var(--app-btn-padding);
    height: var(--app-btn-height);
    line-height: var(--app-font-size);
}
.modal#UpgradeModal .modal-footer {
    display: none;
}
.modal-footer .btn+.btn {
    margin-left: 0;
}
#comments_scroll {
    bottom: -10px;
}

#broadcastRoom .OT_subscriber .OT_name,
#broadcastRoom .OT_publisher .OT_name {
    bottom: 20px !important;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    right: auto !important;
    background: rgba(255,255,255,1) !important;
    padding: 12px 24px !important;
    border-radius: 20px !important;
    color: var(--app-color-dark) !important;
    margin: 0 !important;
    line-height: 18px !important;
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'DM Sans', sans-serif;
}
#broadcastRoom .container-cameras.one_presenter .OT_publisher .OT_name,
#broadcastRoom.presentateur .container-cameras.one_presenter .OT_subscriber .OT_name,
#broadcastRoom.invite .container-cameras.one_presenter .OT_subscriber .OT_name {
    left: 20px !important;
    bottom: 20px !important;
    transform: none;
}
#broadcastRoom .container-cameras.one_presenter .stream-video .OT_publisher .OT_name {
    bottom: 20px !important;
}
#broadcastRoom .container-cameras.one_presenter .OT_subscriber .OT_name {
    left: 20px !important;
    bottom: 20px !important;
    transform: none;
}
.OT_subscriber:hover .OT_name {
    top: auto !important;
    opacity: 1 !important;
}
.stream:hover .OT_subscriber .OT_name {
    top: auto !important;
    opacity: 1 !important;
}
.OT_subscriber .OT_edge-bar-item {
    transition: none !important;
}
.OT_bar.OT_edge-bar-item.OT_mode-auto {
    display: none !important;
}
.OT_archiving {
    display: none !important;
}


#broadcastRoom .stream.small .OT_subscriber .OT_name,
#broadcastRoom .stream.small .OT_publisher .OT_name {
    top: 20px !important;
    left: 0 !important;
    background: transparent !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    color: #34364B !important;
    margin: 0 !important;
    line-height: 18px !important;
    height: 40px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    transform: none;
}
#broadcastRoom .stream.small .OT_publisher .OT_name,
#broadcastRoom.presentateur .stream.small .OT_name {
    top: 40px !important;
}


#new-publisher {
    display: none;
}


#broadcastRoom .stream .OT_video-poster {
    background: transparent;
    opacity: 1;
}
#broadcastRoom .stream .OT_video-poster .poster-avatar {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
#broadcastRoom .stream .OT_video-poster .poster-name {
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
#broadcastRoom .container-cameras .stream .OT_audio-level-meter {
    display: none;
}
#broadcastRoom .stream .OT_audio-only .OT_audio-level-meter {
    position: absolute;
    width: 200px;
    height: 200px;
    max-width: 200px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    display: block;
}
#broadcastRoom .stream.small .OT_audio-only .OT_audio-level-meter {
    width: 100px;
    height: 100px;
    max-width: 100px;
}
#broadcastRoom .stream .OT_audio-only .OT_audio-level-meter__audio-only-img {
    display: none !important;
}
#broadcastRoom .stream .OT_audio-only .OT_audio-level-meter .OT_audio-level-meter__value {
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(55, 64, 74, 1) 0%, rgba(55, 64, 74, 1) 100%);
}

#broadcastRoom .container-cameras.one_presenter.bestfit .stream .OT_video-poster .poster-avatar,
#broadcastRoom .container-cameras.one_presenter.pip #presenter_fs .stream .OT_video-poster .poster-avatar {
    width: 200px;
    height: 200px;
}
#broadcastRoom .container-cameras.one_presenter.bestfit .stream .OT_video-poster .poster-avatar img,
#broadcastRoom .container-cameras.one_presenter.pip #presenter_fs .stream .OT_video-poster .poster-avatar img {
    width: 200px;
    height: 200px;
}
#broadcastRoom .container-cameras.one_presenter.bestfit .stream .OT_audio-only .OT_audio-level-meter,
#broadcastRoom .container-cameras.one_presenter.pip #presenter_fs .stream .OT_audio-only .OT_audio-level-meter {
    width: 350px;
    height: 350px;
    max-width: 350px;
}
#broadcastRoom .container-cameras.one_presenter.pip #cameras .stream .OT_video-poster .poster-avatar {
    width: 32px;
    height: 32px;
}
#broadcastRoom .container-cameras.one_presenter.pip #cameras .stream .OT_video-poster .poster-avatar img {
    width: 32px;
    height: 32px;
}
#broadcastRoom .container-cameras.one_presenter.pip #cameras .stream .OT_audio-only .OT_audio-level-meter {
    width: 100px;
    height: 100px;
    max-width: 100px;
}

#broadcastRoom .stream.small .OT_video-poster .poster-avatar {
    width: 32px;
    height: 32px;
}
#broadcastRoom .stream.small .OT_video-poster .poster-avatar img {
    width: 32px;
    height: 32px;
}
#broadcastRoom .stream.small .OT_audio-only .OT_video-poster .poster-name {
    display: block;
}
#broadcastRoom .stream.small:hover .OT_subscriber .OT_video-poster .poster-avatar {
    top: 35px;
}
#broadcastRoom .stream.small:hover .OT_subscriber .OT_video-poster .poster-name {
    display: none;
}

#ModalStartBroadcast {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(20,27,58,0.3), 0 10px 30px 0 rgba(20,27,58,0.14);
    padding: 20px 100px;
    width: 512px;
    position: absolute;
    left: 50%;
    top: 115px;
    transform: translateX(-50%);
    display: none;
    z-index: 1;
}
#ModalStartBroadcast h1 {
    margin: 0 0 10px 0;
    text-align: center;
}
#ModalStartBroadcast p {
    color: #90959A;
    font-size: 16px;
    text-align: center;
}
#ModalStartBroadcast .img-container {
    margin: 30px auto;
    text-align: center;
}
#ModalStartBroadcast img {
    width: 106px;
    animation: loader 2s linear infinite;
}
@-webkit-keyframes loader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
OT_audio_level_meter
<div class="OT_video-disabled-indicator OT_mode-auto OT_video-disabled-warning OT_active"></div>
 */
.OT_video-disabled-indicator {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 10px;
    right: 11px !important;
    top: 20px !important;
    left: auto !important;
    background: white url(../../../../svgs/bad-wifi.svg) center no-repeat !important;
}
.stream.small .OT_video-disabled-indicator {
    right: 6px !important;
    top: 3px !important;
}



#broadcastRoom .OT_video-disabled-indicator.OT_active {
    pointer-events: all;
    z-index: 1;
}
#broadcastRoom .OT_root .tooltip-inner {
    padding: 8px 12px;
}
#broadcastRoom .OT_root .tooltip.bottom .tooltip-arrow {
    border-style: solid;
    border-color: transparent;
}


@media only screen and (max-width: 767px) {
    #broadcastRoom {
        padding: 10px 16px;
        gap: 8px;
    }
    #broadcastRoom .main-content,
    #broadcastRoom .main-container-layout {
        gap: 8px;
    }
    #webinar-main-container {
        padding: 0px !important;
    }
    .main-content {
        width: 100%;
        flex-direction: column;
    }
    .main-container .container-cameras {
        width: 100%;
    }
    .main-container-layout {
        height: auto;
        flex: 0 1 auto;
        gap: 8px;
        overflow-y: auto;
    }
    #broadcastRoom.is-full-width .main-container-layout {
        height: 100%;
    }
    .main-container {
        height: 100%;
    }
    #cameras {
        min-height: 300px !important;
    }
    /*#presenters {
        display: none;
    }*/
    #presenters .presenter-circle img {
        width: 32px;
        min-width: 32px;
        height: 32px;
        min-height: 32px;
    }
    .footer-actions-overflow {
        overflow: auto;
        height: 55px;
        min-height: 55px;
    }
    .footer-actions .btn-conf {
        left: 0;
        transform: none;
        width: auto;
    }
    .footer-actions .btn-conf {
        margin-right: 10px;
    }
    .webinar-sidebar {
        width: 100%;
        height: auto;
        flex: 0 1 auto;
        overflow: hidden;
    }
    .webinar-sidebar .tab-content #box-chat .panel-footer {
        padding: 10px 14px;
        height: 112px;
        min-height: 112px;
    }
    .webinar-sidebar .tab-content #box-chat .chat-actions {
        bottom: 10px;
        left: 10px;
    }
    .main-container .container-cameras.one_presenter.bestfit #cameras .stream,
    .main-container .container-cameras.one_presenter.pip #presenter_fs .stream {
        height: 100% !important;
        margin-bottom: 0;
    }
    .main-actions.main-actions-2 {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .webinar-sidebar .nav-tabs {
        width: calc(100% - 50px);
    }
    .webinar-sidebar .nav-tabs > li {
        overflow: hidden;
    }
    .webinar-sidebar .tab-content #box-chat .box-header + .panel {
        height: 100%;
    }
    .popover-change-layout,
    .popover-change-source {
        max-width: 100%;
        overflow-y: scroll;
        height: calc(100% - 50px);
    }
    .webinar-sidebar .tab-content #box-chat .box-header {
        display: none;
    }
    .webinar-sidebar .tab-content #box-chat #chat {
        height: 100%;
    }
    .webinar-sidebar .tab-content #box-chat #addCommentForm input,
    .webinar-sidebar .tab-content #box-chat #addQuestionForm input {
        padding: 0;
        border-radius: 0;
    }

    #poweredby-main-container {
        display: none !important;
    }
    .bloc.bloc-poweredby {
        display: none;
    }

    .block_viewers {
        justify-content: center;
    }
    .block-viewers {
        border-radius: 50%;
        background: var(--common-primary-brand-navy-blue-30, #2C2D36);
    }
    .block-viewers.active {
        background: var(--Background-Primary, #F9F5F1);
    }
    .block-viewers.active .bloc-nb-viewers .viewers_text {
        color: var(--app-color-dark, #1C1D23);
    }
    .block-viewers .bloc-nb-viewers .viewers_text {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .block-viewers.active i {
        display: none;
    }
    .block-viewers.active .block-viewers-mobile-icon {
        display: block !important;
        color: var(--app-color-dark, #1C1D23);
    }
    .webinar-sidebar .tab-content .tab-pane {
        padding: 10px;
        background: var(--Background-Primary, #F9F5F1) url(../../../../images/conference/bg-chat.jpg) no-repeat center top;
        background-size: cover;
        border-radius: 20px;
    }
    .webinar-sidebar .tab-content .tab-pane .box .box-header {
        height: 24px;
        min-height: 24px;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    .webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-back,
    .webinar-sidebar .tab-content .tab-pane .box .box-header-title,
    .webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-breadcrumb span,
    .webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-toolbar {
        display: none;
    }
    .webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-breadcrumb {
        color: var(--app-color-dark, #1C1D23);
        font-size: 16px;
        font-weight: 700;
    }
    .webinar-sidebar .tab-content .tab-pane .box .box-header .box-header-breadcrumb .mobile-icon {
        display: block;
    }

    /** Textes **/
    .webinar-sidebar .tab-content .tab-pane #box-textes .box-header .box-header-title {
        display: flex;
    }
    .webinar-sidebar .tab-content .tab-pane #box-textes .box-header .box-header-title .label {
        display: none;
    }
    .webinar-sidebar .tab-content .tab-pane #box-textes .box-header .box-header-title i {
        color: var(--common-primary-brand-coral-100, #FF7559);
    }
    #texte-theme2 .texte.theme2 .texte-header-icon,
    #box-textes .texte.theme2 .texte-header-icon {
        display: none;
    }

    /** Offres **/
    .webinar-sidebar .tab-content .tab-pane #box-offres .box-header .box-header-title {
        display: flex;
    }
    .webinar-sidebar .tab-content .tab-pane #box-offres .box-header .box-header-title .label {
        display: none;
    }

    /** Participants **/
    .webinar-sidebar .tab-content .tab-pane #box-participants .box-header .box-header-title {
        display: flex;
    }

    .webinar-sidebar .tab-content .tab-pane #box-sondages .box-header .box-header-breadcrumb .mobile-icon,
    .webinar-sidebar .tab-content .tab-pane #box-signing .box-header .box-header-breadcrumb .mobile-icon {
        color: var(--common-primary-brand-cobalt-blue-100, #385FEB);
    }
    .webinar-sidebar .tab-content .tab-pane .box .box-content {
        padding: 0 0 40px 0;
    }
    #box-sondages #sondage .sondage {
        padding: 16px;
    }
    .topbar .bloc-notifications {
        display: none !important;
    }

    .webinar-sidebar .tab-content #tab_chat {
        min-height: 40vh;
    }


    .bloc-notifications.bloc-display-poweredby {
        display: flex;
    }
    .block-viewers-dropdown {
        position: relative;
    }
    .block-viewers-dropdown .dropdown-menu {
        top: unset;
        bottom: 100%;
        right: 0;
        left: unset;
        min-width: 260px;
    }
    .block-viewers-dropdown .dropdown-menu {
        margin-bottom: 6px;
        border-radius: 20px;
        background: var(--common-primary-brand-navy-blue-40, #282931);
        padding: 24px;
        width: 260px;
        box-shadow: none !important;
    }
    .block-viewers-dropdown .dropdown-menu .bloc.bloc-poweredby {
        display: block;
    }
    .block-viewers-dropdown .dropdown-menu .footer-poweredby {
        flex-direction: row;
        justify-content: flex-start;
    }
    .block-viewers-dropdown .dropdown-menu .footer-poweredby p {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .block-viewers-dropdown .dropdown-menu #presenters-container {
        display: flex;
        margin-bottom: 30px;
        height: 52px;
    }
    .dropdown-backdrop {
        background: rgba(28, 29, 35, 0.4);
        transition: opacity 0.15s linear;
    }
    .block-viewers .bloc-nb-waiting-viewers .viewers_text {
        display: none;
    }
}

/* Fix 100vh on iOS */
@supports (-webkit-touch-callout: none) {
    #broadcastRoom {
        min-height: 100dvh;
        height: 100dvh;
        padding-bottom: env(safe-area-inset-bottom);
    }
    /*.webinar-sidebar {
        height: 0;
        min-height: -webkit-fill-available;
    }*/
}
