/*
Merhaba! Temayi merak ettiyseniz hazir degil, degerli egitmenlerimiz icin ozenle hazirlandi :)

Base color : e30613
Dark color : 3c3e49
Light color : fffff
*/

body{
	margin: 0px auto;
	/*font-family: 'Poppins', sans-serif!important;*/
	font-family: "Poppins", sans-serif;
	/* background-color: #f1f5fb; */
	font-variant-numeric: lining-nums !important;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	}

body a{
	text-decoration:none;
	color:#000;
}

html {
 scroll-behavior: smooth;
}	

.spacing_32{
	height: 32px;
}

.spacing_48{
	height: 48px;
}

.spacing_64{
	height: 96px;
}

.itim-regular {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}

button{
	color:#000;
	font-family: "Poppins", sans-serif;
	font-variant-numeric: lining-nums !important;	
}

.bcolor{
    background-color: #fff;
    border-radius: 32px 32px 0px 0px;
    position: fixed;
    z-index: 4;
    margin: 0px;
    top: 78px;
    height: 32px;
    width: 100%;
}

/* width */
::-webkit-scrollbar {	
	width: 8px!important;
	height:8px!important;	
}

/* Track */
::-webkit-scrollbar-track {
	background: #eaecee; 
	height:28px!important;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #d0d5da; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #a4adb5; 
}

.customwidth{
	width: calc(100% - 36px);
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	display:block;
}

.infinitywidth{
	width: calc(100% - 16px);
	max-width: 1216px;
	margin:auto;
	overflow:hidden;
	display:block;
}

#n_filters_s{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000030;
    z-index: 5;
    animation-name: slowchange;
    animation-duration: 1s;
    /* backdrop-filter: blur(2px); */
    display: none;
}

.npage{
    animation-name: npage;
    animation-duration: 2s;
}

.gradient_back{
	width:100%;
	height: 120px;
	position:absolute;
	z-index: -1;
	background: linear-gradient(to bottom, #dfe9f3 0%, #ffffff 100%);
	top: 0px;
	display: none;
}

.transitions{
	transition:0.2s;	
}

.transitions:hover{
	transition:0.2s;	
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*HEADER V02*/

	.header_step{height: 80px;}

	.header_step_wm{height: 100px;}

#headerw{
	top:0px;
	width:100%;
	background: #ff385c;
	/* box-shadow: 0px 0px 10px #00000040; */
	z-index:4;
	position: fixed;
	/* border-bottom: 1px solid #d4d4d440; */
}

#headerw .h_area{
	width: calc(100% - 36px);
	max-width: 1200px;
	margin:auto;
	display: flex;
	overflow: hidden;
	padding: 12px 0px 48px 0px;
	justify-content: space-between;
	align-items: center;
}

#headerw .h_logo{
	display: block;
	height: 34px;
	width: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../vector-images/logo_only_white.svg)!important;
	/* background-position-x: -52px; */
	/* background-position-y: 15px; */
}

#headerw .right {
	display:flex;
	gap: 8px;
	align-items: center;
}

#headerw .quest {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 4px 4px 4px 4px;
    border-radius: 25px;
    font-size: 12pt;
    text-wrap: nowrap;
    font-weight: 600;
    color: #3c3e49;
    height: auto;
}

#headerw .quest:hover {
	transition:0.2s;
}

#headerw .quest::before {
	width:0px;
    transition:0.2s;
	overflow:hidden;
	content : "Destek";
	opacity:0;
	font-weight:600;	
}

#headerw .quest:hover:before {
	width:58px;
	margin-left:4px;
	margin-right:4px;
	font-weight:600;	
	overflow:hidden;
	transition:0.2s;	
	opacity:1;
    content : "Destek";
}

#headerw .quest_pic {
    width: 42px;
    height: 42px;
    background: #f5f5f5;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-image: url(../../assets/images/purple_quest.png);
}

#headerw .account {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 4px 4px 4px 6px;
    border-radius: 25px;
    font-size: 12pt;
    text-wrap: nowrap;
    font-weight: 600;
    color: #3c3e49;
    height: auto;
}

#headerw .account:hover {
	transition:1s;
}

#headerw .account::before {
	width: auto;
	margin-left:4px;
	margin-right:4px;
	font-weight:600;
	overflow:hidden;
	content: "Panom";
}

#headerw .profile_pic {
    width: 42px;
    height: 42px;
    background: red;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}


#headerw .login {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 4px 4px 4px 6px;
    border-radius: 25px;
    font-size: 12pt;
    text-wrap: nowrap;
    font-weight: 600;
    color: #303944;
    height: auto;
}

#headerw .login::before {
	width:72px;
	margin-left:4px;
	margin-right: 8px;
	font-weight:600;
	overflow:hidden;
	content: "Ders Ver";
}

#headerw .login_pic {
    width: 42px;
    height: 42px;
    background: #ff385c;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-image: url(../../assets/vector-images/light_login.svg);
}

#headerw .backw{
	display:flex;
	align-items:center;
	cursor: pointer;
}

#headerw .backw::before{
	content : "< ";
	font-size: 32pt;
	height: 44px;
	display: flex;
	align-items: center;
	font-weight: 300;
}

#headerw .backw::after{
	content : "Geri";
	font-size: 12pt;
}

.hidden_future{display:none!important}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*FOOTER*/


#footerm{background-color: #3f3f3f;/* background: linear-gradient(60deg, #29323c 0%, #485563 100%); */text-align: center;margin-top: 64px;background: #fff;border-top: 2px solid #ededed;border-radius: 32px 32px 0px 0px;}


#footerm .social_area{width: max-content;margin: 0px auto;display: flex;gap: 24px;}

#footerm .social_icon{width: 32px;height: 32px;background-size: cover;}

#footerm .link_area{
width: 100%;
margin: 0px auto;
overflow: hidden;
}

#footerm .link{width:33%;float:left;color: #303944;font-size: 10pt;text-decoration:none;font-weight:600;}

#footerm .mobile_app{width: 351px;height: 220px;background-size:cover;margin: 15px auto;}


#footerm h4{
color:#fff;
font-size:18pt;
padding:0px;
margin:0px;
}

#footerm p{color: #303944;font-size: 10pt;line-height: 20pt;}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*SWITCH CASE*/

#switch_for_home{
	z-index: 4;
	position: fixed;
	bottom: 30px;
	width: 100%;
}

#switch_shot{
	width: calc(100% - 36px);
	max-width: 280px;
	margin: 0px auto;
	display: none;
	align-items: center;
	position: relative;
	bottom: 18px;
	animation-name: toggle;
	animation-duration: 2s;
}

#switch_shot a{
	display: grid;
	width: calc(100% / 3);
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 10pt;
	gap: 2px;
	padding: 8px;
	margin: 0px;
	transition:0.2s;
}

#switch_shot a:hover{
	background-color:#e7e7e7;
	transition:0.2s;
}

#switch_shot .border{
	width: 1px;
	background: #d8d8d8;
}

#switch_for_home img{
	width: 24px;
	height: 24px;
	margin: 0px auto;
}


#switch_for_home .top{
	display: flex;
	width: 100%;
	padding: 0px;
	background: #fff;
	border-radius: 32px;
	box-shadow: 0px 2px 20px #00000040;
	overflow: hidden;
}

#switch_for_home .bottom{
	width: calc(100% - 36px);
	max-width: 400px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

#switch_for_home .left_side{
	padding: 12px;
	border-radius: 24px 0px 0px 24px;
	background: #ff385c;
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
	width: 50%;
}

#switch_for_home .group_l{
	display: flex;
	gap: 8px;
	align-items: center;
	float: right;
	margin-right: 20px;
}

#switch_for_home .group_r{
	display: flex;
	gap: 8px;
	align-items: center;
	margin-left: 34px;
	float: left;
}

#switch_for_home .right_side{
	padding: 12px;
	border-radius: 0px 24px 24px 0px;
	background: #ff385c;
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
	width: 50%;
	text-align: right;
}

#switch_for_home .middle_side{
	position: fixed;
	bottom: 24px;
	width: 52px;
	height: 52px;
	background: #ff385c;
	border: 4px solid #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	background-image: url(../vector-images/light_menu.svg)!important;
	/* background-size:cover!important; */
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition:0.2s;
	animation-name: scale;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	left: calc(50% - 26px);
	}

#switch_for_home .middle_side:hover{
	transform:scale(1.05);
	transition:0.2s;
}

.show_flex{
	display: flex!important;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/


/*COMMON*/

#on_front{
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}

.z_plus{
	z-index: 6!important;
	position: sticky;
}

.z_plus2{
	z-index: 5!important;
}

#ads_area{
width: calc(40% - 20px);
padding-left: 20px;
float:left;
height:400px;
}

#ads_area .top{
width:100%;
height: calc(50% - 20px);
margin-bottom: 20px;
overflow:hidden;
display:block;
}

#ads_area .top_left{
height:100%;
width: calc(50% - 10px);
background-color: #ebebeb;
border-radius:20px;
float: left;
background-size: cover;
opacity: 1;
cursor: pointer;
}

#ads_area .top_left:hover{
opacity: 0.8;
}


#ads_area .bottom{
width:100%;
height:50%;
background-color: #ebebeb;
border-radius:20px;
background-size: cover;
background-position: center;
cursor: pointer;
}

#ads_area .bottom:hover{
opacity: 0.8;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/


/*LOADER*/

#loader_form
{backdrop-filter: blur(10px);top:0px;left: 0px;bottom: 0px;right: 0px;position: fixed;width: 100%;min-height: 100vh;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background-color: rgb(0 0 0 / 24%);z-index: 999;opacity: 999;}


#loader_form .loader{
	background-color: #ea4c89;
	overflow:hidden;
	padding:20px;
	animation-name: loader;
	animation-duration: 2.1s;
	box-shadow: 0px 0px 12px #00000059;
	transform: scale(0);
}

#loader_form .ltop{
	background-image: url(../common-images/loader2.gif)!important;
	background-size:cover!important;
	background-position: center;
	border-radius:64px;
	width: 120px;
	height: 120px;
	padding:20px;
	text-align:center;
	margin:0px auto;
}

#loader_form .lbottom{
	font-size: 16pt;
	font-weight:600;
	margin: 20px 0px 20px 0px;
	color: #fff;
	text-align: center;
}

