/* RESET */
html, body, h1, h2, .rules-content, h3, #all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image .title, #all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image .title, h4, h5, h6, ul, li, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ui-loader, .ui-corner-all {
  display: none;
}

li {
  list-style: none;
}

div, span, h1, h2, .rules-content, h3, #all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image .title, #all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image .title, h4, h5, h6, p, input, blockquote, li, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

body, html {
  max-width: 100vw;
  overflow: hidden;
}

@font-face {
  font-family: bebas;
  src: url(_css/_fonts/_fonts/BebasNeue.otf);
}
@font-face {
  font-family: montserrat;
  src: url(_css/_fonts/_fonts/Montserrat-Regular.otf);
}
@font-face {
  font-family: montserrat-light;
  src: url(_css/_fonts/_fonts/Montserrat-Light.otf);
}
@font-face {
  font-family: montserrat-bold;
  src: url(_css/_fonts/_fonts/Montserrat-Bold.otf);
}
@font-face {
  font-family: arialRound;
  src: url(_css/_fonts/_fonts/ARLRDBD.TTF);
}
body {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 12px;
}

h1 {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 60px;
  color: white;
  margin: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

h2, .rules-content {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 34px;
  color: white;
}

h3, #all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image .title, #all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image .title {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 22px;
}

h4 {
  font-family: arialRound, montserrat, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-style: normal;
  font-size: 22px;
  text-align: center;
}

h5 {
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}

body, p {
  font-size: 16px;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  color: #f0f0f0;
}
body a, p a {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  margin-right: 2px;
}
body a:hover, p a:hover {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.txt-center {
  width: 100%;
  text-align: center;
}

.txt-left {
  width: 100%;
  text-align: left;
}

.txt-right {
  width: 100%;
  text-align: right;
}

.txt-justify {
  width: 100%;
  text-align: justify;
}

.caption {
  font-style: italic;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.caption > * {
  margin-right: 7px;
}

.link {
  color: #f5ab58;
  font-size: 12px;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}

#all-content {
  width: 100vw;
  height: 100vh;
}

#bg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -9999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#bg-container .overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
#bg-container .video {
  width: 100vw;
  height: 100vh;
}
#bg-container .video video {
  min-height: 100%;
  min-width: 140%;
  height: 100%;
  object-fit: cover;
}

#bar {
  transition: all 400ms ease-in-out;
  position: absolute;
  background-color: #58c8f5;
  border-color: #3085a8;
  border-width: 45px;
  z-index: 99;
}
#bar.top, #bar.left {
  top: 0px;
  left: 0px;
}
#bar.bottom, #bar.right {
  bottom: 0px;
  right: 0px;
}
#bar.left, #bar.right {
  width: 0vw;
  height: 100vh;
}
#bar.top, #bar.bottom {
  width: 100vw;
  height: 0vh;
}
#bar.left {
  border-right: solid 45px #3085a8;
}
#bar.right {
  border-left: solid 45px #3085a8;
}
#bar.bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border-top: solid 45px #3085a8;
  padding-right: 40px;
}
#bar.top {
  border-bottom: solid 45px #3085a8;
}

#temp-navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 999;
}

#page {
  transition: all 400ms ease-in-out;
  transition-delay: 100ms;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
}
#page:not(.show):not(.out) {
  display: none !important;
}

.page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: absolute;
  right: 30px;
  bottom: 0px;
  height: 100%;
}
.page-title.logo img {
  height: 15vh;
}
.page-title.smaller h1 {
  font-size: 45px;
}

*[data-page-item] {
  transition: all 400ms ease-in-out;
}
*[data-page-item][data-transition=slide-fade-from-right] {
  display: none !important;
}
*[data-page-item][data-transition=slide-fade-from-right].out {
  display: flex !important;
  animation: slide-fade-from-right-out 200ms ease-in-out 1;
  opacity: 0;
}
*[data-page-item][data-transition=slide-fade-from-right].show {
  display: flex !important;
  margin-right: 0px;
  opacity: 1;
  animation: slide-fade-from-right 500ms ease-in-out 1 forwards;
}
*[data-page-item][data-transition=slide-fade-from-left] {
  display: none !important;
}
*[data-page-item][data-transition=slide-fade-from-left].out {
  display: flex !important;
  animation: slide-fade-from-left-out 200ms ease-in-out 1;
  opacity: 0;
}
*[data-page-item][data-transition=slide-fade-from-left].show {
  display: flex !important;
  margin-right: 0px;
  opacity: 1;
  animation: slide-fade-from-left 500ms ease-in-out 1 forwards;
}
*[data-page-item][data-transition=slide-fade-from-bottom] {
  display: none !important;
}
*[data-page-item][data-transition=slide-fade-from-bottom].out {
  display: flex !important;
  animation: slide-fade-from-bottom-out 200ms ease-in-out 1;
  opacity: 0;
}
*[data-page-item][data-transition=slide-fade-from-bottom].show {
  display: flex !important;
  margin-right: 0px;
  opacity: 1;
  animation: slide-fade-from-bottom 500ms ease-in-out 1 forwards;
}
*[data-page-item][data-transition=fade-in] {
  display: none !important;
}
*[data-page-item][data-transition=fade-in].out {
  display: flex !important;
  animation: fade-out 200ms ease-in-out 1;
}
*[data-page-item][data-transition=fade-in].show {
  display: flex !important;
  animation: fade-in 500ms ease-in-out 1 forwards;
}

