body {
    font-family: 'Hind';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, input, .btn {
    font-family: 'Hind' !important;
}

/**************************** Header Start ****************************/
header {
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(26, 32, 41, 0.08);
}

.navbar-top .nav-link {
    color: rgba(26, 32, 41, 1) !important;
    font-weight: 400;
}

.navbar-top .dropdown-toggle:hover {
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
}

.navbar-top .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
}

.navbar-top .navbar-toggler {
    border: unset;
    outline: unset;
    padding: 0;
}

.navbar-top .navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-top .dropdown-toggle::after {
    background-image: url("/static/fifth-element/images/down-arrow.db2fa0efdfed.svg");
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.navbar-top .profile-dropdown .dropdown-toggle {
    font-weight: 700;
    letter-spacing: normal;
}

.navbar-top .profile-dropdown .dropdown-menu {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(26, 32, 41, 0.08);
    border: unset;
    min-width: 256px;
    width: 100%;
    left: -45px;
}

.navbar-top .profile-dropdown .dropdown-item {
    color: #1A2029;
    font-weight: 400;
    padding: .5rem 1rem;
}

.navbar-top .dropdown-item {
    color: #1A2029;
}

.navbar-top .dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}


.navbar-top .profile-dropdown .dropdown-toggle:focus {
    box-shadow: unset;
}

.navbar-top .profile-dropdown {
    position: relative;
}