#loader_filter
{backdrop-filter: blur(2px);top:0px;left: 0px;bottom: 0px;right: 0px;position: fixed;width: 100%;min-height: 100vh;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;/* background-color: rgb(0 0 0 / 24%); */z-index: 999;/* opacity: 999; */animation-name: loader_flex;animation-duration: 1s;}


#loader_filter .loader{
	background-color: #ea4c89;
	overflow:hidden;
	padding:20px;
	animation-name: loader;
	animation-duration: 1s;
	box-shadow: 0px 0px 12px #00000059;
	transform: scale(0);
}

#loader_filter .ltop{
	background-image: url(../common-images/loader2.gif)!important;
	background-size:cover!important;
	background-position: center;
	border-radius:64px;
	width: 120px;
	height: 120px;
	padding:20px;
	text-align:center;
	margin:0px auto;
}

#loader_filter .lbottom{
	font-size: 16pt;
	font-weight:600;
	margin: 20px 0px 20px 0px;
	color: #fff;
	text-align: center;
}


#search_future{
    position: absolute;
    padding: 22px 0px 22px 16px;
    color: #3c3e49;
    font-size: 14pt;
    /* width: 100%; */
    /* max-width: 1130px; */
    font-weight: 600;
    font-family: 'Poppins';
    margin-left: 10px;
    cursor: text;
}

.future_cursor{
	animation: blink .6s linear infinite alternate;
	height: 18px;
	width: 2px;
	display: inline-block;
	background-color: #979797;
}

.searchwidth{
    width: calc(100% - 32px);
    max-width: 1200px;
    /* margin:auto; */
    overflow:hidden;
    padding: 24px 0px 0px 0px;
    height: 72px;
    top: 80px;
    z-index: 12;
    left: 0;
    transform: translate(calc(50vw - 50%));
}

.content_heading{
	font-size: 18pt;
	padding: 0px 0px 16px 0px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.flow_content{
	max-width: 600px;
	overflow: auto;
	margin: auto;
}

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

.flow_right{
	width:100%;
	overflow: auto;
}

.carousel1{
	gap: 16px;
	display: flex;
	width: max-content;
	overflow: auto;
}

.carousel2{
	gap: 8px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}


.carousel3{
	/* gap: 16px; */
	/* flex-direction: row; */
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.carousel4{
	column-gap: 48px;
	row-gap: 64px;
	flex-direction: row;
	flex-flow: wrap;
	display: flex;
}

.content_head_icon{
	width: 48px;
	height: 48px;
}

/*FAST SEARCH*/

#fast_search{
	/* border: 2px solid #ffffff; */
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: max-content;
	background: #f7f7f7;
}

#fast_search:hover{
	background-color:#fff;
}

#fast_search .fs_left{padding: 8px 16px 8px 20px;font-size: 14pt;font-weight: 600;border-right: 1px solid #edf0f3;color: #2ed87b;}

#fast_search .fs_right{padding: 4px 16px 4px 16px;}

#fast_search .fs_rtop{
    font-size: 9pt;
    font-weight: 600;
    color: #474857;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
}

#fast_search .fs_rbottom{
    font-size: 10pt;
    font-weight: 400;
    margin-top: 0px;
    color: #474857;
}

/*FAST SEARCH*/

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*TAB SECCTION*/
	
.tabborder{border-bottom: 2px solid #3c3e49 !important; opacity: 1!important}

.lesson_tab{
	display: flex;
	gap: 12px;
	align-items: center;
	/* margin-bottom: 16px; */
	width: 100%;
	justify-content: center;
}

.lesson_tab button{
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 4px;
	background: none;
	border: none;
	font-size: 12pt;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
}

.lesson_tab img{
	width: 24px;
	height: 24px;
}

.tab_container_lesson{

}

#tab_heading{
	font-size: 14pt;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

#tab_heading button{
	display: flex;
	/* width: 160px; */
	align-items: center;
	gap: 8px;
	border: none;
	background: none;
	font-size: 14pt;
	cursor:pointer;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif;
	padding: 0px 8px 8px 8px;
	opacity: 0.6;
	transition: 0.2s;
	border-bottom: 2px solid #fff;
}

#tab_heading button img{
	width:24px;
	height:24px;
}

#tab_middle .tab_container{
	/* border-top: 2px solid #f0f5fa; */
	/* border-radius: 20px; */
	padding: 12px 0px 12px 0px;
	animation-name: slowchange;
	animation-duration: 2s;
}

#tab_middle .tab_flex{display: grid;gap: 32px;}

#tab_middle{
	min-height: 100px;
}

#tab_middle .top{
	font-size: 14pt;
	display: flex;
	align-items: center;
	gap: 8px;
}

#tab_heading .border{
	width:2px;
	height:20px;
	background: #f0f5fa;
}

#tab_middle .member_about{
	height: 50px;
	text-align: justify;
	overflow:hidden;
	font-size: 12pt;
	line-height: 18pt;
}

#tab_middle .readmore{
	overflow:hidden;
	font-size: 10pt;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	margin-top: 4px;
}

#tab_middle .table{
	/* border-top:1px solid #f0f5fa; */
}

#tab_middle .accordion{
	padding:0px;
	border: none;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
}

#tab_middle .panel{
  display: none;
  overflow: hidden;
  padding: 6px 0px 6px 16px;
  /* border-bottom: 1px solid #f0f5fa; */
  margin-top: 0px;
  animation-name: slowchange;
  animation-duration: 2s;
}

#tab_middle .left_area{border-left: 2px solid #2ed67a;padding-left: 8px;border-radius: 4px;}


#tab_middle .left_name{
	font-size: 12pt;
	font-weight: 600;
}


#tab_middle .left_subject{
	font-size: 12pt;
	margin-top: 8px;
}

#tab_middle .accordion img{
	width:24px;
	height:24px;
	float: left;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/


/*LESSON BOXES*/

#lesson_box{
	border: 2px solid #2ed87b;
	border-radius: 12px;
	overflow: hidden;
	/* width: calc(33%); */
	min-width: calc(33% - 10px);
}

#lesson_box .lesson_top{
    font-weight: 600;
    font-size: 14pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* background-color: #2ed87b; */
    color: #000;
    padding: 12px;
    border-radius: 0px 0px 20px 0px;
    width: max-content;
    border-bottom: 2px solid #ebf6f0;
    display: flex;
    align-items: center;
}

#lesson_box .lesson_middle{
	padding: 12px 12px 0px 12px;
}

#lesson_box .lesson_bottom{
    padding: 12px 12px 12px 12px;
    /* margin: 0px 12px 12px 12px; */
    /* border-radius: 12px; */
    background-color: #ebf6f0;
    font-weight: 600;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#lesson_box .lesson_price{
	float:left;
	font-size: 14pt;
	font-weight:600;
	color: #0b8a44;
	display: flex;
}

#lesson_box .lesson_left{
	padding: 16px;
	float:left;
	width: calc(100% - 32px);
}

#lesson_box .lesson_button{
	padding: 8px 12px 8px 12px;
	background-color: #2ed87b;
	border:none;
	cursor:pointer;
	float: right;
	display: flex;
	align-items: center;
	border-radius: 6px;
}

#lesson_box .lesson_information_a{
	font-weight: 600;
	font-size: 14pt;
	margin-bottom: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	color: #2ed87b;
}

#lesson_box .lesson_information_b{
	font-weight: 400;
	font-size: 12pt;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

#lesson_box .lesson_tag{
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

#lesson_box .lesson_button img{
	width: 24px;
	margin-left: 8px;
}

#lesson_box .lesson_button_text{
	font-size: 12pt;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-variant-numeric: lining-nums!important;
}

#lesson_box .lesson_features{
	display: flex;
	gap: 8px;
}

#lesson_box .lesson_features_tag{
	padding: 8px;
	font-size: 10pt;
	border-radius: 8px;
	display: flex;
	width: max-content;
	float: left;
	color: #fff;
	align-items: center;
}

#lesson_box .lesson_popular{
	width: 22px;
	margin-left: 8px;
}

/*LESSON BOXES*/

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*MEMBER BOXES*/

#member_virtual{
	/* border: 2px solid #f0f5fa; */
	/* padding: 8px; */
	overflow: hidden;
	min-width: calc(25% - 36px);
	max-width: calc(25% - 36px);
	display: grid;
	gap: 8px;
	cursor: pointer;
	transform:scale(0.99);
}

#member_virtual .virtual_top{width: calc(100% - 0px);aspect-ratio: 1 / 1;/* height: 310px; *//* background: #e1e1e1; */border-radius: 12px;/* margin: 12px 12px 12px 12px; *//* background-size: cover; */background-position: center;overflow: hidden;display: grid;align-content: end;background: linear-gradient(269deg, #a1a1a1, #ffffff, #b7b7b7);background-size: 600% 600%;-webkit-animation: AnimationName 7s ease infinite;-moz-animation: AnimationName 7s ease infinite;animation: AnimationName 7s ease infinite;}

#member_virtual .virtual_middle{
    gap: 5px;
    display: grid;
}


#member_virtual .virtual_information_a{
    height: 16px;
    background: linear-gradient(269deg, #eaeaea, #ffffff, #e0e0e0);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    border-radius: 8px;
}


#member_virtual .virtual_information_b{
    height: 16px;
    background: linear-gradient(269deg, #eaeaea, #ffffff, #e0e0e0);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    border-radius: 8px;
}

#member_virtual .virtual_information_c{
    height: 16px;
    background: linear-gradient(269deg, #eaeaea, #ffffff, #e0e0e0);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    border-radius: 8px;
}

#member_virtual .virtual_information_e{
    height: 16px;
    background: linear-gradient(269deg, #eaeaea, #ffffff, #e0e0e0);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    border-radius: 8px;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.member_load{
	display:none!important;
}
#member_fav_box{
	/* border: 2px solid #f0f5fa; */
	/* padding: 8px; */
	overflow: hidden;
	min-width: calc(25% - 36px);
	max-width: calc(25% - 36px);
	display: grid;
	gap: 12px;
	cursor: pointer;
	transform:scale(0.99);
	transition: 1s;
	animation-name: slowchange;
	animation-duration: 1s;
	grid-auto-rows: max-content;
}

