﻿.overlay-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 55;
}
.top_navbar .vdo_navbrand {
    width: 15%;
}
.top_navbar .meeting-title-section {
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_navbar .powered_by {
    width: 33%;
}
.dashboard-left-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  padding: 15px;
  background-color: #f7fcfe;
  border-right: 1px solid #f1f1f1;
}
.user_delete_close {
  font-size: 35px;
  padding-right: 12px;
  cursor: pointer;
  color: #e3e3e3;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.userdelete_popup {
  border-radius: 10px;
}
.deleteuser_body {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.deleteuser_body .delete-info-icon {
  margin-bottom: 25px;
}
.delete_tick_confirm {
  position: relative;
  padding: 5px 30px 5px 15px !important;
}
.delete_tick_confirm:after {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 6px;
  right: 11px;
  transform: rotate(40deg);
}
.choice-selecttype {
  position: relative;
}
.dashboard-content {
  min-width: calc(100% - 45px);
}
.srch_active {
  color: #f1f1f1;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  padding: 0px !important;
}
.srchh {
  padding: 0 !important;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0px;
  font-size: 15px;
}
.srchh::placeholder {
  color: #cecece;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  padding: 0px !important;
}
.dashboard-right-column {
  width: 75%;
}
.dashboard-right-column .mode_navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 23px;
  box-shadow: 0px 3px 6px 0px #f1f1f1;
}
.dashboard-right-column .mode_nav_icons {
  display: flex;
}
.dashboard-right-column .filter_outer {
  padding: 15px;
}
.topnav_blk {
  background-color: #333335;
  height: 100vh;
}
.top_nav_icons .dropdown {
  width: 30px;
}
.top_nav_icons .dropdown .user_img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  border: none;
  padding: 0;
}
.top_nav_icons .dropdown .user_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_nav_icons .dropdown .drop_list {
  font-size: 12px;
  font-weight: 600;
  color: #7f7f7f;
  padding: 8px;
}
.top_nav_icons .dropdown .drop_list:focus {
  background-color: unset !important;
}
.top_nav_icons .dropdown .dropdown-menu {
  transform: translate3d(-131px, 30px, 0px) !important;
}
.top_nav_icons .dropdown .dropdown-toggle:after {
  content: none;
}
.screen_share {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  overflow: hidden !important;
  padding: 0px;
  margin: 0px !important;
  position: relative;
}
.screen_share .meeting-list-section {
    padding: 20px;
}
.screen_share .parent-meeting-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.screen_share .meeting-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%
}
.screen_share .video_container {
  position: relative;
}

