

.playlist-scroller{
    height: 500px;
    overflow-x: scroll;
}

#errorPage{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #c0392b;
	z-index: 100;
	display: none;
	color: #fff;
}

.qr{
    background-color: #fff;
    border-radius: 10px;
    margin: 30px;
}

.coverimg{
    position: relative;
}
#cover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}
#song{
	transition: all 2s;
}
#artist{
	transition: all 2s;
}
.disc{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 29;
      -webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}

.disc-rotate{
    -webkit-animation: rotation 6s infinite linear;
    left: 180px;
}



table, th, td {
  border: 5px solid black;
}

td {
    width: 20%;
    padding: 30px 20px;
    text-align: center!important;
}
td .song{
    font-size: 18px;
    font-weight: 600
}
td .artist{
    font-size: 16px;
    font-weight: 400
}

     /*#plader{
         display: none;
     } */

 @media print {
     #plader{
         display: block;
         -webkit-print-color-adjust: exact;
         color-adjust: exact;
     } 
  .bankoPlade
  {
    display: block;
   page-break-after:always;
  }
 }

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.blur{
	filter:blur(10px);
}
