@font-face {
  font-family: 'BYekan';
  src: url("/nvk-link/fonts/BYekan.eot");
  src: url("/nvk-link/fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("/web-app/modules/main/fonts/BYekan.woff") format("woff"), url("/web-app/modules/main/fonts/BYekan.ttf") format("truetype"), url("/web-app/modules/main/fonts/BYekan.svg#BYekan") format("svg");
  /*src: url(/web-app/modules/main/fonts/BYekan.eot?) format("eot"), url(/web-app/modules/main/fonts/BYekan.woff) format(woff), url(/web-app/modules/main/fonts/BYekan.ttf) format(truetype), url(/web-app/modules/main/fonts/BYekan.svg#BYekan) format(svg);*/
  font-weight: normal;
  font-style: normal; }

/*img {*/
/*opacity: 1;*/
/*transition: opacity 0.3s;*/
/*}*/
/*img[data-src] {*/
/*opacity: 0;*/
/*}*/
html, body {
  background-color: #111;
  color: #fff;
  font-family: 'BYekan', 'Helvetica Neue', 'Helvetica';
  direction: rtl;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'BYekan', 'Helvetica Neue', 'Helvetica'; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px;
  margin-top: 10px; }

body {
  display: flex;
  flex-direction: column; }

#content-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.content-header {
  display: none;
  height: 60px;
  font-size: 40px; }

.content {
  flex: 1 0 auto; }

.content-footer {
  position: relative;
  flex-shrink: 0;
  text-align: center;
  font-size: 10px; }
  .content-footer .footer-logo {
    height: 16px;
    margin: 3px 0 30px; }

#content-container {
  position: relative; }

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(150px) brightness(0.5);
  margin: -300px; }

.background-image-overlay {
  background: #fff;
  opacity: 0.2; }

.cover-image {
  border-radius: 10px;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.3); }

#album-play-pause-container {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #666;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  cursor: pointer; }
  #album-play-pause-container #album-progress {
    width: 60px;
    position: absolute; }
  #album-play-pause-container #album-play, #album-play-pause-container #album-pause {
    line-height: 60px;
    width: 60px;
    text-align: center;
    display: inline-block;
    font-size: 26px;
    position: absolute; }
  #album-play-pause-container:hover {
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.3); }

.cover-container, .tracks-container {
  padding-top: 60px;
  padding-bottom: 50px; }

.tracks-list {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  margin: 5px;
  transition: 0.3s ease-in-out; }

.track-item {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  transition: 0.3s ease-in-out;
  cursor: pointer; }
  .track-item a {
    text-decoration: none;
    color: inherit; }
  .track-item .track-item-index-container {
    width: 36px;
    margin: 0 10px;
    text-align: center;
    line-height: 36px;
    position: relative; }
  .track-item .track-item-play-pause-container {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px; }
  .track-item .track-item-progress {
    width: 36px;
    position: absolute; }
  .track-item .track-item-duration {
    direction: ltr;
    width: 80px;
    margin-left: 20px;
    line-height: 36px;
    font-size: 12px; }
  .track-item .track-item-title-container {
    position: absolute;
    right: 65px;
    left: 90px; }
    .track-item .track-item-title-container .track-item-title, .track-item .track-item-title-container .track-item-artists {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .track-item .track-item-artists {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }
  .track-item.current-track .track-item-play-pause-container {
    opacity: 1; }
  .track-item.current-track .track-item-index {
    opacity: 0; }
  .track-item:active {
    background: rgba(255, 255, 255, 0.06); }

.non-touch .track-item:hover {
  background: rgba(255, 255, 255, 0.06); }
  .non-touch .track-item:hover .track-item-play-pause-container {
    opacity: 1; }
  .non-touch .track-item:hover .track-item-index {
    opacity: 0; }

.store-link-container {
  display: block;
  height: 70px;
  width: 250px;
  margin: 10px auto;
  background: #000;
  color: white;
  cursor: pointer;
  direction: ltr;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out; }
  .store-link-container img {
    height: 50px;
    min-width: 50px;
    margin: 10px 20px; }
  .store-link-container .store-link-message-container {
    height: 50px;
    margin: 5px 0; }
  .store-link-container .store-link-message {
    margin-bottom: 0;
    margin-top: 12px; }
  .store-link-container .store-name {
    margin-top: 3px; }
  .store-link-container:hover, .store-link-container:focus {
    background: #111;
    color: white;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.3); }

.queue-button {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  margin: 10px 10px 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out; }
  .queue-button i {
    line-height: 50px; }
  .queue-button:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3); }

.queue-close-button {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 40px;
  margin: 10px 10px 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  display: none; }
  .queue-close-button i {
    line-height: 50px; }
  .queue-close-button:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3); }

@keyframes cover-in {
  0% {
    transform: scale(0.95);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes cover-out {
  0% {
    transform: scale(1);
    opacity: 1; }
  99% {
    transform: scale(0.95);
    opacity: 0; }
  100% {
    margin-top: -99999px;
    opacity: 0; } }

@keyframes tracks-in {
  0% {
    opacity: 0;
    left: -20px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes tracks-out {
  0% {
    opacity: 1;
    left: 0; }
  99% {
    opacity: 0;
    left: -20px; }
  100% {
    opacity: 0;
    left: -99999px; } }

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  #content-container {
    width: 100%;
    overflow-x: hidden; }
  .content-header {
    display: block; }
  .cover-container, .tracks-container {
    padding-top: 10px; }
  #content-container.queue-shown .queue-button, #content-container.queue-shown .content-footer {
    display: none; }
  #content-container.queue-shown .queue-close-button {
    display: block; }
  #content-container.queue-shown .tracks-container {
    left: 0;
    animation-name: tracks-in;
    animation-duration: 0.3s; }
  #content-container.queue-shown .cover-container {
    margin-top: -99999px;
    animation-name: cover-out;
    animation-duration: 0.3s; }
  #content-container.queue-hidden .queue-button, #content-container.queue-hidden .content-footer {
    display: block; }
  #content-container.queue-hidden .queue-close-button {
    display: none; }
  #content-container.queue-hidden .tracks-container {
    left: -99999px;
    animation-name: tracks-out;
    animation-duration: 0.3s; }
  #content-container.queue-hidden .cover-container {
    margin-top: 0;
    animation-name: cover-in;
    animation-duration: 0.3s; }
  .tracks-container {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: -99999px;
    width: 100%;
    overflow: auto; } }

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