.screen_share .video_container .vdo_active {
    position: absolute;
    bottom: 2% !important;
    color: white;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    transition: transform 0.2s ease;
    background: transparent;
    right: 0;
}
.screen_share .video_container .vdo_active .vdo_info {
  color: white;
}
.vdo_info {
    margin-right: 10px;
    padding: 2px 12px;
    border-radius: 20px;
    height: 22px;
    max-width: 70%;
    margin: 5px 5px 0px 0px;
}
.vdo_info_name {
    font-size: 0.7rem !important;
    font-family: sans-serif !important;
    font-weight: unset !important;
    line-height: 18px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .vdo_active .vdo_info .vdo_info_name{
    font-size: 14px;
    font-weight: 400;
    max-width:100%;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding-left:70px;
    
} */
.screen_share .video_container .vdo_active .vdo_img_blk {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 10px;
}
.screen_share .video_container .vdo_active .vdo_img_blk .vdo_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screen_share .video_container .vdo_inactive {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2e2e2ef5;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.screen_share .video_container .vdo_inactive .vdo_img_blk {
  background-color: #5b5c60;
  padding: 5px;
  border-radius: 50%;
  border: none;
}
  .screen_share
  .video_container
  .vdo_inactive
  .vdo_img_blk
  .vdo_img_container {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
}
  .screen_share
  .video_container
  .vdo_inactive
  .vdo_img_blk
  .vdo_img_container
  .vdo_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .screen_share .video_container .vdo_inactive .vdo_info {
  color: white;
  padding-top: 15px;
}
.filter_cls {
  filter: brightness(0.8);
}
.vdo_actions_media {
    background-color: #FFF;
}
 .vdo_actions_media .vdo_user_actions {
    display: flex;
    align-items: center;
    height: 88px;
    justify-content: center;
    width: 73%;
}
 .vdo_actions_media .vdo_user_actions .vdo_control {
  display: flex;
  align-items: center;
  min-width: 63%;
  justify-content: flex-end;
}
 .vdo_actions_media .vdo_user_actions .vdo_control .stop_rec_blk {
  width: 100%;
  display: flex;
  align-items: center;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_control
  .stop_rec_blk
  .stop_rec {
  border: 5px solid #2e2e2e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fd0152;
  padding: 7px;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_control
  .stop_rec_blk
  .stop_rec_txt {
  color: #129174;
  margin-left: 10px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.recording {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.vdo_actions_media .vdo_user_actions .mute_blk {
    display: flex;
    min-width: 120px;
    margin-right: 25px;
    padding-top: 7px;
    justify-content: flex-end;
    position: relative;
    margin-left: 30%;
    white-space: nowrap;
}
 .vdo_actions_media .vdo_user_actions .vdo_menu_outer {
  border-radius: 50px;
  background-color: #262629;
  color: white;
}
 .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk {
  display: flex;
  align-items: center;
  padding: 0px 16px;
  margin-bottom: unset !important;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list {
  position: relative;
  list-style-type: none;
  font-size: 15px;
  float: left;
  padding: 1px 35px;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list:first-child::after {
  display: none;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  border: 1px solid #3d3c41;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list
  .call_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff0054;
  padding: 6px 0px;
  margin: 6px 0;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list
  .call_btn:hover {
  transform: scale(1.1);
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list
  .call_btn
  #phone {
  width: 40px;
  height: 36px;
  background: url(../img/sprite_menu.png) 144px 0;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  .vdo_menu_list
  img {
  cursor: pointer;
}

.vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #video {
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #2f2f2f;
}

.vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #mic-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #2f2f2f;
}

.vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #hand-raise {
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #000;
}

.vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #computer {
    width: 50px;
    height: 50px;
    background: url(../img/sprite_menu.png) -51px 10px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #menu {
    width: 50px;
    height: 50px;
    background: url(../img/menu_dots.png) 16px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
}

.vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #menu .vdo_menu5 {
    position: absolute;
    bottom: 50px;
    width: unset !important;
    left: 0px;
    background-color: #222224;
    color: #fff;
    right: auto !important;
    overflow: hidden;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  #menu
  .vdo_menu5
  .vdo_menu5_container {
    margin: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0px;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  #menu
  .vdo_menu5
  .vdo_menu5_container:hover{background-color: #515151;}


  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  #menu
  .vdo_menu5
  .vdo_menu5_container
  .vdo_menu5_icons {
  min-width: 32px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .vdo_actions_media
  .vdo_user_actions
  .vdo_menu_outer
  .vdo_menu_blk
  #menu
  .vdo_menu5
  .vdo_menu5_container
  .vdo_menu5_caption {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
    padding-right: 12px;
}
 .vdo_actions_media .vdo_user_actions .mute {
  color: #b0b0b2;
  display: flex;
  font-size: 12px;
}
 .vdo_actions_media .vdo_user_actions .mute .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: unset !important;
}
 .vdo_actions_media .vdo_user_actions .mute .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
 .vdo_actions_media .vdo_user_actions .mute .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #262629;
  -webkit-transition: 0.3s;
  transition: 0.3s ease;
}
 .vdo_actions_media .vdo_user_actions .mute .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  bottom: 1px;
  background-color: #6d6d6d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
 .vdo_actions_media .vdo_user_actions .mute input:checked + .slider {
  background-color: #2196f3;
}
 .vdo_actions_media .vdo_user_actions .mute input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

  .vdo_actions_media
  .vdo_user_actions
  .mute
  input:checked
  + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
 .vdo_actions_media .vdo_user_actions .mute .slider.round {
  border-radius: 34px;
}
 .vdo_actions_media .vdo_user_actions .mute .slider.round:before {
  border-radius: 50%;
}
 .vdo_actions_media .vdo_user_actions .chat_and_doc_blk {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list {
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: relative;
  /* z-index: 999999 !important; */
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .resources_btn {
  border: 5px solid #2e2e2e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #1adc62;
  padding: 10px 13px;
  transition: transform 0.2s ease;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .resources_btn:hover {
  transform: scale(1.1);
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .resources_btn
  .close_icon_resource {
  display: none;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .close-bg_resource {
  background-color: #db1b5f !important;
  padding: 11px !important;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box {
  display: block !important;
  position: absolute;
  right: 20px;
  width: 315px;
  bottom: 20px;
  background-color: white;
  padding: 23px 23px 46px 23px;
  border-radius: 6px;
  z-index: -99 !important;
  cursor: default;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_box_top {
  display: flex;
  justify-content: space-between;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_box_top
  .doc_head {
  font-weight: 700;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown {
  width: 90px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown
  .resource_select {
  padding: 10px 0;
  border: none;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #cacaca;
  background-color: transparent;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown
  .resource_select:focus {
  border: none !important;
  box-shadow: unset !important;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown
  .resource_select
  .caret-down {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 12px;
  margin-right: -15px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown
  .drop_list {
  font-size: 12px;
  font-weight: 600;
  color: #7f7f7f;
  padding: 8px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown
  .drop_list:focus {
  background-color: unset !important;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .dropdown
  .dropdown-toggle:after {
  content: none;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk {
  max-height: 375px;
  overflow-x: hidden;
  overflow-y: auto;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk::-webkit-scrollbar {
  width: 5px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk
  .doc_container {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk
  .doc_container
  .document-iconblk {
  width: 25px;
  height: 25px;
  overflow: hidden;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk
  .doc_container
  .document-iconblk
  .document-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk
  .doc_container
  .doc_descrip {
  font-size: 11px;
  font-weight: 600;
  margin: 0px 0 0 15px;
  padding-right: 10px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .resources_list
  .doc_box
  .doc_body_blk
  .doc_container
  .doc-name {
  white-space: nowrap;
  max-width: 210px;
  text-overflow: ellipsis;
  overflow: hidden;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list {
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: relative;
  /* z-index: 999999 !important; */
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participating_btn {
  border: 5px solid #2e2e2e;
  border-radius: 50%;
  background-color: #1adc62;
  width: 50px;
  height: 50px;
  padding: 9px 10px;
  transition: transform 0.2s ease;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participating_btn:hover {
  transform: scale(1.1);
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participating_btn
  .close_icon_participant {
  display: none;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .close-bg_participant {
  background-color: #db1b5f !important;
  padding: 13px 12px !important;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .close-bg_participant
  img {
  width: 14px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box {
  display: block !important;
  position: absolute;
  right: 20px;
  width: 300px;
  bottom: 20px;
  background-color: white;
  padding: 23px;
  border-radius: 6px;
  z-index: -99 !important;
  cursor: default;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_box_top {
  display: flex;
  justify-content: space-between;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_box_top
  .participant_head {
  font-weight: 700;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_box_top
  .enlarge_blk {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_box_top
  .enlarge_blk
  img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk {
  margin: 10px 0;
  max-height: 275px;
  overflow-y: auto;
  overflow-x: hidden;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk::-webkit-scrollbar {
  width: 5px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_descrip {
  padding: 0 10px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_descrip
  .participant_name {
  font-size: 13px;
  font-weight: 600;
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_descrip
  .participant_qualy {
  font-size: 11px;
  color: #9e9d9d;
  font-weight: 500;
  padding-top: 5px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_controls {
  display: flex;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_controls
  .vdo_icon_blk {
  padding: 0 15px;
  margin-top: -2px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_controls
  .vdo_icon_blk
  .vdo_icon {
  cursor: pointer;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_controls
  .mic_icon_blk {
  padding: 0 5px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .participants_list
  .participant_box
  .participant_body_blk
  .participant_container
  .participant_controls
  .mic_icon_blk
  .mic_icon {
  cursor: pointer;
}
 .vdo_actions_media .vdo_user_actions .chat_and_doc_blk .adding_lst {
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: relative;
  /* z-index: 999999 !important; */
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .adding_lst
  .addlist_btn {
  border: 5px solid #2e2e2e;
  border-radius: 50%;
  background-color: #ff6000 !important;
  width: 50px;
  height: 50px;
  padding: 9px;
  transition: transform 0.2s ease;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .adding_lst
  .addlist_btn:hover {
  transform: scale(1.1);
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .adding_lst
  .addnotes_icon {
  padding: 3px 4px;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .vc_question {
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: relative;
  /* z-index: 999999 !important; */
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .vc_question
  .vc_question_btn {
  border: 5px solid #2e2e2e;
  border-radius: 50%;
  background-color: #fdb402;
  width: 50px;
  height: 50px;
  padding: 9px 10px;
  transition: transform 0.2s ease;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .vc_question
  .vc_question_btn:hover {
  transform: scale(1.1);
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .vc_question
  .vc_question_btn
  .close_icon_ques {
  display: none;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .vc_question
  .close-bg-ques {
  background-color: #db1b5f !important;
  padding: 13px 12px !important;
}

  .vdo_actions_media
  .vdo_user_actions
  .chat_and_doc_blk
  .vc_question
  .close-bg-ques
  img {
  width: 14px;
}
.dropdown-toggle::after {
  display: none;
}
.show > .btn-secondary.dropdown-toggle {
  background-color: unset !important;
  border-color: unset;
}
.user_creation {
  padding: 0 10px;
  cursor: pointer;
}
.user_creation .usr_creation_btn {
  display: flex;
  align-items: center;
  background: #41c4ef;
  color: white;
  font-size: 13px;
  font-weight: 700;
  border: none;
  padding: 7px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.user_creation .usr_creation_btn .plus-icon {
  display: inline-block;
  background: #f9f9f9;
  color: #41c4ef;
  font-size: 36px;
  font-weight: 400;
  line-height: 12px;
  padding: 5px;
  border-radius: 5px;
  margin-right: 15px;
}
#delete_user .msg-dialog {
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.role_blk {
  margin: 0px 7px 0px 8px;
  width: 50% !important;
}
.role_blk .input-holder {
  min-height: 68px;
}
.fname_blk {
  width: 50%;
  margin: 0px 7px 0px 8px;
}
.suffix-seperator {
  position: relative;
  padding-right: 10px;
}
.suffix-seperator:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: #eeeeee73;
}
.suffix_part {
  position: relative;
  background: unset !important;
  border: unset !important;
  cursor: pointer;
  color: #937f7f !important;
  display: flex;
  align-items: center;
  padding: 0 5px;
  font-size: 12px;
}
.suffix_part:focus {
  box-shadow: unset !important;
}
.suffix_part .name_suffix {
  padding: 0 5px;
  font-weight: bold;
  font-size: 12px;
}
.lname_blk {
  width: 50%;
  margin: 0px 5px 7px 8px;
}
.email_blk {
  width: 50%;
  margin: 0px 7px 0px 8px;
}
.phone_blk {
  width: 50%;
  margin: 0px 5px 3px 8px;
}
.country_code {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 600;
}
.desc_blk {
  margin: 0 6px;
}
.dropdown-menu {
  min-width: 115px;
  margin: 0px;
  padding: 0px;
}
.drop_list {
  padding: 12px !important;
  font-size: 12px !important;
  color: #b3b3b3 !important;
  cursor: pointer;
}
.mobileno-seperator {
  position: relative;
  padding-right: 10px;
  padding-top: 15px;
}
.mobileno-seperator:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 40%;
  bottom: 0px;
  width: 1px;
  height: 50%;
  background: #eeeeee73;
}
.edit-icon {
  width: 14px;
  height: 12px;
}
.delete-icon {
  width: 15px;
  height: 15px;
}
.mc-header {
  background: unset !important;
  height: unset !important;
  box-shadow: 12px 0px 12px 0px #e8e8e8;
  border-bottom: 1px solid #f1f1f1;
  z-index: 99;
  position: relative;
}
.field-editable {
  pointer-events: unset !important;
  position: relative;
}
.field-rename {
  pointer-events: unset !important;
  position: relative;
  border-bottom: 1px solid #41c4ef !important;
}
#edit_name {
  pointer-events: none;
}
.btn_acn_blk {
  padding: 0 10px 0 0;
}
.btn_acn_blk .btn_acn {
  font-size: 11px;
  padding: 7px 15px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  line-height: 16px;
}
.btn_acn_blk .close-topic {
  background: #ff437d;
}
.btn_acn_blk .vdo-icon {
  width: 12px;
}
.btn_acn_blk .audio-icon {
  height: 10px;
}
.mcrht-reducer {
  width: 0px !important;
  min-width: 0px !important;
  opacity: 0;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
}
.mc-session-reducer {
  width: 100%;
  min-width: 100%;
  transition: width 0.6s ease;
}
.ques_sel_contain_modal {
  justify-content: space-evenly;
  width: 27% !important;
  height: 135px !important;
  margin: 20px 15px !important;
  background-color: #f1f3f7 !important;
  padding: 0px !important;
}
.modal_dialog {
  max-width: 560px !important;
}
.profile_blk {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_blk .profile_img_container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #34b7dd;
  padding: 8px;
  background-color: white;
  position: relative;
}
.profile_blk .profile_img_container .profile_img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}
.profile_blk .profile_img_container .profile_img_upload {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #34b7dd;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
}
.profile_blk .profile_img_container .profile_img_upload .upload_icon {
  width: 13px;
}
.profile-pic-dimension {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: red;
  margin-bottom: -20px;
  margin-top: 15px;
}
.profile_form {
  padding: 30px 0 0 0px;
}
.profile_form .profl_desc {
  height: 55px;
}
.profile_form .profile_drag_and_drop {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  height: 100px;
  max-height: 100px;
  margin: 10px;
  border: 2px dashed #e7e3e3;
  color: #9c9c9c;
  font-size: 11px;
  font-weight: 600;
}
.profile_form .profile_drag_and_drop .browse_session {
  color: #34b7dd;
  text-decoration: underline;
  text-decoration-color: #34b7dd;
  cursor: pointer;
}
.profile_form .file_format_desc {
  color: #9c9c9c;
  font-size: 9px;
  font-style: italic;
  margin: 10px;
  font-weight: 600;
  text-align: center;
}
.profl_blk_footer {
  padding: 0px 25px 25px 25px;
}
.profl_info_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #41c4ef !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: white;
  font-size: 7px;
  margin-left: 10px;
  margin-top: 3px;
}
#createmeeting .duration {
  color: #b3b3b3;
  font-size: 11px;
  font-weight: 700;
}
.close-icon {
  margin-top: -23px !important;
}
.bulk-list-exceeds {
  min-height: 400px;
  height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.bulk-list-exceeds::-webkit-scrollbar {
  width: 5px;
}
.bulk-list-exceeds::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.bulk-list-exceeds::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.sign-question-selection .questype-caption {
  font-size: 12px;
  font-weight: 700;
  color: #583494;
}
.sign-question-selection .ques-selection-listing {
  width: 27% !important;
  height: 135px !important;
  margin: 20px 15px !important;
  background-color: #f1f3f7 !important;
  padding: 0px !important;
}
.sign-question-selection .short-answer {
  width: 27% !important;
  height: 135px !important;
  background-color: #f1f3f7 !important;
  padding: 0px !important;
}
.sign-question-selection .signup-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 40px 0px 15px;
}
.sign-question-selection .signup-step {
  font-size: 12px;
  font-weight: 600;
  color: #cacaca;
}
.sign-question-selection .next-btn {
  background-color: #583494 !important;
  padding: 12px 35px;
  font-size: 12px;
  color: white;
  border: none;
  border-radius: 6px;
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
}
.sign-question-selection .skip {
  background-color: unset !important;
  color: #b4b4b4;
}
.sign-question-selection .signup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
.sign-question-selection .signup-backform {
  cursor: pointer;
}
.sign-question-selection .topic_txtarea {
  height: 100px;
}
.ques_popup {
  display: block !important;
  position: absolute;
  right: 20px;
  width: 375px;
  bottom: 20px;
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  z-index: -99 !important;
  box-shadow: 1px 1px 3px #f1f1f1;
  cursor: default;
}
.ques_popup .vc_question_types {
  padding-top: 15px;
}
.ques_popup .vc_question_types .ques-popup-section {
  justify-content: flex-end;
  width: 45% !important;
  height: 120px !important;
  margin: 13px !important;
  background-color: #f1f3f7 !important;
  padding: 0px !important;
}
.ques_popup .vc_question_types .ques-popup-section .vc-ques-img {
  height: 40px;
}
.vc_header_blk {
  display: flex;
  justify-content: space-between;
}
.vc_header_blk .vc_header {
  font-weight: 700;
}
.vc_header_blk .enlarge_blk {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.vc_header_blk .enlarge_blk img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.vc_header_blk .enlarge_blk .add-new {
  color: #0288c0;
  font-size: 12px;
  font-weight: 600;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.vc-mynotes {
  display: block !important;
  position: absolute;
  right: 20px;
  width: 350px;
  bottom: 20px;
  background-color: white;
  padding: 23px 23px 46px 23px;
  border-radius: 6px;
  z-index: -99 !important;
}
.vc-mynotes .mynotes_body {
  padding: 15px 0;
  width: 100%;
}
.vc-mynotes .mynotes_body .mynotes_txtarea {
  width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  padding: 15px !important;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
  font-weight: 400;
  color: #cacaca;
}
.vc-mynotes .mynotes_body .mynotes_txtarea::placeholder {
  color: #f1f1f1;
  font-style: italic;
}
.vc-mynotes .mynotes_body .mynotes_txtarea::-webkit-scrollbar {
  width: 5px;
}
.vc-mynotes .mynotes_body .mynotes_txtarea::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.vc-mynotes .mynotes_body .mynotes_txtarea::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.vc-popup-footer {
  padding: 15px 0;
}
.vc-popup-footer .vc-popup-buttongrp .vc-popup-buttons {
  padding: 7px 23px;
  background-color: #10ba9d;
  color: #fff;
  font-size: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.vc-popup-footer .vc-popup-buttongrp .cancel_btn {
  color: #707070;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.vc-popup-footer .vc-popup-buttongrp .draft {
  border: 1px solid #10ba9d !important;
  background-color: #fff !important;
  color: #10ba9d !important;
  cursor: pointer;
}
.ques-add-icon {
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.ques-add-icon .ques-add-icontext {
  color: red;
  font-size: 12px;
  font-weight: 600;
}
.vc-ques-types {
  max-height: 420px;
  min-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 7px;
}
.vc-ques-types::-webkit-scrollbar {
  width: 5px;
}
.vc-ques-types::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.vc-ques-types::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.vc-ques-types .vc-ques-wrapper {
  flex-direction: unset !important;
  margin-top: 20px;
}
.vc-ques-types .question-info .vc-question-text {
  font-size: 12px !important;
  max-width: 200px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vc-ques-choicetype {
  padding: 0 5px;
  background-color: #fff;
}
.vc-ques-choicetype .chk_label {
  font-size: 10px !important;
  white-space: nowrap;
}
.vc-ques-choicetype .vc-popup-footer {
  padding: 20px 0px 5px 0px !important;
}
.vc-ques-choicetype .profl_info_icon {
  width: 12px;
  height: 12px;
  margin-top: 11px;
}
.vc-ques-choicetype .document-list-description {
  border-bottom: unset !important;
}
.vc-ques-choicetype .add_choice {
  color: #c0c0c0 !important;
}
.vc-input_border {
  position: relative;
}
.vc-input_border:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  height: 2px;
  background-color: #f1f1f1;
}
.vc-input_border_focus:after {
  background-color: #41c4ef !important;
}
.vc-ques-typename {
  margin-left: 20px;
  padding: 5px 12px;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
  color: #bd49ba;
  background-color: rgba(189, 73, 186, 0.1);
}
.score_poll .scorepoll_desc::-webkit-scrollbar {
  width: 5px;
}
.score_poll .scorepoll_desc::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.score_poll .scorepoll_desc::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.score_poll .scroll-doc-container {
  max-height: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.score_poll .scroll-doc-container::-webkit-scrollbar {
  width: 5px;
}
.score_poll .scroll-doc-container::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.score_poll .scroll-doc-container::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.score_poll .choice-selecttype {
  position: relative;
}
.score_poll .choice-selecttype .plus-choice {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.score_poll .choice-selecttype input {
  margin-bottom: 7px !important;
}
.number-arrow-blk {
  position: relative;
}
.number-arrow-blk .number-arrow-icon {
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: 800;
  bottom: 2px;
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
}
.number-arrow-blk .number-arrow-icon i {
  cursor: pointer;
}
.vc-full-screen {
  position: fixed !important;
  right: 0px !important;
  left: 0px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset !important;
}
.vc-dico-option-blk {
  padding-top: 12px;
}
.vc-dico-option-blk .vc-dico-option-caption {
  font-size: 12px;
  font-weight: 600;
  color: #cacaca;
  padding: 6px 0 0 0;
}
#vc-dichotomous {
  display: none;
}
#vc-scorepoll {
  display: none;
}
#vc-rankedchoice {
  display: none;
}
#vc-openended {
  display: none;
}
#vc-multiplechoice {
  display: none;
}
#vc-questionchoose {
  display: none;
}
.choice-selecttype {
  position: relative;
}
.choice-selecttype .plus-choice {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.choice-selecttype input {
  margin-bottom: 7px !important;
}
.role-edit .rename-icontoggle {
  display: none;
  min-width: 40px;
  justify-content: space-between;
}
.role-edit .rename-icontoggle .rename-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background-color: #e3fbff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 30px;
  color: #fa5f3c;
  padding-bottom: 3px;
}
.role-edit .rename-icontoggle .rename-icon1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e3fbff;
  cursor: pointer;
  position: relative;
}
.role-edit .rename-icontoggle .rename-icon1:after {
  content: "";
  width: 6px;
  height: 13px;
  margin-bottom: 3px;
  border-right: 2px solid #34dd97;
  border-bottom: 2px solid #34dd97;
  transform: rotate(45deg);
}
.role-edit.rename-role .resource-holder {
  pointer-events: unset !important;
  position: relative;
  border-bottom: 1px solid #41c4ef !important;
}
.role-edit.rename-role .edit_icon {
  background-color: unset !important;
}
.role-edit.rename-role .edit_icon img {
  display: none;
}
.role-edit.rename-role .rename-icontoggle {
  display: flex;
}
.vdo_host_blk {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom: 1px solid #444447;
  margin-bottom: 7px;
}
.vdo_host_blk:last-child
{
    border-bottom:unset;
}
.vdo_host_blk .vdo_host_container_blk {
  display: block;
  width: calc(100% - 65px);
  flex-direction: row;
  flex-wrap: wrap;
}
/* .vdo_host_blk
  .vdo_host_container_blk
  .vdo_blk_inner_container:nth-child(n + 6) {
  display: none;
} */
.vdo_host_blk.vdo_host_blk_full
  .vdo_host_container_blk
  .vdo_blk_inner_container:nth-child(n + 6) {
  display: inline-flex !important;
}
.vdo_host_blk.contributor.vdo_host_blk_full
  .vdo_host_container_blk
  .vdo_blk_inner_container:nth-child(n + 6) {
  display: inline-flex !important;
}
.vdo_host_blk.contributor {
  display: none;
  padding-top: 15px;
}
.screen-filter {
  filter: brightness(0.5);
}
.left-conference-blk {
  width: 285px;
  min-width: 285px;
  height: 100%;
  margin: 22px 0px 0px 22px;
}
.left-conference-blk .left_confernce_container {
  height: 200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.left-conference-blk .left_confernce_container img {
  width: 100%;
  height: 100%;
}
.left-conference-blk .left_confernce_container .video_container {
  position: relative;
}
.left-conference-blk .left_confernce_container .video_container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-conference-blk .left_confernce_container .vc-screen-user {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  display: flex;
  height: 30px;
  align-items: center;
  padding-right: 20px;
  width: 100%;
  justify-content: flex-end;
  transition: transform 0.2s ease;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    transparent 25%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(25%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 25%,
    rgba(0, 0, 0, 0.79) 100%
  );
  background: -o-linear-gradient(
    top,
    transparent 15%,
    rgba(0, 0, 0, 0.79) 100%
  );
  background: -ms-linear-gradient(
    top,
    transparent 15%,
    rgba(0, 0, 0, 0.79) 100%
  );
  background: linear-gradient(
    to top,
    transparent 15%,
    rgba(0, 0, 0, 0.79) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.vc-screen-user-menublk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    transparent 25%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 154;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(25%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 25%,
    rgba(0, 0, 0, 0.79) 100%
  );
  background: -o-linear-gradient(
    top,
    transparent 15%,
    rgba(0, 0, 0, 0.79) 100%
  );
  background: -ms-linear-gradient(
    top,
    transparent 15%,
    rgba(0, 0, 0, 0.79) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 15%,
    rgba(0, 0, 0, 0.79) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.left-conference-blk
  .left_confernce_container
  .vc-screen-user-menublk
  .vc-screen-user-menu_container {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 3px;
  position:relative;
}
.vc-screen-user-menublk #video {
  background-image: url(../img/vc_menu_green.png);
  cursor: pointer;
  background-position: -1px -13px;
  background-repeat: no-repeat;
}
.vc-screen-user-menublk #mic {
  background-image: url(../img/vc_menu_green.png);
  background-position: -30px -12px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.vc-mic {
  background-image: url(../img/scrn_loader.svg) !important;
  background-position: center center !important;
  cursor: pointer !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.vc-people-toast {
    position: absolute;
    top: -30px;
    right: 10px;
    color: #fff;
    background-color: #6ca2fc;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 45px;
    z-index: 100;
}

  #menu {
  width: 50px;
  height: 50px;
  background: url(../img/menu_dots.png) 25px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
}

  .vdo_menu5_icons {
  min-width: 32px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .vdo_menu5 {
  display: block;
  position: absolute;
  bottom: 46px;
  width: 125px;
  right: 10px;
  background-color: #222224;
  color: #fff;
  border-radius: 10px;
}
.vdo_menu5 .vdo_menu5_container:last-child {
  border-bottom: unset !important;
}

.vdo_menu5_container {
  margin: 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3c3939;
}
  .vdo_menu5_icons {
  min-width: 32px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 
  .vdo_menu5_caption {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

  .vc-screen-user-menublk
  #call-answer {
  width: 30px !important;
  height: 30px !important;
  background-color: #ff0054;
  background-image: url(../img/vc_menu_green.png);
  background-position: -56px -11px;
  cursor: pointer;
  background-repeat: no-repeat;
}

  .vc-screen-user-menublk
  #hand-raise-scrn {
  background-image: url(../img/hand_green.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
  .vc-screen-user-menublk
  #computer {
  background-image: url(../img/vc_menu_green.png);
  background-position: -93px -11px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.vc-screen-user-menublk #dots {
  background-image: url(../img/vc_menu_green.png);
  background-position: -122px -13px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.left-conference-blk .host-listing-blk .host-list-caption {
    color: #b0b0b2;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 10px 10px 0;
}
.left-conference-blk .host-listing-blk .host-list-container-blk {
    overflow-y: auto;
    width: 100% !important;
    padding-right: 5px;
    transition: height 1s ease-in;
    margin-top: 10px;
}

.left-conference-blk .host-listing-blk .host-list-container-blk::-webkit-scrollbar {  
    width: 1px; 
}   

.left-conference-blk .host-listing-blk .host-list-container-blk::-webkit-scrollbar-track {    
    background: #262626; 
    border-radius: 10px;    
}   

.left-conference-blk .host-listing-blk .host-list-container-blk::-webkit-scrollbar-thumb {    
    background: #888888;    
    border-radius: 10px;    
    cursor: pointer;    
}
.left-conference-blk
  .host-listing-blk
  .host-list-container-blk
  .vdo_blk_inner_container {
    margin-right: unset;
    width: 100%;
    margin-bottom: 5px;
    background-color: #292929;
    border-radius: 3px;
}

.right-conference-blk {
  width: calc(100% - 285px) !important;
  margin: 22px 20px 0px 8px !important;
  padding: unset !important;
}
.right-conference-blk .vc-right-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.right-conference-blk .vc-right-banner img {
  width: 100%;
  height: 100%;
}
.right-conference-blk .vc-right-banner .vc-people-toast {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: #444444b0;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 45px;
}
.vdo_blk_inner {
    justify-content: space-evenly;
}
.vdo_blk_inner .vdo_host_name {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.vdo_blk_inner .vdo_host_name.moderator {
  display: none;
}
.vdo_blk_inner .vdo_blk_inner_container {
    width:233px;
    margin-right:10px;
    display: inline-flex;
    align-items: center;
    height:55px;
    position: relative;
}
.host-list-container-blk .vdo_blk_inner_container.inactive{
    opacity:0.5;
}
.vdo_blk_inner_container:hover {
    background: #444447;
}
.vdo_blk_inner_container:hover .vdo_blk_inner_right_blk  .vdo_participants_icon_blk{display:flex !important;}
/* .vdo_blk_inner .vdo_blk_inner_container::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #403c3c;
} */
.vdo_blk_inner .vdo_blk_inner_container:last-child::after
{
    background-color: unset;
}
.vdo_blk_inner .vdo_blk_inner_container .vdo_blk_inner_left_blk {
  display: flex;
  align-items: center;
  padding-left: 15px;
  height: 100%;
  position: relative;
}
.vdo_blk_inner
  .vdo_blk_inner_container
  .vdo_blk_inner_left_blk
  .vdo_blk_inner_avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    padding:3px;
    background-color:transparent;
    border: 1px solid transparent;
}
.vdo_blk_inner_avatar.moderator{
    border:2px solid #f26522 !important
}
.vdo_blk_inner_avatar.contributor{
    border:2px solid #1adc62 !important;
}
.vdo_blk_inner_avatar.presenter{
    border:2px solid #41c4ef !important;
}
.vdo_blk_inner
  .vdo_blk_inner_container
  .vdo_blk_inner_left_blk
  .vdo_blk_inner_avatar
  .vc-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.vdo_blk_inner .vdo_blk_inner_container .vdo_blk_inner_left_blk .vdo_blk_inner_avatar .vdo_blk_signal {
    position: absolute;
    bottom: 11px;
    right: -2px;
}
.vdo_blk_inner .vdo_blk_inner_container .vdo_blk_inner_right_blk {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.vdo_blk_inner .vdo_blk_inner_container .vdo_blk_inner_right_blk .vdo_blk_inner_left_blk_name {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    max-width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vdo_blk_inner .vdo_blk_inner_container .vdo_blk_inner_right_blk .vdo_participants_icon_blk {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: all 1s ease-in-out;
}
/* .vdo_blk_inner_container:hover > .vdo_participants_icon_blk {
    display: flex;
} */
.vdo_participants_icon{
  cursor: pointer;
  position:relative;
}
.vdo_participants_icon:hover .vc-tooltip_blk
{
    opacity: 1 !important;
    visibility: visible;
}
  .vdo_participants_icon_blk
  .vdo_participants_icon {
  margin-right: 15px;
  /* opacity: 0.6; */
}
.vdo_blk_inner
  .vdo_blk_inner_container
  .vdo_blk_inner_right_blk
  .vdo_participants_icon_blk
  .vdo_participants_icon.active {
  opacity: unset !important;
}
.vdo_blk_inner
  .vdo_blk_inner_container
  .vdo_blk_inner_right_blk
  .vdo_participants_icon_blk
  .vdo_participants_icon
  .hand-active {
  width: 10px;
}
.vdo_blk_inner .vdo_blk_inner-arrow {
  position: relative;
  width: 55px;
  height: 55px;
  background-color: #3b3b3b;
  border: 2px solid #8c8383;
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
}
.vdo_blk_inner .vdo_blk_inner-arrow:after {
  position: absolute;
  content: "";
  left: 43%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
}
.vdo_blk_inner .vdo_blk_inner-close:after,
.vdo_blk_inner .vdo_blk_inner-close:before {
  position: absolute;
  left: 50%;
  content: " ";
  height: 20px;
  width: 2px;
  top: 35%;
  border-bottom: unset;
  border-top: unset;
  background-color: #fff;
}
.vdo_blk_inner .vdo_blk_inner-close:before {
  transform: rotate(45deg) !important;
}
.vdo_blk_inner .vdo_blk_inner-close:after {
  transform: rotate(-45deg) !important;
}
.vdo_blk_inner-top {
  bottom: unset;
  top: 50px;
  height: calc(100% - 60px);
  max-height: calc(100% - 60px);
  overflow-y: auto;
}
.vdo_blk_inner-top::-webkit-scrollbar {
  width: 5px;
}
.vdo_blk_inner-top::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.vdo_blk_inner-top::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.vc-handraise-blk{
  position: relative;
}
.vc-handraise-wrapper {
  position: absolute;
  top: 50px;
  align-items: center;
}
.vc-handraise-wrapper .vc-hand_icon {
  background-color: #1da806;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  padding: 9px;
  border: 5px solid #02020252;
}
.vc-handraise-wrapper .vc-hand-lowered{
    background-color: #f86029 !important;
}
.vc-handraise-wrapper .vc-handraise-person-blk {
  display: flex;
  align-items: center;
  background-color: #1da806;
  padding: 10px 14px;
  border-radius: 6px;
  height: 35px;
}

  .vc-handraise-wrapper
  .vc-handraise-person-blk
  .vc-handraise-person {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

  .vc-handraise-wrapper
  .vc-handraise-person-blk
  .vc-handraise-text {
  font-style: italic;
  color: #fff;
  font-size: 11px;
  padding-left: 5px;
}

  .vc-handraise-wrapper
  .vc-handraise-person-blk
  .vc-handraise-close {
  color: #FFF;
  padding-left: 18px;
  font-size: 25px;
  cursor: pointer;
}
.vc-handraise-wrapper .vc-push-to-talk {
  background-color: #ff7800 !important;
}
@media screen and (max-width: 770px) {
  .bg_sign_rht {
    display: none;
  }
  .pl {
    padding-left: 15px;
  }
  div.zabuto_calendar .table tr td.event div.day {
    left: 36px !important;
  }
  .dashboard-left-column {
    width: 35%;
    max-width: 30%;
    min-width: 30%;
  }
  .user_credential_name,
  .uname {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .user_credential,
  .uemail {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }
  .user_role,
  .urole {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
  .user_mob_no,
  .uphone {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
  .uemail,
  .urole,
  .uphone {
    padding-left: 25px;
  }
  .today_meet {
    font-size: 11px !important;
  }
  .meeting_all {
    font-size: 12px !important;
  }
  .dashboard-left-column .topic_creation_btnblk .topic_creation_btn .plus-icon {
    margin-right: 15px;
    margin-left: unset;
  }
  .ques-sel-blk {
    flex-wrap: wrap;
  }
  .ques-sel-blk .ques-sel-container {
    width: 46%;
    margin-bottom: 12px;
  }
  .mc-session .mc-heading {
    font-size: 19px;
  }
  .mc-session .mc-session-desc {
    flex-direction: column;
  }
  .btn_acn_blk {
    margin-top: 15px;
  }
  .limited-list {
    flex-direction: column;
  }
  .mc-session .td-resource_blk .tdr-add-session .added_res_lst {
    margin-top: 15px;
  }
  .mc-session .td-resource_blk .resources-row .resource-tag {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .mc-session
    .td-resource_blk
    .resources-row.show-all
    .resource-tag
    .resource-info
    .resource-name {
    min-width: 150px;
    max-width: 150px;
  }
  .resources-row .added_res_lst {
    flex-direction: column;
  }
  .chat-active_time {
    white-space: nowrap;
  }
  .question-response-count {
    display: none;
  }
  .question-responders {
    display: none !important;
  }
  .role-tag {
    margin-bottom: 10px !important;
  }
  .question-row .question-info .ques-publisher {
    line-height: 15px;
  }
}
@media only screen and (min-device-width: 770px) and (max-device-width: 1024px) and (orientation: landscape) {
  .added_res_lst .role-tag:nth-child(n + 3) {
    display: none !important;
  }
  .ques-sel-blk {
    flex-wrap: wrap;
  }
  .ques-sel-blk .ques-sel-container {
    width: 46%;
    margin-bottom: 12px;
  }
  .question-responders {
    display: none !important;
  }
  .resources-row .resource-tag:nth-child(n + 3) {
    display: none !important;
  }
}
@media screen and (min-device-width: 993px) and (max-device-width: 1100px) {
  .user_sign_left_blk {
    padding: 15px;
  }
  .sign_rht_content {
    padding: 15px;
  }
  .sign_rht_img {
    width: 100%;
  }
  .half {
    max-width: 50%;
    width: 50%;
    min-width: 50%;
  }
  .open_btn,
  .upcoming_btn,
  .closed_btn,
  .validity_notific,
  .validity_yr,
  .validity_yr_upcoming,
  .validity_yr_closed {
    height: 100% !important;
    width: 100% !important;
    padding: 8px 0px !important;
  }
  div.zabuto_calendar .table tr td.event div.day {
    left: 3px !important;
  }
  .dashboard-left-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .logo_blk {
    padding: 15px 0 !important;
  }
  .form_heading_blk {
    padding: 15px 0 !important;
  }
  .sign_rht_descrip {
    margin: unset !important;
  }
   .vdo_actions_media .vdo_user_actions .chat_and_doc_blk {
    min-width: 32%;
  }
   .vdo_actions_media .vdo_user_actions .mute_blk {
    min-width: 120px;
  }
  .vdo_blk_inner .vdo_blk_inner_container {
    width: 270px !important;
  }
  .td-tab-session
    .nav-tabs
    .tab-session-wrapper
    .tab-add-question
    .tab-add-question-heading {
    padding-right: unset !important;
  }
}
@media screen and (min-device-width: 1101px) and (max-device-width: 1450px) {
  .logo_blk {
    padding: 15px 0 !important;
  }
  .form_heading_blk {
    padding: 15px 0 !important;
  }
}
@media screen and (max-device-width: 1025px) and (orientation: landscape) {
  .user_sign_left_blk {
    padding: 15px;
  }
  .sign_rht_content {
    padding: 15px;
  }
  .sign_rht_img {
    width: 100%;
  }
  .half {
    max-width: 50%;
    width: 50%;
    min-width: 50%;
  }
  .open_btn,
  .upcoming_btn,
  .closed_btn,
  .validity_notific,
  .validity_yr,
  .validity_yr_upcoming,
  .validity_yr_closed {
    height: 100% !important;
    width: 100% !important;
    padding: 8px 0px !important;
    height: unset;
  }
  .dashboard-left-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
@media screen and (min-device-width: 2550px) {
  .sign_rht_descrip {
    font-size: 24px !important;
  }
  .sign_rht_caption {
    font-size: 2rem !important;
  }
  .vdo_blk_inner .vdo_blk_inner_container {
    width: 18% !important;
  }
}
/*# sourceMappingURL=style.css.map */



/* .vc-tooltip_blk {
    box-sizing: border-box;
    position: absolute;
    padding: .8rem .8rem .6rem;
    max-width: 21.6rem;
    z-index: 400;
    border-radius: .4rem;
    background-color: #FFFFFF;
    color: rgba(20,23,33,.95);
    font-size: 0.8rem;
    line-height: 1.25;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 200ms,transform 200ms cubic-bezier(.645,.045,.355,1) 0s,opacity 200ms cubic-bezier(.645,.045,.355,1) 0s;
    pointer-events: none;
    bottom: calc(100% + 1.2rem);
    transform: translateY(-1.6rem);
    width: unset;
    white-space: nowrap;
} */
.vc-tooltip_blk:before {
    content: "";
    position: absolute;
    border: .6rem solid transparent;
    bottom: -.3rem;
    border-bottom-width: 0;
    border-top-color: #303030;
    left: 50%;
    margin-left: -.6rem;
}
/* .vc-menu_list:hover .vc-tooltip_blk{
    transform: translate(0,0)!important;
    opacity: 1!important;
    visibility: visible!important;
    transition: visibility 0s 0s,transform 200ms cubic-bezier(.645,.045,.355,1) 10ms,opacity 200ms cubic-bezier(.645,.045,.355,1) 10ms!important;
} */
.mute_blk:hover .vc-tooltip_blk{
    /* transform: translate(0,0)!important; */
    opacity: 1!important;
    visibility: visible!important;
    transition: visibility 0s 0s,transform 200ms cubic-bezier(.645,.045,.355,1) 10ms,opacity 200ms cubic-bezier(.645,.045,.355,1) 10ms!important;
}

.vc-menu_list:hover .vc-tooltip_blk {
   /* -webkit-transform: translate(0)!important; */
   /* transform: translate(0)!important; */
   opacity: 1!important;
   visibility: visible!important;
   -webkit-transition: visibility 0s 0s,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
   transition: visibility 0s 0s,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
   transition: visibility 0s 0s,transform .2s cubic-bezier(.645,.045,.355,1) 10ms,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
   transition: visibility 0s 0s,transform .2s cubic-bezier(.645,.045,.355,1) 10ms,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
}

.vc-tooltip_blk {
    box-sizing: border-box;
    position: absolute;
    padding: .8rem .8rem .6rem;
    max-width: 21.6rem;
    z-index: 400;
    border-radius: .4rem;
    background-color: #303030;
    color: #FFF;
    font-size: .8rem;
    line-height: 1.25;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s,opacity .2s cubic-bezier(.645,.045,.355,1) 0s,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 0s;
    transition: visibility 0s .2s,opacity .2s cubic-bezier(.645,.045,.355,1) 0s,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 0s;
    transition: visibility 0s .2s,transform .2s cubic-bezier(.645,.045,.355,1) 0s,opacity .2s cubic-bezier(.645,.045,.355,1) 0s;
    transition: visibility 0s .2s,transform .2s cubic-bezier(.645,.045,.355,1) 0s,opacity .2s cubic-bezier(.645,.045,.355,1) 0s,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 0s;
    pointer-events: none;
    bottom: calc(100% + 0.5rem);
    width: unset;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%) !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* .controls-frame > .controls:hover {
    background-color: #717171 !important;
    transition: all 0.5s ease;
} */
.controls-frame > .controls:hover .vc-tooltip_blk{
    opacity: 1!important;
   visibility: visible!important;
   -webkit-transition: visibility 0s 0s,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
   transition: visibility 0s 0s,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
   transition: visibility 0s 0s,transform .2s cubic-bezier(.645,.045,.355,1) 10ms,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
   transition: visibility 0s 0s,transform .2s cubic-bezier(.645,.045,.355,1) 10ms,opacity .2s cubic-bezier(.645,.045,.355,1) 10ms,-webkit-transform .2s cubic-bezier(.645,.045,.355,1) 10ms!important;
    transform: translateX(-32%) !important;
    top: calc(100% + 1.2rem) !important;
    bottom: unset !important;
}
.controls-frame > .controls:hover .vc-tooltip_blk:before{
    width: 9px;
    height: 9px;
    background: white;
    top: 0px;
    transform: rotate(45deg);
    left: 33%;
}

.vc-menu_list{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.2px solid #999;
    background: transparent;
    margin: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
}
.vc-menu_list:hover{
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
}
.vc-menu_list.notactive {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    text-decoration: none;
    text-transform: inherit;
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.5s ease;
    user-select: none;
    fill: currentColor;
    border-radius: 50%;
    transition: all 150ms cubic-bezier(.645,.045,.355,1);
    border-color: 1px solid #df3a33;
    background-color: #df3a33 !important;
    color: #FFF !important;
}
.vc-menu_list.notactive:hover {
    background-color: #ca352c !important;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
}

.vdo_menu_blk #phone {
    width: 60px;
    height: 60px;
    color: #FFF;  
    cursor: pointer;
    background-color: #df3a33;  
}
.vdo_menu_blk #phone > i {
    transform: rotate(225deg);
}
.vc-menu-unset {
    border-radius: unset !important;
    background-color: unset !important;
}
.vc-logo-wrapper
{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding:15px;
}
.vc-tooltip_blk.tooltip_over {
    padding: .3rem .8rem .3rem !important;
    left: unset !important;
    right: -25% !important;
    transform: unset !important;
    background-color: #FFF;
    color: #000;
}
.vc-tooltip_blk.tooltip_over:before {
    left: unset !important;
    right: 0px !important;
    bottom: -4px;
    border-top-color: #FFF;
}

.no_active_presenter_div {
    min-height: 100%;
    display: flex;
    font-size: 17px;
    background-color: rgb(225, 225, 225) !important;
    width: 100%;
    color: #FFF;
    align-items: center;
    justify-content: center;
}
.no_active_presenter_img_div > img {
    width: 200px;
}
.no_active_presenter_text {
    color: #000;
    font-size: 25px;
    letter-spacing: 0.5px;
}
.vdo_host_container_blk .not-active {
    opacity: 0.5 !important;
}
#publish_sub {
    transition: opacity 0.5s ease-in, display 0.5s ease-in;
}

.active_presenter {
    border: 1px solid rgb(48, 193, 73);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #000;
}
.active_presenter_info_head {
    font-size: 15px;
    color: #FFF;
}
.active_presenter_info_name {
    font-size: 15px;
    color: #FFF;
    text-align: center;
}
.screensharing {
    background-color: #fd0152 !important;
}


.notification-container-bottom-right {
    bottom: 100px !important;
    right: 30px !important;
}
.notification-success:before {
    content: " " !important;
}
.notification-item .notification-content {
    display: inline-flex;
    min-height: 35px;
    align-items: center;
    justify-content: flex-start;
}

.notification-container-bottom-left {
    left: 30px !important;
}
.notification-success:before {
    content: " " !important;
}

.active_presenter {
    color: white;
    text-align: center;
    position: absolute;
    top: 0%;
    background-color: blue;
    padding: 20px;
    font-size: 25px;
    left: 35%;
    font-weight: 600;
    z-index: 99;
}

#active_presenter_div, #presentation_info_div {
    background-color: #6ca2fc;
    height: 100%;
    display: none;
    align-items: center;
    padding: 0 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
}

#screen_share .OT_video-element {
    /* background-color: #141414; */
    background-color: white !important;
    border: none !important;
}

#my_screen_share_div {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #141414;
    z-index: 1;
}
#my_screen_share_div .my_screen_share_content {
    height: 50%;
    width: 50%;
    background-color: #333335;
    box-shadow: 0px 0px 5px #FFF;
    border-radius: 10px;
}
#my_screen_share_div .my_screen_share_head {
    color: #FFF;
    font-size: 25px;
    margin-bottom: 20px;
}
.stop_screen_share_btn {
    font-size: 15px;
    padding: 10px 20px;
    background-color: #db3b44;
    border: unset !important;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    width: 200px;
    cursor: pointer;
    transition: all 0.5s ease-in;
}
.stop_screen_share_btn:hover {
    background-color: #d81a25;
}
.vdo_actions_media .meeting_info_section {
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    transition: all 0.5s linear;
}
.vdo_actions_media .meeting_info_section > span{
    font-size: 15px;
}
.vdo_actions_media .meeting_info_section:hover {
    background-color: rgba(128,134,139,0.122) !important;
}
.vdo_actions_media .meeting_info_section > i{
    transition: all 0.5s linear;
}
.vdo_actions_media .bottom-left-side-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
}
.vdo_actions_media .bottom-left-side-section .info-section {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 5px 10px;
    flex-direction: row;
}
.vdo_actions_media .bottom-left-side-section .info-section:hover {
    background-color: rgba(128,134,139,0.122);
}
.vdo_actions_media .bottom-left-side-section .info-section .info-section-left-icon {
    width: 18px;
    height: 18px;
}
.vdo_actions_media .bottom-left-side-section .info-section .info-section-text{
    font-size: 15px;
    white-space: nowrap;
}

.vdo_actions_media .bottom-left-side-section .participants-section {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 20px;
    flex-direction: row;
    height: 100%;
}
.vdo_actions_media .bottom-left-side-section .participants-section:hover {
    background-color: rgba(128,134,139,0.122);
}
.vdo_actions_media .bottom-left-side-section .participants-section .participants-section-left-icon {
    width: 18px;
    height: 18px;
}
.vdo_actions_media .bottom-left-side-section .participants-section .participants-section-text{
    font-size: 15px;
    white-space: nowrap;
}
.vdo_actions_media .bottom-left-side-section .participants-section .participants-section-right-icon {
    font-size: 20px;
}

.vdo_actions_media .bottom-right-side-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
}
.vdo_actions_media .bottom-right-side-section .presentation_section {
    display: flex;
    align-items: baseline;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 10px 25px;
    flex-direction: row;
}
.vdo_actions_media .bottom-right-side-section .presentation_section .presentation_section_icon {
    width: 18px;
    height: 18px;
}
.vdo_actions_media .bottom-right-side-section .presentation_section .presentation_section_text{
    font-size: 13px;
    white-space: nowrap;
}
.vdo_actions_media .bottom-right-side-section .presentation_section:hover {
    background-color: rgba(128,134,139,0.122);
}
.vdo_actions_media .meeting_settings_section {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.vdo_actions_media .meeting_settings_section:hover {
    background-color: rgba(128,134,139,0.122) !important;
}

.participants_info {
    display: flex;
    position: absolute;
    bottom: 0%;
    background-color: #FFFF;
    border-radius: 5px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-sizing: border-box;
    left: 10%;
    min-width: 25%;
    transition: all 0.3s ease-in-out;
    z-index: 500;
    flex-direction: column;
    -ms-flex-direction: column;
    opacity: 0;
    visibility: hidden;
}
.participants_info.participants_info_open {
    opacity: 1;
    visibility: visible;
    bottom: 10%;
}
.participants_info .vc-participants-list-menu {
    width: 100%;
    padding: 10px 20px;
    border: 0px;
}
.participants_info .vc-participants-list-menu .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    padding: 1rem 0;
    display: inline-flex;
    align-items: center;
    transition: all 500ms ease-in-out;
    border: 0px;
    height: 100%;
    font-family: Poppins-Medium;
}
.participants_info .vc-participants-list-menu .nav-item .nav-link:hover {
    border: 0px;
}
.participants_info .vc-participants-list-menu .nav-item .nav-link.active {
    color: #6770cc;
    border-bottom: 1px solid #6770cc;
}
.participants_info .vc-participants-list-menu .nav-item .nav-link .vc-participants-list-count {
    background-color: #FFF;
    border-radius: 50%;
    padding: 3px;
    color: #000;
    height: 23px;
    font-size: 12px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    border: 1px solid #000;
}
#paticipants-tabContent {
    width: 100%;
    margin-top: 1rem;
}
#paticipants-tabContent .tab-pane {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    overflow: auto;
    background-color: #333335;
}
#paticipants-tabContent::-webkit-scrollbar {
	width: 5px !important;
}
#paticipants-tabContent::-webkit-scrollbar-track {
	background: #FFF !important;
	border-radius: 10px !important
}
#paticipants-tabContent::-webkit-scrollbar-thumb {
	background: #d9d9d9 !important;
	border-radius: 10px !important;
	cursor: pointer !important
}
#paticipants-tabContent .participant-list-tile {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #5a5757;
}
#paticipants-tabContent .participant-list-tile.notactive {
    /* opacity: 0.5; */
}
#paticipants-tabContent .participant-list-tile .participant-profile-icon-section {
    height: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 1rem;
}
#paticipants-tabContent .participant-list-tile .participant-profile-icon-section .avatar_initial{
    font-size: 1.2rem;
    color: #FFF;
}
#paticipants-tabContent .participant-list-tile .participant-name-section {
    display: flex;
    flex-direction: column;
    max-width: 75%;
    width: 75%;
    color: #fff;
    line-height: 20px;
}
#paticipants-tabContent .participant-list-tile .participant-name-section .participant-name {
    font-size: 1rem;
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
#paticipants-tabContent .participant-list-tile .participant-name-section .participant-join-status {
    font-size: 0.7rem;
    margin-top: 0.3rem;
}
.meeting_info {
    display: none;
    position: absolute;
    bottom: 0%;
    background-color: #FFFF;
    border-radius: 5px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-sizing: border-box;
    left: 1%;
    min-width: 25%;
    transition: all 0.3s ease-in-out;
    z-index: 500;
    flex-direction: column;
    -ms-flex-direction: column;
    opacity: 0;
    visibility: hidden;
}
.meeting_info.meeting_info_open {
    opacity: 1;
    visibility: visible;
    bottom: 10%;
    z-index: 99999;
}
.meeting_info .meeting-info-head-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 20px 20px 20px 20px;
}
.meeting_info .meeting-info-head-section .meeting-info-head {
    font-size: 15px;
    font-family: Poppins-Medium;
}
.meeting_info .meeting-info-head-section .meeting-info-close > i {
    cursor: pointer;
    font-size: 15px;
}
.meeting_info .meeting-link-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
}
.meeting_info .meeting-link-section .meeting-link-copy-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
    width: 100%;
    padding: 10px 20px 5px 20px;
}
.meeting_info .meeting-link-section .meeting-link-copy-section .meeting-link-copy-btn-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid #eee;
    padding: 5px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.meeting_info .meeting-link-section .meeting-link-copy-section .meeting-link-copy-btn-section:hover {
    box-shadow: 0 0 2px #333335;
}
.meeting_info .meeting-link-section .meeting-link-copy-section .meeting-link-copy-btn-section .meeting-link-copy-icon {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meeting_info .meeting-link-section .meeting-link-copy-section .meeting-link-copy-btn-section .meeting-link-copy-text {
    font-size: 10px;
}

.broadcast-link-copy-btn-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid #cacaca;
    padding: 5px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.broadcast-link-copy-btn-section:hover {
    box-shadow: 0 0 2px #333335;
}
.broadcast-link-copy-btn-section .broadcast-link-copy-icon {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.broadcast-link-copy-btn-section .broadcast-link-copy-text {
    font-size: 10px;
}

.meeting_info .meeting-link-section .meeting-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -ms-flex-direction: row;
    width: 100%;
    padding: 10px 20px 5px 20px;
}
.meeting_info .meeting-options-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    padding: 20px 20px 20px 20px;
}
.meeting_info .meeting-options-section .meeting-options-head-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.meeting_info .meeting-options-section .meeting-options-head-section .meeting-option-head-side {
    position: relative;
}
.meeting_info .meeting-button-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    -ms-flex-direction: row;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 0px 20px 20px 20px;
}
.meeting_info .meeting-button-section .meeting-option-save-btn {
    background-color: #00d2a5;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
    font-family: Poppins-Medium;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
}
.meeting_info .meeting-button-section .meeting-option-cancel-btn {
    padding: 10px;
    border-radius: 30px;
    font-size: 13px;
    font-family: Poppins-Medium;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
}
.meeting_info .meeting_info_head {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
}
.meeting_info .joining_info {
    margin-bottom: 20px;
}
.meeting_info .joining_info .joining_link {
    font-size: 14px;
    padding: 0 20px 10px 20px;
}
.meeting_info .joining_info .copy_joining_info {
    justify-content: flex-start;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    font-size: 14px;
}
.meeting_info .joining_info .copy_joining_info > i {
    margin-right: 10px;
}
.meeting_info .joining_info .copy_joining_info:hover {
    background-color: rgba(128,134,139,0.122);
}
.meeting_settings_menu > ul > li {
    font-size: 15px;
    cursor: pointer;
}
.meeting_settings_menu > ul > li:hover {
    background-color: rgba(128,134,139,0.122);
}
.meeting_settings_menu {
    display: block;
    position: absolute;
    bottom: 0%;
    background-color: #FFFF;
    border-radius: 5px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-sizing: border-box;
    right: 1%;
    z-index: 99999;
    min-width: 20%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.meeting_settings_menu.meeting_settings_menu_open {
    bottom: 10%;
    opacity: 1;
    visibility: visible;
}
#meeting-joined-left-notification-section {
    position: absolute;
    top: 10%;
    right: 8%;
    z-index: 999;
}
#joined_info_div {
    display: none;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    max-width: 400px;
    background-color: #FFF;
    padding: 20px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 1rem;
}
#joined_info_div .joined-info-section {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}
#joined_info_div .joined-info-icon {
    height: 20px;
    width: 20px;
}
#joined_info_div .joined-info-text {
    font-size: 15px;
}
#joined_info_div .joined-info-close-icon > i {
    font-size: 13px;
    cursor: pointer;
}

#left_info_div {
    display: none;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    max-width: 400px;
    background-color: #FFF;
    padding: 20px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 1rem;
}
#left_info_div .left-info-section {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}
#left_info_div .left-info-icon {
    height: 20px;
    width: 20px;
}
#left_info_div .left-info-text {
    font-size: 15px;
}
#left_info_div .left-info-close-icon > i {
    font-size: 13px;
    cursor: pointer;
}

#copy_joining_info_div {
    display: none;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    max-width: 500px;
    background-color: #FFF;
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
#copy_joining_info_div .copy-join-info-icon {
    height: 20px;
    width: 20px;
}
#copy_joining_info_div .copy-join-info-text {
    font-size: 15px;
}

#vc_custom_notification_black_bottom_left {
    position: fixed;
    bottom: 112px;
    left: 24px;
    margin-right: 24px;
    right: auto;
    min-height: 5%;
    background-color: #202124;
    z-index: 999;
    border-radius: 4px;
    display: flex;
    visibility: hidden;
    padding: 14px 24px;
    transform: translate(0,0);
    transition: all 0.5s linear;
    color: #FFF;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    flex-direction: column;
    letter-spacing: .2px;
    line-height: 20px;
    word-break: normal;
}

#vc-recording-notification-section {
    position: absolute;
    bottom: 2%;
    left: 40%;
    margin-right: 24px;
    right: auto;
    min-height: 5%;
    background-color: #ffedf9;
    z-index: 99999999;
    border-radius: 25px;
    display: flex;
    visibility: visible;
    padding: 14px 24px;
    transform: translate(0,0);
    transition: all 0.5s linear;
    color: #d93fad;
    font-size: 14px;
    box-sizing: border-box;
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2); */
    letter-spacing: .2px;
    line-height: 20px;
    word-break: normal;
    font-family: Poppins-Medium;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#vc-recording-notification-section.discussionmode {
    left: 15%;
}

#active_presenter_info_section {
    background-color: #00ba46;
    z-index: 999;
    border-radius: 4px;
    display: none;
    padding: 10px 10px;
    transform: translate(0,0);
    transition: all 0.5s linear;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    flex-direction: column;
    letter-spacing: .2px;
    word-break: normal;
    margin-bottom: 10px;
    margin-top: 15px;
}
.slider:before {
    background-color: #555562;
}

#publish_sub .avatar_initial {
    width: 80px;
    height: 80px;
    background-color: rgb(33, 37, 41);
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 40px;
}
#publish_sub > * {
    width: 0;
    height: 0;
    opacity: 0;
    transition: width 0.5s linear, height 0.5s linear;
    display: none;
}
#publish_sub > *.ot-layout {
    opacity: 1;
    display: flex;
}

#destination {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#destination > * {
    width: 0;
    height: 0;
    opacity: 0;
    transition: width 0.5s linear, height 0.5s linear;
}
#destination > *.ot-layout {
    opacity: 1;
}
.left-conference-blk .top_navbar .powered_by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.left-conference-blk .top_navbar .powered_by > img {
    width: 15% !important;
}
.hand-raise-display-section, .presenter-chat-display-section {
    position: absolute;
    right: 0%;
    padding: 15px;
    background-color: #FFF;
    top: 20%;
    z-index: 999;
    border-radius: 50% 0 0 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}
.presenter-chat-display-section {
    top: 14%;
}
.hand-raise-display-section .hand-raise-icon, .presenter-chat-display-section .presenter-chat-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hand-raise-display-section .hand-raise-icon > i, .presenter-chat-display-section .presenter-chat-icon > i {
    font-size: 20px;
    color: #f26522;
    transition: all 1s linear;
}
#handRaiseNotificationDiv {
    position: fixed;
    bottom: 22%;
    width: 25%;
    height: 50%;
    right: -1000px;
    overflow: hidden;
    z-index: 500;
    display: block;
    border-radius: 10px 10px 0px 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.showHandRaiseNotification {
    -webkit-animation: showHandRaiseSlide 1s forwards;
    animation: showHandRaiseSlide 1s forwards;
}
@-webkit-keyframes showHandRaiseSlide {
    100% { right: 40px;  }
}

@keyframes showHandRaiseSlide {
    100% { right: 40px; }
}
 
.hideHandRaiseNotification {
    -webkit-animation: hideHandRaiseSlide 1s forwards;
    animation: hideHandRaiseSlide 1s forwards;
}
@-webkit-keyframes hideHandRaiseSlide {
    0% { right: 40px; }
    100% { right: -1000px; }
}
@keyframes hideHandRaiseSlide {
    0% { right: 40px; }
    100% { right: -1000px; }
}
#handRaiseNotificationDiv .hand-raise-notifications-head {
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f26528;
    color: #FFF;
}
#handRaiseNotificationDiv .hand-raise-notifications-content {
    height: 85%;
    width: 100%;
    overflow-y: auto;
    background-color: #e6e6e6;
}
#handRaiseNotificationDiv .hand-raise-notifications-content::-webkit-scrollbar {
	width: 2px !important;
}
#handRaiseNotificationDiv .hand-raise-notifications-content::-webkit-scrollbar-track {
	background: #f8f8f8 !important;
	border-radius: 10px !important
}
#handRaiseNotificationDiv .hand-raise-notifications-content::-webkit-scrollbar-thumb {
	background: #388108 !important;
	border-radius: 10px !important;
	cursor: pointer !important
}
.hand-raise-notif {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.hand-raise-notif .hand-raise-notif-avatar {
    width: 40px;
    height: 40px;
    background-color: transparent;
}
.hand-raise-notif .hand-raise-notif-text {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
.no-hand-raise-notif-info {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
}
.hand-raise-display-section .hand-raise-notification-count {
    position: absolute;
    background-color: red;
    top: -15%;
    right: 60%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.hand-raise-notif-avatar .avatar_initial {
    background-color: rgb(33, 37, 41);
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 20px;
    color: #FFF;
}
.presenter_dialog_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    flex-direction: column;
    background-color: rgb(225, 225, 225) !important;
}
.presenter_dialog_head {
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.self_presenter_info_section {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.self_presenter_info_head {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #FFF;
}
#destination_video_section, .observers-list-section {
    max-height: 85%;
    width: 100%;
    overflow-y: auto;
}
#destination_video_section::-webkit-scrollbar {
	width: 2px !important;
}
#destination_video_section::-webkit-scrollbar-track {
	background: #333335 !important;
	border-radius: 10px !important
}
#destination_video_section::-webkit-scrollbar-thumb {
	background: #141414 !important;
	border-radius: 10px !important;
	cursor: pointer !important
}
.observers-list-section::-webkit-scrollbar {
	width: 2px !important;
}
.observers-list-section::-webkit-scrollbar-track {
	background: #333335 !important;
	border-radius: 10px !important
}
.observers-list-section::-webkit-scrollbar-thumb {
	background: #141414 !important;
	border-radius: 10px !important;
	cursor: pointer !important
}
#destinatiopn_video_section #destination .video-frame {
    background-color: #151515;
    align-items: center;
    text-align: center;
    opacity: 1;
}
.vdo_inactive_section {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(41, 41, 41);
    align-items: center;
    justify-content: space-around;
    text-align: center;
    left: 0px;
    top: 0px;
    z-index: 10;
    flex-direction: column;
    padding: 0 5px;
}
.vdo_inactive_section .avatar-section {
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vdo_inactive_section .vdo-inactive-name-section {
    display: flex;
    justify-content: center;
    width: 100%;
}
#publish_sub .vdo_inactive_section .vdo-inactive-name-section{
    display: flex;
    position: absolute;
    bottom: 4%;
    right: 2%;
    justify-content: flex-end;
    text-align: right;
}
#destination .vdo_inactive_section .vdo-inactive-name-section {
    justify-content: flex-start;
}
.vdo_inactive_section .vdo-inactive-name-section > div {
    width: 65%;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
#publish_sub .vdo_inactive_section .vdo-inactive-name-section > div {
    font-size: 15px;
}
#destination .vdo_inactive_section .vdo-inactive-name-section > div {
    text-align: left;
}
#publish_sub .vdo_inactive_section {
    padding: 20% 10%;
}
#destination .video-frame .avatar_initial, #observers-list .video-frame .avatar_initial {
    width: 50px;
    height: 50px;
    background-color: grey;
    border-radius: 50%;
    margin: auto;
    font-size: 17px;
    text-align: center;
    color: white;
    font-weight: 900;
    line-height: 3;
    text-transform: uppercase;
}
#destination .video-frame .avatar_initial > img {
    border-radius: 50%;
}

#destination .video-frame, #observers-list .video-frame {
    width: 45% !important;
    height: 160px !important;
    margin: 2.5%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    position: relative !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    left: unset !important;
}
#destination .active-presenter-info {
    position: absolute;
    top: 4%;
    left: 1%;
    background-color: #FFF;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    display: none;
    z-index: 50;
    color: #000;
    box-shadow: 0 0 5px #000;
}
#destination .active-presenter .active-presenter-info {
    display: flex;
}
#destination .active-presenter .usertile_name {
    font-family: Poppins-Medium;
    color: #FFF;
}
#destination .active-presenter {
    width: 95% !important;
    height: 240px !important;
}
#destination .usertile-section.active-presenter {
    padding: 70px 10px;
}
#destination .stream-notavailable {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1.5px solid grey;
    box-shadow: 0px 0px 2px rgb(49, 49, 49);
    width: 45% !important;
    height: 160px !important;
    margin: 2.5%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0;
}
#destination .stream-notavailable .avatar-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
}
#destination .stream-notavailable .avatar_initial {
    width: 50px;
    height: 50px;
    background-color: grey;
    border-radius: 50%;
    margin: auto;
    font-size: 17px;
    text-align: center;
    color: white;
    font-weight: 900;
    line-height: 3;
    text-transform: uppercase;
}
#destination .controls-frame {
    background-color: unset;
    bottom: 1%;
    top: unset;
    align-items: center;
    justify-content: center;
    left: unset;
    right: 0;
    padding:0 20px;
}
.hostonlymode.left-side {
    transition: all 500ms ease-in-out;
}
.hostonlymode .controls-frame {
    display: flex;
    top: 0;
    left: 0;
    border-radius: unset;
    background-color: #1b1b1b;
}
.controls-frame .controls-frame-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.three-dots-audio-level-section {
    position: absolute;
    width: 30px;
    height: 50px;
    left: 15px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    z-index: 11;
}
#destination .three-dots-audio-level-section {
    width: 20px;
    height: 30px;
    right: 10px;
    top: 0px;
    bottom: unset;
    left: unset;
}
.screen_share #destination .vdo_active {
    justify-content: flex-start;
    left: 0;
    bottom: 2%;
    top: unset !important;
}
.screen_share #destination .vdo_active .vdo_info .vdo_info_name, .screen_share #observers-list .vdo_active .vdo_info .vdo_info_name {
    font-size: 1rem !important;
}
.hostonlymode .bottom_background_video {
    display: none;
}
#destination .vdo_info, #observers-list .vdo_info{
    padding: 0px 5px;
    margin: 5px 5px 0px 0px;
    background-color: unset;
}
#observers-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}
#observers-list .observer-list-tile {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #cacaca;
}
#observers-list .observer-list-tile.notactive {
    opacity: 0.5;
}
#observers-list .observer-list-tile .observer-profile-icon-section {
    height: 50px;
    width: 50px;
    margin-right: 1rem;
}
#observers-list .observer-list-tile .observer-profile-icon-section .avatar_initial{
    font-size: 1.5rem;
    color: #FFF;
}
#observers-list .observer-list-tile .observer-name-section {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    width: 85%;
    color: #FFF;
}
#observers-list .observer-list-tile .observer-name-section .observer-name {
    font-size: 1.3rem;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
