@charset "UTF-8";
@import "https://api.fontshare.com/v2/css?f[]=camera@400,600&f[]=general-sans@400&display=swap";

/* projects/dreamloom/src/www/styles.scss */
.dl-gray-bg-1 {
  background-color: #111;
}
.dl-gray-bg-2 {
  background-color: #222;
}
.dl-gray-bg-3 {
  background-color: #333;
}
.dl-dl-warning-text {
  margin: 0.2rem;
  font-size: 0.8rem;
  color: rgb(255, 200, 0);
}
.dl-dl-warning-text a {
  color: rgb(255, 200, 0);
}
.dl-dl-warning-text-large {
  color: rgb(255, 200, 0);
}
.dl-dl-item-control-a {
  border: 1px solid black;
  background-color: rgb(11, 0, 106);
  color: rgb(216, 216, 216);
  font-size: 0.8rem;
  padding: 0.1rem;
}
.dl-dl-item-control-a button {
  border-radius: 0.4rem;
  font-size: 0.9rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin: 0.3rem;
}
.dl-dl-item-label-a {
  border: 1px solid black;
  background-color: rgb(92, 0, 106);
  color: rgb(216, 216, 216);
  font-size: 0.8rem;
  padding: 0.1rem;
}
.dl-dl-little-icon-button {
  font-size: 0.7rem;
  width: 2rem;
  border-radius: 0.5rem;
  background-color: lightblue;
}
.dl-dl-little-icon-butto-gray {
  font-size: 0.7rem;
  width: 2rem;
  border-radius: 0.5rem;
  background-color: darkgrey;
}
.dl-dl-little-button-create {
  font-size: 0.7rem;
  border-radius: 0.5rem;
  background-color: rgb(120, 210, 255);
}
.dl-dl-little-button-danger {
  font-size: 0.7rem;
  border-radius: 0.5rem;
  background-color: rgb(255, 120, 149);
}
.dl-dl-little-button-update {
  font-size: 0.7rem;
  border-radius: 0.5rem;
  background-color: rgb(120, 255, 131);
}
.dl-dl-little-button-warning {
  font-size: 0.7rem;
  border-radius: 0.5rem;
  background-color: rgb(248, 255, 120);
}
.dl-dl-button-create {
  border-radius: 0.5rem;
  background-color: rgb(120, 210, 255);
}
.dl-dl-button-danger {
  border-radius: 0.5rem;
  background-color: rgb(255, 120, 149);
}
.dl-dl-button-update {
  border-radius: 0.5rem;
  background-color: rgb(120, 255, 131);
}
.dl-dl-button-warning {
  border-radius: 0.5rem;
  background-color: rgb(248, 255, 120);
}
.dl-buttonchip-container {
  --dl-bcm-back: #282828;
  --dl-bcm-color: #d8d8d8;
  --dl-bcm-size: 1rem;
  --dl-bcm-color-selected: #ffaa00;
  --dl-bcm-hover-border: #e89b00;
  --dl-bcm-hover-background: #452e00;
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.dl-buttonchip {
  background-color: var(--dl-bcm-back);
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  margin: 0.08rem;
  padding: 0.4rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 0.5em;
  border: 1px solid var(--dl-bcm-back);
  transition: background-color 0.3s ease;
  transition: border 0.3s ease;
}
.dl-buttonchip:hover {
  border: 1px solid var(--dl-bcm-hover-border);
  background-color: var(--dl-bcm-hover-background);
}
.dl-buttonchip > h6 {
  font-family:
    "Roboto",
    "Arial",
    sans-serif;
  font-size: var(--dl-bcm-size);
  font-weight: 500;
  margin: 0px;
  color: var(--dl-bcm-color);
}
.dl-buttonchipselected > h6 {
  color: var(--dl-bcm-color-selected);
}
.dl-buttonchip > img {
  position: absolute;
  width: 1rem;
  top: 0.1rem;
  right: 0.1rem;
}
.dl-buttonchip-container-secundary {
  --dl-bcm-back: #002c5f;
  --dl-bcm-color: #d8d8d8;
  --dl-bcm-size: 0.8rem;
  --dl-bcm-color-selected: #3d71eb;
  --dl-bcm-hover-border: #0b4fec;
  --dl-bcm-hover-background: #05329c;
}
.dl-app-glass-overlay-container {
  position: fixed;
  top: 0vh;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.dl-app-glass-overlay-container > dl-app-glass-layer {
  position: fixed;
  top: 0vh;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.dl-app-glass-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.dl-app-active-layer {
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: auto;
}
.dl-app-layer-content-container {
  position: relative;
  z-index: 1;
}
.dl-app-confirm-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
}
.dl-app-info-dialog {
  background-color: gray;
  color: black;
  border: 1px solid white;
  width: min(400px, 85vw);
  margin: auto;
  top: 30%;
  bottom: 30%;
  text-align: center;
}
.dl-app-info-button {
  display: inline-block;
  background-color: rgb(255, 234, 184);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid rgb(255, 179, 0);
  color: rgb(110, 77, 0);
  font-size: 0.6rem;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.dl-app-toolbar {
  --dl-app-main-toolbar-bg: black;
  background-color: var(--dl-app-main-toolbar-bg);
  position: relative;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.dl-app-toolbar-icon-button {
  padding: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}
.dl-app-toolbar-icon-tip {
  font-size: 0.8rem;
}
.dl-app-toolbar-icon-button > img {
  height: 24px;
  margin-right: 0.1rem;
}
.dl-app-items-selector {
  position: relative;
  margin-bottom: 0.1rem;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.dl-app-items-selector > p {
  font-size: 0.8rem;
}
.dl-app-items-preview {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #444;
  padding: 0.25rem;
  border-radius: 4px;
  background-color: #222;
  color: #eee;
}
.dl-app-items-grid {
  display: grid;
  grid-template-columns: repeat(5, 18%);
  gap: 0.75rem;
  position: absolute;
  z-index: 10;
  background: #111;
  border: 1px solid #444;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  max-width: 520px;
  left: 50%;
  transform: translateX(-50%);
}
.dl-app-items-grid-item {
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
  color: #eee;
}
.dl-app-sorting-grid-container {
  width: auto;
  min-height: 150px;
  position: relative;
}
.dl-app-sorting-grid-item {
  position: absolute;
}
.dl-app-sort-grid-onclass {
  background-color: aquamarine;
}
.dl-app-sort-grid-selectclass {
  background-color: rgb(255, 210, 10);
  z-index: 10;
}
.dl-yt-playlist-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.dl-yt-playlist-item {
  width: 100%;
  height: 5rem;
}
.dl-yt-playlist-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dl-yt-playlist-selected {
  margin: 0.1rem;
  border: 2px solid orange;
}
.dl-yt-playlist-unselected {
  padding: 0.3rem;
  background-color: rgb(66, 66, 66);
}
youtube-player iframe {
  display: block;
  width: 100%;
}
.dl-yt-playlist-wrapper > h4 {
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  align-self: center;
  align-content: center;
}
.dl-yt-playlist-wrapper > h4 > a {
  text-decoration: none;
  padding: 0.3rem;
  background-color: rgb(0, 0, 0);
  color: white;
}
.dl-player-playlist-split {
  display: grid;
  grid-template-columns: 85% 15%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .dl-player-playlist-split {
    grid-template-columns: 75% 25%;
  }
}
.dl-player-playlist-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: orange rgb(63, 63, 63);
}
.bg-gs-2 {
  background-color: #282828;
}
.bg-gs-3 {
  background-color: #383838;
}
.hero-background {
  background:
    radial-gradient(
      ellipse at top center,
      #ffd685 0%,
      #fff5e1 10%,
      #282828 20%,
      #181818 70%,
      #181818 100%);
}
.hero-background-2 {
  background:
    linear-gradient(
      to bottom,
      #452e00 0%,
      #2d1e00 40px,
      #282828 100px,
      #181818 150px,
      #181818 100%);
}
.rounded {
  border-radius: 10px;
}
.main-pg {
  display: grid;
  grid-template-rows: 40px auto 55px;
}
.main-pg-container {
  display: grid;
  grid-template-columns: 100px auto;
}
.main-pg-container-no-side {
  display: grid;
  grid-template-columns: auto;
}
@media screen and (max-width: 720px) {
  .main-pg-container {
    display: grid;
    grid-template-columns: 55px auto;
  }
}
.main-pg-container-overlay {
  display: grid;
  grid-template-columns: auto;
  position: relative;
}
.main-pg-container-overlay > :first-child {
  position: fixed;
  top: 6rem;
  left: 0;
  z-index: 10;
  background-color: rgba(56, 56, 56, 0.9);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border: 1px solid #b8b8b8;
}
.main-pg-contents-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(56, 56, 56, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid #a8a8a8;
}
.flex-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #a8a8a8;
}
.flex-row > .left,
.center,
.right {
  height: 100%;
  padding: 0px;
  margin: 0px;
}
.flex-row > .center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.centering-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.centering-container > * {
  border-radius: 1rem;
  max-width: 900px;
  width: 100%;
}
.icon {
  width: 36px;
  height: 36px;
  margin-left: 5px;
  margin-left: 5px;
}
.tests_bkg_red {
  background-color: red;
}
.tests_bkg_green {
  background-color: green;
}
.tests_bkg_blue {
  background-color: blue;
}
.text_sec_1 {
  color: #ffd685;
}
.text_sec_2 {
  color: #ffb82b;
}
.text_sec_3 {
  color: #ffaa00;
}
.text_prim_2 {
  color: #3d71eb;
}
.centered_text {
  text-align: center;
  width: 100%;
}
hr {
  margin: 0px;
}
.evidence_song_container {
  width: 100%;
  height: 500px;
}
.evidence_song_container > * {
  max-width: 900px;
  height: 500px;
}
.evidence_song_container > h6 {
  max-width: 4000px;
  margin-top: 2rem;
  text-align: center;
  height: 500px;
  font-size: 2rem;
}
.old_song_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  grid-gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .old_song_container {
    grid-template-columns: 100%;
  }
  .old_song_container > * {
    width: 75%;
    margin: auto;
    height: auto;
  }
}
.icon-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  align-items: center;
}
.icon-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.icon-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.icon-list li a img {
  width: 24px;
  height: 24px;
}
.songTopCompactElementBox {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 2.5rem;
  -webkit-user-select: none;
  user-select: none;
  border-top-left-radius: 1em;
}
.songTopCompactElementBox > .songcontrol {
  position: absolute;
  right: 0%;
  left: 0%;
  height: 6.7em;
  border-top-left-radius: 0.5em;
}
.songTopCompactElementBox > .unassigned {
  background-color: rgba(4, 0, 30, 0.8);
}
.songTopCompactElementBox > .eliminated {
  color: rgba(148, 148, 148, 0.8);
}
.songTopCompactElementBox > .songcontrol > .songcountry {
  position: absolute;
  width: 1.2rem;
  top: 0.3em;
  left: 0.4em;
}
.songTopCompactElementBox > .songcontrol > h5 {
  position: absolute;
  font-size: 1rem;
  margin: 0px;
  top: 0rem;
  left: 2.3rem;
}
.songTopCompactElementBox > .songcontrol > .songicon {
  width: 1.8rem;
  position: absolute;
  right: 0.5rem;
  top: 0.05rem;
  z-index: 2;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}
.songTopCompactElementBox > .songcontrol > h4 {
  position: absolute;
  margin-top: 0;
  left: 2.8em;
  right: 2em;
  text-align: center;
  font-size: 2.5em;
  font-family:
    "Gill Sans",
    "Gill Sans MT",
    Calibri,
    "Trebuchet MS",
    sans-serif;
}
.songTopCompactElementBox > .songphoto {
  display: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}
.songTopCompactSelectedElementBox {
  background-color: orange;
  margin-left: 1%;
  z-index: 1;
}
.songTopCompactOnElementBox {
  background-color: rgb(1, 74, 176);
  z-index: 1;
  filter: grayscale(-0.9);
}
.songTopCompactElementBox > .song_overlay_compact {
  position: absolute;
  bottom: 0;
  height: 1.2rem;
  border-top-left-radius: 1.25rem;
  left: 2.2rem;
  right: 0.4rem;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  background-color: rgb(37, 37, 37);
  border-top-left-radius: 0rem;
  font-size: 1rem;
  text-align: right;
}
.songTopCompactElementBox > .song_overlay_compact > h6 {
  position: absolute;
  margin: 0;
  left: 0.1rem;
  right: 0.1rem;
  font-size: 0.9rem;
  text-align: right;
  color: gray;
}
.songTopCompactElementBox > .song_overlay_compact > h5 {
  position: absolute;
  margin: 0;
  left: 0.1rem;
  right: 0.1rem;
  font-size: 0.9rem;
  text-align: left;
  color: white;
}
.mainsongcountry {
  width: 48px;
}
.songTopBaseElementBox {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 5rem;
  -webkit-user-select: none;
  user-select: none;
  border-top-left-radius: 1em;
}
.songcontrol {
  position: absolute;
  width: 100%;
  height: 6.7em;
  border-top-left-radius: 1em;
  border-bottom: 1px solid black;
}
.songTopBaseElementBox > .songcontrol > .songcountry {
  position: absolute;
  width: 2rem;
  top: 0.7rem;
  left: 0.25rem;
}
.songTopBaseElementBox > .songcontrol > h5 {
  position: absolute;
  font-size: 1.1rem;
  margin: 0px;
  top: 0.7rem;
  left: 3rem;
}
.songTopBaseElementBox > .songcontrol > .songicon {
  width: 1.2rem;
  position: absolute;
  right: 4.5rem;
  top: 3.2rem;
  z-index: 2;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}
.songTopBaseElementBox > .songcontrol > h4 {
  position: absolute;
  margin-top: 0;
  left: 2.8em;
  right: 2em;
  text-align: center;
  font-size: 2.5em;
  font-family:
    "Gill Sans",
    "Gill Sans MT",
    Calibri,
    "Trebuchet MS",
    sans-serif;
}
.songTopBaseElementBox > .songphoto {
  position: absolute;
  width: 7rem;
  height: 5rem;
  right: 0;
  overflow: hidden;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}
.songTopBaseElementBox > .songphoto img {
  width: 100%;
  object-fit: cover;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}
.songTopBaseSelectedElementBox {
  background-color: orange;
  margin-left: 1%;
  z-index: 1;
}
.songTopBaseOnElementBox {
  background-color: rgb(1, 74, 176);
  z-index: 1;
  filter: grayscale(-0.9);
}
.songTopBaseElementBox > .escpg-song-data-bar {
  position: absolute;
  bottom: 0.8rem;
  left: 2.5rem;
  right: 7rem;
  height: 1.4rem;
  border-top-left-radius: 1.25rem;
  background: rgba(188, 100, 0, 0.7);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(52, 52, 52, 0.649);
  border-top-left-radius: 0rem;
  font-size: 1rem;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.escpg-song-main-title {
  position: absolute;
  top: 0.5rem;
  height: 2rem;
  font-size: 1.1rem;
  font-weight: bolder;
  color: rgb(26, 26, 26);
  text-align: left;
  vertical-align: top;
}
.escpg-song-position-wide {
  position: absolute;
  left: 0%;
  bottom: 0rem;
  height: 2.3rem;
  width: 2.5rem;
  font-size: 1.02rem;
  font-weight: bolder;
  color: rgb(0, 0, 0);
  background-color: rgb(83, 83, 83);
  text-align: center;
  padding: 0.3rem;
}
.escpg-song-position-compact {
  position: absolute;
  left: 0%;
  bottom: 0rem;
  height: 1.2rem;
  width: 2.2rem;
  font-size: 0.7rem;
  font-weight: bolder;
  color: rgb(0, 0, 0);
  background-color: rgb(83, 83, 83);
  text-align: center;
  padding: 0rem;
}
.escpg-song-status-bar {
  position: absolute;
  bottom: 0rem;
  height: 0.6rem;
  right: 7rem;
  left: 2.5rem;
}
.escpg-song-status-bar-compact {
  position: absolute;
  bottom: 0rem;
  height: 0.1rem;
  right: 0rem;
  left: 0rem;
  padding: 0px;
}
.tierstier4 {
  background-color: rgb(0, 0, 0);
}
.tierstier1 {
  background-color: rgb(163, 138, 0);
}
.tierstier2 {
  background-color: silver;
}
.tierstier3 {
  background-color: rgb(134, 71, 0);
}
.tierstier5 {
  background-color: rgb(0, 79, 22);
}
.songTopBaseElementBox > .unassigned {
  background-color: rgba(4, 0, 30, 0.8);
}
.songTopBaseElementBox > .eliminated {
  color: rgba(148, 148, 148, 0.8);
}
.wcols_2 {
  width: 50%;
}
.wcols_3 {
  width: 33.33%;
}
.wcols_4 {
  width: 25%;
}
.rankingTopTool {
  display: grid;
  grid-template-columns: 2rem auto;
}
.rankingTipsContainer {
  position: relative;
  background-color: rgb(4, 0, 41);
}
.rankinggoldenref {
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: rgb(163, 138, 0);
}
.rankingsilverref {
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: silver;
}
.rankingcopperref {
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: rgb(134, 71, 0);
}
.rankingaverageref {
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: rgb(18, 18, 18);
}
.rankingbottomref {
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: rgb(0, 79, 22);
}
.rankingvbutton {
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  font-weight: bolder;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
  left: 0.1rem;
  border-radius: 0.7rem;
}
.rankingvbutton:hover {
  background-color: rgb(83, 83, 162);
}
.rankingvbutton.up {
  top: 0.5rem;
}
.rankingvbutton.down {
  bottom: 0.5rem;
}
.top-song-youtube-container {
  border-bottom: 1px solid rgb(61, 61, 61);
  border-top: 1px solid rgb(61, 61, 61);
  background-color: #282828;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mainAppContainer {
  margin-right: 10%;
  margin-left: 10%;
}
@media screen and (max-width: 840px) {
  .mainAppContainer {
    margin-right: 0;
    margin-left: 0;
  }
}
.bistatecontainer {
  position: relative;
  width: 100%;
  height: auto;
}
.bistatecontainer > .leftcontainer {
  position: absolute;
  left: 0%;
  right: 50%;
  height: auto;
}
.bistatecontainer > .rightcontainer {
  position: absolute;
  left: 53%;
  right: 0%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .bistatecontainer {
    position: parent;
    overflow-x: hidden;
  }
  .bistatecontainer > .rightcontainer {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .bistatecontainer > .rightcontainer > div > .youtubebigvideocontainer {
    display: none;
  }
  .bistatecontainer > .leftcontainer {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.floating-youtube-song-container {
  display: none;
}
@media screen and (max-width: 840px) {
  .floating-youtube-song-container {
    display: block;
    position: fixed;
    width: 100%;
    left: 0%;
    bottom: 10vh;
    height: 25vh;
    z-index: 200;
  }
  .space-below-youtube-song-container {
    display: block;
    width: 100%;
    position: relative;
    height: 35vh;
    min-height: 35vh;
  }
}
.password-visible-icon {
  width: 1.5rem;
  filter: invert(48%) sepia(79%) saturate(1000%) hue-rotate(3.142rad) brightness(100%) contrast(119%);
}
.password-hidden-icon {
  width: 1.5rem;
  filter: invert(48%) brightness(50%) contrast(119%);
}
.buttonchip-container {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.buttonchip {
  background-color: #282828;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.08rem;
  padding: 0.4rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #282828;
  transition: background-color 0.3s ease;
  transition: border 0.3s ease;
}
.buttonchip:hover {
  border: 1px solid #e89b00;
  background-color: #452e00;
}
.buttonchip > h6 {
  font-family:
    "Roboto",
    "Arial",
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  color: #d8d8d8;
}
.buttonchipselected > h6 {
  color: #ffaa00;
}
.custom-checkboxes-container {
  padding: 0.1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, 7rem);
}
.custom-checkbox {
  height: 1rem;
  padding: 0.6rem;
}
.custom-checkbox-label {
  font-size: 0.85rem;
  padding: 0.2rem;
}
.form-check-label {
  margin-left: 1px;
}
.d-flex.align-items-center > .form-check:not(:last-child) {
  margin-right: 0.5rem;
}
.center_elements {
  text-align: center;
}
.popuplogin-button {
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  color: white;
  cursor: pointer;
  padding: 1rem;
  border: 1px solid white;
}
.google-logo-img {
  width: 1rem;
  margin-bottom: 0.2rem;
}
.registration_inputs {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-bottom: 0.2rem;
}
.registration_inputs_pwd {
  grid-template-columns: 25% 65% 10%;
}
.registration_inputs > label {
  min-width: 6rem;
  text-align: left;
}
.account_creation_message {
  max-width: 30rem;
  margin: auto;
}
.form-alert {
  color: #e89b00;
  font-size: 0.7rem;
}
.form-alert-lg {
  color: #e89b00;
  font-size: 1.1rem;
}
.form-alert-button {
  background-color: #e89b00;
}
.form-message {
  color: #3d71eb;
  font-size: 0.7rem;
}
.message-alert {
  color: #e89b00;
  font-size: 1.1rem;
}
.global_note {
  font-size: 0.85rem;
  opacity: 0.7;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1.5rem auto;
  color: #ffb82b;
}
.escpg-user-icon {
  width: 48px;
}
.escpg-country-icon {
  width: 36px;
}
.escpg-strict-container {
  max-width: 360px;
  margin: auto;
}
.escpg-content-center {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.escpg-center {
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.escpg-warning {
  color: #3d71eb;
}
.escpg-no-pad {
  padding: 2px;
}
.escpg-pressable-warning {
  font-size: 0.7rem;
  cursor: pointer;
}
.escpg-primary-toolbar {
  background-color: rgb(7, 7, 7);
  border-bottom: 1px solid rgb(188, 188, 188);
}
.escpg-secundary-toolbar {
  background-color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(113, 113, 113);
}
.ranking-lists-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 6rem);
}
.ranking-lists-container > div {
  margin: 0.1rem;
  text-align: center;
}
.ranking-lists-container > div > h3 {
  font-size: 0.75rem;
  margin: 0.1rem 0 0.5rem 0;
  height: 1.5rem;
  line-height: 1.1;
}
.ranking-lists-container img {
  width: 48px;
  height: auto;
  margin-bottom: 0.2rem;
}
:root {
  --font-title: "Camera Plain Variable", sans-serif;
  --font-body: "Roboto", sans-serif;
}
body {
  background-color: #181818;
  color: rgb(218, 218, 218);
  margin: 0;
  padding: 0;
  height: 100%;
}
p,
span,
li {
  font-family: var(--font-body);
}
.selectable:hover {
  text-shadow: 2px 2px 2px black;
  color: blanchedalmond;
}
.appmodalform {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
@media screen and (max-width: 992px) {
  .appmodalform {
    grid-template-columns: 95%;
  }
}
.modalformgroup {
  border: 1px solid white;
  padding: 1em;
}
.doublecolumn {
  grid-column: span 2;
}
@media screen and (max-width: 992px) {
  .appmodalform .doublecolumn {
    grid-column: span 1;
  }
}
.modalinputgroup {
  margin-bottom: 15px;
}
.plain_red {
  color: rgb(173, 2, 47);
}
.plain_green {
  color: rgb(1, 158, 59);
}
.plain_blue {
  color: rgb(2, 104, 206);
}
.plain_yellow {
  color: rgb(154, 123, 0);
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #596778;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
