

.topbarinner {
max-width:1000px;
margin:0 auto;
padding:0px 20px 0px 12px;
}
.tbnav{
  float:left;
  width:25%;
  text-align:left;
  height:63px;
  padding-top: 3px;
}
.tbtitle{
  float:left;
  width:50%;
  text-align:center;
  height:63px;
  padding-top: 3px;
}
.tbedit{
  float:right;
  width:25%;
  text-align:right;
  height:63px;
  padding-top: 3px;
}
#main{
  padding-top:0px;
}
.tbnav svg{
  fill: #DD5560;
  width: 21px;
  height: 21px;
  float: left;
  margin-top: 18px;
  margin-right: 0px;
}

@media (max-width:768px){
  #main{
    padding-top:70px;
  }
  #topbar{
  margin-top: 70px;
  padding-left: 0px !important;
}
}

.tabs .bpm{
    float: left;
      background: #bbef49;
      border-radius: 10px 0px;
      padding: 0px 11px;
  
      color: #212121;
      font-size: 0.8em;
      margin-right: 5px;
  }
  .tabs .key{
    float: left;
      background: #bbef49;
      border-radius: 10px 0px;
      padding: 0px 11px;
  
      color: #212121;
      font-size: 0.8em;
      margin-right: 5px;
  }
  .tabs .createdby{
    float: left;
      background: #07b89c;
      border-radius: 10px 0px;
      padding: 0px 11px;
      font-weight: 800;
      color: #212121;
      font-size: 0.8em;
      margin-right: 5px;
  }
  .tabs .createdby .sundaymusic-header-text{
    font-size: 12px;
  }
  .tabs .inst{
    float: left;
      background: #f0f0f0;
      border-radius: 10px 0px;
      padding: 0px 11px;
  
      color: #fff;
      font-size: 0.8em;
      margin-right: 5px;
  }
  .nhsuk-card__content--primary .nhsuk-icon {
      top: 43%;
  }
  .songname{
      margin-bottom:0px;
  }
  .artist{
      margin-bottom:10px;
  }
  .nhsuk-card__content {
      padding: 20px 20px 40px 20px;
  }
  .highlight{
    background:green;
  }
  .highlight .nhsuk-icon{
    fill: #e8e8e8;
  }
/* SONG */


.tile{
    width:170px;
    height:170px;
    background:#07b89c;
    background: rgb(239,73,161);background: linear-gradient(315deg, rgba(239,73,161,1) 0%, rgba(239,73,92,1) 48%);
    margin: 8px;
    color:#fff;
    border-radius:20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 10px;
      text-decoration: none;
      text-align:center;
      border: 1px solid transparent;
      float: left;
  position:relative;
      
  }
  .tile:hover{
    border: 1px solid rgba(255, 255, 255, .3);
    cursor:pointer;
  }
  .tile:focus {
      background-color: #ffeb3b;
      box-shadow: none;
      color: #212b32;
      outline: 0px solid transparent;
      text-decoration: none;
  }