#member_fav_box .cover{
	width: 100%;
	aspect-ratio: 7/9;
	background-position: center;
	display: grid;
	background-size: cover;
	align-content: end;
	border-radius: 24px;
	overflow: hidden;
}

#member_fav_box .m_information{display: grid;gap: 2px;height: max-content;padding: 16px;background: linear-gradient(0deg, rgba(2,28,68,1) 0%, rgba(2,28,68,0.3897934173669467) 50%, rgba(2,28,68,0.022846638655462215) 100%);}

#member_fav_box .head{font-size: 12pt;font-weight: 600;color: #fff;}

#member_fav_box .subject{font-size: 10pt;color: #fff;}

#member_fav_box .official{
	display:flex;
	gap:8px;
	margin-top: 4px;
	justify-content: space-between;
}
	
#member_fav_box .comment{display: flex;gap: 8px;color: #fff;align-items: center;justify-content: space-between;/* border: 2px solid #fff; */border-radius: 12px;padding: 8px;background: #0000003b;width: -webkit-fill-available;font-size: 10pt;cursor: pointer;justify-content: center;font-weight: 600;}

#member_fav_box .year{display: flex;gap: 8px;color: #fff;align-items: center;justify-content: space-between;/* border: 2px solid #fff; */border-radius: 12px;padding: 8px;background: #0000003b;width: max-content;font-size: 10pt;font-weight: 600;}
	
#member_fav_box img{width: 16px;height: 16px;}

#member_fav_box .year_m{display: grid;gap: 2px;color: #303944;align-items: center;justify-content: space-between;/* border: 2px solid #fff; */border-radius: 12px;padding: 0px;width: max-content;font-size: 10pt;font-weight: 600;/* margin: auto; *//* text-align: center; */}
	




#member_fav_box:hover{
	transform:scale(1);
	/*box-shadow: 2px 2px 2px #0000002e;	*/	
}

#member_fav_box .member_fav_top{width: calc(100% - 0px);aspect-ratio: 1 / 1;/* height: 310px; */background: #e1e1e1;border-radius: 12px;background-size: cover;background-position: center;overflow: hidden;display: grid;align-content: end;}

#member_fav_box .member_fav_top2{width: calc(100% - 0px);aspect-ratio: 1 / 1;/* height: 310px; */background: #e1e1e1;border-radius: 12px;/* margin: 12px 12px 12px 12px; */background-size: cover;background-position: center;overflow: hidden;display: grid;align-content: end;}

#member_fav_box .member_fav_middle{width: calc(100% - 0px);/* margin: 12px 12px 12px 12px; */overflow: hidden;display: grid;align-items: center;gap: 8px;height: max-content;}

#member_fav_box .member_fav_bottom{margin-top: 4px;width: calc(100% - 0px);display: flex;gap: 8px;}

#member_fav_box .member_information_a{
	margin: 0px;
	height: 32px;
	font-size: 12pt;
	font-weight: 600;
	color: #474852;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: max-content;
	gap: 8px;
}
#member_fav_box .member_information_a img{
	width:32px;
	height:32px;
}

#member_fav_box .member_information_a2{
	margin: 0px;
	font-size: 10pt;
	font-weight: 400;
	color: #474852;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 8px;
}

#member_fav_box .member_information_b{
	/* margin: 6px 0px 0px 0px; */
	font-size: 10pt;
	font-weight: 400;
	color: #474852;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 8px;
	align-items: center;
}

#member_fav_box .member_information_b img{
	width: auto;
	height: 18px;
}

#member_fav_box .member_information_c{
	margin: 0px 0px 0px 0px;
	width: calc(100% - 4px);
	font-size: 10pt;
	line-height: 16pt;
	font-weight: 400;
	color: #474852;
	display: block;
	height: 85px;
	overflow: hidden;
}


#member_fav_box .member_information_d{
	width: max-content;
	font-size: 10pt;
	float: right;
	font-weight: 400;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* display: flex; */
	align-items: center;
	gap: 8px;
	background: #00000063;
	padding: 8px;
	font-weight: 600;
	/* text-align: right; */
	/* font-style: italic; */
	border-radius: 10px;
}

#member_fav_box .member_information_e{
	/* margin: 6px 0px 0px 0px; */
	width: calc(100% - 4px);
	font-size: 10pt;
	line-height: 12pt;
	font-weight: 400;
	color: #474852;
	display: block;
	height: 48px;
	overflow: hidden;
	text-align: center;
}


#member_fav_box .member_information_3{
	margin: 8px 0px 0px 0px;
	font-size: 12pt;
	font-weight: 400;
	color: #474852;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 8px;
}

#member_fav_box .price_on_desk{
	width: calc(100% - 24px);
	padding: 12px;
	height: 32px;
	display: flex;
	justify-content: space-between;
}

#member_fav_box .tag_show{width: max-content;background: #00000057;margin: 12px 12px 12px 12px;padding: 8px;float: right;text-align: center;border-radius: 10px;color: #fff;font-weight: 600;}

#member_fav_box .tag_show2{background: #00000057;margin: 12px 12px 12px 12px;padding: 8px;text-align: center;border-radius: 10px;color: #fff;font-weight: 600;width: max-content;display: flex;align-items: center;gap: 8px;}

#member_fav_box .tag_show2::after{
	content :">";
}

#member_fav_box .tag_eye{
    width: 24px;
    height: 24px;
}

#member_fav_box .tag_text{}

#member_fav_box .tag_box{
    /* max-width: 84px; */
    min-width: 32px;
    overflow: hidden;
    padding: 8px;
    border-radius: 8px;
    font-size: 10pt;
    font-weight: 600;
    color: #3c3e49;
    border: 2px solid #f0f5fa;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}


/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*VIDEO BOXES*/
#video_box{
	width: 332px;
	/* border: 2px solid #ff385c; */
	overflow: hidden;
	transition:0.2s;
	cursor: pointer;
}

#video_box:hover{
	opacity:0.8;
	transition:0.2s;
}

#video_box .video_topa{
	height: 6px;
	margin-bottom: 7px;
	background: #999999;
	width: 80%;
	margin: 2px auto;
	border-radius: 6px 6px 0px 0px;
}

#video_box .video_topb{
	height: 6px;
	margin-bottom: 4px;
	background: #cbcbcb;
	width: 90%;
	margin: 2px auto;
	border-radius: 6px 6px 0px 0px;
}


#video_box .video_top{width: 100%;aspect-ratio: 16 / 9;background: #e1e1e1;border-radius: 12px;margin: 0px;background-size: cover;background-position: center;overflow: hidden;box-shadow: -1px 2px 5px #00000040;}
#video_box .video_middle{margin: 8px auto;font-weight: 600;}
#video_box .video_bottom{margin: 8px auto;}

.add_feature{
	border-radius:12px;
	padding: 12px;
	border: 2px dashed #d7d7d7;
	width: calc(100% - 60px);
	max-width: 1372px;
	margin: 24px auto;
}

.inset{
	display:flex;
	align-items: center;
	gap: 8px;
	margin: 0px auto;
	width: 100%;
	font-size: 12pt;
	font-weight: 600;
}

.inset img{
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*SEARCH AREA*/

#search_s{width: calc(100% - 88px);margin-left: 16px;background: white;float: left;overflow: hidden;border-radius: 20px;}

#search_s .search_top{
	/* border: 1px solid #000; */
	display: flex;
	/* border-radius: 19px; */
	background: #f7f7f7;
}

#search_s .search_bottom{
	max-height:300px;
	overflow: auto;
	width: 100%;
}

#search_s img{
	width: 48px;
	height: 48px;
	float: left;
	margin: 12px;
}

#search_s input{
    border: none;
    float: left;
    width: 100%;
    background: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0px 0px 24px;
    height: 72px;
}

#search_s input:focus{
    border: none;
	outline: none;
}

#search_s a{
	display: block;
	width: calc(100% - 24px);
	border-top: 1px solid #f7f7f7;
	padding: 12px;
	color:#000;
}

#search_s a:hover{
	background-color:#f7f7f7;
}

#city_button{
	border: none;
	border-radius: 20px;
	background-color: #2ed87b;
	padding: 8px;
	width: 72px;
	height: 72px;
	cursor: pointer;
	float: left;
	display: block;
	overflow: hidden;
}

#city_button img{
	width: 25px;
}

#city_button .city_button_top{
	
}

#city_button .city_button_top{
	font-size: 21pt;
	font-weight: 600;
	color: #fff;
}

#city_button .city_button_bottom{
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
	margin-top: 6px;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*BLOG*/

#blog_table{
	
}

#blog_table .blog_top{
	width: 100%;
	display: flex;
	gap: 16px;
}

#blog_table .blog_image{
	width: 116px!important;
	height: 116px!important;
	background: #b7b7b7;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
}

#blog_table .blog_right{width: calc(100% - 132px);}

#blog_table .blog_information_a{
	font-size: 14pt;
	font-weight: 600;
	margin-bottom: 0px;
}

#blog_table .blog_information_b{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	gap: 8px;
}

#blog_table .blog_information_b img{
	height: 18px;
	width: auto;
}

#blog_table .blog_favorite{
	display: flex;
	gap: 8px;
}

#blog_table .tag_box{
    min-width: 32px;
    overflow: hidden;
    padding: 8px;
    border-radius: 8px;
    font-size: 10pt;
    font-weight: 600;
    color: #3c3e49;
    border: 2px solid #f0f5fa;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#blog_table .blog_text{
	text-align: justify;
	overflow:hidden;
	font-size: 12pt;
	line-height: 16pt;
	margin-top: 20px;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*POPUP*/

#popup_back{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000052;
    z-index: 10;
    animation-name: slowchange;
    animation-duration: 1s;
    backdrop-filter: blur(1px);
    display: none;
}

#popup_back2{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000052;
    z-index: 10;
    animation-name: slowchange;
    animation-duration: 1s;
    backdrop-filter: blur(1px);
    display: none;
}

#popup{
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    animation-name: slowchange;
    animation-duration: 1s;
    display: flex;
    align-items: center;
}

.show_block{
	display: block!important;
	transition:0.2s;
}

#popup .popup_frame{
	position: relative;
	z-index: 12;
	width: auto;
	/* max-width: 1000px; */
	height: 100%;
	max-height: 700px;
	background: white;
	margin: 0px auto;
	border-radius: 20px;
	overflow: hidden;
}

