*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
  
:root{
	/* Variables For Storing Colors */
	--primary-border: #262626;
	--primary-clr: #70b8ff;
	--bg-primary: #f1f0ee;
    --bg-blur: hsl(180, 2%, 8%)11114;
    --bg-111:  #191a1a8c;
	--bg-secondary: hsl(180, 2%, 8%);
	--bg-ternary: #f1f0ee;
	--bg-scrollbar: #222;
	--heading-clr: #eae7e8;
	--text-clr: #a3a3a3;
	--gradient: linear-gradient(to right, #35333f, transparent);
}
body.active {
	--primary-border: #f0f0f0;
	--primary-clr: #0180ff; 
	--bg-primary: #fff;
    --bg-blur: #ffffff14;
	--bg-111:  #fff;
	--bg-secondary: #fff;
	--bg-ternary: #f9f9f9;
	--bg-scrollbar: #eae7e8;
	--heading-clr: #202020;
	--text-clr: #646464;
	--gradient: linear-gradient(to right, #e1e5e8, transparent);
}

body {
	position: relative;                /*== relative ==*/
	width: 100%;                       /*== w-ful ==*/
	max-width: 1540px;                 /*== max-w-screen-2xl ==*/
	height: 100vh;                     /*== h-screen ==*/
	max-height: 100vh;                 /*== max-h-screen ==*/
	overflow: hidden;                  /*== ovf-hidden ==*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffffcf;
	background-color: var(--bg-primary);
    font-family: "Montserrat", sans-serif;
    margin-left: auto;
    margin-right: auto;
}


.page-wrapper{
	position: relative;                         /*== relative ==*/
	width: 100%;                                /*== relative ==*/
	height: 100vh;                              /*== relative ==*/
}

.text-yello-500{color: #eab308;}
.text-green{color: #28a635;}
.text-red{color: #ff5353;}
.text-skyblue{color: #40a9ff;}
.text-neutral-500{color: #71717a;}
.bg-neutral-800{background-color: #2f2f32;}
.link-active-500{color: #34d399;}
.gap-8{gap: 8px;}
.mt-2{margin-top: 5rem;}
.pb-1{padding-bottom: .5rem;}
.py-1{
	padding-top: .125rem;
    padding-bottom: .125rem;}
.py-2{
	padding-left: .5rem;
    padding-right: .5rem;}
.rounded{
	border-radius: 20px;
	font-size: 12px;
}
.text-xs{
	font-size: .8rem;
    line-height: 1rem;}
.size-5{
	width: 1.2rem;
    height: 1rem;}
.arrow-icon{
	color: #c1c1c690;
	font-size: 16px;}
.lock-icon{
	color: #ffffff41;
	font-size: 1rem;
	padding: .17rem .6rem 0rem 0rem;}
.unlock-icon{
	color: #34d399;
	font-size: .675rem;
	padding: .2rem .6rem 0rem 0rem;}
.lock-circle{
	padding: .5rem;
	background-color: transparent;
	border: 1.875px solid #34d399;
	border-radius: 50px;}
.yellow-text{
	color: #34d399;
    text-decoration: underline;}
.hover\:underline-text:hover{text-decoration: underline;}
.cursor-p{cursor: pointer;}
.cursor-no-drop{cursor: no-drop;}
.header-p{color: #a3a3a3;}
.interview-text{
	background-color: #2a2a2f;
	border: none;
	border-radius: 50px;
	padding: .2rem .6rem;
	margin: .5rem;
	font-size: 14px;
	color: #c1c1c690;}
.text-decor{text-decoration: none;}
.header-btn{background-color: #d4d4d4;}
.w-logo{
	width: 100px;
	margin: 0rem 0rem 2rem;
}
.store-logo{width: 34px;}
.white-color{color: #fff;}
.text-white{color: #bcbec2;}
.active-color{color: #70b8ff;}
.p-white{color: #a1a1aa;}
.cursor-text{cursor: text;}
.textno-line {text-decoration: none;}
.hover\:text-white:hover  {
	color:  #f8fafc;
	transition: 0.3s;}
.hover\:btn:hover  {
	background-color: #f5ffcb;
	transition: 0.3s;}
.hover\:textbtn:hover  {
	color: #fff;
	transition: 0.1s;}
.hover\:btn-two:hover  {
	background-color: #34d39922;
	transition: 0.3s;}
.hover\:header-text:hover  {
	color: #ffffff;
	transition: 0s;}
.hover\:sidemenu-text:hover  {
    border-radius: 5px;
	width: 100%;
	color: #fff;
    background-color: #29292982;
	transition: 0s;}
.hover\:buttonsec:hover  {
	background-color: #18181b;
	transition: 0.3s;}
.hover\:btntext:hover  {
	color: #34d399;
	transition: 0.1s;}
.hover\:promotion:hover  {background-color: #2382e235;}
.bg-search {background-color: #1e1e21;}
.m-top{margin: 1.75rem 0rem 1rem 0rem;}
.m-features{margin: 1.75rem 0rem .75rem 0rem;}
.path {
	font-size: .875rem;
	color: #70b8ff;
	margin: 2.25rem 0rem 0rem;}
.pre-path {
	font-size: .875rem;
	color: #6e6e6e;}
.p-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 28px;
    letter-spacing: -0.003em;}
.h3-text {
	color: #fff;
	font-weight: 600;
	padding-bottom: 6px;
	line-height: 28px;
    letter-spacing: -0.003em;}
.text-challenge {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25rem;
    letter-spacing: -0.003em;}
.text-difficulty {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
    letter-spacing: -0.003em;}
.p-margin{margin: 0rem;}
.h2-margin{	
		margin: 8px 0px 20px;}
.no-underline{text-decoration: none;}
.code-box{
	background-color: hsl(180, 2%, 12%); 
	border: 1px solid hsl(180, 2%, 16%); 
	text-align: start; 
	border-radius: .375rem; 
	padding: 1.2rem 0rem 1.2rem 0rem;}
.component-border{
	border: 1px solid hsl(180, 2%, 16%); 
	background-color: hsl(180, 2%, 12%); 
	height: 100px; 
	margin-bottom: .5rem; 
	border-radius: .375rem;}
.right-sidebar-h{
	padding: 0px 0px 10px 12px;}
.code-pink{color: #F97583;}
.code-sky{color: #E1E4E8;}
.code-close{color: #eae7e8;}
.code-yellow{color: #9ECBFF;}
.code-blue{color: #B392F0;}
.code-green{color: #E1E4E8;}
.code-comment{color: #6e6e6e;}
.pre-code{
	font-size: .9rem; 
	line-height: 1.5rem;}
.component-iframe{
	width: 100%; height: 100%;}
.feature-list{
	color: #eae7e8;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75rem;
	margin: 6px 0px;
	letter-spacing: -.025rem;}
.challenges-box-top{
	height: 200px;
	margin-top: 1rem; 
	background-color: transparent; 
	border: 1px dashed #ffffff3c;
	border-radius: 0.6rem; 
	padding: .8rem 1.8rem 1rem 1.8rem;}
.repolist-box{
	width: 100%;
	border-radius: 20px; 
	padding: 2rem 2rem 2rem 2rem;}
.course-box{
	background-color: #1e1e21; 
	border: 1px solid #343437;
	border-radius: .6rem; 
	padding: 1rem 1rem;}
.challenges-box-bottom{
	background-color: #1e1e21; 
	border: 1px solid #343437;
	border-radius: 0rem 0rem .6rem .6rem; 
	margin-bottom: 1rem; 
	padding: .8rem 1.8rem 1rem 1.8rem;}
.challenges-box-border{
	background-color: #1e1e21; 
	border: 1px solid #343437;
	padding: .8rem 1.8rem 1rem 1.8rem;}
.promotion-box{
	margin: .8rem 1rem .8rem .6rem; 
	border-radius: .5rem; 
	padding: 1rem 0rem;}
.promotion-p{padding: .5rem 0rem 1.5rem;}
.promotion-btn{
	background-color: transparent; 
	text-decoration: none; 
	padding: .4rem 1rem .4rem 1rem; 
	border: 1px solid #34d399;
	color: #34d399; 
	font-weight: 500;
	border-radius: 20px;}
.next-step{
	border: none; 
	font-size: 1.125rem;
	color: #eae7e8; 
	text-decoration: none; 
	cursor: pointer;
	background-color: transparent;}
.next-step-border{
	padding: 1.5rem 2rem 1.5rem 2rem; 
	border-bottom: 1px solid #2a2c2e;;}

/*   === Code For Top Bar Starts ===   */
.page-wrapper .top-bar{
	position: relative;                          /*== relative ==*/
	width: 100%;                                 /*== relative ==*/
	height: 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	background-color: var(--bg-primary);
	border-bottom: 1px solid var(--primary-border);
	z-index: 2px;
}
.page-wrapper .top-bar .top-bar-left{
	display: flex;
	align-items: center;
    background-color: transparent; 
}
.top-bar .top-bar-left .hamburger-btn{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25px;
	height: 18px;
	cursor: pointer;
	display: none;
}
.top-bar-left .hamburger-btn span{
	width: 100%;
	height: 2px;
	background-color: var(--heading-clr);
	border-radius: 15px;
}
.top-bar .top-bar-left .logo{
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.top-bar .top-bar-left .logo h1{
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
}

.top-bar .top-bar-left .logo img{
	width: 84px;
}
.top-bar .search-box{
	color: #acacaf;
	position: relative;
	width: 260px;
	height: 37px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-bar .search-box .input-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0px 50px 0px 20px;
	border-radius: inherit;
	background-color: var(--bg-ternary);
	color: var(--heading-clr);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	border: none;
}

.top-bar .search-box .input-box1{
	font-size: 0.875rem;
	line-height: 1.25rem;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: .5rem 1rem;
	border: 1px solid #2a2c2e;;
	border-radius: 6px;
    text-decoration: none;
	font-weight: 500;
	outline: none;
}

.top-bar .search-box .search-btn{
	position: absolute;
	width: 37px;
	height: 37px;
	right: 0;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top-bar .search-box .search-btn i{
	color: var(--text-clr);
	font-size: .875rem;
}
.top-bar .top-bar-right{
	display: flex;
	align-items: center;
}
.top-bar .top-bar-right .mode-switch,
.top-bar .top-bar-right .notifications{
	position: relative;
}
.top-bar .top-bar-right .mode-switch i,
.top-bar .top-bar-right .notifications i{
	font-size: 20px;
	color: var(--text-clr);
	cursor: pointer;
	transition: color 0.3s;
}
.top-bar .top-bar-right .mode-switch i:hover,
.top-bar .top-bar-right .notifications i:hover{
	color: var(--heading-clr);
}
.top-bar .top-bar-right .profile{
	display: flex;
	gap: 5px;
	align-items: center;
	padding-left: 10px;
	border-left: 2px solid var(--bg-ternary);
}

.headerbutton3{
	padding: 6px 12px 6px 12px;
	font-size: calc(12px + 0.12vw);
	background-color: #2382e216;
	color: #55a4f3;
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 50px;
	cursor: pointer;
    gap: 8px;
}

.switch-tab{
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	margin-right: .4rem;
	padding: 9px 16px 9px 16px;
	font-size: calc(12px + 0.14vw);
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 6px;
	cursor: pointer;
    color: #a1a1aa;
    border: 1.5px solid #2a2c2e;
    background-color: #27272a;
}

.bottom-switch-tab{
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-right: .4rem;
	padding: 8px 18px 8px 18px;
	font-size: calc(14px + 0.12vw);
	text-decoration: underline;
	border: none;
	outline: none;
	border-radius: 6px;
    color: #a1a1aa61;
}

.switch-tab-language-soon{
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	margin-right: .4rem;
	padding: 8px 18px 8px 18px;
	font-size: calc(12px + 0.12vw);
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 50px;
	cursor: no-drop;
    color: #a1a1aa61;
    background-color: #1e1e2163;
}

.switch-tab-language{
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	margin-right: .4rem;
	padding: 8px 18px 8px 18px;
	font-size: calc(12px + 0.12vw);
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 50px;
	cursor: pointer;
    color: #a1a1aa;
    background-color: #27272a;
}

.next-qbtn{
	text-decoration: none;
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0px 10px 0px;
	font-size: calc(16px + 0.12vw);
	font-weight: 500;
	margin-top: 1rem;
	color: #eee;
	outline: none;
	border-radius: 6px;
	cursor: pointer;
}

.headerbutton2{
	text-decoration: none;
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px 8px 14px;
	font-size: calc(12px + 0.12vw);
	font-weight: 500;
	background-color: transparent;
	color: #eee;
	border: 1px solid #2a2c2e;
	outline: none;
	border-radius: 50px;
	cursor: pointer;
}

.headerbutton{
	text-decoration: none;
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px 8px 14px;
	font-size: calc(12px + 0.12vw);
	letter-spacing: -0.01rem;
	font-weight: 600;
	background-color: #eaff961a;
	color: #eaff96;
	border: none;
	outline: none;
	border-radius: 6px;
	cursor: pointer;
}

.coursebutton {
	text-decoration: none;
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: calc(14px + 0.22vw);
	font-weight: 500;
	background-color: transparent;
	color: #c1c1c6;
	border: none;
	outline: none;
	border-radius: 50px;
	cursor: pointer;
}

/*   === Top Bar Code Ends ===   */

.editbtn{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 8px 18px;
	font-size: calc(14px + 0.12vw);
	font-weight: 600;
	background-color: #eaff96;
	color: #161616;
	border: none;
	outline: none;
	border-radius: 6px;
	cursor: pointer;
}

/*   === Code For Side Bar Starts ===   */
.page-wrapper .side-bar{
	position: absolute;
	width: 240px;
    padding-left: 1rem;
	height: calc(100vh - 0px);
	left: 0;
	background-color: var(--bg-primary);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	transition: width 0.3s;
}
.page-wrapper .side-bar::-webkit-scrollbar{
	width: 5px;
}
.page-wrapper .side-bar::-webkit-scrollbar-track{
	background-color: var(--bg-primary);
}
.page-wrapper .side-bar::-webkit-scrollbar-thumb{
	background-color: transparent;
	border-radius: 5px;
}
.side-bar .menu-label{
	display: inline-block;
	margin: 25px 0px 15px;
	margin-left: 20px;
	color: var(--heading-clr);
	font-size: 14px;
	text-transform: uppercase;
}
.side-bar ul.navbar-links{
	width: 100%;
	list-style: none;
}
.side-bar ul.navbar-links li{
	position: relative;
	width: 100%;
	/*padding: 12px 0px;*/
}

.side-bar ul.navbar-links li::before{
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: yellow;*/
	background-color: transparent;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.side-bar ul.navbar-links li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--text-clr);
	display: flex;
	align-items: center;
}
ul.navbar-links li a .nav-svg{
	position: relative;
	display: block;
	min-width: 0px;
	width: 26px;
	height: 100%;
	padding: 0px 0px 0px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.navbar-links li a .nav-icon i{
	font-size: 17px;
}
ul.navbar-links li a .nav-text{
    padding: 6px 0px 6px 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25rem;
	white-space: nowrap;
}

.side-bar .line{
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
	height: 1px;
	background-color: var(--bg-ternary);
	left: 25px;
	margin: 20px auto 10px;
}
.side-bar .sidebar-footer{
	position: relative;
	width: 100%;
	margin-top: 80px;
	white-space: nowrap;
}
.side-bar .sidebar-footer .settings,
.side-bar .sidebar-footer .logoutBtn{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--text-clr);
	border-top: 1px solid var(--bg-secondary);
}
.sidebar-footer .settings .gear-icon,
.sidebar-footer .logoutBtn .logout-icon{
	display: block;
	position: relative;
	min-width: 70px;
	width: 70px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sidebar-footer .settings .gear-icon:hover,
.sidebar-footer .logoutBtn .logout-icon:hover{
	color: var(--heading-clr);
}
/*   === Code For Side Bar Ends ===   */

/*   === Code For Right Side Bar Starts ===   */
.page-wrapper .right-side-bar{
	top: 6rem;
	position: absolute;
	width: 240px;
	height: calc(100vh - 70px);
	right: 0;
	background-color: var(--bg-primary);
	overflow-x: hidden;
	overflow-y: auto;
	transition: width 0.3s;
}

.page-wrapper .right-side-bar::-webkit-scrollbar{
	width: 5px;
}
.page-wrapper .right-side-bar::-webkit-scrollbar-track{
	border: 1px solid var(--bg-ternary);
	background-color: var(--bg-primary);
}
.page-wrapper .right-side-bar::-webkit-scrollbar-thumb{
	background-color: var(--bg-ternary);
	border-radius: 5px;
}
.right-side-bar .menu-label{
	display: inline-block;
	margin: 25px 0px 15px;
	margin-left: 20px;
	color: var(--heading-clr);
	font-size: 14px;
	text-transform: uppercase;
}
.right-side-bar ul.navbar-links{
	position: fixed;
	width: 100%;
	list-style: none;
}
.right-side-bar ul.navbar-links li{
	position: relative;
	width: 100%;
	/*padding: 12px 0px;*/
}

.right-side-bar ul.navbar-links li::before{
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: yellow;*/
	background-color: transparent;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.right-side-bar ul.navbar-links li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--text-clr);
	display: flex;
	align-items: center;
}
ul.navbar-links li a .nav-icon{
	position: relative;
	display: block;
	min-width: 70px;
	width: 70px;
	height: 100%;
	padding: 14px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.navbar-links li a .nav-icon i{
	font-size: 17px;
}
ul.navbar-links li a .text-h{
    padding: 18px 8px 8px;
	font-size: .875rem;
	font-weight: 600;
	white-space: nowrap;
}
ul.navbar-links li a .nav-text-p{
    padding: 10px 0px 10px 10px;
	font-size: .9rem;
	font-weight: 500;
	white-space: nowrap;
}
ul.navbar-links li a .right-text-p{
    padding: 10px 0px 10px 10px;
	font-size: .9rem;
	font-weight: 500;
	white-space: nowrap;
}

.right-side-bar .line{
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
	height: 1px;
	background-color: var(--bg-ternary);
	left: 25px;
	margin: 20px auto 10px;
}
.right-side-bar .sidebar-footer{
	position: relative;
	width: 100%;
	margin-top: 80px;
	white-space: nowrap;
}
.right-side-bar.sidebar-footer .settings,
.right-side-bar .sidebar-footer .logoutBtn{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--text-clr);
	border-top: 1px solid var(--bg-secondary);
}
.sidebar-footer .settings .gear-icon,
.sidebar-footer .logoutBtn .logout-icon{
	display: block;
	position: relative;
	min-width: 70px;
	width: 70px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sidebar-footer .settings .gear-icon:hover,
.sidebar-footer .logoutBtn .logout-icon:hover{
	color: var(--heading-clr);
}

/*   === Code For Right Side Bar Ends ===   */

/*   === Code For content-section Starts ===   */
.page-wrapper .content-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	width: 100%;
	min-height: calc(100vh - 70px);
	height: calc(100vh - 0px);
	overflow-y: auto;
	padding-left: 280px;
    padding-right: 280px;
	transition: 0.3s;
	z-index: 1;
}
.page-wrapper .content-section::-webkit-scrollbar{
	width: 5px;
}
.page-wrapper .content-section::-webkit-scrollbar-track{
	border-radius: 5px;
}
.page-wrapper .content-section::-webkit-scrollbar-thumb{
	background-color: var(--bg-scrollbar);
	border-radius: 5px;
}
/*   === Code For Panel Bar ===   */
.content-section .panel-bar{
	position: relative;
	width: 100%;
	height: 135px;
	background-color: var(--bg-primary);
	padding: 20px;
}
.content-section .panel-bar .row-1{
	width: 100%;
}
.content-section .panel-bar .row-1 h1{
	color: var(--heading-clr);
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
}
.content-section .panel-bar .row-2{
	position: absolute;
	bottom: 0;
}
.content-section .panel-bar .row-2 a{
	display: inline-block;
	height: 100%;
	margin-right: 25px;
	padding: 10px 0px 22px;
	font-size: 15px;
	text-decoration: none;
	color: var(--text-clr);
}
.content-section .panel-bar .row-2 a:nth-of-type(4){
	margin-right: 0px;
}
.content-section .panel-bar .row-2 a.active{
	border-bottom: 1px solid var(--primary-clr);
	color: var(--primary-clr);
}
/*   === Code For Panel Ends ===   */
/*   === Code For Description Starts ===   */
.content-section .description{
	width: 100%;
	padding: 0px 40px 0px 40px;
}
.content-section .description #overflowtest{
    color: white;
    display: flex;
    overflow: auto;
	justify-content: flex-end;
}

.content-section  #overflowtest::-webkit-scrollbar{
	width: 6px;
    height: 6px;
}
.content-section  #overflowtest::-webkit-scrollbar-track{
	border: 1px solid var(--bg-ternary);
	background-color: #333;
    
}
.content-section #overflowtest::-webkit-scrollbar-thumb{
	background-color: #666666;
	border-radius: 5px;
}
  
/*   === Code For Column 1 Starts ===   */
.content-section .description .col-1{
	position: relative;
	width: 100%;
}
/*   === Balance Boxes Starts ===   */
.description .col-1 .boxes-row{
	position: relative;
	width: 100%;
	display: grid;
	grid-gap: 15px;
}
.col-1 .boxes-row .balance-box{
	background-color: var(--bg-primary);
	padding: 30px 25px;
	color: var(--text-clr);
	border-radius: 5px;
}

.boxes-row .balance-box .learn-row{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.boxes-row .balance-box .repo-row{
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.boxes-row .balance-box .studyplan-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.boxes-row .balance-box .coursebox{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.boxes-row .balance-box .learn-row-repo{
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.boxes-row .balance-box .learn-row-arrow{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-direction: column;
}

.boxes-row .balance-box .subject-row .text{
	position: relative;
}

.balance-box .subject-row .text h1{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.5rem;
	letter-spacing: -.025rem;
	margin: 20px 0px 0px;
	color: #e2e8f0;
}

.balance-box .subject-row .text p{
	color: #a1a1aa;
}

.breadcrumb{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: -.025rem;
	margin: 20px 0px;
	color: #70b8ff;
}

.balance-box .subject-row .text h2{
	margin: 40px 0px 0px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.75rem;
	color: #bcbec2;
}

.balance-box .subject-row .text h1 sub{
	position: relative;
	font-size: 13px;
	color: var(--text-clr);
	left: 3px;
	top: -5px;
}

.footer{
	position: relative;
	font-size: .875rem;
	margin-top: 4rem;
	margin-bottom: 10rem;
}

.balance-box .icon{
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.balance-box .icon i{
	color: #5fcf65;
	font-size: 18px;
}
.balance-box:nth-of-type(2) .icon i{
	color: var(--primary-clr);
}
.balance-box .progress-row{
	position: relative;
	width: 100%;
}
.balance-box .progress-row .subject{
	font-size: 15px;
	color: var(--text-clr);
	margin-top: 3px;
	text-transform: lowercase;
}
.balance-box .progress-row .progress-bar{
	width: 100%;
	height: 5px;
	background-color: var(--bg-ternary);
	border-radius: 15px;
	margin-top: 10px;
}
.balance-box .progress-row .progress-bar .progress-line{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #5fcf65;
	border-radius: 15px;
}
.balance-box:nth-of-type(2) .progress-row .progress-bar .progress-line{
	background-color: var(--primary-clr);
}
.balance-box .progress-row .progress-bar .progress-line::after{
	position: absolute;
	content: attr(value);
	top: -25px;
	right: 0;
	transform: translateX(50%);
	color: var(--text-clr);
	font-size: 15px;
}
/*   === Balance Boxes Ends ===   */
/*   === Chart Starts ===   */
.col-1 .chart{
	width: 100%;
	background-color: var(--bg-primary);
	padding: 30px 25px;
	border-radius: 5px;
	margin-top: 25px;
}
.col-1 .chart .chart-header{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.chart .chart-header h2{
	font-size: calc(20px + 0.40vw);
	color: var(--heading-clr);
	font-weight: 500;
}
.chart .chart-header input{
	border-radius: 5px;
	outline: none;
	border: none;
	padding: 5px 10px;
	background-color: var(--bg-ternary);
	color: var(--heading-clr);
}
.chart .chart-content-section{
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 25px;
}
.chart .chart-content-section .chart-grid{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.chart .chart-content-section .chart-grid .grid-line{
	position: relative;
	width: calc(100% - 50px);
	height: calc(300px / 5);
	border-top: 1px solid var(--bg-ternary);
	z-index: 1;
}
.chart .chart-content-section .chart-grid .grid-line::before{
	content: attr(value);
	position: absolute;
	left: -50px;
	transform: translateY(-50%);
	font-size: 15px;
	color: var(--text-clr);
}
.chart-content-section .chart-value-wrapper{
	padding-left: 50px;
	position: absolute;
	width: 100%;
	height: calc(calc(100% / 6) * 5);
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	z-index: 3;
}
.chart-value-wrapper .chart-value{
	position: relative;
	width: 26px;
	height: 100%;
	background-color: var(--primary-clr);
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%);
	border-radius: 100px / 30px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	z-index: 4;
}
.chart-value-wrapper .chart-value::before{
	content: '';
	position: absolute;
	width: inherit;
	height: 8px;
	top: 0;
	left: 0;
	border-radius: 100px / 30px;
	background-color: #ff724c;
}
.chart-content-section .chart-labels{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	padding-left: 50px;
}
.chart-content-section .chart-labels div{
	color: var(--text-clr);
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	transform: rotate(-30deg);
}
/*   === Chart Ends ===   */
/*   === Code For Column 1 Ends ===   */


.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #161616;
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 200;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	margin: 64px auto;
	padding: 20px 10px 20px 10px;
	border: 2px solid #4144473d;
	background-color: #1d1d1d;
	border-radius: 18px;
	width: 40%;
	position: relative;
  }
  
  .popup h2 {
	margin-top: 0;
	color: #eae7e8;
	font-family: Tahoma, Arial, sans-serif;
  }
  
  .popup p {
	margin-top: 0;
	color: #eae7e8;
	font-family: Tahoma, Arial, sans-serif;
  }
  
  .search-filter{
	text-decoration: none;
	flex-basis: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 1.2rem;
	padding: 8px 16px 8px 16px;
	font-size: calc(12px + 0.12vw);
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
    color: #3f3f46;
    background-color: #18181b;
    border: 1.2px solid #ffffff21;
}

  .popup .search-box{
	  position: relative;
	  width: 260px;
	  height: 37px;
	  background-color: var(--bg-ternary);
	  border-radius: 50px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .popup .search-box .input-box{
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  padding: 0px 50px 0px 20px;
	  border-radius: inherit;
	  background-color: var(--bg-ternary);
	  color: var(--heading-clr);
	  font-size: 16px;
	  font-weight: 400;
	  outline: none;
	  border: none;
  }
  
  .popup .search-box .search-btn{
	  position: absolute;
	  width: 37px;
	  height: 37px;
	  right: 0;
	  border-radius: 50px;
	  background-color: var(--bg-ternary);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  cursor: pointer;
  }
  .popup .search-box .search-btn i{
	  color: var(--text-clr);
	  font-size: 15px;
  }
  
  .popup .close {
	position: absolute;
	top: 12px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	color: #6e6e6e;
  }
  .popup .close:hover {
	color: #eae7e8;
  }
  .popup .content {
	max-height: 30%;
	width: 100%;
	overflow: auto;
  }

  
  /*-- === Search popup === ---*/

/*-- === Promotion Popup Start === ---*/
  
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #90d779, #60c486);
  color: #18181b;
  padding: 4px 0px 4px 0px;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.01rem;
  font-size: 13px;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-right: auto;
}

.banner a,
.banner a:visited {
  color: #18181b;
}

.close-banner {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #f1f0ee;
  width: 26px;
  height: 26px;
  font-size: 16px;
  cursor: pointer;
}

  /*-- === Promotion Popup End === --*/
  
  .customInputContainer .options :is(#myUL) {
	width: 100%;
	max-height: 30rem;
	overflow-y: scroll;
	position: relative;
  }
  
  .customInputContainer .options #myUL::-webkit-scrollbar {
	width: 0px;
	position: relative;
  }
  
  .customInputContainer .options #myUL::-webkit-scrollbar-track{
	  width: 2px;
	  border-radius: .2rem;
	  background-color: transparent;
  }
  
  .customInputContainer .options #myUL::-webkit-scrollbar-thumb{
	  border-radius: .2rem;
	  background-color: transparent;
  }
  
  .customInputContainer .options .searchInput {
	background-color: #1d1d1d;
	overflow-y: auto;
	align-items: center;
	border-radius: 0.4rem;
  }
  
  .customInputContainer .options .searchInput.focus {
	border: 2px solid #222;
  }
  
  .customInputContainer {
	border: 0;
	width: 100%;
	outline: none;
	height: 2.5rem;
	font-size: 14px;
	padding: 0 1rem;
	border-radius: 8px;
	border: 1.5px solid #0000001f;
	background-color: #f1f0ee;
	color: #111;
  }
  
  .customInputContainer .options .searchInput input[type="text"]::placeholder {
	font-size: .875rem;
	color: #acacaf;
  }
  
  .customInputContainer .options #myUL {
	margin: 0.5rem 0;
  }
  
   .options #myUL li {
	  text-decoration: none;
	  font-size: 1rem;
	  color: #acacaf;
	  cursor: pointer;
	  list-style: none;
	  padding: 0rem 2rem;
	  border-bottom: 1px solid #2a2c2e;
  }
  
  .customInputContainer .options #myUL li:last-child {
	border: 0;
  }
  
  /*-- === Overflow code ===--*/
  
  .resizable-x,
  .resizable-y {
	display: flex;
	overflow: hidden;
  }
  
  .resizable-x {
	height: 100%;
  }
  
  .resizable-y {
	flex-direction: column;
  }
  
  .resizer-x,
  .resizer-y {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
  }
  
  .resizer-x {
	z-index: 2;
	cursor: col-resize;
  }
  .resizer-x::before,
  .resizer-x::after {
	content: "";
	width: 2px;
	height: 32px;
	margin: 1px;
	border-radius: 8px;
	background: lightgray;
  }
  
  .resizer-y {
	z-index: 1;
	cursor: row-resize;
	flex-direction: column;
  }
  .resizer-y::before,
  .resizer-y::after {
	content: "";
	width: 16px;
	height: 2px;
	margin: 1px;
	background: lightgray;
  }
  

/*   === Code For Column 2 Starts ===   */
/* Products */
.description .col-2{
	width: 100%;
}
.description .col-2 .top-products{
	background-color: var(--bg-primary);
	padding: 30px 15px;
	border-radius: 5px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.col-2 .top-products .products-header{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--text-clr);
}
.col-2 .top-products .products-header h1{
	color: var(--heading-clr);
	font-size: calc(22px + 0.30vw);
	font-weight: 400;
	letter-spacing: 1px;
}
.col-2 .top-products .products-wrapper{
	position: fixed;
	max-height: 350px;
	padding-right: 20px;
}
.col-2 .top-products .products-wrapper::-webkit-scrollbar{
	width: 5px;
}
.col-2 .top-products .products-wrapper::-webkit-scrollbar-track{
	border-radius: 5px;
}
.col-2 .top-products .products-wrapper::-webkit-scrollbar-thumb{
	background-color: var(--bg-ternary);
	border-radius: 5px;
}
.top-products .products-wrapper .product{
	padding: 10px 0px;
	display: flex;
	border-top: 1px solid var(--bg-ternary);
}
.top-products .products-wrapper .product:nth-of-type(1){
	border-top: none;
}
.products-wrapper .product .product-img{
	width: 50px;
	min-width: 50px;
	height: 50px;
	min-height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.products-wrapper .product .product-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.products-wrapper .product .product-desc{
	width: 100%;
	position: relative;
}
.product .product-desc .product-row-1{
	display: flex;
	justify-content: space-between;
	gap: 0px 15px;
}
.product-desc .product-row-1 h2{
	font-size: 17px;
	color: var(--heading-clr);
	font-weight: 400;
}
.product-desc .product-row-1 i{
	position: relative;
	color: var(--text-clr);
	top: 3px;
	cursor: pointer;
	transition: color 0.3s;
}
.product-desc .product-row-1 i:hover{
	color: var(--heading-clr);
}
.product-desc .product-row-2{
	margin-top: 5px;
}
.product-desc .product-row-2 p{
	color: var(--text-clr);
	font-size: 15px;
}

/* Balance Card */
.col-2 .balance-card{
	width: 100%;
	background-color: var(--bg-primary);
	padding: 30px 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.col-2 .balance-card .balance-card-top{
	display: flex;
	justify-content: space-between;
}
.balance-card .balance-card-top .text{
	position: relative;
}
.balance-card .balance-card-top .text h3{
	color: var(--text-clr);
	font-size: 16px;
	font-weight: 500;
}
.balance-card .balance-card-top .text h1{
	color: var(--heading-clr);
	font-size: calc(32px + 0.35vw);
	font-weight: 500;
	letter-spacing: 1px;
	margin: 20px 0px;
}
.balance-card .balance-card-top .text h1 sub{
	position: relative;
	font-size: 13px;
	color: var(--text-clr);
	left: 5px;
	top: -5px;
}
.balance-card .balance-card-top .icon{
	width: 45px;
	height: 45px;
	background-color: var(--bg-ternary);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.balance-card .balance-card-top .icon i{
	color: #5fcf65;
	font-size: 18px;
}
.balance-card .balance-card-middle{
	position: relative;
	width: 100%;
}
.balance-card .balance-card-middle .subject{
	font-size: 15px;
	color: var(--text-clr);
	margin-top: 3px;
}
.balance-card .balance-card-middle .progress-bar{
	width: 100%;
	height: 5px;
	background-color: var(--bg-ternary);
	border-radius: 15px;
	margin-top: 10px;
}
.balance-card .balance-card-middle .progress-bar .progress-line{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #5fcf65;
	border-radius: 15px;
}
.balance-card .balance-card-middle .progress-bar .progress-line::after{
	position: absolute;
	content: attr(value);
	top: -25px;
	right: 0;
	transform: translateX(50%);
	color: var(--text-clr);
	font-size: 15px;
}
.balance-card .balance-card-bottom{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.balance-card .balance-card-bottom button i{
	width: 25px;
	height: 25px;
	border: 1px solid var(--heading-clr);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 6px;
	font-size: 15px;
}
.balance-card .balance-card-bottom button:nth-of-type(1) i{
	color: var(--heading-clr);
	transform: rotate(-135deg);
}
.balance-card .balance-card-bottom button:nth-of-type(1){
	background-color: var(--primary-clr);
	color: var(--heading-clr);
}
.balance-card .balance-card-bottom button:nth-of-type(2) i{
	transform: rotate(35deg);
}
.balance-card .balance-card-bottom button:nth-of-type(2){
	background-color: transparent;
	border: 1px solid var(--primary-clr);
	color: var(--heading-clr);
}
/*   === Code For Column 2 Ends ===   */
/*   === Code For Description Ends ===   */
/*   === Code For content-section Ends ===   */
/*   === Media Query Starts ===   */
@media(max-width: 1200px){
	.page-wrapper .content-section{
		padding-right: 0px
	}
}

@media screen and (max-width: 1045px) {
	.headerbutton3 {display: none;}
	.p-text {
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.75rem;
		letter-spacing: -.025rem;}

	.page-wrapper .content-section{
		padding-right: 10px
	}

	.content-section .description #overflowtest{
    color: white;
    display: flex;
    overflow: auto;
	flex-direction: row;
    }
}

@media(max-width: 868px){
	.content-section .description{
		grid-template-columns: 1fr;
	}
	.page-wrapper .top-bar{
		padding: 0px 40px;
		display: flex;
		justify-content: space-between;
	}
	.page-wrapper .content-section{
		padding-right: 0px;
	}
    .w-logo{
	width: 80px;
	margin: 0rem 0rem 2rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .banner {
    flex-direction: row;
    padding: 1px 0px 4px 0px;
  }

  .close-banner {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

}

/*   === Media Query Starts ===   */
@media(max-width: 766px){
	/* Side Bar */
	.footer{
		position: relative;
		font-size: .875rem;
		margin-top: 2rem;
		margin-bottom: 8.875rem;
	}
	.headerbutton{
		display: none;
	}
	.page-wrapper .side-bar{
		width: 0px;
	}
	.page-wrapper .side-bar::-webkit-scrollbar{
		width: 0px;
	}
	.hide-menu{
		display: none;
	}
	.page-wrapper .side-bar.active{
		width: 240px;
	}
	.side-bar .menu-label{
		display: none;
	}
	.side-bar.active .menu-label{
		display: block;
	}
	.side-bar ul.navbar-links.navbar-links-1{
		margin-top: 15px;
	}
    .page-wrapper .right-side-bar{
        display: none;
    }
	ul.navbar-links li a .nav-icon i{
		margin-right: 5px;
	}
	.sidebar-footer .settings .gear-icon i,
	.sidebar-footer .logoutBtn .logout-icon i{
		margin-right: 5px;
	}
	.side-bar .line{
		width: calc(100% - 20px);
		left: 10px;
	}
	/* Top Bar */
	.top-bar .top-bar-left .logo-hide{
		display: block;
	}
	.top-bar .top-bar-left .hamburger-btn{
		display: flex;
	}

	.page-wrapper .top-bar{
		padding: 0px 42px;
		display: flex;
		justify-content: space-between;
	}
	.page-wrapper .top-bar .top-bar-left{
		position: relative;
		max-width: 70px;
	}
	.top-bar .search-box{
		left: 0;
		width: 330px;
	}

	/* content-section */
	.page-wrapper .content-section{
		padding-left: 10px;
        padding-right: 0px;
	}
}

  
  @media screen and (max-width: 700px){
	.box{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
	.content-section .description {
		padding: 0px 18px 0px 18px;
	}
	.display-none{display: block;}
	.boxes-row .balance-box .coursebox{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
    }
	.content-section .description #overflowtest{
    color: white;
    display: flex;
    overflow: auto;
	flex-direction: row;
    }
  }

@media(max-width: 668px){
	.description .col-1 .boxes-row{
		grid-template-columns: 1fr;
	}
	.page-wrapper .top-bar{
		padding: 0px 16px;
		display: flex;
		justify-content: space-between;
	}

}
@media(max-width: 568px){
	/* Remove Search Bar */
	.top-bar .search-box{
		display: none;
	}
	.page-wrapper .top-bar{
		padding: 0px 16px;
		display: flex;
		justify-content: space-between;
	}
	/* Hide Side Bar */
	.page-wrapper .side-bar{
		width: 0px;
	}
	/* Remove content-section Padding */
	.page-wrapper .content-section{
		padding-left: 0px;
	}
	/* Chart */
	.chart-value-wrapper .chart-value{
		width: 18px;
	}
	.chart-value-wrapper .chart-value::before{
		display: none;
	}
	.chart-content-section .chart-labels div{
		font-size: 13px;
		font-weight: 400;
	}
}

@media (max-width: 480px) {
  body {
    font-size: 14px; /* Further reduce font size */
  }

  .banner {
    padding: 1px 10px 4px 10px;
	font-size: 12px;
  }

  .close-banner {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  	.display-none{display: block;}
	  	.boxes-row .balance-box .coursebox{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
    }
	.content-section .description #overflowtest{
    color: white;
    display: flex;
    overflow: auto;
	flex-direction: column;
    }

}

@media(max-width: 468px){
	/* Chart Header */
	.col-1 .chart .chart-header{
		flex-direction: column;
		gap: 10px;
	}
	.chart .chart-header h2{
		font-size: calc(18px + 0.30vw);
	}
	/* Chart Pole Width */
	.chart-value-wrapper .chart-value{
		width: 13px;
	}
	/* Panel Links */
	.content-section .panel-bar .row-2 a{
		margin-right: 12px;
		font-size: 14px;
	}
}
