*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Verdana", sans-serif;
  line-height: 1.5em; 
  font-size: 20px;
  scrollbar-width: auto;
}

*::before, *::after{
  padding: 0;
  margin: 0;
}
:root{
  --main-radius: 10px;
  --main-padding: 15px;
  
  --background-color: #E5EDFA82;
  --lightblue: #2E67D36B;
  --blue: #2E67D3;
  --lightblack: #515C6F;
  --white: #ffffff;
  --darkwhite: #cecaca;
  --lightblueshadow: #ffcbdd;
  --lightbshadow: rgba(0,0,0,0.35);
}
@font-face {
  font-family: 'myIcon';
  src:  url('fonts/myIcon.eot?nd7ugh');
  src:  url('fonts/myIcon.eot?nd7ugh#iefix') format('embedded-opentype'),
    url('fonts/myIcon.ttf?nd7ugh') format('truetype'),
    url('fonts/myIcon.woff?nd7ugh') format('woff'),
    url('fonts/myIcon.svg?nd7ugh#myIcon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

H1 {
  font-weight: bold; 
  font-size: 26px;
  font-weight: 900;
}

[class^="myIcon-"], [class*=" myIcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'myIcon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myIcon-close:before {
  content: "\e900";
  color: rgb(98, 136, 216);
  font-size: 22px;
  font-weight: 900;
}
.myIcon-library-music:before {
  content: "\e901";
  color: rgb(235, 18, 18);
  font-size: 42px;
}

.myIcon-pause-btn:before {
  content: "\e902";
  color: rgb(98, 136, 216);
  font-size: 28px;
}

.myIcon-play-btn:before {
  content: "\e903";
  color: rgb(98, 136, 216);
  font-size: 30px;
}

.myIcon-queue-music:before {
  content: "\e904";
  color: rgb(98, 136, 216);
  font-size: 42px;}

.myIcon-skip-next:before {
  content: "\e905";
  color: rgb(98, 136, 216);
  font-size: 26px;
}
.myIcon-skip-previous:before {
  content: "\e906";
  color: rgb(98, 136, 216);
  font-size: 26px;
}
.myIcon-download:before {
  content: "\e907";
  color: rgb(98, 136, 216);
  font-size: 26px;
  margin-right: 10px;
}
.myIcon-send-url:before {
  content: "\e908";
  color: rgb(98, 136, 216);
  font-size: 26px;
}

#videoBtn{
  text-decoration: none;
}

/* (A) SCROLLABLE container */
.scrollableA {
  /* (A1) DIMENSIONS */
  /* width: 100%; */
  /*   max-height: 300px; creates a lot of problems*/
  /* (A2) OVERFLOW - ATTACH SCROLLBARS */
  overflow: auto;
}

.container {
  display: grid;
  height: 100vh; 
  grid-template-columns: 380px fr;
  grid-template-rows: 65px 572px 3fr 1fr;
  grid-template-areas:
    "wrapper navigation"
    "wrapper information"
    "downloads downloads"
    "footer footer";
   grid-gap: 0.2em;
  font-weight: 500;
  color: #00354d;
/*  overflow:auto;*/
}

#video1 {
display: none;
}

#video2 {
  display: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  
@media only screen and (max-width: 800px){
  .container {
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 1.0fr 1.0fr 0.5fr;
    grid-template-areas:
    "wrapper"
    "video"
    "navigation"
    "information"
    "downloads"
    "footer";
  }
}

#navigation {
  background: #E5EDFAFA;
  grid-area: navigation;
  border-radius: var(--main-radius);
  padding: var(--main-padding);
  height: 60px;
  margin: 15px 15px 15px 10px ;
  box-shadow: 0px 6px 15px var(--lightbshadow);
  font-size: 26px;
}

#information {
  background: var(--background-color);
  grid-area: information;
  border-radius: var(--main-radius);
  padding: var(--main-padding);
  margin: 25px 15px 15px 10px;
  min-height: 300px;
  /* max-height: 520px; */
  box-shadow: 0px 6px 15px 0px var(--lightbshadow);
  font-size: 18px;
}
#downloads {
  background: #E5EDFAFA;
  grid-area: downloads;
  border-radius: var(--main-radius);
  padding: var(--main-padding);
  margin: 5px 15px 10px 15px;
  box-shadow: 0px 6px 15px var(--lightbshadow);
  font-size: 18px;
  min-height: 200px;
}

#footer {
  background: var(--background-color);
  grid-area: footer;
  border-radius: var(--main-radius);
  padding: var(--main-padding);
  height: 140px;
  margin: 0px 15px 15px 15px ;
  box-shadow: 0px 6px 15px var(--lightbshadow);
  font-size: 18px;
  min-height: 170px;
}

#wrapper{
  grid-area: wrapper;
  height: 610px;
  min-height: 570px;
  width: 380px;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0px 6px 15px var(--lightbshadow);
  margin: 15px 10px 15px 15px;
  background: #C4CEDC;
}

.wrapper i{
  cursor: pointer;
}

.top-bar, .progress-area .song-timer, 
.controls, .music-list .header, .album-list .album-header, .music-list ul li, .album-list ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar i{
  font-size: 24px;
  color: var(--lightblack);
  height: 10px;
}

.top-bar i:first-child{
  margin-left: -7px;
}

.top-bar span{
  font-size: 35px;
  font-weight: 800;
  margin-left: -3px;
  color: var(--blue);
}

.img-area{
  width: 100%;
  height: 256px;
  overflow: hidden;
  margin-top: 18px;
  border-radius: 15px;
  box-shadow: 0px 6px 12px var(--lightbshadow);
}

.img-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.song-details{
  text-align: center;
  margin: 30px 0;
}

.song-details p{
  color: var(--lightblack);
}

