.full-screen-btn-container {
  position: absolute;
  top: 1rem;
  right: 1.6rem;
}

.full-screen-button {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 1rem;
  cursor: pointer;
}

.open-svg {
  background-color: rgba(37, 37, 37);

  stroke: #f5fafa97;
}

.open-svg:hover {
  transform: scale(1.3);
  stroke: #f5fafadf;
}

.full-screen-btn-close {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
}

.close-btn {
  /* position: absolute; */
  /* top: 5rem;
  left: 10rem; */
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: blue;
  cursor: pointer;
  border: 0;
  border-radius: 1rem;
}

.close-svg {
  background-color: rgb(37, 37, 37);

  stroke: #f5fafa97;
  /* fill: none; */
}

.close-svg:hover {
  transform: scale(1.3);
  stroke: #f5fafae5;
}

.full-screen-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.737);
  position: fixed;
  /* position: relative; */
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  /* overflow: hidden; */
}

.full-screen-overlay.active-class {
  height: 100% !important;
  width: 100% !important;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.full-screen-background {
  /* z-index: -1; */
  /* overflow: hidden; */
}

.full-music-container {
  position: relative;
}

.full-music-player-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(13, 13, 13, 0.9); */
  background-color: rgba(37, 37, 37, 0.9);
  width: 130rem;
  height: 67rem;
  z-index: 999;
}

/* .relative {
  position: relative;
  height: 100%;
  width: 100%;
} */

.full-music-player-box-mobile {
  display: none;
}

.full-music-player-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 5rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  /* background-color: rgb(21, 21, 21); */
  width: 120rem;
  height: 50rem;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.full-img-now {
  display: flex;
  justify-content: center;
}

.full-img-now img {
  width: 36rem;
  height: 26rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

/* ////// */

.full-screen-controls {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 23rem;
  gap: 2.4rem;
  z-index: 9999;
}

.full-screen-track-description {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  background-color: rgba(45, 45, 45, 0.769);
  gap: 2rem;
  bottom: 7.5rem;
  /* flex-direction: column; */
  color: #f5fafa;
  padding: 4rem 15rem;
  /* gap: 1.2rem; */
}

/* .play {
  position: absolute;
  height: 5rem;
  width: 5rem;
  border-radius: 100rem;
  left: 5rem;
} */

.music-input {
  /* width: 100%; */
  height: 0.6rem;
  /* appearance: none; */
  background: #f5fafa;
  border-radius: 999rem;
  z-index: 9999;
}

.full-screen-progress {
  width: 40rem;
}

.center {
  display: flex;
  justify-content: center;
}

.play-description-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}

.tracklist-box2 {
  background-color: #343434;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  margin-top: 15rem;
}
