/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-auto {
  margin: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-full {
  width: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-48 {
  width: 12rem;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

.items-center {
  align-items: center;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.dark .dark\:border-0) {
  border-width: 0px;
}

:is(.dark .dark\:bg-neutral-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-slate-400) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:p-3 {
    padding: 0.75rem;
  }
}

@font-face {
    font-family: 'Circular';
    src: url('/assets/CircularStd-Black.52659624.otf') format('truetype');
    font-weight: 700;
    /* Add additional font formats if available */

  }

  @font-face {
    font-family: 'Circular';
    src: url('/assets/CircularStd-Light.56c208a0.otf') format('truetype');
    font-weight: 300;
    /* Add additional font formats if available */
  }

body,html{
   font-family: 'Circular';
   font-weight: 300;
    height: 100%;

}

h1,h2,h3,h4,h5,h6{
    font-family: 'Circular';
    font-family: 700;
}

.login {
    background-image: url(/assets/zituesbanner.bc8d21a0.png);
    background-repeat: no-repeat;
    background-position: 100%;
    max-height: 120px;
    min-height: 150px;
    background-size: cover;
}

.icons{
    width:25px;
 margin: auto;
 margin-bottom:0px;
}

.light-i{
    display:none;
}
#header{
    left:0px;
    position: fixed;
    bottom: 0%;
box-shadow: 0px 0px 8px rgb(54, 54, 54);
z-index: 1;
display: flex;
}

.nav-iterms{
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
 }

#header-top{
    left:0px;
    position: fixed;
    top: 0%;
    padding: 12px;
    z-index: 1;

}

#reload{
    left:17%;
    position: fixed;
    bottom: 10%;
    padding: 3px;
    z-index: 1;
    border-radius:5px;
    background-color: rgb(83, 83, 83);
    font-size: 13px;
    width: 61%;
    text-align: center;
    font-weight: 1;
    display: none;
}

@keyframes fade{
	from{opacity:1.0}
	50%{opacity:0.4;}
	to{opacity:1.1;}
}

#users{
    height: flex;
}
.users{
    height:260px;width:164px;display:inline-block;margin:3px;text-align:center;vertical-align:top;position:relative;
}

.users .propic{border-radius:100%;width:70%;height:39%;margin:auto;margin-top:12px;}

.users span{border-radius:25px;padding:18px;display:block;margin:5px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}

.users #bt-an{border-radius:100%;width:70%;height:39%;margin-top:12px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}
.users span{border-radius:25px;padding:18px;display:block;margin:5px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}

.music{height:159px;width:140px;display:inline-block;margin:3px;text-align:center;vertical-align:top;position:relative}

.music button{border-radius:5px;width:90%;height:35%;border:none;margin-top:20px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}

.music span{border-radius:25px;padding:15px;display:block;margin:15px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}

.endthemusic span{border-radius:25px;padding:35px;display:block;margin:15px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite;width:100%}

.stations{height:240px;width:190px;display:inline-block;margin:3px;text-align:center;vertical-align:top}
#stationlffdjkfkh 
.stations{height:230px;width:46%;display:inline-block;margin:3px;text-align:center;vertical-align:top;margin: 6.5px;}

.stations #ytr{border-radius:3px;width:98%;height:100px;border:none;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}

.stations span{border-radius:25px;padding:20px;display:block;margin:18px;animation:fade 1300ms infinite;-wekit-animation:fade 1300ms infinite}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

#loaderhome,#loaderoffline,#loaderofflineNotifications,#feedsnot{
	display:none;
	position:fixed;z-index:1;
	left:41%;
	top:15%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: rgb(253, 250, 250);
  text-align: center;
  padding: 10px;
}

#b,#b2{
  border: 2px solid rgb(31, 31, 95);
  border-radius: 50%;
  border-top: 1px solid rgb(250, 247, 247);
  width: 100%;
  height: 100%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  display: block;
  
}

#player-container{
    position:fixed;
    padding: 0px;
    z-index: 4;
    width: 100%;
    left: 0px;
    bottom: 7.8%;
    flex-direction: row;
    display: block;
}

