html {
	min-height: 100%;
}

body {
	margin: 0;
	font-family: titular, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	background: linear-gradient(#191e24aa, #191e24aa), url('background.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	min-width: 360px;
}

a,
button {
	color: #fff;
	cursor: pointer;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	border: 0 none;
	border-bottom: 5px solid #962c86;
	text-transform: uppercase;
}

h2, h3, h4, h5 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0.5em 0 0.5em;
}

#menubar {
	position: absolute;
	top: 0;
	left: 0;
	background: #0008;
	margin: 0 0 20px;
}
	#menubar > .inner {
		/* max-width: 930px; */
		/* max-width: 1200px; */
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
		overflow: hidden;
		text-align: center;
	}

	#menubar a {
		display: inline-block;
		border: none;
	}

	#menubar .logo {
		width: 120px;
		max-width: 20vw;
		/*margin: -40px 0 -40px -30px;*/
		vertical-align: bottom;
	}

body .container.form > form {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
	body .container.form > form > .error {
		background: #f004;
		padding: 20px;
	}
	body .container.form .section {
		background: #0004;
		padding: 20px;
	}
		body .container.form .section > * + * {
			margin-top: 20px;
		}
		body .container.form .section > .pair {
			display: flex;
			flex-direction: row;
			gap: 20px;
		}
		body .container.form .section > p.details {
			font-size: 80%;
		}

body > .body > .inner > .container.club {
}

	body > .body > .inner > .container.club > .head > .action-follow {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 90%;
		padding: 5px 16px;
		border: 0 none;
	}
		body > .body > .inner > .container.club > .head > .action-follow.inactive {
			background: #962c86;
		}
			body > .body > .inner > .container.club > .head > .action-follow.inactive:hover {
				color: #fff;
				filter: brightness(1.1);
			}
		body > .body > .inner > .container.club > .head > .action-follow.active {
		}
			body > .body > .inner > .container.club > .head > .action-follow.active:hover {
				text-decoration: underline;
			}
		body > .body > .inner > .container.club > .head > .action-follow.active:after {
			content: " ";
			display: inline-block;
			margin-left: 0.25em;
			width: 1em;
			height: 1em;
			background: url("icon-tick.png") no-repeat center center;
			background-size: contain;
			vertical-align: bottom;
		}

form input {
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
	color: #fff;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	background: transparent;
	border: 2px solid #962c86;
}
	form input[readonly] {
		cursor: default;
	}

	form input::placeholder {
		color: #fff;
	}

.container.form .actions {
	text-align: center;
	margin-top: 40px;
}

	.container.form .actions > button {
		font-size: 110%;
		color: #fff;
		padding: 10px 20px;
		min-width: 170px;
		background: linear-gradient(#c6a1c6, #953791, #953791);
		border: 4px solid #953791;
		border-radius: 80px;
		font-family: inherit;
		text-transform: uppercase;
		font-style: inherit;
		cursor: pointer;
	}
		.container.form .actions > button:hover {
			filter: brightness(1.1);
		}
		.container.form .actions > button:active {
			filter: brightness(0.9);
		}

.container.form .section > .pair + input,
.container.form .section > input + input {
	margin-top: 20px;
}

.container.form .section > input + a {
	margin-top: 20px;
}

.container.form input + .status,
.container.form a + .status {
	/* margin-top: 20px; -8px */
	margin-top: 12px;
}

.container.form .status {
	text-align: center;
	margin: -8px;
}
	.container.form .status .value,
	.container.form .status .action {
		margin: 8px;
	}

	.container.form .status .value {
		display: inline-block;
		padding: 4px 12px 6px;
		text-transform: uppercase;
		border: 2px solid #962c86;
	}

	.container.form .status .action {
		display: inline-block;
		padding: 4px 12px 6px;
		text-transform: uppercase;
		border: 2px solid #962c86;
		background: #962c86;
		cursor: pointer;
	}
		.container.form .status .action:hover {
			color: #fff;
			filter: brightness(1.1);
		}
		.container.form .status .action:active {
			color: #fff;
			filter: brightness(0.9);
		}

.stream-preview {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	padding: 6px;
	font-size: 90%;
	text-align: center;
	background: #0004 url('play-icon.png') no-repeat center center;
	background-size: 92px;
	border: 0 none;
}
	.stream-preview:hover {
		background-color: #0008;
		cursor: pointer;
	}

	.stream-preview > .name {
		margin-top: 4px;
		max-height: 70%;
		overflow: hidden;
	}

	.stream-preview > .info {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		max-height: 50%;
		color: #ccc;
		text-transform: none;
		overflow: hidden;
	}



body > h1 {
	background: #0004;
	padding: 16px 25px;
	font-size: 140%;
	text-transform: uppercase;
	margin: 0 auto 20px;
	width: fit-content;
	text-align: center;
}

.video {
	position: relative;
	background: #0004 url('large-play-icon.png') no-repeat center center;
	width: 400px;
	height: 400px;
}
	.video.active {
		background: #0004;
	}
	.video > video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.video.message {
		background: #0004 url('large-play-icon-faded.png') no-repeat center center;
		text-align: center;
		text-transform: uppercase;
		font-size: 150%;
	}
		.video.message:after {
			content: "";
		}
	.video.message .title {
		display: block;
		text-decoration: none;
		border: 0 none;
		margin-top: 32%;
		font-size: 120%;
		color: #8e2395;
	}
	.video.message .title:hover {
		transform: scale(1.05);
	}
	.video.message .subtitle {
		font-size: 90%;
	}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.tree > li > h3 {
		cursor: pointer;
		margin: 0;
		padding: 0.25em 0 0.5em;
	}
		ul.tree > li > h3 > a {
			color: inherit;
		}
		ul.tree > li > h3:hover {
			color: #962c86;
		}
		ul.tree > li.selected > h3 {
			color: #962c86;
		}
	ul.tree > li > h3 > a:before {
		display: inline-block;
		content: " ";
		border: 20px solid transparent;
		border-bottom-width: 0;
		border-top-width: 25px;
		border-top-color: #962c86;
		margin-right: 12px;
		transition: all 0.25s cubic-bezier(0, 0, 0.5, 1.0);
	}
	ul.tree > li.expanded > h3 > a:before {
		transform: rotate(180deg);
	}
	ul.tree a {
		border-bottom: none;
	}
	ul.tree > li > ul {
		font-size: 70%;
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
	}
		ul.tree > li.expanded > ul {
			/* height: auto; */
		}
		ul.tree > li.expanded > ul > li > a:hover {
			color: #962c86;
		}
		ul.tree > li > ul > li.selected > a {
			color: #962c86;
		}
			ul.tree > li > ul > li.selected > a:hover {
				text-decoration: underline;
			}

/*Single Stream*/

.wrapper{
	width: 600px;
	max-width: calc(100vw - 32px);
    min-width: 406px;
    padding: 20px;
    margin: 0 auto;
    border: 3px solid;
    font-size: 18px;
    text-align: center;
	box-sizing: border-box;
    background: #0000007a;
}

@media only screen and (max-width: 432px) {
	.wrapper{
		width: auto;
		min-width: auto;
		margin: 0 16px;
	}
}
.form-group{
    padding: 5px;
}
.btn {
	display: inline-block;
	cursor: pointer;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all .15s ease-in-out;
}
.btn:hover {
	background: #0006;
}

.invalid-feedback{
    font-weight: bold;
    color: #ff6767;
    background: #f002;
    display: block;
    margin: 6px 0;
    padding: 6px;
}

a,
button {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:hover,
button:hover {
	background: #0006;
}

.actions a {
	display: inline-block;
}

hr {
	display: block;
	height: 2px;
	background: #fff5;
	border: 0 none;
}

.body {
	display: flex;
    flex-direction: row;
	align-items: center;
    justify-content: center;
	gap: 1em;
	margin: 1em;
}
	.body .poster,
	.body .content {
		display: block;
	}

	.body .poster {
		max-width: 50%;
	}
		.body .poster img {
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}
	.body .content {
		width: 500px;
		padding: 20px;
		border: 3px solid;
		font-size: 18px;
		text-align: center;
		box-sizing: border-box;
		background: #0000007a;
	}

@media (max-width: 1100px) {
	#menubar {
		position: fixed;
	}
		#menubar > .inner {
			padding: 10px;
		}
		#menubar .logo {
			width: 80px;
		}

	.body {
		display: block;
	}
	.body .poster,
	.body .content {
		max-width: none;
		margin: 1em auto;
	}
	.body .poster {
		margin-top: 0.25em;
	}
	.body .content {
		max-width: 100%;
		width: 500px;
		min-width: 320px;
	}
}

@media (max-width: 600px) {
	#menubar {
		position: static;
	}

	.body {
		margin: 0.25em;
	}
}
