html, .tab-content {
	background-color: #323b48;
}

body {
	color: #fff;
}

body section.mobile-wrapper {
	-webkit-box-shadow: 0px 1px 5px 0px #000;
	-moz-box-shadow: 0px 1px 5px 0px #000;
	box-shadow: 0px 1px 5px 0px #000;
	background-color: #323b48;
}

body section.mobile-wrapper .navbar-default {
	background: linear-gradient(to right, #664ddd , #507de2);
}

body section.mobile-wrapper .navbar-default .navbar-header {
	height: 55px;
}

.navbar-default .navbar-toggle {
	border: 0;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}

/* #main {
	padding-bottom: 65px !important;
} */

body footer {
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 550px;
	padding: 16px 0 !important;
	padding-bottom: 0 !important;
	box-shadow: 0 -2px 16px 0 #090909;
}

body footer p {
	color: #000;
	font-size: 16px;
}

.btn.btn-ungu, input.btn.btn-ungu {
	background: linear-gradient(to right, #664ddd , #507de2);
	box-shadow: 5px 6px 8px #090909;
	color: #fff !important;
	font-weight: bold;
	border-radius: 10px !important;
	padding: 8px 12px !important;
}

body, .modal-dialog.modal-sm .modal-content {
	background-color: #323b48;
}

.modal-dialog.modal-sm .modal-content .modaltabs .modaltabhead {
	background: linear-gradient(to right, #664ddd , #507de2);
}

.modal-dialog.modal-sm .modal-content p {
	color: white;
}

.carousel-indicators {
	bottom: 20px;
}

.carousel-indicators li {
	border-radius: 2px;
	background-color: #fff;
	width: 16px;
	height: 5px;
}

.carousel-indicators .active {
	background: linear-gradient(to right, #664ddd , #507de2);
	border: 0;
	width: 32px;
	height: 5px;
}

.modal-dialog.modal-sm .modal-content p strong {
	color: #00FFFF;
}

body section.mobile-wrapper .navbar-default ul.nav.navbar-nav li a {
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body section.mobile-wrapper .navbar-default ul.nav.navbar-nav li:last-child a {
	border-bottom: 0;
}

body section.mobile-wrapper .navbar-default ul.nav.navbar-nav li a:hover {
	color: #00FFFF;
}

body section.mobile-wrapper a {
	color: #00FFFF;
	font-weight: bold;
}

body section.mobile-wrapper a:hover, body section.mobile-wrapper a:focus {
	color: #ffffff;
}

.btn-default {
	background: linear-gradient(to right, #664ddd , #507de2);
	margin-right: 4px;
}

.btn-default:hover {
	color: #00FFFF !important;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 9px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.mybtn {
	padding: 6px 20px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

video {
	border-radius: 0;
}

.box-gal-out .box-gal {
	border-radius: 8px;
}

.navbar-nav {
	margin: 0 !important;
}

.home-tab-content {
	top: -30px;
	position: relative;
	border-radius: 30px;
	padding-top: 20px;
	-webkit-box-shadow: 0px -10px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -10px 8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -10px 8px rgba(0, 0, 0, 0.75);
}

a.footer-nav {
	font-size: 14px;
	color: #d8d8d8 !important;
}

a.footer-nav-active, a.footer-nav:hover {
	color: #664ddd !important;
}

a.footer-nav > .hover-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .3s ease;
}

a.footer-nav:hover > .hover-on {
	opacity: 1;
}

#user-profile-header, .intensity-navbar {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.intensity-nav {
	padding-bottom: 12px;
	margin: 10px 18px;
}

.intensity-nav-item a {
	max-width: 124px;
	display: block;
	color: #00ffff !important;
}

.intensity-nav-item>a.active, .intensity-nav-item>a:hover {
	color: #b3b3b3 !important;
}

.intensity-nav-item>a:hover>img {
	opacity: 0;
	transition: .3s ease;
}

.intensity-nav-item .hover-on {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: .5s ease;
	padding-right: 15px;
}

.intensity-nav-item>a:hover>.hover-on {
	opacity: 1;
}

.bg-fitness-gray {
	background-color: #323b48 !important;
}

.bg-fitness-gray-dark {
	background-color: #1c2027 !important;
}

.bg-fitness-gray-light {
	background-color: #d8d8d8 !important;
}

.intensity-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.workout-item {
	padding: 10px 0;
}

hr.gray {
	border-top: 1px solid #323b48 !important;
}

hr.gray-light {
	border-top: 1px solid #d8d8d8 !important;
}

.exercise-item {
	margin-bottom: 8px;
}

.exercise-thumb {
	border-radius: 10px;
}

#user-profile-header, #workout-header, #videoContainer {
	position: sticky;
	top: 55px;
	z-index: 1;
}

#workout-head-title {
	position: absolute;
	top: 55%;
	left: 16px;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.23);
	font-size: 24px;
}

#workout-head-intensity {
	position: absolute;
	bottom: 10%;
	left: 16px;
}

#workout-head-duration {
	position: absolute;
	bottom: 10%;
	right: 16px;
}