#submitRegistration input,#submitlogin input{
  border-bottom: solid 1px rgb(99, 98, 98);
  outline: none;
  margin-bottom: 20px;
  width:90%;
  padding-bottom: 10px;
  background-color: transparent;
}

#submitRegistration label,#submitlogin label{
    display: block;
    text-align: left;
    font-weight: bold;
    padding-left:5% ;
}

#submitRegistration span,#submitlogin span{
display: block;
font-size: 12px;
text-align: left;
color: orange;
}


.player-container span{
    display: inline-block;
    padding: 7px;
    vertical-align: top;
}


.player-container span:nth-child(2){
    width: 63%;
}

.player-container span:nth-child(3){
    width: 10%;
}

#audio{
 display: none;  
}

#player-error{background-color: grey;
position: absolute;
display: block;
z-index: 1;
height: 30px;
bottom: 30px;
border-radius: 20px;
}
.notI span{
display: inline-block;
margin-top: 10px;
vertical-align: top;
}

.notI span:nth-child(1){
    width:63px;
    height: 63px;
    border-radius: 100%;
    background-size:cover;
    background-position: 100%;
    background-repeat: no-repeat;
    margin-right:8px ;
}

.notI span:nth-child(2){
    width:72%
}

#not-count{
    position:fixed;
    display: block;
    padding: 3px;
    background-color:orange;
    border-radius: 20px;
    bottom:5%;
    right: 24%;
    font-size: 10px;

}

.openNo{
    background-color:rgb(58, 57, 57);
    color: white;
}

#profile-pic{
    width:30px;
    height: 30px;
    border-radius: 100%;
    background-position: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#name{
    font-size: 12px;
    padding-left: 4px;
    padding-top:5%;
}

.myStationsList{
    width:14%;
    height: 100px;
    margin: 7px;
}
.myStationPic{
    width: 100%;
    height: 40px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.profile{
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: none;
    overflow: auto;
}

.profileHeader{
    padding: 6px;
height:150px;
width: 100%;
position: relative;
border-radius: 0px 0px 13px 13px;
box-shadow: 0px 0px 4px black;
background-size: cover;
background-position:center;
background-repeat: no-repeat;
}
.h-icon{
background-color: black;
border-radius: 100%;
opacity: 0.6;
position: absolute;
top:8px;
padding: 5px;
}
.h-icon:nth-child(2){
    right: 10px;
    
}
.h-icon:nth-child(3){
    left: 15%;
    top: 21%;
    
}

#userProfilePicture{
    position: absolute;
    display: block;
    width:110px;
    height: 110px;
    border-radius: 100%;
    margin-top: 10%;
    margin-left:4% ;
    border:solid 2px white;
    background-size: cover;
background-position: 100%;
background-repeat: no-repeat;
top: 10%;
}

#userProfileName{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 7px;
}

#uploadPros{
    position: fixed;
    width: 70%;
    bottom: 60%;
    border-radius: 50px;
    left:12%;
    padding: 8px;
}

.btn{
    background-color: orange;
    margin: 8px;
    padding:8px;
    border-radius:20px;
    font-weight: bold;
    font-size: 13px;
    width:100px;
    color: black;
    position: absolute;
    right:4%;
    top: 25%;
display: none;
}

.f-s-d{
    text-align: left;
    display: block;
}
.f-s{
    font-size:13px;
    margin: auto;
    margin:8px;
    margin-top:30px ;
}

.info-info span{
    margin-top: 8px;
    display: flex;
}

.info-info{
    padding: 0px;
    width: 100%;
    margin: 0px;
    
}
.editProfileContainer{
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    display: none;
    text-align: center;
}

.editProfileContainer input,.editProfileContainer select{
    width: 91%;
margin-top: 10px;
padding: 9px;
border-radius: 20px;
font-size: 12px;
}

.editProfileContainer label{
    display: block;
    text-align: left;
    padding-left:8% ;
    margin-top: 2%;
}