.song-details .name{
  font-size: 21px;
  margin-top: -10px;
}

.song-details .artist{
  font-size: 18px;
  opacity: 0.9;
  line-height: 35px;
  margin-bottom: -10px;
}

.progress-area{
  height: 6px;
  width: 100%;
  border-radius: 50px;
  background: #f0f0f0;
  cursor: pointer;
}

.progress-area .progress-bar{
  height: inherit;
  width: 0%;
  position: relative;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lightblue) 0%, var(--blue) 100%);
}

.progress-bar::before{
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 50%;
  right: -5px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  background: inherit;
  transition: opacity 0.2s ease;
}

.progress-area:hover .progress-bar::before{
  opacity: 1;
  pointer-events: auto;
}

.progress-area .song-timer{
  margin-top: 0px;
  margin-bottom: 0px;
}

.song-timer span{
  font-size: 13px;
  color: var(--lightblack);
}

.controls{
  margin: 40px 0 5px 0;
}

.controls i{
  font-size: 28px;
  user-select: none;
  background: linear-gradient(var(--lightblue) 0%, var(--blue) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.controls i:nth-child(2),
.controls i:nth-child(4){
  font-size: 43px;
  margin-bottom:14px;
}

.controls #prev{
  margin-right: -13px;
}

.controls #next{
  margin-left: -13px;
}

.controls .play-pause{
  cursor: pointer;
}

.controls .play-pause{
  height: 48px;
  width: 48px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(var(--white) 0%, var(--darkwhite) 100%);
  box-shadow: 0px 0px 5px var(--lightblue);
}

.music-list{
  position: absolute;
  background: var(--white);
  width: 100%;
  left: 0;
  bottom: -55%;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  padding: 15px 30px;
  border-radius: 15px;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.1);
  transition: all 0.15s ease-out;
}

.album-list{
  position: absolute;
  background: var(--white);
  width: 100%;
  left: 0;
  bottom: -55%;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  padding: 15px 30px;
  border-radius: 15px;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.1);
  transition: all 0.15s ease-out;
}

.music-list.show{
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.album-list.show{
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.header .row{
  display: flex;
  align-items: center;
  font-size: 19px;
  color: var(--lightblack);
}

.album-header{
  display: flex;
  align-items: center;
  font-size: 19px;
  color: var(--lightblack);
}

.header .row i{
  cursor: default;
}

.header .album-header .row i{
  cursor: default;
}

.header .row span{
  margin-left: 5px;
}

.album-header .row span{
  margin-left: 5px;
}

.header #close{
  font-size: 22px;
  color: var(--lightblack);
}

.album-header #close-album{
  font-size: 22px;
  color: var(--lightblack);
}

.music-list ul{
  margin: 10px 0;
  max-height: 260px;
  overflow: auto;
}

.album-list ul{
  margin: 10px 0;
  max-height: 260px;
  overflow: auto;
}

a.noLink {
  text-decoration: none;
}


.music-list ul li{
  list-style: none;
  display: flex;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 5px;
  color: var(--lightblack);
  border-bottom: 1px solid #E5E5E5;
}

.album-list ul li{
  list-style: none;
  display: flex;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 5px;
  color: var(--lightblack);
  border-bottom: 1px solid #E5E5E5;
}

.music-list ul li:last-child{
  border-bottom: 0px;
}

.album-list ul li:last-child{
  border-bottom: 0px;
}

.music-list ul li .row span{
  font-size: 17px;
}

.album-list ul li .row span{
  font-size: 17px;
}

.music-list ul li .row p{
  opacity: 0.9;
}

.album-list ul li.row p{
  opacity: 0.9;
}

ul li .audio-duration{
  font-size: 16px;
}

ul li .playing{
  pointer-events: none;
  color: var(--blue);
}

.styledLightblue {
  width: 100px;
  line-height: 1.5;
  /* top | right | bottom | left */
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 10px 0px;
  border: 0px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #5f97f8;
  background-image: linear-gradient(to top left,
                                    rgba(0, 0, 0, .2),
                                    rgba(0, 0, 0, .2) 30%,
                                    rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
              inset -2px -2px 3px rgba(0, 0, 0, .6);
}

#videoBtn2{
  margin-left: 28px;
  width: 76px;
}

#videoBtn3{
  margin-left: 0px;
  width: 76px;
}
#videoBtn4{
  margin-left: 0px;
  width: 76px;
}
#videoBtn5{
  margin-left: 0px;
  width: 76px;
}
.styledLightblue:hover {
  background-color: #F95E5E;
}

.styledLightblue:visited {
  background-color: #5ef9df;
}

.styledLightblue:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
              inset 2px 2px 3px rgba(0, 0, 0, .6);
  background-color: #1266f8;
}

.styledBlue {
  width: 260px;
  border: 0;
  line-height: 1.5;
  /* top | right | bottom | left */
  padding: 0px 15px 0px 15px;
  margin: 0px 15px 15px 0px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(0, 0, 200);
  background-image: linear-gradient(to top left,
                                    rgba(0, 0, 0, .2),
                                    rgba(0, 0, 0, .2) 30%,
                                    rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
              inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styledBlue:hover {
  background-color: rgba(0, 0, 255, 1);
}

.styledBlue:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
              inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.downloadHint {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
}

.downloadHint .downloadHinttext {
  font-size: 22px;
  font-weight: 500;
  visibility: visible;
  width: 280px;
  height: 50px;
  background-color: rgb(81, 116, 230);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  top: 5%;
  left: 100%;
  margin-left: 75px;
  opacity:1;
  transition: opacity 0.3s;
}

.downloadHint .downloadHinttext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.downloadHint:hover .downloadHinttext {
  visibility: visible;
  opacity: 1;
}

