.section-4 {
  padding: 16px;
  /*  background: linear-gradient(to top, #000a0e, black); */
  /*  background-image: url('https://image.tmdb.org/t/p/original/bq28ajZaoMyzEIm6REelqyqtEDZ.jpg'); */
  /*  background-image: url('../../img/fundoHome.png');
  background-color: #0A0A0A; */
  background-position: center;
  background-size: cover;
}

.section-4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../../img/fundoHome2.png');
  background-color: #0A0A0A;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
}






.room-actions-container {
  background-color: rgba(255, 0, 0, 0);
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}






.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper #room-code {
  padding-left: 36px;
  box-sizing: border-box;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: #ebebeb90;
  pointer-events: none;
}

#room-code {
  width: 100%;
  padding: 10px;
  color: #ebebebd8;
  border: none;
  border-radius: 20px;
  background-color: rgb(20, 20, 27);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#room-code::placeholder {
  color: #ebebeb90;
}

#room-code:focus {
  outline: none;
}




#btn-join-room {
  display: none;
  height: 100%;
  width: 100px;
  padding: 10px;
  background-color: #09090b;
  background-color: rgb(20, 20, 27);
  border-radius: 4px;
  font-size: 0.7em;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.253);
}

#btn-create-room {
  height: 100%;
  width: 110px;
  background-color: #00000054;
  border-radius: 7px;
  backdrop-filter: saturate(5);
  font-weight: 700;
  font-size: 0.74em;
  color: #40be8a;
  border: 1px solid #0A0A0A;
  border: 1px solid rgba(255, 255, 255, 0.137);
  z-index: 2;
}




































.rooms-container {
  background-color: #00000000;
  position: relative;
  top: 50px;
  width: 100%;
  height: 70%;
  display: flex;
  padding: 16px 0 16px 0;
  flex-direction: column;
  overflow-y: auto;
  border-radius: 8px;
}




.card-room {
  background-color: #09090b5d;
  font-weight: 500;
  display: flex;
  border-radius: 8px;
  margin-bottom: 7px;
  position: relative;
  width: 100%;
  height: 97px;
  font-size: 0.7em;
  overflow: hidden;
  inset: -1;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-room::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 8%;
  width: 120%;
  height: 10%;
  z-index: 10;
  background: linear-gradient(120deg,
      transparent 36%,
      #37f1a3,
      transparent 70%);
  pointer-events: none;
}

.card-room::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 130%;
  height: 1%;
  z-index: 11;
  box-shadow: 0 0 20px 5px #000000;
  pointer-events: none;
}



.infoID {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  flex: 1;
  min-width: 0;
  gap: 3px;
  position: relative;
  padding: 5px 0 0 7px;
  background-color: red;
  background-color: #09090b5d;
}

.room-title {
  max-width: 100%;
  margin: 0;
  font-size: 0.83rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px;
  color: #eeeeee;
}

.criadorDaSala {
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
}


.IDsala {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.63rem;
  width: auto;
  height: auto;
  margin: 0;
  margin-top: -4px;
  color: #37f1a3c7;
}

.copy-code-room {
  cursor: pointer;
  margin-top: 3px;
}









.btnEntrar {
  width: 46px;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-shrink: 0;
  border: none;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 0;
}







.room-thumb {
  aspect-ratio: 4/2.3;
  /* background-color: rgb(0, 0, 0);
  border-radius: 4px;
  background-image: url('https://image.tmdb.org/t/p/original/uLXK1LQM28XovWHPao3ViTeggXA.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  z-index: 10; */
  background-color: #0D0D11;
  pointer-events: none;
  position: relative;
}


.room-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 9999999;
}




.wrapper-users-avatars {
  margin-top: 0.5px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: -50px;
  overflow: hidden;
  width: 76%;
  height: auto;
  background-color: rgba(255, 0, 0, 0);
}


.wrapper-users-avatars .avatar {
  margin-left: -5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0);
  pointer-events: none;
}

.wrapper-users-avatars .avatar:first-child {
  margin: 0 !important;
}

.wrapper-users-avatars .avatar-more {
  margin-left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  color: #ebebebc9;
  border: 1px solid #37f1a3b0;
  pointer-events: none;
}