/*body, html {
    background-color: gray !important;
    margin: 0;
}*/

#myCanvas{
    position:absolute;
    top:0;
    display: none;
}
#logo, #room_name_bar div, .show_user_name, .avatar-wrapper, #change_streaming_method{
    z-index: 1;
}
button, .subscriber_div,#moderator_section{
    z-index: 1;
}



.avatar-wrapper{
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
    margin-top:10px;
    margin-left:10px;
}
.swal2-container{
    z-index: 999999;
}
.avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.avatar-wrapper img:hover{
        opacity: 0.5;
}
.profile-pic{
    height: 70px;
    width: 70px;
    transition: all .3s ease;
}
.profile-pic:after{
    font-family: FontAwesome;
    content: "\f007";
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 190px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}
.upload-button{
    position: absolute;
        top: 0; left: 0;
        height: 100%;
        width: 100%;
}


.navbar-fixed-top, .navbar-fixed-bottom {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.input-file, .input-file_mobile { visibility: hidden; position: absolute;}




.land_video1{
    position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -9;
}

.mobile_video1{
    display: none;
     position: fixed;
  right: 0;
  bottom: 0;
  width: 115%; 
  //min-height: 100%;
  z-index: -9;
}

.user_list_name:hover, .all_user_list_name:hover{
    cursor: pointer;
}
@font-face {


  font-family: arista1;
  src: url(../fonts/Arista2.0.ttf);
       
}
body{
    /*font-family: arista1 !important;*/
    padding: 0 !important;
     background-size: cover !important;
}

/*
    
favourite
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:600,400&subset=latin,cyrillic);


.click {
    font-size: 33px;
    color: rgba(0,0,0,.5);
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}


.click span {
    margin-left: 4px;
    margin-top: 3px;
    z-index: 999;
    position: absolute;
}

.click span:hover {
    opacity: 0.8;
}

.click span:active {
    transform: scale(0.93,0.93) translateY(2px)
}

.ring, .ring2 {
    opacity: 0;
    background: grey;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.active span, .active-2 span {
    color: #F5CC27 !important;
}

.active-2 .ring {
    width: 58px !important;
    height: 58px !important;
    top: -10px !important;
    left: -10px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
}

.active-2 .ring {
    background: #F5CC27 !important;
}

.active-2 .ring2 {
    background: #fff !important;
}

.active-3 .ring2 {
    width: 60px !important;
    height: 60px !important;
    top: -11px !important;
    left: -11px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
}

.info {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: grey;
    position: relative;
    top: 30px;
    left: -46px;
    opacity: 0;
    transition: all 0.3s ease;
}

.info-tog {
    color: #F5CC27;
    position: relative;
    top: 45px;
    opacity: 1;
}

* {
    transition: all .32s ease;
}


#setting-window{
     font-family: arista1;
}

#setting-window #round_rect_div{
    font-size: 1.2em
}
.moderator_section_modal{
    width: 70%; margin: 0 auto;
}
#change_room_modal .modal-footer{
    text-align: center !important;
}

.modal-footer button{
    background-color: rgb(4,83,174);
    color: white;
    font-family: arista1;
    font-size: 1.3em !important;
}

#room_name_bar:hover{
    cursor: pointer;
}

#toggle-button_wrap, #toggle-button, #toggle-button:before, #toggle-button_wrap_changeroom, #toggle-button_changeroom, #toggle-button_changeroom:before {
  border-radius: 20px;
  cursor: pointer;
  background-color: white;
}

#toggle-button_wrap, #toggle-button_wrap_changeroom {
  position: relative;
  /*margin: 1% auto;*/
  width: 90%;
  height: 35px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
 
  margin-top: 1%;
  margin-bottom: 2%;
  margin: 0 auto;
}

#toggle-button_wrap input, #toggle-button_wrap_changeroom input {
  display: none;
}

#toggle-button, #toggle-button:before, #toggle-button_changeroom, #toggle-button_changeroom:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

#toggle-button:before, #toggle, #toggle-button_changeroom:before, #toggle_changeroom {
  transition: all .3s ease-in-out;
  background-color: cornflowerblue;
}

