select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	padding-left: 0.5rem !important;
	background: transparent;
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: 50%;
}

#fluid {
	left:0;
	top:0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#Subject_CloseBG{
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.86);
	position: absolute;
	display: none;
}


.LC_BasketName {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:white;
}

.LC_Card_Content_Grup1_Count_Text{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.LC_Card_Content_Grup2_Check {
	margin-top: 4%;
	left: 83%;
	width: 16%;
	height: 36%;
	font-weight: bold;
	line-height: 0;
	position: relative;
	border-radius: 30px;
	background-color: #11DC5A;
}

.LC_Card_Content_Grup3_Text {
	width: 100%;
	height: 30%;
	text-align: center;
	position: relative;
	color: #F25365;
}

.LC_Card_Content_Grup5 {
	top: 46%;
	left: 56%;
	width: 44%;
	height: 25%;
	color: #ef7c00;
	position: absolute;
	background-color: white;
	text-align: center;
	font-size: 0;
}

.add{
	left: 10%;
	height: 100%;
	position: absolute;

}
.remove{
	left: 10%;
	height: 100%;
	position: absolute;
	visibility: hidden;
}

#LC_Navigation_Tuncay {
	width: 100%;
	background: gold;
}

.LC_ReturnLogo{
	width: 46px;
	height: 100%;
	vertical-align: top;
	display: inline-block;
}

.LC_ReturnName{
	width: 180px;
	height: 100%;
	line-height: 46px;
	vertical-align: top;
	display: inline-block;
}

.LC_FontResponse {
	font-size: 16px;
}

.TB_icon {
	font-size: 30px;
	color: #fb742e;
	line-height: 40px;
}

#TB_Exercise{
	height: 100%;
	padding: 0;
	display: none;
}


#blackScreen{
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	position: absolute;
	display: none
}

.iframeRow {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

iframe{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position:relative;
	border: 0 none;

}

.DragBtn{
	width: 4.7rem !important;
	height: 4.7rem !important;
	position: absolute;
}

#DragMenu_Mask{
	top: 0.16rem;
	left: 2.9rem;
	width: 8.2rem;
	height: 4.5rem;
	display: none;
	position: absolute;
	user-select: none;
	overflow: hidden;
}

	#DragMenu_ScoreContainer{
		top: 0;
		left: -100%;
		width: 7.8rem;
		height: 4.1rem;
		font-size: 1.34rem;
		position: absolute;
		background-color: white;
		user-select: none;
		border: 1px solid #f2f2f2;
		border-radius: 0 0.8rem 0.8rem 0;
		-webkit-box-shadow: 0 2px 4px 0 #828282;
		-moz-box-shadow: 0 2px 4px 0 #828282;
		box-shadow: 0 1px 2px 0 #828282;
	}

	.DragMenu_PercentMain{
		width: 100%;
		height: 48%;
		position: relative;
	}

		.DragMenu_PercentBG{
			top: 34%;
			left: 30%;
			width: 60%;
			height: 36%;
			background-color: #f0f0f0;
			position: absolute;
			border-radius: 10px;
		}

		#DragMenu_PercentOrange{
			width: 50%;
			height: 100%;
			border-radius: 50px 0 0 50px;
			background-color: #ffc863;
		}

		#DragMenu_Star{
			position: absolute;
			transform: translate(-50%, -25%);
			width: 25%;
			left: 50%;
			top: 0;
		}


	.DragMenu_ScoreMain{
		width: 100%;
		height: 50%;
		display: flex;
		border-top: 1px solid #eaeaea;
		justify-content: end;
	}

		.DragMenu_PerformBox{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 26%;
			height: 100%;
			text-align: center;
			color: white;
		}


		#DragMenu_Right{
			color: #78ad4b;
			/* border-top: 1px solid #eaeaea; */
			border-right: 1px solid #eaeaea;
		}

		#DragMenu_Wrong{
			color: #e34951;
			/*border-top: 1px solid #eaeaea;*/
			border-right: 1px solid #eaeaea;
		}

		#DragMenu_Empty{
			color: #989aa7;
			/*border-top: 1px solid #eaeaea;*/
		}


	/*New Drag Menu */
	.DragMenu_Icon{
		width: 100%;
		height: 100%;
		position: absolute;
		border-radius: 30px;
		background-color: white;
		-webkit-box-shadow: 0 2px 4px 0 #828282;
		-moz-box-shadow: 0 2px 4px 0 #828282;
		box-shadow: 0 2px 4px 0 #828282;
	}

