html, body {
  height: 100%;
}

#main {
  display: none;
}

.select2-container {
  z-index: 1050;
}

/* .login {
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  align-items: center;
  justify-content: center;
} */

/* @media only screen and (max-width: 767px) {
  .login #pLogin {
    max-width: 330px;
  }
  .welcome-login-col {
    padding-right: 15px!important;
  }
  .welcome-signup-col {
    padding-left: 15px!important;
  }
  .welcome-signup-col-container {
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 10px;
  }
} */

.welcome-signup-col {
  display: flex;
  padding-left: 0px;
}

.welcome-signup-col-container {
  background-color: #a1cad7;
  flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* .login #pLogin {
  width: 660px;
  box-shadow: 0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);
  border-radius: 10px;
}

.login #pRegister {
  width: 400px;
  box-shadow: 0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);
  border-radius: 10px;
}

.login .card {
  display: flex;
  flex-direction: column;
} */

.pointer {
  cursor: pointer;
}

.expand {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flat-button {
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 8pt;
  padding: 10px;
  color: #999;
  transition: all 0.5s ease;
}

.control-button {
  font-size: 10pt;
  color: #999;
  transition: all 0.5s ease;
}

.flat-button:hover, .control-button:hover {
  color: #333;
}

.menu-icon {
  margin-right: 8px;
  color: #888;
  line-height: 11px;
}

.content-p39 {
  display: flex;
  flex-direction: column;
}

.content-page {
   position: relative;
   flex: 1;
}
.page-container {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.page {
  width: 100%;
  height: 100%;
  min-height: 1200px;
}

.page .list {
  border: 1px solid #eee;
}

.page-scroll {
  overflow: auto;
}

.hidden {
  display: none;
}

.menu-separator {
  width: 100%;
  height: 1px;
}

.login-subtitle {
  color: #888;
  font-size: 0.8em;
  text-transform: uppercase;
}

.logo {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.logo-main-square {
  height: 60px;
  width: auto;
  object-fit: cover;
}

.logo-main {
  height: 60px;
}

.pLogo {
  flex: 1;
}

.center {
  text-align: center;
}

.list-body.center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-idle {
  color: grey;
}

.video-active {
  color: green;
}

.t-8 {
  font-size: 8px;
}

.center-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.control-button {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.bClose, #bCloseMessages {
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  transition: all 0.2s ease;
}

.bClose:hover, #bCloseMessages:hover {
  font-size: 16px;
}

.panel-title {
  font-weight: 600;
  font-size: 16px;
}

/* BUTTON */

.button-hover {
  color: #999;
  cursor: pointer;
  transition: all 0.5s ease;
}

.button-hover:hover {
  color: #333;
}

/* GENERAL */

.pd-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

/* SCREEN */

@media only screen and (max-width: 767px) {
  #login #login-dialog .card {
    max-width: 330px!important;
  }
  .welcome-login-col {
    padding-right: 15px!important;
  }
  .welcome-signup-col {
    padding-left: 15px!important;
  }
  .welcome-signup-col-container {
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 10px;
  }
}

/* LOGIN */

#login {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

#login-dialog, #register-dialog, #login-s-dialog {
  display: none;
}

#login-dialog .card {
  width: 660px;
  border-radius: 10px;
  box-shadow: 0px 2px 50px 10px rgba(60, 70, 83, 1);
}

#register-dialog .card, #login-s-dialog .card {
  width: 330px;
  border-radius: 10px;
  box-shadow: 0px 2px 50px 10px rgba(60, 70, 83, 1);
}

#login-dialog .card-body, #register-dialog .card-body {
  padding: 0px;
}

.meeting-room {
  transition: all 0.5s ease;
}

.meeting-room:hover {
  background: #eee;
}

#bAvatar, #bLogo, #bCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #aaaaaacc;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.customer-logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  color: lightgray;
}

[contenteditable] {
  outline: 0px solid transparent;
}

.hidden {
  display: none;
}

video {
  height: 100%;
  position: inherit;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

#cVideos{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 20px; */
}

#pVideos{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#pVideoRow{
  width: 95%;
  height: 20%;
  position: absolute;
  overflow-x: auto;
  overflow-y: hidden;
}

#video-main{
  background-color: #181818;
  width: 100%;
  height: 100%;
  max-width: 640px;
}

#video-main-content{
  height: 100%;
}

#video-col{
  height: 100%;
}

#pVideoInside{
  width: max-content;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

#stream-row{
  position: absolute;
  top: 22%;
  height: 72%;
  width: 100% !important;
}

#screen-col{
  height: 100%;
}

#screen{
  background-color: #181818;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.top-video{
  height: 150px;
  border: 1px solid #545454;
  width: 200px;
  background-color: #181818;
  display: inline-block;
  margin: 0 2px;
}

.top-video-label{
  position: absolute;
  top: 124px;
  z-index: 1;
  background: rgba(0,0,0,.5);
  width: 198px;
  padding: 2px 10px;
}

.stream-row{
  position: absolute;
  top: 22%;
  height: 75%;
}

.h-50{
  height: 50%;
}

.no-webcam-bg{
  background-image: url("/assets/img/no-webcam.png");
  background-size: 125px;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 17px;
}

.issue-webcam-bg{
  background-image: url("/assets/img/issue-webcam.png");
  background-size: 125px;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 13px;
}

#video-main-content-no-webcam{
  height: 100%;
  position: inherit;
  margin: auto;
  text-align: center;
  max-width: 100%;
  background-image: url("/assets/img/no-webcam.png");
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px;
}

.thumbnail-mute-icon{
  position: absolute;
  z-index: 1;
  transform: translate(75px, 10px);
  color: #ff1212;
}

.mute-icon-main-content{
  position: absolute;
  z-index: 1;
  transform: translate(604px, 12px);
  color: #ff1212;
}

@media (min-width: 576px) {

}

@media (min-width: 766px) {

}

@media (min-width: 992px) {
  .h-lg-100{
    height: 100% !important;
  }
}

@media (min-width: 1200px) {

}
