html, body {
	height: 100vh;
	width: 100%;
}

body {
	margin: 0;
	font-family: "Poppins", sans-serif;
}

:root { 
	--main-color: #1d92da; 
	--main-dark-color: #03416a; 
	--main-light-color: #bfe1f8;
}

.section-height {
	height: 565px;
	overflow-y: auto;
	overflow-x: hidden;
}

.bg-medium-blue {
	background: #3A81EB;
	color: #fff;
}

#feedback-section .card-baseline {
	width: 100%;
	height: 460px !important;
	max-height: 460px !important;
	min-height: 455px;
	overflow-x: auto;
}

#exercise-video .btn:first-child:active, #exercise-video .btn:active,
	#exercise-video .btn:focus {
	border: none !important;
	box-shadow: none !important;
}

.btn:focus, .form-control:focus {
	box-shadow: none;
}

.hidden {
	display: none !important;
}

.text-main {
	color: rgb(62, 82, 168);
}

.title-color {
	color: #085f94;
}

.reps-text {
	background: rgba(74, 212, 204, 1);
	color: #000000;
	padding: 12px;
	font-size: 1rem;
	font-weight: 500;
}

.times-text {
	background: rgba(13, 64, 129, 1);
	color: #fff;
	padding: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.bg-gradient, .btn-gradient {
	background: linear-gradient(90deg, #3672EF 0%, #4DE3C7 100%) !important;
}

.minwdth {
	min-width: 550px;
}

.header-logo {
	width: 115px;
	margin-left: 9em;
	display: inline-block;
}

input:not ([type="checkbox"] ):not ([type="radio"] ), select,
	.input-group-text {
	height: 40px;
	min-height: 40px;
	line-height: 20px;
	border-radius: 3px;
}

#wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

header .navbar {
	background: linear-gradient(-90deg, rgba(3, 65, 106, 1) 15%,
		rgb(50, 188, 190) 70%, rgb(255, 255, 255) 90%);
	color: white;
	padding: 0;
	/* display: flex; */
	align-items: center;
	border-bottom: 1px solid #2ff7eb;
}

.navbar-brand .myocircle-logo {
	width: 100%;
	height: 60px;
	padding-left: 9em;
}

.navbar ul.navbar-nav li.nav-item {
	padding-inline: 5px;
}

.navbar ul.navbar-nav li.nav-item button.btn-main {
	background: linear-gradient(90deg, rgb(8 95 148) 40%, rgb(47, 181, 193)
		80%, rgb(69, 225, 216) 100%);
	color: #fff;
	padding: 8px 20px;
	border-radius: 12px;
	font-size: 0.85rem;
	font-weight: 600;
	border: 1px solid #fdfefc;
}

#loginContainer {
	width: 100%;
	padding-block: 30px;
	min-height: calc(100vh - 71px);
	max-height: calc(100vh- 75px);
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/zoey/bg-Onboard-image.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	z-index: -1;
}

.login-card {
	width: 100%;
	height: 500px;
	max-height: 500px;
	min-height: 500px;
	padding: 24px;
	border: 0;
	background-color: rgb(7, 139, 162);
	border-radius: 10px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-card .flex-card {
	flex: none !important;
	padding: 0;
}

#loginContainer .img-avatar {
	width: 315px;
	height: 560px;
	transform-style: preserve-3d;
	margin-inline: 90px;
}

section .myopoint-profile {
	width: 10em !important;
	height: 10em !important;
	background: url("../images/nassets/goldenframef.png");
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 3px;
	position: absolute;
	left: 38%;
	transform: translate(0%, 3%);
	text-align: center;
}

.myopoint-profile .profile-image {
	width: 100px;
	height: 106px;
	/* object-fit: fill; */
	padding: 0px 0px 10px 5px;
	border-radius: 50px;
}

.plain-card {
	border: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0;
}

.plain-card .card-body {
	padding: 15px;
	font-size: 0.85rem !important;
	box-shadow: none !important;
}

.plain-card .card-header, .plain-card .card-footer {
	padding: 10px 15px;
	font-weight: 500;
	color: var(- -main-color);
	box-shadow: none !important;
	background-color: transparent;
}

.form-container .form-label {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 0;
}

.form-container .form-data {
	font-family: "Poppins", sans-serif;
	font-size: 0.85rem;
	color: #000 !important;
	margin-bottom: 0px !important;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
}

.login-card button.btn-login, button.btn-login {
	background: #FD7393;
	background: linear-gradient(0deg, rgba(253, 115, 147, 1) 26%,
		rgba(254, 208, 139, 1) 99%);
	color: #fff;
	padding: 8px 36px;
	font-size: 0.85rem;
	font-weight: 500;
	border: none;
}

#terms-appliance .text-term-conditions, #terms-conditions .text-term-conditions
	{
	color: #979797;
	height: 220px;
	overflow: auto;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
	font-size: 0.85rem;
}

#welcome-section .text-term-conditions {
	color: #979797;
	max-height: 220px;
	overflow: auto;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
}

#terms-conditions .check-box {
	background: linear-gradient(90deg, #038DA6 0%, #4CF4F0 100%);
	padding: 5px 10px;
	border-radius: 3px;
}

.bg-changeAvatar, .profileimagediv {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	cursor: pointer;
	background-image: url("../images/nassets/goldenframef.png");
	background-position: revert;
	background-size: 100%;
	display: flex;
	background-repeat: no-repeat;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	justify-content: center;
	align-items: center;
}

.profileimagediv.selected {
	/* border: 2px solid #c8b179;
    box-shadow: 0 0 7px 5px #f1e39d;
    transform: scale(1.05); */
	border: 2px solid #2497a5;
	box-shadow: 0 0 5px 4px #4fc6c7;
	transform: scale(1.05);
}

/* .bg-changeAvatar{
    border-radius: unset;
    overflow: hidden;
    position: relative;
    width: 110px !important;
    height: 110px !important;
    background-position: center !important;
    background-size: 85% !important;
}
 
.bg-changeAvatar::before {
 content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/nassets/components/onboarding/avatar_frame.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
} */

/* Show frame on hover */
.bg-changeAvatar:hover {
	opacity: 1;
}

#setup-profile .bg-avatar-image:hover {
	transform: scale(1.1);
}