.DragMenu_Icon img {
	left: 15%;
	top: 15%;
	width: 70%;
	position: absolute;
}

#MenuBtn {
	left: 0;
	top: 0;
}

#SideBtn {
	left: 0;
	top: 0;
}

#toast-container {
	top: auto !important;
	right: 3% !important;
	bottom: 3% !important;
	left:auto !important;
}

body{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overscroll-behavior: contain;
}


#screenModeContainer{
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .85);
}

#screenModeMain{
	width: 200px;
	height: 200px;
	position: absolute;
}

#ScreenModePhone{
	left:64px;
	top:10px;
	width: 92px;
	height: 182px;
	position: absolute;
}

#screenModeLandscape{
	position: absolute;
}

#errorPopupContainer{
	display: none;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .80);
	z-index: 1500;
}

#errorPopupContainer h4{
	font-size: 1.8rem;
}

.errorPopupBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	border-radius: 0.5rem;
	color: white;
	background-color: #26a69a;
	cursor:pointer
}

.warningListContainer{
	width: 100%;
	overflow-y: scroll;
	border:solid 1px silver;
}

.warningList{
	margin-block-start: 0.5rem;
	margin-block-end: 0.5rem;
	padding-inline-start: 3rem;
}

.warningList li{
	 text-align: left;
	 padding: 0.4rem 0.1rem;
}


.PopupContentInfo{
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

.PopupContentInfo_Div{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
}

.PopupContentInfo_Name{
	padding: 0.5rem 0.5rem;
	width: 8rem;
	text-align: center;
}

.PopupContentInfo_Box{
	border: 1px solid black;
	padding: 0.5rem 0.5rem;
	width: 15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.PopupContentInfo_BtnContainer{
	width: 7rem;
}

.PopupContentInfo_Btn{
	padding: 0.6rem 1.6rem;
	border-radius: 0.5rem;
	color: white;
	background-color: darkorange;
	cursor:pointer;
}

.yellow-darken-4{
	background-color: #f57f17 !important;
}

.purple-darken-3{
	background-color: #6a1b9a !important;
}

.red-darken-1{
 	background-color: #e53935 !important;
}

#errorPopup{
    width: 400px;
    height: auto;
    background-color: white;
    border-radius: 8px;
    position: absolute;
    text-align: center;
}

    #errorPopupBtnGroup{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
		display: flex;
		justify-content: center;
		gap: 5px;
    }

    #errorPopupText{
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom:20px;
    }

    @media screen and (max-width: 400px) {
        #errorPopup{
            width: 250px;
        }
    }
			.Perform_RatingMain_Btn{
				width: 30px;
				height: 30px;
				position: relative;
				display: inline-block !important;
			}

			.Perform_RatingMain_Btn img{
				position: absolute;
			}




	.ToastRight{
		background-color: green;
	}

	.ToastWrong{
		background-color: red;
	}


.formObj{
	background-color: #ffffff;
	color: #949494;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	border-radius: 2px !important;
}

/* NEW CARD */
@media screen and (max-width: 629px){
	.AC_Container{
		border-top: 1px solid black;
		top: unset !important;
		width: 100% !important;
		padding: 1rem 10% 0 10% !important;
		height: calc(44% - 4rem) !important;
		bottom: 0;
	}

	.CardContainer_SmallMode{
		width: 100% !important;
		height: 56% !important;
	}

	body, html {
		font-size: 7px;
	}

	.CardContainer{
		gap: 0 1.2rem;
	}

	.TB_Btn{
		justify-content: center;
	}

	#TB_LogoBtn{
		width: 5rem;
	}

	#TB_DetailBtn{
		width: 4rem;
	}

	#TB_FullScreenBtn{
		width: 4rem;
	}

	#TB_ReturnBtn {
		width: 4rem;
	}

	#TB_UnitName{
		width: calc(100% - 20rem);
	}

	.TB_Btn_Span{
		display: none;
	}

	#TB_Logo_Large{
		display: none;
	}

	#TB_Logo_Small{
		display: inline-block;
	}

	.warningListContainer{
		height: 280px;
	}

	#errorPopupContainer{
		font-size: 13px;
	}

}