#screen_share .screen-share-notification-section {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #dc3c45;
    z-index: 500;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: baseline;
    color: #FFF;
    font-size: 18px;
    visibility: hidden;
    transition: visibility 1s linear;
}
.stream-status-display-section {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #000;
    letter-spacing: 1px;
    -webkit-transition: all 0.51s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    opacity:0;
    height:0;
}
.stream-notavailable:hover .stream-status-display-section {
    bottom: 0;
    width:100%;
    height:100%;
    opacity:1;
}
.usertile-name-section {
    color: #FFF;
    width: 100%;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1rem;
}
.vdo-resource-section {
    position: absolute;
    width: 350px;
    max-height: 400px;
    overflow: auto;
    background: white;
    border-radius: 3px;
    right: 280px;
    bottom: 100px;
    z-index: 99999;
}
.vdo-resource-section::-webkit-scrollbar {  
    width: 3px; 
}   

.vdo-resource-section::-webkit-scrollbar-track {    
    background: #262626; 
    border-radius: 10px;    
}   

.vdo-resource-section::-webkit-scrollbar-thumb {    
    background: #888888;    
    border-radius: 10px;    
    cursor: pointer;    
}
.vdo-resource-section > ul {
    margin-bottom: 0;
}
.vdo-resource-list {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    flex-direction: row;
    transition: all 0.1s linear;
}
.vdo-resource-list .vdo-resource-icon {
    width: 20px;
    margin-right: 1rem !important;
}
.vdo-resource-list .vdo-resource-name {
    font-size: 13px;
}
.vdo-resource-list:hover {
    background-color: #333335;
    color: #FFF;
}
#publish_whiteboard > canvas {
    background-color: #FFF;
}
#publish_resource {
    padding: 20px;
}
#publish_resource .carousel-inner {
    height: 100%;
}
#publish_resource .carousel-inner .carousel-item > img {
    height: 100%;
    width: auto !important;
}

