html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:root {
  --accent-color: #c0392b; 
}

body,
html {
  font-family: "Roboto",sans-serif;
  font-size: 10pt;
  font-weight: 300;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #22263a; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: inherit;
  outline-width: 0;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.blog {
	margin-left: 0px;
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: nowrap; }

.preloader {
  font-size: 1.07em;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  color: #2f2f2f;
  background: rgba(250,250,250,.95);
}

.preloader.loadComplete {
  visibility: hidden;
  opacity: 0;
}

.preloader .text_area {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  display: block;
  height: 50px;
  margin-top: -25px;
}

.main-container {
  font-size: 0;
  overflow: hidden;
  width: 100vw; 
  height: 100px;
  margin: 0 auto;
  white-space: nowrap; 
}

.main-container .view {
  font-size: 10pt;
  display: inline-block;
  width: 100%;
  margin: 0;
  -webkit-transition: margin-left cubic-bezier(0.25, 0.8, 0.25, 1) 550ms;
  transition: margin-left cubic-bezier(0.25, 0.8, 0.25, 1) 550ms;
  vertical-align: top;
  white-space: normal;
}

.main-container .view.main .artwork-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: auto;
  vertical-align: middle;
}

.main-container .view.main .artwork-image #analyzer {
  position: absolute;
  z-index: 1;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-container .view.main .artwork-image .artwork-img img,
.main-container .view.main .artwork-image .artwork-img {
  display: block;
  width: 100%;
  height: auto;
}

.main-container .view.main .artwork-image .artwork-preloader {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  -webkit-animation: preloaderbackground linear 3s infinite;
  animation: preloaderbackground linear 3s infinite;
  background-color: #159756;
}

.main-container .view.main .artwork-image .artwork-preloader:after,
.main-container .view.main .artwork-image .artwork-preloader:before {
  position: absolute;
  z-index: 9;
  bottom: 0;
  display: block;
  width: 0;
  height: 4px;
  content: "";
  -webkit-animation: preloaderfront ease-in 3s infinite;
  animation: preloaderfront ease-in 3s infinite;
  background: #afa;
}

.main-container .view.main .artwork-image .artwork-preloader:after {
  right: 50%;
}

.main-container .view.main .artwork-image .artwork-preloader:before {
  left: 50%;
}

.main-container .view.history {
  position: relative;
  height: 100%;
  background-color: #eaeaea;
}

.main-container .view.history .table-scroll {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 405px;
  padding: 10px 15px;
}

.main-container .view.history .table-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.main-container .view.history .table-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0,0,0,0);
}

.main-container .view.history .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #df7c72;
}

.main-container .view.history .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #e48f86;
}

.main-container .view.history .table-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: #db695d;
}

.main-container .view.history table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  text-align: left;
}

.main-container .view.history table thead tr th {
  font-weight: normal;
  padding: 2px 5px 5px;
}

.main-container .view.history table tr th,
.main-container .view.history table tr td {
  padding: 4px 6px;
}

.main-container .view.history table tr th.history-time-ago,
.main-container .view.history table tr td.history-time-ago {
  min-width: 75px;
  padding-right: 6px;
  text-align: right;
}

.main-container .view.history table tr th.history-track,
.main-container .view.history table tr td.history-track {
  width: 60%;
}

.main-container .view.history table tr th.history-artwork,
.main-container .view.history table tr td.history-artwork {
  text-align: right;
}

.main-container .view.history table tr th.history-artwork img,
.main-container .view.history table tr td.history-artwork img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.main-container .view.history table tr:hover>td {
  background: rgba(0,0,0,.05);
}

.main-container .view.channels {
  position: relative;
  height: 100%;
  background-color: #eaeaea;
}

.main-container .view.channels h3 {
  padding: 0 0 0 30px;
}

.main-container .view.channels ul.channel-list {
  overflow: auto;
  max-height: 375px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-container .view.channels ul.channel-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.main-container .view.channels ul.channel-list::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0,0,0,0);
}

.main-container .view.channels ul.channel-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #df7c72;
}

.main-container .view.channels ul.channel-list::-webkit-scrollbar-thumb:hover {
  background: #e48f86;
}

.main-container .view.channels ul.channel-list::-webkit-scrollbar-thumb:window-inactive {
  background: #db695d;
}

.main-container .view.channels ul.channel-list li {
  display: block;
  margin: 0;
  padding: 0;
}

.main-container .view.channels ul.channel-list li a {
  display: block;
  padding: 10px 10px 10px 30px;
}

.main-container .view.channels ul.channel-list li a:hover {
  background: rgba(192,57,43,.05);
}

.main-container .view.channels ul.channel-list li a.active {
  font-weight: 500;
}