@media screen and (min-width: 630px) {
	.CardContainer{
		gap: 0 1.2rem;
	}

	body, html {
		font-size: 7px;
	}

	#TB_LogoBtn{
		width: 5rem;
	}

	#TB_DetailBtn{
		width: 11.3rem;
	}

	.TB_DetailBtn_HomeworkMode{
		width: 10.3rem !important;
	}

	#TB_FullScreenBtn{
		width: 9.8rem;
	}

	#TB_ReturnBtn{
		width: 7.3rem;
	}

	#TB_UnitName{
		width: calc(100% - 37.4rem);
	}

	.TB_UnitName_HomeworkMode{
		width: calc(100% - 36.4rem) !important;
	}

	.TB_Btn_Span{
		display: inline-block;
	}

	#TB_Logo_Large{
		display: none;
	}

	#TB_Logo_Small{
		display: inline-block;
	}

	.warningListContainer{
		height: 300px;
	}

	#errorPopupContainer{
		font-size: 14px;
	}

}


@media screen and (min-width: 719px) {
	.CardContainer{
		gap: 0 1.2em;
	}

	body, html {
		font-size: 8px;
	}

	.TB_Btn_Span{
		display: inline-block;
	}

	#TB_Logo_Large{
		display: none;
	}

	#TB_Logo_Small{
		display: inline-block;
	}
}


@media screen and (min-width: 890px) {
	.CardContainer{
		gap: 0 1em;
	}

	body, html {
		font-size: 10px;
	}

	.TB_Btn_Span{
		display: inline-block;
	}

	#TB_Logo_Large{
		display: none;
	}

	#TB_Logo_Small{
		display: inline-block;
	}
}


@media screen and (min-width: 1100px) {
	.CardContainer{
		gap: 2rem 4rem;
	}

	body, html {
		font-size: 12px;
	}

	#TB_LogoBtn{
		width: 13.6rem;
	}

	#TB_UnitName{
		width: calc(100% - 46rem);
	}

	.TB_UnitName_HomeworkMode{
		width: calc(100% - 45rem) !important;
	}

	.TB_Btn_Span{
		display: inline-block;
	}

	#TB_Logo_Large{
		display: inline-block;
	}

	#TB_Logo_Small{
		display: none;
	}

	.warningListContainer{
		height: 350px;
	}

	#errorPopupContainer{
		font-size: 16px;
	}
}


body, html {
	font-family: 'Nunito', sans-serif;
	/* font-size: 10px;*/
}


.CardContainer{
	display: flex;
	width: 100%;
	padding: 2rem 1rem 0 1rem;
	box-sizing: border-box;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: baseline;
	justify-content: center;
	height: calc(100% - 4rem);
	font-size: 1.4rem;
	overflow-y: auto;
	position: absolute;
	top: 4rem;
	right: 0;
	background-color: rgba(0, 0, 0, 0.82);
}

.CardContainer_SmallMode{
	width: calc(100% - 38rem);
}

