/* Font Family
================================================== */

@import url("//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400");

/* @import url("//db.onlinewebfonts.com/c/6cdc4cc6b38c8e89e8721abe8aed4ab9?family=Aveny+T+WEB"); */

@font-face {
  font-family: Anton;
  src: url(/fonts/Anton-Regular.ttf);
}

@font-face {
  font-family: Arial;
  src: url(/fonts/Arial.ttf);
}

@font-face {
  font-family: Arvo;
  src: url(/fonts/Arvo-Regular.ttf);
}

@font-face {
  font-family: Autography;
  src: url(/fonts/Autography.otf);
}

@font-face {
  font-family: Barrio-Regular;
  src: url(/fonts/Barrio-Regular.ttf);
}

@font-face {
  font-family: Dancing_Script;
  src: url(/fonts/Dancing_Script.ttf);
}

@font-face {
  font-family: Comic-Sansms;
  src: url(/fonts/design.graffiticomicsansms.ttf);
}

@font-face {
  font-family: Electrolize;
  src: url(/fonts/Electrolize-Regular.ttf);
}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: TrajanPro;
  src: url(/fonts/TrajanPro-Regular.ttf);
}

@font-face {
  font-family: UnifrakturCook;
  src: url(/fonts/UnifrakturCook.ttf);
}

@font-face {
  font-family: Harabara-Mais-Demo;
  src: url(/fonts/Harabara_Mais_Demo.otf);
}

@font-face {
  font-family: Cosmopolitan;
  src: url(/fonts/Cosmopolitan.ttf);
}

@font-face {
  font-family: Courier;
  src: url(/fonts/Courier_BOLD.ttf);
}

@font-face {
  font-family: NetAveny;
  src: url(/fonts/Net_Aveny_T.ttf);
}

@font-face {
  font-family: ProximaNova;
  src: url(/fonts/Proxima_Nova_Font.otf);
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto_Black.ttf);
}

@font-face {
  font-family: SF;
  src: url(/fonts/SF_UI_Display_Regular.otf);
}

@font-face {
  font-family: HT;
  src: url(/fonts/HelveticaNeue_Thin.ttf);
}

@font-face {
  font-family: FS;
  src: url(/fonts/Freight_Sans_Book.otf);
}

* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}

.card {
  box-shadow: 0px 10px 10px 20px rgba(176, 184, 214, 0.09),
    10px 10px 15px -5px #b0b8d6;
  border-radius: 8px;
}

.canvas-wrapper {
  width: 360px;
  height: 100%;
}

.lower-canvas {
  background-color: rgba(0, 0, 0, 0.7);
  filter: none;
  transition: filter 0.5s;
}

.video-player,
.preview-image {
  display: none;
}

body {
  position: relative;
}

.media-controls,
.widget-controls {
  width: 140px;
  left: 5px;
  top: 40%;
  border-radius: 5px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.customization-btn {
  width: 100%;
  left: 5px;
  top: 40%;
  border-radius: 5px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  display: none;
}

.widget-btn,
.media-btn {
  margin-bottom: 0.8rem;
  font-weight: bold;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  box-shadow: none !important;
}

.widget-btn .action-btn-img,
.media-btn .action-btn-img {
  filter: invert();
  height: 20px;
}

input[type="color"] {
  border: none;
  outline: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

/* Drawer CSS */
.drawer {
  display: flex;
  justify-content: center;
  padding: 15px;
  position: fixed;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 21px;
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0;
}

#btnStylesModal .modal-content,
#customBtnStylesModal .modal-content {
  background-color: rgba(0, 0, 0, 0.5);
}

#btnStylesModal1 .modal-content,
#customBtnStylesModal1 .modal-content {
  background-color: rgba(0, 0, 0, 0.5);
}

#imgStylesModal .modal-content,
#customimgStylesModal .modal-content {
  background-color: rgba(0, 0, 0, 0.5);
}

.fontFamilyBtn {
  width: 140px;
  height: 45px;
  background: white;
  border: 1px solid grey;
}

.icon-btn.active,
.editLinkIcon.active {
  box-shadow: 0px 0px 10px;
  border-radius: 10px !important;
}

