@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;0,900;1,300&display=swap');
body {
    background-color: #4997d7;
  /* Disables pull-to-refresh but allows overscroll glow effects. */
  overscroll-behavior-y: contain;
      overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
    
}
.control-container {
  margin-top: 10px;
  padding-bottom: 10px; }
  div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    float: left;
    margin-left: 10px; }
  div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("../images/play-button.svg");
    background-size: cover; }
  div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("../images/pause-button.svg");
    background-size: cover; }
  div.control-container div.meta-container {
    /*float: left;*/
    width: calc(100% - 84px);
    text-align: center;
    color: white;
    margin-top: 10px; }
    div.control-container div.meta-container span[data-amplitude-song-info="name"] {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      color: #fff;
      display: block; }
    div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
      font-family: "Lato", sans-serif;
      font-weight: 100;
      font-size: 14px;
      color: #fff;
      display: block; }
    div.control-container div.meta-container span[data-amplitude-song-info="album"] {
      font-family: "Lato", sans-serif;
      font-weight: 100;
      font-size: 14px;
      color: #9acef8;
      display: block; }
  div.control-container:after {
    content: "";
    display: table;
    clear: both; }

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
  div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 64px;
    height: 64px; }
  div.control-container div.meta-container {
    width: calc(100% - 74px); } }
/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  opacity: 0.9;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  height: 20px; }
  div.time-container span.current-time {
    float: left;
    padding-left: 12px;
    padding-top: 6px;   
    margin-left: 1px; }
  div.time-container span.duration {
    float: right;
    padding-right: 12px;
    padding-top: 6px;  
    margin-right: 5px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
progress.amplitude-song-played-progress {
  background-color: #313252;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  display: block;
  cursor: pointer;
  border: none; }

  progress.amplitude-song-played-progress:not([value]) {
    background-color: #6c32d9; }

progress[value]::-webkit-progress-bar {
  background-color: #6c32d9; }

progress[value]::-moz-progress-bar {
  background-color: #c9affa; }

progress[value]::-webkit-progress-value {
  background-color: #c9affa; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
div.bottom-container {
  background-color: #000000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
 

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div#single-song-player {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  width: 100%;
  max-width: 460px;
  -webkit-font-smoothing: antialiased; }
  div#single-song-player img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    pointer-events:none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }

a.learn-more{
  display: block;
  max-width: 420px;
  margin: auto;
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #b30707;
  font-family: "Lato", sans-serif;
  padding: 20px;
  font-weight: 100;
 
    border-radius: 10px;
}
/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*/

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

/* NAVIGATION MENU */

{
  overflow-x: hidden;
  margin: 0px;
  
  
}

.button, .menu {
  position: absolute;
  transition: all 0.5s ease-in-out;
}

#check {
  display: none;
}

.button {
  top: 8px;
  right: 6px;
  width: 50px;
  height: 50px;
  background: #000000;
  cursor: pointer;
}

.button .top {
  position: absolute;
  top: 14px;
  left: 10px;
  content: "";
  width: 30px;
  height: 3.5px;
  background: white;
  transition: 0.5s;
}

.button .mid {
  position: absolute;
  top: 22px;
  left: 10px;
  content: "";
  width: 30px;
  height: 3.5px;
  background: white;
  transition: 0.7s;
}

.button .bot {
  position: absolute;
  top: 30px;
  left: 10px;
  content: "";
  width: 30px;
  height: 3.5px;
  background: white;
  transition: 0.5s;
}

.menu {
  margin: auto;
  top: 50px;
  right: -4px;
  width: 150px;
  height: 105px;
  background: #000000;
  opacity: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

}

.menu a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  color: white;
  display: block;
  padding: 15px;
  opacity: 0;
  transform: translatex(20px);
  transition: 1s;
    
}

#check:checked ~ .menu a:hover {
  background: #8655e2;
  transition-delay: 0s;
  transition-duration: 0s;
  transition: 0s;
}

#check:checked ~ .menu {
  opacity: 1;
  transform: translatex(-10px);
}

#check:checked ~ .menu a {
  opacity: 1;
  transform: translatex(0px);
}

#check:checked ~ .fondo {
  background: #101010;
  opacity: 0.6;
  transition: 1s;
}

#check:checked ~ .menu a:nth-child(1) {
  transition-delay: 0.25s;
}

#check:checked ~ .menu a:nth-child(2) {
  transition-delay: 0.5s;
}

#check:checked ~ .menu a:nth-child(3) {
  transition-delay: 0.75s;
}

#check:checked ~ .menu a:nth-child(4) {
  transition-delay: 1s;
}

#check:checked ~ .button .top {
  top: 22px;
  transform: rotate(45deg);
  transition: 0.5s;
}

#check:checked ~ .button .mid {
  opacity: 0;
  transition: 0.5s;
}

#check:checked ~ .button .bot {
  top: 22px;
  transform: rotate(-45deg);
  transition: 0.5s;
} 


/* FOOTER */
html {
	position: relative;
	min-height: 100%;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 55px;
	width: 100%;
	background-color: #000000;
	color: #c9affa;
	/*padding-top: 5px;*/
	
}

.login {

text-align: center;
font-style: italic;
font-family: "Lato", sans-serif;
color: #afd2fa;    
/*padding-top: 5px;*/
	
}

.logout {
	text-align: center;
	font-style: normal;	
	text-decoration: none;
	
}
.centerFlag
{ vertical-align:middle; }

/* SHARE BUTTONS */

.share-btn > a {
    border: 1px solid #aaaaaa;
    padding: 8px;
    font-size: 12px;
   
    font-family: "Lato", sans-serif;
}
.share-btn > a:hover {
  cursor: pointer;
  margin: auto;
  width: 50%;
  padding: 10px;
}

/* CENTER */

.center {

  margin: auto;
  width: 50%;
/*  padding: 10px;*/
}