#publish_resource > img {
    height: 100%;
    width: auto !important;
}

#whiteboard-option-section {
    position: absolute;
    top: 10%;
    left: 3%;
    background-color: #FFF;
    flex-direction: column;
}
#whiteboard-option-section .whiteboard-option {
    padding: 15px;
    border-radius: 1px;
    border-bottom: 1px solid #e8e7e7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#whiteboard-option-section .whiteboard-option.active {
    background-color: #eee;
}
#whiteboard-option-section .whiteboard-option .red {
    padding: 10px;
    background-color: red;
    border-radius: 50%;
}
#whiteboard-option-section .whiteboard-option .yellow {
    padding: 10px;
    background-color: yellow;
    border-radius: 50%;
}
#whiteboard-option-section .whiteboard-option .black {
    padding: 10px;
    background-color: black;
    border-radius: 50%;
}
#whiteboard-option-section .whiteboard-option .blue {
    padding: 10px;
    background-color: blue;
    border-radius: 50%;
}
#whiteboard-option-section .whiteboard-option .green {
    padding: 10px;
    background-color: green;
    border-radius: 50%;
}
#whiteboard-option-section .whiteboard-option .line.two {
    background-color: #000;
    height: 20px;
    width: 2px;
    transform: rotate(-45deg);
}
#whiteboard-option-section .whiteboard-option .line.three {
    background-color: #000;
    height: 20px;
    width: 3px;
    transform: rotate(-45deg);
}
#whiteboard-option-section .whiteboard-option .line.four {
    background-color: #000;
    height: 20px;
    width: 4px;
    transform: rotate(-45deg);
}
#whiteboard-option-section .whiteboard-option .line.five {
    background-color: #000;
    height: 20px;
    width: 5px;
    transform: rotate(-45deg);
}
.video-frame {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1.5px solid grey;
    box-shadow: 0px 0px 2px rgb(49, 49, 49);
}
#publish_sub {
    border-radius: 0px !important;
}
#nav-link {
  color: white !important;
}
.active-violet {
  background-color: #6846d0 !important;
}