.editProfileContainer button{
    background-color: rgb(150, 34, 34);
    padding: 8px;
    border-radius: 30px;
    margin: 7px;
    font-size: 12px;
    font-weight: bold;
    color:white;
}

.mystation{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

.stationBanner{
    height: 150px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;

}


.s-h-icon{width:40px;
    background-color: black;
    height: 40px;
    border-radius: 100%;
    opacity: 0.6;
    padding: 6px;
    }

    .s-h-icon.left {
     order: -1; 
    }

    .s-h-icon.right{
margin-left: 70%;
    }

 .station-top-icons{
display: flex;
justify-content: space-between;
padding-top: 10px;
 }

    #stationName{
padding-left: 15px;
font-size: 12px;
font-weight: bold;

    }

    #stationSubscribers{
        padding-left: 15px;
font-size: 12px;
font-weight: light;
margin-bottom:20px ;
    }

    

    .aboutsStations{
        text-align: center;
    }
.aboutsStations span{
display: inline-block;
margin: 4px;
margin-top: 20px;
font-size: 12px;
font-weight: bold;
background-color: orange;
padding: 7px;
color: black;
width:30%;
text-align: center;
border-radius: 30px;

}

#submitStationPro{
    position: absolute;
    z-index: 1;
    width:80%;
   left: 9%;
text-align: center;
top:140%;
padding: 12px;
border-radius: 10px;
display: none;
}

#submitStationPro button{
    background-color: orange;
    color: black;
    padding: 8px;
    font-weight: bold;
    border-radius: 20px;
    width: 100px;
}

.stationItermContainer{
height: 100%;
z-index: 1;
bottom: 0px;
color: aliceblue;
}

.stationItermContainer .active{
    display: block;
    padding: 10px;
}
.stationItermContainer .sta-others{
    display: none;
}

.song-lists{
 margin-bottom: 6px;
}
.song-lists span{
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
}

.song-lists span:nth-child(2){
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

.song-lists span:nth-child(3){
    width: 70%;
}
.song-lists span:nth-child(4){
    width: 10%;
}


.song-lists p{
    color: orange;
    margin: 0px;
    font-size: 12px;
    font-weight: light;
}


box-icon{
    margin: auto;
    border-radius:100%;
}

#header box-icon{
    display: block;
}

.info box-icon{
    vertical-align: middle;
}


#ab{
    padding: 7px;
}
#ab h4{
  padding: 15px; 
  border-bottom: solid 1px lightgrey; 
  box-shadow: 0px 0px 4px black;
  border-radius: 6px;
}

#edit-station{
    position: fixed;
top: 0px;
left: 0px;
overflow: auto;
z-index: 1;
display: none;
}
.cover-photo-choose{
    width: 90%;
    height: 100px;
    background-color: rgb(56, 56, 56);
    margin: auto;
    border-radius: 8px;
    font-weight: bold;
    font-size:20px;
    margin: 6px;
}

#songFoFileBtn{
    display: block;
    border-radius: 20px;
    width: 90%;
    margin: auto;
    padding: 8px;
    font-size:15px;
    margin-top: 7px;
}

.song-form{
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 9px;
    overflow: auto;
    display: none;
    padding-bottom: 200px;
}
.song-form label{
    display:block;
    text-align: left;
    margin:13px;
    font-weight: bold;

}

.song-form input,.song-form select{
    border-radius: 20px;
    width: 90%;
    padding: 7px;

}

#resID{
    background-color: grey;
    width:90%;margin: auto;
    margin-top:20px;
    border-radius: 20px;
}
#resID div{
    display: block;
    background-color: orange;
    height: 10px;
    border-radius: 20px;
    width: 0px;
    font-weight: bold;
    color: black;
    text-align: right;
    padding: 7px;
}

#show-upload-form-button{
background-color: orange;
color: black;
font-weight: bold;
padding: 6px;
border-radius: 20px;
width:150px;
margin: 20px;
}