.newtile{
  width: 170px;
  height: 170px;
  margin: 8px;
  color: #e8e8e8;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border: 1px dashed #e8e8e8;
  float: left;
  position: relative;
    
}
.newtile svg{
  width:100%;
  height:50px;
  margin-top:35px;
  fill:#07b89c;
}
.newtile span{
  color: #e8e8e8;
}
.newtile:hover{
  border: 1px dashed #07b89c;
  cursor:pointer;
}
.newtile:hover svg{
  fill:#e8e8e8;
}
.newtile:focus {
    background-color: transparent;
    box-shadow: none;
    color: #212b32;
    outline: 0px solid transparent;
    text-decoration: none;
}
  .edit {
    content:  url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="%23FFFFFF" width="30px" height="30px" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="m24.703 41.566c-4.6562 0-8.4297 3.7773-8.4297 8.4336s3.7734 8.4336 8.4297 8.4336c4.6602 0 8.4336-3.7773 8.4336-8.4336s-3.7734-8.4336-8.4336-8.4336zm25.297 0c-4.6562 0-8.4336 3.7773-8.4336 8.4336s3.7773 8.4336 8.4336 8.4336 8.4297-3.7773 8.4297-8.4336-3.7734-8.4336-8.4297-8.4336zm25.297 0c-4.6602 0-8.4336 3.7773-8.4336 8.4336s3.7734 8.4336 8.4336 8.4336c2.2344 0 4.3789-0.89062 5.9609-2.4727 1.582-1.5781 2.4688-3.7227 2.4688-5.9609 0-2.2344-0.88672-4.3828-2.4688-5.9609-1.582-1.582-3.7266-2.4727-5.9609-2.4727z"/></svg>');
    float:right;
    height: 27px;
      width: 28px;
      margin-right: 2px;
      margin-top: -4px;
  }
  .title{
  
      height: 62px;
      display: block;
      margin-top: 51px;
      font-weight: bold;
      font-size: 20px;
      
  }
  .tags{
    text-align: left;
  }
  .tags span{
    display:block;
  
      font-size: 12px;
  }
  h1 span{
  display:block;
  font-size:20px;
  }
  .selected{
    background:linear-gradient(315deg, rgb(127 136 40) 0%, rgb(154 189 56) 48%) !important;
  }


  
  
    .soundpane.playing{
      box-shadow: 2px 3px 20px 0px #1e682b;
      animation: mymove 5s infinite;
  }
  
  @keyframes mymove {
    50% {box-shadow: 2px 3px 63px 0px #1e682b;}
  }
    
    .post-thumb-player{
      width: 150px;
    }
    .post-thumb-player img{
      float: left;
      width: 150px;
    }
    #audio_container{
      width: 100%;
      text-align: center;
      background-color: #f1f3f4;
      float: left;
    }
    .audio-text audio{
      width: 100%;
    }
    .audio-text{
      background: #ffffff; 
      padding: 15px;
      text-align: left;
      /* white-space: nowrap; */
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 1em;
    }
    .audio-text #spartist{
    display: block;
      color: #737373;
    }