#toggle-button:before ,#toggle-button_changeroom:before{
  content: "";
  opacity: 0;
}

#toggle, #toggle_changeroom {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0,-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

#location_name_toggle:checked ~ #toggle, #location_name_toggle_changeroom:checked ~ #toggle_changeroom {
  transform: translate(-28px,-50%);
  left: 90%;
  background-color: white;
}

#location_name_toggle:checked ~ #toggle-button:before, #location_name_toggle_changeroom:checked ~ #toggle-button_changeroom:before {
  opacity: 1;
}

#setting-window {
    position: relative;
    width: 100%;
    
    margin-left: auto;
    margin-right: auto;
    font-family: 'arista1' !important;
}
#videos{
    width: 100%;
    
    margin-left: auto;
    margin-right: auto;
    font-family: 'arista1' !important;
}

.modal{
    font-family: 'arista1' !important;
}
#search_div{
    margin-top: 1%;
    margin-bottom: 5%;

}

#subscriber {
    /*position: absolute;
    left: 0;*/
   /* top: 0;*/
    /*width: 100%;*/
    height: 40vh;
    z-index: 10;
}

.btn-login-modal{
   
    height: 40px !important;

    margin-top: 1%;
    /*font-size: 1.5em !important;*/

}
.sign_up_modal_inchat{
    height: 40px !important;
    margin-left: 1%;
    margin-top: 1%;
}
#round_rect_div{
    align-items: center;
    text-align: center;
    padding: 3%;
    background-color: rgba(44, 77, 137, 0.8);
    border-radius: 20px;
    width: 65%;
    margin: 0 auto;
    box-shadow: 15px 27px 2px 2px rgb(0,0,0,0.8);
    color: white;
    font-family: arista1 !important;
    font-size: 1.8em

}
.btn_signout{
    height: 40px !important;
    margin-top: 1%;
    font-size: 1.2em !important;
  }
.g-signin2
{
    width: 50%; float: left;
}
#sign_up_modal p{
    padding: 0 !important;
}

.abcRioButtonLightBlue{
    margin: 0 auto;
    /*margin-top: 15px;*/
    width: 80% !important
   
}

.sign_in_btn, .sign_up_btn{
    background-color: rgb(4,83,174);
}
/*#login_modal .abcRioButtonLightBlue, #sign_up_modal_inchat .abcRioButtonLightBlue{
     width: 80% !important;
}*/
.btn-change-publish
{
    bottom: 32%;
    left: 12%;
    position: fixed;
    /*margin-right: 2%;
    margin-top: 1%;
    font-size: 1.5em !important;*/
}
.btn-switch-button{
    bottom: 23%;
    left: 19%;
    position: absolute;
}

#change_streaming_method{
    bottom: 32%;
    left: 10px;
    width: 10%;
    position: fixed;
}

#ui-id-2{
    z-index: 9000000;
}
#user_list{
    margin-top: 1%;
    overflow-y: scroll;
    /*height: 52em;*/
    min-height: 14.5em;
    margin-bottom: 1%;
    max-height: 14em;
    border-radius: 10px;
}
#user_list_all{
    margin-top: 1%;
    overflow-y: scroll;
    min-height: 14.5em;
    max-height: 14em;
    border-radius: 10px;

}

.row{
    margin:0 !important;
}
#chatbox{
    box-shadow: 5px 5px 20px;
}

#chat_section{
    height: 80% !important;
    overflow-y: auto;
    /*font-family: cursive;*/
    padding:5px;


}
#chat_feature{
    width: 25em;
    height: 19.5em;
    position: absolute;
    bottom: 5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
   
    padding: 10px;
    right:8%;
    border: 8px solid rgb(50,102,150,0.7);
    box-shadow: 15px 17px 2px 2px rgb(0,0,0,0.8);
}
#room, #user_name{
    box-shadow: 5px 16px 0px 2px rgb(0,0,0,0.6);
    width: 100%;
}
#moderator_modal h4{
    text-align: center;
}
#setting-window button{
    box-shadow: 2px 4px 0px 2px rgb(0,0,0,0.8);
}

