/* colours */
:root{
    --primary: #000000;
    --secondary: #ffffff;
    --title: #ffffff;
  }
  
  /* layout styles */
  nav{
    background-color: var(--primary);

  }
  nav a{
    text-transform: uppercase;
    color: var(--title);
  }
  nav a span{
    font-weight: bold;
  }
  nav .sidenav-trigger{
    margin: 0;
    color: var(--secondary);
  }

  .darker{
    filter: grayscale(100%);
    filter: brightness(60%);
  }
  .main-wrap{
      width:100%;
      height:100%;
      background-image: url(/assets/images/cast/splash-new.jpg);
      background-size: cover;
      background-position: center;
      background-color: #00000091;
      
  }
  .player_bg{
      
  }
  .sticky{
      position : sticky;
      position: -webkit-sticky;
      height :100px;
      width: 100%;
      background-color : #000;
      bottom: 0px;
      
  }
  
  /* recipe styles */
  .recipes{
    margin-top: 20px;
  }
  .card-panel.recipe{
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
    display: grid;
    grid-template-columns: 2fr 6fr 1fr;
    grid-template-areas: "image details delete";
    position: relative;
  }
  .recipe img{
    grid-area: image;
    max-width: 60px;
  }
  .recipe-details{
    grid-area: details;
    margin-top: 6px;
  }
  .recipe-delete{
    grid-area: delete;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .recipe-delete i{
    font-size: 18px;
  }
  .recipe-title{
    font-weight: bold;
  }
  .recipe-ingredients{
    font-size: 0.8em;
  }
  
  /* form-styles */
  .add-btn{
    background: var(--title) !important;
  }
  input{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .side-form button{
    background: var(--title);
    box-shadow: 1px 1px 3px rgba(90,90,90,0.2);
  }
  form .input-field{
    margin-top: 30px;
  }

  .eq-bar {
    transform: scale(1, -1) translate(0, -24px);
  }
  
  .eq-bar--1 {
    fill: #ffffff;
    animation-name: short-eq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    display: none;
  }
  
  .eq-bar--2 {
    fill: #ffffff;
    animation-name: short-eq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.12s;
    display: none;
  }
  
  .eq-bar--3 {
    fill: #ffffff;
    animation-name: tall-eq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.17s;
    display: none;
  }
  
  .eq-bar--4 {
    fill: #ffffff;
    animation-name: short-eq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.28s;
    display: none;
  }
  .eq-bar--5 {
    fill: #ffffff;
    animation-name: short-eq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.34s;
    display: none;
  }
  .playbtn{
    
    cursor:pointer;
    position: relative;
    z-index: 100;
    max-width: 65px;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
  }

  .loadbtn{
    position: relative;
    z-index: 100;
    max-width: 65px;
  }
  .playttl{
    position:absolute;
    top:70px;
    margin-left: -103px;
    padding-top: 50px;
    font-weight: bold;
    font-size: larger;
    text-transform: uppercase;
    color: var(--title);
  }
  .playsvg{
    display: block;
  }
  
  @keyframes short-eq {
    0% {
      height: 8px
    }
  
    50% {
      height: 4px
    }
  
    100% {
      height: 8px
    }
  }
  
  @keyframes tall-eq {
    0% {
      height: 16px
    }
  
    50% {
      height: 6px
    }
  
    100% {
      height: 16px
    }
  }


  
  .slide-up-panel {
    position: sticky;
    position: -webkit-sticky;
    bottom: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.883);
  }
  
  .slide-up-btn {
    margin-top: 1vmin;
    height: 4vmin;
    cursor: pointer;
  }
  

  
  .slide-up-anim {
    animation: slide-up-anim 0.5s ease-in-out forwards;
  }
  
  @keyframes slide-up-anim {
    0% {
      height: 30px;
    }
    50% {
      height: 300px;
    }
    100% {
      height: 600px;
    }
  }
  
  .slide-down-anim {
    animation: slide-down-anim 0.5s ease-in-out forwards;
  }
  
  @keyframes slide-down-anim {
    0% {
      height: 600px;
    }
    50% {
      height: 300px;
    }
    100% {
      height: 30px;
    }
  }
  
.menutitle{
    text-transform: uppercase;
    color: var(--title);
}
.menuitem{
    padding-top: 10px!important;
    padding-bottom: 10px !important;
    border-bottom: rgba(255, 255, 255, 0.253);
    border-bottom-style: solid;
    border-block-width: 2px;
}
.programitem{
  color: #ffffff98;
}
.avatar{
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 25px!important;
  padding-top: 40px;
  padding-bottom: 40px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 60px;
    -moz-background-clip: padding;
    border-radius: 60px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}
.djinfo{
  text-transform: uppercase;
  color: var(--title);
  text-align: center;
  display: block;
    margin: auto;
}
.program{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  align-items: stretch;

}
.program::-webkit-scrollbar {
  display: none;
}

.card{
  display: inline-block;
  background-color: #000;
  padding: 15px;
}

.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

svg path,
svg rect{
  fill: #ffffff;
}


.emoji {
  position: fixed;
  font-size: 30px;
  left: 70%;
  opacity: 1; 
  -webkit-animation: moveclouds 7s linear , sideWays 1s ease-in-out infinite;
  -moz-animation: moveclouds 7s linear , sideWays 1s ease-in-out  infinite;
}



@-webkit-keyframes moveclouds { 
  0% { 
      top: 600px;
      opacity: 1.0;
  }
  100% { 
      top: -500px;
      opacity: 0.0;
  }
}

@keyframes moveclouds {     
  0% { 
      top: 600px;
      opacity: 1.0;
  }
  100% { 
      top: -500px;
      opacity: 0.0;
  }
}

@-webkit-keyframes sideWays { 
  0% { 
      margin-left:0px;
  }
  50% { 
      margin-left:40px;
  }
  100%{
    margin-left:0px;
  }
}

@keyframes sideWays {
  0% { 
    margin-left:0px;
}
50% { 
    margin-left:40px;
}
100%{
  margin-left:0px;
}
}
.reactionwraper{
  z-index: 30;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  align-items: stretch;
  display: flex;
  bottom: 138px;
  position: fixed;
  width: inherit;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
.reactionbutton{
  display: inline-block;
  background-color: #00000073;
  font-size: 22px;
  border-radius: 50px;
  padding-left: 18px;
  padding-right: 18px;
  align-content: center;
  margin-left: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}

.reactionwraper::-webkit-scrollbar {
  display: none;
}
.djbox{
  z-index: 0;
  opacity: 0.0;
  left: 0;
  display: block;
  width: 350px;
  height: 157px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin-left: auto;
  background-color: #000000a8;
  margin-right: auto;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;

  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation: bubble 1.0s forwards; /* for less modern browsers */
        animation: bubble 1.0s forwards;
}
.djboxavatar{
  width: 120px;
      height: 120px;
      -webkit-border-radius: 60px;
      -webkit-background-clip: padding-box;
      -moz-border-radius: 60px;
      -moz-background-clip: padding;
      border-radius: 60px;
      background-clip: padding-box;
      float: left;
      background-size: cover;
      background-position: center center;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: -63px;
      border: solid;
      border-color: #0000009c;
      border-bottom-width: 2px;
}


@keyframes waves-animation{
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 0.05;
  }
}

.w-01 {
  animation-name: waves-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  stroke:rgb(255, 255, 255);
  stroke-width:3px;
}

.w-02 {
  animation-name: waves-animation;
  animation-duration: 2s;
  animation-delay: 0.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  stroke:rgb(255, 255, 255);
  stroke-width:3px;
}

.w-03 {
  animation-name: waves-animation;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  stroke:rgb(255, 255, 255);
  stroke-width:3px;
}
.livebdj{
  display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -72px;
}

.livedjinfo{
  top: 0;
  display: block!important;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  margin-top: -67px;
}
.livedjname{
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.livedjlocation{
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 67px;
  background-color: #0000008f;
  padding: 5px;
}
.livedjbio{

}
.livedjsocial{

}
.livedjsocialbox {
  width: fit-content;

  padding: 0;
  list-style: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 71px;
}
.lievdjiconcontainer{

}

.livedjsocialbox li {
  vertical-align: top;
  display: inline;
  height: 100px;
}
.livedjsocialbox a {
  color: #afacac;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
}

.livecount{
    width: 56px;
    float: right;
}

.livecounter{
        text-align: center;
    display: block;
    height: 20px;
    font-size: 22px;
    line-height: 53px;
}

.livecountertitle{
        font-size: 9px;
        line-height: 47px;
            text-align: center;
    display: block;
    height: 20px;
}


@keyframes livedjonline {
  0% {
    opacity: 0.0;
    top:800;
    display: none;
  }
  100% {
    opacity: 1.0;
    top:0;
    display: block;
  }
}

@keyframes livedjoffline {
  0% {
    opacity: 1.0;
    top:0;
    display: block;
  }
  100% {
    opacity: 0.0;
    top:800;
    display: none;
  }
}

@keyframes loading {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes loaded {
  0%{
    transform: rotate(0deg);
    opacity: 1.0;
  }
  50%{
    opacity: 0.5;
  }
  100%{
    transform: rotate(0deg);
    opacity: 1.0;
  }
}

