/*    .close{
      position: absolute;
      background: #f1f3f4;
      color: #747474;
      top: -38px;
      right: -1px;
      border-radius: 0;
      height: 40px;
      width: 73px;
      border: 1px solid white;
      box-shadow: -2px -3px 7px 0px #cdcdcd;
      cursor:pointer;
    }
  */
  /*Chrome*/
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=range] {
      -webkit-appearance: none;
      width: 100%;
    
  }
  
  input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 5px;
      cursor: pointer;
      animate: 0.2s;
      box-shadow: 0px 0px 0px 1px #CECECE;
      background: #ffffff;
      border-radius: 25px;
      border: 0px solid #ffffff;
  }
  
  input[type=range]::-webkit-slider-thumb { 
      box-shadow: 0px 0px 0px #858789;
      border: 0px solid #ffffff; 
      height: 20px;
      width: 20px; 
      border-radius: 25px; 
      background: #ffffff;  
      cursor: pointer;
      -webkit-appearance: none; 
      margin-top: -7.5px; 
    box-shadow: -20rem 0 0 20rem rgba(#000, 0.2);
  } 
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff;
  }
  
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #CECECE;
    border-radius: 25px;
    border: 0px solid #ffffff;
  }
  
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #858789;
    border: 0px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 25px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: -20rem 0 0 20rem rgba(#000, 0.2);
  }
  
  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  
  input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #CECECE;
  }
  
  input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #CECECE;
  }
  
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #858789;
    border: 0px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 25px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: -20rem 0 0 20rem rgba(#000, 0.2);
  }
  
  input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
  }
  
  input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
  }
  
  @media (-ms-high-contrast:none),(-ms-high-contrast:active) {
      input[type=range] {
      height: 60px;
      }
  }
  
  
  }
  
  .controls{
    width:100%;
    display:block;
    height: 65px;
  }
  .controlsframe{
    max-width:600px;
    display:block;
    margin: 0 auto;
    min-width: 300px;
    height: 127px;
  }
  .controlsframe.cf1{

  }
  .controlsframe.cf2{
    
  }
  .controls a{
    width: 70px;
      height: 57px;
      
      border-radius: 50px;
      margin: 0px 10px 8px 0px;
      float: right;
      text-align: center;
  }
  .controls .stop{
  float:left;
  }
  .controls .cymbal{
  float:left;
  }
  .controls .slow{
  float:left;
  }

  .routingpanel{
    width: 100%;
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background: rgb(33 33 33 / 84%);
    border-radius: 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 8;
   
    display:none;
  }
  @media (max-width:768px){
  .routingpanel{
  top: 165px;
}
}
  .routingpanel.show{
    display:flex;
      }
 .rplay{
  display: block;
  width: 100px;
  height: 135px;
  margin-right: 10px;
  background: rgb(7 184 156);
  background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);
   cursor:pointer;
  border-radius: 12px 0px 0px 12px;
  margin-top: 0px;
  float: left;
 }
 .playing .rplay{
  background:linear-gradient(315deg, rgb(127 136 40) 0%, rgb(154 189 56) 48%) !important;
}
.playing .radd{

  opacity: 0.6;
    pointer-events: none;
}
 .rplay svg{
  fill: #E8E8E8;
  width: 62px;
  height: 100%;
  margin-left: 14px;
 }

 .radd{
  display: inline-block;
  border: 0px solid #706f6f;
  border-radius: 30px;
  margin-top: 35px;
    margin-right: 10px;
    background: #323030;
    width:50px;
    height:50px;
    cursor:pointer;
 }
 .radd svg{
      width: 100%;
    height: 50px;
    fill: #07b89c;
 }
 .rloop{
  margin-right:5px;
  cursor: pointer;
 }
 .loop .rloop{
  background:#07b89c;
    background: rgb(239,73,161);background: linear-gradient(315deg, rgba(239,73,161,1) 0%, rgba(239,73,92,1) 48%);
 
 }
 .rnpgroup{
  display:none;
 }
 .loop .rnpgroup{
  display:block;

 }
 .routinglist{
  width: 100%;
  /* justify-items: center; */
  /* overflow: auto; */
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; 
  height:135px;
  padding: 5px 10px;
}
.rbuttons{
  width: 100%;
  height: 23px;
  padding: 3px 10px;
  margin-top: 5px;
  display: block;
  /* flex-wrap: wrap; */
  flex-basis: 100%;
  position: absolute;
  background: transparent;
  bottom: 10px;
  border-radius: 0px 0px 12px 12px;

}
.rbut {
  float: right;
  width: 50px;
  background:transparent;
 border:1px solid #e8e8e8;
  z-index: 9;
  display: block;
  height: 16px;
  margin-left: 10px;
  border-radius: 4px;
  cursor:pointer;
  color: #e8e8e8;
  font-size: 11px;
  text-align: center;
  font-weight: 800;
}
.rbut.active {
  float: right;
  width: 50px;
  background:#07b89c;
  background: rgb(239,73,161);background: linear-gradient(315deg, rgba(239,73,161,1) 0%, rgba(239,73,92,1) 48%);

  z-index: 9;
  display: block;
  height: 16px;
  margin-left: 10px;
  border-radius: 4px;
  cursor:pointer;
  color: #e8e8e8;
  font-size: 11px;
  text-align: center;
  font-weight: 800;
}
  .ritem{
    display: inline-block;
    border:1px solid #706f6f;
    border-radius:30px;
    position:relative;
    margin-top:35px;
    margin-right:10px;
    background: #323030;
    min-width:204px;
  }
  .ritem::after{
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 4px;
    background: #706f6f;
    position: absolute;
    right: -15px;
    top: 24px;

  }
  .ritem:last-child:after{

    background: #07b89c;


  }
  .rsec{
    float:left;
    padding:5px 10px;
  }
  .rlen{
    float:left;
    padding:5px 10px;
    border-left:1px solid #706f6f;
  }
