ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.stream-status{
    height: 26px;
    float: left;
    width: 10px;
    background: red;
    margin-right: 10px;
}

.navbarstyle{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    margin-top: 10px;
}

.blockstyle{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    margin-top: 10px;
    padding: 20px;
}


.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.dot.live{
    background-color: green;
}

.stream-url{
    float: right;
}

.slide{
    float: left;
    margin: 5px;
}

.slide img{
    width: 200px;
    height: 200px;
    border: 1px solid #000;
}

.live-slide{
    width: 100%;
    border: 8px solid #ff0009;
}
.preview-slide{
    width: 100%;
    border: 8px solid #157315;
}

.setslidelive{
    cursor: pointer;
    color: red;
    margin-top: 100px;
    display: block;
}

.questions {
    list-style: none;
    padding: 0;
}

.questions li{
    border-bottom: 1px solid #cfcfcf;
    padding: 13px;
    overflow: hidden;
}


.questions li .question{
    float: left;
    width: 55%;

}

.questions li .questionby{
    float: right;
    margin-right: 5%;


}

.questions li .questionyime{
    float: right;
    margin-right: 5%;
}

.questions li .questionlivebtn{

    background: #E6E6E6;
    border: 1px solid #C5C5C5;
    float: right;
    padding: 5px 15px;
}

.btnstyle{
    background: #E6E6E6;
    border: 1px solid #C5C5C5;
    float: right;
    padding: 5px 15px;
    width: 110px;
    text-align: center;
    cursor: pointer;
}



.btnstyle.btnlive{
    background: #EF5858;
    border: 1px solid #91373f;
}


.poll{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pollquestion{
    font-size: 18px;
    border-bottom: 1px solid #848484;
}

.pollanswer{
    border-bottom: 1px solid #efefef;
    padding: 7px;
}

.deletepollform{
    display: inline;
}

.deletepoll{
    float: right;
    /* display: block; */
    border: none;
    background: none;
    color: red;
    cursor: pointer;
}

.logo-thumb{
    width:50px;
}

.module_status{
    float: right;
}

.module_name{
    float: left;
}

input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
}

input.apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

.pollactionbtn{
    border: 1px solid #dedede;
    padding: 14px;
    background: #eaeaea;
}

.live-setting{
    border:1px solid red;
    background: #FBFBFB;
    padding: 10px;
    margin-bottom: 20px;
}

.live_toggle {
    margin-bottom: -10px;
}


.information-popup{
    border-radius: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 11px;
    margin-top: -7px;
    float: left;
    background: #8c8c8c;
    color: white;
    text-align: center;
}

.live-toggle-title{
    display: block;
    float: left;
}

.warning-popup{
    width: 500px;
    background: white;
    padding: 55px;
    text-align: center;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 40%;
    margin-left: -200px;
    border: 1px solid gray;
    display: none;
}

.overlay{
    display: none;
    height:100%;
    background: rgba(0,0,0,0.4);
    width: 100%;
    z-index: 99;
    position: absolute;
}

.host-title{
    background:#F2F2F2;
}

.host-main{
    margin-top: 0;
}

.host-menu{
    list-style:none;
    margin: 0;
    padding: 0;
}

.host-menu li{
    float: left;
    padding: 18px 35px;
    border-right: 1px solid #d2d2d2;
}

.host-menu-navbar{
    margin: 0;
    padding:0;
}

.host-menu-container{
    margin:0;
    padding:0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    width:100%;
    max-width: 100%;
}

.live-setting-top{
    margin-bottom: 15px;
}

.hide{
    display: none;
}

ul.langlist{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}


ul.langlist li label img{
    width: 40px;
    height: 20px;
}
ul.langlist li label{
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    width: 200px;
    margin-right: 10px;
}

ul.langlist li input{
    display: none;
 }
ul.langlist li input:checked + label{
    background: #87bbff;
}


ul.languagebar{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.languagebar{
    list-style: none;
}

ul.languagebar li{
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    cursor: pointer;
}

ul.languagebar li.active{
    background: #eee;
}

ul.languagebar li img{
    width: 40px;
    height: 20px;
}

.chatwindow{
    margin-bottom: 0;
    list-style: none;
    background: #f5f4f4;
    border: 1px solid #eee;
    padding: 10px;
    height: 500px;
    overflow: overlay;
}

.chatrow{
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
}

.chatrow h3{
    background: #b0e9ff;
    padding: 10px;
}

.chatrow .chatbox{
    width: 100%;
    border: 1px solid #b5b5b5;
}

.chatcol{
    width: 32%;
    background: #efefef;
}

.langrow{
    list-style: none;
    overflow: hidden;
}
.langrow li{
    float: left;
}
.langrow li a{
    border: 1px solid #eee;
    padding: 10px;
    width: 120px;
    display: block;
    cursor: pointer;
}

.langrow li a img{
    width: 30px;
    display: inline;
    margin-right: 10px;
}


.langrow li a.active{
    background-color: #cbd5e0;
}
.messagesbox{
    margin-bottom: 0;
    list-style: none;
    background: #ebebeb;
    border: 1px solid #eee;
    padding: 10px;
    height: 400px;
    overflow: auto;
}

.messagesbox li{
    position: relative;
    padding-right: 45px;
}

.messagesbox li a.mark_question{
    position: absolute;
    top: 0;
    right: 25px;
    padding: 5px;
    color: #000000;
    display: none;
}
.messagesbox li a.del{
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px;
    color: red;
    display: none;
}
.messagesbox li:hover{
    color: #b7b7b7;
}
.messagesbox li:hover  a{
    display: block;
    cursor: pointer;
}

.messagesbox li:hover  a:hover{
    font-weight: bold;
}

.questionsbox li{
    background: white;
    margin: 10px;
    border-radius: 10px;
    padding: 16px;
}

.questionsbox li.taken{
    opacity: 0.5;
}

.questionsbox li.taken a{
    display: none;
}

.questionsbox li .answerQuestionInput{
    width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    display: none;
}

.optioncol{
    overflow: hidden;
}
.optioncol a{
    background: #d3d3d3;
    padding: 5px;
    display: block;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.optioncol a:hover{
    background: #efefef;
}

.questionsbox{
    overflow: auto;
    height: 440px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.messagesbox .message{
    background: white;
    padding: 5px 35px 5px 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 5px;
}

.messagesbox .message .answerBlock{
    display: block;
    text-align: right;
    background: #27ff82;
    padding: 5px;
    margin-right: -30px;
    border-radius: 5px;
}
.messagesbox .message .username{
    font-weight: bold;
}
.iframecontainer{
    padding: 20px;
}
#player{
    border: 0;
    width: 320px;
    height: 180px;
    margin-right: 40px;
    float: right;
}

.py-12{
    padding-top: 20px;
}