#video-section .avatar-image, .bg-changeAvatar .avatar-image,
	#setup-profile .avatar-image {
	cursor: pointer;
	width: 60px;
	height: 60px;
	/* padding: auto 65px;
    margin: 0px 0px 7px 6px; */
}

#myopoints-rank .score-image, #myopoints-rank2 .score-image {
	width: 5em;
	height: 5em;
	cursor: unset;
}

#reports-section section.plain-card {
	/* max-height: 578px; */
	/* max-height: 600px; */
	overflow: auto;
	padding: 15px;
	/*  background: rgb(172 172 172 / 75%); */
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.25) !important;
}

/*-----myopoints-progress-section-css---------*/
.partent-name {
	background: rgb(255 255 255/ 48%);
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.25) !important;
	border-radius: 0px 0px 5px 5px;
	padding: 3px;
}

section.plain-card {
	/* background: #97B3C4;
    background: linear-gradient(180deg, rgba(151, 179, 196, 1) 26%, rgba(196, 252, 252, 1) 99%); */
	padding: 35px;
	background: rgb(255 255 255/ 48%);
	backdrop-filter: blur(50px);
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.25) !important;
}

section .myopoints-group {
	margin-bottom: 30px;
	background-color: #68dfd9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-radius: 15px;
}

/* section .myopoint-profile, .myopoint-profile .profile-image {
        width: 10em;
        height: 10em;
} */
section .gems-image {
	width: 60px;
	height: 65px;
	cursor: pointer;
	transition: transform 0.2s ease;
	filter: drop-shadow(0px 13px 4px rgba(0, 0, 0, 0.6));
	margin-bottom: 5px;
}

.gems-image:hover {
	transform: scale(1.1);
}

.h1, h1 {
	font-size: calc(1rem + 1.5vw);
}

section .myopoints {
	width: 10em;
	height: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding: 1em;
	border-radius: 25px;
	/* box-shadow: rgb(7 77 121) 1px 1px 18px; */
	/*  box-shadow: rgba(7 77 121) 0px 0px 15px 10px, rgba(7 77 121) 0px 0px 15px 10px; */
	box-shadow: rgb(3, 65, 106) 0px 0px 9px 4px, rgb(100, 228, 220) 0px 0px
		12px 13px;
	background-color: #fff;
	color: #03406c;
}

#myopoints-rank ul.list-group li.user-score, #myopoints-rank2 ul.list-group li.user-score
	{
	border-radius: 50px;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: linear-gradient(275.4deg, #081D26 10.51%, #54AAB9 20.56%, #DBFDFC 33.81%
		, #DBFDFC 54.36%, #56ACBB 69.9%, #081D26 78.12%);
}

#myopoints-rank ul.list-group li.user-score1, #myopoints-rank2 ul.list-group li.user-score1
	{
	background: linear-gradient(275.4deg, #03416A 0%, #65ADDD 20.56%, #FFFFFF 33.81%,
		#FFFFFF 54.36%, #488EBB 69.9%, #03416A 91.37%) !important;
}

#myopoints-rank ul.list-group .user-score::before, #myopoints-rank2 ul.list-group li.user-score::before
	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 6px;
	border-radius: 50px;
	background: linear-gradient(180deg, #F6F9F6 0.33%, #D1DBDA 100.33%)
		!important;
	z-index: -1;
}

#chart-board .card-body {
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
}

#chart-board .chart-input {
	background: linear-gradient(90deg, #03416A 31.73%, #FFFFFF 75.96%);
	padding: 1px 3px;
	border-radius: 7px;
}

#chart-board .admin-chart, #chart-board .user-chart {
	background: linear-gradient(180deg, #F6F9F6 0.33%, #D1DBDA 100.33%);
	padding: 5px 10px;
	border-radius: 12px;
	margin-left: 5px !important;
	word-wrap: break-word !important;
	word-break: break-word !important;
	position: relative;
	line-height: 16px;
	font-size: 0.90rem;
	font-weight: 300;
}

#chart-board .admin-chart::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -6px;
	right: 0px;
	bottom: -6px;
	border-radius: 16px;
	z-index: -1;
	background: linear-gradient(275.4deg, #081D26 10.51%, #54AAB9 20.56%, #DBFDFC 33.81%
		, #DBFDFC 54.36%, #56ACBB 69.9%, #081D26 78.12%);
}

#modalLooping .modal-content::before, #modalCompleted .modal-content::before,
	#modalConguration .modal-content::before, #chart-board .user-chart::before
	{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: -6px;
	bottom: -6px;
	border-radius: 16px;
	z-index: -1;
	background: linear-gradient(275.4deg, #682608 0%, #B06E30 20.56%, #F9FDB5 33.81%,
		#F9FDB5 54.36%, #B06E30 69.9%, #682608 91.37%);
}

#chart-board .card-footer button.btn i {
	font-size: 22px;
}

#myopoints-rank ul.list-group .user-score::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 6px;
	border-radius: 50px;
	background: linear-gradient(180deg, #F6F9F6 0.33%, #D1DBDA 100.33%)
		!important;
	z-index: -1;
}

/* #start-exercise button.btn-sets {
        width: 90px;
        height: 85px;
        position: relative;
        padding: 10px 15px;
        color: #060606;
        font-size: 1.2rem;
        border-radius: 20px;
        border: 7.02px solid;
        background: linear-gradient(147.38deg, #FDFEFD 18.52%, #FDFEFD 36.18%, #538793
                48.27%, #727273 65.59%, #5E5F63 81.28%);
        z-index: 1;
        border: 0;
        overflow: clip;
        box-shadow: 3px 3px 3px 0px rgb(0 0 0/ 65%); &: before { z-index : -1;
        position: absolute;
        top: -7px;
        right: 15px;
        bottom: 15px;
        left: -7px;
        content: "";
        background: radial-gradient(40% 40% at 50% 50%, #FFFFFF 0%, #FFFFFF 30%, #D6D7D4
                100%);
        box-shadow: inset rgb(98, 98, 98) 0px 0px 0px 1px, rgb(254, 254, 254)
                0px 0px 1px 1px;
        transform: translate3d(0.5em, 0.5em, 1em);
        border-radius: 20px;
} */
#modal .btn-sets i {
	font-size: 36px;
	color: #1e8b85;
}

#modal .fa-circle-xmark {
	color: #2f96d9 !important;
}