.emailform{
    position: fixed;
    background-color: black;
    height:100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    text-align: center;
    padding-top:60px;
}
.emailform input{
    display: block;
    margin: auto;
    width:70%;
    padding: 6px;
    border-radius:20px;
    outline: none;
    margin-top: 8px;
    text-align: center;
}
.emailform button{
    display: block;
    margin: auto;
    width:70%;
    padding: 6px;
    border-radius:20px;
    outline: none;
    margin-top: 13px;
    background:orange;
    color: black;
    font-weight: bold;
}

#restPasswordForm{
    text-align: center;
    overflow: auto;
    padding-bottom: 30px;
}
#restPasswordForm input{
display: block;
margin: auto;
width: 90%;
border-radius: 20px;
padding: 9px;
outline: none;
}

#restPasswordForm label{
    display: block;
    text-align: left;
    margin-left: 20px;
    margin: 10px;
    font-weight: bold;

}
#restPasswordForm button{
    display: block;
    text-align: left;
    margin-left: 20px;
    margin: 10px;
    background-color: orange; 
    font-weight: bold;
    border-radius: 30px;
    color: black;
    padding: 8px;
    font-size: 13px;
    margin: auto;
    text-align: center;
}

#restPasswordForm span{
    margin-left: 15px;
    display:block;
    margin-top: 4px;
}

.createStation{
    position: fixed;
    z-index: 1;
    padding: 10px;
    text-align: center;
    display: none;
}

.createStation input,.createStation textarea{
display: block;
border-radius:20px;
padding: 8px;
width: 90%;
margin: auto;
}

.createStation label{
    display: block;
    text-align: left;
    margin: 15px;
    margin-left: 20px;

}

.createStation button{
    display: block;
    text-align: left;
    margin: auto;
    background-color: orange;
    color: black;
    font-weight: bold;
    padding: 8px;
    width:200px;
    text-align: center;
    border-radius: 20px;
}

.createStation span{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
}


#thumb{
    width:50px;
    height: 50px;
    background-repeat: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top:10px;
}

.player-content{
    flex-direction:initial;
    padding-left:6px;
}


#svhlklhouiou{
 display: block;
}

#svhlklhouiou div{
    width: 0%;
    height: 2px;
    background-color: orange;
}

.full-player-container{
display: none;
position: fixed;
z-index: 7;
}

.overlay{
    position: fixed;
    top: 0px;
    left: 0px;
text-align: center;
background-repeat: 100%;
background-size: cover;
background-repeat: no-repeat;
filter:blur(18px);

z-index: -1;
}

  .overlay2{
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgb(7, 6, 6),rgb(8, 8, 8));
    opacity: 0.7;
z-index: -1;
  }


  .thdsgrhklkthecontainer{
    position:fixed;
    z-index: 1;
    text-align: center;
    padding: 20px;
  }

  #backdrop-pickjgj{
    margin: auto;
    background-repeat: 100%;
background-size: cover;
background-repeat: no-repeat;
width: 70%;
height: 180px;
margin-top:20%;
box-shadow: -6px -6px 4px rgba(73, 73, 73, 0.5);
  }

  #full-song-title{
    margin-top: 25px;
    font-size: 15px;
  }

  #full-song-artist{
    font-weight: 700;
    font-size: 17px;
  }
  .playerIconsss{
display: flex;
margin-top:27px;
  }
  .playerIconsss span{
    flex: 1;
    font-weight: bold;
    font-size: 17px;
  }
  .playerIconsss box-icon{
    display: block;
  }

  .music-track-span{
    display: flex;
    margin-top: 40px;
  }

  .music-track-span span{
flex: 1;
vertical-align: middle;
  }
  .music-track-span span:nth-child(2){
    flex: none;
    width: 60%;
  }

  .music-play-buttons{
    display: flex;
    margin-top: 40px;
  }
  .music-play-buttons span{
    flex: 1;
    vertical-align: middle;
  }

  input[type="range"] {
    width: 100%;
    height: 4px;
    background-color: #ddd;
    border: none;
    border-radius: 4px;
    appearance: none;
    outline: none;
  }
  
  /* Styling for the thumb */
  input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    background-color: orange;
    border: none;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
  }

  .song-loder{
position: fixed;
bottom: 10%;
  }

  #downloadcontainerhhhh{
    position: fixed;
    padding: 7px;
    width: 90%;
    border-radius: 5px;
