iframe {
	border: none !important;
}

#video-container {
	position: relative;
	background-color: #000000;
	width: 100%;
	min-height: 315px;
}

#genres {
	background: none;
 }

.navbar-inner {
	background-color: #000000;
}


.firebase_profile_avatar_input {
	width: 100%;
	height: 128px;
	margin-top: -128px;
	opacity: 0;
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.collection-item-image {
	width: 100%;
	padding-top: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: inherit;
	color: inherit;
	box-sizing: border-box;
	height: 320px;
}

.collection-horizontal-96 .collection-item {
	min-width: 110px;
}

.deleteAccount {
	margin: 1em;
	font-size: xx-small;
	color: red;
	text-align: center;
	width: 100%;
}

.pill-button  a {
	background-color: #333333;
	border: none;
	color: black;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 16px;
	display: block;
}

.subnavbar-inner {
    margin: 0 10px;
}

.pill-button .collection .collection-item .collection-item-image {
	
	padding-top: 1.5em;
}

.chip {
	margin: 0 0.2em;
}

.movie_loved, .movie_liked, .movie_disliked {
	font-size: x-large;
}

.list .item-subtitle, .item-title {
	white-space: normal;
}

.virtual-list .item-title {
	white-space: normal;
}


.channels_display ul {
	list-style-type: none;
}

.channel_icon {
	margin: 0.5em;
}

.badge {
	margin: 0.2em;
}

.button i {
	font-size: 28px !important;
}

.square-badge {
	margin: 0.2em;
	padding: 0.2em 0.4em;
	border-radius: 3px;
	border: 1px solid #666666;
	background-color: transparent;
}

.virtual-list .repeater-noresult  {
	display: none;
}

.json-virtual-list {
	background-color: rgba(255, 255, 255, 0);
	min-height: 50px;
}

.supriseme {
	margin: 1em 1em -5em;
}

.qup_avatar {
	max-width: 30px;
	max-height: 30px;
	width: 100%;
}

.comment-input {
	min-height: 6em;
	width: 100%;
	padding: 1em;
}

.comment-button {
	height: 40px;
	width: 100%;
	border-radius: 10px;
	background-color: azure;
}

.searching {
	width: 200px;
	height: 100px;
	color: #000000;
	font-size: 3em;
}

.pulsing {
	animation: pulse 3s alternate infinite;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes pulse {
	0% {
		background-color: #000000;
	}
	100% {
		background-color: #666666;
	}
}

@media (min-height: 150px) {
	.sticky-nav {
		border-radius: unset;
		background-color: #000000;
		position: sticky;
		top: 0;
		z-index: 15000;
	}
}


.glow {
	background: #555555;
	animation: fadeBackground 3s forwards;
}

@keyframes fadeBackground {
	0% {
		background: #555555;
	}
	100% {
		background: #000000;
	}
}

.preloader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.5s ease-out;
}

.preloader-container.hidden {
	opacity: 0;
	pointer-events: none;
}

.preloader {
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.spinner {
	width: 60px;
	height: 60px;
}

.spinner-circle {
	display: none;
	fill: none;
	stroke: #4285f4;
	stroke-width: 4;
	stroke-linecap: round;
	transform-origin: center;
	animation: spin 1.5s ease-in-out infinite;
}

.loading-text {
	margin-top: 10px;
	font-size: 14px;
	color: #4285f4;
}

@keyframes spin {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}


.btn-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 50px;
	position: relative;
}

.btn-action {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #555;
	padding: 10px 8px 10px 13px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 18px;
	color: #558cff;
}

.btn-action i {
	margin-right: 5px;
}

#reacts-container {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}

.reacts {
	display: flex;
	justify-content: space-around;
	background: #555;
	border-radius: 90px;
	margin: 0 auto;
	padding: 10px;
	width: 230px;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.reacts.show {
	opacity: 1;
	visibility: visible;
}

.circle-react {
	width: 50px;
	height: 50px;
	font-size: 30px;
	border-radius: 50%;
	border-color: #00bfad;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.2s;
	position: relative;
}


.circle-react:hover {
	transform: scale(1.3);
}

.circle-react p {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.2s;
}

.circle-react:hover p {
	opacity: 1;
}

@media screen and (max-width: 576px) {
	.reacts {
		transform: scale(0.8);
	}
}