.plyr {
	max-height: 100vh;
}

#back_button {
	position: fixed;
	z-index: 9;
	bottom: 10px;
	right: 10px;
	opacity: 0.8;
}

#back_button:hover {
	opacity: 1.0;
}

.plyr_logo {
	/* position: absolute; */
	/* bottom: 40px;
	right: 20px; */
	z-index: 10;
	max-height: 30px;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	width: 60px;
	height: 60px;
}

.plyr__control--overlaid svg {
	left: 8px;
}

#box_1 {
	overflow-x: hidden;
	max-height: 100vh;
	overflow-y: auto;
	background-color: #fff;
}

.footer {
	font-style: italic;
	font-weight: bold;
	opacity: 0.8;
}

.footer:hover {
	opacity: 1.0;
}

.card {
	margin-bottom: 0px;
}

.btn.btn-light-primary.dropdown-toggle:after {
	content: '' !important;
}

.collapse-icon [data-toggle='collapse']:before {
	content: '\e9b9' !important;
}

span.btn_play,
#timeline .list-group-item {
	cursor: pointer;
}

#nav-filled .card:first-child {
	max-height: 100vh;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

#widget-todo-list .widget-todo-item:hover p.description{
	display: block !important;
}

#widget-todo-list,
#timeline {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 70vh;
	padding-right: 10px;
}

#reaction span.ec {
	font-size: 20px;
	padding: 5px;
}

#reaction [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

#reaction [type=radio] + span {
	cursor: pointer;
}

#reaction [type=radio] + span:hover {
	border: 2px solid #35c15a;
	border-color: #35c15a;
	border-radius: 20px;
	font-size: 18px;
}

#reaction [type=radio]:checked + span {
	background-color: #35c15a;
	border-radius: 20px;
}

#share_list li i{
	font-size: 48px;
}

#widget-todo-list hr:last-child {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}

.list-group-item {
	padding: 1rem 0px;
}

.widget-todo .widget-todo-list-wrapper .widget-todo-item {
	padding: .5rem 1.5rem .1rem .5rem;
}