@font-face {
  font-family: "DroidSans";
  src: url("./fonts/DroidSans.woff");
  src: local("DroidSans"), url("./fonts/DroidSans.woff") format("woff"),
    url("./fonts/DroidSans.ttf") format("truetype");
}

html,
body {
  margin: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  font-family: DroidSans !important;
  font-size: 15px;
  line-height: 1.3;
  background-color: rgb(0,131,193);
  background-image: url(./images/water-drop-wallpaper-hd.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
}

a,
a:hover,
a:active {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
  text-shadow: none;
}

img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style: none;
}

form,
input,
ul,
li,
select,
option,
textarea,
p,
div,
span,
small,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DroidSans !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0 5px 0;
  margin: 0;
}

h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}

strong {
  text-shadow: none;
  font-weight: bold;
}

.center {
  text-align: center;
}

.copyright_footer {
  font-size: 0.8em;
  text-align: center;
}
.copyright_footer,
.copyright_footer > a {
  color: #eee;
}

/* Add Animation */
@keyframes animate-sidebar-in {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 280px;
    opacity: 1;
  }
}
/* Add Animation */
@keyframes animate-sidebar-out {
  from {
    width: 280px;
    opacity: 1;
  }
  to {
    width: 0px;
    opacity: 0;
  }
}

#sidebar {
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  border: 0px solid #2aa1e8;
  border-right: 0;
  padding: 3px;
  padding: 3px;
  height: calc(100vh - 5px) !important;
  background-color: transparent;
  color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 100;
}

#sidebar-content {
  background: rgba(11,40,58,0.8) !important;
  color: #FFFFFF;
  padding: 3px;
  margin: 0;
  margin-top: 60px;
  height: calc(100vh - 65px);
  border: 0px solid rgb(11,40,58) !important;
  border-right: 0;
  border-radius: 20px 0 0 0 !important;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

#sidebar-button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 2px solid #0b283a;
  border-right: none;
  border-radius: 10px 0 0 10px;
  color: #FFF;
  background-color: rgb(49,66,86);
  background-image: url(./images/blue_display.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0px 10px 0px 10px;
  font-size: 2em;
  opacity: 0.5;
  display: none;
  z-index: 100;
}
#sidebar-button:hover {
  opacity: 1;
}
#sidebar-off {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 2px solid #0b283a;
  border-right: none;
  border-radius: 10px 0 0 10px;
  color: #FFF;
  background-color: rgb(49,66,86);
  background-image: url(./images/blue_display.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0px 10px 0px 10px;
  font-size: 2em;
  line-height: 1.6;
  opacity: 1;
  display: block;
  z-index: 100;
}
.sidebar-hide {
  width: 0px;
  overflow: hidden;
  animation-name: animate-sidebar-out;
  animation-duration: 500ms;
  display: none;
  opacity: 0;
}
.sidebar-show {
  width: 280px;
  display: block;
  overflow: auto;
  opacity: 1;
  animation-name: animate-sidebar-in;
  animation-duration: 500ms;
}
#onlinelist {
  display: block;
}
#side-menu {
  display: none;
}
#side-roomlist {
  display: none;
}

#no-autoscroll {
  position: absolute;
  top: 0px;
  right: 320px;
  width: auto;
  height: auto;
  border: 1px solid #2aa1e8;
  background: rgba(11,40,58,0.3) !important;
  text-align: center;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 5px;
  font-size: 1em;
  line-height: 1.6;
  color: #ffffff;
  z-index: 200;
}
#no-autoscroll:hover {
  background: rgba(11,40,58,0.8) !important;
}

.image-preview {
	width: auto;
	max-height: 150px;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}

.options-menu {
	font-size: 1.1em;
	line-height: 1.6em;
}

.onlinelist-row {
	display: flex;
	padding: 0 !important;
	margin: 0;
	width: 100%;
}

.onlinelist-status {
	float: left;
	height: 40px;
	width: 16px !important;
	padding: 12px 2px !important;
	margin: 0 !important;
	text-align: center;
}

.onlinelist-avatar {
	float: left; 
  width: 40px !important;
  height: 40px;
  border-radius: 20px;
  background-color: #202F3F;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 3px 0 !important;
  padding: 3px !important; 
  margin: 3px !important;
  display: inline-block;
  border: 1px solid #202F3F;
}