#chat_send_section {
    margin-top: 10px;
}
.toastify-left, .toastify-right{
    left: auto !important;
    right: 10px !important;
    max-width: 100% !important;
    font-size: 25px !important;
}


#chat_send_button{
    font-size: 1.2em;
}

#chat_send_input{
    width: 73%;
    float: left;
    margin-right: 0.5em;
    font-size: 1.5em;
}
.show_user_name{
    padding-top: 1%;
    font-size: 1.5em;
    color: red;
    width: 14%;
    margin-left: 10px;
    padding: 5px;
    background: rgb(255,255,255,0.9);
    border-radius: 10px;
    border: 3px solid grey;
    margin-top: 1%;
    height: 50px;

}

.modal-dialog{
    width: 30% !important;
}

#publisher {
    position: fixed;
    width: 14%;
    height: 20%;
    bottom: 10%;
    left: 10px;
    z-index: 100;
    /*border: 3px solid white;*/
    border-radius: 3px;
    background-color: #000000;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDcxIDQ2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIwIiB4Mj0iMCIgeTE9IjAiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjY2LjY2JSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNNzkgMzA4YzE0LjI1LTYuNSA1NC4yNS0xOS43NSA3MS0yOSA5LTMuMjUgMjUtMjEgMjUtMjFzMy43NS0xMyAzLTIyYy0xLjc1LTYuNzUtMTUtNDMtMTUtNDMtMi41IDMtNC43NDEgMy4yNTktNyAxLTMuMjUtNy41LTIwLjUtNDQuNS0xNi01NyAxLjI1LTcuNSAxMC02IDEwLTYtMTEuMjUtMzMuNzUtOC02Ny04LTY3cy4wNzMtNy4zNDYgNi0xNWMtMy40OC42MzctOSA0LTkgNCAyLjU2My0xMS43MjcgMTUtMjEgMTUtMjEgLjE0OC0uMzEyLTEuMzIxLTEuNDU0LTEwIDEgMS41LTIuNzggMTYuNjc1LTguNjU0IDMwLTExIDMuNzg3LTkuMzYxIDEyLjc4Mi0xNy4zOTggMjItMjItMi4zNjUgMy4xMzMtMyA2LTMgNnMxNS42NDctOC4wODggNDEtNmMtMTkuNzUgMi0yNCA2LTI0IDZzNzQuNS0xMC43NSAxMDQgMzdjNy41IDkuNSAyNC43NSA1NS43NSAxMCA4OSAzLjc1LTEuNSA0LjUtNC41IDkgMSAuMjUgMTQuNzUtMTEuNSA2My0xOSA2Mi0yLjc1IDEtNC0zLTQtMy0xMC43NSAyOS41LTE0IDM4LTE0IDM4LTIgNC4yNS0zLjc1IDE4LjUtMSAyMiAxLjI1IDQuNSAyMyAyMyAyMyAyM2wxMjcgNTNjMzcgMzUgMjMgMTM1IDIzIDEzNUwwIDQ2NHMtMy05Ni43NSAxNC0xMjBjNS4yNS02LjI1IDIxLjc1LTE5Ljc1IDY1LTM2eiIvPjwvc3ZnPg==);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 76%;

    border:4px solid rgb(232 90 90 / 70%);
    border-radius: 10px;
    box-shadow: 7px 9px 5px 2px rgb(0,0,0,0.5);
}
#publisher video{
    width: 100% !important;
    height: 100% !important;
}
#subscriber div video
{
    display: inline-block !important;
    border: 4px solid rgb(50,102,150,0.7);
    border-radius: 10px;
    box-shadow: 7px 9px 5px 2px rgb(0,0,0,0.5);
    margin:15px;
    background: black;
}

.OT_bar.OT_edge-bar-item.OT_mode-on
{
    display: flex;
    flex-direction: column-reverse;
    height: fit-content;

}
#video
{
    display: none;
    width: 12%;
    bottom: 3%;
    left: 17%;
    position: fixed;
}
.horizontal-ads iframe{
    /*position: absolute;*/
   width: 100%;
}

