.box [data-tab] {
  cursor: pointer;
  padding-top: 5px;
}
.box [data-tab] i.fas, .box [data-tab] i.fa {
  padding-right: 5px;
}
.box [data-tab]:hover {
  color: #007BFF;
  text-decoration: underline;
}


/* Promo */
.channel-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr));
	grid-template-rows: 0.85fr auto; /* Definice dvou řad: první pro obsah, druhá pro tlačítko */
	height: 100%; /* Nebo nastavte na konkrétní výšku */
	gap: 0.9rem;
}
.channel-item {
   /* flex: 0 0 calc(25% - 16px); *//* 4 sloupce - úprava dle potřeby */
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	background: #d2e3af;/*#f0f0f0*/
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.channel-item:hover {
	box-shadow: inset 0 0 6px rgba(35, 173, 278, 1);
	transition: all 200ms ease-out;
}
.channel-item img.icon-tv-kanal  {
	width: 100%;
	height: 30px;
	margin-bottom: 8px;
	border-radius: 0;
	vertical-align: middle;
	padding-right: 6px;
	object-fit: contain;
}

/* Tematicke balicky */
span.channel-name {
	display: inline-block;
	padding: 4px 4px;
	border-radius: 4px;
	line-height: 1.2; /* upraveno pro čitelnější výšku řádku */
	border: 1px solid #ccc;
	margin: 2px;
	transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
span.channel-name:hover {
	background: linear-gradient(0deg, #ededed 0%, #ffffff 100%);
	color: #000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Když v tabulce > tr > td jsou přítomny nějaké divy s třídou .channel-item, 
   použije se grid layout s definovanými sloupci a řádky */
#thematicPackages .box-grid-column-px {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 90px), 1fr));
	grid-template-rows: auto 0.85fr auto;
	gap: 0.2rem;
	
}
/* Když td neobsahuje žádný div s třídou .channel-item, 
   přepne se na blokový layout (display: block) */
#thematicPackages .box-grid-column-px:not(:has(.channel-item)) {
	display: block; 
}

#thematicPackages .channel-item {
	background: linear-gradient(180deg, white, transparent);
	display: inline-block;
	padding: 4px 4px;
	line-height: 1.2; /* upraveno pro čitelnější výšku řádku */
	border: 0px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/*box-shadow: none;*/
	transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	margin: 2px;
	color: #000000;
} 
#thematicPackages .channel-item:hover {
	background: linear-gradient(0deg, #ababab 0%, #ffffff 100%);
	color: #000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#thematicPackages .channel-item .icon-tv-kanal{
	width: 70px;
	height: 40px;
	vertical-align: middle;
	padding-right: 0px;
	object-fit: contain;
}
#thematicPackages .channel-item img.icon-tv-kanal {
	max-width: 100%;
	/*height: 40px;*/
	margin-bottom: 0px;
	border-radius: 4px;
	object-fit: contain;
}

#thematicPackages .channel-item h3 {
	font-size: 90%;
	font-weight: normal;
}
#thematicPackages .text-small {
	grid-column: 1 / -1; /* rozšíří přes všechny sloupce */
	justify-self: end;   /* zarovná doprava */
	align-self: end;     /* zarovná dolů */
}

/* Tematicke balicky - alert */
.custom-alert {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none; /* 👈 důležité */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.25s ease;
}
.custom-alert-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  max-width: 400px;
  width: 90%;
  text-align: center;
  font-family: Arial, sans-serif;
  outline: none;
}
.custom-alert-content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.custom-alert-content button {
  background-color: #007bff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}
.custom-alert-content button:hover {
  background-color: #0056b3;
}


/* Radia */
.channel-item.radio-channel {
	background-color: #f9f3e7;
	border-left: 4px solid #f4a261;
	padding: 10px;
	margin-bottom: 15px;
	cursor: default;
/*    border-radius: 6px;*/
}
.channel-item.radio-channel h3 {
	color: #e76f51;
}
/*
.channel-item.radio-channel img.icon-tv-kanal {
	opacity: 0.6;
	filter: grayscale(100%);
}
*/
/******************** ***************************************** */
.package-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    background: #fff;
    cursor: default;
	position: relative;

}
/* Když div neobsahuje žádný div s třídou .channel-item, 
   nejsou v nabídce žádné programy, nebudeme zobrazovat prázdný balíček (display: none) */
.package-card:not(:has(.channel-item)) {
	display: none; 
}