.loop  .rlen{
  display:none;
}
.loop .ritem{
min-width: 164px;
}
  .rsel {
    font-weight: 400;
    font-size: 16px;

    line-height: 1.5;
    border: 2px solid #4c6272;
    box-sizing: border-box;
    min-height: 40px;
    max-width: 100%;
    padding: 4px 30px 4px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  
    color:#fff;
    border-bottom: 0px solid #fff;
    width: auto;
    background:transparent url('data:image/svg+xml,<svg fill="%23DD5560" width="20px" height="20px" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="m50 61.699 34.98-34.98c2.293-2.293 6.0078-2.293 8.3008 0s2.293 6.0078 0 8.3008l-39.129 39.133c-1.1484 1.1445-2.6484 1.7188-4.1523 1.7188s-3.0039-0.57422-4.1523-1.7188l-39.129-39.133c-2.293-2.293-2.293-6.0078 0-8.3008s6.0078-2.293 8.3008 0z"/></svg>') no-repeat right 12px;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    
  }
  .playing .rsel{
    opacity: 0.6;
    pointer-events: none;

  }
  .rsel {
    font-weight: 400;
    font-size: 16px;

    line-height: 1.5;
    border: 2px solid #4c6272;
    box-sizing: border-box;
    min-height: 40px;
    max-width: 100%;
    padding: 4px 30px 4px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  
    color:#fff;
    border-bottom: 0px solid #fff;
    width: auto;
    background:transparent url('data:image/svg+xml,<svg fill="%23DD5560" width="20px" height="20px" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="m50 61.699 34.98-34.98c2.293-2.293 6.0078-2.293 8.3008 0s2.293 6.0078 0 8.3008l-39.129 39.133c-1.1484 1.1445-2.6484 1.7188-4.1523 1.7188s-3.0039-0.57422-4.1523-1.7188l-39.129-39.133c-2.293-2.293-2.293-6.0078 0-8.3008s6.0078-2.293 8.3008 0z"/></svg>') no-repeat right 12px;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    
  }
  
  .rsel:focus {
    /* border-bottom: 2px solid #e8e8e8; */
    box-shadow: inset 0 0 0 0px;
    border-bottom: 0px solid #07b89c;
    outline-offset: 0;
    outline: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
  
  }
  .rstatus{
    font-size:10px;
    position:absolute;
    /*background:#3ac074;*/
    /*background:#dc9838;*/
    background:transparent;
    padding:1px 5px;
    width:100%;
    border-radius:30px;
    color:#212121;
    text-align:center;
    top: -25px;
    font-weight:600;
    height:15px;
  }
  .infobar{
    width: 100%;
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    background: rgb(33 33 33 / 84%);
    border-radius: 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 9;
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
  }
  .firstinfobarsection{
        display: flex;
          overflow: hidden;
  gap: 0px;
  flex: 0 0 360px;
  }
  .secondinfobarsection{
z-index:2;
     display: flex;
     flex: 0 0 300px;
     justify-content: flex-end;
  }
  .playlistsection{
        width: 100%;
  }
  .infoitem {
    position: relative;
}
  @media (max-width:768px){
    .infobar{
    top: 20px;
    }
  }
  .infobar ul{
    margin:0;
    list-style-type: none;
    padding: 0;
    width:100%;
  }
  .infobar li{
    float:right;
  }
  .infobar .tempo{
    float: right;
      
    background: rgb(7 184 156);
    background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);
     padding: 5px 0px;
      border-radius: 8px;
      color: #e8e8e8;
      text-align: center;
      font-size: 20px;
      width: 50px;
      height: 50px;
      cursor:pointer;
  }
  .infobar .tempottext{
    display: block;
      font-size: 11px;
      margin-top: -6px;
  }
  .infobar .timeSignature{
    float:right;
    margin-left: 10px;
    background: #444040;
      padding: 10px;
      border-radius: 8px;
      color: #e8e8e8;
      font-size: 20px;
      width: 50px;
      height: 50px;
  
  }
  .infobar ul li:first-child .activebutton{
margin-left:0px;
  }
  .infobar ul li:first-child .activebutton_secondary{
    margin-left:0px;
      }
  .infobar .activebutton{
    float:right;
    margin-left: 10px;
    background: rgb(7 184 156);
    background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);
      padding: 10px;
      border-radius: 8px;
      color: #e8e8e8;
      font-size: 20px;
      width: 50px;
      height: 50px;
  cursor:pointer;
  }
  .infobar .activebutton svg{
width:30px;
height:30px;
fill: #e8e8e8;
  }
  .infobar .spacer{
    width:2px;
    height:50px;
    background: #5d5d5d;
    margin-left:10px;
    float:left;
   }
  .infobar .activebutton_secondary{
    float:right;
    margin-left: 10px;
    background: transparent !important;
    border: 1px solid #e8e8e8;
       padding: 10px;
      border-radius: 8px;
      color: #e8e8e8;
      font-size: 20px;
      width: 50px;
      height: 50px;
  cursor:pointer;
  }
  .infobar .activebutton_secondary svg{
width:30px;
height:30px;
fill: #e8e8e8;
  }
 
  .bottomrow{
    display:block;
    width:100%;
  }
  .editmenu{
    width: 135px;
      position: absolute;
      z-index: 999999;
      display: block;
      background: #fff;
      right: 16px;
      top: 36px;
      border-radius: 6px;
      padding: 10px;
      box-shadow: 1px 6px 24px #9f313d;
  
  }
  .editmenu ul{
    list-style-type: none;
      margin: 0;
      padding: 0;
  }
  
  .editmenu ul li a{
    width: 100%;
      display: block;
      text-align: center;
  }
  
  .app-panel-link-group{
    width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      align-content: center;
      flex-direction: row;
      transition: 0.5s;
  }