/* Poll quiz toggle start */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* Poll quiz toggle end */

.label {
  cursor: pointer;
}

.alert {
  display: none;
}

.img-container {
  height: 70vh;
}
.img-container img {
  max-width: 100%;
}

.cropWrapper img {
  max-width: 100%;
}

/* allow comment toggle */
.allowComment.custom-switch .custom-control-label::before {
  width: 2.5rem;
  border-radius: 1rem;
}

.allowComment .custom-control-label::before {
  height: 1.3rem;
}

.allowComment.custom-switch .custom-control-label::after {
  width: 17px;
  height: 17px;
}
.allowComment.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transform: translateX(1.2rem);
}

.allowComment .custom-control-input:focus {
  box-shadow: none;
}
/* allow comment toggle end */

#hashtag,
#language {
  box-shadow: none;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  cursor: pointer;
  bottom: -1%;
}

.owl-carousel .prev-slide {
  left: 5%;
}
.owl-carousel .next-slide {
  right: 5%;
}

/* video skipper yellow slider  */

body {
  background: #7a419b;
  background: linear-gradient(135deg, #7c1599 0%, #921099 48%, #7e4ae8 100%);
}

.player {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
}

/* This css is only applied when fullscreen is active. */
.player:fullscreen {
  max-width: none;
  width: 100%;
}

.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.player__video {
  width: 100%;
}

.player__button {
  background: none;
  border: 0;
  line-height: 1;
  color: white;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  max-width: 40px;
}

.player__button:focus {
  border-color: #ffc600;
}

.player__slider {
  width: 10px;
  height: 30px;
}

.player__controls {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: all 0.3s;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 2147483648;
  /* This is ridiculous so that it overrides the shadow 
  dom and shows the custom player in full screen mode instead */
}

.player:hover .player__controls {
  transform: translateY(0);
}

.player:hover .progress {
  height: 15px;
}

.player__controls > * {
  flex: 1;
}

.progress {
  flex: 10;
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 5px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.progress__filled {
  width: 50%;
  background: #ffc600;
  flex: 0;
  flex-basis: 1%;
}

.progress__filled .current {
  position: absolute;
  right: 0;
  top: -10px;
}

.current,
.duration,
.fullscreen-btn {
  max-width: 40px;
  color: #fff;
  font-size: 14px;
  margin: auto 0px;
  padding: 0 7px;
}

.skipTime {
  color: #fff;
  font-size: 18px;
  margin: auto 0px;
  padding: 0 7px;
  text-align: center;
}

.fullscreen-btn {
  color: #000;
  margin: auto 6px;
  background-color: #f9f9f9;
  border-radius: 2px;
  border: 0;
}

/* unholy css to style input type="range" */

video::-webkit-media-controls {
  display: none !important;
}

/* new slider */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.range-slider {
  position: relative;
  height: 10px;
  border-radius: 15px;
  background: transparent linear-gradient(90deg, #5f822d 0%, #a5af33 100%) 0% 0%
    no-repeat padding-box;
}
.range-slider .slider-progress {
  position: absolute;
  left: 0%;
  right: 0%;
  height: 100%;
  border-radius: 15px;
  background: transparent linear-gradient(90deg, #e4e7c1 0%, #d39892 100%) 0% 0%
    no-repeat padding-box;
  display: flex;
  justify-content: space-between;
}
.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
}
.range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 61px;
  height: 35px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border: 2px solid #8b9e30;
  border-radius: 20px;
  opacity: 1;
}
.range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 61px;
  height: 35px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border: 2px solid #a22a2a;
  border-radius: 20px;
  opacity: 1;
}

#progress-bar {
  width: 0%;
  height: 8px;
  background-color: #2cd3ad;
}

/* loader */

.loader-container {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #00000029;
  display: none;
}
@keyframes audio-wave {
  0% {
    height: 10px;
    trnsform: translateY(0px);
    background: #ff55bb;
  }
  25% {
    height: 40px;
    trnsform: translateY(-5px);
    trnsform: scaleY(1.7);
    background: #ffd3a3;
  }
  50% {
    height: 10px;
    trnsform: translateY(0px);
    trnsform: scaleY(1.7);
    background: #fcffb2;
  }
  100% {
    height: 10px;
    trnsform: translateY(0px);
    trnsform: scaleY(1.7);
    background: #b6eafa;
  }
}