#modal button.btn-sets {
	max-width: 120px;
	width: 140px !important;
	height: 138px !important;
	max-height: 120px;
	font-size: 1rem !important;
}

#modal button.btn-sets img {
	width: 36px;
	height: 36px;
}

#modalLooping .btn-nextExercise, #modalConguration .btn-nextExercise {
	background: linear-gradient(90deg, #59A3CB 2.46%, #116594 100%);
	border-radius: 50px;
	border: 0;
	font-size: 0.85rem;
	padding: 10px 15px;
	color: #fff;
}

#stayLeave-section .btn-leave, #stayLeave-section .btn-stay-leave {
	width: 100%;
	padding: 7px 10px !important;
	border-radius: 12px !important;
	font-size: 13px !important;
}

#stayLeave-section .btn-leave {
	background-color: #4b37b9 !important;
	color: #fff;
}

.btn-submit, #stayLeave-section .btn-stay-leave, #modalCompleted .btn-submit,
	#modalneedHelp .btn-submit {
	box-shadow: inset 0px 0px 3px 1px rgba(70, 65, 64, 0.52);
	background: linear-gradient(90deg, #59A3CB 2.46%, #116594 100%);
	border: 2px solid #fff;
	padding: 5px 20px;
	border-radius: 24px;
	font-size: 0.85rem;
	color: #fff;
}

.btn-submit:hover, #stayLeave-section .btn-stay-leave:hover {
	color: #fff !important;
	background-color: unset !important;
	border-color: #fff !important;
}

.btn-cancel, #modalCompleted .btn-cancel, #modalneedHelp .btn-cancel {
	box-shadow: inset 0px 0px 3px 1px rgba(70, 65, 64, 0.52);
	border: 2px solid #fff;
	padding: 5px 20px;
	border-radius: 24px;
	font-size: 0.85rem;
	border: linear-gradient(180deg, #FFFFFF 5.13%, #E6E6E6 40.58%, #D2D4D7 72.88%,
		#CECAC7 94.87%);
	border: 2px solid #fff;
}

#modalneedHelp .modal-content {
	width: 100% !important;
	height: 100% !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
}

#start-exercise button.btn-sets {
	width: 80px !important;
	height: 80px !important;
}

#modalneedHelp .modal-content, 
#modal button.btn-sets, 
#start-exercise button.btn-sets
	{
	width: 90px;
	height: 85px;
	position: relative;
	padding: 10px 15px;
	color: #060606;
	font-size: 1.2rem;
	border-radius: 20px;
	border: 7.02px solid;
	background: linear-gradient(147.38deg, #FDFEFD 18.52%, #FDFEFD 36.18%, #538793
		48.27%, #727273 65.59%, #5E5F63 81.28%);
	z-index: 1;
	border: 0;
	overflow: clip;
	box-shadow: 3px 3px 3px 0px rgb(0 0 0/ 65%); 
	
 &:before { 
    z-index : -1;
	position: absolute;
	top: -7px;
	right: 15px;
	bottom: 15px;
	left: -7px;
	content: "";
	background: radial-gradient(50% 50% at 50% 50%, #FFFFFF -88%, #FFFFFF -50%, #D6D7D4
		160%);
	box-shadow: inset rgb(98, 98, 98) 0px 0px 0px 1px, rgb(254, 254, 254)
		0px 0px 1px 1px;
	transform: translate3d(0.5em, 0.5em, 1em);
	border-radius: 20px;
  }
}

.chat-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 12px;
	width: 100%;
	max-width: 600px;
	position: relative;
}

.chat-bar button i, .chat-name {
	color: white;
	font-weight: 600;
	font-size: 18px;
}

#myTherapist-section .chat-profile, #chart-board .chat-profile,
	#modalHome .chat-profile, #modalConguration .chat-profile {
	border-radius: 50%;
	background: url(../images/nassets/goldenframef.png);
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#modalHome h6.small {
	font-size: 1.1rem !important
}

#modalLooping .modal-content, #modalApplianceNotification .modal-content,
	#modalshowMessageforExe .modal-content, #modalBadges .modal-content,
	#video-section .modal-content, #changeAvatar-section .modal-content,
	#resetPin-section .modal-content, #stayLeave-section .modal-content,
	#myTherapist-section .modal-content, #modalCompleted .modal-content,
	#modalHome .modal-content, #modalConguration .modal-content {
	background: linear-gradient(180deg, #F6F9F6 0.33%, #D1DBDA 100.33%)
		!important;
}

#modalLooping .modal-content::before, #modalConguration .modal-content::before
	{
	background: linear-gradient(96.69deg, #682608 4.33%, #B06E30 25.14%, #F9FDB5 46%,
		#F9FDB5 70.18%, #B06E30 82.13%, #682608 98.91%) !important;
}

#dashboardTemplateParent .chat-profile, #dashboard .chat-profile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: url(../images/nassets/goldenframef.png);
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#dashboardTemplateParent .btn-dashbaord, #dashboard .btn-dashbaord {
	background: rgba(217, 217, 217, 1);
	border-radius: 0;
	/* padding: 9px 15px; */
	padding: 8px;
	border: 0;
}

#dashboardTemplateParent .btn-dashbaord img {
	width: 32px;
	height: 32px;
}

#dashboardTemplateParent .canvas-width, #dashboard .canvas-width {
	min-width: 190px;
	width: 185px;
	height: 80px;
	text-align: center;
	display: flex;
	justify-content: center;
}

#modalHome .chat-profile img, #modalConguration .chat-profile img,
	.chat-profile img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
}

#dashboardTemplateParent ul li, #dashboard ul li {
	/* padding: 0px 12px;
	border-radius: 0; */
	border: 0;
	padding: 0px 12px;
	border-radius: 5px 0 0 5px;
}

#dashboardTemplateParent ul li, #dashboard ul li h6 {
	font-size: 1rem
}

#dashboardTemplateParent .carousel-indicators, #dashboard .carousel-indicators
	{
	margin-bottom: -18px !important;
}

#reports .carousel-indicators {
	margin-bottom: -26px !important;
}

#reports .carousel-indicators [data-bs-target] {
	width: 1px;
	height: 1px;
	border-radius: 100%;
	padding: 10px;
	background: #03416a;
}