@keyframes slide-fade-from-right {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide-fade-from-right-out {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
@keyframes slide-fade-from-left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide-fade-from-left-out {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-30px);
  }
}
@keyframes slide-fade-from-bottom {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide-fade-from-bottom-out {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#black-overlay {
  transition: all 400ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
  width: 0px;
  height: 100vh;
  background: rgba(18, 18, 18, 0.6);
}

#close-pop-up {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
  font-size: 12px;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  padding: 0px;
  border-radius: 50px;
  cursor: pointer;
  max-width: 0px;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
}
#close-pop-up.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-width: 100%;
}
#close-pop-up:hover {
  background: rgba(127, 127, 127, 0.6);
}
#close-pop-up img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.pop-up {
  width: 100vw;
  height: 100vh;
  transition: all 500ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  background: rgba(19, 44, 54, 0.85);
  transform: rotateX(90deg) translateZ(100vh);
}
.pop-up.show {
  transform: rotateX(0deg) translateZ(0vh);
}
.pop-up .pop-up-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 450px;
  max-width: 60vw;
  max-height: 80vh;
}
.pop-up .pop-up-content .content-wrap {
  overflow-y: auto;
  overflow-x: visible;
  max-height: 80vh;
  padding-right: 20px;
}
.pop-up .pop-up-content .title {
  border-bottom: solid 15px #f5ab58;
  margin-bottom: 30px;
  transform: translateX(-40px);
}
.pop-up .pop-up-content .desc p {
  font-size: 14px;
}
.pop-up .pop-up-content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.pop-up .pop-up-content form .error {
  transition: all 300ms ease-in-out;
  overflow: hidden;
  color: #ff4f38;
  font-size: 11px;
  max-height: 0px;
}
.pop-up .pop-up-content form .error.show {
  max-height: 300px;
  padding-bottom: 10px;
}
.pop-up .pop-up-content .submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 50px rgba(19, 44, 54, 0.85) inset;
}

#input-text:-internal-autofill-selected {
  background-color: rgba(255, 0, 0, 0) !important;
}

form {
  width: 100%;
}
form .checkboxes {
  display: none;
}

.label {
  font-family: montserrat-bold, montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  margin-bottom: 10px;
  font-size: 12px;
}

input, textarea {
  transition: all 300ms ease-in-out;
  position: relative;
  outline: none;
  border-left: solid #75d8ff 3px;
  border-bottom: solid #75d8ff 3px;
  border-radius: 0px 12px 0px 12px;
  border-top: none;
  border-right: none;
  background: rgba(0, 0, 0, 0);
  padding: 4px 10px 8px 20px;
  font-size: 16px;
  width: 100%;
  color: white;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
input:not(:last-child), textarea:not(:last-child) {
  margin-bottom: 25px;
}
input:focus, textarea:focus {
  border-color: #3085a8;
}
input[type=text]:valid:not([value=""]), input[type=email]:valid:not([value=""]), input[type=password]:valid:not([value=""]), textarea[type=text]:valid:not([value=""]), textarea[type=email]:valid:not([value=""]), textarea[type=password]:valid:not([value=""]) {
  border-color: #4efacd;
}
input[type=text]:invalid:not(:empty), input[type=email]:invalid:not(:empty), input[type=password]:invalid:not(:empty), textarea[type=text]:invalid:not(:empty), textarea[type=email]:invalid:not(:empty), textarea[type=password]:invalid:not(:empty) {
  border-color: #ff4f38;
}
input[type=text]:focus:valid, input[type=email]:focus:valid, input[type=password]:focus:valid, textarea[type=text]:focus:valid, textarea[type=email]:focus:valid, textarea[type=password]:focus:valid {
  border-color: #4efacd;
}
input[type=text]:focus:invalid, input[type=email]:focus:invalid, input[type=password]:focus:invalid, textarea[type=text]:focus:invalid, textarea[type=email]:focus:invalid, textarea[type=password]:focus:invalid {
  border-color: #ff4f38;
}

textarea {
  font-family: montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

button {
  transition: all 300ms ease-in-out;
  outline: none;
  border: none;
}
button.button {
  color: white;
}
button.button:hover {
  background: #a8651b;
}

.back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-image: url("_pics/back.svg");
  background-position: 10px center;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  bottom: 30px;
  height: 37px;
  width: 100px;
  padding: 10px 5px 6px 34px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  color: #3085a8;
  border-radius: 50px;
  cursor: pointer;
}
.back-button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.back-button::before {
  content: "Back";
}

.autofill-wrap {
  position: relative;
}
.autofill-wrap input {
  background-image: url("../_pics/search-arrow-blue.svg");
  background-size: 10px 10px;
  background-position: center right;
  background-repeat: no-repeat;
}
.autofill-wrap input:valid {
  border-color: #75d8ff;
}
.autofill-wrap input:focus {
  border-color: #3085a8;
}
.autofill-wrap .autofill-items-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 400ms ease-in-out;
  background-color: #4fb4db;
  border-radius: 15px;
  padding: 0px;
  overflow: hidden;
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 9999;
  width: 250px;
  max-height: 0px;
}
.autofill-wrap .autofill-items-wrap.show {
  max-height: 163px;
  padding: 12px;
}
.autofill-wrap .autofill-items-wrap .autofill-item {
  transition: all 300ms ease-in-out;
  color: white;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  width: 100%;
  margin-right: 0px;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
}
.autofill-wrap .autofill-items-wrap .autofill-item:hover {
  background-color: #75d8ff;
}
.autofill-wrap .autofill-items-wrap .autofill-item.create-new {
  color: gainsboro;
  font-style: italic;
}
.autofill-wrap .autofill-items-wrap .autofill-item.create-new:hover {
  color: white;
  background-color: #4efacd;
}

.item-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 15px;
}
.item-list .item-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 4px 12px;
  margin-right: 6px;
  margin-bottom: 5px;
  border-radius: 50px;
  color: white;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 14px;
  background: #2a6075;
}
.item-list .item-list-item .delete {
  color: #bebebe;
  margin-left: 10px;
  cursor: pointer;
}
.item-list .item-list-item .delete:hover {
  color: #ff4f38;
}

#msg-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  z-index: 9999;
  bottom: 100px;
}

