.topnav_blk {
    background-color: #5f6062 !important;    
  }
.logoo {
    width: 200px !important;
    height: 70px !important;
}
.vdo-top-part {
    padding: 6px 15px !important;
}
.tot-participants img {
    max-width: 14px;
    margin-right: 8px;
}

.Translate-chart {
    padding: 10px;
}
.toggle-menu {
    cursor: pointer;
}
.toggle-menu img {
    filter: brightness(0) invert(1);
}

.meeting-display-section {
    position: relative;
}

.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%; 
    right: 0;
    padding: 0;
    overflow-y: auto;
    visibility: hidden;
    background-color: #383838;
    transition-timing-function: ease-in-out;
    box-shadow: 0px 4px 26px rgb(25 22 53 / 10%);
    transition-duration: .3s;
    transition-property: left, visibility;
    z-index: 99;
}
.sidebar.open {
    left: calc(100% - 250px);
    visibility: visible;
}
.sidebar ul {
    
}
.sidebar ul li {
    
}
.sidebar ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    padding: 15px 5px 15px 25px;
    border-bottom: 1px solid #4c4c4c;
    cursor: pointer;
}
.sidebar ul li a .icon {
    margin-right: 15px;
}
.sidebar ul li a .icon img {
    max-width: 15px;
    filter: brightness(0) invert(1);
}
.sidebar ul li a .link{
    
}
.fixed-top-left {
    width: inherit !important;
}

.vdo-menu-list.leave {
    background: #cf2027;
    border-color: #cf2027 !important;
}
.vdo-menu-list.leave:hover {
    background: #cf2027 !important;
    border-color: #cf2027 !important;
}
.vdo-menu-list,
.more-settings-dots {
    border: 2px solid #636464 !important;
}

.vdo-menu-list:hover,
.more-settings-dots:hover {
    background-color: inherit !important;
    border: 2px solid #861ffd !important;
}
.more-settings-blk {
    bottom: 80px !important;
}

.vdo-menu-list {
    margin: 0 8px !important
}



.activityIcon {
    position: relative;
    /* width: 200px; */
    height: 80px;
    background: #333;
    border-radius: 30px 30px 0 0;
    min-width: 200px;
    color: #ccc;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    -webkit-box-shadow:  -1px -6px 5px -5px rgba(255,255,255,0.30);
    -moz-box-shadow:  -1px -6px 5px -5px rgba(255,255,255,0.30);
    box-shadow: -1px -6px 5px -5px rgba(255,255,255,0.30);
}

.activityIcon:before, .activityIcon:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.activityIcon:before {
    border-left: 22px solid transparent;
    border-bottom: 66px solid #333;
    left: -18px;
    bottom: 0;
}


.activityIcon:after {
    border-right: 22px solid transparent;
    border-bottom: 66px solid #333;
    right: -18px;
    bottom: 0;
    z-index: 9;
}


.activityIcon .vdo-menu-blk {
    border-radius: 0 !important;
    background-color: transparent !important;
}
.moderator-media {
    padding: 0 !important;
}
.confer-cover-img-blk {
    /* position: inherit !important; */
    flex: 1;
    display: flex;
    justify-content: flex-end;
    bottom: 0 !important;
    align-items: center;
}
.vdo_actions_media {
    justify-content: center !important; 
}
.confer-cover-wrapper {
    padding: 0 !important;
}
.confer-cover-container {
    width: 100px !important;
    min-width: 100px !important;
    height: 70px !important;
    border: 1px solid hsla(0,0%,100%,.17);
    border-radius: 5px;
    overflow: hidden;
    margin-right: 8px;
}
.confer-cover-container:last-child {
    margin-right: 0 !important;
}

@media only screen and (min-width: 1201px) and (max-width: 1365px) {
    .moderator-media {
        display: flex !important;
    }
}

.vdo-menu-list-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    margin: 0 2px;
}
.confer-cover-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vdo-menu-list-wrap h4 {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
}
.time-info {    
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    margin: 0 10px;
}
.vdo-menu-list-wrap img {
    max-width: 20px;
    height: auto;
}

.confer-cover-img-blk-inner {
    flex: 1;
}
.confer-cover-img-blk-inner .confer-cover-img-blk {
    justify-content: flex-start;
    flex: initial; 
}

@media only screen and (max-width: 1199px) {
    .activityIcon {
        height: 74px;
    }
    .activityIcon:before {
        border-left: 20px solid transparent;
        border-bottom: 62px solid #333;
        left: -15px;
    }    
    .activityIcon:after {
        border-right: 20px solid transparent;
        border-bottom: 62px solid #333;
        right: -15px;
    }
    .vdo-menu-list-wrap h4,
    .time-info { 
        font-size: 10px;
        line-height: 20px;
    }
}


@media only screen and (max-width: 991px) {
    .confer-cover-img-blk {
        display: none !important;
    }
    .moderator-media {
        justify-content: center !important;
        align-items: center !important;
    }
    .logoo {
        width: 150px !important;
        height: 50px !important;
    }
    .translate-chart {
        display: none !important;
    }
    .confer-cover-img-blk-inner {
        flex: inherit;
    }
    .vdo-menu-list-wrap h4 {
        display: none;
    }
}

