.content-tasks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.content-tasks ul li {
		margin: 10px 0;
	}

		.content-tasks ul li a {
			color: gray;
		}

			.content-tasks ul li a:hover {
				color: black;
			}

#article-mobile-tasks {
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	z-index: 100;
}

	#article-mobile-tasks a {
		color: white;
	}

.content-text {
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
	margin: 30px 0;
	word-break: break-word;
}

.content-text .content-embed-video {
    width: 100% !important;
}

	.content-text .content-embed-video .uk-subnav {
		border-bottom: 1px solid gainsboro;
		margin: 0;
	}

.content-text .content-embed-video .uk-subnav li {
    padding: 0;
    margin-left: 5px;
}

	.content-text .content-embed-video .uk-subnav li a {
		background-color: transparent;
		color: gray;
		display: inline-block;
	}

.content-text .content-embed-video video {
    width: 100%;
}

	.content-text.comment {
		font-size: 1.1em;
	}

	.content-text pre {
		direction: ltr;
		background-color: #eeeeee;
		border: 1px solid gainsboro;
	}

	.content-text h2 {
		font-size: 1.5em;
		font-weight: normal;
		background-color: #40a0a3 !important;
		color: white;
		padding: 8px;
		margin: 10px 0;
	}

		.content-text h2 a {
			color: white;
		}

	.content-text h3 a {
		color: white;
	}


	.content-text h3 {
		font-size: 1.3em !important;
		font-weight: normal;
		background-color: #40a0a3 !important;
		color: white;
		padding: 8px;
		margin: 10px 0;
	}


	.content-text img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

.content-statistics a {
	color: gray;
}

	.content-statistics a:hover {
		color: black;
	}

.content-statistics .short-link-box {
	display: inline-block;
	padding: 5px;
	border: 1px solid gainsboro;
	border-radius: 10px;
	font-family: sans-serif;
}

.content-user-follow-button {
	border: 1px solid green;
	color: green;
	border-radius: 2px;
	font-size: 0.9em;
}

	.content-user-follow-button.active {
		color: white;
		background-color: green;
	}

.reaction-plus {
	color: green !important;
}


[uk-accordion] li {
	border: 1px solid #e0e0e0;
}

[uk-accordion] .uk-accordion-title h3 {
	font-size: 0.7em;
	padding: 15px;
	background-color: #e8e8e8;
	color: black;
	margin: 0;
}

[uk-accordion] .uk-accordion-content {
	border-top: 1px solid #e0e0e0;
	text-align: justify;
	line-height: 20px;
	font-size: 1.1em;
}

.uk-accordion-title {
	position: relative;
}

	.uk-accordion-title::before {
		content: "";
		width: 15px;
		height: 15px;
		float: none;
		position: absolute;
		left: 10px;
		top: calc(50% - 8px);
		background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%20width%3D%2217.5%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z%22%20fill%3D%22%2340a0a3%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		color: #40a0a3;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

.uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%20width%3D%2217.5%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M240.971%20130.524l194.343%20194.343c9.373%209.373%209.373%2024.569%200%2033.941l-22.667%2022.667c-9.357%209.357-24.522%209.375-33.901.04L224%20227.495%2069.255%20381.516c-9.379%209.335-24.544%209.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569%200-33.941L207.03%20130.525c9.372-9.373%2024.568-9.373%2033.941-.001z%22%20fill%3D%22%2340a0a3%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

.uk-breadcrumb li,
.uk-breadcrumb li a,
.uk-breadcrumb li span {
	font-size: 12px !important;
}


.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	margin: 0 10px;
}

.content-headers {
	counter-reset: item;
}

	.content-headers > li {
		counter-increment: item;
	}

	.content-headers ol > li:before {
		content: counters(item, ".") ". ";
	}

	.content-headers li {
		margin: 8px 0;
		font-size: 1em;
	}

		.content-headers li a {
			color: #3367b0;
			font-weight: normal;
		}

	.content-headers ol > li > a {
		font-weight: normal;
	}

#content-headers-container {
	border: 1px solid gainsboro;
}

	#content-headers-container .header-section {
		background-color: #f1f1f1;
		padding: 10px;
		border-bottom: 1px solid gainsboro;
	}


.course-box-price {
    background-color: white;
    padding: 5px;
    border: 1px dashed gainsboro;
    position: relative;
    border-radius: 3px;
    height: 45px;
}

.course-box-price.free {
    background-color: #eff7ec;
    color: green;
    font-size: 1.2em;
}

.course-box-price::after {
    display: block;
    position: absolute;
    width: 20px;
    border-left: 1px dashed gainsboro;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: calc(50% - 10px);
    right: -16px;
    content: '';
}

.course-box-price::before {
    display: block;
    position: absolute;
    width: 20px;
    border-right: 1px dashed gainsboro;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: calc(50% - 10px);
    left: -16px;
    content: '';
}

.course-box-price .old-price .price {
    text-decoration: line-through;
}

.course-box-price .old-price .discount-label {
    display: inline-block;
    padding: 3px 5px 2px;
    background-color: red;
    border-radius: 50px;
    color: white;
}

.course-box-price .new-price {
    color: green;
}

.course-box-price .new-price .price {
    font-size: 1.2em;
    font-weight: bold;
}

[uk-countdown] {
    color: #0094ff;
}

.uk-countdown-number,
.uk-countdown-separator {
    font-size: 0.9em;
}

.rate.fill {
    background-color: white;
}

.uk-text-very-small {
    font-size: 0.8em;
}

.rank-star {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 2px;
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    background-color: white;
    color: black;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.3em;
}

.swiper-button-disabled {
    display: none;
}

@media only screen and (max-width: 600px) {
    #contents-courses-app {
        border: none !important;
    }
}

#video-player {
    width: 100%;
    height: auto;
}