.meeting-list-section_2 {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list-menu_2 {
  border-radius: 20px;
  width: 100%;
  align-items: center;
  display: table;
  table-layout: fixed;
}
.vdo_active_1 {
  position: absolute;
  width: 100%;
  z-index: 10;
  font-size: 10px;
  bottom: 24%;
}
.controls {
    margin: 10px !important;
}
#destination .controls {
    margin: 1.5px !important;
}

.btn-custom {
  border-radius: 50px;
  border: 1px solid white;
  background: none;
  padding: 7px 15px;
}
.screensharearrow {
  position: relative;
}
.screensharearrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -1.3em;
  left: 50%;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.arrow-settings::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -0.8em;
  right: 5%;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.arrow-info::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -1em;
  left: 10%;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.self_presenter_info_options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.show-my-video-btn {
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    font-family: Poppins-Medium;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    border: 1px solid #FFF;
}
.present-now-btn {
    background-color: #00d2a5;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    font-family: Poppins-Medium;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
}

.meeting-list-section .vc-meeting-list-menu {
  border: 1px solid #5e5e5e;
  border-radius: 30px;
  width: 100%;
  align-items: center;
  display: table;
  table-layout: fixed;
}
.meeting-list-section .vc-meeting-list-menu .nav-item {
  display: table-cell;
  margin: -1px;
}
.meeting-list-section .vc-meeting-list-menu .nav-item .nav-link {
    color: #FFF !important;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-size: 17px;
    padding: 15px 20px;
}
.meeting-list-section .vc-meeting-list-menu .nav-item .nav-link:hover {
    background-color: #5e5e5e !important;
}
.meeting-list-section .vc-meeting-list-menu .nav-item .nav-link.active {
    background-color: #7680eb !important;
    border-color: transparent transparent transparent transparent !important;
}
.meeting-list-section .vc-meeting-list-menu .nav-item .nav-link .vc-meeting-list-count {
    background-color: #FFF;
    border-radius: 50%;
    padding: 3px;
    color: #000;
    height: 23px;
    font-size: 12px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}