#popup .popup_top{
	display: flex;
	align-items: center;
	padding: 12px;
	justify-content: space-between;
}

#popup .popup_close{
	overflow: hidden;
	display: flex;
	align-items: center;
	border: none;
	padding: 12px;
	border-radius: 10px;
	font-size: 12pt;
	font-weight: 600;
	gap: 12px;
	cursor:pointer;
	width: 42px;
	background: #fff;
	position: absolute;
}

#popup .popup_close:hover{
	width:100px;;
}

#popup .popup_ads{
	height: 100%;
	padding: 0px;
	display: grid;
	align-content: center;
	text-align: center;
	margin: 0px auto;
	gap: 16px;
}

#popup .popup_mm{
	height: 100%;
	padding: 0px;
	display: grid;
	align-content: center;
	text-align: center;
	margin: 0px auto;
	gap: 16px;
}

#lprofile{
	display:grid;
	gap: 12px;
}

#lprofile .lpicture{
	width:200px;
	height: 200px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	margin: 0px auto;
}

#lprofile .lname{font-size: 12pt;font-weight: 600;}

#lprofile .linfo{font-size: 10pt;margin-top: 0px;}

#l_form .p_apply{
	width: 100%;
	display: block;
	background-color: #2ed87b;
	padding: 12px;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	color: #ffffff;
	font-size: 12pt;
	cursor:pointer;
}

#lbutton{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 200px;
	background: #ffffff2b;
}

#lbutton button:hover{
	background:#e9efeb;
}

#lbutton button{
	border: none;
	padding: 8px 8px 8px 8px;
	width: 100%;
	cursor: pointer;
	transition:0.1s;
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12pt;
	border: 1px solid #ebebeb;
	border-radius: 12px;
}

#lbutton .active{
	background: #2ed87b!important;
	color:#fff!important;
	border: 1px solid #2ed87b!important;
	font-weight: 600;
}

#lbutton button img{
	width: 24px;
	height: 24px;
}

.li_bright{
	filter: brightness(5);
}

#lbutton .lclick{
    display: flex;
    align-items: center;
    gap: 8px;
}

#lesson_tabbuttons{
	display:grid;
	gap: 12px;
}


#lesson_tabbuttons div{
	display:flex;
	gap:8px;
	justify-content:space-between;
	align-items: center;
}

#lesson_tabbuttons img{
	width:24px;
	height:24px;
}

#lesson_tabbuttons button{
	padding: 8px;
	border: none;
	background: #f8f8f8;
	display: flex;
	border-radius: 12px;
	justify-content: space-between;
	cursor: pointer;
	align-items: center;
	font-weight:600;
	font-size:12pt;
}

#lesson_tabbuttons button::after{
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: #ffffff00 url('') no-repeat;
	background-size:cover;
	filter: brightness(10);
}


#lesson_tabbuttons .tabchange{
	background:#2ed87b!important;
	color: #fff!important;
}

#lesson_tabbuttons .tabchange img{
	filter: brightness(10);
}

#lesson_tabbuttons .tabchange::after{
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: #ffffff00 url('https://hepsiegitmen.com/assets/vector-images/dark_arrow_right.svg') no-repeat;
	background-size:cover;
	filter: brightness(10);
}

#popup .popup_score{
	height: 100%;
	padding: 0px;
	display: grid;
	align-content: center;
	text-align: center;
	margin: 0px auto;
	gap: 16px;
}


#popup .popup_close img{
	width: 18px;
	height: 18px;
}

#popup .popup_subject{
	font-weight: 600;
	font-size: 12pt;
}

#popup .popup_middle{
	padding: 12px;
}
#popup .popup_bottom{
	display: none;
}

#popup .popup_left{
	padding: 12px;
	height: calc(100% - 22px);
	background: linear-gradient(60deg, #29323c 0%, #485563 100%);
	width: 320px;
	float: left;
	display: flex;
	margin: 0px auto;
	background-size: cover;
	background-position: center;
}

#popup .popup_right{
	padding: 12px;
	height: calc(100% - 24px);
	background: #eaecee;
	width: 650px;
	max-width: calc(100% - 368px);
	float: left;
	overflow: auto;
	display: none;
	animation-name: slowopen;
	animation-duration: 0.5s;
}

#popup .popup_tab{
	display: flex;
	align-items: center;
	padding: 12px;
	justify-content: space-evenly;
	width: 400px;
	margin: 0px auto;
}


#popup .tab{
	display: flex;
	align-items: center;
	padding: 12px;
	justify-content: space-evenly;
	background: #e7e7e7;
	border-radius:10px;
	font-weight:600;
}

#popup .popup_ldetail{
	padding: 16px;
	height: calc(100% - 24px);
	background: #ffffff;
	width: 650px;
	overflow: auto;
	animation-name: slowopen;
	animation-duration: 0.5s;
}

#popup .popup_heading{
	font-size: 12pt;
	font-weight:600;
	margin: 12px auto;
	display: flex;
	align-items: center;
	gap: 4px;
	width: 100%;
}

#popup .maptags{
	float:left;
	background:whitesmoke;
	padding: 8px;
	border-radius:8px;
	width: max-content;
	font-size: 10pt;
}

#popup .popup_heading img{
	width: 24px;
	height: 24px;
}

#popup h3{
	margin: 12px auto;
	font-size: 18pt;
	color: #fff;
}

#popup .l_infos{
	display: flex;
	gap: 6px;
	align-items:center;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	font-size: 10pt;
}

#popup .l_infos img{
	width:24px;
	height:auto;
}

#popup p{
	margin: 24px auto;
	color: #fff;
	font-size: 12pt;
}

#popup .popup_icon{
	width:48px;
	height:48px;
	margin:32px;
}

#popup .popup_lessond{
	padding: 8px;
	overflow: auto;
	margin-top: 32px;
}

#city_box{
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
	width: calc(20% - 12px);
	border: 2px solid #f0f5fa;
}

#city_box .check_button{
	border: none;
	padding: 8px;
	width: calc(100% - 16px);
	cursor: pointer;
	background: #fff;
	transition:0.1s;
	overflow: hidden;
}

#city_box input[type="radio"] {
	position:absolute;
	opacity:0;
}

#city_box [type=radio]:checked + div {
	background-color: #8bd0ef;
	border-radius:10px;
	transition:0.2s;
}

/* CHECKED STYLES */
#city_box [type=radio]:hover + div {
	background-color: #ceefff;
	border-radius:10px;
	transition:0.2s;
}

#city_box button{
	border: none;
	padding: 8px;
	width: 100%;
	cursor: pointer;
	background: #fff;
	transition:0.1s;
	height: 100%;
	display: grid;
	gap: 4px;
}

#city_box button img{
	width:32px;
	height:32px;
	margin-bottom: 8px;
}

#city_box button:hover{
	background:#eff9f4;
	color:#fff;
	transition:0.1s;	
}

#city_box .city_box_top{
	font-size: 16pt;
	font-weight: 600;
}

#city_box .city_box_bottom{
	font-size: 10pt;
	font-weight: 600;
}


#city_fav_box{
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
	width: 120px;
	background: #ffffff2b;
}

#city_fav_box button{
	border: none;
	padding: 8px;
	width: 100%;
	cursor: pointer;
	transition:0.1s;
	background: none;
}

#city_fav_box .active{
	background: #2ed87b!important;
	/* border: 2px solid #2ed87b!important; */
}

#city_fav_box button img{
	width:32px;
	height:32px;
	margin-bottom: 8px;
	margin: 0px auto 8px auto;
}

#city_fav_box button:hover{
	background:#85928b;
	transition:0.1s;	
}

#city_fav_box .city_box_top{
	font-size: 16pt;
	font-weight: 600;
}

#city_fav_box .city_box_bottom{
	font-size: 10pt;
	font-weight: 600;
	color: #fff;
}

#popup .score_base{
	display: grid;
	align-items: center;
	width: 100%;
	justify-content: center;
	gap: 16px;
	margin-bottom: 32px;
	font-size: 16pt;
}

#popup .headstar{
	display: grid;
	align-items: center;
	width: 100%;
	justify-content: center;
	gap: 8px;
	margin-bottom: 0px;
}

#popup .score_base img{
	width:32px;
}

#popup .head{
	font-size:14pt;
	font-weight:600;
}

#popup .score_ppicture{
	width: 140px;
	height: 140px;
	margin: 0px auto;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
}

#popup .score_name{
	font-size:12pt;
	font-weight:600;
}

#popup .score_text{
	font-size:10pt;
	font-weight:400;
}

#popup .score_sub{
	display: flex;
	align-items: center;
	width: 230px;
	justify-content: space-between;
}

#popup .left{
	display: flex;
	font-weight: 600;
	flex-wrap: nowrap;
	gap: 8px;
	color: #0a0a0a;
	align-items: center!important;
	font-size: 10pt;
}

#popup .left img{
	height: 22px;
	width: auto;
	margin: 0px auto;
}

#popup .right{color: #000;font-size: 10pt;}

#popup .wborder{
    height: 1px;
    width: 100%;
    background: #dbdbdb;
}

#popup .comments{
	width: 100%;
	/* border-bottom: 1px solid #dbdbdb; */
}


#popup .comments_top{
	width: 100%;
}


#popup .comments_star{
	width: max-content;
	display: flex;
	align-items: center;
	gap: 4px;
}

#popup .comments_star img{
	width: 16px;
}


#popup .comments_name{
	width: 100%;
	font-size: 12pt;
	font-weight: 600;
	margin-bottom: 6px;
}


#popup .comments_ex{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11pt;
}

#popup .comments p{
	width: 100%;
	color:#000;
	margin: 8px auto;
	font-size: 11pt;
	line-height: 16pt;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*PROFIL DETAIL*/

#member_banner{
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
}

#member_banner .member_picture{
	width: 240px;
	height: 240px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	border: 8px solid #fff;
	position: relative;
	top: 8px;
	left: 20px;
	float: left;
}

#member_banner .member_extras{
    float: right;
    padding: 8px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    gap: 8px;
    width: 360px;
    position: relative;
    top: 200px;
    right: 20px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

#member_banner button{
   border:none;
   background: none;
   cursor: pointer;
   width: calc(100% / 3);
   overflow: hidden;
}