.onlinelist-username {
	float: left;
	width: calc(100% - 116px) !important;
	min-height: 40px;
	padding: 5px 5px !important;
	margin:auto 0 !important;
	text-align: left;
	border: 0px solid #fff;
	cursor: pointer;
}

.onlinelist-whisper {
	float: right; 
	width: 30px;
	height: 40px;
	cursor: pointer;
}

.onlinelist-gender {
	float: left;
	width: 20px !important;
	height: 40px;
	padding: 9px 5px 0px 0px !important;
	margin:auto 0;
	text-align: center;
	border: 1px solid: #fcc
}

/* genders */
.male {
  color: #9bdffa;
  background: #202F3F;
  height: 20px;
  width: 20px;
  border-radius: 11px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px !important;
  border: 1px solid #9bdffa;
}
.female {
  color: #f1a3fa;
  background: #202F3F;
  height: 20px;
  width: 20px;
  border-radius: 11px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 3px 2px;
  border: 1px solid #f1a3fa;
}
.trans {
  background: #202F3F;
  color: #eee;
  height: 20px;
  width: 20px;
  border-radius: 11px;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px 2px;
  border: 1px solid #eee;
}
.couple {
  background: #202F3F;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 11px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0px 1px;
  border: 1px solid #fff;
}

.row1 {
	background: transparent;
}
.row2 {
	background-color: rgba(0,0,0,0.2) !important;
}

.ghost {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #ff0000;
	background-color: #ffffcc;
	border: 1px solid #ff0000;
	border-radius: 3px;
	margin: 0;
	padding: 2px;
}

.chat-output {
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
  background: transparent;
  min-height: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  resize: vertical;
  border: none;
  margin-top: 0px;
  overflow: hidden;
}

.chat-footer {
  background: rgba(11,40,58,0.4) !important;
  color: #ffffff;
  height: 100px;
  padding:10px;
  border: 0px dotted #f00;
  width: calc(100% - 280px);
}

.output-left {
  background: transparent;
}

.output-right {
  padding: 5px;
  background: transparent;
}

.input-left {
  position: relative;
  right: 0;
  top: 0;
  float: left;
  width: calc(100% - 352px);
  padding: 2px;
  margin: 0;
  height: 100%;
  background: transparent;
}

.input-tools,
.input-options {
  position: relative;
  right: 0;
  top: 0;
  float: left;
  width: 350px;
  padding: 2px;
  margin: 0;
  height: 100% !important;
  background: transparent;
}

.tools-switcher {
  cursor: pointer;
}
.tools-switcher-btn {
  padding: 0%;
  cursor: pointer;
}
.tools-content {
  display: inline-flex;
  background-color: #eee;
  color: #FFFFFF;
  top: 0;
  height: 100vmax;
  width: 100%;
  border: 1px solid #111;
  border-right: none;
  margin-left: 29px;
  border-radius: 0 0 0 5px;
}

@media only screen and (min-width: 1025px) {
  #sidebar-button {
    display: none;
  }
  #sidebar {
    display: block;
  }
  #sidebar-off {
    display: none;
  }
  .chat-output {
    width: calc(100% - 25px);
  }
  #sidebar {
    border: 0px solid #2aa1e8;
    border-right: 0;
    padding: 0px;
    height: 100% !important;
    background: transparent;
    color: #FFFFFF;
  }
  #sidebar-content {
    background: rgba(11,40,58,0.4) !important;
    padding: 3px;
    margin: 0;
    margin-top: 0px;
    height: 100%;
    border: 0;
    border-left: 0;
    border-radius: 0;
    width: 280px;
  }
}

@media only screen and (max-width: 1024px) {
  .chat-output {
    background: transparent;
	width: 100%;
  }
  .chat-footer {
    background: transparent;
    width: 100%;
    height: 100px;
    color: #ffffff;
  }
  .output-left {
    padding: 2px;
    padding-bottom: 10px;
  }
  .output-right {
    display: none;
  }
  .input-left {
    width: 100%;
  }
  .input-tools,
  .input-options {
    display: none;
  }
  .header-middle,
  .header-right {
    display: none;
  }
  #chatmessages {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: inline-block;
  }

  #sidebar-button {
    display: block;
  }

  #sidebar {
    display: block;
  }
  #sidebar-off {
    display: block;
  }

	#no-autoscroll {
		position: absolute;
		top: 0px;
		right: 60px;
		width: auto;
		height: auto;
		border: 0;
		background: rgba(11,40,58,0.4) !important;
		text-align: center;
		border-radius: 0 0 10px 10px;
		margin: 0;
		padding: 5px;
		font-size: 0.9em;
		line-height: 1.6;
		color: #ffffff;
	}
}