/* EDIT SECTION */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* semi-transparent black overlay */
    z-index:99999999;
  }
  
  .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #323030;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: calc(100% - 40px);
    max-width: 600px;
    height: calc(100% - 90px);
    max-height: 750px;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
/* BEATBOX */
.fullframe{
  max-width: 600px;
}
.selectorframe{
    width:100%;
    height:200px;
    display:block;
    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 400px;
    background: #212121;
  
  }
  .nhsuk-input__prefix, .nhsuk-input__suffix{
     border: 0px solid #4c6272;
  }
  .fullframe .bpm{
    width:100%;
    height:55px;
    background:#323030;
  }
  .fullframe .results{
    color:#fff;
    padding: 15px 10px 8px 10px;
    float:left;
  }
  .fullframe .nhsuk-list>li, ol>li, ul>li{
    margin-bottom: 0px;
  }
  .fullframe .list{
  
    margin-bottom:20px;
    width:100%;
   /* height:200px; */
   margin-top: 8px;
    overflow: scroll;
  }
  .fullframe .list ul{
    margin:0;
    padding:0;
    width:100%;
    list-style-type: none;
  }
  .fullframe .list ul li{
   width:100%;
   padding:10px 15px;
   border-bottom:1px solid grey;
   cursor:pointer;
  }
  .fullframe .sections{
    width:600px;
  }
  
  .fullframe .section{
    width:200px;
  
  
    float:left;
  
  }
  
  .fullframe .section:nth-of-type(2){
    border-left:0px solid #07b89c !important;
  }
  .fullframe .section:nth-of-type(n + 3){
    border-left:2px solid #07b89c;
  }
  
  .fullframe a:visited {
      color: #e8e8e8;
      text-decoration: none;
  }
  .fullframe .section ul{
    margin:0px 0px 0px 0px;
    padding:0px;
    list-style-type: none;
  }
  .fullframe .section ul li{
    padding:10px 20px;
    background:#212121;
    border-bottom:1px solid #333333;
    margin:0px;
    color:#e8e8e8;
    cursor:pointer;
  }
  .fullframe .section ul .final{
    padding:10px 20px;
    background:#fff;
    border-bottom:1px solid #d8dde0;
    margin:0px;
    color:#07b89c;
  }
  .fullframe .section ul .final svg{
  display: block;
      fill: #07b89c;
      margin-top: -8px;
      pointer-events: none;
      position: absolute;
      right: 24px;
      top: 50%;
  }
  .fullframe .section ul .final::after{
    content: ' ';
    float:right;
    height:20px;
    width:20px;
    margin-top:3px;
  background:none;
  }
  .fullframe .section ul li::after{
    content: ' ';
    float:right;
    height:20px;
    width:20px;
    margin-top:3px;
    color:#fff;
    fill:#fff;
  background:url('data:image/svg+xml,<svg fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-label="" aria-hidden="true" class="nhsuk-icon"><title></title><path data-v-ee4d7925="" d="M8.82 19.11a.97.97 0 0 1-.72-.31.996.996 0 0 1 .03-1.41l5.61-5.38-5.6-5.25c-.4-.38-.42-1.01-.05-1.41.38-.4 1.01-.42 1.41-.05l6.37 5.97c.2.19.31.45.32.72s-.11.54-.31.73l-6.37 6.11c-.19.19-.44.28-.69.28Z"></path></svg>');
  }
  .fullframe .section ul li .nhsuk-icon{
    color:#fff;
    fill:#fff;
  }
  .fullframe .topheader{
    width: 100%;
      display: block;
      height: 30px;
      border-bottom: 2px solid #07b89c;
      background: #212121;
  }
  .fullframe .topheader div{
    width: 200px;
      height: 30px;
      padding: 2px 5px;
      font-weight: 600;
      color: #e8e8e8;
      text-shadow: 1px 1px #212121;
      display: block;
      float:left;
  }
  
  .fullframe .selecteda{
    background:#07b89c !important;
    color:#fff;
  }
  .fullframe .selected{
    background:#07b89c !important;
    color:#fff;
  }
  .fullframe .selected .addme{
  border:1px solid #dbdbdb;
}
  .fullframe .ic{
    width: 20px;
      height: 20px;
      display: block;
      float: left;
      margin: 4px 15px 0px 0px;
      border-radius:3px;
  }
  .fullframe .ic.play{
    background: none;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 16px solid #07b89c;
      border-bottom: 10px solid transparent;
      margin-right:19px;
      margin-top: 3px;
  }
  .fullframe .selected .ic.play{
    background: none;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 16px solid #e8e8e8;
      border-bottom: 10px solid transparent;
      margin-right:19px;
      margin-top: 3px;
  }
  .fullframe .ic.stop{
    background:#e8e8e8;
  }
  .fullframe .addme{
    float: right;
      background: #07b89c;
      padding: 5px;
      border-radius: 5px;
      margin-top: -3px;
      font-size: 16px;
      color:#fff;
  }
  .fullframe .addme:hover{
    color:#fff;
    background:#ae3442;
  }
  .fullframe  .addme:visited,.addme:focus{
      color:#fff;
    }
    .fullframe  .stopsmall{
    margin-right:20px;
    margin-top:9px;
    width:20px;
    height:20px;
    background:white;
    border-radius:3px;
    display:block;
    float:left;
  }
  /* SEARCH */

  .search-container {
   /* position: relative;*/
    background:#212121;
    padding:15px;
        position: sticky;
    top: 10px;
    z-index: 2;
    width:100%;

}
.search-icon {
  position: absolute;
left: 21px;
top: 36px;
transform: translateY(-50%);
color: #e8e8e8;
}
.search-input {
    padding: 10px 35px;
    border: none;
    border-radius: 10px;
    background-color: #323030;
    font-size: 16px;
    width: 100%;
    outline: none;
    color:#e8e8e8;
}
.search-icon svg{
fill: #e8e8e8;
width: 27px;
height: 27px;
float: left;
}
.search-input:focus {
    background-color: #323030;
    width:calc(100% - 75px);
    transition: 0.5s;
}
.search-button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #07b89c;
    cursor: pointer;
    display: none;
    transition: 0.5s;
}

