/*110F0C ---DARK COLOR*/
/* FFFFFF--- white*/

* { margin: 0; padding: 0; font-family: spaceGrotesk; }

body { background-color: #110F0C;}

#sigma-container, #sigma-static-bigData-container, #sigma-static-blackHole-container {
  top: 0; bottom: 0; left: 0; right: 0;
  position: absolute;
  transition: opacity 500ms ease;
}

#ui_container {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  pointer-events: auto;
  right:0; top:0;
}

/*-----------------------------------------------CENTERBAR----*/
.centerbar{
  position:fixed;
  color:#110F0C; opacity:1;
  width:100%;   min-width:100px; height:8rem;
  text-align: center;
  top:-8rem;
  transition: all 1s ease;

}
.centerbar.moveUP{
  top:0px;
}

#centerline{
  position:relative;
  border-bottom: 2px solid white;
  pointer-events: none;
  top: 6rem;
  width:30%;
  min-width:10rem;
  max-width:18rem;
  display:inline-block;
  z-index: 20;
}
/* ------------------------------------------------------------------ABOUT*/
#about{
  display:flex; justify-content: center;
}

#aboutlittle{
  margin-top:1rem;
  position:absolute;
  background-color: #110f0C;
  opacity:0.8;
  height:0rem; width:30%;
  min-width:10rem; max-width:18rem;
  color:white;
  font-family: spaceGrotesk; font-weight: normal; font-size:0.8rem;
  overflow: hidden;
  transition: all 0.6s ease;
}
#aboutlittle span{
  padding:0.2rem;
  margin-top:0.3rem;
  display:inline-block;
}

/* ------------------------------------------------------------------SIDEBAR*/
.sidebar {
  position: fixed;
  top:0;
  width:0%;
  overflow-x: visible;
  height:100%;
  opacity: 1;
  right:0%;
  transition: all 0.8s ease;
  min-width:0px;
  display: flex;
  align-items: flex-end;
}
.ghost{
  background-color: #110F0C;
  opacity:0.5;
  pointer-events: none;
}

.sidebar.move{
  width:20%;
}

.sidebarCONT{
  align-items: flex-end;
  bottom:2rem;
}

/* ------------------------------------------SEARCHBAR------*/

#search_bar {
  border: none;
  border-bottom: 2px solid white;
  color:white;
  width:12rem;
}

#search_bar:focus{
  border: none;
  border-bottom: 2px solid #FF3940;
  color:white;
  width:12rem;
}

#search_bar, #suggestion-container {
  font-family: spaceGrotesk;
  font-size: 1em;
  padding: 4px;
  margin: 0;
  background-color: transparent;
  color:white;
  opacity:0.9;
}

#suggestion-container {
  position: absolute;
  z-index:6;
  pointer-events: none;
}

#suggestion{
  color: #FF3940;
}
/* ------------------------------------------CATEGORIAS------*/
#genre_selector {
  max-height: 30vh;
  overflow-y: auto;
  margin-bottom: 1rem;
}
#genre_selector> label, #gender_selector > label{
  display: block;
  color: #dbdbdb;
  font-family: spaceGrotesk;
  font-size: 0.8rem;
  padding:0.2rem;
  white-space: nowrap;
  margin-bottom: 0.1rem;
  margin-left: 0.4rem;
  transition: all 0.1s linear;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

#genre_container, #search_container, #gender_container{
  margin-bottom:3rem;
}

#genre_selector > label:hover, #gender_selector > label:hover{
  margin-left: 1rem;
  color:#FF3940;
}
#genre_selector > label:hover::before, #gender_selector > label:hover::before{
  content:"— ";
  color:#FF3940;
  margin-left: 1rem;
}

.genre_box:checked + label:before, .gender_box:checked + label:before{
  content:"— ";
}


#genre_container, #search_container, #about_container, #gender_container{
  margin-bottom:3rem;
  z-index: 25;
  margin-left:2rem;
  margin-right:2rem;
  bottom:0;
}

/* esconder as checkbox's do form */
input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.settings-box-element {
  z-index: 10;
}

.genre_box + label, .gender_box + label {
  cursor: pointer;
}

.genre_box:checked + label, .gender_box:checked + label {
  color: red;
  border-color: #e83737;
}

#genre_hide_all, #genre_show_all {
  margin: 10px;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
}

#genre_hide_all:hover, #genre_show_all:hover {
  color: #FF3940;
  cursor: pointer;
}

/* -------------------SETA------*/
#setafora{
  width:auto;
  display:inline-block;
  position:fixed;
  top:45%;
  right:2em;
  z-index:10;
  transform: rotate(0deg);
  transition: transform .8s, right .8s ;
}
#setafora.setaleft{
  right:20%;
}

/* -------------------TEXTO------*/

.ui_title {
  font-family: spaceGrotesk;
  font-weight: bold;
  color:white;
  font-size:1.3rem;
  margin-bottom: 0.8rem;
  white-space: pre;
}

#name_Title{
  font-family: spaceGrotesk;
  font-weight: bold;
  color:white;
  font-size:2rem;
  cursor: pointer;
  margin-top: 3rem;

}
#titulo{
  cursor:pointer;
  height:2.5rem;
  height:100%;
  padding-bottom: 0.6rem;
  letter-spacing: 2px;
}


/* -----------------------------------------------ANIMATIONS */
@keyframes example {
  0% {top: 5px;}
  50% {top: 0px;}
  100% {top: -5px;}
}

/* -----------------------------------------------media query*/
@media only screen and (max-height: 600px) {
  #genre_selector{
    max-height: 30vh;
    overflow-y: auto;
  }
  #setafora.setaleft{
    right:200px;
  }
}

@media only screen and (max-width: 800px) {
  #setafora.setaleft{
    right:200px;
  }
}

#change2static {
  position: fixed;
}


/* -----------------------------------------------LOAD SCREEN */
#loadScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #110F0C;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

#loadContainer > p {
  text-align: center;
}

#loadTittle {
  font-weight: bold;
  font-size: 2rem;
}

#Loadline {
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #FF3940;
  /* background-color: rgba(223, 213, 236); */
  margin: 15 0 25px 0;
  transition: width 1s ease;
}

#loadStatus {
    font-size: 1rem;
}

#loadContainer {
  width: 100%;
  color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

/* https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp */
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e83737;
}