.CardMain{
	width: 23rem;
	position: relative;
}

	.Card_reserveTextArea{
		text-align: center;
		color: white;
		height: 2.5rem;
		cursor: pointer;
	}

	.Card_ContentMask{
		width: 100%;
		height: 26.8rem;
		background-color: rgba(0, 0, 0, 0);
		position: absolute;
		left: 0;
		top: 2.5rem;
		transition: all .1s ease-in-out;
		cursor: pointer;
	}

	/*
	.Card_ContentAll{
		transition: all .1s ease-in-out;
	}

	.Card_ContentMask:hover ~ .Card_ContentAll{
		transform: scale(1.06);
	}

	.Card_ContentMask:hover ~ .Card_ContentAll > .Card_Content{
		border: 2px solid gold;
	}
	*/

	.Card_Content{
		height: 27rem;
		background-color: #f8f8f8;
		border-radius: calc(1rem + 3px);
		border: 2px solid rgba(0,0,0,0.82);
		position: relative;

	}
		.Card_Cover{
			height: 13rem;
			box-sizing: border-box;
			text-align: center;
			position: relative;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 1rem 1rem 0 0;
			border-bottom: 1px solid #F0EEEE;
		}

			.Card_Cover_LessonName, .Card_Cover_SkillBased{
				text-align: center;
				background-color: #f79e34;
				border-radius: 1rem;
				position: absolute;
				color: white;
				border-top: 1px solid rgba(255, 240, 120, .5);
				border-left: 1px solid rgba(255, 240, 120, .5);
				border-right: 1px solid rgba(255, 240, 120, .5);
				padding: 0.3rem 0.5rem;
				box-sizing: border-box;
				font-size: 1.2rem;
				font-style: italic;
			}

			.Card_Cover_SkillBased{
				left: 50%;
				transform: translate(-50%);
				bottom: 0;
				white-space: nowrap;
				border-radius: 1rem 1rem 0 0;
			}

			.Card_Cover_LessonName{
				left: 25%;
				width: 50%;
				top: 5%;
				border-bottom: 1px solid rgba(255, 240, 120, .5);
			}

	.Card_Type{
		text-align: center;
		height: 2rem;
		padding-top: 1rem;
	}

		.Card_Type_Name{
			display: inline-block;
			color: #466775;
		}

		.SmallFontSize{
			font-size: 1.3rem;
		}

		.Card_Type_Number{
			display: inline-block;
			background-color: #F37828;
			width: 2rem;
			height: 2rem;
			border-radius: 5rem;
			text-align: center;
			color: white;
			margin: 0 0.26rem 0 0.26rem;
		}

		.Card_Space{
			height: 6rem;
		}

		.Card_Data{
			text-align: center;
			height: 2rem;
			padding: 0.5rem 0;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			justify-content: space-evenly;
		}

			.Card_Data_ClockIcon{
				width: 1.8rem;
				height: 1.8rem;
				display: inline-block;
				background-repeat: no-repeat;
				background-size: contain;
			}

			.Card_Data_BarIcon{
				width: 1.8rem;
				height: 1.8rem;
				display: inline-block;
				background-repeat: no-repeat;
				background-size: contain;
			}

			.Card_Data_BellIcon{
				width: 1.8rem;
				height: 1.8rem;
				display: inline-block;
				background-repeat: no-repeat;
				background-size: contain;
			}

			.Card_Data_IconText{
				display: inline-block;
				vertical-align: top;
				color: #F37828
			}

		.Card_Score{
			text-align: center;
			padding-bottom: 1rem;
			height: 2rem;
			color: #F37828;
		}

			.Card_Score_Text{
				display: inline-block;
			}

		.Card_Button{
			text-align: center;
			padding: 0 0 1rem 0;
		}

		.Card_Button_StartBtn{
			width: 90%;
			height: 4rem;
			line-height: 4rem;
			border-radius: 1rem;
			text-align: center;
			background-color: #F37828;
			display: inline-block;
			color: white;
		}

	.Card_reserveTextArea2{
		text-align: center;
		color: white;
		height: 2.5rem;
		line-height: 2.5rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.Card_CloseContent{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.60);
		border-radius: 1rem;
	}

/*  Top Banner */
#TB_Container{
	top: 0;
	width: 100%;
	height: 4rem;
	background-color: white;
	overflow: hidden;
	position: absolute;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid black;
}

#TB_LogoBtn{
	height: 100%;
	text-align:center;
	padding: 0
}

#TB_LogoBtn img{
	position: relative;
	height: 80%;
	top: 10%;
}

#TB_UnitName{
	color: #f87835;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 4.2rem;
	font-size: 1.6rem;
}

.TB_Btn{
	height: 100%;
	text-align: center;
	color: #F06E2F;
	font-size: 1.3rem;
	cursor: pointer;
	background-color: white;

	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-left: 1px solid #f3f3f3;
}