#msg-wrap .msg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 300ms ease-in-out;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px 10px;
  border-radius: 50px;
  padding: 10px 15px 10px 0px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 30px;
  opacity: 0;
  max-width: 40px;
  font-family: montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 14px;
}

#msg-wrap .msg.show {
  animation: msg-anim 2s linear infinite alternate;
}

#msg-wrap .msg span {
  margin-left: 45px;
}

#msg-wrap #check-msg {
  background-color: #4efacd;
  background-image: url("_pics/check.svg");
}

#msg-wrap #x-msg {
  background-color: #ff4f38;
  background-image: url("_pics/x.svg");
}

@keyframes msg-anim {
  0% {
    top: 30px;
    opacity: 0;
    max-width: 40px;
  }
  10% {
    top: -10px;
    opacity: 1;
    max-width: 40px;
  }
  12% {
    top: -10px;
    max-width: 40px;
  }
  20% {
    top: 0px;
    max-width: 40px;
  }
  25% {
    max-width: 40px;
  }
  60% {
    max-width: 500px;
  }
  90% {
    top: 0px;
    max-width: 500px;
  }
  100% {
    top: 0px;
    max-width: 500px;
    opacity: 1;
  }
}
.dropdown-wrap {
  position: relative;
}
.dropdown-wrap .input {
  transition: all 300ms ease-in-out;
  background-image: url("_pics/dropdown-arrow.svg");
  background-size: 10px 10px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border: solid #75d8ff 3px;
  border-radius: 12px 12px 0px 0px;
  cursor: pointer;
  padding: 6px 10px 4px 10px;
  width: 100%;
  color: white;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.dropdown-wrap .input.open {
  border-color: white;
  background-color: white;
  color: #58c8f5;
}
.dropdown-wrap .input.open:hover {
  border-color: white;
}
.dropdown-wrap .input:hover {
  border-color: #3085a8;
}
.dropdown-wrap .input .place-holder {
  color: #bebebe;
}
.dropdown-wrap .dropdown-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 400ms ease-in-out;
  background-color: white;
  border-radius: 0px 0px 15px 15px;
  padding: 0px;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  width: 100%;
  max-height: 0px;
  -ms-overflow-style: none;
}
.dropdown-wrap .dropdown-items::-webkit-scrollbar {
  display: none;
}
.dropdown-wrap .dropdown-items.show {
  max-height: 170px;
  padding: 12px;
}
.dropdown-wrap .dropdown-items .dropdown-item {
  color: #292929;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  position: relative;
  width: 100%;
  margin-right: 0px;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.dropdown-wrap .dropdown-items .dropdown-item:hover {
  background-color: gainsboro;
  color: white;
}
.dropdown-wrap .dropdown-items .dropdown-item:hover .open-sub-butt {
  background-color: #bebebe;
}
.dropdown-wrap .dropdown-items .dropdown-item.selected {
  background-color: #4efacd;
  color: white;
  border-radius: 2px;
}
.dropdown-wrap .dropdown-items .dropdown-item[data-has-sub=true] {
  transition: all 300ms ease-in-out;
  padding: 8px 0px 8px 15px;
}
.dropdown-wrap .dropdown-items .dropdown-item[data-has-sub=true] .open-sub-butt {
  float: right;
  width: 30px;
  height: 20px;
  border-radius: 4px;
  margin-right: 10px;
  background-image: url("_pics/dropdown-arrow-dark.svg");
  background-position: center center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
.dropdown-wrap .dropdown-items .dropdown-item[data-has-sub=true] .open-sub-butt:hover {
  background-color: white;
}
.dropdown-wrap .dropdown-items .dropdown-item[data-has-sub=true] .open-sub-butt.active {
  transform: rotate(180deg);
}
.dropdown-wrap .dropdown-items .dropdown-item.all {
  color: #bebebe;
  font-style: italic;
}
.dropdown-wrap .dropdown-items .subgenre-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-height: 0px;
  overflow-y: hidden;
  background-color: gainsboro;
  width: 100%;
}
.dropdown-wrap .dropdown-items .subgenre-wrap.open {
  max-height: 100%;
}
.dropdown-wrap .dropdown-items .subgenre-wrap .dropdown-sub-item {
  padding: 8px;
}

#loader {
  width: 0px;
  height: 0px;
  margin-right: 0px;
  border-radius: 50px;
  border-style: solid;
  border-width: 0px;
  border-color: #bebebe;
  border-top-color: white;
  animation: loader-spin 300ms ease-in-out infinite;
}
#loader.show {
  transition: all 300ms ease-in-out;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-width: 3px;
}
@keyframes loader-spin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

#confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 9999;
  width: 0vw;
  height: 0vh;
  overflow: hidden;
}
#confirm .overlay {
  transition: all 500ms ease-in-out;
  background: rgba(18, 18, 18, 0.6);
  width: 100%;
  height: 0%;
}
#confirm #confirm-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: all 500ms ease-in-out;
  transition-delay: 400ms;
  transform: rotateX(90deg);
  height: 36vh;
  width: 100vw;
  position: absolute;
  top: 50%;
  margin-top: -18vh;
  left: 0px;
  background: #f5ab58;
}
#confirm.open {
  width: 100vw;
  height: 100vh;
}
#confirm.open .overlay {
  height: 100%;
}
#confirm.open #confirm-box {
  transform: rotateX(0deg);
}
#confirm .function {
  display: none;
}
#confirm .title {
  margin-bottom: 20px;
}
#confirm .buttons-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#confirm .buttons-wrap .button:first-child {
  margin-right: 20px;
}
#confirm .buttons-wrap .button.confirm {
  background: #4efacd;
}
#confirm .buttons-wrap .button.decline {
  background: #ff4f38;
}
#confirm .buttons-wrap .button:hover {
  opacity: 0.8;
}