box-shadow: 0px 0px 6px black;
    background-color: rgb(36, 35, 35);
    z-index: 9;
    top: 10px;
    left: 4%;
    display: none;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
   
  }

  #main-search-container{
    position: fixed;
    z-index: 5;
    display: none;
    padding: 9px;
    
  }
  #search-input{
    border: none;
    padding: 5px;
    padding-left: 9px;
    border-radius: 20px;
    margin: 7px;
    outline: none;
    width: 80%;
  }
  #search-results{
padding: 9px;
overflow: auto;
height: 90%;
  }

  .profile-search-list{
display: flex;
  }
.profile-search-list img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 6px;
}

.profile-search-list{
    object-fit: cover;
    border-radius: 100%;
    vertical-align: middle;
    margin: 6px;
    font-weight: bold;
}

#song-search-results{
    display: flex;
}
#song-search-results img{
   width: 30px; 
   height: 30px;
   margin: 7px;
   object-fit: cover;
}
#song-search-results{
    font-size: 13px;
    font-weight: bold;
}

h3{font-weight: bold;}

.station-search-list img{
    width: 30px; 
    height: 30px;
    margin: 7px;
    object-fit: cover;
 }
 .station-search-list{
     font-size: 13px;
     font-weight: bold;
     display: flex;
 }

 #offline-top-nav{
    text-align: center;
    display: flex;
    margin-top: 14px;
 }
 #offline-top-nav button{
    margin: 5px;
    margin-top: 4px;
border:solid 1px rgb(109, 109, 108);
background-color: none;
 border-radius: 20px;
 padding: 7px;
 flex: 1;
 font-size: 15px;
 }
 #offline-top-nav button:hover{
    background-color: orange;
    color: black;
 }
 

 #player-off-list,#player-off-list2,#player-off-list3{
    border-bottom: solid 1px rgb(83, 83, 83);
 }
 #player-off-list span,#player-off-list2 span,#player-off-list3 span{
    display: inline-block;
    vertical-align: middle;
    border-bottom:#707070 ;
    padding: 3px;
 }
 #player-off-list img{
    width:50px;
    height:50px;
    object-fit: cover;
    margin: 7px;
 }

 #player-off-list span:nth-child(1),#player-off-list2 span:nth-child(1),#player-off-list3 span:nth-child(1){
    width: 20%;
 }
 #player-off-list span:nth-child(2),#player-off-list2 span:nth-child(2),#player-off-list3 span:nth-child(2){
    width: 64%;
    margin-left: 2.5%;
 }
 #player-off-list span:nth-child(3),#player-off-list2 span:nth-child(3),#player-off-list3 span:nth-child(3){
    width: 10%;
    padding: 4px;
    text-align: center;
 }


 #offline-music-container{
    overflow: auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 200px;
 }

 .off-active{
    display: block;
    color: #8f8f8f;
 }
 .off-non-active{display: none;}
 #downloadsing{
    position: fixed;
    top: 0px;
    z-index: 1;
    display: none;
 }

 #jjjjjlklkl{
    font-size:13px;
    border-bottom: solid 1px rgb(107, 106, 106);
    padding: 9px;
 }
 #sub-stations{
    position: fixed;
    z-index: 7;
    left: 0px;
    top: 0px;
    padding: 11px;
    display: none;
 }
 #stationlffdjkfkh{
    height: 100%;
    overflow: auto;
    margin-top: 9px;
    padding-bottom:100px;

 }