.sound-wave {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 60px;
}
.sound-wave span {
  height: 18px;
  width: 10px;
  display: block;
  border-radius: 8px;
  background: orange;
  animation: audio-wave 2.2s infinite ease-in-out;
}
.sound-wave span:nth-child(2) {
  left: 11px;
  background: red;
  animation-delay: 0.2s;
}
.sound-wave span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}
.sound-wave span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}
.sound-wave span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}
.sound-wave span:nth-child(6) {
  left: 55px;
  animation-delay: 1s;
}

/* Desktop
================================================== */

/* Basic Styles
================================================== */

#audioModal {
  font: 20px/24px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}

/* Typography
================================================== */

/* Links
================================================== */

a,
a:visited {
  color: #ddd;
  outline: 0;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #bbb;
}
p a,
p a:visited {
  line-height: inherit;
}

/* Misc.
================================================== */

.add-bottom {
  margin-bottom: 20px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}

/* Custom Styles
================================================== */

/* Highlight Styles */
::selection {
  background-color: #262223;
  color: #444;
}

/* Audio Player Styles
================================================== */

/* Default / Desktop / Firefox */
audio {
  padding: 0 15px 0 14px;
  width: 100%;
}
#mainwrap {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
}
#audiowrap {
  background-color: #fafafa;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#plwrap {
  margin: 0 auto;
}
#tracks {
  position: relative;
  text-align: center;
}
#nowPlay {
  display: inline;
}
#npTitle {
  margin: 0;

  text-align: right;
}
#npAction {
  padding: 21px;
  position: absolute;
}
.plList {
  margin: 0;
}
.plList li {
  background-color: #fafafa;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 15px 0;
}
.plList li:hover {
  background-color: #eee;
}
.plItem {
  position: relative;
  height: 20px;
}
.plTitle {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}
.plNum {
  padding-left: 21px;
  width: 25px;
}
.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}
.plSel,
.plSel:hover {
  background-color: #262223 !important;
  cursor: default !important;
}
a[id^="btn"] {
  background-color: #231f20;
  color: #c8c7c8;
  cursor: pointer;
  display: inline-block;
  font-size: 50px;
  margin: 0;
  padding: 21px 27px;
  text-decoration: none;
}
a[id^="btn"]:last-child {
  margin-left: -4px;
}
a[id^="btn"]:hover,
a[id^="btn"]:active {
  background-color: #262223;
}
a[id^="btn"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.videoTime.start {
  top: -35px;
}

.videoTime.end {
  top: -35px;
  right: 0;
}

.user-select .dropdown-menu {
  width: 250px;
  left: -30px !important;
}

.user-select .dropdown-toggle {
  background-color: #ffffff;
  border-color: #ced4da;
}

.user-select .dropdown-toggle.bs-placeholder {
  color: #495057;
}

.user-select .dropdown-toggle:focus {
  outline: none !important;
}

.change-thumbnail-btn {
  position: absolute;
  background: #f5f5f540;
  color: white;
  width: 120px;
  text-align: center;
  bottom: -7px;
  padding: 0.3rem;
  cursor: pointer;
}

/* IE 11 */
html[data-useragent*="rv:11.0"] audio {
  margin-left: 2px;
  width: 695px;
}
html[data-useragent*="rv:11.0"] #audiowrap {
  background-color: #000;
}
html[data-useragent*="rv:11.0"] a[id^="btn"] {
  background-color: #000;
}
html[data-useragent*="rv:11.0"] a[id^="btn"]:hover {
  background-color: #080808;
}
html[data-useragent*="rv:11.0"] .plList li {
  background-color: #000;
}
html[data-useragent*="rv:11.0"] .plList li:hover {
  background-color: #080808;
}
html[data-useragent*="rv:11.0"] .plSel,
html[data-useragent*="rv:11.0"] .plSel:hover {
  background-color: #080808 !important;
}