/* Chat Section */
.comments-textarea__highlighter > strong {
    color: transparent;
}
.mention-name {
    font-family: Poppins-Medium;
    margin-right: 0.2rem;
}
.group-chat-icon-section {
    position: absolute;
    right: 1%;
    top: 15%;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
}
.group-chat-icon-section .group-chat-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 13px;
    background: url("../img/chat_polls_icon.svg"), #FFF;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
}
.group-chat-icon-section.close-chat {
    top: 7.8%;
    right: 28.5%;
}
.group-chat-icon-section.close-chat .group-chat-icon {
    padding: 15px;
    background: url("../img/close_icon.svg"), #FFF;
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.showGroupChat {
  -webkit-animation: showGroupChatSlide 1s forwards;
  animation: showGroupChatSlide 1s forwards;
}
@-webkit-keyframes showGroupChatSlide {
  100% {
    right: 0px;
  }
}

@keyframes showGroupChatSlide {
  100% {
    right: 0px;
  }
}

.hideGroupChat {
  -webkit-animation: hideGroupChatSlide 1s forwards;
  animation: hideGroupChatSlide 1s forwards;
}
@-webkit-keyframes hideGroupChatSlide {
  0% {
    right: 0px;
  }
  100% {
    right: -1000px;
  }
}
@keyframes hideGroupChatSlide {
  0% {
    right: 0px;
  }
  100% {
    right: -1000px;
  }
}
#groupChatDiv {
    position: fixed;
    top: 6%;
    width: 30%;
    height: 85%;
    background-color: white;
    overflow: hidden;
    background-color: #f0f6f7;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    right: -1000px;
    overflow: hidden;
    z-index: 999;
}
.group-chat-head-section {
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.group-chat-head-section .group-chat-polls-list-menu {
    border: 1px solid #cacaca;
    border-radius: 30px;
    width: 80%;
    display: table;
    table-layout: fixed;
}
.group-chat-head-section .group-chat-polls-list-menu .nav-item {
    display: table-cell;
    margin: -1px;
}
.group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link {
    color: #000 !important;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out;
    font-size: 17px;
    padding: 10px 15px;
}
.group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link.active {
    background-color: #7680eb !important;
    border-color: transparent transparent transparent transparent !important;
    color: #FFF !important;
}
.group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link:hover {
    border-color: transparent transparent transparent transparent !important;
}
.group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link .vc-meeting-polls-count, .group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link .vc-meeting-chats-count {
    border: 1px solid #cacaca;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-left: 5px;
    transition: all 500ms ease-in-out;
    background-color: #5E5E5E;
    color: #FFF;
    font-family: Poppins-Medium;
}
.group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link.active .vc-meeting-polls-count, .group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link.active .vc-meeting-chats-count {
    background-color: #FFF;
    color: #000;
}
.group-chat-head-text {
    display: flex;
    border: 1px solid #a4a7a7;
    padding: 10px 60px;
    border-radius: 30px;
    font-size: 20px;
    color: #515252;
}
#groupChatDiv .group-chat-content-section {
    padding: 0px 20px;
    height: 75%;
    width: 100%;
    overflow: auto;    
}
#groupChatDiv .group-chat-content-section .group-chat-list {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    display: flex;
    flex-direction: row;
}
.group-chat-name {
    font-size: 17px;
    display: flex;
}
.group-chat-avatar-section {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 10%;
}
.group-chat-avatar-section .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00d2a5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
}
.group-chat-content {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 80%; 
}
.group-chat-list-content {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    overflow-wrap: break-word;
    max-width: 100%;
    color: #515252;
}
.group-chat-list-time {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.group-chat-bottom {
    position: relative;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    flex-direction: column;
    -ms-flex-direction: column;
    border-top: 1px solid #cacaca;
}
.group-chat-bottom .group-chat-send-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.group-chat-bottom .group-chat-send-section .comments-textarea {
    position: unset !important;
}
.group-chat-bottom .group-chat-send-section .comments-textarea .comments-textarea__highlighter {
    display: none !important;
}
.group-chat-bottom #chat-input {
    width: 100% !important;
    height: 50px !important;
    overflow-y: auto !important;
    border: 1px solid #c5c9cb;
    border-radius: 5px;
    padding: 10px;
    position: unset !important;
}
.group-chat-bottom .group-chat-user-list-modal {
    border-radius: 5px;
    box-shadow: rgb(170, 162, 162) 1px 1px 7px;
    position: absolute;
    left: 5%;
    width: 325px;
    background-color: white;
    font-size: 12px;
    top: -375px;
    z-index: 10;
}
.group-chat-bottom .group-chat-user-list-modal .group-chat-user-list-modal-head-section {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 20px 20px;
}
.group-chat-bottom .group-chat-user-list-modal .group-chat-user-list-modal-head-section .group-chat-user-list-modal-head-text {
    font-size: 1.2rem;
    font-family: Poppins-Medium;
}
.group-chat-bottom .group-chat-user-list-modal .group-chat-user-list-modal-head-section .group-chat-user-list-modal-head-close-icon {
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.group-chat-user-list-modal .group-chat-user-list-search-section {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-search {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-search > input[type="text"] {
    display: block;
    width: 90%;
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 25px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-section {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    min-height: 250px;
    max-height: 250px;
    height: 250px;
    overflow-y: auto;
    flex-direction: column;
    -ms-flex-direction: column;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-section .group-chat-user-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-section .group-chat-user-list .group-chat-user-list-icon {
    width: 30px;
    height: 30px;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-section .group-chat-user-list .group-chat-user-list-avatar {
    width: 28px;
    height: 28px;
    background-color: #00d2a5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #FFF;
}
.group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-section .group-chat-user-list .group-chat-user-list-text {
    font-size: 0.8rem;
    margin-left: 10px;
}
.group-chat-bottom .group-chat-to-section {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-user-section {
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 1px solid #808080;
    border-radius: 50px;
    padding: 5px 10px;
    cursor: pointer;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-left-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-text {
    font-size: 1rem;
    color: grey;
    margin-right: 5px;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-right-icon > i {
    color: grey;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-private-section {
    display: flex;
    flex-direction: row;
    border: 1px solid blue;
    width: 100%;
    padding: 5px 15px;
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(223, 229, 230);
}
.group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-left-side {
    display: flex;
    flex-direction: row;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-text {
    font-size: 1rem;
    margin-right: 5px;
    white-space: nowrap;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-user-name {
    font-size: 1rem;
    margin-right: 5px;
    color: blue;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
}
.group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-close-icon {
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.group-chat-send-icon {
    width: 50px;
    height: 50px;
}
.group-chat-send-icon > img {
    cursor: pointer;
}
#groupChatDiv .group-chat-content-section::-webkit-scrollbar {
  width: 5px;
}
#groupChatDiv .group-chat-content-section::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
#groupChatDiv .group-chat-content-section::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.comments-textarea__suggestions {
    left: 0px !important;
    top: -90px !important;
    height: 70px !important;
    overflow: auto !important;
    min-width: 150px !important;
}
.comments-textarea__suggestions::-webkit-scrollbar {
  width: 3px;
}
.comments-textarea__suggestions::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.comments-textarea__suggestions::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
  cursor: pointer;
}
.comments-textarea__suggestions > ul > li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}
.hostonlymode .video-frame {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    float: left !important;
    border: none;
}
.discussionmode.rightside {
    height: calc(100% - 88px) !important;
    position: absolute !important;
    background-color: rgb(35, 35, 35);
    overflow-y: auto;
    right: 0;
    padding: 10px 0 10px 15px;
}
.discussionmode.rightside .video-frame {
    /* width: 48% !important;
    height: 180px !important;
    margin-bottom: 3%;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    float: left !important;
    margin-right: 1.5%; */
}
.discussionmode.rightside::-webkit-scrollbar {
  width: 5px;
}
.discussionmode.rightside::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.discussionmode.rightside::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.vc-pdf-viewer-section {
    width: 100%;
    height: calc(100% - 88px);
}
.vc-pdf-viewer-section > div > div > div > div > canvas {
    max-width: 100% !important;
    height: calc(100% - 88px) !important;
}
canvas {
    max-height: 100%;
}
.groupchatUnreadCount {
    position: absolute;
    background-color: #d93fad;
    font-size: 10px;
    border-radius: 50%;
    color: white;
    top: -5px;
    left: -2px;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discussionmode.rightside .avatar_initial {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important;
}
.discussionmode.rightside .three-dots-audio-level-section {
    width: 20px;
    height: 30px;
    left: 5px;
}
.discussionmode.rightside .vdo_info {
    margin: 0px !important;
    padding: 2px 5px !important;
}
.vc-polls-content-section {
    height: 90%;
    overflow-y: auto;
}
.vc-polls-content-section::-webkit-scrollbar {
  width: 5px;
}
.vc-polls-content-section::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.vc-polls-content-section::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.vc-polls-content-section .vc-polls-add-section {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.vc-polls-content-section .vc-polls-add-section .vc-polls-add-question {
    display: flex;
    cursor: pointer;
    align-items: center;
}
.vc-polls-content-section .vc-polls-add-section .vc-polls-add-question .vc-polls-add-question-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.vc-polls-content-section .vc-polls-add-section .vc-polls-add-question .vc-polls-add-question-text {
    font-size: 1rem;
    font-family: Poppins-Medium;
}
.vc-polls-content-section .vc-polls-sort-total-section {
    border-bottom: 1px solid #cacaca;
    padding: 10px 30px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vc-polls-content-section .vc-polls-sort-total-section .sort-section {
    display: flex;
    align-items: center;
    flex-direction: row;
    -ms-flex-direction: row;
    width: 60%;
}
.vc-polls-content-section .vc-polls-sort-total-section .sort-section .polls-sort-filter {
    width: 70%;
}
.vc-polls-content-section .vc-polls-sort-total-section .sort-section .polls-sort-filter .polls-sorting {
    width: 100%;
}
.vc-polls-content-section .vc-polls-sort-total-section .sort-section .polls-sort-filter .polls-sorting .polls-sorting-dropdown__control {
    border-radius: 40px;
    background-color: transparent;
}
.vc-polls-content-section .vc-polls-sort-total-section .vc-total-records-section {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.vc-polls-list .accordion__button:hover {
    background-color: transparent;
}
.vc-polls-head-right-side > i {
    transition: transform 0.3s ease-in-out;
}
.vc-polls-item-head-button[aria-expanded='true'] .vc-polls-head-right-side > i {
    transform: rotate(180deg);
}
.vc-polls-item-panel {
    max-height: 1000rem;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition-duration: 0.5s;
    transition-property: max-height;
}
.vc-polls-item-panel[hidden] {
    max-height: 0;
    overflow: hidden;
    text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition-duration: 0.5s;
    transition-property: max-height;
    z-index: 1;
    position: relative;
    display: block !important;
}
.vc-polls-item-panel[hidden] .vc-polls-item-panel-content {
    opacity: 0;
    transform: translateY(-1rem);
    transition-timing-function: linear, ease;
    transition-duration: 0.1s;
    transition-property: opacity, transform;
    transition-delay: 0.2s;
}
.vc-polls-item-panel .vc-polls-item-panel-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-property: opacity, transform;
}
.vc-polls-list .vc-polls-item {
    border-bottom: 1px solid #d0d0d0;
}
.vc-polls-list .vc-polls-item-head-button {
    color: #444;
    cursor: pointer;
    padding: 20px 30px 10px 30px;
    width: 100%;
    text-align: left;
    border: none;
    min-height: 100px;
}
.vc-polls-list .vc-polls-item-head-button .vc-polls-head-section {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}
.vc-polls-list .vc-polls-item-head-button .vc-polls-head-section .vc-polls-head-left-side {
    width: 95%;
}
.vc-polls-list .vc-polls-item-head-button .vc-polls-head-section .vc-polls-head-right-side {
    width: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.vc-polls-list .vc-polls-item-head-button .vc-polls-head-section .vc-polls-title {
    font-size: 1.2rem;
    font-family: Poppins-Medium;
}
.vc-polls-list .vc-polls-item-panel {
    padding: 0px 30px 10px 30px; 
}
.vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section .polls-details-menu .polls-menu-icon {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}
.vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section .polls-details-menu .polls-menu-icon:hover, .vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section .polls-details-menu .polls-menu-icon:focus {
    background-color: #f1f1f1;
}
.vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section .polls-details-menu .dropdown-menu {
    padding: 0;
    right: 0 !important;
    left: auto !important;
    top: 10px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
    font-size: 14px;
    min-width: 7rem;
    font-family: Poppins-Medium;
}
.vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section .polls-details-menu .dropdown-menu .dropdown-item {
    padding: 0.4rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.vc-polls-list .vc-polls-item-panel .vc-polls-item-panel-content .vc-polls-time-menu-section .polls-details-menu .dropdown-menu .dropdown-item:hover {
    background-color: #00806c;
    color: #fff;
}
.vc-polls-list .vc-polls-item-panel .polls-create-close-time {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.vc-polls-list .vc-polls-item-panel .polls-create-close-time .polls-create-time {
    color: #8f8f8f;
    font-size: 1rem;
}
.vc-polls-list .vc-polls-item-panel .polls-create-close-time .polls-close-time {
    color: #7681eb;
    font-size: 1rem;
}
.vc-polls-list .vc-polls-item-panel .polls-create-close-time .polls-close-time.closed {
    color: red;
}
.vc-polls-list .vc-polls-item-panel .polls-options .polls-options-container .custom-radio-holder {
    width: 100%;
}
.vc-polls-list .polls-button-section {
    display: flex;
}
.vc-polls-list .polls-button-section .polls-show-results {
    margin-left: 1rem;
}

/* Show Hide Panel */
.vc-slider-menu-section-presentation {
    position: absolute;
    left: 29.5%;
    top: 80px;
    z-index: 1000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.vc-slider-menu-section-presentation > i {
    font-size: 1.5rem;
    color: #FFF;
    transition: transform 0.5s ease-in-out;
}
.vc-slider-menu-section-presentation.closed {
    left: 0%;
}
.vc-slider-menu-section-presentation.closed > i {
    transform: rotate(180deg);
}
.vc-slider-menu-section-discussion {
    position: absolute;
    right: 30%;
    top: 70px;
    z-index: 9;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.vc-slider-menu-section-discussion > i {
    font-size: 1.5rem;
    color: #FFF;
    transition: transform 0.5s ease-in-out;
}
.vc-slider-menu-section-discussion.closed {
    right: 1%;
}
.vc-slider-menu-section-discussion.closed > i {
    transform: rotate(180deg);
}
@media (max-width: 1600px) {
    #groupChatDiv {
        top: 60px;
        height: 83.5%;
    }
    .vc-polls-content-section {
        height: 85%;
    }
    .vc-polls-content-section .vc-polls-sort-total-section {
        padding: 10px 20px;
    }
    .vc-polls-content-section .vc-polls-sort-total-section .sort-section {
        width: 65%;
    }
    .vc-polls-content-section .vc-polls-sort-total-section .vc-total-records-section {
        width: 35%;
        font-size: 0.9rem;
    }
    .vc-polls-list .vc-polls-item-head-button {
        padding: 20px;
    }
    .vc-polls-list .vc-polls-item-head-button .vc-polls-head-section .vc-polls-title {
        font-size: 0.9rem;
    }
    .vc-polls-list .vc-polls-item-head-button .vc-polls-head-section .vc-polls-publisher-section {
        font-size: 0.8rem;
    }
    .vc-polls-list .vc-polls-item-panel {
        padding: 10px 20px;
    }
    .vc-polls-list .vc-polls-item-panel .polls-create-close-time .polls-create-time {
        font-size: 0.8rem;
    }
    .vc-polls-list .vc-polls-item-panel .polls-create-close-time .polls-close-time {
        font-size: 0.8rem;
    }
    .vc-polls-list .vc-polls-item-panel .polls-options .polls-options-container .custom-radio-holder .radio-custom-label {
        font-size: 0.8rem;
    }
    .vc-polls-list .vc-polls-item-panel .polls-options .polls-options-container .custom-radio-holder .radio-custom:checked + .radio-custom-label:after {
        top: 19px;
    }
}
@media (max-width: 1450px) {
    #vc-recording-notification-section.discussionmode {
        left: 25%;
        bottom: 2.5%;
    }
    .meeting-list-section .vc-meeting-list-menu .nav-item .nav-link {
        font-size: 13px;
        padding: 10px;
    }    
    #destination .video-frame {
        height: 120px !important;
    }
    #destination .stream-notavailable {
        height: 120px !important;
        padding: 5px 0;
    }
    #destination .active-presenter {
        height: 200px !important;
    }
    .meeting-list-section .vc-meeting-list-menu .nav-item .nav-link .vc-meeting-list-count {
        margin-left: 0.5rem;
    }
    .self_presenter_info_head {
        font-size: 2rem;
    }
    #destination .controls-frame {
        padding: 5px;
    }
    .controls-frame .controls-frame-icon {
        width: 15px;
        height: 15px;
    }
    .meeting-list-section .vc-meeting-list-menu .nav-item .nav-link .vc-meeting-list-count {
        height: 20px;
        width: 20px;
        padding: 0;
    }
    .vdo_inactive_section .vdo-inactive-name-section > div {
        font-size: 10px;
    }
    #publish_sub .vdo_inactive_section .vdo-inactive-name-section > div {
        font-size: 13px;
    }
    .presenter_dialog_head {
        font-size: 35px;
    }
    #destination .active-presenter-info {
        font-size: 0.7rem;
    }
    .screen_share #destination .vdo_active .vdo_info .vdo_info_name {
        font-size: 0.7rem !important;
    }
    #destination .usertile-section.active-presenter {
        padding: 40px 10px;
    }
    .usertile-name-section {
        font-size: 0.7rem;
    }
    #groupChatDiv {
        top: 60px;
        height: 81%;
    }
    .group-chat-head-section {
        height: 15%;
    }
    .group-chat-head-text {
        font-size: 15px;
    }
    #groupChatDiv .group-chat-content-section {
        height: 70%;
    }
    .group-chat-avatar-section {
        width: 12%;
    }
    .group-chat-avatar-section .avatar {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .group-chat-name {
        font-size: 15px;
    }
    .group-chat-list-content {
        font-size: 13px;
        line-height: 23px;
    }
    .group-chat-list-time {
        font-size: 13px;
    }
    .group-chat-icon-section {
        top: 15%;
    }
    .group-chat-icon-section.close-chat {
        right: 28%;
        top: 10.8%;
    }
    .group-chat-bottom .group-chat-to-section {
        margin-bottom: 0.2rem;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-left-icon {
        width: 20px;
        height: 20px;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-text {
        font-size: 0.8rem;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-right-icon > i {
        font-size: 0.8rem;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-icon {
        width: 13px;
        height: 13px;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-text {
        font-size: 0.8rem;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-private-section .group-chat-to-private-user-name {
        font-size: 0.8rem;
    }
    .discussionmode .avatar_initial {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }
    .three-dots-audio-level-section {
        width: 20px;
        height: 30px;
    }
    .discussionmode.rightside .avatar_initial {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }
    .discussionmode.rightside .three-dots-audio-level-section {
        left: 5px;
    }
    .discussionmode.rightside .vdo_info {
        margin: 0px !important;
        padding: 2px 5px !important;
    }
    .discussionmode.rightside .video-frame {
        /* height: 150px !important; */
    }
    .participants_info {
        left: 10%;
    }
    .vc-pdf-viewer-section > div > div > div > div > canvas {
        height: calc(100% - 88px) !important;
    }
}

@media (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .meeting-list-section .vc-meeting-list-menu {
        width: 95%;
    }
    #presentation-notification-info-div {
        display: none;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: row;
        background-color: #FFF;
        padding: 20px 10px;
        border-radius: 5px;
        margin-bottom: 1rem;
        width: 100%;
    }
    #presentation-notification-info-div .presentation-notification-info-section {
        display: flex;
        align-items: center;
    }
    #presentation-notification-info-div .presentation-notification-info-icon {
        height: 70px;
        width: 70px;
        background-color: #da55ad;
        padding: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #presentation-notification-info-div .presentation-notification-info-text {
        font-size: 1.5rem;
    }
    #presentation-notification-info-div .presentation-notification-watch-now-button {
        display: flex;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: #00d2a5;
        margin-top: 1rem;
        font-family: Poppins-Medium;
    }
    #presentation-notification-info-div .presentation-notification-close-icon > i {
        font-size: 30px;
        cursor: pointer;
    }
    .vc-mobile-header-section {
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 80px;
    }
    .vc-mobile-header-section .vc-mobile-header-menu {
        justify-content: space-between;
        width: 100%;
        height: 100%;
        border: 0;
        background-color: #FFF;
        display: flex;
        align-items: center;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.3%;
        height: 100%;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link {
        border: 0px;
        width: 100%;
        justify-content: center;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link.active {
        border-bottom: 5px solid #00d2a5;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link .mheader-participants-icon {
        width: 40px;
        height: 40px;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link .mheader-presentation-icon {
        width: 40px;
        height: 40px;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link .mheader-chat-icon {
        width: 40px;
        height: 40px;
    }
    #vc-mobile-tabContent {
        height: calc(100% - 90px);
        padding-top: 80px;
        background-color: rgb(35, 35, 35);
        overflow: hidden;
    }
    #mheader-participants .meeting-list-section {
        padding: 0px !important;
        height: 15%;
    }
    .vdo_actions_media {
        position: relative !important;
        bottom: 0%;
        height: 90px;
        padding: 10px 0;
        z-index: 999;
    }
    .vdo_actions_media .vdo_user_actions {
        height: unset;
        width: 75% !important;
    }
    .vdo_actions_media .bottom-left-side-section {
        width: 15%;
        justify-content: center;
    }
    .vdo_actions_media .bottom-left-side-section .info-section {
        margin-left: 0px !important;
        border: 0px;
        background-color: transparent;
    }
    .vdo_actions_media .bottom-left-side-section .info-section .info-section-left-icon {
        width: 40px;
        height: 40px;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #mic-icon {
        width: 60px;
        height: 60px;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #mic-icon > img {
        width: 35px !important;
        height: 35px !important;
    }
    .vc-menu_list.notactive {
        box-shadow: unset;
        border: 0px;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #video {
        width: 60px;
        height: 60px;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #video > img {
        width: 40px !important;
        height: 40px !important;
    }
    .vdo_menu_blk #phone {
        width: 60px;
        height: 60px;
        box-shadow: unset;
        border: 0px;
    }
    .vdo_actions_media .bottom-right-side-section .presentation_section .presentation_section_icon {
        width: 30px;
        height: 30px;
    }
    .vdo_actions_media .bottom-right-side-section .presentation_section {
        padding: 0px;
        display: none;
    }
    .vdo_actions_media .bottom-right-side-section {
        width: 10%;
    }
    .vdo_actions_media .meeting_settings_section {
        height: 40px;
        background-color: rgba(128,134,139,0.122);
    }
    #destination .usertile-section.active-presenter {
        padding: 50px 10px;
    }
    .meeting_info .meeting-link-section .meeting-link {
        word-break: break-all;
    }
    .meeting_info .meeting-options-section {
        margin-bottom: 0 !important;
        padding: 10px 20px 0px 20px;
    }
    .meeting_settings_menu > ul > li {
        font-size: 13px;
        padding: 0.5rem 1rem;
    }
    .meeting_info.meeting_info_open {
        left: 1% !important;
        max-width: 95%;
    }
    .meeting-list-section .vc-meeting-list-menu .nav-item .nav-link {
        font-size: 20px;
        padding: 15px 20px;
    }
    .meeting-list-section .vc-meeting-list-menu .nav-item .nav-link .vc-meeting-list-count {
        font-size: 11px;
        margin-left: 0.5rem;
        height: 20px;
        width: 20px;
    }
    #publish_sub {
        width: 100%;
        position: relative;
        height: 100%;
        display: block;
        background-color: rgb(35, 35, 35);
        overflow-y: auto;
    }
    .discussionmode .video-frame {
        width: 28% !important;
        height: 250px !important;
        margin: 2.5%;
        opacity: 1 !important;
        transition: all 0.5s ease-in-out;
        position: relative !important;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        left: unset !important;
        top: unset !important;
    }
    #destination .video-frame, #observers-list .video-frame, #destination .stream-notavailable {
        width: 28% !important;
    }
    #destination .stream-notavailable, #destination .video-frame {
        height: 250px !important;
    }
    #destination .video-frame.active-presenter {
        width: 50% !important;
        margin: 0 25%;
        height: 350px !important;
    }
    #destination .active-presenter-info {
        font-size: 1.5rem;
        padding: 10px 25px;
    }
    #destination_video_section, .observers-list-section {
        max-height: 85%;
    }
    #destination .stream-notavailable .avatar_initial {
        width: 60px;
        height: 60px;
        font-size: 20px;
        font-weight: normal;
        font-family: Poppins-Medium;
    }
    .usertile-name-section {
        font-size: 1.5rem;
    }
    .vdo_inactive_section .vdo-inactive-name-section > div {
        font-size: 1.5rem;
    }
    .controls-frame .controls-frame-icon {
        width: 30px;
        height: 30px;
    }
    #destination .controls {
        margin: 2.5px 5px !important;
    }
    #destination .video-frame .avatar_initial, #observers-list .video-frame .avatar_initial {
        width: 60px;
        height: 60px;
        font-size: 20px;
        font-weight: normal;
        font-family: Poppins-Medium;
    }
    .self_presenter_info_head {
        font-size: 2rem;
    }
    .show-my-video-btn {
        margin-right: 2rem !important;
    }
    .show-my-video-btn, .present-now-btn {
        padding: 10px 40px;
        border-radius: 50px;
        font-size: 1.5rem;
    }
    .no_active_presenter_text {
        font-size: 2rem;
    }
    .no_active_presenter_img_div > img {
        width: unset;
    }
    .presenter_dialog_head {
        font-size: 20px;
    }
    .no-content-shared-by-presenter {
        font-size: 1.7rem !important;
    }
    #observers-list .observer-list-tile .observer-profile-icon-section {
        height: 40px;
        width: 40px;
    }
    #observers-list .observer-list-tile .observer-profile-icon-section .avatar_initial {
        font-size: 1rem;
    }
    #observers-list .observer-list-tile {
        padding: 10px 10px;
        margin-bottom: 1rem;
    }
    #observers-list .observer-list-tile .observer-name-section .observer-name {
        font-size: 1rem;
    }
    #observers-list .observer-list-tile .observer-name-section .observer-join-status {
        font-size: 1rem;
    }
    #vc-mobile-tabContent .main-video-section {
        height: 100%;
    }
    .meeting-display-section {
        height: 100%;
    }
    #meeting-joined-left-notification-section {
        bottom: 80px;
        left: 5%;
        right: 5%;
        top: unset !important;
    }
    #screen_share .screen-share-notification-section {
        font-size: 15px;
    }
    #groupChatDiv {
        position: unset;
        background-color: transparent;
        height: 100%;
        width: 100%;
    }
    .group-chat-head-section {
        height: 10%;
    }
    #groupChatDiv .group-chat-name {
        color: #FFF;
    }
    #groupChatDiv .group-chat-content-section {
        height: 80%;
        padding: 0 10px;
    }
    #groupChatDiv .group-chat-content-section::-webkit-scrollbar {
        width: 0px;
    }
    .group-chat-bottom #chat-input {
        color: #FFF;
    }
    #groupChatDiv .group-chat-send-icon {
        top: 39%;
        right: 4%;
    }
    .video_container .vdo_active {
        position: absolute;
        bottom: 2%!important;
        color: #fff;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease;
        background: transparent;
        right: 0;
    }
    #destination .vdo_active {
        justify-content: flex-start;
        left: 0;
        bottom: 2%;
        top: unset!important;
    }
    .exit-meeting-modal .deleteuser_body .delete-info-icon {
        margin-bottom: 0px;
    }
    .exit-meeting-modal .msg-dialog {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .exit-meeting-modal .modal-footer {
        flex-direction: column-reverse;
    }
    .exit-meeting-modal .modal-footer > button {
        margin-bottom: 1rem;
        width: 60%;
    }
    .vdo_info_name {
        font-size: 25px !important;
    }
    .screen_share {
        height: 100%;
        min-height: unset;
        max-height: unset;
    }
    #publish_whiteboard.discussionmode {
        width: 100% !important;
    }
    #whiteboard-option-section {
        top: 30%;
    }
    #publish_resource.discussionmode {
        width: 100% !important;
    }
    #screen_share {
        width: 100% !important;
    }
    /* VC PDF Viewer CSS */
    #publish_resource .vc-pdf-viewer-section {
        height: 100% !important;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .vc-pdf-viewer-section > div > div > div > div > canvas {
        max-height: 100%;
        height: unset !important;
    }
    #publish_resource .box {
        padding: 0.5rem;
    }
    #publish_resource .columns.is-mobile > .column.is-3 {
        width: unset;
    }    
    .groupchatUnreadCount {
        top: 5%;
        right: 14%;
        left: unset;
        background-color: #00d2a5;
        height: 25px;
        width: 25px;
        font-size: 15px;
    }
    #mheader-presentation {
        width: 100%;
    }
    .vdo_actions_media .bottom-left-side-section .participants-section {
        display: none;
    }
}