#member_banner button .top{
   font-size:12pt;
   font-weight: 600;
   margin-bottom: 4px;
   font-family: 'Poppins', sans-serif;
   font-variant-numeric: lining-nums!important;
}

#member_banner button .bottom{
   font-size: 12pt;
   height: 24px;
   font-weight: 600;
   font-family: 'Poppins', sans-serif;
}

#member_banner button img{
	height: 24px;
}

#member_banner .border{
   width:1px;
	background-color:#d7d7d7;
}

#member_detail{
    width: 100%;
    text-align: left;
    padding: 8px;
}

#member_detail .member_information_a{
	font-size: 16pt;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

#member_detail .member_information_b{
	font-size: 14pt;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin-top: 0px;
}

#member_detail img{
	width: 24px;
	height: 24px;
}


#member_content{
	border: 2px solid #f0f5fa;
	border-radius: 20px;
}

#member_content .content_header{
	font-weight: 600;
	font-size:12pt;
	margin: 12px;
	display: flex;
	align-items: center;
}

#member_content p{
	font-size:12pt;
	margin: 12px;
	text-align: justify;
}

#member_content .lesson_statu{
	width: 24px;
	height: 24px;	
}

#member_content .lesson_left{
	display:flex;
	gap:.8px;
}


/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*TRAINER*/

#trainer{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	animation-name: slowchange;
	animation-duration: 1s;
	background:#000000b0; 
	backdrop-filter: blur(1px);
}

#trainer_f{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#trainer .main_frame{
	width: calc(100% - 18px);
	max-width: 1432px;
	margin: 0px auto;
	overflow:hidden;
	height: 100%;
	position: relative;
}


#trainer_f button{
	border:none;
	font-size: 18pt;
	font-weight: 600;
	color: #fff;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#trainer .c1{
	height:22px;
	margin-right: 34px;
}

#trainer .c2{
	height:22px;
	margin-left: 87px;
}

#trainer .c3{
	height:22px;
	margin-right: 22px;
}


#trainer .c4{
	height:22px;
}

#trainer .text_fx{
	font-weight: normal;
	font-size: 18pt;
	font-family: "Itim", cursive;
	font-style: normal;	
}

#trainer .train_area_1{
	text-align: right;
	width: calc(100% - 6px);
	padding: 0px 6px 0px 0px;
	position: relative;
	top: 90px;
	color: #fff;
}

#trainer .train_area_2{
	position: relative;
	top: 325px;
	overflow: hidden;
}

#trainer .train_area_3{
	text-align: center;
	width: 100%;
	padding: 0px;
	position: absolute;
	bottom: 10px;
	color: #fff;
}

#trainer .border{
	width:100%;
	overflow: hidden;
	opacity: 0;
}

#trainer .border_2a{
	width: 208px;
	height: 78px;
	border-radius: 25px;
	border: 2px solid #fff;
	margin-left: 10px;
	float:left;
}

#trainer .border_2b{
	width: calc(100% - 240px);
	height: 78px;
	border-radius: 25px;
	border: 2px solid #fff;
	margin-left: 4px;
	float:left;
}

#trainer .trainer_2a{
	text-align: left;
	width: calc(100% - 18px);
	padding: 0px 0px 0px 18px;
	color: #fff;
}

#trainer .trainer_2b{
	text-align: right;
	width: calc(100% - 18px);
	padding: 0px 18px 0px 0px;
	color: #fff;
	margin-top: 12px;
}

#trainer .trainer_3a{
	width: max-content;
	margin: 0px auto;
	text-align: right;
}

#trainer .border_3a{
	width: 410px;
	height: 78px;
	border-radius: 25px;
	border: 2px solid #fff;
	margin: 0px auto;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*STORY*/
#f_slider{
	width:100%;
	height: 200px;
	background: grey;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
}


#story{cursor: pointer;}

#story .back_color{
	width: 110px;
	height: 110px;
	padding: 4px;
	border-radius: 50%;
	margin: 0px auto;
	background: rgb(111,18,65);
	background: linear-gradient(135deg, rgb(255 0 134) 0%, rgb(15 30 165) 65%, rgba(0, 125, 255, 1) 100%);
}


#story .on_color{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	padding: 4px;
	background: #ffffff;
	border-radius: 50%;
}

#story .spic{
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 50%;	
	background-size: cover;
	background-position: center;
}


#story .information{
	padding: 4px;
	margin-top: 8px;
	font-weight: 600;
	width: calc(100% - 8px);
	text-align: center;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*FORM*/

#l_request{
	display: grid;
	gap: 16px;
	margin: 0px;
}

.in50{
	width: calc(50% - 6px);
	float:left;
	margin-bottom: 0px;
}

.in100{
	width: calc(100% - 16px);
	/* margin-bottom: 24px; */
	overflow: hidden;
	border: 2px solid #f4f4f4;
	border-radius: 12px;
	padding: 8px;
	background: #f4f4f4;
}

.in_label{
	font-size: 10pt;
	font-weight: 600;
	color: #3c3e49;
	margin-bottom: 8px;
	margin-left: 4px;
	display: flex;
	align-items: center;
	gap: 4px;
}

input{
	height:46px;
	width: calc(100% - 0px);
	padding: 12px;
	border-radius: 8px;
	border: none;
	font-family: "Poppins", sans-serif;
	font-size:10pt;
	font-weight: 400;
	background: #ffffff;
	border:1px solid #f4f4f4;
	transition:0.2s;
	display: flex;
}

input[type="date"]{
	height:46px;
	width: calc(100% - 0px);
	padding: 12px;
	border-radius: 8px;
	border: none;
	font-family: "Poppins", sans-serif;
	font-size:10pt;
	font-weight: 400;
	background: #ffffff;
	border:1px solid #f4f4f4;
	transition:0.2s;
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

input[type="radio" i] {
    width: 18px;
    height: 18px;
}

input:focus{
	border:1px solid #a5a5a5;
	outline:#a5a5a5;
	transition:0.2s;
	font-family: "Poppins", sans-serif;
	font-size:10pt;
	font-weight:600;
	transition:0.2s;
}

select{
	height:46px;
	width: calc(100% - 0px);
	padding: 12px;
	border-radius: 8px;
	border: none;
	font-family: "Poppins", sans-serif;
	font-size:10pt;
	font-weight:500;
	background: #ffffff;
	border:1px solid #f4f4f4;
	transition:0.2s;	
}

select:focus{
	border:1px solid #a5a5a5;
	outline:#a5a5a5;
	transition:0.2s;
}

input[type="checkbox" i] {
	width: 24px;
	height: 24px;
	margin: 0px;
}

textarea{
	resize: none;
	width: calc(100% - 0px);
	height: 128px;
	padding: 12px;
	border-radius: 8px;
	border: none;
	font-family: "Poppins", sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #f4f4f4;
	transition: 0.2s;
}

textarea:focus{
	border:1px solid #a5a5a5;
	outline:#a5a5a5;
	transition:0.2s;
	font-family: "Poppins", sans-serif;
	font-size:10pt;
	font-weight:600;
	transition:0.2s;
}

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

/*
#l_request input{
	width:100%;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
}

#l_request input[type="checkbox" i] {
	width: 24px;
	height: 24px;
	margin: 0px;
}

#l_request textarea{
	width:100%;
	height: 160px;
	padding: 8px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
}*/

.popup_info{
	/* background:linear-gradient(60deg, #29323c 0%, #485563 100%); */
	border-radius: 12px;
	padding: 12px;
	display: grid;
	gap: 6px;
	color: #3c3e49;
	background: #f4f4f4;
}

.info_head{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #3c3e49;
	font-size: 12pt;
	font-weight:600;
}

.info_text{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #3c3e49;
	font-size: 10pt;
	font-weight:400;
}

.accept_form{
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: absolute;
	bottom: 0px;
	background: #fff;
	width: calc(100% - 28px);
	padding: 12px 0px 12px 0px;
	border-top: 2px solid #f4f4f4;
}

.accept_form button{
	   width: auto;
	   background: #2ed87b!important;
	   background-size: cover;
	   padding: 8px 12px 8px 16px;
	   font-size: 10pt;
	   color: #fff;
	   font-weight: 600;
	   text-align: center;
	   border-radius: 20px;
	   /* margin: 0px auto; */
	   display: flex;
	   align-items: center;
	   border: none;
	   justify-content: center;
	   gap: 6px;
	   cursor: pointer;
	   box-shadow: 0px 2px 4px #d0d0d0;
}

.accept_request{
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: bolder;
	font-size: 10pt;
	letter-spacing: 0.5px;
	width: -webkit-fill-available;
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*OTHER*/

.only_mobile_grid {display: none!important}
.only_mobile_block {display: none!important}
.only_mobile_flex {display: none!important}

.only_desk_grid {display: grid!important}
.only_desk_block {display: block!important}
.only_desk_flex {display: flex!important}


@media (max-width: 1200px) {
	#member_fav_box{
		/* border: 2px solid #f0f5fa; */
		/* padding: 8px; */
		overflow: hidden;
		min-width: calc(33% - 32px);
		max-width: calc(33% - 32px);
		display: grid;
		gap: 8px;
	}
	
}

@media (max-width: 900px) {
	#member_fav_box{
		min-width: calc(50% - 24px);
		max-width: calc(50% - 24px);
	}
	
}