/* All Apple Products */
html[data-useragent*="Apple"] audio {
  margin: 0;
  width: 100%;
}
html[data-useragent*="Apple"] #audiowrap {
  background-color: #000;
}
html[data-useragent*="Apple"] a[id^="btn"] {
  background-color: #000;
}
html[data-useragent*="Apple"] a[id^="btn"]:hover {
  background-color: #080808;
}
html[data-useragent*="Apple"] .plList li {
  background-color: #000;
}
html[data-useragent*="Apple"] .plList li:hover {
  background-color: #080808;
}
html[data-useragent*="Apple"] .plSel,
html[data-useragent*="Apple"] .plSel:hover {
  background-color: #080808 !important;
}

/* IOS 7 */
html[data-useragent*="OS 7"] body {
  color: #373837;
}
html[data-useragent*="OS 7"] audio {
  margin-left: 3px;
  width: 690px;
}
html[data-useragent*="OS 7"] #audiowrap {
  background-color: #e6e6e6;
}
html[data-useragent*="OS 7"] a[id^="btn"] {
  background-color: #e6e6e6;
  color: #373837;
}
html[data-useragent*="OS 7"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="OS 7"] .plList li {
  background-color: #e6e6e6;
}
html[data-useragent*="OS 7"] .plList li:hover {
  background-color: #eee;
}
html[data-useragent*="OS 7"] .plSel,
html[data-useragent*="OS 7"] .plSel:hover {
  background-color: #eee !important;
}

/* IOS 8 */
html[data-useragent*="OS 8"] body {
  color: #373837;
}
html[data-useragent*="OS 8"] audio {
  margin-left: 6px;
  width: 694px;
}
html[data-useragent*="OS 8"] #audiowrap {
  background-color: #e4e4e4;
}
html[data-useragent*="OS 8"] a[id^="btn"] {
  background-color: #e4e4e4;
  color: #373837;
}
html[data-useragent*="OS 8"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="OS 8"] .plList li {
  background-color: #e4e4e4;
}
html[data-useragent*="OS 8"] .plList li:hover {
  background-color: #eee;
}
html[data-useragent*="OS 8"] .plSel,
html[data-useragent*="OS 8"] .plSel:hover {
  background-color: #eee !important;
}

/* IOS 9 */
html[data-useragent*="OS 9"] body {
  color: #373837;
}
html[data-useragent*="OS 9"] audio {
  margin-left: 6px;
  width: 694px;
}
html[data-useragent*="OS 9"] #audiowrap {
  background-color: #d5d5d5;
}
html[data-useragent*="OS 9"] a[id^="btn"] {
  background-color: #d5d5d5;
  color: #373837;
}
html[data-useragent*="OS 9"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="OS 9"] .plList li {
  background-color: #d5d5d5;
}
html[data-useragent*="OS 9"] .plList li:hover {
  background-color: #eee;
}
html[data-useragent*="OS 9"] .plSel,
html[data-useragent*="OS 9"] .plSel:hover {
  background-color: #eee !important;
}

/* Chrome */
html[data-useragent*="Chrome"] body {
  color: #5a5a5a;
}
html[data-useragent*="Chrome"] audio {
  margin-left: 9px;
  width: 677px;
}
html[data-useragent*="Chrome"] #audiowrap {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"] a[id^="btn"] {
  background-color: #fafafa;
  color: #5a5a5a;
}
html[data-useragent*="Chrome"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"] .plList li {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"] .plList li:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"] .plSel,
html[data-useragent*="Chrome"] .plSel:hover {
  background-color: #eee !important;
}

/* Chrome / Android / Tablet */
html[data-useragent*="Chrome"][data-useragent*="Android"] body {
  color: #373837;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
  margin-left: 4px;
  width: 689px;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] #audiowrap {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"] {
  background-color: #fafafa;
  color: #373837;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] .plList li {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] .plList li:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel,
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel:hover {
  background-color: #eee !important;
}

/* Audio Player Media Queries
================================================== */

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  audio {
    width: 526px;
  }
  html[data-useragent*="MSIE 9.0"] audio {
    width: 536px;
  }
  html[data-useragent*="MSIE 10.0"] audio {
    width: 543px;
  }
  html[data-useragent*="rv:11.0"] audio {
    width: 551px;
  }
  html[data-useragent*="OS 7"] audio {
    width: 546px;
  }
  html[data-useragent*="OS 8"] audio {
    width: 550px;
  }
  html[data-useragent*="OS 9"] audio {
    width: 550px;
  }
  html[data-useragent*="Chrome"] audio {
    width: 533px;
  }
  html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
    margin-left: 4px;
    width: 545px;
  }
}