.navbar-top .profile-dropdown::before {
    content: '';
    border: 1px solid #1A2029;
    height: 30px;
    opacity: 16%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.log-out {
    color: #E20000 !important;
    font-weight: 700 !important;
}

.profile-dropdown img {
    border-radius: 50%;
    object-fit: cover;
    width: 40px !important;
}


.auth-info .white-btn {
    margin-right: 5px;
}

nav .primary-btn {
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #434C59;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

nav .white-btn {
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    color: #434C59;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

nav .sm-btn {
    line-height: 16px;
    font-weight: 600;
}

nav .xs-btn {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
}

nav .primary-btn:hover {
	color: #fff
}

nav a:hover, nav a:focus {
    text-decoration: none !important;
}

.navbar-top .dropdown-item {
    color: #1A2029;
}

/**************************** Header End ****************************/

/**************************** Banner Start ****************************/
.banner-info {
    background-image: url("/static/fifth-element/images/banner-bg.40082ace23d4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    padding: 40px;
    margin-bottom: 30px;
}

.banner-box {
    border-radius: 8px;
    border: 1px solid #b3b3b352;
    background: rgba(41, 41, 41, 0.32);
    backdrop-filter: blur(64px);
    padding: 10px;
}

.banner-detail p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.play-min {
    color: #1A2029;
    opacity: 48%;
}

.banner-detail h1 {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
}

.banner-detail input {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(41, 41, 41, 0.32);
    backdrop-filter: blur(64px);
    outline: none;
    max-width: 415px;
    width: 100%;
    padding: 12px;
    color: #FFF;
    font-weight: 400;
    padding-left: 40px;
    box-shadow: none !important;
}

.banner-detail input::placeholder {
    color: #FFF;
}

.banner-detail img {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-box {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    align-items: center;
}

.project-detail p {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;
}

.project-manager {
    font-weight: 700 !important;
}

.management-dropdown select {
    color: #fff;
    font-weight: 700;
    background-color: #534a40;
    outline: unset;
    cursor: pointer;
}

.project-detail p:last-child {
    font-weight: 700;
}

.project-detail hr {
    display: none;
}

/**************************** Banner End ****************************/

/**************************** Home Tab Start ****************************/

.project-info .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #1A2029;
    font-weight: 700;
    border-radius: 0px;
    position: relative;
    border-bottom: 4px solid #44546A;
    padding: 4px 8px;
    box-shadow: none;
    text-shadow: none;
}

.project-info .nav-pills {
    gap: 30px;
}

.project-info .nav-pills .nav-link {
    color: #1A2029;
    font-weight: 400;
    padding: 4px 8px;
    box-shadow: none;
    text-shadow: none;
    letter-spacing: normal;
}

.project-info .nav-link:hover {
    background-image: none;
    background-color: transparent;
}

.project-info .badge {
    width: 25px;
    height: 25px;
    background-color: #EF0000;
    border-radius: 100%;
    padding: 0.35em 0px;
}

.project-info .badge p {
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
}

.project-info .foundation-detail h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1A2029;
    margin-bottom: 0px;
}

.project-info .progress-detail {
    background-color: #00B80014;
    padding: 8px 12px;
    border: unset;
    color: #00B800;
    font-weight: 600;
    border-radius: 4px;
}

.project-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(26, 32, 41, 0.08);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.progress-bar-detail p {
    margin-bottom: 0px;
    color: #1A2029 !important;
    opacity: 1 !important;
}

.progress-bar-detail span {
    color: #1A2029;
}

.progress-bar-line {
    display: flex;
}

.progress-bar-line span {
    max-width: 415px;
    width: 100%;
    background-color: #1A202914;
    height: 8px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}

#progress {
    height: 8px;
    border-radius: 8px;
    background-color: #00B800;
    width: 0%;
}

.team-detail {
    display: flex;
    gap: 16px;
    max-width: 620px;
    width: 100%;
}

.team-detail h3 {
    color: #1A2029;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
}

.team-detail p {
    color: #1A2029;
    font-weight: 400;
    opacity: 48%;
    margin-bottom: 8px;
}

.vr-card-detail {
    position: relative;
}

.vr-card-detail::before {
    content: '';
    height: 90px;
    border: 1px solid #1a2029;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 16%;
}

.vr-card-detail h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 278px;
    width: 100%;
    font-size: 16px;
    color: #1A2029;
    font-weight: 700;
}

.vr-card-detail p {
    color: #1A2029;
    opacity: 48%;
    margin-bottom: 2px;
}

.left-sidebar {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(26, 32, 41, 0.08);
    padding: 24px;
    margin-top: 50px;
}


.upcoming-courses {
    margin-top: 30px;
    align-items: center;
}

.upcoming-courses h3 {
    color: #1A2029;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.upcoming-courses h2 {
    color: #1A2029;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.upcoming-courses select {
    color: #44546A;
    outline: none;
    width: max-content;
    padding-right: 20px;
    margin-right: -10px;
}

.upcoming-courses select:focus {
    box-shadow: unset;
}

.course-card {
    border-radius: 8px;
}

.course-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.course-card .card-title {
    color: #1A2029;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-card .card-text {
    color: #1A2029;
    opacity: 48%;
    margin-bottom: 0px;
}

.recommended-courses {
    font-size: 24px;
    color: #1A2029;
    font-weight: 600;
    margin-top: 30px;
}

.discussions-detail {
    margin-top: 30px;
}

.active-card {
    border: 1px solid #1A202929;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}

.active-card-detail h5 {
    color: #1A2029;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

.active-card-detail p {
    color: #1A2029;
    opacity: 48%;
    margin: 0px;
}

.discussions-detail h2 {
    color: #1A2029;
    font-size: 24px;
    font-weight: 600;
}

.active-card-detail,
.replies-detail {
    position: relative;
}

.course-title-discussion {
    position: relative;
    text-align: center;
}

.course-title-discussion p {
    margin-bottom: 0px;
} 

.assessment-box {
    position: relative;
    width: 27%;
}

.planning-box {
    position: relative;
    width: 34%;
}

.project-management p,
.replies-detail p {
    margin-bottom: 0px;
}

.replies-detail {
    text-align: center;
}

.active-card-detail::before {
    content: '';
    width: 0;
    height: 50px;
    border: 1px solid #1a202929;
    position: absolute;
    top: 50%;
    left: 380px;
    right: auto;
    transform: translateY(-50%);
}

.replies-detail::after {
    content: '';
    width: 0;
    height: 50px;
    border: 1px solid #1a202929;
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
}

.workshop-detail {
    border-bottom: 1px solid #1a202924;
    padding-top: 16px;
}

.detailed1 {
    color: #1A2029;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #1a202924;
    padding-top: 16px;
    margin-bottom: 16px;
}
.detailed2 {
    color: #1A2029;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #1a202924;
    padding-top: 16px;
    margin-bottom: 16px;
}
.detailed3 {
    color: #1A2029;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #1a202924;
    padding-top: 16px;
    margin-bottom: 16px;
}
.workshop-detail h3 {
    color: #1A2029;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #1a202924;
    padding-top: 16px;
    margin-bottom: 16px;
}

.workshop-detail h5 {
    color: #1A2029;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.workshop-detail p {
    color: #1A2029;
    opacity: 40%;
    line-height: 24px;
}

.user-view {
    display: none;
}

.time-btn {
    background-color: #44546A;
    background-image: none;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    border: unset;
    border-radius: 2px;
    margin-bottom: 8px;
}

.time-btn:hover {
    background-color: #44546A !important;
    background-image: none !important;
}

/**************************** Home Tab end ****************************/


/**************************** progress Bar Start ***************************/
.progress-bar-tab .left-sidebar,
.completed-tab .left-sidebar {
    margin-top: 35px;
}

.progress-bar-tab .vr-card-detail:last-child span {
    color: #1A2029;
    font-weight: 400;
    opacity: 48%;
}

.progress-bar-tab .project-card,
.completed-tab .project-card {
    border: 1px solid rgba(26, 32, 41, 0.16);
    box-shadow: unset;
}

.project-card .course-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 278px;
    width: 100%;
    font-size: 16px;
    color: #1A2029 !important;
    font-weight: 700;
    text-decoration: none;
}

.project-card .course-title:hover {
	text-decoration: none;
}

.progress-bar-tab .foundation-detail {
    justify-content: space-between;
}

.progress-bar-tab .foundation-detail p {
    margin-bottom: 0px;
    color: #1A2029;
}

.progress-bar-tab .play-btn p {
    opacity: 1 !important;
}

.progress-bar-tab .team-people,
.completed-tab .team-people {
    width: 185px;
    height: 95px;
    flex: 0 0 185px;
}

.progress-bar-tab .team-people img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.completed-tab .team-people img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.progress-bar-tab .team-detail h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 410px;
    width: 100%;
}

.progress-bar-tab .foundation-detail select {
    width: max-content;
}

.progress-bar-tab .foundation-detail select:focus {
    box-shadow: unset;
}

/**************************** progress Bar End ***************************/

/**************************** Completed Tab Start ***************************/
.check_details p {
    color: #00B800;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px !important;
    opacity: 1;
}

.check_details span {
    color: #1A2029;
    font-weight: 400;
    font-size: 14px;
}

.view_certified {
    border-radius: 4px;
    background: #44546A;
    color: white;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    font-family: 'Hind', sans-serif;
    position: relative;   
}
.view_certified::before{
    content: '';
    width: 0px;
    position: absolute;
    height: 80px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.certificate-btn{
    margin-right: 30px;
}
.completed-tab .team-detail h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0px;
}

.course-title a {
    text-decoration: none;
    color: #1A2029;
}

/**************************** Completed Tab End ***************************/

/* Calaender */
.date-picker .bootstrap-datetimepicker-widget table td.day {
    line-height: 40px;
    color: #1A2029;
    /* height: 44px; */
}

.date-picker .active {
    background-color: #44546A !important;
    border-radius: 100%;
    color: #FFFFFF !important;
}

.date-picker .bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #808080 !important;
}