.tbl {
  color: #FFFFFF;
  width: 100%;
  height: auto;
  background-color: rgba(11,40,58,0.2);
  text-align: center;
  padding: 10px;
  border-radius: 0;
  border: 0px solid rgb(11,40,58);
  border-top: 0;
}

.tbl-border {
  background-color: transparent;
  padding: 0px;
  text-align: left;
  border: 1px solid rgba(0,0,0,0.2) !important;
  border-radius: 20px 20px 0 0;
  color: #FFFFFF;
}

.tblheader {
  height: auto;
  color: #FFFFFF;
  background: rgba(11,40,58,0.4);
  font-family: DroidSans !important;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px;
  border: 0;
  border-radius: 15px 15px 0 0;
}

.tblcell {
  color: #FFFFFF;
  height: auto;
  background: rgba(11,40,58,0.4);
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  padding: 3px;
  border-radius: 0px;
  margin: 0;
}

div, p, table, .col {
	color: #FFFFFF;
}

.cell1 {
  background-color: transparent;
  color: #FFFFFF;
  padding: 10px !important;
	border-radius: 20px;
}
.cell2 {
  background-color: rgba(0,0,0,0.2) !important;
  color: #EEEEEE;
  padding: 10px !important;
}

input,
select,
option,
textarea,
.formfield,
.formfield:focus {
  height: auto;
  padding: 5px;
  padding-left: 11px;
  padding-right: 11px;
  background-color: #B2E5FB;
  color: #000;
  font-family: DroidSans !important;
  font-size: 1.2em;
  border: 1px solid rgb(11,40,58);
  border-radius: 18px;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0px 9999px #B2E5FB;
}