.button {
  transition: all 300ms ease-in-out;
  padding: 10px 30px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  border-radius: 50px;
  cursor: pointer;
}
.button.accent {
  background: #f5ab58;
}
.button.accent:hover {
  background: #ffb562;
}
.button.white-outline {
  border: solid 3px white;
  background: none;
}
.button.white-outline:hover {
  opacity: 0.8;
}
.button.thin {
  padding: 6px 40px;
  font-size: 12px;
}
.button.search-arrow {
  background-image: url("_pics/search-arrow.svg");
  background-size: 15px 15px;
  background-color: #75d8ff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 35px;
  padding: 0px;
}
.button.search-arrow:hover {
  background-color: #f5ab58;
}

#all-content[data-page=load-start] #bar.left, #all-content[data-page=load-start] #bar.right {
  width: 50vw;
  border-width: 0px;
}
#all-content[data-page=load-start] #bar.top, #all-content[data-page=load-start] #bar.bottom {
  border-width: 0px;
}

#all-content[data-page=load-home] #bar.left, #all-content[data-page=load-home] #bar.right {
  width: 50vw;
  border-width: 0px;
}
#all-content[data-page=load-home] #bar.top, #all-content[data-page=load-home] #bar.bottom {
  border-width: 0px;
  height: 50vh;
}

@keyframes openTopBottom {
  0% {
    height: 0vh;
  }
  100% {
    height: 50vh;
  }
}
#all-content[data-page=load-contribute] #bar.left, #all-content[data-page=load-contribute] #bar.right {
  width: 0vw;
  border-width: 0px;
}
#all-content[data-page=load-contribute] #bar.top, #all-content[data-page=load-contribute] #bar.bottom {
  height: 50vh;
  border-width: 0px;
}

@keyframes loadContribute {
  0% {
    width: 20vh;
  }
  100% {
    width: 50vh;
  }
}
.pop-up.configure-playlist .form-wrap, .pop-up.create-playlist .form-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.pop-up.configure-playlist .form-wrap .item, .pop-up.create-playlist .form-wrap .item {
  width: 40%;
  margin-bottom: 20px;
}
.pop-up.configure-playlist .form-wrap .item .label, .pop-up.create-playlist .form-wrap .item .label {
  margin-bottom: 15px;
}
.pop-up.configure-playlist .form-wrap .item .button, .pop-up.create-playlist .form-wrap .item .button {
  width: auto;
  margin-left: 10px;
}
.pop-up.configure-playlist .form-wrap .item input, .pop-up.configure-playlist .form-wrap .item textarea, .pop-up.configure-playlist .form-wrap .item .dropdown-wrap, .pop-up.create-playlist .form-wrap .item input, .pop-up.create-playlist .form-wrap .item textarea, .pop-up.create-playlist .form-wrap .item .dropdown-wrap {
  margin-left: 10px;
  margin-bottom: 0px;
}
.pop-up.configure-playlist .form-wrap .item a, .pop-up.create-playlist .form-wrap .item a {
  transition: all 300ms ease-in-out;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  color: #f5ab58;
  font-size: 12px;
}
.pop-up.configure-playlist .form-wrap .item a:hover, .pop-up.create-playlist .form-wrap .item a:hover {
  color: #a8651b;
  text-decoration: none;
}
.pop-up.configure-playlist .form-wrap .item:not(odd), .pop-up.create-playlist .form-wrap .item:not(odd) {
  margin-right: 30px;
}
.pop-up.configure-playlist .form-wrap .item.no-margin, .pop-up.create-playlist .form-wrap .item.no-margin {
  margin-bottom: 15px;
}
.pop-up.configure-playlist .form-wrap .item.description, .pop-up.create-playlist .form-wrap .item.description {
  width: 85%;
}
.pop-up.configure-playlist .form-wrap .item.bottom-buttons, .pop-up.create-playlist .form-wrap .item.bottom-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 85%;
}
.pop-up.configure-playlist .form-wrap .item.bottom-buttons .save, .pop-up.create-playlist .form-wrap .item.bottom-buttons .save {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.pop-up.custom-game .pop-up-content {
  width: 450px;
  min-width: auto;
  max-width: 30vw;
}
.pop-up.custom-game .pop-up-content .form-wrap {
  width: 100%;
}
.pop-up.custom-game .pop-up-content .form-wrap input[type=text] {
  width: 100%;
}
.pop-up.custom-game .pop-up-content .item {
  margin-bottom: 15px;
}
.pop-up.custom-game .pop-up-content .item-list {
  padding-left: 0px;
}
.pop-up.custom-game .pop-up-content .item.bottom-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.pop-up.custom-game .pop-up-content .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-self: center;
}
.pop-up.custom-game .pop-up-content .button .img {
  margin-right: 10px;
}
.pop-up.custom-game .pop-up-content .button .img img {
  height: 24px;
  width: 24px;
}
.pop-up.custom-game .pop-up-content .button span {
  margin-top: 3px;
}

.pop-up.quick-add .pop-up-content {
  width: 850px;
  min-width: auto;
  max-width: 50vw;
}
.pop-up.quick-add .pop-up-content .title {
  margin-bottom: 15px;
}
.pop-up.quick-add .pop-up-content .desc {
  margin-bottom: 20px;
}
.pop-up.quick-add .pop-up-content .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}
.pop-up.quick-add .pop-up-content .row .item:not(:last-child) {
  margin-right: 10px;
}
.pop-up.quick-add .pop-up-content .row.quick-add-cat {
  justify-content: flex-start;
}
.pop-up.quick-add .pop-up-content .row.quick-add-cat .butt {
  transition: all 300ms ease-in-out;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
  background: rgba(51, 51, 51, 0.6);
  cursor: pointer;
  color: white;
  font-size: 12px;
}
.pop-up.quick-add .pop-up-content .row.quick-add-cat .butt:hover {
  background: rgba(127, 127, 127, 0.6);
}
.pop-up.quick-add .pop-up-content .row.quick-add-cat .butt.selected {
  background: #f5ab58;
}
.pop-up.quick-add .pop-up-content .row.quick-add-cat .butt:not(:last-child) {
  margin-right: 10px;
}
.pop-up.quick-add .pop-up-content .form-wrap {
  width: 100%;
}
.pop-up.quick-add .pop-up-content .form-wrap input[type=text] {
  width: 100%;
}
.pop-up.quick-add .pop-up-content .item {
  margin-bottom: 15px;
  width: 100%;
}
.pop-up.quick-add .pop-up-content .item-list {
  padding-left: 0px;
}
.pop-up.quick-add .pop-up-content .item.bottom-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.pop-up.quick-add .pop-up-content .item.bottom-buttons .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 150px;
}
.pop-up.quick-add .pop-up-content .item.bottom-buttons .img {
  margin-right: 10px;
}
.pop-up.quick-add .pop-up-content .item.bottom-buttons .img img {
  height: 24px;
  width: 24px;
}
.pop-up.quick-add .pop-up-content .item.bottom-buttons span {
  margin-top: 3px;
}