.date-picker .bootstrap-datetimepicker-widget table td.active.today:before {
    display: none;
}

.date-picker .bootstrap-datetimepicker-widget table td.today:before {
    display: none;
}

.date-picker .bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background-color: transparent;
}

.date-picker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background-color: transparent;
}

.date-picker .bootstrap-datetimepicker-widget table thead tr:first-child th {
    color: #1A2029;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 24px;
}
.bootstrap-datetimepicker-widget table td.day{
width: 33px!important;
}

.bootstrap-datetimepicker-widget table th {
    color: #3C3C4399;
    font-weight: 400;
}

/**************************** Footer Start ****************************/
footer {
    padding: 20px;
    border-top: 1px solid #C8CACC;
    padding-top: 65px;
    margin-top: 60px;
}

.footer-detail h5 {
    color: #1A2029;
    font-size: 16px;
    font-weight: 700;
}

.footer-detail .nav-link {
    padding-left: 0px;
    color: #1A2029 !important;
    font-weight: 400 !important;
    padding-bottom: 0px;
}

.icon-group {
    width: 32px;
    height: 32px;
    background-color: #434C59;
    border-radius: 100%;
}

.footer-bottom {
    border-top: 1px solid #C8CACC;
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 12px;
}

.footer-bottom p {
    color: #1A2029;
    font-weight: 400;
    margin-bottom: 0px;
}