.package-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.package-container {
    border-radius: 8px;
    overflow: visible; /* Důležité kvůli tooltipům */
    transition: background 0.3s ease;
    background: none;
}

/* gradient na celý container při aktivaci */
.package-card.active .package-container {
    /*background: linear-gradient(180deg, #5c8edc 0%, #7da3e8 60%, #fafafa 100%);*/
	background: linear-gradient(180deg, #d9ead3 0%, #edf5e1 60%, #fafafa 100%);
}

.package-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px;
    background: linear-gradient(180deg, #d9ead3 0%, #edf5e1 60%, #fafafa 100%);
    color: #2e2e2e;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.25px;border-radius: 8px 8px 0 0;
}

.package-header:hover {
    color: #fff;
	background: #5c8edc;
	border-radius: 8px 8px 0 0;
}

.package-card.active .package-header,
.package-card.active .package-details {
    background: transparent;
    color: #000000;
}

/* Styl pro aktivní kartu – zobraz a nastav jako grid */
.package-card.active .package-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 90px), 1fr));
    grid-template-rows: auto 0.85fr auto;
    gap: 0.2rem;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.85em;
    white-space: nowrap;
    z-index: 12000;
    transition: opacity 0.2s ease;
    pointer-events: none;
    font-weight: normal;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    user-select: none;
}

.header-left:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.package-title {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 700;
	font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    line-height: 26px;
    color: inherit;
}

.toggle-icon {
    font-weight: normal;
    text-align: right;
    user-select: none;
    transition: transform 0.3s ease;
    flex: 0 0 auto;
    cursor: pointer;
    background: #f1f1f1;
    color: #333;
    padding: 0px 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
}

.package-details {
    margin-top: 12px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 16px;
    background: transparent;
    color: inherit;
}

.channel-names-only {
    margin-top: 10px;
    color: #555;
    font-size: 0.95em;
}

.program-count {
    position: absolute;
    right: 10px;
    bottom: 32px;
    color: #485566;
    white-space: nowrap;
}

.package-price {
    margin-top: 12px;
    font-weight: 600;
    font-size: 120%;
    color: #ff0000;
    text-align: center;
    padding-bottom: 6px;
}

/* Pro lepší přístupnost - fokus 
.package-title:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}
*/
@media (max-width: 800px) {
	.custom-tooltip {
		left: 230%;
	}
}

/***********************************  *************/

/* Styling for tabs */
.tabs {
	list-style: none;
	border-bottom: 0px solid #ccc;
}
.tabs:after {
	content: '';
	display: table;
	clear: both;
}
.tabs input[type=radio] {
	display: none;
}
.tabs label {
	display: block;
	float: left;
	width: 33.3333%;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	box-shadow: inset 0 4px #ccc;
	border-bottom: 4px solid #ccc;
	transition: all 0.5s;
}
.tabs label:hover, .tabs [id^="tab"]:checked + label:hover {
	color: #33508A;
	box-shadow: inset 0 4px #8fae11;
	border-bottom: 4px solid #8fae11;
}
.tabs [id^="tab"]:checked + label {
	background-color: #f1f6e6;
	box-shadow: inset 0 4px #33508A;
	border-bottom: 4px solid #33508a;
	color: #33508A;
}