@media (max-width: 600px) {
	
	body{
		/*letter-spacing: -0.5px;*/
	}
	
	.bcolor{
	    background-color: #fff;
	    border-radius: 32px 32px 0px 0px;
	    position: relative;
	    z-index: 4;
	    margin: 0px;
	    top: -30px;
	}
		
	/*HEADER V02*/

	#headerw{
		top:0px;
		width:100%;
		background: #ff385c;
		/* box-shadow: 0px 0px 10px #00000040; */
		z-index:4;
		position: relative;
	}

	
	#headerw .h_area{
		width: calc(100% - 36px);
		max-width: 1400px;
		margin:auto;
		display: flex;
		overflow: hidden;
		padding: 16px 0px 48px 0px;
		justify-content: space-between;
		align-items: center;
	}	
	
	#headerw .h_logo{
		display: block;
		height: 26px;
		width: 150px;
	}
	
	
	#headerw .quest {
	    font-size: 10pt;
	    padding: 0px;
	    height: max-content;
	    background: red;
	}

	#headerw .quest::before {
		content: none;
	}
	
	#headerw .quest:hover:before {
		content: none;
	}
	
	#headerw .quest_pic {width: 28px;height: 28px;}
	
	#headerw .account {
	    padding: 4px 4px 4px 6px;
	    font-size: 10pt;
	    font-weight: 600;
	}
	
	#headerw .account:hover {
		transition:1s;
	}
	
	#headerw .account::before {
		width: auto;
		margin-left:4px;
		margin-right:4px;
		font-weight:600;
		overflow:hidden;
		content: "Panom";
	}
	
	#headerw .account2 {
	    display: flex;
	    align-items: center;
	    background: #f4f4f4;
	    padding: 4px 4px 4px 4px;
	    border-radius: 25px;
	    font-size: 12pt;
	    text-wrap: nowrap;
	    font-weight: 600;
	    color: #3c3e49;
	    height: auto;
	    width: max-content;
	    float: right;
	}
	
	#headerw .profile_pic {
	    width: 36px;
	    height: 36px;
	}
	
	
	#headerw .login {
	    padding: 4px 4px 4px 6px;
	    font-size: 10pt;
	}
	
	#headerw .login2 {
	    display: flex;
	    align-items: center;
	    background: #ff385c;
	    padding: 4px;
	    border-radius: 25px;
	    font-size: 12pt;
	    text-wrap: nowrap;
	    font-weight: 600;
	    color: #fff;
	    height: auto;
	    float: right;
	    width: auto;
	}
	
	#headerw .login_pic2 {
	    width: 42px;
	    height: 42px;
	    background: #ffffff;
	    border-radius: 50%;
	    background-size: cover;
	    background-position: center;
	    background-image: url(../../assets/vector-images/red_login.svg)!important;
	}	
	
	#headerw .login:hover {
		transition:1s;
	}
	
	#headerw .login::before {
		width: auto;
	}
	
	#headerw .login_pic {
	    width: 36px;
	    height: 36px;
	}

	#headerw .login_pic2 {
	    width: 36px;
	    height: 36px;
	    background-image: url(../../assets/vector-images/red_login.svg)!important;
	    background: #ffffff;
	    background-size: cover;
	    background-position: center;
	}	

	
	.searchwidth{
	    width: calc(100% - 36px);
	    max-width: 1400px;
	    overflow:hidden;
	    padding: 24px 0px 0px 0px;
	    height: 80px;
	    top: 60px;
	    z-index: 12;
	    /* background: #fff; */
	    left: 0;
	    transform: translate(calc(50vw - 50%));
	}

	
	
	.header_step{height: 70px;}

	.header_step_wm{height: 70px;}
	
	.gradient_back{
		height: 600px;
	}
	
	.carousel1{
		gap: 8px;
		display: flex;
		width: max-content;
		overflow: auto;
	}
	
	.carousel3{
		/* gap: 16px; */
		justify-content: flex-start;
		/* overflow: auto; */
		padding-bottom: 16px;
		width: max-content;
		/* padding-left: 16px; */
	}
	
	.carousel4{
		column-gap: 0px;
		row-gap: 16px;
		flex-direction: row;
		flex-flow: wrap;
		display: flex;
		animation-name: list_result;
		animation-duration: 1s;
	}	
	
	.content_heading{
		gap: 4px;
		font-size: 16pt;
		padding: 0px 0px 16px 0px;
		display: flex;
		margin: 0px auto;
		text-align: center;
	}
	
	.content_head_icon{
		width: 32px;
		height: 32px;
		/* margin: auto; */
	}
	
	#search_future{
	    padding: 14px;
	    font-size: 14pt;
	    padding: 8px;
	    width: 100%;
	    max-width: 180px;
	    margin-top: 8px;
	}
	
	.future_cursor{
		animation: blink .6s linear infinite alternate;
		height: 18px;
		width: 2px;
		display: inline-block;
		background-color: #979797;
	}
	

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
/*LESSON BOXH*/	
	
	#lesson_box{
		width: calc(100% - 4px);
	}

	#lesson_box .lesson_left{
		padding: 12px;
		float:left;
		width: calc(100% - 130px);
	}
	
	#lesson_box .lesson_right{
		width: auto;
		padding: 10px;
	}
	
	#lesson_box .lesson_right:hover{
		width: auto;
		padding: 10px;
	}	

	#lesson_box .lesson_information_a{
		font-size: 12pt;
	}
	
	#lesson_box .lesson_information_b{
		font-weight: 400;
		font-size: 11pt;
		margin-bottom: 8px;
		display: flex;
	}
	
	#lesson_box .lesson_right img{
		width: 24px;
		margin-right: 10px;
	}	

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
/*FOOTER*/
	
	#footerm{
	margin-top: 64px;
	border-radius: 32px 32px 0px 0px;
	}
	
	
	#footerm .social_area{width: max-content;margin: 0px auto;gap: 16px;}
	
	#footerm .social_icon{height: 32px;}
	
	#footerm .link_area{
	}
	
	#footerm .link{font-size: 8pt;}
	
	#footerm .mobile_app{margin: 12px auto;width: 300px;height: 188px;margin: 18px auto;margin: 15px auto;}
	
	#footerm p{font-size: 10pt;line-height: 16pt;}
	
/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
/*FAST SEARCH*/
	
	#fast_search{
	width: max-content;
	}
	
	#fast_search .fs_left{padding: 2px 8px 2px 9px;display: none;}
	
	#fast_search .fs_right{padding: 6px 12px 6px 12px;}
	
	#fast_search .fs_rtop{
	    font-size: 10pt;
	}
	
	#fast_search .fs_rbottom{
	    font-size: 8pt;
	    font-weight: 400;
	}
	

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
/*MEMBER BOXES*/
	
	#member_virtual{
		width: 100%;
        min-width: calc(100% - 0px);
        max-width: calc(100% - 0px);
        border: none;
        border-radius: 0px;
        display: flex;
	}
	
	#member_virtual .virtual_top{
		width: 45%;aspect-ratio: 1 / 1;background-position: top;overflow: hidden;		
	}
	
	#member_virtual .virtual_middle{
	   /* display:none; */
	   width: 60%;
	   margin: 0px;
	   /* float: left; */
	   padding-top: 12px;
	   grid-template-rows: none;
	}
	
	
	#member_virtual .virtual_information_a{
	    height: 12px;
	    background: linear-gradient(269deg, #dadada, #ffffff, #ececec);
	    background-size: 600% 600%;
	    -webkit-animation: AnimationName 7s ease infinite;
	    -moz-animation: AnimationName 7s ease infinite;
	    animation: AnimationName 7s ease infinite;
	    border-radius: 8px;
	}
	
	
	#member_virtual .virtual_information_b{
	    height: 12px;
	    background: linear-gradient(269deg, #dadada, #ffffff, #ececec);
	    background-size: 600% 600%;
	    -webkit-animation: AnimationName 7s ease infinite;
	    -moz-animation: AnimationName 7s ease infinite;
	    animation: AnimationName 7s ease infinite;
	    border-radius: 8px;
	}
	
	#member_virtual .virtual_information_c{
	    height: 12px;
	    background: linear-gradient(269deg, #dadada, #ffffff, #ececec);
	    background-size: 600% 600%;
	    -webkit-animation: AnimationName 7s ease infinite;
	    -moz-animation: AnimationName 7s ease infinite;
	    animation: AnimationName 7s ease infinite;
	    border-radius: 8px;
	}
	
	#member_virtual .virtual_information_e{
	    height: 12px;
	    background: linear-gradient(269deg, #dadada, #ffffff, #ececec);
	    background-size: 600% 600%;
	    -webkit-animation: AnimationName 7s ease infinite;
	    -moz-animation: AnimationName 7s ease infinite;
	    animation: AnimationName 7s ease infinite;
	    border-radius: 8px;
	}
	
	
	#member_fav_box{
		/* border: 2px solid #f0f5fa; */
		/* padding: 8px; */
		overflow: hidden;
		min-width: calc(25% - 24px);
		max-width: calc(25% - 24px);
		display: grid;
		gap: 12px;
		cursor: pointer;
		transform:scale(0.99);
		transition: 1s;
		animation-name: slowchange;
		animation-duration: 1s;
		grid-auto-rows: max-content;
	}
	
	#member_fav_box .cover{
		width: 40%;
		aspect-ratio: 1/1!important;
		background-position: center;
		display: grid;
		background-size: cover;
		align-content: end;
		border-radius: 18px;
		overflow: hidden;
	}
	
	#member_fav_box .m_information{display: grid;gap: 0px;height: max-content;padding: 12px;background: linear-gradient(0deg, rgba(2,28,68,1) 0%, rgba(2,28,68,0.3897934173669467) 50%, rgba(2,28,68,0.022846638655462215) 100%);}
	
	#member_fav_box .head{font-size: 12pt;font-weight: 600;color: #303944;}
	
	#member_fav_box .subject{font-size: 10pt;font-weight: 400;color: #303944;}

	#member_fav_box .comment_m{font-size: 10pt;color: #000000;display: flex;align-items: center;font-weight: 600;justify-content: center;gap: 12px;}	

	#member_fav_box .comment_m img{font-size: 8pt;color: #7b7b7b;display: flex;align-items: center;font-weight: 600;}	
	
	#member_fav_box .official{
		display:flex;
		gap:8px;
		margin-top: 4px;
		justify-content: space-between;
	}
		
	#member_fav_box .comment{display: flex;gap: 8px;color: #fff;align-items: center;justify-content: space-between;/* border: 2px solid #fff; */border-radius: 12px;padding: 8px;background: #0000003b;width: -webkit-fill-available;font-size: 10pt;cursor: pointer;justify-content: center;font-weight: 600;}
	
	#member_fav_box .year{display: flex;gap: 8px;color: #303944;align-items: normal;justify-content: space-between;/* border: 2px solid #efefef; */border-radius: 12px;padding: 0px;background: #ffffff3b;width: auto;justify-content: center;font-size: 10pt;font-weight: 600;}
		
	#member_fav_box img{width: 16px;height: 16px;}

	#member_fav_box .year_m img{width: 16px;height: 16px;margin: 0px;}

		
	
	#member_fav_box{
		width: 100%;
		min-width: calc(100% - 16px);
		max-width: calc(100% - 16px);
		border: none;
		border-radius: 24px;
		display: flex;
		box-shadow: 0px 4px 10px #00000008;
		padding: 8px;
		margin: 0px;
	}
	
	#member_fav_box:hover{
		box-shadow: 0px 0px 0px #00000000;		
	}

	.hborder{
		height:2px;
		width:100%;
		background: #ffffff;
	}
	
	#member_fav_box .member_fav_top{width: 40%;/* margin: 0px 8px 0px 0px; *//* float: left; */}

	#member_fav_box .member_fav_top2{width: 45%;aspect-ratio: 1 / 1;background-position: top;overflow: hidden;}
	
	#member_fav_box .member_fav_middle{width: calc(60% - 12px);margin: 0px;/* float: left; */height: max-content;gap: 16px;}
	
	#member_fav_box .member_fav_bottom{width: calc(100% - 16px);margin: 0px;display: flex;flex: auto;gap: 8px;margin-top: 9px;overflow: hidden;float: inline-start;}
	
	#member_fav_box .member_information_a{
		margin: 0px;
		height: auto;
		font-size: 12pt;
	}
	#member_fav_box .member_information_a img{
		width: 24px;
		height: 24px;
	}