.btn-footer-sticky {
	position: sticky;
	bottom: 80px;
}

.btn-workout {
	background-color: #00FFFF;
	color: #000000 !important;
	border-radius: 40px;
	font-weight: bolder !important;
}

.btn-workout:hover, .btn-workout:active {
	background-color: #00cfcf;
}

li.workout-day {
	width: 13%;
	padding: 0 !important;
	text-transform: uppercase;
}

li.workout-day>a.on {
	background-color: #664ddd;
	color: #ffffff !important;
	display: block;
	padding: 6px;
	border-radius: 6px;
	font-size: 11px;
	text-align: center;
}

li.workout-day>a.off {
	background-color: #333b48;
	color: #000000 !important;
	display: block;
	padding: 6px;
	border-radius: 6px;
	font-size: 11px;
}

#user-profile-header {
	padding-top: 30px;
	padding-bottom: 40px;
}

#user-profile-body {
	padding: 30px 30px;
}

.txt-fitness-gray {
	color: #323b48;
}

.txt-fitness-gray-dark {
	color: #1c2027;
}

.txt-1x {
	font-size: 14px;
}

.txt-1x {
	font-size: 14px;
}

.txt-2x {
	font-size: 18px;
}

.txt-3x {
	font-size: 24px;
}

.txt-4x {
	font-size: 30px;
}

.txt-5x {
	font-size: 36px;
}

.mb-1 {
	margin-bottom: 14px;
}

.mb-2 {
	margin-bottom: 18px;
}

.mb-3 {
	margin-bottom: 24px;
}

.mb-4 {
	margin-bottom: 30px;
}

.mb-5 {
	margin-bottom: 36px;
}

.pt-1 {
	padding-top: 14px;
}

.pt-2 {
	padding-top: 18px;
}

.pt-3 {
	padding-top: 24px;
}

.pt-4 {
	padding-top: 30px;
}

.pt-5 {
	padding-top: 36px;
}

.pb-1 {
	padding-bottom: 14px;
}

.pb-2 {
	padding-bottom: 18px;
}

.pb-3 {
	padding-bottom: 24px;
}

.pb-4 {
	padding-bottom: 30px;
}

.pb-5 {
	padding-bottom: 36px;
}

ol>li {
	margin-left: -24px;
}

.exercise-num-off {
	background-color: #949397;
	border-radius: 8px;
	text-align: center;
	padding: 6px 12px;
	display: inline-block;
	margin-left: 12px;
}

.exercise-num-on {
	background-color: #507de2;
	border-radius: 8px;
	text-align: center;
	padding: 6px 12px;
	display: inline-block;
	margin-left: 12px;
}

.datepicker {
	color: black;
}

/* July, 2021 */
body section.mobile-wrapper .navbar-default .navbar-header button.navbar-toggle.collapsed {
	margin-top: 13px;
}

img.classimg, img.lazy {
	background-color: #e0dee0;
}

img.classimg {
	width: 259px !important;
	height: 145px !important;
}

@media (max-width: 575.98px) {
	img.classimg {
		background-color: #e0dee0;
		width: 193px !important;
		height: 108px !important;
	}
}

@media (min-width: 768px) {
	.navbar-header {
		margin-left: 0 !important;
		margin-right: -15px !important;
	}
}

/* Nov 4, 2021 */
.box-gal-header {
	padding: 0 1rem;
}

.rtl {
	direction: rtl;
}
