ul{
  margin-bottom: 100px;
  padding: 0
}
#roomInfo{
  background-color: white;
  border-radius: 4px;
}
#roomInfo.active{
  background-color: aliceblue;
}

span{
  margin: 4px;
  font-size: 90%;
  display: inline-block;
}

.role{
  color: gray
}
body.connect .role{
  color: red
}

#projectId{
  color: gray;
}
#projectId.active{
  color: #19df19;
}
.isMe{
  justify-content: flex-end;
  flex-direction: row-reverse;
  justify-content:end;
}

.dis_connect{
  opacity: 0.9;
}
.word{
  display: flex;
  padding: 4px;
  position: fixed;
  bottom: 0;
  background-color: #ddd;
  width: 100%;
  box-sizing: border-box;
  right: 0;
}
#inputText{
  border: none;
  width: 80%;
  text-align: left;
  line-height: 1;
  border-radius: 2px;
  padding: 12px;
  font-size: 100%;
  resize: none;
  border-radius: 50px;
  outline-color: #17803D
}
#inputText::placeholder {
  color: #ccc;
}
#sendButton,#videoButton,#operationButton,#finishButton,#connectButton{
  vertical-align: middle;
  align-self: center;
  box-sizing: border-box;
  padding: 4px;
  width: 15%;
  text-align: center;
  cursor: pointer;
  color:#3C7E44;
}
.chat.word{
  background-color: #ddd;
}
.connect .chat.word{
  background-color: #E3FBE7
}
.notification{
  padding: 8px;
  margin: 12px!important;
  text-align: left!important;
  line-height: normal;
  border: 2px solid gray;
  border-radius: 4px;
}
.connect .chat_navigator .navigatorIcon{
  border: 2px solid #2C56D3
}
.navigator{
  margin-bottom: 8px;
}
.label{
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 4vh;
  padding: 8px 12px;
  border-color: #e5e7eb;
  background-color: white;
}
.navigator .label{
  position: relative;
  display: inline-block;
}
.nickname{
  font-size: small;
  color: #959292;
  word-break: keep-all;
  white-space: pre;
}
.isMe .nickname{
  text-align: right;
}
.isMe .texts {
  display: flex;
  flex-flow: column;
  align-items: end;
}
.texts .time{
  color: #ccc
}
.texts .name{
  color: #999
}
.isMe .texts .name{

}

#operationButton{
  display:none;
}
.manager #operationButton{
  display:block;
}
.serving{
  background-color:#f0f0f0;
}
.icon{
  width:24px;
  height:24px;
}