@font-face {
  font-family: OpenSans-Regular;
  src: url("fonts/OpenSans/OpenSans-Regular.ttf");
}

body {
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* Colors */
.blue {
  background-color: #799cc9 !important;
}
.purp {
  background-color: #8168a3 !important;
}
.pink {
  background-color: #dea5e0 !important;
}
.green {
  background-color: #bfdac2 !important;
}

/** login screen circle **/
.bCircle {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px #d3d3d3 solid;
  fill: none;
  margin: 50px auto;
}

/** **/
.login100-form {
  width: 100%;
}

/**  **/
.tblock {
  display: block;
  margin: 30px auto;
  margin-top: 80px;
  text-align: center;
}

/** **/
.login-title {
  display: inline-block;
  font-family: OpenSans-Regular;
  font-size: 30px;
  color: #555555;
  line-height: 1.2;
  text-align: center;
}

/**  **/
.login-titl {
  display: inline-block;
  font-family: OpenSans-Regular;
  font-size: 10px;
  color: #555555;
  line-height: 1.2;
  text-align: center;
}

/**  **/
.login-credit {
  display: block;
  font-family: OpenSans-Regular;
  font-size: 10px;
  font-style: italic;
  color: #555555;
  line-height: 1.2;
  text-align: center;
  margin: 5px auto;
}

/**  **/
.input100 {
  display: block;
  width: 50%;
  background: transparent;
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 1.2;
  margin: 5px auto;
}

/**  **/
input.input100 {
  height: 68px;
  padding: 0 0px 0 0px;
}

/**  **/
.login100c {
  width: 50%;
  padding: 0 5px 0 5px;
  margin: 0px auto;
}

/**  **/
.login100ca {
  width: 15%;
  padding: 0 5px 0 5px;
  margin: 0px auto;
}

/**  **/
.login100ch {
  width: 50%;
  visibility: hidden;
  padding: 0 5px 0 5px;
  margin: 0px auto;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/**  **/
.login100btn {
  width: 100%;
  height: 60px;
  background-color: #799cc9;
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

/**  **/
.login100btn:hover {
  background-color: #496ea9;
  color: #fff;
}

/**  **/
.login100btn:disabled {
  background-color: #d3d3d3;
  color: #fff;
}

/**  **/
.login100btnh {
  width: 50%;
  height: 30px;
  background-color: #799cc9;
  font-family: OpenSans-Regular;
  font-size: 9px;
  color: #fff;
  line-height: 1.2;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/**  **/
.login100btnh:hover {
  background-color: #496ea9;
  color: #fff;
}

/**  **/
.login100btnh:disabled {
  background-color: #d3d3d3;
  color: #fff;
}

/** about button **/
/* #about {
  width: 100%;
  height: 30px;
  font-size: 9px;
  margin: 0px auto;
  margin-top: 30px;
} */

/** join room **/
#jroom {
  margin-top: 95px;
}

/** new room **/
#nroom {
  margin-bottom: 17px;
}

/**  **/
#roomui {
  z-index: 5;
}

/** layout control for buttons in the room **/
#flexui {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 24px 24px 0;
  margin: 0px 0px;

  box-sizing: border-box;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/** tool tip for buttons in the room **/
#flexuitt {
  position: absolute;
  z-index: 5;
  width: 220px;
  height: 45px;
  padding: 0 0px 0 0px;
  top: 80px;
  /* margin-top: 25px; */
  margin-left: 24px;
}

/** button in the room **/
.btna {
  width: 60px;
  height: 30px;
  background-color: #799cc9;
  font-family: OpenSans-Regular;
  font-size: 9px;
  color: #fff;
  line-height: 1.2;

  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/** indicator of new chat message **/
.anibtn {
  animation: mymove 3s infinite;
}

@keyframes mymove {
  0% {
    background-color: #ff9a00;
  }
  100% {
    background-color: #799cc9;
  }
}

/** a bit of text where some tips will show up **/
.tooltip {
  font-family: OpenSans-Regular;
  font-size: 12px;
  font-style: italic;
  color: #555555;
  line-height: 1.2;
  text-align: left;

  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/** a bit of text where the room url will show up **/
.input100ir {
  width: 100px;
  height: 30px;
  background: transparent;
  font-family: OpenSans-Regular;
  font-size: 9px;
  color: #666666;
  text-align: left;
  line-height: 1.2;

  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

input.input100ir {
  padding: 0px 0px 0px 5px;
}

/** one's own video **/
#self_ {
  position: absolute;
  margin: 0px auto;
  width: 300px;
  height: 300px;
  z-index: 13;
}

/** other people's video **/
.other {
  position: absolute;
  margin: 0px auto;
  width: 300px;
  height: 300px;
  z-index: 12;
}

/** a container for video (one level down from ".other" **/
.cont {
  width: 300px;
  height: 300px;
  z-index: 32;
  background: #d3d3d3;
  overflow: hidden;
  clip-path: circle(75px at center);
  -webkit-clip-path: circle(75px at center);
}

/** a video.. (note - rotateY is to mirror...) **/
.videoc {
  position: absolute;
  width: 300px;
  height: 300px;
  transform: rotateY(180deg);
}

/** shows a username **/
.clabel {
  position: absolute;
  margin: 0px auto;
  margin-top: -25%;
  width: 100%;
  font-family: OpenSans-Regular;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  z-index: 4;
}

/** not in use - could be an image for when video is turned off **/
.cimg {
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: 16;
}

/** world background **/
.back {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* border: 1px #333 solid; */
  overflow: hidden;
}

/** canvas layer **/
#cnv {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

/** ui for the chat **/
#chat {
  position: absolute;
  z-index: 5;
  width: 320px;
  max-width: 100%;
  height: calc(100% - 104px) !important;
  padding: 0;
  box-sizing: border-box;
  top: 80px;
  right: 24px;
  background-color: #ffffff;
  border: 1px #000 solid;
}

/** ui for the about **/
#about {
  position: absolute;
  z-index: 5;
  width: 320px;
  max-width: 100%;
  height: 300px !important;
  padding: 0 12px 0;
  box-sizing: border-box;
  top: 80px;
  right: 24px;
  background-color: #ffffff;
  border: 1px #000 solid;

  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #464646;
}

#badge {
  position: absolute;
  left: 24px;
  bottom: 12px;
  z-index: 100;
  font-family: OpenSans-Regular;
  font-size: 14px;
  font-weight: 600;
  color: #464646;
}

.writearea {
  font-family: OpenSans-Regular;
  font-size: 9px;
  width: 100%;
  resize: none;
  box-sizing: border-box;
}

.btnsend {
  width: 100%;
  height: 30px;
  background-color: #799cc9;
  font-family: OpenSans-Regular;
  font-size: 9px;
  color: #fff;
  line-height: 1.2;
}

.msgcontent {
  display: block;
  font-family: OpenSans-Regular;
  font-size: 12px;
  margin-left: 10px;
}

.msgbody:hover {
  background-color: #ececec;
}

.message-wrap {
  box-shadow: 0 0 3px #ddd;
  padding: 0;
}

.msg {
  padding: 5px;
  margin: 0;
}

.msg-wrap {
  padding: 10px;
  overflow: auto;
}

.msg-wrap .media-heading {
  color: #003bb3;
  font-family: OpenSans-Regular;
  font-size: 11px;
}

.send-wrap {
  padding: 10px;
}

.btn-panel {
  background: #f7f7f9;
  padding-left: 10px;
  padding-right: 10px;
}

h5 {
  margin-bottom: 0px;
}

body::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #ddd;
}