#dashboardTemplateParent .carousel-indicators [data-bs-target],
	#dashboard .carousel-indicators [data-bs-target] {
	width: 12px !important;
	height: 12px !important;
	border-radius: 50%;
	background-color: #03416a;
}

#reports button {
	background: #fff;
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	border: 0;
	border-radius: 0px;
	padding: 8px 24px;
}

#reports .dropdown-menu {
	width: 100%;
	border: 0;
	border-radius: 0px;
	outline: 0;
	padding: 0px 5px;
	inset: -4px auto auto 0px !important;
}

#reports .members-menu .dropdown-item {
	background-color: rgb(3, 65, 106) !important;
}

#reports .members-menu .dropdown-item.active, #reports .members-menu .dropdown-item:active,
	#reports .members-menu .dropdown-item:hover {
	color: #ffffff !important;
	background-color: rgb(1, 41, 68) !important;
}

#reports .dropdown-item {
	margin-bottom: 5px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #ffffff !important;
	background-color: rgba(72, 182, 148, 1) !important;
}

#reports .dropdown-item:focus, #reports .dropdown-item:active, #reports .dropdown-item.active,
	#reports .dropdown-item:hover {
	color: #ffffff !important;
	background-color: rgb(45, 143, 113) !important;
}

#closeVideo .fa-circle-xmark {
	font-size: 35px;
	color: #fff;
}

#exercise-video .video-buttons {
	position: absolute;
	right: 3px;
	top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 86%;
}

/* #exercise-video .set-count{
        display: inline-block;
    padding: 5px 10px;
    background-color: #2293a2;
    color: #fff;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 500;
    position: absolute;
    left: 13px;
    top: 0;
} */
#exercise-video .set-count {
	/*  display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0; */
	display: inline-block;
	border: 2px solid #0b5678;
	border-radius: 16px;
	padding: 5px;
	width: 100px;
	height: 100px;
	/*  position: absolute;
    top: 0;
    left: 0; */
	background: #0a0a0a4a;
}

#exercise-video .set-count .progress .text-set {
	display: flex;
	flex-direction: column;
	column-gap: 0;
	font-size: 1.1rem;
	/* color: #0b0066; */
	color: #ffffff;
	line-height: 1;
	font-weight: 600;
	z-index: 1;
	position: absolute;
}

#exercise-video .progress, .progress-stacked {
	background-color: transparent !important;
}

#exercise-video .set-count .progress {
	/*   --fill-neutral: hsl(0 0% 25%);
    --fill-from: hsl(0 100% 50%);
    --fill-to: hsl(100 100% 50%);
    --part-count: 55;
    --part-spacing: 2deg;
    --part-width: 15%;
    --animation-duration: 2s;
    font-size: 1rem;
    width: 75px;
    height: 75px;
    aspect-ratio: 1 / 1;
    font-family: system-ui, sans-serif;
    display: grid;
    place-items: center; */
	/* --fill-neutral: hsl(0deg 0% 100%);
    --fill-from: hsl(198.72deg 83.21% 25.69%);
    --fill-to: hsl(198.72deg 83.21% 25.69%);
    --part-count: 55;
    --part-spacing: 2deg;
    --part-width: 15%;
    --animation-duration: 2s;
    font-size: 1rem;
    width: 70px;
    height: 70px;
    aspect-ratio: 1 / 1;
    font-family: system-ui, sans-serif;
    display: grid;
    place-items: center; */ -
	-fill-neutral: hsl(0deg 0% 100%); -
	-fill-from: hsl(198.72deg 83.21% 25.69%); -
	-fill-to: hsl(198.72deg 83.21% 25.69%); -
	-part-count: 55; -
	-part-spacing: 2deg; -
	-part-width: 14%; -
	-animation-duration: 2s;
	font-size: 1rem;
	width: 85px;
	height: 85px;
	aspect-ratio: 1/1;
	font-family: system-ui, sans-serif;
	display: grid;
	place-items: center; &:: before { content : "";
	width: 85px;
	height: 85px;
	inset: 0;
	margin: auto;
	/*  position: absolute; */
	border-radius: 50%;
	/* background-color: #1a4fe3; */
	background-image: conic-gradient(transparent var(- -percent),
		var(- -fill-neutral) var(- -percent)),
		conic-gradient(var(- -fill-from), var(- -fill-to)); -
	-part-size: calc(360deg/ var(- -part-count)- var(- -part-spacing));
	mask-image: repeating-conic-gradient(transparent 0 calc(var(- -part-spacing)/2),
		black calc(var(- -part-spacing)/2+ .25deg) calc(var(- -part-spacing)/2+
		
		
		
		 var(- -part-size)- .25deg), transparent calc(var(- -part-spacing)+ var(- -part-size)/2)
		calc(var(- -part-size)+ var(- -part-spacing))),
		radial-gradient(100% 100%, black calc(50% - var(- -part-width)- 1px),
		transparent calc(50% - var(- -part-width)));
	mask-composite: subtract, add;
	animation: progress-fill var(- -animation-duration) linear forwards;
}

}
@
keyframes progress-fill {from { --percent:0%
	
}

}
#exercise-video .video-buttons .icon-image {
	width: 45px;
	height: 40px;
}

div




:where


 


(
.swal2-container


 


)
button




:where


 


(
.swal2-styled


 


)
{
background




:


 


linear-gradient




(90
deg
,
rgb




(8
95
148)
40%,
rgb




(47
,
181,
193)
80%,
rgb




(69
,
225,
216)
100%)
!
important




;
color




:


 


#fff


 


!
important




;
margin




:


 


0
!
important




;
padding




:


 


5
px


 


15
px


 


!
important




;
border




:


 


none




;
font-weight




:


 


500;
font-size




:


 


1
rem


 


!
important




;
}
div




:where


 


(
.swal2-container


 


)
div




:where


 


(
.swal2-popup


 


)
{
color




:


 


#6a6a6a


 


!
important




;
font-family




:


 


sans-serif


 


!
important




;
font-size




:


 


0
.85rem


 


!
important




;
}
.is-invalid {
	border-color: #dc3545 !important;
	box-shadow: 0 0 5px rgba(220, 53, 69, 0.4);
}

.code-input.is-invalid:focus {
	border-color: #86b7fe !important;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.code-input.is-invalid {
	background-image: none !important;
	padding-right: 0.5rem !important;
	border-color: #dc3545 !important;
	box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);
}