#member_fav_box .member_information_a2{
	font-size: 10pt;
}	
	
	#member_fav_box .member_information_b{
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	}
	#member_fav_box .member_information_b img{
	width: auto;
	height: 18px;
	}

	#member_fav_box .member_information_d{
		margin: 0px;
		padding: 4px 8px 4px 8px;
		/* width: inherit; */
		/* min-width: max-content; */
		float: left;
		text-align: center;
		border-radius: 0px 10px 0px 0px;
		background: #00000073;
		color: #ffffff;
		font-size: 12px;
	}

	#member_fav_box .member_information_e{
		height: 48px;
		text-align: left;
		font-size: 8pt;
		width: fit-content;
	}

#member_fav_box .price_on_desk{
	/* display:none; */
	padding: 0px 0px 3px 10px;
}
	
	#member_fav_box .tag_show{
		margin: 0px;
		padding: 4px;
		display: flex;
		float: left;
		gap: 4px;
		align-items: center;
		border-radius: 0px 10px 0px 0px;
		padding: 4px 10px 4px 8px;
		position: relative;
		top: 108px;
		}
	
	
	#member_fav_box .tag_show2{margin: 0px;padding: 8px;display: none;float: left;gap: 4px;align-items: center;border-radius: 0px 10px 0px 0px;/* position: relative; *//* top: 162px; */}	
	#member_fav_box .tag_eye{
	    width: 12px;
	    height: 12px;
	    float: left;
	}
	
	#member_fav_box .tag_text{margin-top: 0px;font-size: 10pt;}
	
	#member_fav_box .tag_box{
	    padding: 6px;
	    border-radius: 12px;
	    font-size: 10pt;
	}

		
	/*SEARCH AREA*/
	
	#search_s{width: calc(100% - 78px);border-radius: 12px;}
	
	#search_s .search_top{
	}
	
	#search_s .search_bottom{
		
	}
	
	#search_s img{
		width: 38px;
		height: 38px;
		float: left;
		margin: 12px;
	}
	
	#search_s input{
	    padding: 0px 0px 0px 16px;
	    height: 62px;
	    font-size: 10pt;
	}
	
	#search_s input:focus{
	    border: none;
		outline: none;
	}
	
	
	#city_button{
		padding: 8px;
		width: 62px;
		height: 62px;
		border-radius: 12px;
	}
	
	#city_button img{
		height: 32px;
		width: auto;
	}
	
	#city_button .city_button_top{
		
	}
	
	#city_button .city_button_top{
		font-size: 18pt;
		font-weight: 600;
		color: #fff;
	}
	
	#city_button .city_button_bottom{
		font-size: 10pt;
		margin-top: 3px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	
/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
/*POPUP*/
	
	#popup{
	    position: fixed;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background: #ffffff52;
	    z-index: 10;
	    animation-name: slowchange;
	    animation-duration: 1s;
	    backdrop-filter: blur(2px);
	    display: flex;
	    align-items: center;
	}
	
	.show_block{
		display: block!important;
	}
	
	#popup .popup_frame{
		width: 100%;
		height: auto;
		max-height: 675px;
		border-radius: 20px 20px 0px 0px;
		position: fixed;
		bottom: 0px;
		border-top: 2px solid #f4f4f4;
	}
	
	#popup .popup_top{
		display: flex;
		align-items: center;
		padding: 12px;
		justify-content: space-between;
	}
	
	#popup .popup_close{
		top: 12px;
		width: 42px;
		gap: 12px;
	}
	
	#popup .popup_close:hover{
		width:100px;;
	}
	
	#popup .popup_ads{
		height: max-content;
		align-content: center;
		display: flex;
		align-items: center;
		gap: 16px;
	}
	
	#popup .popup_mm{
		height: 100%;
		width: calc(100% - 32px);
		padding: 0px;
		display: grid;
		text-align: left;
	}	
	
	#lprofile{
		display:flex;
		gap: 12px;
		align-items: center;
		justify-self: self-start;
		text-align: left;
	}
	
	#lprofile .lpicture{
		width: 60px;
		height: 60px;
	}	
	
	#popup .score_base{
		display: grid;
		align-items: center;
		width: 60px;
		justify-content: center;
		gap: 3px;
		margin-bottom: 0px;
		font-size: 16pt;
	}
	
	#popup .wborder{
	    height: 60px;
	    width: 1px;
	    background: #dbdbdb;
	}
		
	#popup .popup_score{
		height: 100%;
		width: calc(100% - 24px);
		padding: 0px;
		display: flex;
		align-items: center;
		text-align: center;
		margin: 0px auto;
		gap: 16px;
		margin-left: 16px;
		margin-right: 16px;
		justify-content: space-between;
	}
	
	
	#popup .popup_close img{
		width: 18px;
		height: 18px;
	}
	
	#popup .popup_subject{
		font-weight: 600;
		font-size: 12pt;
	}
	
	#popup .popup_middle{
		padding: 12px;
	}
	#popup .popup_bottom{
		padding:16px;
		overflow: hidden;
		border-top: 1px solid #f1f5fb;
		display: flex;
		gap: 16px;
	}

	#popup .n_cancel{
		width: calc(50% - 8px);
		display: block;
		background-color: #dfdfdf;
		padding: 12px;
		float:left;
		text-decoration: none;
		border-radius: 8px;
		border: none;
		color: #5d5d5d;
		font-size: 12pt;
		margin-right: 16px;
		cursor:pointer;
	}
	
	#popup .n_apply{
		width: calc(50% - 8px);
		display: block;
		background-color: #2ed87b;
		padding: 12px;
		float:left;
		text-decoration: none;
		border-radius: 8px;
		border: none;
		color: #ffffff;
		font-size: 12pt;
		cursor:pointer;
	}
	
	#popup .popup_left{
		overflow: auto;
		padding: 12px 0px 12px 0px;
		/* height: 90px; */
		width: calc(100% - 0px);
		align-items: center;
		background-image: none!important;
		background: linear-gradient(60deg, #29323c 0%, #485563 100%)!important;
		border-bottom: 1px solid #dbdbdb;
	}

	#popup .popup_left::-webkit-scrollbar {
	display: none;
	}
	
	#popup .popup_right{
		height: 550px;
		width: calc(100% - 28px);
		max-width: calc(100% - 28px);
		animation-name: slowopen_h;
		animation-duration: 0.5s;
		padding: 8px 12px 12px 16px;
	}
	
	#popup .popup_heading{
		font-size: 10pt;
		margin: 12px 0px 4px 0px;
		gap: 4px;
		letter-spacing: 0.5px;
		width: 100%;
	}
	
	#popup .popup_heading img{
		width: 24px;
		height: 24px;
	}
	
	#popup h3{
	width: 128px;
	text-align: center;
	border: 2px solid #f0f5fa;
	border-radius: 8px;
	font-size: 12pt;
	margin: 0px;
	padding: 4px;
	}

	#popup .l_infos{
		
	}
	
	#popup p{
		margin: 0px;
		color: #fff;
		font-size: 12pt;
	}

	#popup .score_sub{
		display: grid;
		align-items: center;
		width: 66px;
		justify-content: center;
	}
	
	#popup .left{
		display: grid;
		font-weight: 600;
		flex-wrap: nowrap;
		gap: 8px;
		color: #0a0a0a;
		align-items: center!important;
		font-size: 10pt;
	}
	
	#popup .popup_icon{
		width:32px;
		height:32px;
		margin:8px;
		transform:rotate(90deg);
	}	
	
	#city_box{
		width: calc(33% - 9px);
	}
	
	#city_fav_box{
		margin: 0px;
		padding: 0px;
		border-radius: 10px;
		overflow: hidden;
		width: 130px;
		/* border: 2px solid #f0f5fa; */
	}
	
	#city_fav_box button{
		border: none;
		padding: 8px 8px 8px 8px;
		width: 100%;
		cursor: pointer;
		transition:0.1s;
		background: none;
		display: flow;
		align-items: center;
		gap: 8px;
	}
	
	#city_fav_box .active{
		background:#ffffff;
	}
	
	#city_fav_box button img{
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
	}
	
	#city_fav_box button:hover{
		background:#4c5663;
		transition:0.1s;	
	}
	
	#city_fav_box .city_box_top{
		font-size: 16pt;
		font-weight: 600;
	}
	
	#city_fav_box .city_box_bottom{
		font-size: 10pt;
		font-weight: 600;
		color: #fff;
	}
	
	#lbutton{
		width: 130px;
	}
	
	#lbutton button:hover{
		background:#e9efeb;
	}
	
	#lbutton button{
		display: block;
		font-size: 10pt;
	}
	
	#lbutton .active{
	}
	
	#lbutton button img{
		width: 24px;
		height: 24px;
		margin: 0px auto;
	}
	
	#lbutton .lclick{
	    display: grid;
	}

	
/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

	/*VIDEO BOXES*/
	#video_box{
		width: 250px;
	}
		