/* Tab content styling */
.tab-content {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	background-color: #ffffff;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
	display: block;
}
.tab-content * {
	animation: scale 0.3s ease-in-out;
}
@keyframes scale {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Vyhledávací pole */
.div-channel-search {
	margin-bottom: 10px;
	background-image: linear-gradient(0deg, #b1b1b1 0%,  #ffffff 40%, #ffffff 100%);
	padding-bottom: 3px;
	line-height: 40px;
}
.nazev-tv-balicek {
	font-size: 90%;
	font-weight: bold;
}

/* vyhledavaci pole input */
.channel-search {
	font-size: 100%;
	width: 200px; /* Nastav šířku vyhledávacího pole podle potřeby */
	margin-left: 1px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	outline: none;
	box-sizing: border-box;
	cursor: text;
	background-color: #fff;
}
.channel-search::placeholder {
	color: #999;
	font-style: italic;
}

/* Fokus na vyhledávací pole */
.channel-search:focus {
	border-color: #057fd0;
	box-shadow: 0 0 5px rgba(5, 127, 208, 0.5);
	background-color: rgba(243, 245, 190, 0.973);
}
#selectAllBtn, #deselectAllBtn {
	margin-bottom: 10px;
}

/* Tlačítko reset */
.reset-button {
	box-shadow: 0 1px 0 #f0f7fa;
	background: linear-gradient(to bottom, #f1f1f1 5%, #7bae11 100%);
	background-color: #33bdef;
	border-radius: 6px;
	border: 1px solid #057fd0;
	cursor: pointer;
	padding: 6px 10px;
	text-decoration: none;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
/* Hover efekt tlačítka */
.reset-button:hover {
	background: linear-gradient(to bottom, #ffffff 5%, #3f52dd 100%);
	background-color: #2b39f8;
}
/* Efekt "propáčknutí" při kliknutí */
.reset-button:active {
	background-color: #033f73;
	box-shadow: inset 0 0 5px #f0f7fa;
}

/* Pokud nebyl nalezen žádný kanál */
.no-results {
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	background-color: rgba(253, 255, 202, 0.973);
}


/* Base style for all channels */
.content-kanal {
	border: 1px solid #ccc;
	float: left;
	padding-left: 6px;
	line-height: 50px;
	font-weight: bold;
	font-size: 11px;
	width: 24%;
	margin-top: -1px;
	margin-right: -1px;
	white-space: nowrap;
	overflow: hidden;
	margin: 3px;
	border-radius: 8px;
	transition: transform 0.2s;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Default Channel (for basic package) */
.content-kanal.default-channel {
	background-color: #ffffff; /* Red or another color for default */
	color: #000000; /* Text color for contrast */
}

/* Extra Channel (for higher packages) */
.content-kanal.extra-channel {
	background-color: #e6ffe6; /* Light green for extra channels */
	color: black; /* Text color for extra channels */
}

/* Hover effect for all channels */
.content-kanal:hover {
	box-shadow: inset 0 0 6px rgba(35, 173, 278, 1);
	transition: all 200ms ease-out;
}

/* Hover effect for extra-channel */
.content-kanal.extra-channel:hover {
	background-color: #d4f4d4; /* Slightly darker green when hovered */
}

/* respozivni */
@media screen and (min-width: 600px) and (max-width: 700px)  {
	.tab-content {margin-left: 1px;}
	.content-kanal {
		padding-left: 0px;
		width: 32%;
	}
}
@media screen and (max-width: 600px) {
	.tab-content {margin-left: 1px;}
	.content-kanal {
		padding-left: 1px;
		width: 32%;
	}
}
@media screen and (max-width: 500px) {
	.tab-content {margin-left: 1px;}
	.channel-search {width: 160px;}
	.content-kanal {
		padding-left: 0px;
		width: 48%;
	}
}

/* informativni text */
.content-kanal-green-info-text {
	color: #7bae11;
	font-weight: bold;
	padding: 0px 0 10px 0;
	text-align: center;
}

/* logo kanalu */
.icon-tv-kanal {
	width: 50px;
	vertical-align: middle;
	padding-right: 6px;
	height: 50px;
	object-fit: contain;
}

/******** POPUP ONCLIK - JS MODAL *****/
.modal {
	display: none;
	position: fixed;
	z-index: 12000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	animation: fadeIn 0.3s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Fade-out animation */
@keyframes fadeOut {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0.9);
	}
}

/* Fade-out class for the modal */
.modal.fade-out {
	animation: fadeOut 0.3s ease-in-out;
	opacity: 0; /* End fully transparent */
	pointer-events: none; /* Prevent interaction during fade-out */
}

/* Obsah modalu */
.modal-content {
	background: linear-gradient(135deg, #ffffff, #f3f3f3);
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	margin: 10% auto;
	padding: 20px;
	width: 40%;
	max-height: 40vh; /* Maximum height set to 60% of the viewport height */
	overflow-y: auto; /* Enables vertical scrolling if content exceeds max height */
	-webkit-overflow-scrolling: touch; /* Plynulé scrollování na iOS */
	scrollbar-width: thin; /* tenčí scroll bar pro Firefox */
	scrollbar-color: rgba(0,0,0,0.2) transparent; /* barva scroll baru Firefox */
	text-align: center;
	position: relative;
	animation: fadeIn 0.3s ease-out;
}

/* Scrollbar styling pro WebKit (Chrome, Safari, Edge) */
.modal-content::-webkit-scrollbar {
	width: 6px;
}
.modal-content::-webkit-scrollbar-track {
	background: transparent;
}
.modal-content::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
}

@media screen and (max-width: 800px) {
	.modal-content {
		width: 90%;
		padding: 10px;
		max-height: 50vh; /* Výška modalu */
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* Plynulé scrollování na iOS */
		scrollbar-width: thin; /* tenčí scroll bar pro Firefox */
		scrollbar-color: rgba(0,0,0,0.2) transparent; /* barva scroll baru Firefox */
	}

	/* Scrollbar styling pro WebKit (Chrome, Safari, Edge) */
	.modal-content::-webkit-scrollbar {
		width: 6px;
	}
	.modal-content::-webkit-scrollbar-track {
		background: transparent;
	}
	.modal-content::-webkit-scrollbar-thumb {
		background-color: rgba(0,0,0,0.2);
		border-radius: 3px;
	}
}

/* Horní řádek - číslo vlevo, close vpravo */
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	padding-bottom: 6px;
}

/* číslo kanálu */
.modal-header > h5 {
	font-size: 100%;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 4px 12px;
	background-color: #e0e7ff; /* jemná modrá barva pozadí */
	border-radius: 9999px; /* full pill shape */
	box-shadow: 0 2px 6px rgba(99, 102, 241, 0.3); /* jemný modrý stín */
	user-select: none; /* nelze označit text */
	letter-spacing: 0.02em;
	white-space: nowrap;
	display: inline-block;
	transition: background-color 0.3s ease;
}
.modal-header > h5:hover {
	background-color: #c7d2fe;
	cursor: default;
}

/* Když není číslo kanálu, zarovnej close button doprava absolutně */
.modal-header.no-order {
	justify-content: flex-end;
}
.modal-header.no-order .close-button {
	position: static; /* nebo remove absolute */
	top: auto;
	right: auto;
	padding-right: 0;
}

/* odělovací čára */
.modal-divider {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1); /* jemná šedá čára */
	margin-bottom: 15px;
}

/* Zavírací tlačítko */
.close-button {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.2s ease;
	line-height: 1;
}
.close-button:hover,
.close-button:focus {
	color: #000;
	text-decoration: none;
}

/* Tělo modalu - logo vlevo, info vpravo */
.modal-body {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

/* Logo */
.modal-logo {
	flex: 0 0 auto;
}
.modal-icon-tv-kanal {
	width: 140px;
	height: 140px;
	object-fit: contain;
	border-radius: 8px;
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Info (název, kategorie) */
.modal-info {
	flex: 1;
	min-width: 0; /* důležité pro správné zalamování textu */
}
.modal-info h4 {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 5px 0;
	color: #222;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.modal-info p {
	font-size: 0.95rem;
	color: #555;
	margin: 4px 0;
}


/*** ruční přepnutí light nebo dark režim  ***/
html[data-theme='dark'] .channel-item,
html[data-theme='dark'] #thematicPackages .channel-item,
html[data-theme='dark'] .modal-content,
html[data-theme='dark'] .custom-alert-content,
html[data-theme='dark'] .content-kanal {
	background-color: #1e1e1e;
	color: #e0e0e0;
	border-color: #333;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

html[data-theme='dark'] .channel-item:hover,
html[data-theme='dark'] .content-kanal:hover,
html[data-theme='dark'] #thematicPackages .channel-item:hover {
	box-shadow: inset 0 0 6px rgba(35, 173, 278, 0.9);
	background: #2a2a2a;
	color: #fff;
}

html[data-theme='dark'] .custom-alert {
 	 background: rgba(0, 0, 0, 0.8);
}

html[data-theme='dark'] .custom-alert-content {
  	background: #121212;
  	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

html[data-theme='dark'] .custom-alert-content p {
  	color: #eee;
}

html[data-theme='dark'] .custom-alert-content button {
  	background-color: #339af0;
  	color: white;
}

html[data-theme='dark'] .custom-alert-content button:hover {
  	background-color: #1c7ed6;
}

html[data-theme='dark'] .tabs [id^="tab"]:checked + label {
	  background-color: #222;
	  color: #fff;
}
html[data-theme='dark'] .toggle-icon {
	background: #2c2c2c;
	color: #ccc;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.1);
}


html[data-theme='dark'] .package-card {
    background-color: #1e1e1e;
	color: #e0e0e0;
	border-color: #333;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
html[data-theme='dark'] .package-card:hover {
    box-shadow: inset 0 0 6px rgba(35, 173, 278, 0.9);
	background: #2a2a2a;
	color: #fff;
}

html[data-theme='dark'] .package-header {
    color: #e0e0e0;
	background: linear-gradient(180deg, #264d3d 0%, #375e4b 60%, #1c1c1c 100%);
}
html[data-theme='dark'] .package-header:hover {
    color: #000000;
}
html[data-theme='dark'] .package-card.active .package-header {
    color: #000000;
}
html[data-theme='dark'] .package-card.active .package-container  {
    color: #f0f0f0;
	background: linear-gradient(180deg, #264d3d 0%, #375e4b 60%, #1c1c1c 100%);
}
html[data-theme='dark'] .package-details .channel-item {
    background: none !important;
}
html[data-theme='dark'] .program-count {
    color: #dadada;
}
html[data-theme='dark'] .package-price {
    color: #e0e0e0;
}


html[data-theme='dark'] .tabs label {
	color: #aaa;
	background-color: #1e1e1e;
	border-bottom-color: #444;
	box-shadow: inset 0 4px #444;
}

html[data-theme='dark'] .tabs label:hover,
html[data-theme='dark'] .tabs [id^="tab"]:checked + label:hover {
	color: #8fae11;
	box-shadow: inset 0 4px #8fae11;
	border-bottom: 4px solid #8fae11;
}

html[data-theme='dark'] .tabs [id^="tab"]:checked + label {
	background-color: #2a2a2a;
	box-shadow: inset 0 4px #8fae11;
	border-bottom: 4px solid #8fae11;
	color: #8fae11;
}

html[data-theme='dark'] .tab-content {
	background-color: #1c1c1c;
	color: #f0f0f0;
}

html[data-theme='dark'] .div-channel-search {
	background-image: none;
	background-color: #2c2c2c;
	color: #ddd;
}

html[data-theme='dark'] .channel-search {
	background-color: #1e1e1e;
	border: 1px solid #555;
	color: #eee;
}

html[data-theme='dark'] .channel-search::placeholder {
	color: #888;
}

html[data-theme='dark'] .channel-search:focus {
	border-color: #8fae11;
	box-shadow: 0 0 5px rgba(143, 174, 17, 0.6);
	background-color: #333;
}

html[data-theme='dark'] .reset-button {
	background: linear-gradient(to bottom, #444, #8fae11);
	color: #fff;
	border-color: #666;
}

html[data-theme='dark'] .reset-button:hover {
  	background: linear-gradient(to bottom, #555, #6d8310);
}

html[data-theme='dark'] .no-results {
	background-color: #333;
	color: #ddd;
	border-color: #666;
}

html[data-theme='dark'] .content-kanal {
	background-color: #2a2a2a;
	color: #eee;
	border-color: #444;
}

html[data-theme='dark'] .content-kanal.default-channel {
	background-color: #1e1e1e;
	color: #fff;
}

html[data-theme='dark'] .content-kanal.extra-channel {
	background-color: #294229;
	color: #b3fcb3;
}

html[data-theme='dark'] .content-kanal:hover {
  	box-shadow: inset 0 0 6px rgba(143, 174, 17, 0.8);
}

html[data-theme='dark'] .content-kanal.extra-channel:hover {
  	background-color: #2d522d;
}

html[data-theme='dark'] .content-kanal-green-info-text {
  	color: #9acd32;
}



/* Modal */
html[data-theme='dark'] .modal {
  	background-color: rgba(0, 0, 0, 0.85);
}

html[data-theme='dark'] .modal-content {
	background: linear-gradient(135deg, #1e1e1e, #2c2c2c);
	color: #f0f0f0;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
}

html[data-theme='dark'] .modal-header > h5 {
	background-color: #374151;
	color: #e0e0e0;
	box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
}

html[data-theme='dark'] .modal-header > h5:hover {
  	background-color: #4b5563;
}

html[data-theme='dark'] .modal-divider {
  	background-color: rgba(255, 255, 255, 0.1);
}

html[data-theme='dark'] .close-button {
  	color: #ccc;
}

html[data-theme='dark'] .close-button:hover,
html[data-theme='dark'] .close-button:focus {
  	color: #fff;
}

html[data-theme='dark'] .modal-info h4 {
  	color: #e6e6e6;
}

html[data-theme='dark'] .modal-info p {
  	color: #bbbbbb;
}

html[data-theme='dark'] .modal-icon-tv-kanal {
	background-color: #2a2a2a;
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
}