.main-container .bottom-back {
  font-weight: 500;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.main-container .bottom-back a {
  padding: 5px 16px;
  color: #fff;
  border-radius: 2px;
  background: #c0392b;
}

.main-container .bottom-back a:hover {
  background: #d44e40;
}

.player {
  position: relative;
  margin: 0;
  padding: 10px 10px 5px;
  background-image: url(https://www.mojradio.net/wp-content/uploads/2024/03/home5-hero-bg.jpg);
    background-position: center center;
    background-size: cover;
	display: flex;
}

.player .on-air {
  font-weight: 400;
  line-height: 1.4;
  width: 250px;
  display: block;
  padding: 0 10px;
  text-align: left;
  color: #fff;
}

.player .on-air a {
  color: #fff;
}

.player .on-air .artist-container,
.player .on-air .title-container {
  position: relative;
  overflow: hidden;
}

.player .on-air .artist-container span,
.player .on-air .title-container span {
  margin-right: 25px;
}

.player .on-air .artist-container.title-container,
.player .on-air .title-container.title-container {
  height: 36px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.player .on-air .artist-container.artist-container,
.player .on-air .title-container.artist-container {
  height: 29px;
}

.player .on-air .artist {
  font-size: 1.2em;
  position: absolute;
  overflow: hidden;
  padding: 7px 0 0;
  white-space: nowrap;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.player .on-air .title {
  font-size: 1.4em;
  position: absolute;
  overflow: hidden;
  padding: 3px 0 3px;
  white-space: nowrap;
  color: #ff6600;
  font-family: poppins, sans-serif;
}

.player .playback {
  display: inline-block;
  width: 68px;
  height: 68px;
}

.player .playback .play,
.player .playback .stop {
  float: left;
  cursor: pointer;
  opacity: .9;
}

.player .playback .play.hidden,
.player .playback .stop.hidden {
  display: none;
}

.player .playback .play circle,
.player .playback .stop circle {
  -webkit-transition: fill 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: fill 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  fill: #fff;
  stroke-width: 0;
}

.player .playback .play .circle-preloader,
.player .playback .stop .circle-preloader {
  display: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke-miterlimit: 10;
  fill: none;
  stroke: #d65548;
}

.player .playback .play path,
.player .playback .stop path {
  fill: #ff6600;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.player .playback .play:hover,
.player .playback .stop:hover {
  opacity: 1;
}

.player .playback .play:hover circle,
.player .playback .stop:hover circle {
  fill: #fff;
}

.player.aio-seeking .playback .stop svg .circle-preloader {
  display: block;
}

.options-status {
  padding: 4px;
  border-top: 1px solid #81261d;
}

.options-status .player-status {
  font-size: .9em;
  display: inline-block;
  max-width: 200px;
  padding: 2px 5px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}

.options-status .options {
  display: inline-block;
  float: right;
}

.options-status .options a {
  line-height: normal;
  display: none;
  width: 24px;
  text-align: center;
  vertical-align: middle;
}

.options-status .sharing-area.sharing_disabled {
  display: none;
}

@-webkit-keyframes preloaderbackground {
  0%, 24.9% {
    background-color: #159756;
  }

  25%, 49.9% {
    background-color: #da4733;
  }

  50%, 74.9% {
    background-color: #3b78e7;
  }

  75%, 100% {
    background-color: #fdba2c;
  }
}

@keyframes preloaderbackground {
  0%, 24.9% {
    background-color: #159756;
  }

  25%, 49.9% {
    background-color: #da4733;
  }

  50%, 74.9% {
    background-color: #3b78e7;
  }

  75%, 100% {
    background-color: #fdba2c;
  }
}

@-webkit-keyframes preloaderfront {
  0% {
    width: 0;
    background-color: #da4733;
  }

  24.9% {
    width: 50%;
    background-color: #da4733;
  }

  25% {
    width: 0;
    background-color: #3b78e7;
  }

  49.9% {
    width: 50%;
    background-color: #3b78e7;
  }

  50% {
    width: 0;
    background-color: #fdba2c;
  }

  74.9% {
    width: 50%;
    background-color: #fdba2c;
  }

  75% {
    width: 0%;
    background-color: #159756;
  }

  100% {
    width: 50%;
    background-color: #159756;
  }
}

@keyframes preloaderfront {
  0% {
    width: 0;
    background-color: #da4733;
  }

  24.9% {
    width: 50%;
    background-color: #da4733;
  }

  25% {
    width: 0;
    background-color: #3b78e7;
  }

  49.9% {
    width: 50%;
    background-color: #3b78e7;
  }

  50% {
    width: 0;
    background-color: #fdba2c;
  }

  74.9% {
    width: 50%;
    background-color: #fdba2c;
  }

  75% {
    width: 0%;
    background-color: #159756;
  }

  100% {
    width: 50%;
    background-color: #159756;
  }
}

/*# sourceMappingURL=simple.css.map */