#jitsiModal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: radial-gradient(50% 50% at 50% 50%, #5d95c7 0, #376288 100%), #fff;
  overflow: hidden;
  display: none;
}
#jitsiModal.on.full {
  display: block;
}

#jitsiContainer iframe {
  width: 100vw !important;
  height: 100vh !important;
}

.startmeet {
  height: 0;
  width: 0;
  opacity: 0;
}

#jitsiModal.on {
  z-index: 99999999;
  opacity: 1;
}


#jitsiModal.full .closeMeet {
  display: block;
}

.page-node-type-agenda .page-header {
  display: none;
}

.view-welcome-user {
  margin-top: 5rem;
}

.comma {
  margin-right: 6px;
}

.chat.btn {
  display: none !important;
}

/*
-*-----
*/

#jitsiModal .new-toolbox {
  bottom: 0;
}

#jitsiModal .closeMeeting {
  left: 50%;
  transform: translateX(-50%);
  top: 1.5rem;
  position: absolute;
  color: #fff;
  font-size: 1.7rem;
}

.closeMeeting {
  background: #ca3b3b;
  padding: 1rem 3rem 1rem 5rem;
  border-radius: 8px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #ffffff;
  line-height: 1.7rem;
  font-size: 1.2rem;
}

.closeMeeting:hover {
  background: #db4b4b;
}

.closeMeeting::before {
  content: "";
  background: url(../../src/images/sprites-e-con.png);
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
  background-position: -194px -318px;
  background-size: 500px;
  left: 20px;
  position: absolute;
  top: 14px;
}


@media (max-width:992px) {
  #jitsiModal .closeMeeting {
    font-size: 1.2rem;
    padding: 1rem 2rem 1rem 4rem;
  }
}

@media (max-width:768px) {
  #jitsiModal .closeMeeting {
    padding: 1rem 1rem 1rem 4rem;
  }
  #jitsiModal {
    position: absolute;
    z-index: 0;
    overflow: auto;
    height: 100vh;
    top: 0;
  }
  #jitsiContainer{
    position: relative;
    width: 100%;
    height: 120%;
  }
  #jitsiModal .closeMeeting {
    padding: 0.5rem 1rem 0.5rem 4rem;
    font-size: 1rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    position: fixed;
    z-index: 9;
}
  #jitsiContainer{
    position: relative;
    width: 100%;
    height: 100%;
  }
  #jitsiContainer iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width:400px) {

  #jitsiModal .closeMeeting {
    left: 0;
    transform: translateX(23px);
  }

  #jitsiModal .closeMeeting {
    padding: 0.5rem 1rem 0.5rem 4rem;
    font-size: 1rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
  }

  .closeMeeting::before {
    left: 15px;
    top: 7px;
    transform: scale(0.7);
  }

}