/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*SWITCH CASE*/
	
	
	#switch_for_home .left_side{
		font-size: 11pt;
	}
	
	#switch_for_home .group_l{
		gap: 4px;
		margin-right: 20px;
	}
	
	#switch_for_home .group_r{
		gap: 4px;
		margin-left: 28px;
	}
	
	#switch_for_home .right_side{
		font-size: 11pt;
	}

	#switch_for_home img{
	width: 18px;
	height: 18px;
	margin: 0px auto;
	}
	
.only_mobile_grid {display: grid!important}
.only_mobile_block {display: block!important}
.only_mobile_flex {display: flex!important}

.only_desk_grid {display: none!important}
.only_desk_block {display: none!important}
.only_desk_flex {display: none!important}

	
	#member_banner{
		height: 160px;
		display: flex;
	}
	
	#member_banner .member_picture{
		width: 170px;
		height: 170px;
		position: relative;
		top: 8px;
		left: auto;
		float: left;
		margin: 0px auto;
	}

	#member_banner .member_extras{
	    width: calc(100% - 54px);
	    position: fixed;
	    bottom: 20px;
	    top: auto;
	    right: auto;
	    box-shadow: 0px 0px 12px #00000059;
	    z-index: 5;
	}	

	#member_detail{
	    text-align: center;
	    padding: 0;
	}
	
	#member_detail .member_information_a{
		font-size: 14pt;
		font-weight: 600;
		display: grid;
		align-items: center;
		gap: 8px;
		width: 100%;
	}
	
	#member_detail .member_information_b{
		font-size: 12pt;
		font-weight: 400;
		display: grid;
		align-items: center;
		gap: 8px;
		width: 100%;
		margin-top: 0px;
	}	

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*TAB SECCTION*/
	
	#tab_heading{
	}
	
	#tab_heading button{
		display: flex;
		width: calc(100% / 3);
		align-items: center;
		flex-direction: column;
		gap: 4px;
		font-size: 12pt;
		padding: 0px 0px 2px 0px;
		opacity: 0.6;
		transition: 0.2s;
		border-bottom: 2px solid #fff;
	}
	
	#tab_heading button img{
		width:24px;
		height:24px;
	}

	#tab_middle .member_about{
		height: 85px;
		font-size: 11pt;
		line-height: 16pt;
	}
	
	#tab_middle{
		min-height: 140px;
	}	
	
	#tab_middle .tab_container{
	}
	
	#tab_middle .top{
		font-size: 14pt;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	
	#tab_heading .border{
		width:2px;
		height:40px;
		background:#d4dae0;
	}
	
	#tab_middle .accordion{
	}
	
	#tab_middle .panel{
	  display: none;
	  overflow: hidden;
	  padding: 6px 0px 6px 16px;
	  /* border-bottom: 1px solid #f0f5fa; */
	  margin-top: 0px;
	  font-size: 11pt;
	}
	
	#tab_middle .left_area{
	}
	
	
	#tab_middle .left_name{
		font-size: 11pt;
	}
	
	
	#tab_middle .left_subject{
		font-size: 11pt;
	}
	
	#tab_middle .accordion img{
		width: 18px;
		height: 18px;
		float: left;
	}


	/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
	/*TRAINER*/
	
	#trainer{
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 2;
		animation-name: slowchange;
		animation-duration: 1s;
		background:#000000b0; 
		backdrop-filter: blur(1px);
	}
	
	#trainer_f{
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	
	#trainer .main_frame{
		width: calc(100% - 0px);
		margin: 0px auto;
		overflow:hidden;
		height: 100%;
		position: relative;
	}
	
	
	#trainer_f button{
		border:none;
		font-size: 18pt;
		font-weight: 600;
		color: #fff;
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}
	
	#trainer .text_fx{
		font-weight: normal;
		font-size: 14pt;
		font-family: "Itim", cursive;
		font-style: normal;	
	}	
	
	#trainer .train_area_1{
		width: calc(100% - 16px);
		padding: 0px 16px 0px 0px;
		top: 70px;
	}
	
	#trainer .train_area_2{
		position: relative;
		width: 100%;
		top: 135px;
		overflow: hidden;
	}
	
	#trainer .train_area_3{
		bottom: 20px;
	}
	
	#trainer .border{
		width:100%;
		overflow: hidden;
		opacity: 0;
	}
	
	#trainer .border_2a{
		width: 108px;
		height: 70px;
		border-radius: 16px;
		border: 2px solid #fff;
		margin-left: 12px;
	}
	
	#trainer .border_2b{
		width: calc(100% - 144px);
		height: 70px;
		border-radius: 16px;
		border: 2px solid #fff;
		margin-left: 4px;
		float:left;
	}
	
	#trainer .trainer_2a{
		text-align: left;
		width: calc(100% - 47px);
		padding: 0px 0px 0px 16px;
		color: #fff;
	}
	
	#trainer .trainer_2b{
		text-align: right;
		width: calc(100% - 16px);
		padding: 0px 16px 0px 0px;
		color: #fff;
	}
	
	#trainer .border_3a{
		width: 380px;
		height: 74px;
		border-radius: 25px;
		border: 2px solid #fff;
		margin: 0px auto;
	}
	
	#trainer .c1{
		height:22px;
	}
	
	#trainer .c2{
		height:22px;
		margin-left: 40px;
	}
	
	#trainer .c3{
		height:22px;
		margin-right: 22px;
		margin-left: 0px;
	}
	
	
	#trainer .c4{
		height:22px;
	}
	
	
	/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/
	
	/*STORY*/
	#f_slider{
		height: 100px;
	}
	#story{cursor: pointer;}
	
	#story .back_color{
		width: 72px;
		height: 72px;
	}
	
	
	#story .on_color{
	
	}
	
	#story .spic{
	
	}
	
	
	#story .information{
		font-size:10pt;
	}	
	
	#lesson_tabbuttons button{
		padding: 8px 4px 8px 8px;
		border: none;
		background: #f8f8f8;
		display: flex;
		border-radius: 12px;
		justify-content: center;
		cursor: pointer;
		align-items: center;
		width: 100%;
		font-size:10pt;
		text-align:center;
		margin: 0px auto;
		height: min-content;
		gap: 4px;
	}	
	
	#lesson_tabbuttons button::after{
	    display: block;
	    width: 0px;
	    height: 0px;
	    background: none;
		background-size:cover;
		filter: brightness(10);
	}	
	
	#lesson_tabbuttons .tabchange::after{
	    display: block;
	    width: 0px;
	    height: 0px;
	    background: none;
		background-size:cover;
		filter: brightness(10);
	}	
	
	textarea{
		height: 100px;
	}
	
	.bottom_logo{
		position:fixed;
		bottom:0px;
		left:0px;
		background: #ffffff;
		height: 24px;
		width: 150px;
		padding: 12px;
		background-repeat: no-repeat;
		background-size: 80%;
		background-image: url(../vector-images/logo_2024.svg)!important;
		background-position-x: 16px;
		background-position-y: 12px;
		border-radius: 0px 20px 0px 0px;
		border: 2px solid #f4f4f4;
	}	
	
	.infinitywidth{
		width: 100%;
		max-width:1400px;
		margin:auto;
		overflow:hidden;
		display:block;
	}

	.flow_right::-webkit-scrollbar-track {
		display:none;
	}		
	
	/* width */
	.flow_right::-webkit-scrollbar {	
		display:none;	
	}
	
	/* Track */
	.flow_right::-webkit-scrollbar-track {
		display:none;
	}
	
	/* Handle */
	.flow_right::-webkit-scrollbar-thumb {
		display:none;
	}
	
	/* Handle on hover */
	.flow_right::-webkit-scrollbar-thumb:hover {
		display:none;
	}
		
	.spacing_32{
		height: 24px;
	}
	
	.spacing_48{
		height: 36px;
	}
	
	.spacing_64{
		height: 48px;
	}	
}

/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]*/

/*KEY FRAMES*/

  @keyframes blink {
    0% {opacity: 1;}
    40% {opacity: 1;}
    60% {opacity: 0;}
    100% {opacity: 0;}
    }	

	@keyframes scale {
	0%   {transform: scale(1);}
	10%  {transform: scale(1.1);}
	20%  {transform: scale(1.0);}	
	100%  {transform: scale(1.0);}	
	}

	@keyframes swipe_anim_dis {
	0%   {margin-left:0px;}	
	20%   {margin-left:0px;}		
	50%  {margin-left: -200px;}
	100%  {margin-left:0px;}		
	}

	@keyframes slowopen {
	0%   {width:0px;}	
	100%  {width: 650px;}
	}

	@keyframes slowchange {
	0%   {opacity:0;}	
	30%  {opacity:1;}	
	100%  {opacity:1;}	
	}

	@keyframes list_result {
	0%   {opacity:0; margin-top:40px}	
	70%  {opacity:1; margin-top:0px}	
	100%  {opacity:1; margin-top:0px}	
	}

	@keyframes npage {
	0%   {opacity:0; margin-top:100px}	
	30%  {opacity:1; margin-top:0px}	
	100%  {opacity:1; margin-top:0px}	
	}

	@keyframes popup_open {
	0%   {height:0px;}	
	100%  {height: calc(100% - 76px);}
	}

	@keyframes slowopen_h {
	0%   {height:0px;}	
	100%  {height: 550px;}
	}

	@keyframes loader {
	  0% {border-radius: 400px; transform: scale(0);}
	  10% {border-radius: 20px;transform: scale(1);}
	  30% {border-radius: 20px;transform: scale(0.8);}	
	  70% {border-radius: 20px;transform: scale(0.8);}
	  90% {border-radius: 20px;transform: scale(1);}	
	  100% {border-radius: 400px; transform: scale(0);}
	}

	@keyframes loader_flex {
	  0% {display:flex;}
	  10% {display:flex;}
	  30% {display:flex;}	
	  70% {display:flex;}
	  99% {display:flex;}	
	  100% {display: none;}
	}

	@keyframes toggle {
	  0% {border-radius: 400px; transform: scale(0);}
	  10% {border-radius: 20px;transform: scale(1.1);}
	  30% {border-radius: 20px;transform: scale(1);}	
	  70% {border-radius: 20px;transform: scale(1);}
	  90% {border-radius: 20px;transform: scale(1);}	
	  100% {border-radius: 400px; transform: scale(1);}
	}