.horizontal-ads{
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 35%;
}
#select_user_list_div
{

    width: 45%;
    float: left;
    
}

#video video{
    width: 200px !important;
    height: 150px !important;
}
#select_all_user_list_div
{

   width: 45%;
    float: left;
    margin-left: 5%;
}
.broadcasting_section
{
    display: block;
    color: black;
    font-size: 1.6em;
    padding: 10px;
    width: 98%;
    margin: 0 auto;
   
}
.broadcasting_section_modal
{
    display: block;
    font-size: 1.6em;
    padding: 10px;
    width: 86%;
    margin: 0 auto;

    margin-top: 5%;
   
}
#publisher video{
    position: relative;
    float: left;
}

#publisher img{
    float: left;
    width: 14%;
    position: relative;
    margin-left: -19%;
    font-weight: 900;

}

.cameratoggle_img{
    margin-top:30%;
}
.cameraswitch_img{
    margin-top: 47%;
}


.audiomute_img{
        width: 10% !important;
    margin-left: -16% !important;
}
#subscriber div video{
    width: 97%;
    height: 100%;
    
}
#subscriber .subscriber_div{
    position: relative;
    float: left;
}
.username_subscriber{
     position: absolute;
    left: 16%;
    top: 20px;
}
   

#subscriber p {
    display: inline-block;
   /* // background: #f8f8f8; */
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-weight: bold;
    border-bottom-right-radius: 4px;
    font-size:1.2em;
}
.btn-remove-favorite{
    background-color: #ce4040;
    color: white;
    float: right;
    margin-right: 2%;
}
#favourite_list div{
    margin-top: 8%;
}

/*.user_list_checkbox{
    width: 30%;
    float: left;
}*/
/*.user_list_name{
    width: 60%;
}*/
#setting-window
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
@keyframes loading-gif {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading-gif 
{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.5);
}
.change_room_btn{
    height: 40px;
    margin-left: 45%;
    margin-right: 1%;
    margin-top: 1%;
  }
.loading-gif:after 
{
    top: 68%;
    left: 50%;
    position: fixed;
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid #fcf;
    border-color: #fcf transparent #fcf transparent;
    animation: loading-gif 1.2s linear infinite;
}
#room_name_bar
{
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    color: black;
    background: rgb(255,255,255,0.6);
    border-radius: 10px;
    box-shadow: 6px 5px 2px 2px rgb(0,0,0,0.5);
    padding: 5px;
        width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex; 
    justify-content: center;  
    align-items: center; 
    float: left;
    margin-left: 3%
}
.show_view_icon:hover{
    cursor: pointer;
}
.show_view_icon img{
    width:15px;
    margin-left:4px;
}
.btn-refresh-button{
    margin-top: 2.5em; height: 40px; margin-left: 10px;    
    background-color: rgb(4,83,174);
    color: white;
    font-family: arista1;
    font-size: 1.3em !important;
}
.check_user{
    display: flex;
    /*padding-top:13px;*/
}

.user_list_checkbox{
    float: left;
    width: 6% !important;
    margin-left: 4% !important;
    align-self: center;
    height: auto !important;
}
.user_list_name{
        font-size: 1.5em !important;
    color: #ff0101;
    margin-top: 4px;
    margin-left: 3px;
}

#moderator_section{
    position: absolute;
    bottom: 120px;
    right: 30%;
    width: 20%;
    background: rgb(255,255,255,0.8);
    border: 8px solid rgb(50,102,150,0.7);
    box-shadow: 15px 17px 2px 2px rgb(0,0,0,0.8);
    padding: 20px;
    padding-bottom: 0;
    border-radius: 15px;
}


.broadcasting_section input[type=checkbox], .broadcasting_section_modal input[type=checkbox] {
     height: 0;
     width: 0;
     visibility: hidden;
}
.broadcasting_section label, .broadcasting_section_modal label {
     cursor: pointer;
    text-indent: -9999px;
    width: 54px;
    height: 28px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-left: 10px;


}