#feeds{
    overflow: auto;
}
 .post_top {
    display: block;
 }
 .post_top span{
    flex:1;
    display: inline-block;
    vertical-align: middle;
 }

 .post_top span:nth-child(1){
    width: 13%;
    height: 40px;
    border-radius: 100%;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 8px;
 }
 .post_top span:nth-child(2){
    width:72%;
 }

 .post_top span:nth-child(3){
width: 10%;
 }
 .post_imgs{
    width: 100%;
    height: 250px;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
 }

 .post_footer{
    border-bottom:solid 1px rgb(53, 53, 53);
    padding: 9px;
    display: flex;
 }

 .post_footer span{
    flex:1;
    font-weight: 1;
 }
 .comment-tab{
   display: none; 
 }
 #comment_tab_full{
    padding: 4px;
    z-index: 6;
    position: fixed;

 }

 #jiji{
    overflow: auto;
    padding-bottom: 100px;
 }

 .comment_section_sub{
    padding: 9px;
    margin: 4px;
    border-radius:10px;
    border-left: solid 1px rgb(107, 107, 107);
 }

 .comment_section_sub span,.comment_section_sub_2 span{
vertical-align: top;
 }

 .comment_section_sub_2{
    padding: 9px;
    border-radius: 10px;
    border-left: solid 1px rgb(107, 107, 107);
    border-bottom:solid 1px rgb(107, 107, 107) ;
    margin-top: 10px;
 }
 #main_comment_input{
   margin: 10px;
   font-size: 12px;
   background-color: #242424;
   padding: 10px;
   border-radius: 10px;
 }

 #main_comment_input_date{
    margin: 10px;
    font-size: 12px;
    background-color: #242424;
    padding: 10px;
    border-radius: 10px;
    color: orange;
 }
 #comment-sent{
    z-index: 7;
    position: fixed;
    bottom: 0%;
    left: 0px;
    padding: 8px;
    padding-bottom: 9px;
    font-size: 15px;
    font-weight: bold;
 }
 #comment-sent span{
display:inline-block;
vertical-align: middle;
 }

 #comment-sent span:nth-child(1){
    background-color: #2e2e2e;
    width: 88%;
    padding: 9px;
    padding-left: 20px;
    border-radius: 40px;
    margin-right: 5%;
    font-size: 13px;
    outline: none;
 }

 .comment_in_tag{
    background-color:orange;
    margin-right:10px;
    padding: 3px;
    font-weight: bold;
    font-size: 15px;
    color: white;
 }
 #load-comments{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: 9;
 }

 #post-button{
    position: fixed;
    z-index: 6;
    top:400px;
    background-color: rgb(231, 153, 7);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0px 0px 7px black;
    right:8%;
    top: 73%;

 }

 .fetch-post{
    position: fixed;
    z-index: 20;
    background-color: red;
    top: 0px;
    left: 0px;
    display: none;
 }

 .post-header{
    background-color: rgb(71, 70, 70);
    padding: 10px;
    width:90%;
    margin: auto;
    border-radius: 10px;
    margin-top:25%;
    display: flex;
 }

 #post-footer-gg{
    background-color: rgb(71, 70, 70);
    padding: 10px;
    width:90%;
    margin: auto;
    border-radius: 10px;
    margin-top:2%;
    display: flex;
 }


 .post-header span{
flex-direction: row;
vertical-align: bottom;
margin: 7px;
 }
 
 #show-picture{
    width: 20%;
    height: 30px;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
 }
 #postBtn{
    float: right;
    width: 70%;
    text-align: right;
 }

 #postBtn button{
    background-color: orange;
    width: 48%;
    padding:4px;
    border-radius: 20px;
    color:black;
    display: inline-block;
    font-size: 17px;
    margin: 1px;
  
 }

 #name2{
    width:50%;
}

#post-message-container{
background-color:rgb(71, 70, 70);
min-height:100px ;
width: 90%;
margin: auto;
margin-top:10px ;
border-radius: 7px;
padding: 13px;
font-weight: 1;
color: rgb(150, 148, 148);
outline: none;
font-size: 17px;
}

#image-preview-post{
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 88%;
    margin: auto;
    height: 10px;
    margin-top: 5px;
    border-radius: 7px;
    text-align: right;
}

#remove-pic{
display: none;
}