/* #webcamContainer{
   height: 361px !important;
   overflow: hidden !important;
 }
         
#exercise-video .webcamera {
    height: 471px !important;
     max-width: 1200px;
} */
@media screen and (max-width: 450px) {
	section.plain-card {
		padding: 2em 1em
	}
	section .myopoints {
		width: 8em;
		min-width: 8em;
		height: 8em;
	}
	section .myopoints h1, section .myopoints h4 {
		font-size: 1.2rem
	}
	section .myopoint-profile {
		width: 8em;
		height: 8em;
		position: absolute;
		top: -16px;
		left: 50%;
		transform: translate(-48%, -50%);
		border-radius: 50%;
	}
	section .myopoint-profile .profile-image {
		width: 8em;
		height: 8em;
	}
	.btnStartExercise .btn-login {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.minwdth {
		min-width: 0px;
	}
	.navbar-nav {
		flex-direction: unset !important;
		justify-content: space-around !important;
	}
	.btnmenu {
		font-size: 8px !important;
		padding: 6px 8px !important;
	}
	.btnStartExercise .btn-login {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#loginContainer {
		background-position: 35% 100% !important;
	}
	.sectionheight {
		height: 555px !important;
	}
	#reportmodalHome .modal-dialog {
		max-width: 850px !important;
	}
	#exercise-video.fullscreen-exercise-video .webcamContainer-height {
		min-width: unset !important;
	}
	#exercise-video.fullscreen-exercise-video .webcamera {
		max-height: 33vh !important;
	}
	.btnStartExercise .btn-login {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	.login-header, .header-logo {
		width: 115px;
		margin-left: 2em;
		display: inline-block;
	}
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
	.header-logo {
		margin-left: 6em;
		width: 100px;
	}
	#loginContainer {
		background-position: 35% 100% !important;
	}
	#exercise-video.fullscreen-exercise-video .webcamContainer-height {
		min-width: unset !important;
	}
	#exercise-video.fullscreen-exercise-video .webcamera {
		max-height: 40vh !important;
	}
	.sectionheight {
		height: 545px !important;
	}
}

@media ( min-width : 1200px) {
	#video-section .modal-xl { -
		-bs-modal-width: 1300px !important;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1399px) {
	.login-header .myocircle-logo {
		padding-left: 6em;
	}
	.header-logo {
		margin-left: 7em;
		width: 100px;
	}
	/* #exercise-video video {
		max-height: 490px;
	} */
	.btnStartExercise .btn-login {
		transform: translate(-50%, -100%) !important;
		left: -165px !important;
		top: 490px !important;
		right: unset !important;
		transition: transform 0.25s ease; /* smooth animation */
	}
	.btnStartExercise .btn-login:hover {
		transform: translate(-50%, -100%) scale(1.1) !important;
	}
	#exercise-video.fullscreen-exercise-video .webcamera {
		max-height: 47vh !important;
	}
	.sectionheight {
		height: 545px !important;
	}
}

@media screen and (min-width: 1400px) {
	/* .header-logo{
            margin-left: 5em;
            width: 100px;
          }
     */
	.navbar ul.navbar-nav li.nav-item button.btn-main {
		padding: 5px 15px;
	}
	section.plain-card {
		padding: 22px;
	}
	.section-height {
		height: 508px;
	}
	section .myopoints {
		width: 118px;
		height: 118px;
	}
	section .myopoints h1 {
		font-size: 24px
	}
	section .myopoints h4 {
		font-size: 22px
	}
	#myopoints-rank .bg-transparent {
		height: 320px !important;
	}
	#start-exercise .card-images {
		height: 240px;
	}
	#exercise-video video {
		/* max-height: 560px; */
		
	}
	#exercise-video.fullscreen-exercise-video .webcamContainer-height {
		/* max-height: 550px !important;
		min-width: 550px !important; */
		
	}

	/* #webcamContainer{
                max-height: 315px;
        width: 100% !important;
        max-width: 1200px;
        overflow: hidden;
         }
         
         #exercise-video .webcamera {
                width: 100% !important;
        max-width: 1144px !important;
        height: 424px !important;
        max-height: 399px !important;
        max-width: 1200px;
    } */
}

@media screen and (min-width: 1550px) and (max-width: 1650px) {
	.login-header .myocircle-logo {
		padding-left: 128px;
	}
	.header-logo {
		margin-left: 7em;
		width: 100%;
		max-width: 90px;
		min-width: 80px;
	}
	.btnStartExercise .btn-login {
		transform: translate(-70%, 40%) !important;
	}
	.btnStartExercise .btn-login {
		transform: translate(-70%, -40%) !important;
		transition: transform 0.25s ease; /* smooth animation */
	}
	.btnStartExercise .btn-login:hover {
		transform: translate(-70%, -40%) scale(1.1) !important;
	}
	#video-section .no-fullscreen {
		min-height: 87vh;
	}
}

@media screen and (min-width: 1650px) and (max-width: 1850px) {
	.login-header .myocircle-logo {
		padding-left: 4em;
	}
	.header-logo {
		margin-left: 5em;
		width: 100%;
		max-width: 90px;
		min-width: 80px;
	}
	.btnStartExercise .btn-login {
		transform: translate(-85%, 0%) !important;
		transition: transform 0.25s ease; /* smooth animation */
	}
	.btnStartExercise .btn-login:hover {
		transform: translate(-85%, 0%) scale(1.1) !important;
	}
	#video-section .no-fullscreen {
		min-height: 88vh;
	}
}

@media screen and (min-width: 1900px) and (max-width: 1980px) {
	.login-header .myocircle-logo {
		padding-left: 2em;
	}
	.header-logo {
		margin-left: 3em;
		width: 100%;
		max-width: 90px;
		min-width: 80px;
	}
	.btnStartExercise .btn-login {
		transform: translate(-95%, 10%) !important;
		transition: transform 0.25s ease; /* smooth animation */
	}
	.btnStartExercise .btn-login:hover {
		transform: translate(-95%, 10%) scale(1.1) !important;
	}
	#video-section .no-fullscreen {
		min-height: 88vh;
	}
	#exercise-video.fullscreen-exercise-video .webcamContainer-height {
		/* max-height: 550px;
		overflow: hidden !important;
		min-width: 550px; */
		
	}
}

