:root {
  --neutral-01: #1A1253;
  --neutral-02: #867F8D;
  --neutral-03: #B3ABB9;
  --neutral-04: #F3F1F9;
  --neutral-05: #fff;
  --secondary-01: #402FBB;
  --primary-01: #402FBB;
  --primary-04: #BBADDD;
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Nunito;
}

#caveplayer {
  height: 100vh;
}

#caveplayer video {
  height: 100vh;
}

.custom-popup-style {
  position: fixed;
  top: auto;
  max-height: 82%;
  bottom: 8%;
  right: 6%;
  z-index: 9999;
  overflow-y: auto;
}

.custom-popup-style::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.related-match-card {
  width: 240px;
  margin-bottom: 2px;
  border-radius: 12px;
  padding: 12px 14px;
  opacity: 0.9;
  background: #1F1F1F;
  flex-shrink: 0;
}

.related-match-card .play-urls-title {
  color: var(--neutral-05);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.related-match-card .play-urls-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  gap: 10px;
}

.related-match-card .url-quality {
  width: 64px;
  padding: 4px;
  text-align: center;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.related-match-card .url-quality:hover,
.related-match-card .url-quality[aria-expanded="true"] {
  cursor: pointer;
  color: var(--neutral-04);
}


.background-primary {
  background-color: var(--primary-01);
  color: var(--neutral-05);
}

.background-gray {
  background-color: #2F2F2F;
  color: var(--neutral-03);
}

.plyr__custom-live {
  text-align: start;
}

.live-label {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.reload-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9999;
}