.premeeting-screen [class^='-content'] {
  overflow: auto;
}

.box-recording-required {
  top: 8px;
  right: 8px;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: progress;
}

.close-recording-required {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 11;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;

  /* animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: opacity 1s; */
}

.close-recording-required svg {
  width: 15px;
  height: 15px;
}

.close-recording-required svg g {
  fill: #740000 !important;
}

.start-recording-button {
  cursor: pointer;
  color: #ed2d41;
  border: none;
  background-color: white;
  border-radius: 17px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: bold;
  margin: 10px;
}

.box-recording-required i {
  float: left;
  width: 100%;
  font-size: 11px;
}

.recording-required {
  background-color: #740000;
  max-width: 80vw;
  height: auto;
  color: white;
  z-index: 10;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 750px;
}

.recording-required h3 {
  width: 100%;
  font-size: 22px;
  margin-top: 35px;
  color: white;
}

.recording-required span {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-style: italic;
}

/* @media screen and (max-width: 500px) {
  .box-recording-required {
    top: 22%;
  }
} */

@keyframes bg-color {
  0% {
    background-color: #740000;
  }
  50% {
    background-color: #292929;
  }
  100% {
    background-color: #740000;
  }
}

@keyframes color {
  0% {
    color: #740000;
  }
  100% {
    color: white;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

.swal2-title span {
  font-size: 18px !important;
  color: #8b8b8b !important;
}