@media screen and (min-width: 2100px) and (max-width: 2200px) {
	.login-header .myocircle-logo {
		padding-left: 0em;
	}
}

@media screen and (min-width: 2200px) and (max-width: 2300px) {
	.login-header .myocircle-logo {
		padding-left: 0em;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl,
		.container-xxl {
		max-width: 1370px;
	}
}

@media screen and (min-width: 2400px) and (max-width: 2450px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl,
		.container-xxl {
		max-width: 1470px;
	}
}

@media screen and (min-width: 2550px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl,
		.container-xxl {
		max-width: 1555px;
	}
}

.scrollbar {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overscroll-behavior: contain;
	scrollbar-color: rgba(var(- -bs-secondary-rgb, 108, 117, 125), 0.8)
		transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: transparent;
	height: 0.375rem;
	width: 0.375rem;
	visibility: hidden;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122
		, 153, 217)), color-stop(0.72, rgb(73, 125, 189)),
		color-stop(0.86, rgb(28, 58, 148)));
	border-radius: 3px;
	visibility: hidden;
}

.scrollbar:hover::-webkit-scrollbar, .scrollbar:hover::-webkit-scrollbar-thumb
	{
	visibility: visible;
}

.scrollbar::-webkit-scrollbar-button, .scrollbar::-webkit-scrollbar-corner
	{
	display: none;
}

.dashboard .carousel small {
	font-size: 0.85rem;
}

/* video timer hide */
/*  video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-moz-progress-bar {
    display: none !important;
}  */
#profileDropdown.form-select {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff; /* white text when closed */
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px;
	/* White dropdown arrow */ -
	-bs-form-select-bg-img:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-image: var(- -bs-form-select-bg-img);
}

/* This controls the dropdown menu options */
#profileDropdown.form-select option {
	color: #000; /* black text for dropdown list */
	background-color: #fff; /* white background for options */
}

.progress-dial-static {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 6px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress-dial-static .dial-ring {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 6px solid var(- -dial-color, #ccc);
	transform: rotate(45deg);
	clip-path: polygon(50% 50%, 0 0, 100% 0);
}

.user-score {
	width: 100%;
	background: #f8f9fa;
	border-radius: 15px;
	padding: 10px 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	word-wrap: break-word;
}

.user-chart {
	background: #f8f9fa;
	border-radius: 15px;
	padding: 10px 15px;
	max-width: 70%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	word-wrap: break-word;
}

.user-score {
	background-color: #e0f7fa; /* Therapist bubble */
}

.user-chart {
	background-color: #c8e6c9; /* Patient bubble */
}

.gems-image {
	border-radius: 50%;
	object-fit: cover;
}

.chat-time {
	display: block;
	font-size: 0.75em;
	color: #666;
	margin-top: 4px;
}

/* #chatContainer {
  max-height: 500px;
  overflow-y: auto;
} */
.sectionheight {
	height: 515px;
}

#profile-section .avatar-image {
	cursor: pointer;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

#profile-section .bg-avatar-image {
	cursor: pointer;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-image: url('asset/images/profile-image/custom.png');
	background-repeat: no-repeat;
	background-size: 110%;
	background-position-x: -5px, 60px;
}

#profile-section .bg-avatar-image:hover {
	transform: scale(1.1);
}

.toggle-wrapper{
	background: aliceblue;
    padding: 15px 10px;
    border-radius: 6px;
}
    

.toggle input {
    --s: 20px;
    height: calc(var(--s) + var(--s) / 10);
    width: auto;
    aspect-ratio: 2.25;
    border-radius: var(--s);
   /*  margin: calc(var(--s) / 5); */
    margin:auto;
    display: grid;
    cursor: pointer;
    background-color: #b3adad;
    box-sizing: content-box;
    overflow: hidden;
    transition: .3s .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.toggle input:before{
  content: "";
  padding: calc(var(--s)/10);
  --_g: radial-gradient(circle closest-side at calc(100% - var(--s)/2) 50%,#03416a 96%,#0000);
  background: 
    var(--_g) 0 /var(--_p,var(--s)) 100% no-repeat content-box,
    var(--_g) var(--_p,0)/var(--s)  100% no-repeat content-box,
    #fff;
  mix-blend-mode: darken;
  filter: blur(calc(var(--s)/12)) contrast(11);
  transition: .4s, background-position .4s .1s,
    padding cubic-bezier(0,calc(var(--_i,-1)*200),1,calc(var(--_i,-1)*200)) .25s .1s;
}

.toggle input:checked {
  background-color: #34acb4;
}

.toggle input:checked:before {
  padding: calc(var(--s)/10 + .05px) calc(var(--s)/10);
  --_p: 100%;
  --_i: 1;
}

.progress-container {
	display: flex;
	gap: 20px; /* Space between circles */
	flex-wrap: wrap;
}

/* Outer Circle */
.progress-circle { 
	--progress: 70; /* Default progress (in percentage) */
	width: 70px;
	min-height: 70px;
	background: conic-gradient(var(--color, lightgray) 0%
		calc(var(--progress)* 1%), /* Dynamic progress color */
        lightgray calc(var(--progress)* 1%) 100%);
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/* Inner text */
.progress-circle span {
	position: absolute;
	width: 55px;
	height: 55px;
	background: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color, gray);;
	font-size: 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Progress color coding */
.progress-circle.green { 
	--color: #5eae8c;
}

.progress-circle.orange { 
	--color: orange;
}

.progress-circle.red { 
	--color: #b30b00;
}

.progress-circle.blue { 
	--color: #3396da;
}

/* .carousel-control-next-icon, 
.carousel-control-prev-icon {
    background-color: #090909e6 !important;
    border-radius: 30px;
    background-repeat: no-repeat !important;
} */
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
	filter: brightness(100%) invert(0);
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 11px;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: -3px;
	color: #000000;
	text-align: center;
	/* background: #c3c2c2; */
	background: #3F51B5;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	transition: opacity .15s ease;
	border-radius: 50%;
	margin-inline: 8px;
	opacity: unset !important;
}

.carousel-control-next:focus, .carousel-control-next:hover,
	.carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #000000 !important;
	opacity: 1 !important;
}

.notification-menu {
	min-width: 300px;
	width: 300px;
}

.selected-avatar-parent {
	border: 3px solid var(--bs-warning);
}

#video-section .video-prive-next {
	width: 100%;
	position: absolute;
	transform: translateX(-50%), translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	z-index: 999;
}