#TB_ReturnBtn{
	border-right: 1px solid #f3f3f3;
}

.TB_Btn_Ico{
	width: 3rem;
	height: 3rem;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}

.TB_Btn_Svg{
	top: 17%;
	left: 17%;
	width: 66%;
	height: 66%;
	position: absolute;
}

#TB_InfoBtn{
	width: 4rem;
	height: 100%;
	padding: 0;
	text-align: center;
	cursor: pointer;
	display: none;
}


/* Container Card Butonlar */
/* SIMPLE DETAY */
.AC_Container{
	top: calc(4rem + 1px);
	left: 0;
	width: 38rem;
	height: 100%;
	background-color: white;
	position: absolute;
	padding: 1rem;
	font-size: 1.3rem;
	color: #595959;
	display: none;
	box-sizing: border-box;
	overflow-y: auto;
}

.AC_Type{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1rem;
}

#AC_Type_Name{
	font-size: 1.6rem;
	color: #595959;
	padding-right: 0.5rem;
}

#AC_Type_Number{
	background-color: #F37828;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 5rem;
	text-align: center;
	color: white;
}

.AC_Card{
	display: flex;
	align-items: center;
}

.AC_Card_Cover{
	width: 15rem;
	height: 8.5rem;
	background-color: #999999;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
}

.AC_Card_Data{
	width: 20rem;
	height: 7.5rem;
	padding: 0.5rem;
	overflow-y: auto;
}

.AC_Card_Data_Text{
	padding-bottom: 0.2rem;
}

#AC_Card_Data_Duration{
	padding-bottom: 0.2rem;
	font-weight: bold;
}

#AC_Card_Data_Score{
	padding-bottom: 0.2rem;
	font-weight: bold;
}


.AC_Card_Data_Icon{
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: top;
}

.AC_Continue_Button{
	width: 100%;
	height: 3.6rem;
	line-height: 3.6rem;
	background-color: #4ba431;
	text-align: center;
	color: white;
	border-radius: 1rem;
	font-size: 1.3rem;
	margin-top: 1rem;
	cursor: pointer;
}

.AC_Tab{
	border-radius: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 5rem;
}

.AC_Tab_Head{
	width: 100%;
	height: 4rem;
	color: #F37828;
	border-radius: 1rem;
	font-size: 1.3rem;
	display: flex;
	cursor: pointer;
}

	.AC_Tab_Head_Btn{
	/* 	border: 1px solid black;*/
		display: flex;
		align-items: center;
		background-color: white;
		box-sizing: border-box;
	}

	#AC_ScoreBtn{
		border-radius: 1rem 1rem 0 0;
		border-left: 1px solid silver;
		border-top: 2px solid #f06e2e;
		height: calc(100% + 1px);
		font-weight: bold;
	}

	#AC_CommentBtn{
		border-radius: 1rem 1rem 0 0;
		border-right: 1px solid silver;
		border-left: 1px solid silver;
		border-top: 1px solid silver;
		height: 100%;
	}
/* ---------------- */



	.AC_Tab_Head_Icon{
		width: 2.2rem;
		height: 2.2rem;
		padding: 0.4rem 0.2rem 0.4rem 3rem;
	}


	.AC_Tab_Head_Text{
		width: 29rem;
		text-align: left;
	}

	.AC_Tab_Head_Text2{
		padding-right: 3rem;
		text-align: left;
	}

.AC_Tab_Container{
	padding: 2rem 3.2rem 2.6rem 3.2rem;
	background-color: white;
	border-radius: 0 1rem 1rem 1rem;
	border: 1px solid silver;
}