.project-card .team-people img {
    width: 190px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}


.course-card-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.find-courses, .university-profile {
    background-color: transparent !important;
}


.courses-container {
	max-width: 1320px;
	padding: 0 15px !important;
}
header {
	position: relative;
	z-index: 1;
}
.find-courses {
	overflow: hidden;
}
#discovery-header {
	background: #F9FAFA;
	padding: 32px 0 30px 0;
	position: relative;
}
#discovery-header::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background: #F9FAFA;
}
#discovery-header::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	background: #F9FAFA;
}
#discovery-header #discovery-title {
	color: #1A2029;
	font-family: Hind;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}
#discovery-header #discovery-message {
	color: #1A2029;
	font-family: Hind;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	min-height: auto;
}
#discovery-form {
	position: relative;
}
.wrapper-search-input {
	width: 364px !important;
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 1;
}
#discovery-input {
	width: 364px;
	border-radius: 4px;
	border: 1px solid #C8CACC;
	height: auto !important;
	padding: 12px 16px;
	color: #1A2029;
	font-family: Hind;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
#discovery-input::placeholder{
	opacity:1;
	color: #1A2029;
}
.button.postfix.discovery-submit {
	background: transparent;
	position: absolute;
	right: 4px;
	top: -4px;
	border: 0;
}
.button.postfix.discovery-submit span {
	font-size: 18px;
	color: #1A2029;
}
.courses {
	width: 100% !important;
}
.courses-listing.courses-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -6px !important;
	margin-right: -6px !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px 0 !important;
}
.courses-listing-item {
	width: 25% !important;
	margin: 0 !important;
	padding: 0 8px !important;
	border: 0 !important;
	max-height: none !important;
	height: auto !important;
	float:none !important;
}
.courses-listing-item article {
	border-radius: 8px !important;
	border: 1px solid rgba(26, 32, 41, 0.16) !important;
	background: #FFF !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	margin: 0 !important;
	height: 100%;
	overflow:hidden;
}
.courses-listing-item .course-info {
	padding: 16px !important;
	height: auto !important;
}
.courses-listing-item .course-name .course-title {
	overflow: hidden;
	color: #1A2029 !important;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	font-family: Hind;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 24px !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}
.courses-listing-item .course-organization {
	color: rgba(26, 32, 41, 0.48) !important;
	font-family: Hind;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 24px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.courses-listing-item .course-info .course-name {
	margin-bottom: 8px !important;
}
.courses-listing-item .course-date {
	color: #1A2029 !important;
	font-family: Hind;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 24px !important;
	padding: 0 !important;
	margin: 0 !important;
}
@media all and (max-width:1200px){
	.courses-listing-item {
		width: 33.33% !important;
	}
}
@media all and (max-width:840px){
	.courses-listing-item {
		width: 50% !important;
	}
}
@media all and (max-width:767px){
	#discovery-title {
		text-align: center;
		width: 100%;
		float: none;
	}
	#discovery-message {
		text-align: center;
		width: 100%;
		float: none;
	}
	.wrapper-search-input {
		width: 100% !important;
		position: relative !important;
		margin: auto !important;
		text-align: center;
		max-width: 460px;
		float: none !important;
		margin-top: 15px !important;
	}
	#discovery-input {
		width: 100%;
	}
	.courses-listing.courses-list {
		margin-left: -6px !important;
		margin-right: -6px !important;
	}
}
@media all and (max-width:575px){
	.courses-listing-item {
		width: 100% !important;
	}
}


