:root {
	--sidebar-width: 200px;
}


* {
	color: white;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar {
	display: none;
}

.todo-icon, .todo-done {
	padding: 0 0 0 25px;
}

.todo-done:after {
	content: "\f00c";
	position: absolute;
	top: 2px;
	left: 5px;
	color: #42b983;
	font-family: "FONTAWESOME";
}

.todo-icon:after {
	content: "\f017";
	position: absolute;
	top: 2px;
	left: 5px;
	font-family: "FONTAWESOME";

}

.w-10x {
	width: 1000%;
}

.innerRanger {
	height: 10px;
	background: #FFF;
	position: absolute;
	top: 0;
	border-radius: 0 20px 20px 0;
	margin: auto;
	bottom: 0;
	right: 0;
}

.land-logo {
	height: 30px;
}

.avatarPage {
	transform: scale(0);
	transition: all .3s ease-in-out;
}

.wrapper-con {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.circle-avatar {
	cursor: pointer;
}

.circle-avatar:hover:after {
	opacity: 0.7;
	transition: all 0.3s ease-in;
}

.circle-avatar:after {
	content: " \f303";
	position: absolute;
	inset: 0;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s ease-out;
	font-size: 12px;
	font-family: 'FONTAWESOME';
	border-radius: 50%;
	opacity: 0;
}

.gradient-ranger::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	overflow: visible;
	cursor: pointer;
}

.avatarHolder {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.avatarHolder .innerGrowingCircle {

	position: absolute;
	border: 3px solid #FFF;
	border-radius: 50%;
	width: 0;
	height: 0;
	transition: all 0.3s ease-in-out;
}

.avatarHolder:hover .innerGrowingCircle {
	width: 90%;
	height: 90%;
}

.avatarHolder img {
	transform: scale(1);
	transition: all 0.4s ease-in;
}

.avatarHolder:hover img {
	transform: scale(1.1);
}

.createexam-purple-ball {
	border-radius: 50%;
	width: 450px;
	height: 450px;
	filter: blur(50px);
	opacity: 0.4;
	top: 0;
	margin: auto;
	bottom: 0;
	right: -50px;
	background: #7F14EB;
}


body {
	background: #031A57 0% 0% no-repeat padding-box;
}


.gradient-ranger {
	background: linear-gradient(to right, #5EC36E 0%, #F2AE16 50%, #F21369 100%);

	border-radius: 8px;
	height: 10px;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
}


.nav-link {
	font: normal normal medium 18px/89px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.newPageCard span {
	display: none;
}

.newPageCard {
	position: relative;
	overflow: hidden;
}

.movieHolder .movieHolderPicWrapper {
	display: none;
}

.musicHolder .musicHolderPicWrapper {
	display: none;
}

.bookHolder .bookHolderPicWrapper {
	display: none;
}

.movieHolder:hover .movieHolderPicWrapper {
	display: block;
}

.musicHolder:hover .musicHolderPicWrapper {
	display: block;
}

.bookHolder:hover .bookHolderPicWrapper {
	display: block;
}

.newPageCard:hover:after {
	opacity: 1;
	transition: all .3s ease-in;
}

.newPageCard:hover:before {
	opacity: 1;
	transition: all .3s ease-in;
}

.newPageCard:before {
	content: attr(data-title);
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 20px;
	z-index: 10;
	opacity: 0;
	color: #FFF;

	font-family: 'GilroyBlack';
}

@keyframes moveinsides {
	0% {
		left: 0px;
	}
	25% {
		left: 80px;
	}
	50% {
		left: 0px;
	}
	75% {
		left: -80px;
	}
	100% {
		left: 0px;
	}
}

.newPageCard:after {
	content: "";
	position: absolute;
	border-radius: 6px;
	inset: 0;
	opacity: 0;
	transition: all .3s ease-in;
	background: rgba(0, 0, 0, 0.51);
}


.header-title {
	font: normal normal bold 60px/60px Poppins;
}

.header-title span {
	background-image: linear-gradient(261deg, #F2AE16, #F21369, #8D17F2, #00BAFF);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.hero-button {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 40px;
	opacity: 1;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);

}

.login-form.title {
	font: normal normal bold 54px/89px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.login-form input {

	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 8px 8px #00000029;
	border-radius: 12px;
	opacity: 1;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	text-align: left;
	font: normal normal medium 24px/51px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;

}

.login-form button {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 33px;
	opacity: 1;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}


.sidebar {
	width: var(--sidebar-width);
	position: static;
	left: 0;
	top: 0;
	bottom: 0;
	background: #031137;
	border-radius: 0 30px 30px 0;
}

.mainContent {
	inset: 0;
	/* left: var(--sidebar-width); */
	width: calc(100% - var(--sidebar-width));
}

.circle-avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #29375e;
}


.cursive-menu {
	padding: 0;
}

.cursive-menu li a {
	list-style: none;
	display: flex;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: white;
	text-align: center;
	display: flex;
	justify-content: start;
	padding: 10px 30px;
	text-decoration: none;

}

.cursive-menu li a:hover div {
	color: #00BAFF;
}

.cursive-menu li a:hover svg path {
	fill: #00BAFF;
}


.linear-bg-green {
	background: linear-gradient(90deg, rgba(51, 210, 134, 1) 0%, rgba(3, 162, 58, 1) 100%);
}

.linear-bg-yellow {
	background: linear-gradient(90deg, rgba(242, 174, 22, 1) 0%, rgba(242, 107, 22, 1) 100%);
}

.flag-banner {
	filter: grayscale(1);
	cursor: pointer;
	transition: all 0.1s ease-in;
}

.flag-banner:hover,
.flag-banner.active {
	filter: grayscale(0) !important;
}

.applyButton:hover,
.applyButton.active {
	background: #029BE9 !important;
}

.applyButton.no-hover:hover {
	background: transparent !important;
}

.calender-div {
	height: 80px;
	width: 50px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: auto;
	background: #27417d;
}

.calender-div:hover,
.calender-div.active {
	background: #029BE9;
}

.tab-item:hover,
.tab-item.active {
	background: #762DF7;
}

.etkinlik-info-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	height: 50px;
	border-radius: 5px;
	background: rgba(51, 47, 48, 0.7);
}

.podium_btn {
	left: 50px;
	top: 50px;
	transition: all .5s ease-in-out;
	cursor: pointer;
}


.podium_btn:hover {
	transform: scale(1.1);
}

.intedoBox {
	cursor: pointer;
	transition: all .3s ease-out;
}

.kutu {
	transition: all .4s ease-in;
}

.intedoBox:hover {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
	animation: breathingBox 2s infinite;
}

.intedoBox.choosenBox {
	animation: breathingBox 2s infinite;
}

@keyframes breathingBox {
	0% {
		top: -230px;
	}
	50% {
		top: -250px;
	}
	100% {
		top: -230px;
	}
}

.center-blurry-ball {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(180deg, rgba(0, 186, 255, 1) 0%, rgba(141, 23, 242, 1) 33%, rgba(242, 19, 105, 1) 66%, rgba(242, 174, 22, 1) 100%);
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
}

.quiz-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.linear-progress {
	height: 15px;
	border-radius: 15px;
	width: 100%;
	position: relative;
	background: #029ce93f;
}

.linear-progress-percentor {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #029BE9;
	width: 30%;
	border-radius: 15px;
}

.quiz-next-btn {
	background: #fcfdff37;


}

.quiz-next-btn:hover {
	background: #029BE9;
}

.student-paket-btn {
	background: #fff;
	border-radius: 24px;
	width: 300px;
	height: 50px;
	position: relative;
	cursor: pointer;
	padding: 0px 20px 0px 10px;

}


.student-paket-btn:hover:after {
	right: -50px;
	transition: all .2s ease-in-out;
}

.student-paket-btn:after {
	content: attr(data-price);
	height: 100%;
	width: 80px;
	background: #28B119;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 0 24px 24px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10px;
	transition: all .2s ease-out;
}

.student-paket-btn.active .student-paket-btn-circle {
	border: 2px solid #28b1193a;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.student-paket-btn.active .student-paket-btn-img {
	background: #28B119;
}

.student-paket-btn.active {
	border: 1px solid #28B119;
}


.student-paket-btn.active .student-paket-btn-circle::after {
	content: "";
	position: absolute;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	background: #28B119;
}

.student-paket-btn-circle {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #bbb;
}

.student-paket-btn-img {
	width: 36px;
	height: 36px;
	background: #F6EEE6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	padding: 5px;
	justify-content: center;

}

.student-paket-btn-img.active {
	background: #28B119;
}

.student-paket-btn-img img {
	width: 100%;
	height: 100%;
}

.sm-circle {
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	padding: 8px;
}


.sm-circle img {
	width: 100%;
	height: 100%;
}

.side-rect {
	width: 120px !important;
	height: 180px !important;
	padding: 20px;
	display: inline-block;
}


.side-rect img {
	width: 100%;
}

.circle-badge {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
}

.rounded-tab-btn {
	color: #7A86A1;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0);
}

.rounded-tab-btn.active,
.rounded-tab-btn:hover {
	color: #FFF;
	background: #029ce93f;
	border: 1px solid #FFF;

}

.small-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.small-avatar img {
	height: 100%;
	background-position: center;
	background-size: cover;
}


/* START SMAL GRAPH   */

.small-graph-orange {
}

.small-graph-orange div:nth-child(1) {
	background: #FD4537;

}

.small-graph-orange div:nth-child(2) {
	background: #FD4537;
}

.small-graph-orange div:nth-child(3) {
	background: #FD4537;
}

.small-graph-orange div:nth-child(4) {
	background: #FD4537;
}

.small-graph-orange div:nth-child(5) {
	background: #FD4537;
}

.small-graph-orange div:nth-child(6) {
	background: #FD4537;
}

.small-graph-orange div:nth-child(7) {
	background: #FD4537;
}


.small-graph-custom div:nth-child(1) {
	background: var(--graph-color);

}

.small-graph-custom div:nth-child(2) {
	background: var(--graph-color);
}

.small-graph-custom div:nth-child(3) {
	background: var(--graph-color);
}

.small-graph-custom div:nth-child(4) {
	background: var(--graph-color);
	opacity: 0.8;
}

.small-graph-custom div:nth-child(5) {
	background: var(--graph-color);
	opacity: 0.6;
}

.small-graph-custom div:nth-child(6) {
	background: var(--graph-color);
	opacity: 0.4;
}

.small-graph-custom div:nth-child(7) {
	background: var(--graph-color);
	opacity: 0.2;
}

/*  END SMAL GRAPH   */


.personalChar {
	animation: inhale 5s infinite;

}

/* .personalChar::before {
    content: "😁 Mutlu";
    width: 100px;
    height: 100px;
    position: absolute;
    background: teal;

} */

.trueAnswer {
	background: #28B119 !important;
}

.trueAnswer div {
	color: #FFF !important;
	border: 1px solid #FFF !important;
}

.examGraph {
	cursor: pointer;
}

.examGraph:hover {
	box-shadow: 0px 0px 3px #000;
	border: 1px dashed #FFF !important;
	transition: all .2s ease-in-out;
}

.newExamCard:hover {
	box-shadow: 0px 0px 3px #000;
	border: 1px dashed #FFF !important;
	transition: all .2s ease-in-out;
}

.newExamCard:hover {
	box-shadow: 0px 0px 3px #000;
	border: 1px dashed #FFF !important;
}


.thought {
	display: flex;
	background-color: #fff;
	color: #000;
	padding: 20px;
	border-radius: 30px;
	min-width: 40px;
	max-width: 220px;
	min-height: 40px;
	margin: 20px;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.thought:before,
.thought:after {
	content: "";
	background-color: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: -1;
}

.thought:before {
	width: 44px;
	height: 44px;
	top: -12px;
	left: 28px;
	box-shadow: -50px 30px 0 -12px #fff;
}

.thought:after {
	bottom: -10px;
	right: 26px;
	width: 30px;
	height: 30px;
	animation: pop-1 10s infinite;

}

/*
.movieHolderPicWrapper::after {
    content: "";
    position: absolute;
    background: rgba(242, 19, 105, 0.372);
    inset: 0;
} */

@keyframes inhale {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 0;
	}
}

@keyframes pop-1 {
	0% {
		box-shadow: unset;
	}

	12% {
		box-shadow: 40px -34px 0 0 #fff;
	}

	24% {
		box-shadow: 40px -34px 0 0 #fff,
		-28px -6px 0 -2px #fff;
	}

	36% {
		box-shadow: 40px -34px 0 0 #fff,
		-28px -6px 0 -2px #fff,
		-24px 17px 0 -6px #fff;
	}

	48% {
		box-shadow: 40px -34px 0 0 #fff,
		-28px -6px 0 -2px #fff,
		-24px 17px 0 -6px #fff,
		-5px 25px 0 -10px #fff;
	}

	60% {
		box-shadow: 40px -34px 0 0 #fff,
		-28px -6px 0 -2px #fff,
		-24px 17px 0 -6px #fff;
	}

	75% {

		box-shadow: -24px 17px 0 -6px #fff,
		-5px 25px 0 -10px #fff;
	}

	88% {
		box-shadow: 30px -34px 0 0 #fff;
	}

	100% {
		box-shadow: unset;
	}

}


.line-chart {
	animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
	opacity: 0;
	max-width: 640px;
	width: 100%;
}

.aspect-ratio {
	height: 0;
	padding-bottom: 50%;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}


.hard-line {
	width: 50px;

}

.sm-lesson-button {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	border: 1px solid #FFF;
	background: #5f69bb;
	width: 36px;
	height: 36px;
	position: relative;

}

.sm-play-btn-wrapper:hover .inner-circle {
	width: 100%;
	height: 100%;
}

.sm-play-btn-wrapper:hover .sm-lesson-button i {
	color: #FFF;
}

.inner-circle {
	width: 0%;
	height: 0%;
	background: #031137;
	position: absolute;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.sm-lesson-button i {
	font-size: 16px;
	transition: all 0.4s ease-out;
}

.sm-lesson-button.play i {
	color: #fe4437;

}

.sm-lesson-button.pause i {
	color: #009be9;
}

.video-progress-bar:hover {
	height: 4px;
	top: -1px;
}

.video-progress-bar:hover .video-inner-progress-bar {
	height: 4px;
}

.video-progress-bar {
	width: 100%;
	cursor: pointer;
	height: 2px;
	background: #FFF;
	position: relative;
	border-radius: 10px;
	top: 0;
	transition: all 0.3s ease;
}

.video-inner-progress-bar {
	background: red;
	position: absolute;
	left: 0;
	height: 2px;
	bottom: 0;
	border-radius: 10px;
	top: 0;
	transition: all 0.3s ease;
}

.add-notetovideo-button-wrapper {
	position: absolute;
	top: -12px;
}

.plus-sign-scroll {
	width: 24px;
	height: 24px;
	background: #2a7ee1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	position: absolute;
}


.plus-sign-scroll:hover {
	transform: rotate(-90deg);
}

.add-notetovideo-button-wrapper:hover .add-note-sign-btn {
	left: 28px;
}

.add-notetovideo-button-wrapper:hover .add-question-sign-btn {
	left: 56px;
}

.add-notetovideo-button-wrapper:hover .add-function-sign-btn {
	left: 84px;
}

.add-note-sign-btn {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2AE16;
	left: 0;
	transition: all 0.3s ease-in;
}

.add-question-sign-btn {
	position: absolute;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	left: 0;
	justify-content: center;
	background: #fe4437;
	transition: all 0.3s ease-in;
}

.add-function-sign-btn {
	position: absolute;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #762DF7;
	transition: all 0.3s ease-in;
}

.rotate-180 {
	transform: rotate(90deg) !important;
}

.img-white {
	filter: invert(100%) !important;
}


.middlePlayButton.animate {
	animation: scaleup 0.3s ease-in;
}


.purple-ball-wrapper {
	width: 300px;
	height: 300px;
	right: -120px;
	top: 10px;
}

.orange-ball-wrapper {
	width: 250px;
	height: 250px;
	right: 120px;
	top: -20px;
}

.orange-ball-wrapper-big {
	width: 350px;
	height: 350px;
	right: 320px;
	top: -120px;
	animation: move-orange-big 20s infinite;
}


.blue-ball-wrapper-1 {
	width: 250px;
	height: 250px;
	left: 0px;
	top: -20px;
}

.blue-ball-wrapper-small {
	width: 250px;
	height: 250px;
	left: 0px;
	top: -20px;
	animation: move-blue-small 20s infinite;

}

.blue-ball-wrapper-small.moveRight {
	animation: moveSmallBlueRight 4s forwards;
}

.orange-ball-wrapper-big.moveRight {
	animation: moveOrangeRight 4s forwards;
}

.blue-ball-wrapper-2.moveRight {
	animation: move-blue-ball-wrapper-2-to-right 4s forwards;
}

.blue-ball-wrapper-big {
	width: 250px;
	height: 250px;
	left: 0px;
	top: -20px;
}


.blue-ball-wrapper-2 {
	width: 360px;
	height: 360px;
	right: -50px;
	bottom: -180px;
}


.entranceCard {
	pointer-events: all;
}

.entranceCard > div {
	pointer-events: none !important;
}

.entranceCard.completed .hoverable-grayscale {
	filter: grayscale(0%) !important;
}


.entranceCard.moveCards:nth-child(1) {

	animation: scaleDownCards .8s forwards;
	animation-delay: 0s;
}

.entranceCard.moveCards:nth-child(2) {
	animation: scaleDownCards .8s forwards;
	animation-delay: .4s;
}

.entranceCard.moveCards:nth-child(3) {
	animation: scaleDownCards .8s forwards;
	animation-delay: .8s;
}

.entranceCard.moveCards:nth-child(4) {
	animation: scaleDownCards .8s forwards;
	animation-delay: 1.2s;
}

.entranceCard.moveCards:nth-child(5) {
	animation: scaleDownCards .8s forwards;
	animation-delay: 1.6s;
}


.homework-file-upload {

	cursor: pointer;
}


.land-input {
	border-radius: 10px;
	background: #29407d;
	padding: 15px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	outline: none;
	border: none;
	font-size: 16px;
	width: 100%;
	resize: none;
}

.land-input::placeholder {
	color: #FFF;
}


.land-select {
	width: 100%;
	border-radius: 10px;
	background: #29407d;
	font-size: 16px;
	padding: 15px;
	color: #BBB;
	font-family: 'Poppins', sans-serif;
	border: unset !important;

}

.land-select:focus {
	background: #29407d !important;
	color: #BBB;
	outline: none !important;
}


.colorfull-gradient {

	background: -webkit-linear-gradient(0deg, #00BAFF, #8D17F2, #F21369, #F2AE16);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	direction: ltr;
}

.interestIcon img {
	transition: all .3s ease-in-out;
	transform: scale(1);
	border-radius: 50%;
	cursor: pointer;
}

.interestIcon:hover img {
	transform: scale(1.1);
	box-shadow: 30px 30px 151px 1px rgba(219, 9, 121, 1);
}

.interestHolder {
	width: 120px;
	height: 180px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}

.interestHolder.selected::after {
	content: "✔";
	position: absolute;
	inset: 0;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7a86a197;
}

.interestHolder img {
	width: 100%;
	height: 100%;
}

.leftDoor {
	height: 100vh;
	width: 50%;
	background-image: url(../img/wood_texture.jpg);
	background-size: cover;
	position: absolute;
	left: -50%;
	z-index: 10000;
}

.rightDoor {
	height: 100vh;
	width: 50%;
	background: black;
	position: absolute;
	background-size: cover;
	background-image: url(../img/wood_texture.jpg);
	right: -50%;
	z-index: 10000;
}

.rainbow-button-sm {
	width: 54px;
	height: 34px;
	background-image: linear-gradient(90deg, #00BAFF 0%, #8D17F2 49%, #F21369 80%, #F2AE16 100%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 400;
	position: relative;
}

.rainbow-button-sm:after {
	content: attr(alt);
	width: 50px;
	height: 30px;
	border-radius: 5px;
	background-color: #031a57;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;

}

.rainbow-button {
	width: 184px;
	height: 39px;
	background-image: linear-gradient(90deg, #00BAFF 0%, #8D17F2 49%, #F21369 80%, #F2AE16 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 400;
	position: relative;
}

.rainbow-button:after {
	content: attr(alt);
	width: 180px;
	height: 35px;
	border-radius: 20px;
	background-color: #031a57;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;

}

.rainbow-button:hover {
	animation: slidebg 2s linear infinite;
	color: white;
}

.packageCard {
	width: 360px;
}

.loginImage {
	width: 30%;
	display: flex;
}

@media only screen and (max-width: 1450px) and (min-width: 1024px) {
	.packageCard {
		width: 320px;
	}
}

.newPageCard {
	padding: 20px 10px;
	max-height: 120px;
}

.registerFormImage {
	width: 30%;
	display: flex;
}

.sidebarWrapper {
	flex-direction: row;
}

@media only screen and (max-width: 1100px) {
	.sidebarWrapper {
		flex-direction: column;
	}
}

.loginFormWrapper {
	width: 70%;
}

.registerFormWrapper {
	width: 70%;
}

.registerFormPage {
	height: 100vh;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.registerFormPage {
		height: auto !important;
		overflow: unset !important;
	}
}

@media only screen and (max-width: 769px) {
	.registerFormImage {
		display: none !important;
	}

	.registerFormWrapper {
		width: 100%;
	}

	.loginFormWrapper {
		width: 100%;
	}

	.loginImage {
		display: none !important;
	}

	.profile-sidebar {
		width: 0;
		padding: 0;
	}

	.janetMenu {
		height: 360px !important;
		margin: auto;
		position: relative !important;
	}

	.wrapper-con {
		height: auto !important;
	}

	.profileGraphs {
		margin-top: 20px !important;
	}
}

@media only screen and (max-width: 480px) {
	.podium_btn {
		left: 20px;
	}

	.podium_btn img {
		width: 80px;
	}
}

@media only screen and (max-width: 400px) {
	.newPageCard img {
		width: 80px !important;
	}

	#Group_11616 {
		width: 80px !important;
		height: 80px !important;
	}
}

@media only screen and (min-width: 769px) {
	.profile-sidebar {
		width: 30%;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 500px) {
	.land-logo {
		height: 20px;
	}

	.rainbow-button {
		width: 124px;
		height: 34px;
		background-image: linear-gradient(90deg, #00BAFF 0%, #8D17F2 49%, #F21369 80%, #F2AE16 100%);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		font-weight: 400;
		position: relative;
	}

	.rainbow-button:after {
		content: attr(alt);
		width: 120px;
		height: 30px;
		border-radius: 20px;
		background-color: #031a57;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;

	}

	.rainbow-button:hover {
		animation: slidebg 2s linear infinite;
		color: white;
	}
}

.minuteButton {
	overflow: hidden;
}

.minuteButton img {
	bottom: -100%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s ease-in-out;

}

.minuteButton:hover img {
	bottom: 10%;

}

.randomQuizProgress {
	width: 100%;
	height: 10px;
	border-radius: 50px;
	display: flex;
	justify-content: start;
	position: relative;
	background: rgba(221, 221, 221, 0.24);
}

.randomQuizInner {
	position: absolute;
	background: #42b983;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 50px;
	transition: all .3s ease-out;
}


@keyframes slidebg {
	to {
		background-position: 20vw;
	}
}

@keyframes scaleup {
	0% {
		transform: scale(1);
	}


	100% {
		transform: scale(1.2);
	}
}


@keyframes move-orange-big {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(0.8);

	}

	50% {
		transform: scale(1);

	}

	75% {
		transform: scale(0.7);


	}

	100% {
		transform: scale(1);
	}
}

@keyframes move-blue-small {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(0.0);

	}

	50% {
		transform: scale(1);
		width: 250px;
		height: 250px;
		left: 0px;
		top: -100px !important;


	}

	75% {
		transform: scale(0.7);

		width: 250px;
		height: 250px;
		left: 0px;
		top: 200px;


	}

	100% {
		transform: scale(1);

		width: 250px;
		height: 250px;
		left: -2500px;
		top: 300px;
	}
}


@keyframes moveOrangeRight {
	0% {
		width: 350px;
		height: 350px;
		right: 320px;
		top: -120px;
	}

	100% {
		width: 350px;
		height: 350px;
		right: -350px;
		top: -120px;
	}
}

@keyframes moveSmallBlueRight {
	0% {
		width: 250px;
		height: 250px;
		left: 0px;
		top: -20px;
	}

	100% {
		width: 250px;
		height: 250px;
		left: calc(100% + 250px);
		top: -20px;
	}
}

@keyframes move-blue-ball-wrapper-2-to-right {
	0% {
		right: -180px;
	}

	100% {
		right: -360px;
	}
}

@keyframes scaleDownCards {
	0% {
		transform: scale(1);
	}

	100% {

		transform: scale(0);
	}
}


.statCard {
	width: 159px;
	height: 196px;
	position: relative;
	padding: 60px 24px 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.statCard .progress {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	background-color: transparent !important;
	height: 100px;
}

.statCard .progress svg {
	width: 100%;
	height: 100%;
}

.statCard .progress circle.track {
	fill: none;
	stroke: rgba(255, 255, 255, 0.3);
	stroke-width: 4;
}

.statCard .progress circle.fill {
	fill: none;
	stroke: #ffffff;
	stroke-width: 4;
	stroke-linecap: round;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	stroke-dasharray: 289;
	stroke-dashoffset: calc(289 * (1 - var(--percentage, 0.73)));
}

.statCard.locked {
	opacity: 0.5;
	position: relative;
}

.statCard.locked::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	z-index: 1;
}

.statCard.locked::after {
	content: '🔒';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	z-index: 2;
}

.statCard.locked .progress,
.statCard.locked .content {
	z-index: 0;
}

.statCard .lock-overlay {
	position: absolute;
	width:100%;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 10;
	backdrop-filter: blur(2px);
}

.statCard .lock-overlay .lock-icon {
	font-size: 24px;
	color: #fff;
	margin-bottom: 8px;
}

.statCard .lock-overlay .unlock-message {
	color: #fff;
	font-size: 10px;
	text-align: center;
	max-width: 120px;
	line-height: 1.2;
	font-weight: 500;
}

.statCard .progress .value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.statCard .progress .percent {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.statCard .progress .label {
	font-size: 12px;
	color: #bbc2d3;
	margin-top: 4px;
}

.statCard .content {
	margin-top: 8px;
}


.statCard .bar {
	width: 7px;
	background: #5c9aff;
	border-radius: 6px 6px 0 0;
	height: 10px;
	transition: opacity 0.2s ease;
}

.statCard.red .bar {
	background: #fe4437;
	border-radius: 6px 6px 0 0;
}

.statCard.green .bar {
	background: #28B119;
	border-radius: 6px 6px 0 0;
}

.statCard.white .bar{
	background: #fff;
	border-radius: 6px 6px 0 0;
}

.statCard .bars:empty::after {
	content: 'Veri yok';
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	text-align: center;
	display: block;
	padding: 10px 0;
}

.statCard .bars {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 12px;
	gap: 2px;
	min-height: 50px;
}

.statCard .subject {
	color: #fff;
	font: normal normal normal 12px/18px Poppins;
	text-align: left;
	margin-bottom: 8px;
}

.statCard .exams {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}

.statCard .exams .number {
	font: normal normal bold 24px/35px Poppins;

}

.statCard .exams .unit {
	font: normal normal normal 8px/12px Poppins;
	color: #bbc2d3;
	margin-left: 6px;
}