@media (max-width: 1024px) {
    .discussionmode .video-frame, #destination .video-frame, #observers-list .video-frame, #destination .stream-notavailable {
        width: 45% !important;
    }
    #destination .video-frame.active-presenter {
        width: 60% !important;
        margin: 0 20%;
        height: 350px !important;
    }
    .groupchatUnreadCount {
        right: 13%;
    }
}

@media (max-width: 768px) {
    .discussionmode .video-frame {
        height: 120px !important;
    }
    #destination .stream-notavailable, #destination .video-frame {
        height: 200px !important;
    }
    #destination .video-frame.active-presenter {
        width: 95% !important;
        margin: 0 2.5%;
        height: 330px !important;
    }
    .vdo_info_name {
        font-size: 13px !important;
    }
}
@media (max-width: 480px) {
    
    .vc-mobile-header-section {
        height: 60px;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link .mheader-participants-icon {
        width: 25px;
        height: 25px;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link .mheader-presentation-icon {
        width: 25px;
        height: 25px;
    }
    .vc-mobile-header-section .vc-mobile-header-menu .nav-item .nav-link .mheader-chat-icon {
        width: 25px;
        height: 25px;
    }
    #vc-mobile-tabContent {
        height: calc(100% - 70px);
        padding-top: 60px;
    }
    .vdo_actions_media {
        height: 70px;
    }
    .vdo_actions_media .bottom-left-side-section .info-section .info-section-left-icon {
        width: 30px;
        height: 30px;
    }    
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #mic-icon {
        width: 50px;
        height: 50px;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #mic-icon > img {
        width: 25px !important;
        height: 25px !important;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #video {
        width: 50px;
        height: 50px;
    }
    .vdo_actions_media .vdo_user_actions .vdo_menu_outer .vdo_menu_blk #video > img {
        width: 30px !important;
        height: 30px !important;
    }
    .vdo_menu_blk #phone {
        width: 50px;
        height: 50px;
    }
    #destination .stream-notavailable, #destination .video-frame {
        height: 120px !important;
    }
    #destination .video-frame.active-presenter {
        height: 180px !important;
    }
    #destination .active-presenter-info {
        font-size: 0.8rem;
        padding: 5px 15px;
    }
    #destination .stream-notavailable .avatar_initial {
        width: 50px;
        height: 50px;
        font-size: 15px;
        font-weight: normal;
    }
    .usertile-name-section {
        font-size: 0.8rem;
    }
    .meeting-list-section .vc-meeting-list-menu .nav-item .nav-link {
        font-size: 15px;
        padding: 10px 20px;
    }
    #destination .video-frame .avatar_initial, #observers-list .video-frame .avatar_initial {
        width: 50px;
        height: 50px;
        font-size: 15px;
        font-weight: normal;
    }
    .vdo_inactive_section .vdo-inactive-name-section > div {
        font-size: 0.8rem;
    }
    .controls-frame .controls-frame-icon {
        width: 20px;
        height: 20px;
    }
    #destination .controls {
        margin: 1.5px !important;
    }
    .self_presenter_info_head {
        font-size: 1rem;
    }
    .show-my-video-btn, .present-now-btn {
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 13px;
    }
    .show-my-video-btn {
        margin-right: 1rem !important;
    }
    .no_active_presenter_text {
        font-size: 20px;
    }
    .no_active_presenter_img_div > img {
        width: 150px;
    }
    .no-content-shared-by-presenter {
        font-size: 0.9rem !important;
    }
    #presentation-notification-info-div .presentation-notification-info-icon {
        height: 50px;
        width: 50px;
        padding: 13px;
    }
    #presentation-notification-info-div .presentation-notification-info-text {
        font-size: 15px;
    }
    #presentation-notification-info-div .presentation-notification-watch-now-button {
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    #presentation-notification-info-div .presentation-notification-close-icon > i {
        font-size: 20px;
    }
    .group-chat-head-section {
        height: 15%;
    }
    .group-chat-bottom .group-chat-to-section {
        margin-bottom: .5rem;
    }
    #groupChatDiv .group-chat-send-icon {
        width: 45px;
        height: 45px;
    }
    .group-chat-bottom .group-chat-send-section .comments-textarea {
        width: 85% !important;
    }
    .group-chat-bottom #chat-input {
        height: unset !important;
    }
    #groupChatDiv .group-chat-content-section {
        height: 60%;
    }
    #groupChatDiv .group-chat-bottom {
        height: 25%;
        padding: 0 2%;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-text {
        color: #FFF;
    }
    .group-chat-bottom .group-chat-to-section .group-chat-to-user-section .group-chat-to-user-section-right-icon > i {
        color: #FFF;
    }
    .group-chat-bottom .group-chat-user-list-modal {
        width: 100%;
        top: -300px;
        left: 0;
    }
    .group-chat-user-list-modal .group-chat-user-list-search-section .group-chat-user-list-section {
        min-height: 180px;
        max-height: 180px;
        height: 180px;
    }
    .meeting_info.meeting_info_open {
        bottom: 13%;
    }
    .arrow-info::after {
        left: 5%;
    }
    .meeting_settings_menu.meeting_settings_menu_open {
        bottom: 15%;
    }
    .groupchatUnreadCount {
        right: 10%;
    }
    .group-chat-head-section .group-chat-polls-list-menu {
        width: 95%;
        border: 1px solid #5e5e5e;
    }
    .group-chat-head-section .group-chat-polls-list-menu .nav-item .nav-link {
        color: #FFF !important;
        padding: 10px 20px;
        font-size: 15px;
    }
    .vc-polls-content-section .vc-polls-sort-total-section {
        padding: 10px 10px;
        color: #FFF;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .vc-polls-list .vc-polls-item {
        color: #FFF;
    }
    .vc-polls-list .polls-button-section .polls-show-results {
        margin-left: 0.2rem;
    }
    .vc-polls-content-section .vc-polls-sort-total-section .sort-section .polls-sort-filter .polls-sorting .polls-sorting-dropdown__control .polls-sorting-dropdown__single-value {
        color: #FFF;
    }
}

/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
} */

/* @media (max-width: 767px) and (orientation: landscape) { 
    html{
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: left top;
           -moz-transform-origin: left top;
            -ms-transform-origin: left top;
             -o-transform-origin: left top;
                transform-origin: left top;
        position: absolute;
        top: 100%;
            left: 0
    }
} */