.learn-more {
    background-color: #434C59 !important;
}

.course-card:hover {
    box-shadow: 0 0 40px -8px rgb(0 0 0 / 16%), 0 0 24px -16px rgb(0 0 0 / 16%);
    transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
}

a.view_certified {
    color: #fff !important;
}

a.view_certified:hover {
    text-decoration: none;
}

a:not(.btn), a:not(.btn):hover {
	text-decoration: none;
	color: #1A2029;
}

.link-co, link-co:hover {
	color: #1A2029 !important;
}


.link-unstyled {
    &,
    &:visited,
    &:hover,
    &:active,
    &:focus,
    &:active:hover {
      font-style: inherit !important;
      color: inherit !important;
      background-color: transparent !important;
      font-size: inherit !important;
      text-decoration: none !important;
      font-variant: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
      font-family: inherit !important;
      border-radius: inherit !important;
      border: inherit !important;
      outline: inherit !important;
      box-shadow: inherit !important;
      padding: inherit !important;
      vertical-align: inherit !important;
    }
}

.table-of-content {
	width: 50%;
	list-style: none;
	padding-left: 0px;
}

.table-of-content li {
	background-color: #f9fafa;
	width: 100%;
	border-left: 2px solid #434c59;
	margin-bottom: 10px;
	padding: 10px;
}


/* Leaderboard component */
.leaderboard.project-card {
    padding: 24px;
    box-shadow: 0px 8px 16px 0px rgba(26, 32, 41, 0.08)
}

    .leaderboard.project-card + .left-sidebar {
        margin-top: 16px;
    }

    .leaderboard.project-card .view-all {
        color: #0080FF;
    }

.leaderboard-list {
    counter-reset: item;
}

.leaderboard-list .leader-img {
    width: 35px;
    height: 35px;
}

.leaderboard-list .leader-img + p {
    font-size: 14px;
    color: #1A2029;
}

.leaderboard-list li p:last-child {
    font-size: 15px;
    color: #1A2029;
}

.leaderboard-list li {
    position: relative;
    padding-left: 34px;
}

.leaderboard-list li:after {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    color: rgba(26, 32, 41, 0.48);
    text-align: center;
    font-size: 10px;
    line-height: 21px;
    border-radius: 50%;
    background: rgba(26, 32, 41, 0.16);
    transform: translateY(-50%);
}

.leaderboard-list li:nth-child(1)::after ,
.leaderboard-list li:nth-child(2)::after ,
.leaderboard-list li:nth-child(3)::after {
    width: 25px;
    height: 25px;
}

.leaderboard-list li:nth-child(1)::after {
    background: url(https://matious.com/static/fifth-element/images/1st-place.svg) no-repeat;
}

.leaderboard-list li:nth-child(2)::after {
    background: url(https://matious.com/static/fifth-element/images/1st-place.svg) no-repeat;
}

.leaderboard-list li:nth-child(3)::after {
    background: url(https://matious.com/static/fifth-element/images/1st-place.svg) no-repeat;
}

.leaderboard-list li:not(:last-child) {
    border-bottom: 1px solid rgba(26, 32, 41, 0.16);
}

