#guest-notification-message .message-body {
  padding: 0.5em 1.5em;
}

#guest-notification-message .message-body .message-icons {
  width: 18px;
  height: inherit;
  position: relative;
  top: 3px;
  left: 6px;
}

#guest-notification-message .block {
  margin: unset;
}

.grayed-out-background {
  background-color: gray !important;
}

.grayed-out-text {
  color: gray;
}

#card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 3vh;
}

#card #display {
  border-radius: 20px 20px 20px 20px;
  background: #e1e5f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

#card #display>* {
  text-align: center;
}

#card #display #art {
  height: 200px;
  margin: 0 auto;
}

#card #display>div {
  margin: 5px 0px;
}

#card #list {
  width: 40%;
  border-radius: 0 20px 20px 0;
  background: transparent;
  display: flex;
  flex-direction: column;
}

#card #list .item {
  padding: 0 1em;
  background: white;
  transition: all 0.3s ease;
}

#card #list .item:first-of-type {
  border-radius: 0 20px 0 0;
}

#card #list .item:last-of-type {
  border-radius: 0 0 20px 0;
}

#card #list .item.is-active {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px) hue-rotate(20deg);
  transition: all 0.3s ease;
}

#card #list .item:hover {
  cursor: pointer;
}

#card #title {
  min-width: 200px;
  max-width: 40vw;
  box-shadow: 0 0.2em 0.15em -0.125em rgb(10 10 10 / 10%), 0 0 0 0px rgb(10 10 10 / 2%);
  padding: 3px 10px;
  font-size: 15px;
}

.hide-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#bfdbf7, #1f7a8c);
  flex-direction: column;
  cursor: default;
}

#music-guest-overlay {
  width: 100%;
  height: 100%;
  background: radial-gradient(#bfdbf7, #1f7a8c);
  position: absolute;
  z-index: 1;
}

#music-guest-modal {
  display: flex;
  position: absolute;
}

#music-guest-modal .modal-card {
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

#user-image-modal .modal-card,
#invalid-code-modal .modal-card {
  top: 40vh;
}

.custom-audio-controls input[type="range"] {
  -webkit-appearance: none !important;
  margin: 10px;
  background: #ffffff;
  height: 10px;
  min-width: 150px;
  width: 20vw;
  outline: none;
  overflow: hidden;
  border-radius: 5px;
}

.custom-audio-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #1f7a8c;
  height: 15px;
  width: 5px;
  border-radius: 50%;
  box-shadow: -100vw 0 0 100vw #31bfdb80;
}

.custom-audio-controls input[type="range"]::-moz-range-thumb {
  background: #1f7a8c;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}

.custom-audio-controls input[type="range"]::-ms-thumb {
  -webkit-appearance: none !important;
  background: #1f7a8c;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}

.custom-audio-controls {
  flex: auto;
  white-space: nowrap;
}

#volume-container {
  display: flex;
  align-items: center;
}

#volume-container i {
  position: absolute;
  margin-top: -6px;
  color: #666;
}

#volume-container .fa-volume-down {
  margin-left: -8px;
}

#volume-container .fa-volume-up {
  margin-right: -8px;
  right: 0;
}

.volume {
  position: relative;
  margin: 10px 15px;
  height: 5px;
  min-width: 100px;
  width: 15vw;
  background: #ffffff;
  border-radius: 15px;
}

.volume .ui-slider-range-min {
  height: 5px;
  width: 300px;
  position: absolute;
  background: #92d5e0;
  border: none;
  border-radius: 10px;
  outline: none;
}

.volume .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #1f7a8c;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0.25em 0.15em -0.125em rgb(10 10 10 / 10%), 0 0 0 0.2px rgb(10 10 10 / 2%);
}

.listeners-container {
  min-width: 400px;
}

.listeners-container .listener-profile {
  margin: 10px;
}

.listeners-container .listener-profile.host-profile {
  background-color: #8ebdd6;
  padding: 10px;
}

.listeners-container .listener-profile.you-profile {
  background-color: #eff1fa;
  padding: 10px;
  margin: 10px;
}

.listeners-container .listener-profile.guest-profile {
  background-color: #eff1fa;
  padding: 5px 10px;
  margin: 10px;
}

.listeners-container .active-listeners-container {
  max-height: 300px;
  overflow-y: auto;
}

.listeners-container .image {
  overflow: hidden;
}

.listeners-container .you-name-input:not(:focus),
.listeners-container .you-mood-input:not(:focus) {
  background-color: inherit;
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}