/* * {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,
      "Microsoft YaHei", PingFang SC, sans-serif, "Segoe UI Symbol";
  }  */

  body {
    margin: 0;
    padding: 0;
    /* background: #f4f5f7; */
    overflow:hidden;
  }
  p {
    margin: 0;
  }
  
  .main-room {
    width: 76%;
    float: left;
    background: #f4f6f8;
    height: 100vh;
  }
  .paricipant-block {
    width: 23%;
    float: right;
    height: 100vh;
    background: #fff;
    /* position: relative; */
  }
  .header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 8px;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .index-header {
    width: 76%;
  }
  .logo {
    width: 100px;
  }
  
  .frame {
    width: 33%;
    position: relative;
  }
  .frame-row {
    flex-wrap: wrap;
  }
  .meeting-host {
    width: 100%;
    height: 100%;
  }
  .h-43v {
    height: 43vh;
    overflow: hidden;
  }
  .host-label {
    bottom: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    padding: 3px 10px;
    /* border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .room-properties {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
  }
  .room-properties {
    z-index: 99;
    position: fixed;
    bottom: -1px;
    width: 76%;
  }
  .icon-btn {
    color: #fff;
    background: #0065f4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: inline-block;
  }
  .icon-btn:hover,
  .icon-btn:focus,
  .icon-btn.active {
    background: #e40b18;
    color: #fff;
  }
  .custom-modal-header {
    padding: 12px;
    background: #ffd8db;
    border: none;
  }
  
  .guest-opt {
    position: relative;
  }
  .guest-opt-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    color: #0065f4;
    padding: 7px;
    background: #f8f8f8;
  }
  .guest-inp {
    border-radius: 3px;
    padding-right: 20px;
  }
  .custom-modal-footer {
    border: none;
    padding: 0 10px 10px;
  }
  .glo-btn {
    background: transparent;
    border: 1px solid #e40b18;
    color: #e40b18;
    border-radius: 0px;
    padding: 5px 21px;
  }
  .glo-btn:hover {
    background: #e40b18;
    color: #fff;
    border: 1px solid #e40b18;
  }
  .joined-bar {
    background: #f4f5f7;
    padding: 5px;
    min-height: 53px;
  }
  .joined-btn,
  .properties-btn {
    background: none;
    border: none;
  }
  .properties-btn {
    color: #bfbfbf;
    width: auto;
  }
  .properties-btn:hover {
    color: #212529;
  }
  .joined-btn.active {
    color: #22d59b;
  }
  .joined-btn span {
    font-weight: 800;
  }
  .border-btm {
    border-bottom: 1px solid #d5dbe2;
  }
  .participant-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .invite-btn {
    background: #f8f8f8;
    color: #0065f4;
    border: 1px solid #0065f4;
    border-radius: 3px;
    /* width: 115px; */
  }
  .invite-btn:hover {
    background: #0065f4;
    color: #fff;
    border: 1px solid #0065f4;
  }
  .main-scrollbar {
    overflow: auto; 
    max-height: 37vh;
  }
  .participant-item {
    background: #fff;
  }
  
  .teleprompter {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .teleprompter-text {
    overflow: auto;
    max-height: 60vh;
    padding: 0 40px;
  }
  .w-90 {
    width: 90%;
  }
  .w-10 {
    width: 10%;
  }
  .w-99 {
    width: 99%;
  }
  .w-76 {
    width: 76%;
  }
  .f-12 {
    font-size: 12px;
  }
  .range-width {
    width: 50px;
  }
  .tp-properties {
    background: #fff;
    border: solid 1px #e2e2e2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    gap: 23px;
  }
  .none-bg-bor {
    background: none;
    border: none;
    padding: 0px;
  }
  .w-100 {
    width: 100%;
  }
  .desktop-none {
    display: none;
  }
  
  .closebtn {
    position: absolute;
    top: -5px;
    right: 10px;
    text-decoration: none;
    color: #212529;
    font-size: 26px;
    display: none;
  }
  .properties-list {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
  }
  .dropdown-p-icon {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .tp-height{
    height: 68vh;
    overflow: auto;
  }
  .gap-10px {
    gap: 10px;
  }
  .closebtnpart {
    display: none;
  }
  .part-bar {
    display: block;
  }
  .d-none {
    display: none !important;
  }
  .icon-header {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .icon-none {
    display: none;
  }
  .rm-none {
    display: none;
  }
  .h-82vh {
    max-height: 78vh;
    min-height: 78vh;
    /* overflow: auto; */
  }
  
  .mic-none {
    display: none;
  }
  .anchor-frame-height {
    height: 23vh;
  }
  .messages {
    position: fixed;
    bottom: 77px;
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 99;
  }
  .messages .bottom-desg.show {
    display: inline;
    padding: 5px;
    font-size: 23px;
    line-height: 1.7;
    max-height: 70px;
    overflow: auto;
    /* font-weight: 600; */
  }
  .h-41vh {
    height: 38vh !important;
  }
  .setting-prop {
    position: relative;
    z-index: 99;
  }
  .settings-list {
    background: #fff;
    position: absolute;
    bottom: 59%;
    z-index: 99;
    list-style-type: none;
    padding: 0px;
    width: 150px;
    display: none;
    border-radius: 4px;
  }
  .settings-list li {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .setting-prop:hover .settings-list {
    display: block;
  }
  .set-sub-prop {
    list-style: none;
  }
  .set-main-item {
    position: relative;
  }
  .set-sub-prop {
    position: absolute;
    left: 100%;
    background: #fff;
    width: 150px;
    bottom: 0px;
    padding: 0px;
    display: none;
    border-radius: 4px;
  }
  .set-main-item:hover .set-sub-prop {
    display: block;
  }
  /* toggle bar CSS starts */
  .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
    top: 0px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: -1px;
    bottom: -2px;
    background-color: #f8f8f8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  }
  
  input:checked + .slider {
    background-color: #ff9a9a;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #ff9a9a;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  /* toggle bar CSS end */
  
  /* verical input range css starts*/
  .tp-backward-forward input[type="range"][orient="vertical"] {
    appearance: slider-vertical;
    width: 8px;
    height: 78px;
    padding: 0 5px;
    display: inline-block;
  }
  /* verical input range css end*/
  
  /* Add width & height (Chrome/Safari) */
  
  ::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #fcfcfc;
  }
  
  /* Add a track (Chrome/Safari) */
  ::-webkit-scrollbar-track {
    background-color: #fff;
  }
  
  /* Add a thumb (Chrome/Safari) */
  ::-webkit-scrollbar-thumb {
    background-color: #ff9a9a;
    border-radius: 4px;
  }
  
  /* 08-05-24 css starts */
  .icon-angle-down {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 22px !important;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background: #ff9a9a;
    border-radius: 0px;
    text-align: left;
  }
  .nav-pills {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .nav-link,
  .nav-link:hover {
    color: #212529;
    text-align: left;
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .tab-pane {
    background: #f2f2f2;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /*min-height: 66vh;*/
    border-bottom-right-radius: 0.5rem;
  }
  .custom-modal-body {
    padding: 0px;
  }
  /* 08-05-24 css end */
  
  .host-item {
    min-height: 55px;
    background: #ff9a9a;
  }
  .host-name,
  .part-name {
    width: 9vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .part-name {
    width: 6vw;
  }
  .first-char-host {
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 600;
  }
  .frame-row {
    min-height: 80vh;
    justify-content: center;
    align-items: center;
  }
  
  .custom-invite-frame {
    flex-wrap: wrap;
  }
  
  .custom_select_file {
    height: 170px;
    border: dashed 1px #c9c9c9;
    border-radius: 4px;
    background: #fff;
    margin: auto;
  }
  .custom-modal-body {
    overflow: hidden;
  }
  
  .custom_select_file > div {
    width: 100px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
  }
  .custom_select_file input[type="file"]::file-selector-button {
    padding: 5px 15px;
    border-radius: 0.2em;
    background: #eee5e9;
    border: 1px solid #ccc;
    color: #212529;
    cursor: pointer;
    font-size: 12px;
  }
  .custom-upload-icon {
    color: #db93b0;
    font-size: 36px;
  }
  
  .participant-msg {
    position: fixed;
    z-index: 99;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .d-flex-redefined{
    display: flex;
  }
  .dis-ellipse{
    display: none;
  }
  .participant-user-char{
    background: #ff9a9a;
  }
  
  div#chroma-file-name, #participant-div h6, .host-label{
    max-width: 8vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: wrap;
  }
  
  .guest-inp{
    position: relative;
      z-index: 1;
      background: transparent;
  }
  .icon-angle-down{
    z-index: 0;
  }
  
  
  .guest-opt-btn{
    z-index: 99;
  }
  
  .svg-div>svg{
    width: 27px;
    height: 27px;
    position: absolute;
    left: -13px;
    top: -20px;
  }
  .svg-div{
    position: relative;
    display: inline;
    padding-left: 20px;
  }
  /* .messages{
    max-height: 128px;
    overflow: auto;
  } */
  #lower-band-section h2{
    font-size: 0px;
  }
  
  #bottom-news span{
    background: rgba(0, 0, 0, 0.7);
    font-size: 24px;
  }
  
  
  /* 21-10-24 new css starts */
  
  .enterRoomProp
  {position: fixed;
      width: 76%;
      height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
  
  .enterheading{
    color: #707070;
    margin-top: 7px;
    font-size: 20px;
  }
  
  .participant-msg{
    flex-direction: column;
  }
  
  .glo-btn-room, .glo-btn-room:hover, .glo-btn-room:focus, .btn:disabled, .glo-btn-room:visited{
    background: #e40b18 !important;
    border: 1px solid #e40b18 !important;
    border-radius: 4px !important;
    color: #fff !important;
  }
  
  #enter-msg {
    font-weight: 400 !important;
    font-size: 18px  !important;
  }
  
  .dis-none-icon{
    display: none !important;
  }
  
  #participant-msg {
    font-weight: 400 !important;
    font-size: 18px  !important;
  }
  
  .enter-msg{
    flex-direction: column;
  }
  
  .displayNone{
    display: none;
  }
  
  
  .sharebuttons{
    display: flex;
  }
  /* 21-10-24 new css end*/
  
  .shareptn-none{display: none !important;}
  
  /* 23-12-24 css starts */
  
  .prop-hide{
    display: none;
  }
  .teleprompter_story_sec{
    height: 290px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: auto;
  }
  .main-telepropmter-block{
  background: #fff;
  }
  .main-telepropmter-block {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  input[type="range"] {
    -webkit-appearance: none; /* Remove default styling in WebKit browsers */
    appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #007bff 0%, #007bff var(--progress),  #707070 var(--progress),  #707070 100%);
    /* Track color */
    border-radius: 0px;
    outline: none;
    transition: background 0.3s;
  }
  
  /* Track (for WebKit browsers like Chrome, Safari) */
  input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    /* background: #007bff; */
    border-radius: 0px;
  }
  
  /* Thumb (for WebKit browsers like Chrome, Safari) */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background:  #007bff;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
    margin-top: -6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  
  }
  
  /* Add hover effect */
  input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
  }
  
  /* Track for Firefox */
  input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4px;
    background: #007bff;
    border-radius: 4px;
  }
  
  /* Thumb for Firefox */
  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
  }
  .stop-play{
    color: #007bff;
    position: sticky;
    left: 10px;
    top: 10px;
  }
  .teleprompter_story_sec{
    position: relative;
  }
  .no_story{
  padding:0 38px;
  margin-top: -24px;
  }
  .custom-top-btn{
    border: none;
    background: none;
  }
  .custom-top-btn i {
    font-size: 31px;
  }
  
  .teleprompter-toggle-btn{
    position: absolute;
    right: 5px;
    top: 16px;
  }
  .sshare_win_none{
    display: none !important;
  }
  .tele-switch input:checked ~ [id^="screen"]{
  display: none;
  }
  .frame canvas, .frame video, .frame div{
    border-radius: 4px;
  }
  #content_story_view{
    padding: 0 40px;
    margin-top: -21px;
  }
 .res-tp-properties{
  position: relative;
 }

 .guest-opt{
  display: flex;
  gap: 3rem;
}
.participant-toggle{
  position: absolute;
  left: 50px;
}
.producer-dropdown-menu li{
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.16);
}
.producer-dropdown-menu li:last-child{
  border-bottom: none;
}