#search-results{
  width:100%;
}
#non-search{
  width:100%;
}
.nhsuk-main-wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* main styles */
.sundaymusic-header{
  background-color: #07b89c;
  position: fixed;
  width: 135px;
  z-index: 999;
  transition: 0.5s;
  
  }
  .sundaymusic-header__container {
    margin: 0 auto;
    padding: 0;
  }
  .sundaymusic-header__logo{
  
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
  
  }
  .sundaymusic-header__logo svg{
    width: 35px;height: 35px;
  }
  .sundaymusic-header__logo svg path{
    fill: #fff;
    stroke-width: 0px;
  }
  .sundaymusic-header__link{
    width: 100%;
    height: 100px;
    padding: 18px 0px;
    display: block;
  }
  .sundaymusic-header-text{
    font-weight:800;
    font-size: 15px;
    display:block;
    margin:0 auto;
  }
  .drumfont{
    color:#fff;display: inline-block;
  }
  .subfont{
    color:#aaf9f5;display: inline-block;
  }
  #sidenav{
    height: 100%; /* 100% Full-height */
    width: 135px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    
    text-align: center;
    background-color: #212121; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top:100px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  #sidenav a {
    margin: 0px auto;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    width: 100%;
    height: 88px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-radius: 0;
  }
  #sidenav a svg{
    fill: #818181;
    width:100%;
    height:30px;
    margin-top: 11px;
  }
  #sidenav a span{
    line-height:18px;
    font-size: 16px;
  }
  /* When you mouse over the navigation links, change their color */
  #sidenav a:hover {
    color: #fff;
    background:#07b89c;
  }
  #sidenav a:hover svg{
    fill: #fff;
  }
  #sidenav .sideselected svg {
    fill: #07b89c;
  }
  #sidenav .sideselected {
    color: #07b89c;
  }
  .sundaymusic-menu{
    display:none;
  }
  #main{
    margin-left: 140px;
  }
  
  .soundpane {
    width: calc(100% - 222px);
    position: fixed;
    bottom: 20px;
    background: #fff;
    box-shadow: 2px 3px 63px 0px #121212;
    z-index: 999;
    border-radius: 20px;
    background: #07b89c;
    background: rgb(7 184 156);
    background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);/* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    left: calc(50% + 67.5px);
    transform: translateX(-50%);
    opacity: 95%;
    max-width: 670px;
  }
  .nhsuk-grid-column-full{
    box-sizing: border-box;
    padding: 6px 16px 0 16px;
        position: relative;
  }
  @media (max-width:1263px){
  #main {
    margin-left: 100px;
}
.sundaymusic-header {
    background-color: #07b89c;
    position: fixed;
    width: 100px;
    z-index: 999;
    transition: 0.5s;
}
.sundaymusic-header__link {
    width: 100%;
    height: 92px;
    padding: 18px 0px;
    display: block;
}
.sundaymusic-header-text {
    font-weight: 800;
    font-size: 11px;
    display: block;
    margin: 0 auto;
}
#sidenav {
    height: 100%;
    width: 100px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #212121;
    overflow-x: hidden;
    padding-top: 100px;
    transition: 0.5s;
}
#sidenav a {
    margin: 0px auto;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    width: 100%;
    height: 88px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-radius: 0;
}
}

.signin{
    bottom: 15px;
      position: absolute;
  }
  @media screen and (max-height: 555px) {
  .signin{
    bottom:0;
    position:relative;
    
  }
  }

  @media (max-width: 768px){
  
    .sundaymusic-header {
        width: 100%;
        height: 4px;
        overflow: hidden;
        display: none;
    }
    #sidenav {
        height: 60px;
        width: 100%;
        position: fixed;
        z-index: 1;
        bottom: 0;
        left: 0;
        text-align: center;
        background-color: #212121cf;
        overflow-x: hidden;
        padding-top: 0px;
        
        top: auto;
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        box-shadow: 0px 1px 10px #08080894;
        border-top: 1px solid #818181a3;
                backdrop-filter: blur(10px);
    }
        #sidenav a {
        margin: 0px auto;
        padding: 0px;
        text-decoration: none;
        width: 100%;
        height: 51px;
        color: #818181;
        display: block;
        transition: 0.3s;
        border-radius: 0;
        float: left;
    }
#sidenav a svg {
    fill: #818181;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}
    #main {
        padding-top: 0px;
        margin-left: 0px;
    }

    .signin {
    bottom: auto;
        position: initial;
}
#sidenav a span{
display:none;
}
  

    /*
  .sundaymusic-header {
  width:100%;
  height: 70px;
  overflow: hidden;
  }
  .sundaymusic-header__link {
    width: 170px;
    height: 70px;
    padding: 15px 0px 0px 0px;
    display: block;
    float: left;
  }
  .sundaymusic-header__logo svg{
    float:left;
    margin-right:5px;
    margin-left:10px;
  }
  .sundaymusic-header-text {
    float:left;
    margin-top:8px;
  }
  .sundaymusic-menu{
    display:block;
    float:right;
    padding:5px 10px;
    border:1px solid #e8e8e8;
    border-radius:5px;
    color:#e8e8e8;
    margin-top:15px;
    margin-right:15px;
  }
  .sundaymusic-menu:hover{
    background:#b93342;
    color:#e8e8e8;
    cursor:pointer;
  }
  .sundaymusic-menu:visited,.sundaymusic-menu:active{
    color:#e8e8e8;
  }
  #sidenav{
  width:0;
  }
  #main{
    margin-left: 0px;
    transition: 0.5s;
  }
  
  .open{
    width:135px !important;
  }

  */
  .shifted{
    margin-left:135px !important;
  }
  .soundpane {
    width: calc(100% - 40px);
    position: fixed;
    bottom: 20px;
    background: #fff;
    box-shadow: 2px 3px 63px 0px #121212;
    z-index: 999;
    border-radius: 20px;
    background: rgb(7 184 156);
    background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%); /* margin: 0 auto; */
    transition: 0.5s;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .shifted .soundpane {
   /* left: calc(50% + 67.5px); */
   /* transform: translateX(-50%) scale(0.6); */
    left: calc(50% + 140px);
    transform: translateX(0);
    left: 160px;
  }
  
  .shifted .app-panel-link-group{
    width: calc(100% + 135px);
  }


  }
  

  #topbar{
    width: 100%;
      height: 63px;
      background: #323030f7;
      position: fixed;
      /* border-bottom: 1px solid #454545; */
      color: #e7e7e7;
      text-align: center;
      line-height: 57px;
      font-size: 17px;
      z-index: 998;
      padding-left: 130px;
  }
  
  .nhsuk-button--secondary {
    background-color: #303030;
    /* box-shadow: 0 4px 0 #263139; */
    border: 1px solid white;
    /*float: right; */
    border-radius:30px;
  }
  .nhsuk-input {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.5;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 0;
    box-sizing: border-box;
    min-height: 40px;
    margin-top: 0;
    padding: 4px;
    width: 100%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #fff;
  }
  .nhsuk-input:focus {
    /* border-bottom: 2px solid #e8e8e8; */
    box-shadow: inset 0 0 0 0px;
    border-bottom: 4px solid #07b89c;
    outline-offset: 0;
    outline: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .nhsuk-select {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.5;
    border: 2px solid #4c6272;
    box-sizing: border-box;
    min-height: 40px;
    max-width: 100%;
    padding: 4px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  
    color:#fff;
    border-bottom: 2px solid #fff;
    width: 200px;
    background:transparent url('data:image/svg+xml,<svg fill="%2307B89C" width="20px" height="20px" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="m50 61.699 34.98-34.98c2.293-2.293 6.0078-2.293 8.3008 0s2.293 6.0078 0 8.3008l-39.129 39.133c-1.1484 1.1445-2.6484 1.7188-4.1523 1.7188s-3.0039-0.57422-4.1523-1.7188l-39.129-39.133c-2.293-2.293-2.293-6.0078 0-8.3008s6.0078-2.293 8.3008 0z"/></svg>') no-repeat right 12px;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    
  }
  .nhsuk-select:focus {
    /* border-bottom: 2px solid #e8e8e8; */
    box-shadow: inset 0 0 0 0px;
    border-bottom: 4px solid #07b89c;
    outline-offset: 0;
    outline: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    width: 200px;
  }
    /* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}

/* Position and style the close button (top right corner) */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

/*TEMPO TAP TEMPO BAR */
#tempopop{
  width: 170px;
  height: 340px;
  background: #212121;
  float: left;
  margin-top: 69px;
  border-radius: 12px;
  /* filter: drop-shadow(0px 10px 40px #000000); */
  z-index: 9;
  display: block;
  position: absolute;
      right: -60px;
  border: 1px solid #e8e8e8;

}
#tempopop::before {
  content: '';
    position: absolute;
    top: -13px;
    left: 74px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #e8e8e8;



  }