#video-section .video-prive-next .btn-arrow {
	background: #03426d1f;
	padding: 4px 4px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	color: #03406c;
	font-size: 1.3rem;
}

#exercise-player.no-fullscreen {
	background-color: #0c006c;
}

.no-fullscreen::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

.hide-three-dots::-webkit-media-controls-enclosure, .hide-three-dots::-webkit-media-controls-panel
	{
	overflow: hidden !important;
}

/* Loader Overlay */
.loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

@keyframes spin { 
	0% {
       transform: translate(-50%, -50%)rotate(0deg);
    }

    100%{
      transform: translate(-50%, -50%)rotate(360deg);
    }
 }
 
.disable-header {
	pointer-events: none;
	opacity: 0.9;
}

.fullscreen-exercise-video {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100vh;
	height: 100vh;
	width: 100%;
}

.fullscreen-exercise-video video {
	/* min-height: 98vh !important;
	height: 100vh !important; */
	/* min-height: calc(100vh - 65px); */
	min-height: calc(100vh - 58px);
}

.fullscreen-exercise-video .explainer-video {
	/* min-height: 98vh !important; */
	height: 100vh !important;
	/*  min-height: calc(100vh - 16px); */
	/* background: transparent !important; */
}

#exercise-video.fullscreen-exercise-video .webcamera {
	/* min-height: 0vh !important;
	max-width: 1200px;
	max-height: 58vh; */
	object-fit: cover;
}

#exercise-video.fullscreen-exercise-video .webcamContainer-height {
	/* max-height: 500px;
	min-width: 500px; */
	overflow: hidden !important;
}

div:where(
.swal2-container
)
div:where(.swal2-actions){
column-gap:10px!important;
}

/* Exercise Info Panel Styles */
/* .exercise-info-panel {
	background: linear-gradient(135deg, #4DE3C7 0%, #3672EF 100%);
	width: calc(100% - 16px);
	border-radius: 12px;
	padding: 8px;
	margin: 0px auto;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 1;
}
 */
.exercise-info-panel {
	background: #1a0f87;
	width: 100%;
	border-radius: 0px;
	padding: 10px 8px;
	margin: 0px auto;
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
	/* position: absolute; */
	/* z-index: 1; */
}

/*  .exercise-info-panel {
    background: linear-gradient(135deg, #4DE3C7 0%, #3672EF 100%);
    width: calc(100% - 16px);
    border-radius: 12px;
    padding: 0px 8px;
    margin: 0px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
} */
.exercise-info-panel1 {
	position: absolute;
	bottom: 85px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width: calc(100% - 25px);
    left: 9px;  */
	z-index: 1;
	width: calc(100% - 60px);
	transform: translate(35px, -10px);
}

