body {
	background-color: #001317;
	font-family: 'Inter', Arial;
	font-weight: 300;
}

h1, h2, h3, h4 {
	font-family: 'Inter', Arial;
}

p {
	font-weight: 300;
}

.main-exercises .exercises-tabs {
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #001317;
	margin: 0;
	border: none;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px solid #0D1F23;
}

.main-exercises .exercises-tabs.navigation {
	grid-gap: 20px;
}
.main-exercises .exercises-tabs.navigation span {
	flex: 1;
	font-family: 'Barlow Condensed', Arial;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 17px;
}
.main-exercises .exercises-tabs ul {
	background-color: #0D1F23;
	border-radius: 200px;
	border: none;
	width: 100%;
	flex: 1;
	display: flex;
	overflow: hidden;
}
.main-exercises .exercises-tabs ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-exercises .exercises-tabs ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 14px 5px;
	font-family: 'Barlow Condensed', Arial;
	text-transform: uppercase;
	color: white;
	outline: none;
	font-size: 13px;
}
.main-exercises .exercises-tabs .tabs-title>a:focus,
.main-exercises .exercises-tabs ul li a:hover {
	color: white;
	background-color: #0D1F23;
}
 
.main-exercises .exercises-tabs .tabs-title>a[aria-selected=true] {
	background-color:white;
	color: #000;
}

.main-exercises .tabs-content {
	top: 70px;
	position: absolute;
	width: 100%;
	border: none;
	background-color: transparent;
	overflow-y: auto;
	height: calc(100% - 140px);
	color: white;
}
.main-exercises .tabs-panel {
	padding: 10px 20px;
}

.main-exercises nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #001317;
	display: flex;
	align-items: center;
}

.main-exercises nav ul {
	display: flex;
	align-items: center;
	flex: 1;
	border-top: 1px solid #0D1F23;
}
.main-exercises nav ul li {
	flex: 1;
}
.main-exercises nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	opacity: 0.5;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', Arial;
	font-size: 13px;
	padding: 0;
	grid-gap: 5px;
	flex-direction: column;
}
.main-exercises nav ul li a img {
	width: 26px;
}

.main-exercises nav ul li a,
.main-exercises nav ul li,
.main-exercises nav ul {
	height: 100%;
}

.list-exercises a:first-child {
	padding-top: 0;
}
.list-exercises a:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.list-exercises a {
	display: flex;
	border-bottom: 1px solid #0D1F23;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
	font-weight: 300;
	align-items: center;
	grid-gap: 15px;
	font-size: 15px;
}
.list-exercises a img {
	width: 55px;
	background-color: #0D1F23;
	border-radius: 15px;
}
.list-exercises a span {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-gap: 20px;
}
.list-exercises a span svg {
	width: 22px;
	height: auto;
}

.grid-exercises-wrap {
	top: 70px;
    position: absolute;
    width: 100%;
	color: white;
    border: none;
    background-color: transparent;
    overflow-y: auto;
    height: calc(100% - 70px);
}
.grid-exercises {
	padding: 20px;
	display: grid;
	grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.grid-exercises a {
	display: block;
	color: white;
	overflow: hidden;
	border-radius: 10px;
	background-color: #0D1F23;
	outline: none;
}

.grid-exercises a img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.grid-exercises span {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}

.item-exercise-reveal {
	background-color: #001317;
	color: white;
	padding: 60px 20px 50px;
	outline: none;
	border: none;
}
.reveal-video video {
	width: 100%;
	object-fit: cover;
	height: auto;
	margin-bottom: 0px;
}

.item-exercise-reveal h4 {
	font-size: 28px;
    line-height: 29px;
    margin-bottom: 25px;
	font-weight: 300;
}
.modal-info b {
	display: block;
	font-family: 'Barlow Condensed', Arial;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-size: 17px;
	opacity: 0.48;
}
.modal-info ul {
    margin-bottom: 0;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    font-size: 15px;
	opacity: 0.48;
}

.modal-infos {
	    display: flex;
    flex-direction: column;
    grid-gap: 25px;
}


.item-exercise-bullets {
    display: flex;
    grid-gap: 5px;
    margin-bottom: 13px;
}
.item-exercise-bullets span {
    background-color: #00313C;
    display: inline-block;
    border-radius: 200px;
    padding: 5px 16px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', Arial;
    font-size: 13px;
}


.item-exercise-bullets span.popularity.trending {
    background-color: #2EFF003D;
}
.item-exercise-bullets span.popularity.less {
    background-color: #DE11353D;
}
.item-exercise-bullets span.popularity.popular {
    background-color: #F6BC2F3D;
}


.item-exercise-reveal .close-button {
    right: 0;
    top: 0;
    padding: 17px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.item-exercise-reveal .close-button svg {
    width: 25px;
    color: #ffffff;
    height: auto;
}

.not-found {
	padding: 20px;
}

.reveal-more .button {
	border-radius: 200px;
	background-color: #2EFF00;
	color: #000;
	padding: 15px;
	margin-bottom: 0;
    font-family: 'Barlow Condensed', Arial;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.reveal-more h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
.reveal-more p {
	line-height: 23px;
	margin-bottom: 23px;
}

.reveal-video-download .button {
	border: 1px solid #fff;
	color: white;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 23px;
	font-family: 'Barlow Condensed', Arial;
    text-transform: uppercase;
	font-size: 14px;
}

.main-login {
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: center;
	color: white;
	max-width: 80%;
	margin: 0 auto;
}
.main-login h1 {
	font-weight: 300;
	font-size: 40px;
	margin: 50px 0 20px;
	line-height: 40px;
}
.main-login p b {
	color: #2EFF00;
}
.main-login p {
	margin-bottom: 30px;
}
.main-login img {
	width: 160px;
}
.main-login input[type=text] {
	border: none;
	background-color: white;
	box-shadow: none;
	border-radius: 200px;
	text-transform: uppercase;
	color: black;
	height: auto;
	padding: 15px 20px;
	text-align: center;
}
.main-login input[type=submit] {
	border-radius: 200px;
	background-color: #2EFF00;
	color: black;
	font-family: 'Barlow Condensed', Arial;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	padding: 18px;
}

.main-login form .error {
	color: #FF5E5E;
	display: none;
}
.main-login form .error span {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	align-items: center;
	grid-gap: 5px;
}