#taptempo{
width: 150px;
height: 150px;
background: #07b89c;
margin: 10px auto;
border-radius: 12px;
background: rgb(7 184 156);
background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);
text-align: center;
padding-top: 63px;
font-weight: bold;
color: #f9aab6;
cursor:pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none;
    }

.addAnimation {
animation: bgAnimate 0.25s;
}

@keyframes bgAnimate {
0% {
background: rgb(154 189 56);
background:linear-gradient(315deg, rgb(127 136 40) 0%, rgb(154 189 56) 48%) !important;

}
100% {
  background: rgb(7 184 156);
  background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);}
}

#tempocontrols{
width: 150px;
margin: 14px auto;
background:#323030;
display:flex;
height:40px;
border-radius: 12px;
}
#tempominus, #tempoplus{
width: 40px;
padding-top: 0px;
font-weight: bold;
font-size: 24px;
text-align:center;
cursor:pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none;
}
#tempocenter{
flex-grow: 1;
}
#tempoval{
width: 70px;
height: 40px;
text-align: center;
background: transparent;
-webkit-appearance: none;
outline: none;
border: 0px;
color: #e8e8e8;
font-size: 17px;
}
#tempocontrols2{
width: 150px;
margin: 14px auto;
display:flex;
height:40px;
}
#resettempo{
width: calc(50% - 5px);
background:#323030;
border-radius: 9px;
height:40px;
text-align:center;
margin: 0 5px 0 0;
font-size: 18px;
padding-top: 6px;
cursor:pointer;
}
#savetempo{
width: calc(50% - 5px);
background: rgb(7 184 156);
background: linear-gradient(315deg, rgb(21 129 144) 0%, rgb(7 184 156) 48%);
border-radius: 9px;
height:40px;
text-align:center;
margin: 0 0 0 5px;
font-size: 18px;
padding-top: 2px;
cursor:pointer;
border: 0px;
color:#e8e8e8;
}
.librarylink{
position:relative;
display:inline-block;
z-index:99;
border-radius: 6px;
padding: 0px 8px 0px 21px;
background:#818181;

    float: left;
    color: #212121;
    font-size: 0.8em;
    margin-right: 5px;
          }
          .librarylink svg{
            margin-right:5px;
            width:11px;
            height:11px;
            fill:#212121;
                position: absolute;
    top: 3px;
    left: 7px;
          }
          .librarylink:hover{
cursor:pointer;
background: #686868ff;
          }
          .librarylink:visited{
color: #212121;
          }