/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/theme.scss ***!
  \****************************************************************************************************************************************************/
/*
@import "./node_modules/foundation-sites/scss/foundation";

@include foundation-global-styles;
@include foundation-forms;
@include foundation-typography;
@include foundation-xy-grid-classes;
*/
@font-face {
  font-family: "foundation-icons";
  src: url(e765a16d11a4a296dc00.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-display: swap;
  font-weight: 100 300 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/roboto-slab:vf@latest/latin-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: black;
  color: white;
  width: 100vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto Slab, arial, sans-serif;
}

a, a:hover, a:visited {
  text-decoration: none;
  color: black;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

.rrbutton {
  text-align: center;
  background-color: black;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  line-height: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  white-space: nowrap;
}
.rrbutton img {
  filter: invert(100%);
  height: 28px;
  margin-top: -5px;
  pointer-events: none;
}
.rrbutton.vj_btn img {
  height: 34px;
}
.rrbutton.prog_btn {
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
}
.rrbutton:hover, .rrbutton.is-active {
  background-color: white;
  color: black;
}
.rrbutton:hover img, .rrbutton.is-active img {
  filter: invert(0%);
}

.radio-play-pause {
  font-size: 50px;
  background-color: white;
  color: black;
}

.radio-play-pause:hover {
  background-color: black;
  color: white;
}

.radio-paused {
  /* @include animation('spin_in 0.6s ease-in-out 1, bounce 0.6s 1s ease-in-out 1'); */
}
.radio-paused:before {
  font-family: "foundation-icons";
  content: "\f198";
}

.radio-playing:before {
  font-family: "foundation-icons";
  content: "\f191";
}

.radio-error:before {
  content: "?";
}

.radio-not-muted:before {
  font-family: "foundation-icons";
  content: "\f211";
}

.radio-muted:before {
  font-family: "foundation-icons";
  content: "\f210";
}

.radio-current-time {
  font-size: 14px;
}

.black-bg {
  background: black;
}

.failoverplayer {
  display: block;
  width: 100%;
}

#emissions {
  margin-left: auto;
  margin-right: auto;
  width: 75vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px 10px;
  /*
  @include breakpoint(small only) {
    width: 100vw;
  }*/
}
#emissions .cell.large-3 {
  width: 30%;
}

@keyframes buffering-stripes {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 20px 20px;
  }
}
.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.background .radio-visualization {
  flex: 1;
  box-sizing: border-box;
  background-color: black;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.background .radio-visualization canvas {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  filter: invert(0%);
}

.top {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  width: 100vw;
  height: auto;
  z-index: 2;
}
.top.fullscreen {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
}
.top > div {
  position: relative;
}

#logo {
  height: 80px;
}

.radio-is-live {
  display: inline-block;
  color: white;
  background-color: red;
  height: 40px;
  width: 40px;
}
.radio-is-live:after {
  font-size: 18px;
  position: relative;
  top: -3px;
  left: -3px;
  letter-spacing: -1px;
  font-weight: bold;
  content: "LIVE";
}

#radio-player {
  width: 100%;
  display: flex;
  height: 40px;
  z-index: 3;
}
#radio-player:hover {
  transform: skewX(0deg) translate3d(0px, 0px, 0px);
}
#radio-player:hover:before {
  right: calc(100% - 5px);
  bottom: -5px;
}
#radio-player:hover:after {
  right: calc(100% - 5px);
  bottom: -5px;
}
#radio-player .aup-wrapper {
  border: 10px white solid;
}
#radio-player .box-shdw {
  box-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}
#radio-player .box-shdw:hover {
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.5);
}
#radio-player .central {
  text-align: center;
}
#radio-player .txt-shdw {
  cursor: pointer;
  text-shadow: 1px 1px rgba(1, 1, 1, 0.5);
}
#radio-player .txt-shdw:hover {
  text-shadow: 0px 0px rgba(255, 255, 255, 0.5);
}
#radio-player .titlebar {
  flex-grow: 1;
  font-size: 24px;
  line-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
#radio-player .menu {
  display: flex;
}
#radio-player .titlebar:hover > .scroller {
  animation-play-state: paused;
}
#radio-player .scroller {
  /* animation properties */
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  width: auto;
  white-space: nowrap;
}
#radio-player .scroll {
  animation: scroll_anim 15s ease-out -1s infinite;
}
@keyframes scroll_anim {
  from {
    left: 0%;
    transform: translate(-120%);
    text-shadow: 3px 1px 1px #000000;
  }
  to {
    left: 100%;
    transform: translate(20%);
    text-shadow: -3px 1px 1px #000000;
  }
}
#radio-player input.radio-slider {
  -webkit-appearance: none;
  width: 100%;
  padding-right: 3px;
  padding-left: 3px;
  height: 40px;
  display: block;
  background: black;
  border-color: transparent;
  color: transparent;
  outline: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