.formbutton {
  height: auto;
  padding: 3px;
  padding-left: 11px;
  padding-right: 11px;
  width: auto;
  color: #DDD;
  background-color: rgb(49,66,86);
  background-image: url(./images/blue_display.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-family: DroidSans !important;
  font-size: 1.1em;
  font-weight: normal;
  border: 1px solid rgb(49,66,86);
  border-radius: 18px;
  opacity: 0.8;
}

.formbutton:hover {
	color: #FFFFFF;
	border: 1px solid rgb(49,66,86);
	cursor: pointer;
	opacity: 1;
}

.logoutbutton {
	color: #ff3333;
}

 .bottom-menu-button {
	 font-size: 1.10em !important;
 }

.messagetime {
  display: inline-block;
  background: linear-gradient(145deg, #0b0b0b, #161616);
  color: #ff9f1a;
  font-family: "JetBrains Mono", Consolas, monospace !important;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: auto;
  min-width: 52px;
  text-align: center;
  border: 1px solid rgba(255,159,26,.25);
  border-radius: 6px;
  padding: 2px 6px;
  margin: 0;
  box-shadow:
    inset 0 0 6px rgba(0,0,0,.9),
    0 0 6px rgba(255,159,26,.15);
  text-shadow: 0 0 3px rgba(255,159,26,.25);
}

.chatrow {
  display: block;
  padding: 0px;
  background: rgba(0,0,0,0.3);
  border-radius: 15px;
  margin: 5px;
  padding:3px;
}

.chatmessage {
  border: 0;
  border-radius: 5px;
  background: transparent;
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  max-width: 100%;
  height: auto !important;
  padding: 10px !important;
}

.botmessage {
  border: 0;
  border-radius: 5px;
  background: transparent;
  font-size: 1.1em;
  font-weight: normal;
  color: #ffff63;
  max-width: 100%;
  padding: 15px;
}

.sysmessage {
  display: block;
  border: 0px solid #000;
  border-radius: 10px;
  background: transparent;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  color: #eee;
  padding: 3px;
  max-width: 100%;
}

.privmessage {
  /*display: inline-block;*/
  border: 0;
  background: transparent;
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
  max-width: 100%;
  height: auto !important;
  padding: 10px !important;
}

.privmessage_intro {
  color: #ffc;
  border: 0px solid #333;
  border-radius: 3px;
  background: #900e0e;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px;
}

.room_comein {
  float: left;
  font-size: 1.2em;
  background: transparent url(./images/arrow_right_green.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  border: 0;
}

.room_goout {
  float: left;
  font-size: 1.2em;
  background: transparent url(./images/arrow_left_red.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  border: 0;
}

#smilies_list {
  text-align: center;
  padding: 25px 10px !important;
  font-style: normal;
}
#smilies_list.img {
  max-width: 50px;
  max-height: 50px;
  border: 0;
  display: inline;
}

/* neue Styles mit BS5 Templates */
.list-group,
.list-group-item {
  background-color: transparent;
  border: 0;
  display: block;
}

.message-success {
  background-color: #0b7b38;
  color: #ffffff;
  font-size: 1em;
  padding: 5px;
  margin: 0;
  text-align: center;
  border: 1px solid #150101;
  border-radius: 5px;
}
.message-alert {
  background-color: #ad061f;
  color: #ffffff;
  font-size: 1em;
  padding: 5px;
  margin: 0;
  text-align: center;
  border: 1px solid #150101;
  border-radius: 5px;
}

.login_alert {
  background-color: #fcd2cd;
  color: #7f0000;
  border: 1px solid #7f0000;
}

.index_forms {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.loginform_user {
  width: 200px;
  display: inline-block;
}

.loginform_guest {
  width: 200px;
  display: inline-block;
}

.loginform_password {
  width: 200px;
  display: inline-block;
}

.loginform_roomselect {
  width: 200px;
  display: inline-block;
}

.loginform_roomoption {
}

.loginform_passwordlink {
  font-weight: normal;
  font-size: 1em;
}

.loginform_button {
  width: auto;
  margin: auto;
}

.newsticker {
  max-width: 100vw; /* iOS braucht das */
  white-space: nowrap;
  overflow: hidden;
  /* hier evtl. noch font-size, color usw. */
}

.newsticker span {
  display: inline-block;
  padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
  animation: marquee 25s linear infinite;
}

/* mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.newsticker span:hover {
  animation-play-state: paused;
}

/* Make it move */
@keyframes newsticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  width: 100%; /* iOS braucht das */
  white-space: nowrap;
  overflow: hidden;
  /* hier evtl. noch font-size, color usw. */
}

.marquee span {
  display: inline-block;
  padding-left: 102%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
  animation: marquee 10s linear infinite;
}

/* mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
  animation-play-state: paused;
}

/* Make it move */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-102%);
  }
}

.index_footer {
  text-align: center;
}

.index_rendertime {
  color: #ccc;
  font-size: 0.8em;
}

