html {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.omeradio-logo-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  margin-top: 0;
}
.now-playing-footer {
  color: #fff;
  font-size: 14px;
  font-family: 'Lucida Console', Monaco, monospace;
  margin: 0 10px;
  align-self: center;
  background: rgba(0,0,0,0.18);
  padding: 2px 10px 2px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 2px #0002;
  min-width: 120px;
  text-align: center;
  display: inline-block;
}
.omeradio-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}
.omeradio-logo-footer {
  width: 64px;
  height: auto;
  display: block;
}
.omeradio-megaphone {
  color: #fff;
}
.omeradio-megaphone:hover {
  color: #267919;
}
.omeradio-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
}
.omeradio-logo-footer {
  width: 64px;
  height: auto;
  display: block;
}
/* OMRadio logo header above player */
.omeradio-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6px;
  margin-top: 2px;
}
.omeradio-logo-header {
  width: 64px;
  height: auto;
  top: 0;
  padding-bottom: 2px;
}
.request-btn:hover, .request-btn:focus {
  background: #0077cc;
  box-shadow: 0 4px 12px #0099ff44;
}

/* Now Playing styles */
body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background: #000 !important;
}
.now-playing {
  display: block;
  width: 96%;
  margin: 6px auto 0 auto;
  padding: 5px 0 2px 0;
  color: #fff;
  font-size: 13px;
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  background: rgba(0,0,0,0.18);
  border-radius: 3px;
  box-shadow: 0 1px 2px #0002;
}
body{margin:0!important}
.playerbox {
  position: absolute;
  width: 220px;
  height: 90x;
  right: 40px;
  background-color: rgba(40,40,40,.65);
  border-color: rgba(255,255,255,.08);
  border-radius: 0 0 5px 5px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.7),1px 0 0 0 rgba(0,0,0,.7),-1px 0 0 0 rgba(0,0,0,.7);
  -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,.7),1px 0 0 0 rgba(0,0,0,.7),-1px 0 0 0 rgba(0,0,0,.7);
  box-shadow: 0 2px 0 0 rgba(0,0,0,.7),1px 0 0 0 rgba(0,0,0,.7),-1px 0 0 0 rgba(0,0,0,.7);
  box-sizing: border-box;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 6px;
}
.playerbox #radioPlayer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 0 3px;
  vertical-align: top;
}
.playerbox #toggler {
  margin: 0;
  display: flex;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.playerbox #toggler img{width:28px;height:28px;display:block}
.playerbox input[type=range] {
  width: 70px !important;
  height: 2px !important;
  display: inline-block;
  margin: 0 0 0 8px !important;
  background: 0 0 !important;
  background-color: #424242 !important;
  vertical-align: middle;
  align-self: center;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.playerbox input[type=range]:focus{outline:0}
.playerbox input[type=range]::-webkit-slider-runnable-track{width:122px!important;height:3px!important;cursor:pointer!important;animate:.2s!important;background-color:#424242!important}
.playerbox input[type=range]::-webkit-slider-thumb{height:9px!important;width:10px!important;background-color:#8f8f8f!important;cursor:pointer!important;-webkit-appearance:none!important;margin-top:-3px!important}
.playerbox input[type=range]::-moz-range-track{width:122px!important;height:3px!important;cursor:pointer!important;animate:.2s!important;background-color:#424242!important;border-radius:1.3px}
.playerbox input[type=range]::-moz-range-thumb{height:9px!important;width:10px!important;background-color:#8f8f8f!important;cursor:pointer!important;margin-top:-3px!important}
.playerbox input[type=range]::-ms-track{width:122px!important;height:3px!important;cursor:pointer!important;animate:.2s!important;background:0 0!important;border-color:transparent!important;background-color:#424242!important;color:transparent}
.playerbox input[type=range]::-ms-thumb{height:9px!important;width:10px!important;background-color:#8f8f8f!important;cursor:pointer!important;margin-top:-3px!important}