.counter-badge1 {
	/*  display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 14px;
    border-radius: 8px;
    min-width: 70px;
    column-gap: 8px;
    background: #00000059; */
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 105px;
	padding: 8px 10px;
	border-radius: 5px;
	background: linear-gradient(180deg, #2f5bff52, #1b2fa8b8);
	letter-spacing: 1px;
}

/* Top & Bottom Gradient Border */
.counter-badge1::before {
	width: 105px;
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(180deg, #8fb3ff 0%, transparent 30%, transparent 70%,
		#4f7dff 100%);
	-webkit-mask: linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.info-panel-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	gap: 12px;
}

.info-counters {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	/* flex-direction: column; */
}

.counter-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 14px;
	border-radius: 8px;
	min-width: 70px;
}

.counter-badge.exercise-counter {
	background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
}

.counter-badge.loop-counter {
	background: linear-gradient(135deg, #E84393 0%, #D63384 100%);
}

.counter-badge.rep-counter {
	background: linear-gradient(135deg, #4DE3C7 0%, #3672EF 100%);
}

.counter-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.counter-value {
	font-size: 0.90rem;
	font-weight: 500;
	color: #fff;
}

.info-names {
	flex: 1;
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	/* min-width: 200px;
	max-width: 400px; */
	margin-inline: 180px auto;
}

.parent-video-name {
	font-size: 1.1rem;
	/* font-weight: 700; */
	color: #fff;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.loop-video-name {
	font-size: 0.85rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-camera {
	display: flex;
	align-items: center;
}

.camera-btn {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 1.1rem;
	transition: all 0.2s ease;
}

.camera-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: #fff;
	color: #fff;
}

.info-exit {
	display: flex;
	align-items: center;
}

.exit-btn {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.2s ease;
}

#exercise-info-panel1 .info-camera .exit-btn, .info-exit .exit-btn {
	color: #fff;
	/* border: 2px solid rgb(247 249 250) !important; */
	border: 0 !important;
	padding: 6px;
	border-radius: 16px;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.2s ease;
	width: 40px;
	height: 40px;
	/* background: #00000069; */
	background: #0a3eab;
}

.exit-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: #fff;
	color: #fff;
}

.info-date {
	display: flex;
	align-items: center;
}

.date-badge {
	background: linear-gradient(135deg, #9B59B6 0%, #8E44AD 100%);
	color: #fff;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.rep-label, .date-badge i {
	font-size: 1rem;
}

/* Responsive adjustments */
@media ( max-width : 768px) {
	.info-panel-row {
		flex-direction: column;
		align-items: stretch;
	}
	.info-counters {
		justify-content: center;
	}
	.info-names {
		order: -1;
		margin-bottom: 8px;
	}
	.info-date {
		justify-content: center;
	}
	.counter-badge {
		min-width: 60px;
		padding: 6px 10px;
	}
	.counter-value {
		font-size: 1rem;
	}
	.parent-video-name {
		font-size: 1rem;
	}
}

@media ( max-width : 480px) {
	.exercise-info-panel {
		padding: 10px 12px;
		margin: 0 4px;
	}
	.counter-badge {
		min-width: 55px;
		padding: 5px 8px;
	}
	.counter-label {
		font-size: 0.65rem;
	}
	.counter-value {
		font-size: 0.9rem;
	}
}

/* Hide video progress controls for non-skippable educational videos */
.no-skip-controls::-webkit-media-controls-timeline {
	display: none !important;
}

.no-skip-controls::-webkit-media-controls-current-time-display,
	.no-skip-controls::-webkit-media-controls-time-remaining-display {
	display: none !important;
}

.no-skip-controls::-webkit-media-controls-seek-back-button,
	.no-skip-controls::-webkit-media-controls-seek-forward-button {
	display: none !important;
}

.no-skip-controls::-moz-progress-bar {
	display: none !important;
}

/* Firefox - hide range/seek controls */
.no-skip-controls::-moz-range-track, .no-skip-controls::-moz-range-thumb
	{
	display: none !important;
}

/* //NS */
.scrollbar {
	scrollbar-color: rgba(var(- -bs-secondary-rgb), 0.8) transparent
		!important;
}


.desktop-nav {
	display: block;
}

.desktop-show {
	display: block;
}

.desktop-show-flex {
	display: flex;
}

.mobile-show {
	display: none;
}

.mobile-nav {
	display: none;
}

/* ===== DESKTOP = ORIGINAL LAYOUT ===== */
@media ( min-width : 992px) {
	.header-container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	/* Put nav buttons back in same row */
	.nav-row {
		width: auto;
		margin-left: 30px;
	}
	.nav-row ul {
		justify-content: flex-start;
		gap: 10px;
	}
}

/* ================= DESKTOP DEFAULT ================= */
.mobile-only {
	display: none;
}

/* MOBILE */
@media (max-height: 430px) and (orientation: landscape){
	#home-bg{
	  height:auto !important;
	}
	
	.landscape-view{
	 margin-top:36px;
	}
}

@media ( max-width : 767.98px) {
	#home-bg{
	  height:auto !important;
	}
	
	  section .myopoint-profile {
	  top:50% !important;
	  left:50% !important;;
      transform: translate(-50%, -50%) !important;
     }


/* 	#loginContainer {
      min-height: calc(100vh - 225px)!important;
	} */
	
	.exercise-info-panel1{
	    bottom: unset;
        top: 118px;
        width: calc(100% - 45px);
	}
	
	.exercise-info-panel {
      margin: 0; 
    }
    
	.desktop-nav {
		display: none !important;
	}
	.mobile-nav {
		display: block !important;
	}
	.desktop-show {
		display: none !important;
	}
	.mobile-show {
		display: block !important;
	}
	.fullscreen-exercise-video video {
		min-height: calc(40vh);
		max-height: calc(40vh);
	}
	.marginunset {
		margin-inline: unset;
	}

	/* Move Dashboard & Messages into burger */
	.mobile-move-to-burger {
		display: none !important;
	}
	.mobile-only {
		display: block;
	}

	/* Navbar spacing */
	.container-fluid.flex-column {
		gap: 6px;
	}
	.nav-row ul {
		width: 100%;
		justify-content: space-around;
	}

	/* Gems mobile styling */
	section .gems-image {
		width: 45px;
		height: 45px;
		cursor: pointer;
		transition: transform 0.2s ease;
		filter: drop-shadow(0px 13px 4px rgba(0, 0, 0, 0.6));
		margin-bottom: 5px;
	}
	.mb-5 {
		margin-bottom: 2rem !important;
	}
	.hide-mobile {
		display: none !important;
	}
	section .myopoint-profile .profile-image {
		width: 6em;
		height: 6em;
	}
	section .myopoint-profile {
		width: 6em !important;
		height: 6em !important;
	}
	.progress-circle span {
		font-size: .8rem;
	}
	section .myopoints h1, section .myopoints h4 {
		font-size: .8rem;
	}
	.h5, h5 {
		font-size: 1rem;
	}
	.h4, h4 {
		font-size: calc(1rem + .3vw);
	}
	.gap-3m {
		gap: 3rem !important;
	}
	 #reports-section section.plain-card {
		max-height: 750px !important;
	} 
	
	#reportmodalHome .modal-body .btn-close {
        top: -22px !important;
        right: 18px !important;
        padding: 6px !important;
    }
	
	/* .force-height-max {
		min-height: calc(100vh - 185px) !important;
		max-height: calc(100vh - 185px) !important;
	}
	.force-height-min {
		min-height: calc(50vh - 90px) !important;
		max-height: calc(50vh - 90px) !important;
	} */
	
	.force-height-max {
		min-height: calc(100vh - 0px) !important;
		max-height: calc(100vh - 0px) !important;
	}
	
	.force-height-min {
        min-height: calc(50vh - 20px) !important;
        max-height: calc(50vh - 20px) !important;
    }

	.info-exitm{
		position: absolute;
	    right: 10px;
	    top: 5px;
	}
	
	.desktop-show-flex{
		display:none
	}
	
	.exercise-info-panel1m {
		position: absolute;
		top: 100px;
		display: flex;
		/* justify-content: space-between;
		align-items: center; */
		/* width: calc(100% - 25px);
	    left: 9px;  */
		z-index: 1;
		/* width: calc(100% - 60px); */
		transform: translate(35px, -10px);
	}
	/* 	
	section .myopoints {
		width: 6em;
		min-width: 6em;
		height: 6em;
	}
	.progress-circle {
	    width: 70px;
	    min-height: 49px;
	} */
	
	
	#video-section .profile-video{
	max-height:75vh !important;
		height:75vh !important;
	}
	
	#dashboardTemplateSection .times-text {
    padding: 17px 10px !important;
    font-size: 0.85rem!important;
}

  #dashboardTemplateSection .rounded-start{
	  border-bottom-left-radius: 0 !important; 
     border-top-left-radius: 0 !important;
 }

  header .bg-body-tertiary, header .navbar {
    padding: 0px !important;
  }

   header .header-logo {
     display: block !important;
     margin-bottom: 10px !important;
   }
   
    header .header-logo img{
     height: 50px !important;
   }

   .form-container {
       margin-top: 36px !important;
   }

    .login-header {
        width: unset !important;
    }
    
    .login-header .login-logo{
        min-width: 180px;
       height: 60px;
    }
}

@media ( max-width : 767.98px) {
	.modal-dialog-scrollable {
		height: auto !important;
		max-height: none !important;
	}
	.modal-dialog-scrollable .modal-content {
		max-height: none !important;
	}
	.modal-dialog-scrollable .modal-body {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* smooth iOS scroll */
	}
}