#ShareScreen_main, #producerShareScreen_main, #studioShareScreen_main, #rtmpShareScreen_main{
  display:none;
}
#teleprompter{
  height: 59vh;
}
.mobile-view{
  display: none;
}

#rtmpprv_main, #rtmpmaster_main {
display:none;
}



/*31-10-2025 starts  Matrix */
.main-container{
  overflow: hidden;
 }
.table thead tr th, .table tbody tr td{
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.vid-table tr, .aud-table tr{
  display: flex;
}
.vid-table tr th, .aud-table tr th{
font-weight: 400;
background: #ffd8db;
width: 15%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.vid-table tr td, .aud-table tr td{
  display: block;
  width: 15%;
}
.vid-table, .aud-table{
  display: block;
  overflow: auto;
}
/*.modal-controlPopup{
  height: 100vh;
}*/
.modal-controlPopup .modal-body{
  background: #f2f2f2;
  height: 65vh;
  overflow: auto;
}
.modal-controlPopup .tab-pane, .no-box-shadow{
  box-shadow: 0 0 0 0;
}
/*.flex-child-h{
  height: 76vh;
}*/

.custom-tabs-blk-bg{
  background: #fff;
}
.no-border-p{
  padding: 0px !important;
  border: none !important;
}
 


.aud-table thead, .aud-table tbody{
  width: 100%;
  display: block;
}
 
.diagonal-header {
  position: relative;
  width: 100px;
  min-width: 100px;
  background-color: #ffecec;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
 
/* Draw diagonal line */
.diagonal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transform-origin: top left;
}
 
/* Top-right text (Speakers ?) */
.diagonal-header .text-top {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
 
/* Bottom-left text (? Listeners) */
.diagonal-header .text-bottom {
  position: absolute;
  bottom: 4px;
  left: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
.btn-close:focus{
  box-shadow: 0 0 0 0;
}
  /* 31-10-2025 end */

  /* 01-12-25 starts */
.main-scrollbar #local, .main-scrollbar .h-41vh {
  height: 19vh !important;
}