#radio-player input.radio-slider::-webkit-slider-runnable-track {
  width: calc(100% + 6px);
  height: 10px;
  background: white;
  cursor: pointer;
  border: 0;
}
#radio-player input.radio-slider::-moz-range-track {
  width: calc(100% + 6px);
  height: 10px;
  background: white;
  cursor: pointer;
  border: 0;
}
#radio-player input.radio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 6px;
  height: 32px;
  margin-top: -16px;
  background: white;
  border-left: 1px black solid;
  border-right: 1px black solid;
  cursor: pointer;
  border-radius: 0;
}
#radio-player input.radio-slider::-moz-range-thumb {
  width: 4px;
  height: 32px;
  margin-top: 4px;
  background: white;
  border-left: 1px black solid;
  border-right: 1px black solid;
  cursor: pointer;
  border-radius: 0;
}
#radio-player .controls {
  background-color: transparent;
  font-family: "foundation-icons";
  color: black;
  width: 100%;
  font-size: 5em;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
#radio-player .controls .radio-song-slider {
  flex: 1;
  height: 20px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

#main {
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica, Arial, sans-serif;
  width: 75vw;
  z-index: 1;
  background-color: transparent;
  /*
  @include breakpoint(small only) {
    margin-left: auto;
  }*/
}

.progs {
  position: relative;
  display: flex;
  padding: 0px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 75vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px 10px;
  height: auto;
}
.progs a {
  color: white;
}

.infos {
  padding: 20px;
  background-color: black;
  color: white;
}
.infos a, .infos a:hover, .infos a:visited {
  text-decoration: underline;
  color: white;
}

.fx {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 5px;
}
.fx > .header {
  color: white;
  height: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1px;
  text-align: center;
}
.fx > div {
  display: flex;
  flex-wrap: wrap;
}

.rack {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1em;
  background-color: black;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.rack.dragged {
  border: 1px solid white;
}
.rack div {
  display: flex;
  margin-top: -2px;
}
.rack select {
  padding-right: 0px;
  margin: 1px;
  height: 20px;
  font-size: 12px;
  background: black;
  color: white;
  border: 0;
  cursor: pointer;
}
.rack .title {
  width: auto;
  justify-content: space-between;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 3px;
  color: white;
  font-variant: small-caps;
  font-size: 14px;
  line-height: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid grey;
}
.rack .title > div.knobs {
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  flex-direction: column;
}
.rack .title > div > span[data-nj-bypass] {
  padding-left: 1px;
  padding-right: 1px;
  cursor: pointer;
}
.rack .title > div > span[data-nj-move] {
  padding-left: 2px;
  padding-right: 1px;
  cursor: move;
}
.rack.bypass * {
  opacity: 0.7;
}
.rack.bypass div.ena {
  transform: rotate(-90deg);
  color: white;
  opacity: 1;
}
.rack input-knob {
  width: 30px;
  height: 30px;
  margin: 3px;
}
.rack input-knob::part(rotator) {
  box-sizing: border-box;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  background-color: black;
  border: solid 1px white;
  color: white;
  cursor: pointer;
  /*
  box-shadow: 2px 0px white,
              0px 1px white,
              2px 2px white,
              ;
              */
  outline: none;
}
.rack .label {
  color: white;
  display: block;
}
.rack i.ena {
  position: absolute;
  font-size: 13px;
  background-color: black;
  padding: 1px;
  top: 5px;
  right: -7px;
  display: block;
  border-right: 3px double white;
  border-bottom: 3px double white;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.rack div.btn {
  display: block;
  background-color: black;
  color: white;
  font-variant: small-caps;
  font-size: 12px;
  min-width: 40px;
  border-radius: 4px;
  padding: 2px;
  margin: 2px;
  text-align: center;
  cursor: pointer;
}
.rack div.btn.on, .rack div.btn:hover {
  background-color: white;
  color: black;
}
.rack div.src.down {
  top: 30px;
}

.emission {
  position: relative;
  margin-top: 10px;
  display: block;
  color: white;
  overflow: hidden;
}
.emission .title {
  background-color: black;
  font-size: 20px;
  height: 40px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: bottom;
  display: flex;
  align-items: center;
}
.emission .title > div {
  word-break: break-all;
}
.emission .teaser {
  max-height: 100px;
  overflow-y: auto;
  background-color: black;
  font-size: 12px;
  line-height: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.emission .cover {
  margin-left: 0px;
  width: 100px;
  height: 100px;
  background-color: white;
}
.emission .cover > img {
  max-width: 100px;
  max-height: 100px;
}
.emission .grid-x {
  display: flex;
}

@media screen and (max-width: 1080px) {
  #radio-player {
    /*.slider{
      position: absolute;
      top: 40px;
      left: 0px;
      width: 100%;
    }*/
  }
  #radio-player .menu {
    flex-direction: column;
  }
  .emission {
    width: 100%;
  }
  .progs {
    margin-right: 45px;
  }
}