.pop-up.privacy-policy p {
  font-size: 12px;
}
.pop-up.privacy-policy a {
  color: #f5ab58;
  text-decoration: underline;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.pop-up.privacy-policy span.highlight {
  color: #f5ab58;
  font-style: oblique;
}
.pop-up.privacy-policy form {
  margin-top: 15px;
}
.pop-up.privacy-policy form .row {
  align-items: center;
}
.pop-up.privacy-policy form .row:not(:last-child) {
  margin-bottom: 15px;
}
.pop-up.privacy-policy form .row .button {
  margin-right: 15px;
}
.pop-up.privacy-policy form .row a:hover {
  color: #a8651b;
}
.pop-up.privacy-policy form input {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
}
.pop-up.privacy-policy form label {
  width: 100%;
  font-size: 14px;
}

#all-content[data-page=start] #bar.left, #all-content[data-page=start] #bar.right {
  width: 30vw;
}
#all-content[data-page=start] #bar.top, #all-content[data-page=start] #bar.bottom {
  border-width: 0px;
}

#page.start {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#page.start .logo {
  margin-bottom: 40px;
}
#page.start .logo img {
  width: 200px;
  height: auto;
}

#privacy-policy-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  z-index: 999;
  background: #3085a8;
}
#privacy-policy-link a {
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 12px;
  text-decoration: underline;
  margin-right: 0px;
}
#privacy-policy-link a:hover {
  color: #f5ab58;
}