.AC_Tab_Relative{
	position: relative;
}

	.AC_Score_AccessTitle {
		display: flex;
		justify-content: space-between;
	}

	.AC_Score_BarContainer{
		position: relative;
		height: 1rem;
	}

		.AC_Score_Bar {
			left: 0;
			top: 0;
			height: 1rem;
			border-radius: 1rem;
			position: absolute;
		}

		#AC_Score_AccessBar{
			background-color: #ffc863;
			width: 50%;
		}

	.AC_Score_SuccessTitle {
		display: flex;
		justify-content: space-between;
		padding-top: 1rem;
		padding-bottom: 0.2rem;
	}

		.AC_Score_InfoBox{
			display: flex;
			position: relative;
		}

		#AC_SuccessTooltip{
			top: -10.4rem;
			left: -4rem;
			width: 37.4rem;
			height: 8.4rem;
			border: 1px solid silver;
			background-color: antiquewhite;
			position: absolute;
			border-radius: 1rem;
			text-align: center;
			padding-top: 1rem;
			user-select: none;
			display: none;
			cursor: pointer;
			-webkit-box-shadow: 0 2px 4px 0 #828282;
			-moz-box-shadow: 0 2px 4px 0 #828282;
			box-shadow: 0 1px 2px 0 #828282;
		}

		.AC_Tooltip_Formula{
			width: 100%;
		}

		.AC_Tooltip_Arrow {
			left: 24%;
			bottom: -1rem;
			width: 2rem;
			height: 1rem;
			position: absolute;
		}

		.AC_Tooltip_Close {
			top: 4%;
			right: 1%;
			bottom: -1rem;
			width: 2.6rem;
			height: 2.6rem;
			position: absolute;
		}

		#AC_Score_infoBtn{
			width: 2rem;
			height: 2rem;
			padding-left: 0.5rem;
			cursor: pointer;
		}

		#AC_Score_SuccessBar{
			background-color: #ffc863;
			width: 50%;
		}

		#AC_Score_Star{
			width: 2rem;
			height: 2rem;
			position: absolute;
			transform: translate(-50%, -25%);
		}

.AC_Score_Main{
	display: flex;
	padding-top: 1rem;
	justify-content: space-between;
}

	.AC_Score_Box{
		width: 30%;
		height: 4rem;
		text-align: center;
		color: white;
		border-radius: 1rem;
		font-size: 1.3rem;
	}

	#AC_Score_RightMain{
		color: #78ad4b;
		border: 1px solid;
	}

	/*
	#AC_Score_RightName{
		color: #78ad4b;
	}

	#AC_Score_Right{
		color: #78ad4b;
	}
	*/

	#AC_Score_WrongMain{
		color: #e34951;
		border: 1px solid;
	}

	/*
	#AC_Score_WrongName{
		color: #e34951;
	}

	#AC_Score_Wrong{
		color: #e34951;
	}
	*/

	#AC_Score_EmptyMain{
		color: #989aa7;
		border: 1px solid;
	}

	/*
	#AC_Score_EmptyName{
		color: #989aa7;
	}

	#AC_Score_Empty{
		color: #989aa7;
	}
	*/

	#AC_Score_TryMain{
		color: #ff9100;
		border: 1px solid;
	}

	#AC_Score_CompleteMain{
		color: #78ad4b;
		border: 1px solid;
	}

	#AC_Score_RemainMain{
		color: #989aa7;
		border: 1px solid;
	}

		.AC_Score_Name1{
			height: 2rem;
			line-height: 2.4rem;
		}

		.AC_Score_Name2{
			height: 2rem;
			line-height: 1.8rem;
		}

.AC_History_Title{
	display: flex;
	justify-content: space-between;
	color: #F37828;
	margin-bottom: 0.5rem;
	padding-top: 1rem;
}

	.AC_History_Title_Text{
		width: 16%;
	}

	.AC_History_Title_Border{
		width: 84%;
		height: 1.2rem;
		border-bottom: 2px solid #F37828;
	}


/* ScoreMain Table */
#AC_scoreTableMain {
	border-collapse: collapse;
	width: 100%;
}

#AC_scoreTableMain td, #AC_scoreTableMain th{
	border: 1px solid silver;
	padding: 0.7rem 0.4rem 0.4rem 0.4rem;
	text-align: center;
}

#AC_scoreTableMain tr:nth-child(even) {
	background-color: #e7e7e7;
}

.AC_History_DetailContainer{
	text-align: right;
	margin-top: 1rem;
	display: none;
}



#AC_Comment_Container{
	display: none;
}

.AC_starContainer{
	display: flex;
}