#log-in button{
    background-color: rgb(4,83,174);
    color: white;
    font-family: arista1;
    font-size: 1.3em !important;
}
.broadcasting_section label:after, .broadcasting_section_modal label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 19px;
    height: 18px;
    background: #fff;
    border-radius: 15px;
    transition: 0.3s;
}
.broadcasting_section input:checked + label, .broadcasting_section_modal input:checked + label {
     background: #bada55;
}
.broadcasting_section input:checked + label:after, .broadcasting_section_modal input:checked + label:after {
     left: calc(100% - 5px);
     transform: translateX(-100%);
}
.broadcasting_section label:active:after, .broadcasting_section_modal label:active:after {
     width: 30px;
}

.ads_dialog_dev iframe{
    width: 100%;
    margin-top: 10px !important;
}

.vertical-ads iframe{
    width: 100%;
}

#publisher img
{
   /* // display: none; */
    width: 15%;
    cursor: pointer;
}

#square_ad iframe{
    width: 90%;
    height: 154px;
}

#square_ad {
    position: absolute;
    bottom: 10px;
    left:   5%;
    width: 20%;
}
#native_ad{
    position: absolute;
    bottom: 10px;
    left: 30%;
    width: 20%;

}
#native_ad iframe{
    width: 90%;
    height: 154px;
}
#live_broadcast_section{
    width: 90%;
    height: 400px;
    border: 4px solid rgb(50,102,150,0.7);
    border-radius: 10px;
    box-shadow: 7px 9px 5px 2px rgb(0,0,0,0.5);
}
.right_user_list
{
    background: rgb(44,77,137,0.4);
    padding: 10px;
    box-shadow: 10px 13px 2px 2px rgb(0,0,0,0.4);
    font-family: arista1;
    border-radius: 15px;

}
body button{
    box-shadow: 2px 4px 0px 2px rgb(0,0,0,0.6);
}
.OT_root.OT_subscriber{
    border: 4px solid rgb(50,102,150,0.7);
    border-radius: 10px;
    box-shadow: 7px 9px 5px 2px rgb(0,0,0,0.5);
}
.scribe_1{
    width: 55% !important;
    height: 95% !important;
}
.scribe_2{
    width: 38% !important;
    height: 90% !important;  
}
.scribe_3{
    width: 29% !important;
    height: 80% !important;  
}
.scribe_4{
     width: 24% !important;
    height: 72% !important;   
}


@media only screen and (max-width: 1610px) {
    #square_ad {
        bottom: 10px;
        width: 14%;
    }
    #native_ad {
        bottom: 10px;
        width: 14%;
    }
  /*  #chat_send_section{
        position: absolute;
        bottom:1em;
        width: 22em !important;
    }*/
    #chat_feature{
        width: 22em !important;
    }
    #chat_send_button{
        font-size: 1.2em;
    }

  

    .show_user_name{
        width: 16%;
    }

    #publisher{
        width: 15%;
        height: 21%;
    }
}


@media only screen and (max-width: 1418px) {
    /*  #chat_send_section{
        position: absolute;
        bottom:1em;
        width: 18em !important;
        }*/
        body{
            height: auto !important;
            background-size: cover !important;
        }
        #chat_feature{
            width: 18em !important;
        }
        #chat_send_button{
            font-size: 1.2em;
        }

     /*
        .change_room_btn{
            margin-left: 57% !important;
        }*/
        .horizontal-ads iframe{
            bottom: -10px;
        }
        #moderator_section{
            width: 25%;
        }
        #video video {
            width: 159px !important;
        }

}

@media only screen and (max-width: 1167px) {

        #square_ad{
            width: 19%;
        }
        #native_ad{
            width: 19%;
        }
        /*#chat_send_section{
            position: absolute;
            bottom:1em;
            width: 15.5em !important;
        }*/
        #chat_feature{
            width: 15.5em !important;
        }
        #chat_send_button{
            font-size: 1.2em;
        }

       
        .change_room_btn{
            margin-left: 46% !important;
        }
        /*.broadcasting_section{
            width: 20%;
        }*/
       
       
        #moderator_section{
            width: 29%;
        }
}   