#pross{
    position: fixed;
    top: 9%;
    left: 0px;
    width: 100%;
    display:none;
}
#progress-uploading progress{
    width: 100%;

}
progress::-webkit-progress-value {
    background-color: #f19305;
  }

  .wallet{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    padding: 13px;
    overflow: auto;
    display: none;
  }
  #wallet-mid,.pending-trans{
    background-color: #202020;
    padding: 10px;
    box-shadow: 0px 0px 4px black;
    border-radius: 8px;
  }

  .pending-trans{
   margin-top: 20px;
  }

  .wallet-transactions{
    margin-top: 15px;
    padding: 3px;
    width: 100%;
  }

  .wallet-transaction-list{
    display: flex;
  }

  .wallet-transaction-list span{
   flex: 1;
    padding: 5px;
    font-size: 13px;
  }

  .full-infoddd{
    position: absolute;
    background-color: #2c2c2c;
    top: 20%;
    left: 18%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 100px black;
    display: none;
  }
  .full-infoddd b{
    margin: 10px;
    font-weight: bold;
  }

  span:hover .full-infoddd{
    display: block;
  }

  #reload-wallet{
    background-color: #f19305;
    border-radius: 6px;
    font-size:14px;
    padding: 7px;
    color: black;
    font-weight: bold;
    float: right;
  }

  #basic{
    background: linear-gradient(to bottom,rgb(70, 69, 69),rgb(197, 196, 195));
    width: 60%;
    margin: auto;
    margin-top: 20px;
    padding: 6px;
  }
  #premium{
    background: linear-gradient(to bottom,rgb(136, 89, 2),rgb(245, 174, 69));
    width: 70%;
    margin: auto;
    margin-top: 20px;
    padding: 6px;
  }

  #ddgmwg{
    background-color: #f19305;
    margin-top: 20px;
    padding: 7px;
  }

  #premdd{
    background: #8f8f8f;
    background: linear-gradient(to bottom,rgb(53, 53, 52),rgb(37, 37, 37));
    width:60%;
    margin: auto;
    text-align: left;
    margin-top: 20px;
  }

  #premdd h4{
    background-color: rgb(236, 151, 22);
    color: #292828;
    padding: 10px;
  }


  #premdd ul{
    padding: 7px;
  }

  #premdd li{
    list-style-type:circle;
    margin-left: 20px;
  }

  #premdd button{
    margin: auto;
    background: linear-gradient(to top,rgb(240, 171, 68),rgb(206, 130, 17));
    color: black;
    padding: 7px;
    width: 100%;
  }

  #activjffj{
    margin: auto;
    background: linear-gradient(to top,rgb(240, 171, 68),rgb(206, 130, 17));
    color: black;
    padding: 7px;
    width: 100%;
  }

  #expire h4{
    background-color: red;
    padding: 10px;
    color: white;
  }
  #expire{
    background:linear-gradient(rgb(150, 76, 76),rgb(240, 70, 70));
    color: rgb(92, 32, 32);
    width:70%;
    margin: auto;
    padding: 6px;
  }

  .station-buttons{
    display: inline-block;
    flex-direction: row;
    width: 49.4%;
    margin: auto;
    vertical-align: top;
    justify-content: center;
    position: relative;
    bottom: -50px;
  }

  .btn2{
    background-color: orange;
    display: inline-block;
    position: absolute;
    right: 0px;
    margin: 9px;
    border-radius: 30px;
    padding: 7px;
    vertical-align: top;
    color: #202020;
    font-weight: bold;
    font-size: 14px;
}

.over-lay-transaparent{
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to bottom,rgb(0,0,0,0),rgb(0,0,0,5));
}

.btn2.insght{
left: -60px;
width:100px
}

#station-insignts{
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0px;
  display: none;
}

.insights-data{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.insights-data div{
  grid-column: auto;
  margin: auto;
  background: linear-gradient(orange,rgb(245, 184, 71));
  width: 96%;
  padding: 12px;
  border-radius: 3px;
  color: #242424;
  text-align: center;
}

.insights-data div div{
  font-size: 50px;
  font-weight: bold;
}

.insights-data h4{
  font-size: 20px;
}

.station-top-h4{
  padding: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: #292828;
}