.AC_starContainer_Bg{
	background-color: white;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
}

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

.AC_Comment_Head{
	margin-top: 2rem;
}

.AC_Form_Element{
	background-color: #ffffff;
	color: #949494;
	display: block;
	border: unset;
	padding: 0;
	margin-top: 0.5rem;
	height: 3.6rem;
	border-radius: 0.5rem;
	font-family: 'Nunito', sans-serif;
	font-size: 1.3rem;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid silver;
}

#EmailInput{
	padding-left: 0.5rem;
}

#CommentInput{
	padding-left: 0.5rem;
	resize: none;
	height: 10rem;
}

.AC_Form_TextArea{
	height: 10rem;
	resize: none;
}

.AC_Form_SendContainer{
	text-align: right;
	margin-top: 0.5rem;
}

.AC_Tab_Button{
	width: 30%;
	height: 3.6rem;
	line-height: 3.6rem;
	background-color: #F06E2F;
	text-align: center;
	color: white;
	border-radius: 1rem;
	font-size: 1.3rem;
	display: inline-block;
}

#aa{
	width: 3rem;
	height: 3rem;
	position: absolute;
	background-color: #4ba431;
}

/* GENEL DETAY */
.SubjectContainer{
	top: calc(4rem + 1px);
	right: 0;
	width: 40rem;
	height: 100%;
	background-color: white;
	position: absolute;
	padding: 2rem;
	font-size: 1.3rem;
	color: #595959;
	display: none;
	overflow-y: auto;
}

.Subject_Name{
	font-size: 1.6rem;
	color: #F37828;
}

.Subject_Card{
	display: flex;
	align-items: center;
	padding-top: 1rem;
}

.Subject_Card_Cover{
	width: 19rem;
	height: 10.7rem;
	background-color: #999999;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
}

.Subject_Card_Data{
	width: 16rem;
	height: 6rem;
	padding: 1rem;
}

	.Subject_Card_Data_Text{
		padding-bottom: 0.4rem;
	}

	.Subject_Card_Data_Icon{
		width: 1.5rem;
		height: 1.5rem;
		vertical-align: top;
	}

#Subject_Earnings_Heading{
	padding-top: 1rem;
	color: #F06E2F;
	display: none;
}

.Subject_Earnings{
	color: #595959;
	padding: 0 1rem 1rem 1rem;
}

.Subject_Perf_Header{
	padding-top: 1rem;
	color: #F06E2F;
}

.Subject_Score_Container{
	padding: 0 1rem 10rem 1rem;
}

	.Subject_Score_Access {
		display: flex;
		justify-content: space-between;
	}

	.Subject_Score_Success {
		display: flex;
		justify-content: space-between;
		padding-top: 0.6rem;
	}

	.Subject_Score_BarContainer{
		position: relative;
		height: 1rem;
	}

	.Subject_Score_Bar {
		left: 0;
		top: 0;
		height: 1rem;
		border-radius: 1rem;
		position: absolute;
	}

	.SilverBar{
		background-color: #e7e7e7; width: 100%;
	}

	.AccessOrangeBar, .SuccessOrangeBar{
		background-color: #F06E2F;
	}

	#Toast{
		bottom: -5rem;
		right: 0;
		height: 4rem;
		background-color: orange;
		position: absolute;
		font-size: 1.4rem;
		line-height: 4rem;
		padding: 0 2rem 0 2rem;
		margin: 0.5rem;
		color: white;
		border-radius: 1rem;
		z-index: 1600;
	}

	.Badge{
		left: -0.6rem;
		top: -0.6rem;
		width: 7rem;
		height: 7rem;
		position: absolute;
	}

	.Badge_FR{
		background-repeat: no-repeat;
		background-size: contain;
	}

	.Badge_BG{
		background-color: #730200;
		border-radius: 1rem 0.2rem;
	}


	.AnswerKeyBadge{
		right: -0.8rem;
		top: 6rem;
		width: 9.5rem;
		height: 4.6rem;
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
	}


	.content_prepare{
		font-size: 18px;
	}

	.content_prepare img{
		width: 60%;
	}