/* CSS Reset
================================================== */

body {
  line-height: 1;
}
ul {
  list-style: none;
}

/* Basic Styles
================================================== */

#audioModal {
  color: #dc3545;
  font: 20px/24px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 5px 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Typography
================================================== */

h1,
h6,
p {
  color: #808080;
  font-weight: 200;
}
h1 {
  font-size: 42px;
  line-height: 44px;
  margin: 20px 0 0;
}
h6 {
  font-size: 18px;
  line-height: 20px;
  margin: 4px 0 20px;
}
p {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 2px;
}

/* Chrome */
html[data-useragent*="Chrome"] body {
  color: #5a5a5a;
}
html[data-useragent*="Chrome"] audio {
  margin-left: 9px;
  width: 677px;
}
html[data-useragent*="Chrome"] #audiowrap {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"] a[id^="btn"] {
  background-color: #fafafa;
  color: #5a5a5a;
}
html[data-useragent*="Chrome"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"] #plList li {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"] #plList li:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"] .plSel,
html[data-useragent*="Chrome"] .plSel:hover {
  background-color: #eee !important;
}

/* Chrome / Android / Tablet */
html[data-useragent*="Chrome"][data-useragent*="Android"] body {
  color: #373837;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
  margin-left: 4px;
  width: 689px;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] #audiowrap {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"] {
  background-color: #fafafa;
  color: #373837;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"]:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li {
  background-color: #fafafa;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li:hover {
  background-color: #eee;
}
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel,
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel:hover {
  background-color: #eee !important;
}

/* Audio Player Media Queries
================================================== */

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  audio {
    width: 526px;
  }
  html[data-useragent*="MSIE 9.0"] audio {
    width: 536px;
  }
  html[data-useragent*="MSIE 10.0"] audio {
    width: 543px;
  }
  html[data-useragent*="rv:11.0"] audio {
    width: 551px;
  }
  html[data-useragent*="OS 7"] audio {
    width: 546px;
  }
  html[data-useragent*="OS 8"] audio {
    width: 550px;
  }
  html[data-useragent*="OS 9"] audio {
    width: 550px;
  }
  html[data-useragent*="Chrome"] audio {
    width: 533px;
  }
  html[data-useragent*="Chrome"][data-useragent*="Android"] audio {
    margin-left: 4px;
    width: 545px;
  }
}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  audio {
    width: 390px;
  }
  html[data-useragent*="MSIE 9.0"] audio {
    width: 400px;
  }
  html[data-useragent*="MSIE 10.0"] audio {
    width: 407px;
  }
  html[data-useragent*="rv:11.0"] audio {
    width: 415px;
  }
  html[data-useragent*="OS 7"] audio {
    width: 410px;
  }
  html[data-useragent*="OS 8"] audio {
    width: 414px;
  }
  html[data-useragent*="OS 9"] audio {
    width: 414px;
  }
  html[data-useragent*="Chrome"] audio {
    width: 397px;
  }
  html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio {
    margin-left: 4px;
    width: 410px;
  }
  #npTitle {
    width: 245px;
  }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
  audio {
    width: 270px;
  }
  html[data-useragent*="MSIE 9.0"] audio {
    width: 280px;
  }
  html[data-useragent*="MSIE 10.0"] audio {
    width: 287px;
  }
  html[data-useragent*="rv:11.0"] audio {
    width: 295px;
  }
  html[data-useragent*="OS 7"] audio {
    width: 290px;
  }
  html[data-useragent*="OS 8"] audio {
    width: 294px;
  }
  html[data-useragent*="OS 9"] audio {
    width: 294px;
  }
  html[data-useragent*="Chrome"] audio {
    width: 277px;
  }
  html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio {
    margin-left: 4px;
    width: 290px;
  }
  #npTitle {
    width: 167px;
  }
}