@media only screen and (max-width: 1020px) {  
    .btn_guest_list_button{
        right:20% !important;
    }
   
   /*#user_list_all {
      min-height: 10em;
   }
   #user_list{
    min-height: 10em;
   }*/
   #room_name_mobile{
    display: block !important;
   }

   #room_name{
    display: none !important;
   }
    #moderator_section{
            right: 8%;
            width: 36%;
            display: none !important;
        }
    #round_rect_div{
        /*width: 60%;*/
    }
    .horizontal-ads iframe{
        bottom: -30px;
    }
    .horizontal-ads{
        right: 38%;
    }
    .user_list_checkbox{
        float: left;
        width: 15% !important;
        margin-left: 10% !important;
    }
    .user_list_name{
            font-size: 1.3em !important;
        color: #ff0101;
        margin-top: 8px;
        margin-left: 10px;
    }

    #chat_feature{
        display: none !important;
    }
    .btn-chat-modal{
        display: none !important;

    }
    .change_room_btn {
        margin-left: 17% !important
    }
    .modal-dialog{
        width: 75% !important;
    }
    .search_input{
        width: 50% !important;
    }
    .show_user_name{
        width: 29% !important
    }

   
   #publisher{
        width: 24%;
        height: 19%;
        bottom: 5%;
  }

  .btn-change-publish{
    font-size: 1em !important;
    
    bottom: 25% ;
    left: 14% ;
  }
  .btn-switch-button{
    bottom: 25%;
    left: 23%;
    position: absolute;
    }
  #change_streaming_method{
    width: 12%;
    bottom: 25%;
    left: 10px;
    position: fixed;
  }


  #video{
    /*bottom: 103px;*/
    left: 27% !important;
  }
  /*#select_user_list_div{
        right: 10%;
        bottom: 14%;
    }*/
   /* #select_all_user_list_div{
        right: 10%;
        bottom: 27%;
    }
    .broadcasting_section{
        right: 1%;
        width: 26%;
        bottom: 10px;
    }*/
  
    #search_input{
     width: 50% !important;
   }
   .right_user_list.guest_view{
     position: absolute;
     bottom: 10px;
     right: 10%;
     width: 25% !important;
   }
   .left_subscribe.guest_view{
        width: 93% !important;
   }

    .scribe_2{
        width: 45% !important;
        height: 76% !important;   
    }
    .scribe_3{
        width: 29% !important;
        height: 76% !important;
    }
    .scribe_1 {
        width: 50% !important;
        height: 92% !important;
    }
}

@media only screen and (max-width: 810px) {
    .btn_guest_list_button{
        right:23% !important;
    }
    .right_user_list{
        width: 26% !important;
    }
    #publisher img{
        float: left;
        width: 29%;
        position: relative;
        margin-left: -34%;
        font-weight: 900;

    }
    .audiomute_img{
        width: 19% !important;
        margin-left: -28% !important;
    }
    .cameratoggle_img{
        margin-top:41%;
    }
    .cameraswitch_img{
        margin-top: 64%;
    }
    body{
            height: 100vh !important;
            background-size: cover !important;
        } 
    #video video {
        width: 144px !important;
        height: 105px !important;
    }
   /* #video{
        bottom: 92px;
        left: 33%;
    }*/
    #moderator_section{
        bottom: 112px;
        right: 1%;
        width: 47%;
    }

    .right_user_list.guest_view{
        width: 31% !important;
        bottom: 13% !important;
    }
   #search_input{
     width: 50% !important;
   }
    /*#select_user_list_div{
        right: 10px;
        bottom: 14%;
    }
    #select_all_user_list_div{
        right: 10px;
        bottom: 27%;
    }
    .broadcasting_section{
       right: 23%;
        width: 35%;
        bottom: 92px;
    }*/

    .search_input{
        padding: 0 !important;
        width: 55%;
    }

    .btn-search{
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .horizontal-ads{
        
        display: none !important;
    }
    .vertical-ads, #square_ad, #native_ad{
        display: none;
    }

    .left_subscribe.guest_view{
        width: 99% !important; 
    }
    
    .horizontal-ads_mobile iframe{
        height: 79px !important;
    }
    .horizontal-ads_mobile{
        display: block !important;
        position: absolute;
        bottom: 0;
        width: 64%;
        /* float: right; */
        right: 1%;

    }
    #publisher{
        width: 25%;
        height: 19%;
        bottom: 10px;

    }

    #change_streaming_method{
            width: 17% !important;
            bottom: 22%;
    }
    .btn-change-publish{
        bottom: 22%;
        left: 20% ;
    }
    .btn-switch-button{
        bottom: 22%;
        left: 32%;
        position: absolute;
    }
   
    #room_name{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .check_user input[type=checkbox]{
        width: 10% !important
    }
    #user_all_list_span, #user_list_span{
        font-size: 1.2em !important;
    }

    .scribe_2{
        width: 44% !important;
        height: 30% !important;   
    }
    .scribe_3{
        width: 47% !important;
        height: 58% !important;
        margin: 5px !important;
    }
    .scribe_4 {
        width: 31% !important;
        height: 55% !important;
        margin: 5px !important;
    }



    
}