#all-content[data-page=home] #bar.left, #all-content[data-page=home] #bar.right {
  display: none;
}
#all-content[data-page=home] #bar.top, #all-content[data-page=home] #bar.bottom {
  height: 28vh;
  border-width: 45px;
}
#all-content[data-page=home] #black-overlay {
  width: 350px;
}
#all-content[data-page=home] #page.home {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
}
#all-content[data-page=home] #page.home #user-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 350px;
  height: 36vh;
  z-index: -1;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content img {
  width: 86px;
  height: 86px;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.logged-out > *:not(:last-child) {
  margin-bottom: 15px;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.logged-in {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.logged-in .item.username {
  margin-bottom: 10px;
  margin-top: 10px;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.logged-in .logout {
  font-size: 12px;
  margin-top: 10px;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.logged-in .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.logged-in span.accent {
  color: #f5ab58;
  margin-right: 7px;
}
#all-content[data-page=home] #page.home #user-wrap #user-wrap-content.hidden {
  display: none;
}
#all-content[data-page=home] #page.home #home-buttons-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 150px;
  height: 70%;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button {
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 400px;
  background: #333333;
  color: white;
  border-radius: 5px;
  transform: skewX(-20deg);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 5px 5px black;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button .text {
  transform: skewX(20deg);
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button.play {
  width: 450px;
  background: #f5ab58;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button.play .img {
  margin-right: 10px;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button.play .img img {
  height: 26px;
  width: 26px;
  transform: skewX(20deg);
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button.play .text {
  font-size: 24px;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button.play:hover {
  background: #a8651b;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button:hover {
  background: #474747;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button:hover.disabled {
  cursor: auto;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button:hover.disabled:hover {
  background: #ff4f38;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button:hover.disabled:hover img {
  right: 20px;
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button:hover.disabled img {
  transition: all 300ms ease-in-out;
  display: block;
  position: absolute;
  right: -30px;
  height: 20px;
  width: 20px;
  transform: skewX(20deg);
}
#all-content[data-page=home] #page.home #home-buttons-wrap .button[data-page-change=playlist] img, #all-content[data-page=home] #page.home #home-buttons-wrap .button[data-page-change=contribute] img {
  display: none;
}
#all-content[data-page=home] #page.home #home-buttons-wrap #first-menu-buttons {
  transition: all 300ms ease-in-out;
  transform: scale(1, 1);
}
#all-content[data-page=home] #page.home #home-buttons-wrap #second-menu-buttons {
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 150px;
  left: 98%;
  z-index: 999;
  overflow: hidden;
  max-width: 0px;
  opacity: 0;
}
#all-content[data-page=home] #page.home #home-buttons-wrap #second-menu-buttons .button {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
#all-content[data-page=home] #page.home #home-buttons-wrap.open #first-menu-buttons {
  transform: scale(0.8, 0.8);
  opacity: 0.6;
}
#all-content[data-page=home] #page.home #home-buttons-wrap.open #second-menu-buttons {
  max-width: 100%;
  opacity: 1;
}

#all-content[data-page=playlist] #bar.left, #all-content[data-page=playlist] #bar.right {
  display: none;
}
#all-content[data-page=playlist] #bar.top, #all-content[data-page=playlist] #bar.bottom {
  height: 20vh;
  border-width: 30px;
}
#all-content[data-page=playlist] #black-overlay {
  width: 100vw;
}
#all-content[data-page=playlist] #page.playlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  top: 20vh;
  height: 60vh;
  width: 100vw;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 90vw;
  max-width: 90vw;
  height: 60vh;
  transform-origin: top right;
  -ms-overflow-style: none;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap::-webkit-scrollbar {
  display: none;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .buttons {
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .buttons .playlist-button:last-child {
  margin-top: 10px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .buttons .playlist-button svg {
  transition: all 300ms ease-in-out;
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .buttons .playlist-button svg:hover {
  background: #f5ab58;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .buttons .playlist-button svg:hover .edit-class-1 {
  fill: #f5ab58;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 30vh;
  width: 30vh;
  margin-bottom: 25px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image img {
  min-height: 100%;
  min-width: 140%;
  height: 100%;
  object-fit: cover;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image:not(.create-new)::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(326deg, rgba(0, 0, 0, 0.731530112) 0%, rgba(0, 212, 255, 0) 100%);
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .image:hover .buttons {
  opacity: 1;
  top: 0px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .views {
  position: absolute;
  bottom: -20px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 20px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item .views .orange {
  color: #f5ab58;
  margin-right: 5px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item:not(:last-child) {
  margin-right: 40px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item::before {
  content: " ";
  width: 30vh;
  height: 30vh;
  padding: 10px;
  position: absolute;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  left: -10px;
  top: -10px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item.create-new {
  margin-left: 40px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item.create-new .image {
  transition: all 400ms ease-in-out;
  background: linear-gradient(326deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 212, 255, 0) 100%);
  border: solid 2px #474747;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item.create-new .image img {
  min-height: 50px;
  min-width: 50px;
  height: 50px;
  width: 50px;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item.create-new .image:hover {
  border: solid 15px #58c8f5;
}
#all-content[data-page=playlist] #page.playlist #playlist-list-wrap .item.create-new::before {
  border-style: dashed;
}

#user-wrap.playlist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: absolute;
  left: 20px;
  top: 20px;
}
#user-wrap.playlist img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#user-wrap.playlist .name {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.rules-content {
  min-width: 30vw;
}

#all-content[data-page=contribute] #bar.left, #all-content[data-page=contribute] #bar.right {
  width: 0vw;
  border-width: 0px;
}
#all-content[data-page=contribute] #bar.top, #all-content[data-page=contribute] #bar.bottom {
  height: 0vh;
  border-width: 0px;
}
#all-content[data-page=contribute] #bar.top {
  top: 51vh;
}
#all-content[data-page=contribute] #bar.bottom {
  bottom: 51vh;
}
#all-content[data-page=contribute] #black-overlay {
  width: 100vw;
}
#all-content[data-page=contribute] .back-button {
  color: white;
  background-image: url("_pics/back-white.svg");
  bottom: 15px;
}
#all-content[data-page=contribute] #page.contribute {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#all-content[data-page=contribute] #page.contribute #back-up-button {
  transition: all 400ms ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 200px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(18, 18, 18, 0.6);
  position: absolute;
  top: 2vh;
  left: 50%;
  transform: translateX(-100px) rotateX(90deg);
  cursor: pointer;
  opacity: 0;
}
#all-content[data-page=contribute] #page.contribute #back-up-button:hover {
  background: rgba(127, 127, 127, 0.6);
}
#all-content[data-page=contribute] #page.contribute #back-up-button.show {
  opacity: 1;
  transform: translateX(-100px) rotateX(0deg);
}
#all-content[data-page=contribute] #page.contribute #back-up-button img {
  width: 20px;
  height: 20px;
  transform: rotateZ(-90deg);
  opacity: 0.7;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube {
  transition: transform 0.6s, opacity 1s, height 1s;
  position: relative;
  transform-style: preserve-3d;
  height: 0vh;
  width: 100vw;
  transform: rotateX(-90deg);
  opacity: 0;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube.show {
  transform: rotateX(0deg);
  opacity: 1;
  height: 50vh;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube.show .side {
  border-top-width: 40px;
  border-bottom-width: 40px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube.show-bottom {
  transform: rotateX(90deg);
}
#all-content[data-page=contribute] #page.contribute #contribute-cube .side {
  transition: border 1.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  background: #58c8f5;
  width: 100vw;
  border-top: solid 0px #3085a8;
  border-bottom: solid 0px #3085a8;
  padding: 30px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube .side.front {
  transform: translateZ(40vh);
  height: 50vh;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube .side.bottom {
  transform: rotateX(-90deg) translateZ(25vh);
  height: 80vh;
  top: -15vh;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube .side.top {
  transform: rotateX(90deg) translateZ(-25vh);
  height: 80vh;
  top: -15vh;
  background: rgba(88, 200, 245, 0.75);
}
#all-content[data-page=contribute] #page.contribute #contribute-cube .side .content {
  width: 80%;
  max-width: 80%;
  max-height: 90%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-url .content p {
  color: #3085a8;
  margin-bottom: 20px;
  width: 65%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-url .content .url-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-url .content .url-wrap input {
  margin-right: 12px;
  margin-bottom: 8px;
  width: 50%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-url .content .url-wrap input::placeholder {
  color: #75d8ff;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-url .content .quick-add {
  margin-bottom: 10px;
  color: #3085a8;
  font-size: 12px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-url .content .quick-add a {
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info {
  overflow: auto;
  padding: 30px 0px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info .content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 95%;
  max-width: 95%;
  padding: 0px 30px 90px 30px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info .content::-webkit-scrollbar {
  display: none;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info p {
  margin-bottom: 30px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 100%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column:first-child {
  flex: 3;
  padding-right: 30px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column:last-child {
  flex: 1;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row:not(:last-child):not(.no-margin) {
  margin-bottom: 20px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row.center {
  justify-content: center;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item {
  width: 45%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item:not(:last-child) {
  margin-right: 20px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item input, #all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item .dropdown-wrap {
  margin-left: 15px;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item input.readonly, #all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item .dropdown-wrap.readonly {
  color: #e0e0e0;
  cursor: not-allowed;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row .item .dropdown-wrap .input .place-holder {
  color: white !important;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .row.sub-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column #thumbnail-wrap {
  width: 100%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column #thumbnail-wrap img {
  max-width: 100%;
}
#all-content[data-page=contribute] #page.contribute #contribute-cube #insert-info #edit-url-wrap .column .h-inputs {
  display: none;
}

@keyframes rotateCube {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.back-button[data-page-item=edit-playlist] {
  transition: all 300ms ease-in-out;
  padding: 15px 10px;
  background: #f5ab58;
  border-radius: 20px;
  bottom: 20px;
  color: white;
}
.back-button[data-page-item=edit-playlist]:hover {
  background: gainsboro;
}

#all-content[data-page=edit-playlist] {
  font-size: 12px;
}
#all-content[data-page=edit-playlist] #bar.left, #all-content[data-page=edit-playlist] #bar.right {
  display: none;
}
#all-content[data-page=edit-playlist] #bar.top, #all-content[data-page=edit-playlist] #bar.bottom {
  height: 8vh;
  border-width: 30px;
}
#all-content[data-page=edit-playlist] #black-overlay {
  width: 100vw;
}
#all-content[data-page=edit-playlist] #page.edit-playlist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  top: 8vh;
  height: 84vh;
  width: 100vw;
  padding: 40px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 400px;
  max-height: 100%;
  margin-right: 30px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap #play-id {
  display: none;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .image-wrap {
  position: relative;
  margin-left: 3px;
  margin-right: 12px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .image-wrap img {
  width: 50px;
  height: 50px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .image-wrap::before {
  content: " ";
  width: 50px;
  height: 50px;
  padding: 2px;
  position: absolute;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  left: -3px;
  top: -3px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name h2, #all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .rules-content {
  font-size: 22px;
  margin-bottom: -5px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name *:not(:last-child):not(.image-wrap) {
  margin-right: 6px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .configure-button {
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .configure-button img {
  width: 22px;
  height: 22px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-name .configure-button:hover {
  opacity: 0.7;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-info .info-num-songs {
  color: #f5ab58;
  font-size: 12px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-height: 80%;
  min-height: 80%;
  height: 1000px;
  background: #58c8f5;
  overflow-y: auto;
  padding: 10px 10px;
  margin-bottom: 15px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs::-webkit-scrollbar {
  display: none;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 400ms ease-in-out;
  background: #58c8f5;
  width: 100%;
  cursor: pointer;
  padding: 15px 20px;
  font-size: 12px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs .item:hover {
  background: #75d8ff;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs .item:not(:last-child) {
  border-bottom: solid 2px #75d8ff;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs .item .artist {
  color: #3085a8;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .playlist-songs .item .delete:hover {
  color: #ff4f38;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .sort-by {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 12px;
  font-family: montserrat-light, montserrat, "europa", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .sort-by > *:not(:last-child) {
  margin-right: 10px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .sort-by .sort-by-item {
  cursor: pointer;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .sort-by .sort-by-item.active, #all-content[data-page=edit-playlist] #page.edit-playlist #song-playlist-wrap .sort-by .sort-by-item:hover {
  color: #f5ab58;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap > * {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items {
  margin-bottom: 15px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items .filter-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 12px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items .filter-wrap > *:not(:last-child) {
  margin-right: 12px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items .filter-wrap input[type=text] {
  margin-bottom: 0px;
  font-size: 14px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items .filter-wrap .dropdown-wrap {
  width: 120px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items .search-input-wrap input[type=text] {
  background-image: url("_pics/search.svg");
  background-size: 14px 14px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-left: 30px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap .top-items .search-input-wrap input[type=text]:valid {
  border-color: #75d8ff;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #4fb4db;
  padding: 20px;
  height: 90%;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex: 1;
  overflow: hidden;
  max-height: 100%;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .column:first-child {
  margin-right: 20px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .column > .title {
  margin-bottom: 10px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap {
  background: #58c8f5;
  overflow-y: auto;
  flex: 2;
  max-height: 100%;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap::-webkit-scrollbar, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap::-webkit-scrollbar {
  display: none;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 200ms ease-in-out;
  background: #58c8f5;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 12px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item:hover, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item:hover {
  background: #75d8ff;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item.active, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item.active {
  background: #f5ab58;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item:hover .add, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item:hover .add {
  color: #4efacd;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item.selected, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item.selected {
  background: #4efacd;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item.selected .add, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item.selected .add {
  display: none;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item.selected .delete, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item.selected .delete {
  display: block;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item .add, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item .delete, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item .add, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item .delete {
  cursor: pointer;
  font-size: 18px;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item .delete, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item .delete {
  display: none;
}
#all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .artists-wrap .item .delete:hover, #all-content[data-page=edit-playlist] #page.edit-playlist #song-search-wrap #media-player .songs-wrap .item .delete:hover {
  color: #ff4f38;
}

#user-wrap.edit-playlist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: absolute;
  left: 20px;
  top: 20px;
}
#user-wrap.edit-playlist img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#user-wrap.edit-playlist .name {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

#all-content[data-page=browse-games] {
  font-size: 12px;
}
#all-content[data-page=browse-games] #bar.left, #all-content[data-page=browse-games] #bar.right {
  display: none;
}
#all-content[data-page=browse-games] #bar.top, #all-content[data-page=browse-games] #bar.bottom {
  height: 15vh;
  border-width: 30px;
}
#all-content[data-page=browse-games] #black-overlay {
  width: 100vw;
}
#all-content[data-page=browse-games] #page.browse-games {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  top: 15vh;
  height: 70vh;
  width: 100vw;
  padding: 60px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 80%;
  max-width: 80%;
  -ms-overflow-style: none;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap::-webkit-scrollbar {
  display: none;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .title {
  width: 100%;
  margin-bottom: 25px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 18px;
  color: white;
  max-height: 100px;
  text-overflow: ellipsis;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .line {
  width: 100%;
  border-top: solid 1px #f5ab58;
  margin: 20px 0px 45px 0px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 40px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .buttons {
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .buttons .playlist-button:not(:last-child) {
  margin-bottom: 10px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .buttons .playlist-button svg {
  transition: all 300ms ease-in-out;
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .buttons .playlist-button svg:hover {
  background: #f5ab58;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .buttons .playlist-button svg:hover .edit-class-1 {
  fill: #f5ab58;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 20vh;
  width: 20vh;
  margin-bottom: 25px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image img {
  min-height: 100%;
  min-width: 140%;
  height: 100%;
  object-fit: cover;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image:not(.create-new)::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(326deg, rgba(0, 0, 0, 0.731530112) 0%, rgba(0, 212, 255, 0) 100%);
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .image:hover .buttons {
  opacity: 1;
  top: 0px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .views {
  position: absolute;
  bottom: -20px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 20px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item .views .orange {
  color: #f5ab58;
  margin-right: 5px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item:not(:last-child) {
  margin-right: 40px;
}
#all-content[data-page=browse-games] #page.browse-games .browse-wrap .playlist-list .item::before {
  content: " ";
  width: 20vh;
  height: 20vh;
  padding: 10px;
  position: absolute;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  left: -10px;
  top: -10px;
}

#all-content.game {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#all-content.game #left-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 600ms ease-in-out;
  background: #58c8f5;
  width: 350px;
  height: 100vh;
  margin: 0px;
}
#all-content.game #left-column.hidden {
  margin-left: -290px;
}
#all-content.game #left-column .top-nav-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
}
#all-content.game #left-column .top-nav-buttons .playlist-name {
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 24px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#all-content.game #left-column .top-nav-buttons a {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin: 0px;
  transition: all 300ms ease-in-out;
}
#all-content.game #left-column .top-nav-buttons a:hover {
  background: #75d8ff;
}
#all-content.game #left-column .top-nav-buttons a.selected {
  background: #75d8ff;
}
#all-content.game #left-column .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #75d8ff;
  width: 100%;
  margin: 0px;
  flex-grow: 1;
  padding-right: 17px;
  box-sizing: content-box;
}
#all-content.game #left-column .list .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 300ms ease-in-out;
  width: 350px;
  max-width: 350px;
  font-size: 12px;
  padding: 20px;
  background: rgba(88, 201, 245, 0.7);
}
#all-content.game #left-column .list .list-item:hover {
  cursor: pointer;
  opacity: 0.4;
  background: #58c8f5;
  color: white;
}
#all-content.game #left-column .list .list-item.current {
  opacity: 1 !important;
  background: linear-gradient(135deg, #58c8f5 0%, #3085a8 100%);
  color: white;
}
#all-content.game #left-column .list .list-item[data-show=true] {
  opacity: 0.4;
}
#all-content.game #left-column .list .list-item .author:after {
  display: inline;
  content: " - ";
}
#all-content.game #left-column .list .list-item .author {
  margin-right: 5px;
}
#all-content.game #left-column .list .list-item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 40%;
}
#all-content.game #left-column .list .list-item:before {
  display: block;
  content: " ";
  background-image: url("../_pics/music.svg");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
#all-content.game #left-column .list .list-item:not(:last-child) {
  border-bottom: solid 1px #3085a8;
}
#all-content.game #left-column .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 320px;
}
#all-content.game #left-column .bottom .hide-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
#all-content.game #left-column .bottom .hide-button .arrow-hide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: all 300ms ease-in-out;
  height: 30px;
  width: 30px;
  transform: rotateZ(180deg);
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
  border-radius: 50px;
}
#all-content.game #left-column .bottom .hide-button .arrow-hide:hover {
  background: white;
  opacity: 1;
}
#all-content.game #left-column .bottom .hide-button .arrow-hide.closed {
  transform: rotateZ(0deg);
}
#all-content.game #left-column .bottom .hide-button .arrow-hide svg {
  height: 15px;
  width: 13px;
  margin-left: 2px;
}
#all-content.game #left-column .bottom .hide-button .hidden {
  display: none;
}
#all-content.game #left-column #right-column {
  background: black;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#all-content.game #left-column #right-column > * {
  margin: 15px;
}
#all-content.game #left-column #right-column #overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
#all-content.game #left-column #right-column #videoWrap {
  width: inherit;
  height: inherit;
}
#all-content.game #left-column #right-column #videoWrap iframe {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
#all-content.game #left-column #right-column #under-video-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#all-content.game #left-column #right-column #under-video-wrap #counter {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  color: white;
  text-shadow: 2px 2px 2px black;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 80px;
  text-align: right;
  height: 130px;
}
#all-content.game #left-column #right-column #under-video-wrap #counter .count {
  margin-right: 15px;
}
#all-content.game #left-column #right-column #under-video-wrap #counter .count.animate {
  animation: countAnim 800ms ease-in-out 1 forwards;
}
#all-content.game #left-column #right-column #under-video-wrap #counter .not-count {
  color: #58c8f5;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: all 400ms ease-in-out;
  background: #58c8f5;
  border-radius: 40px;
  margin: 0px;
  padding: 15px;
  max-width: 50px;
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button:hover {
  max-width: 100%;
  opacity: 1;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button:hover .text {
  color: white;
  font-size: 14px;
  font-family: bebas, "europa", Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button.pause .image .play {
  display: none;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button.pause .text .play {
  display: none;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button.play .image .pause {
  display: none;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button.play .text .pause {
  display: none;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button .image {
  margin-right: 14px;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button .image svg {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
#all-content.game #left-column #right-column #under-video-wrap #pause-button .text {
  transition: all 300ms ease-in-out;
}
@keyframes countAnim {
  0% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  55% {
    opacity: 1;
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.row.center {
  justify-content: center;
}
.row.center-center {
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=main.css.map */
