#header {
	color: #fff;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#tabs .tab-pane {
	height: 100% !important;
	bottom: 0 !important;
	padding: 10px !important;
	background-color: #fff;
	background-image: url("https://gugglifox-radio.de/images/hgpalme.png");
}
#userList, #friendsList {
	width: 100%;
	height: 100%;
	bottom: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-animation: AnimationName 20s ease infinite;
	-moz-animation: AnimationName 20s ease infinite;
	animation: AnimationName 20s ease infinite;
	background-image: url("https://gugglifox-radio.de/images/userlistbanner.gif"), linear-gradient(rgb(0, 0, 0) 0%, rgb(67, 63, 63) 50%, rgb(0, 0, 0) 100%);
	background-repeat: no-repeat;
}
@-webkit-keyframes AnimationName { 
      0%{background-position: 49% 0%} 
      50%{background-position:52% 100%} 
      100%{background-position:49% 0%} 
}
@-moz-keyframes AnimationName { 
      0%{background-position:49% 0%} 
      50%{background-position:52% 100%} 
      100%{background-position:49% 0%} 
} 
@keyframes AnimationName { 
      0%{background-position:49% 0%} 
      50%{background-position:52% 100%} 
      100%{background-position:49% 0%} 
}
.emojionearea, .emojionearea.form-control {
	display: block;
	position: relative !important;
	width: 100%;
	padding: 0;
	border: 1px solid #ccc;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#footer {
	padding: 10px 5px !important;
	align-items: center;
	bottom: 0;
	left: 0;
	transition: all .3s ease;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
#usersContainer .nav-pills > li.active > a, #usersContainer .nav-pills > li.active > a:focus {
	color: #fff !important;
	height: 100%;
	padding: top;
	overflow-x: hidden;
	transition: all .3s ease;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
#myUserMenu, #userMenu {
	background-color: #f4f4f4 !important;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 6px -2px #00000063;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.slide_block {
	border-radius: 3px 0 0 3px !important;
	z-index: 10;
	width: 30px;
	height: 60px;
	background-color: #fff !important;
	border: 1px solid #e6e0e0;
	border-right: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -50px;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(6, 6, 6, 0),0 1px 6px rgba(0,0,0,.1) !important;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.userLabel {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	display: inline-block;
	font-size: 14px !important;
	cursor: default;
	top: 6px;
	position: relative;
	margin-bottom: 0 !important;
	color: #e68e5a;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
#tabs .nav-tabs > li.active a {
	background-color: var(--main-bg-color) !important;
	color: #201f1f !important;
	border: 1px solid #040404 !important;
	border-bottom: 0 !important;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#backgroundsContainer, #smileyContainer {
	padding: 2px 0;
	max-width: 281px;
	z-index: 999;
	position: absolute;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,.12);
	border-radius: 6px;
	min-height: 200px;
	min-width: 200px;
	margin-bottom: 25px;
	color: #fff !important;
	border: 1px solid #0d0d0d !important;
	border-bottom: 0 !important;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.dropdown-menu {
	text-align: left;
	list-style: none;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.modal-content {
	position: relative;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	list-style: none;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#chatContainer {
	background-color: rgb(0, 0, 0);
}
.welcome {
	padding: 5px 0;
	margin: 10px 0;
	text-align: center;
	border-radius: 2px !important;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
	color: #f3990b;
}
.search-bar {
	justify-content: center;
	position: relative;
	margin-bottom: 0 !important;
	color: #e68e5a;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
.filtergender {
	border-top: 0 !important;
	padding: 5px 0 !important;
	padding-top: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	flex-wrap: wrap;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
	color: #ef902c;
}
#usersContainer li a {
	text-transform: capitalize;
	font-size: 10px;
	padding-top: 10px;
	color: #000;
	border-radius: 0;
	border: 0;
	border-left: 1px solid #090808;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#header {
	color: #000;
}
div.colorPicker-palette {
	width: 110px;
	position: absolute;
	border: 1px solid #000;
	padding: 2px;
	z-index: 9999;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
div.zabuto_calendar {
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#calendarContainer {
	display: none;
	background-color: black;
}
div.news {
	font-size: 1em;
	text-align: center;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
#send-msg-btn, #loginGuestBtn {
	border-radius: 150px !important;
	color: #0b0a0a;
	border: none;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#usersContainer2 button.selected {
	background: lightgrey;
	color: #fff;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#myWebcamContainer {
	width: 100%;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.userLabel {
	white-space: nowrap;
	line-height: 42px;
	font-size: 16px !important;
	cursor: default;
	color: #e68e5a;
	text-align: center;
}
#webradioPlayerContainer {
	display: flex;
	justify-items: center;
	align-items: center;
	background-color: black;
}
.jsPanel-theme-default > .jsPanel-hdr * {
	color: #000;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#calendarBtn {
	border-radius: 0;
	color: #d57208;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
#loginModal .modal-footer .btn {
	font-size: .8em;
	color: white;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
.form-control::placeholder {
	color: #f7f4f2;
	opacity: 1;
	background-color: gray;
}
div.webcamOpened {
	padding: 5px;
	background: #f8f8f8;
	font-size: .9em;
	margin: 2px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
	color: #f08b08;
}
.btn-group-sm > .btn, .btn-sm {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.webcamHeader {
	line-height: 16px;
	height: auto;
	cursor: move;
	padding: 5px 10px;
	border: none;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
#tabs .nav-tabs {
	display: flex;
	align-items: flex-end;
	padding: 0 !important;
	border: 0 !important;
	flex-wrap: wrap;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
.menuUserItem:hover {
	background-color: #0b0a0a;
}
.emojionearea.focused {
	border-color: #f4ba09;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238, 180, 7, 0.6);
}
.menuUserItem {
	color: #F9F7F7 !important;
}
div.addPrivateMessage {
	padding: 5px !important;
	background-color: #7150039e;
}
.whisper {
	background-color: #1e1e1e !important;
	padding: 10px !important;
}
.windowChat {
	background-color: #eca807;
	position: absolute;
	height: calc(100% - 45px);
	width: 100%;
	padding: 40px 10px 0 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: auto;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.windowInputContainer {
	position: absolute;
	width: calc(100% - 20px);
	margin: auto;
	left: 0;
	right: 0;
	bottom: 6px;
	display: flex;
	align-items: center;
	background-color: #f09725;
}
.jsPanel-content.jsPanel-content-nofooter {
	border-top: none !important;
	background-color: #393737;
}
.windowInputChat {
	width: calc(100% - 24px);
	padding-left: 4px;
	border-radius: 3px;
	border: 2px solid #3e3c3c;
	margin: 2px;
	font-size: 1.25em;
	background-color: #626261;
	background-color: rgba(0, 0, 0, 0);
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	background-color: #f09827;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #111;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.jsPanel .jsPanel-content {
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	background: #fff;
	color: #000;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(241,127,30,1) 0%, rgba(237,189,101,1) 50%, rgba(241,127,30,1) 90%);
}
.alert-success {
	color: #f9f5f1;
	background-color: #ee8629;
	border-color: #d6e9c6;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}
.hamburger-header div {
	background-color: #262525;
}
.gutter {
	background-color: #2f2e2e;
	background-repeat: no-repeat;
	background-position: 50%;
}
#fullMainContainer.tab #webcamsContainer {
	max-width: calc(100vw - 320px);
	overflow-y: hidden;
	overflow-x: auto;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,63,63,1) 50%, rgba(0,0,0,1) 100%);
}

.emojionearea .emojionearea-editor:empty:before{
	content:attr(placeholder);
	color:#161414;
	display:block
}

/* ===== Toolbar im Header (neutralize bottom-left) ===== */
.header-webrtc-slot{margin-left:auto;display:flex;align-items:center;gap:8px}
#webrtcToolbar.header-mounted{
  position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  transform:none!important;margin:0!important;
  display:inline-flex;gap:8px;align-items:center;
  background:linear-gradient(#2b2b2b,#1e1e1e);
  padding:6px 10px;border-radius:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 4px 12px rgba(0,0,0,.25)
}
#webrtcToolbar.header-mounted button{border:none;padding:6px 10px;border-radius:8px;background:#3b3b3b;color:#eee;font-weight:600;cursor:pointer}
#webrtcToolbar.header-mounted .btn-active{background:#c62828;color:#fff}

/* ===== Dock über dem Chat + Floating ===== */
.overlay-dock{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;min-height:140px;background:linear-gradient(#2a2a2a,#1b1b1b);border-bottom:1px solid rgba(255,255,255,.08);overflow-x:auto;scrollbar-width:thin}
/* Dock-Kachel mit Name im Header (Actions im Dock ausblenden) */
.overlay-dock .g-over{position:relative!important;left:auto!important;top:auto!important;width:360px;height:202px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.35);background:#000;cursor:grab}
.overlay-dock .g-over header{display:flex!important;align-items:center;justify-content:flex-start;gap:8px;padding:4px 8px;background:rgba(0,0,0,.35);color:#fff;font-weight:600;border-bottom:1px solid rgba(0,0,0,.2)}
.overlay-dock .g-over header .g-actions{display:none!important}
.overlay-dock .g-over .g-body{width:100%;height:calc(100% - 26px)}
/* Floating-Fenster */
.g-over.floating{position:absolute;z-index:10000;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.45);background:#000;cursor:move}
.g-over.floating header{display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.45);color:#fff;padding:4px 8px}
.g-over.floating .g-body{width:100%;height:calc(100% - 28px)}
.g-over.dragging{opacity:.95;cursor:grabbing}

/* ===== Chat groß, wenn nichts gedockt ist ===== */
:root.no-docked .overlay-dock{display:none!important}
:root.no-docked #messages.windowChat{min-height:calc(100vh - 320px)}

/* --- Guggli v10.1.6: Show 😀 as icon on the Emoji picker open button --- */
.emojionearea .emojionearea-button-open {
  position: relative;
}
.emojionearea .emojionearea-button-open svg,
.emojionearea .emojionearea-button-open i {
  display: none !important; /* hide default glyph */
}
.emojionearea .emojionearea-button-open::before {
  content: "😀";
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transform: translateY(2px); /* subtle vertical align */
}

/* --- Guggli v10.1.28: Emoji picker fix --- */
/* Hide skin tones */
.emojionearea .emojionearea-tones,
.emojionearea .emojionearea-tones *{ display:none !important; height:0 !important; visibility:hidden !important; }
/* When the search bar is placed at the top by the plugin, push the emoji grid down */
.emojionearea-search-position-top .emojionearea-scroll-area{
  top:60px !important;          /* primary fix (plugin uses absolute positioning) */
  margin-top:0 !important;      /* neutralize any conflicting margins */
}
/* Extra safety in case theme uses margins instead of top */
.emojionearea-search-position-top .emojionearea-scroll-area > div{
  /* no change to inner, but rule exists for specificity */
}
