body {
  margin: 0;
  font-family: sans-serif;
}

#leave{
  color: white;
  background-color: rgb(224, 58, 58);
  padding: 10px;
}
#leave:hover{
  background-color: rgb(228, 111, 111);
}
#leave:focus{
  outline: none;
}

.bottom-two {
  margin-left: 20px;
  background-color: #08168A;
  color: white;
  padding: 10px;
  border-radius: 6px;
  border: none;
}
.bottom-two:hover{
  cursor: pointer;
  background-color: #2b3abe;
}

.top-two {
  background-color: white;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  border-radius: 6px;
  border: none;
}

.top-two:focus {
  outline: none;
}

#create-room, #join-room {
  padding: 20px;
  background-color: #051187;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

#join-room {
  margin-top: 20px;
  background-color: #0a5cfe;
}

#create-room:hover, #join-room:hover {
  cursor: pointer;
  background-color: #4778db;
}

.titile {
  width: 100%;
  top: 0;
  max-width: 100%;
  display: block;

  position: absolute;
  background-color: #00053d;
  color: white;
  text-align: center;
  margin: 0;
}

#room2 {
  z-index: 2;
}

.entry-modal {
  /* border: 1px solid #00053d; */
  /* width: 300px; */
  /* margin: auto; */
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 70;
  margin-left: -200px;
  /* padding: 8px; */
  padding: 20px 50px 50px 50px;
  color: #fff;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  border-radius: 7px;

}

/* .modelContainer {
    border: 2px solid red;
    width: 25%;
    margin: auto;
    align-items: center;
    height: 50vh;
    display: grid;
    margin-top: 20vh;
    background-color: gold;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 8px;
  } */
.modelContainer>div {
  align-items: center;
  height: 45vh;
  width: 53vh;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
  gap: 5px;
}


#notification {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  top: 47.33px;
  font-size: 18pt;
  width: 100%;
  background-color: #00053d(241, 229, 62);
}


.inputbox {
  /* border:2px solid green; */
  border: none;
  padding: 10px;
}

.bi {
  font-size: 30px;
}

#room-input {
  padding: 5px;
  width: 95%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 16px;
  border: 1px solid #00053d;
  border-radius: 6px;
}

.room-input {
  border: none;
  padding: 5px;
}

#control {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}



/* #remote-video{
      top: 0;
      height: 100%;
      left: 0;
      /* background-color: ; */
/* position: absolute; */
/* }  */

#remote-video {
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: white;
  position: absolute;
}

/* #local-video{
      top: 60px;
      width: 300px;
      object-fit: cover;
      height: 150px;
      z-index:1;
      right: 15px;
      z-index:1;
      background-color: antiquewhite;
      position: absolute;
  }
  
  
  .meet-controls-bars{
      bottom:0;
      background-color: black;
      left: 0;
      position: absolute;
      width: 100%;
  } */

#local-video {
  top: 5px;
  width: 180px;
  object-fit: cover;
  height: 131px;
  z-index: 1;
  right: 5px;
  /* background-color: white; */
  position: absolute;
}

.meet-controls-bar {
  bottom: 0;
  background-color: skyblue;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10px;
}

/* workdesk */