.register_forms {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.registerform_user {
  width: 200px;
  display: inline-block;
}

.registerform_password {
  width: 200px;
  display: inline-block;
}

.registerform_mail {
  width: 200px;
  display: inline-block;
}

.registerform_genderselect {
  width: 200px;
  display: inline-block;
}

.registerform_captcha_code {
  width: 200px;
  display: inline-block;
}

.registerform_button {
  width: auto;
  margin: auto;
}

/* Modal Header */
.modal-header {
  padding: 15px 10px;
  background-color: rgb(0,48,81);
  color: rgb(0, 0, 0);
  border-radius: 20px 20px 0 0;
  border: 0;
  color: #FFFFFF;
  font-size: 1.3em;
  margin: 0;
}

/* Modal Body */
.modal-body {
  padding: 15px;
  color: #FFFFFF;
  margin: 0;
}

/* Modal Footer */
.modal-footer {
  padding: 5px 15px;
  background-color: rgb(0,101,155);
  border-radius: 0 0 20px 20px;
  color: #FFFFFF;
  margin: 0;
  border: 0;
  border-top: 1px solid rgb(0,48,81);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgb(0,101,155);
  border-radius: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  width: 100%;
  height: auto;
  /*box-shadow: 0 4px 8px 0 rgba(0,131,193, 0.6), 0 6px 20px 0 rgba(0, 101, 155, 0.1);*/
  color: #FFFFFF;
  animation-name: animatetop;
  animation-duration: 0.25s;
}

/* Modal Close in header */
.modal-close {
  cursor: pointer;
  background: url(./images/close.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}



#chathistory {
	color: #ffffff;
	background-color: rgb(0,131,193);
	border: 1px solid #333;
	border-radius: 10px;
	padding: 10px;
	min-height: 100%;
}

.panel-header {
	font-size: 1.5em;
	text-align: center;
	padding: 10px;
}

.panel-body {
	font-size: 1.1em;
	padding: 5px;
}

.smiley-cat {
	height: auto;
	padding: 3px;
	padding-left: 11px;
	padding-right: 11px;
	width: auto;
	color: #EEE;
	background-color: rgb(49,66,86);
	background-image: url(./images/blue_display.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-family: DroidSans !important;
	font-size: 1.2em !important;
	font-weight: normal;
	border: 1px solid rgb(49,66,86);
	opacity: 0.6;
	cursor: pointer;
}

.smiley-cat:hover {
	color: #FFFFFF;
	opacity: 1;
}

.smiley-cat-active {
	color: #FFFFFF;
	text-shadow: 0 0 1px #FFFFFF, 0 0 2px #EEEEEE, 0 0 4px #DDDDDD,
    0 0 8px #BBBBBB;
	cursor: default !important;
	opacity: 1;
}

/* =====================================================
   DIGITAL RADIO CONTROL ROOM – THEME
   ===================================================== */

body {
  background: radial-gradient(circle at top, #111 0%, #050505 60%, #000 100%) !important;
  color: #eaeaea;
}

/* ===== Chatbereich ===== */

.chat-output {
  background: rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(3px);
  border-left: 3px solid #ff7a00;
}

/* ===== Chat Nachrichten ===== */

.chatrow {
  background: linear-gradient(90deg, #0b0b0b, #151515);
  border-left: 3px solid #1db954;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.6);
}

.chatmessage {
  color: #eaeaea;
}

.sysmessage {
  color: #ff9f1a;
  border-left: 3px solid #ff9f1a;
}

.botmessage {
  color: #1db954;
}

/* ===== Footer – Mischpult ===== */

.chat-footer {
  background: linear-gradient(180deg, #101010, #050505) !important;
  border-top: 2px solid #1db954;
}

/* ===== Eingabe ===== */

.formfield {
  background: #0b0b0b !important;
  color: #fff !important;
  border: 1px solid #1db954 !important;
}

/* ===== Buttons ===== */

.formbutton {
  background: linear-gradient(180deg, #1a1a1a, #050505) !important;
  border: 1px solid #ff7a00 !important;
  color: #ff9f1a !important;
  border-radius: 14px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}

.formbutton:hover {
  background: linear-gradient(180deg, #ff7a00, #ff9f1a) !important;
  color: #000 !important;
}

/* ===== Sidebar – Regiepult ===== */

#sidebar-content {
  background: linear-gradient(180deg, #070707, #111) !important;
  border-left: 3px solid #ff7a00;
}

#sidebar-button,
#sidebar-off {
  background: linear-gradient(180deg, #1a1a1a, #050505) !important;
  border-color: #ff7a00 !important;
}

/* ===== Online User ===== */

.onlinelist-row {
  background: rgba(255,255,255,0.03);
  border-left: 2px solid transparent;
  transition: 0.2s;
}

.onlinelist-row:hover {
  border-left: 2px solid #1db954;
  background: rgba(255,255,255,0.06);
}


/* ===== Status Effekte ===== */

.room_comein {
  filter: drop-shadow(0 0 2px #1db954);
}

.room_goout {
  filter: drop-shadow(0 0 2px #ff2a2a);
}

.onair-box {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px;
  margin-bottom: 8px;
  background: linear-gradient(180deg,#250000,#110000);
  border: 1px solid #ff2a2a;
  border-radius: 6px;
  color: #ff2a2a;
  text-shadow: 0 0 6px rgba(255,50,50,0.8);
}

.led {
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff2a2a;
  margin-right:6px;
  box-shadow: 0 0 6px rgba(255,50,50,0.9);
  animation: ledblink 1.5s infinite;
}

@keyframes ledblink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.vu-meter {
  display:flex;
  justify-content:space-between;
  height:18px;
  margin:8px 0;
}

.vu-meter span {
  width:18%;
  background:#1db954;
  border-radius:2px;
  animation: vumeter 1.2s infinite ease-in-out;
}

.vu-meter span:nth-child(2){animation-delay:.2s}
.vu-meter span:nth-child(3){animation-delay:.4s}
.vu-meter span:nth-child(4){animation-delay:.6s}
.vu-meter span:nth-child(5){animation-delay:.8s}

@keyframes vumeter {
  0%{height:20%}
  50%{height:100%}
  100%{height:30%}
}

.chat-footer {
  box-shadow: inset 0 2px 0 #1db954;
}

#sidebar-content {
  box-shadow: inset 2px 0 0 #ff7a00;
}

.player {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0%,100%{ box-shadow:0 0 10px rgba(255,122,0,0.2); }
  50%{ box-shadow:0 0 18px rgba(255,122,0,0.6); }
}

.chatrow {
  animation: msgpop 0.2s ease-out;
}

@keyframes msgpop {
  from{ transform:scale(0.97); opacity:0 }
  to{ transform:scale(1); opacity:1 }
}

/* =====================================================
   AMBER STUDIO CONTROL ROOM – RADIO THEME
   ===================================================== */

body {
  background: radial-gradient(circle at top, #0b0b0b 0%, #050505 65%, #000 100%) !important;
  color: #eaeaea;
}

/* ===== Hauptflächen ===== */

.chat-output {
  background: rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(3px);
  border-left: 3px solid #ff9f1a;
}

#sidebar-content {
  background: linear-gradient(180deg, #0c0c0c, #161616) !important;
  border-left: 3px solid #ff9f1a;
}

.chat-footer {
  background: linear-gradient(180deg, #111, #050505) !important;
  border-top: 2px solid #ff9f1a;
}

/* ===== Chat-Nachrichten ===== */

.chatrow {
  background: linear-gradient(90deg, #0b0b0b, #151515);
  border-left: 3px solid #ff9f1a;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.7);
}

.chatmessage {
  color: #eaeaea;
}

.sysmessage {
  color: #ff9f1a;
  border-left: 3px solid #ff9f1a;
}

.botmessage {
  color: #ffc36b;
}

/* ===== Eingabefeld ===== */

.formfield {
  background: #0b0b0b !important;
  color: #fff !important;
  border: 1px solid #ff9f1a !important;
}

/* ===== Buttons ===== */

.formbutton {
  background: linear-gradient(180deg, #181818, #050505) !important;
  border: 1px solid #ff9f1a !important;
  color: #ff9f1a !important;
  border-radius: 14px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
  transition: all .15s ease;
}

.formbutton:hover {
  background: linear-gradient(180deg, #ff9f1a, #ffc36b) !important;
  color: #000 !important;
  box-shadow: 0 0 8px rgba(255,159,26,.5);
}

/* ===== Sidebar Buttons ===== */

#sidebar-button,
#sidebar-off {
  background: linear-gradient(180deg, #181818, #050505) !important;
  border-color: #ff9f1a !important;
}

/* ===== Online Liste ===== */

.onlinelist-row {
  background: rgba(255,255,255,0.03);
  border-left: 2px solid transparent;
  transition: .15s;
}

.onlinelist-row:hover {
  border-left: 2px solid #ff9f1a;
  background: rgba(255,255,255,0.06);
}



/* ===== OnAir LED ===== */

.onair-box {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px;
  margin-bottom: 8px;
  background: linear-gradient(180deg,#250000,#110000);
  border: 1px solid #ff3b3b;
  border-radius: 6px;
  color: #ff3b3b;
  text-shadow: 0 0 6px rgba(255,59,59,0.7);
}

.led {
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff3b3b;
  margin-right:6px;
  box-shadow: 0 0 6px rgba(255,59,59,.9);
  animation: ledblink 1.4s infinite;
}

@keyframes ledblink {
  0%,100%{opacity:1}
  50%{opacity:.25}
}

/* ===== VU Meter ===== */

.vu-meter {
  display:flex;
  justify-content:space-between;
  height:18px;
  margin:8px 0;
}

.vu-meter span {
  width:18%;
  background:#ff9f1a;
  border-radius:2px;
  animation: vumeter 1.2s infinite ease-in-out;
}

.vu-meter span:nth-child(2){animation-delay:.2s}
.vu-meter span:nth-child(3){animation-delay:.4s}
.vu-meter span:nth-child(4){animation-delay:.6s}
.vu-meter span:nth-child(5){animation-delay:.8s}

@keyframes vumeter {
  0%{height:20%}
  50%{height:100%}
  100%{height:30%}
}

/* ===== Message Animation ===== */

.chatrow {
  animation: msgpop .18s ease-out;
}

@keyframes msgpop {
  from{ transform:scale(.98); opacity:0 }
  to{ transform:scale(1); opacity:1 }
}

#studioSlider {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-110%);
  width: 30%;
  max-width: 600px;
  height: 180px;

  background: linear-gradient(145deg, #0a0a0a, #141414);
  border: 1px solid rgba(255,159,26,.35);
  border-top: none;

  border-radius: 0 0 16px 16px;
  box-shadow:
    0 15px 40px rgba(0,0,0,.85),
    0 0 25px rgba(255,159,26,.15);

  transition: transform .45s cubic-bezier(.22,.61,.36,1);
  z-index: 9999;
}

#studioSlider.open {
  transform: translateX(-50%) translateY(0);
}

.studio-slider-inner {
  height: 100%;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onair-btn {
  background: linear-gradient(135deg, #ff9f1a, #ffb347);
  border: none;
  color: #000;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
  width:100%;
  margin-top:10px;

  box-shadow:
    0 0 10px rgba(255,159,26,.45),
    inset 0 0 4px rgba(255,255,255,.25);

  transition: all .25s ease;
}

.onair-btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 18px rgba(255,159,26,.7);
}

.onair-btn:active {
  transform: scale(.96);
}

/* ================================
   BROADCAST STUDIO PLAYER – CLEAN
   ================================ */

.player {
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding: 16px 20px;

  display: grid;
  grid-template-columns: 90px 60px 1fr 80px;
  align-items: center;
  column-gap: 18px;

  background:
    radial-gradient(circle at top left, rgba(255,159,26,.12), transparent 40%),
    linear-gradient(145deg, #050505, #101010);

  border-radius: 14px;
  border: 1px solid rgba(255,159,26,.35);

  box-shadow:
    inset 0 0 18px rgba(0,0,0,.9),
    0 0 30px rgba(255,159,26,.15);
}


/* COVER */
#coverimage {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;

  background: #0b0b0b;
  border: 1px solid rgba(255,159,26,.3);
  box-shadow: inset 0 0 12px rgba(0,0,0,.85);
}

#coverimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PLAY BUTTON */
#play_button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffb347, #ff9f1a);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  box-shadow:
    0 0 12px rgba(255,159,26,.55),
    inset 0 0 5px rgba(255,255,255,.35);

  transition: all .25s ease;
}

#play_button img {
  width: 22px;
  height: 22px;
}


/* DISPLAY */
.playerdisplay {
  height: 100%;
  min-height: 70px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 10px 16px;

  background:
    linear-gradient(145deg, #070707, #121212);

  border-radius: 10px;
  border: 1px solid rgba(255,159,26,.25);

  box-shadow:
    inset 0 0 14px rgba(0,0,0,.85);
}


/* TITEL */
.playerdisplay strong {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .12em;
  color: rgba(255,159,26,.75);
  text-transform: uppercase;
}

#song_title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
}

/* MARQUEE */
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* VOLUME BLOCK */
#speaker {
  font-size: 1.6rem;
  color: #ff9f1a;
}

#change_vol {
  width: 100%;
  max-width: 70px;
  margin-top: 6px;
}


/* SLIDER TRACK */
#change_vol::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 6px;
  background: linear-gradient(90deg, #ff9f1a, #ffb347);
  border: none;
}

/* SLIDER THUMB */
#change_vol::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9f1a, #ffb347);
  border: none;
  margin-top: -7px;
  box-shadow: 0 0 10px rgba(255,159,26,.9);
}

/* HIDE AUDIO */
audio {
  display: none;
}

/* MOBILE */
@media (max-width: 768px) {

  .player {
    grid-template-columns: 70px 60px 1fr;
    grid-template-rows: auto auto;
    row-gap: 12px;
  }

  #speaker,
  #change_vol {
    grid-column: 1 / -1;
    justify-self: center;
  }

  #change_vol {
    max-width: 180px;
  }
}


