body {
	margin: 0;
	padding: 0;
}

#video-player {
	width: 100vw;
	height: 10vh;
}

.vjs-custom-share-control {
	cursor: pointer;
}

.vjs-custom-share-control .vjs-icon-placeholder:before {
	content: "\f113";
}

.vjs-custom-copy-button {
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
	display: inline;
}

.vjs-custom-copy-button .vjs-icon-placeholder {
	display: inline;
	font-size: .9em;
}

.vjs-custom-copy-button .vjs-icon-placeholder:before {
	content: "\f113";
}

.vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-custom-flex-center {
	display: flex;
	align-items: center;
}

.vjs-custom-modal-header {
	font-size: 2em;
}

.vjs-custom-copied-confirmation {
	display: none;
	margin-left: 8px;
	color: #BDBDBD;
	font-style: italic;
}

.vjs-custom-modal-content {
	background: rgba(33, 33, 33, 0.8);
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 16px;
	font-size: 1.8em;
}

.vjs-custom-modal-content h4 {
	margin: 0 0 .5em 0;
}

.vjs-custom-modal-content p {
	margin: 0;
}

.vjs-custom-modal-preformatted {
	background: rgba(97, 97, 97, 0.6);
	color: #fff;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow-x: auto;
}

.vjs-close-button {
	font-size: 2em !important;
}