@media only screen and (max-width: 600px) {
    .avatar-wrapper{
        margin-top:5px;
        width: 50px;
        height: 50px;
    }
    .profile-pic{
        width:50px;
        height: 50px;
    }
     .mobile_video1{
        display: block;
    }
    .land_video1{
        display: none;
    }
    .toastify-left, .toastify-right{
        font-size: 15px;
    }

    .horizontal-ads_mobile{
        right: 15%;
    }
    .check_user input[type=checkbox] {
        width: 20% !important;
    }
    #moderator_section{
            bottom: 64px;
            right: 4%;
            width: 35%;
            padding:10px;
            padding-bottom: 0px;
    }
    .broadcasting_section{
        width: 100%;
    }
    #select_user_list_div{
        width: 100%;
        margin-bottom: 10px;
    }
    #select_all_user_list_div{
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    #round_rect_div{
        /*width: 80%;*/
    }
    .horizontal-ads_mobile{
        display: block !important;
        position: absolute;
        bottom: 0;
    }
    .horizontal-ads_mobile iframe{
        height: 46px !important;
    }
    .left_subscribe.guest_view{
        width: 79% !important; 
    }
    .horizontal-ads{
        
        display: none !important;
    }
    .vertical-ads{
        display: none;
    }



  #log-in button
  {
        height: 40px;
  }
  #log-in{
    display: flex;
  }
  #log-in button{
    font-size: 1.1em !important;
    padding: 2px !important;
  }
  


  .left_subscribe.guest_view{
        width: 99% !important;
        /*height: 550px !important;*/
  }
  .right_user_list.guest_view{
    width: 37% !important;
    right:1% !important;
  }



  .search_input{
            width: 60% !important;
            font-size: 0.8em !important;
            float: left;
            padding: 5px !important;
            font-size: 1em !important;
  }
  #user_list_span{
        font-size: 1em !important;
        padding: 0 !important;
  }
  #user_all_list_span{
        font-size: 1em !important;
        padding: 0 !important;
  }
  .user_list_checkbox{
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 20% !important;
  }

  .check_user{
    display: flex !important;
    /*padding-top: 10px !important;*/
  }

  .user_list_name{
        margin-top: 5% !important;
        font-size: 1.1em !important;
  }

  #publisher{
    width: 130px !important;
    height: 130px !important;
    bottom: 112px !important;
  }
  #video{
        /*position: absolute;*/
        bottom: 157px !important;
        left: 150px !important;
        z-index: 100 !important;
        width: 80px !important;
        height: 80px !important;
  }
 /* #live_broadcast_section{
    height: 30% !important;
  }*/

  #video video{
        width: 100px !important;
        height: 100px !important;
  }

  #chat_button{
    position: absolute;
    bottom: 20px;
    left: 268px;
    display: block !important;
  }

  #chat_feature{
    display: none;
  }

  .btn-change-publish{
    font-size: 1em !important;
    position: fixed !important;
    bottom: 64px !important;
    left: 30% !important;
  }
  .btn-switch-button{
        bottom: 22%;
        left: 32%;
        position: absolute;
    }
  #change_streaming_method{
        width: 27% !important;
        bottom: 64px !important;
  }
  .btn-login-modal
  {
    font-size: 1em !important;
    margin-left: 1% !important;
  }
  .btn_signout{
        font-size: 1em !important;
    margin-left: 1% !important;
  }
  .change_room_btn{
    height: 40px ;
    margin-left: 3% !important;
    margin-right: 1% !important;
    margin-top: 1% !important;
    padding: 4px !important;
  }

  #search_div {
    display: flex !important;
  }
  .btn-search{
    margin-left: 0.5em !important;
    width: 33% !important;
    padding: 0px !important;
    font-size: 0.8em !important;
  }
  .modal-dialog{
    width: 90% !important;
    margin-top: 30% !important;
  }

  h2{
    margin-bottom: 20px
  }

  .btn-chat-modal{
        display: none !important;
  }
  .setting-window{
    width: 90% !important; 
  }
  #room ,#user_name{
    width: 80% !important;
  }
  #user_name{
    width: 200px !important;
    font-size: 1.2em !important;
  }
  body{
    background-size: cover !important;
  }
  .show_user_name{
    width: 30% !important;
    margin-left: 1% !important;
    margin-right: 2% !important;
    font-size: 1em !important
  }

  .scribe_1{
        width: 56% !important;
        height: 73% !important;
    }
   
   .scribe_2{
        width: 46% !important;
        height: 65% !important;
        margin: 5px !important; 
    }
    .scribe_3 {
        width: 46% !important;
        height: 38% !important;
        margin: 5px !important;
    }
    .scribe_4 {
        width: 30% !important;
        height: 38% !important;
        margin: 5px !important;
    }
} 

