.fspnl {
  font-size: 8px;
}
html,
body {
  height: 100%;
}

.watermark,
.leftwatermark {
  display: none !important;
}
#meet {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 50px);
  /* height: 360px; */
  left: 0;
  top: 0;
  z-index: 100;
  padding-bottom: 60px;
}
#loading,
#warningblock {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
}
.utama {
  /* padding-top:20px; */
  /* padding-bottom:5rem;"       */
  /* margin-bottom:100px; */
  /* margin:5px; */
  width: 100%;
  height: calc(100% - 50px);
  /* left: 0;
          top: 0; */
  /* border: 2px solid red;
          border-radius: 5px; */
}
.tes-content-1 {
  position: relative;
  /* display:block; */
  width: 100%;
  height: 100%;
  /* left: 0;
          top: 0; */
  /* z-index: 1000; */
  /* padding-bottom:80px; */
  /* border: 2px solid blue;
          border-radius: 5px; */
}
.tes-content-2 {
  /* position: fixed; */
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  /* z-index: 1000; */
  padding-bottom: 60px;
}
.menu-header {
  /* height: 50px; */
  padding: 0px;
  border-style: outset;
  border-bottom-style: none;
  border-radius: 15px 15px 0px 0px;
}
.menu-conntent {
  border-style: outset;
  padding: 0px;
  border-top-style: none;
  border-radius: 0px 0px 15px 15px;
  overflow: auto;
  min-height: 25rem;
  max-height: calc(100vh - 10rem) !important;
}
.paused {
  background: #ddd;
  color: #555;
}
.el-btn-coba {
  position: fixed;
  top: 12px;
  right: 12px;
}