@media only screen and (max-width: 350px) {
   
    .horizontal-ads_mobile{
        display: none !important;
    }
    .right_user_list.guest_view {
        bottom: 0 !important;
        right: 2% !important;
    }

    .scribe_1{
        width: 90% !important;
        height: 37% !important;
    }
   .scribe_4 {
        width: 46% !important;
        height: 22% !important;
        margin: 5px !important;
    }
}

/* ---- Peek@U room search autocomplete (v3.2.11) ---- */
.ui-autocomplete {
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18) !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  font-family: inherit !important;
  max-height: 320px;
  overflow-y: auto;
  background: #fff;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ui-autocomplete .ui-menu-item:last-child { border-bottom: none; }
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 8px 10px !important;
}
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background: #e8f1ff !important;
  border: none !important;
  margin: 0 !important;
}
.cw3d-room-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.3;
}
.cw3d-room-name {
  font-weight: 600;
  color: #1b2537;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
}
.cw3d-room-icon { margin-right: 6px; font-size: 14px; }
.cw3d-room-badge {
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  padding: 2px 9px;
  white-space: nowrap;
}
.cw3d-room-badge.cw3d-room-live { background: #22c55e; color: #fff; }
.cw3d-room-badge.cw3d-room-empty { background: #e5e7eb; color: #6b7280; }

/* 2026-08-27 — Guest list must show on DESKTOP too, not only mobile.
   Base .right_user_list sat in normal flow on wide screens (collapsed to 0 height);
   only the ≤810px media query made it position:absolute. Force a proper floating
   overlay at every width, sized for the largest screens. */
.right_user_list.guest_view{
  position: fixed !important;
  top: 64px;
  right: 14px;
  bottom: auto;
  left: auto;
  width: 300px !important;
  max-width: 42vw;
  max-height: 72vh;
  overflow-y: auto;
  z-index: 1200;
  float: none !important;
  padding: 10px;
  background: rgba(20,32,58,0.92);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  box-shadow: 0 10px 34px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 810px) {
  .right_user_list.guest_view{
    right: 2%;
    width: 92% !important;
    max-width: 92%;
  }
}
