/*
Elemanist developing group
Design:Tolga Besci
Coder:Fatih ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡elebi
Investor:Sevda 
*/

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

body{
	margin: 0px auto;
	font-family: "Poppins", sans-serif!important;
	font-size:14px;
	/*animation-name: loadingpage;*/
	animation-duration: 0.5s;
}

html {
  /*scroll-behavior: smooth;*/
}

a{
	text-decoration:none;
	color: #4f4f4f;
}

h2, h3, h4, h5{
	margin:0px;
}

.carousel{
	width:calc(100% - 32px);
	max-width:1400px;
	margin:0px auto;
	display:flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

.vertbr{
	width:100%;
	height:1px;
	background:#dddddd;
}

#mobile_filter_button{
	display:none;
}

#double_flex{
	width:calc(100% - 32px);
	max-width: 1400px;
	margin: 24px auto;
	display:flex;
	/* align-items: center; */
	/* justify-content:space-between; */
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
	gap: 48px;
}

#double_flex .left{
	width: 340px;
	height: max-content;
	display: grid;
	gap: 24px;
}

#double_flex .middle{
	/* width: calc(100% - 648px); */
	margin:0px auto;
	display:flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px;
	height: max-content;
	transition: 0.2s;
}

#double_flex .middle_group{
	width: calc(100% - 324px);
	/* margin:0px auto; */
	display:flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	height: max-content;
	transition: 0.2s;
}

#double_flex .resizemiddle{
	width: calc(100% - 776px);
	transition: 0.2s;
}

#double_flex .resizeleft{
	width: calc(100% - 388px);
	transition: 0.2s;
}

#double_flex .right{
	width: 340px;
	height: max-content;
	display: grid;
	gap: 24px;
	border-radius: 12px;
	transition: 0.2s;
	overflow: hidden;
	position: sticky;
	top: 15px;
	margin: 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
}

#double_flex .showpanel{
	width:0px;
	display: none;
	animation-name: hidepanel;
	animation-duration: 0.12s;
}

.expandarea{
	padding: 32px 0px 32px 0px;
	display:grid;
	gap: 92px;
}

.col1{
	width: calc(100% - 0px);
}

.col2{
	width: calc(50% - 20px);
}

.col3{
	width: calc(33% - 17px);
}

.col4{
	width: calc(25% - 24px);
}

.space_32{
	height:32px;
	width:100%;
	overflow:hidden;
}

.space_48{
	height:48px;
	width:100%;
	overflow:hidden;
}

.space_64{
	height:64px;
	width:100%;
	overflow:hidden;
}

.space_128{
	height:128px;
	width:100%;
	overflow:hidden;
}

#forback{
	width:100%;
	height:100%;
	background:#0000001f;
	position:fixed;
	z-index: 5;
	transition: 0.2s;
	animation-name: getback;
	animation-duration: 0.2s;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{height:6px;
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	height:6px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #647d95;
}

.only_mobile{
	display:none!important;
}

.only_mobile_flex{
	display:none!important;
}

.only_mobile_grid{
	display:none!important;
}

.only_mobile_fixed{
	display:none!important;
}

.only_desktop{
	
}

.mobilehead{
	display:none;
}

.desktophead{
	width:100%;
	font-size: 20px;
	font-weight: 500;
	/* border-bottom: 1px solid #ededed; */
	display:flex;
	align-items:center;
	gap:4px;
}


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

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0px;
    padding: initial;
    border: 1px solid #000;
    width: 24px;
    height: 23px;
    border-radius: 8px!important;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0px;
    width: 18px;
    height: 18px;
    padding: initial;
    border: initial;
}

input[type="text" i] {
	width:-webkit-fill-available;
	padding:8px;
	border-radius: 12px;
	/* background: #eeeeee; */
	border: 2px solid #dcdcdc;
	height: 24px;
	font-size: 15px;
}

input[type="text" i]:focus {
	outline:2px solid #afafaf;	
}

input[type="password" i] {
	width:-webkit-fill-available;
	padding:8px;
	border-radius: 12px;
	/* background: #eeeeee; */
	border: 2px solid #dcdcdc;
	height: 24px;
	letter-spacing: 8px;
	font-size: 20px;
}

input[type="password" i]:focus {
	outline:2px solid #afafaf;	
}

.inputpos{
	border: none!important;
	border-bottom: 1px solid #ebebeb !important;
	border-radius: 0px!important;
	margin: 0px!important;
	padding: 0px 0px 8px 0px!important;
	font-weight:600;
}

.inputpos:focus{
	border-bottom: 1px solid #ebebeb !important;
	outline:none!important;
	font-weight:600;
}

.inputposx{
	border: none!important;
	border-bottom: none;
	border-radius: 0px!important;
	margin: 0px!important;
	padding: 4px 8px 4px 8px!important;
	font-weight:600;
	background: none;
}

.inputposx:focus{
	outline:none!important;
	font-weight:600;
}

/*[][][][][][ALTERNATIF CHECK][][][][][][][]*/

.searchtop .oncheck {
	/* padding: 8px; */
	width: -webkit-fill-available;
	display: flex;
	/* gap: 8px; */
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	cursor: pointer;
	/* height:fit-content; */
	transition:0.2s;
	margin: 8px;
	/* background: red; */
	border-radius: 25px;
	z-index: 22;
	position: relative;
	font-size: 12px;
}

.searchtop .oncheck:hover {
	background:#c7c7c7;
}

.oncheck div {
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
	border-radius: 12px;
	padding: 2px;	
}

.oncheck input {
  position: absolute;
  top: 0;
  left: 0;
  width:-webkit-fill-available;
  height: -webkit-fill-available;
  opacity: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
	font-weight:500;
	
}

.oncheck input[type=radio]:checked ~ div {
	background:#fff!important;
	color:#3e81c3!important;
	font-weight:500;

	
}

.blue-color {
  color: #000000;
}

.gray-color {
  color: #555;
}


.selectpopflex .tile{
    width: -webkit-fill-available;
    /* max-width: 180.6px; */
    /* min-width: 127px; */
    height: 120px;
    position: relative;
    margin: 4px;
}

.selectpopflex input[type="radio"]{
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    /* background-color: #ffffff; */
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #dddddd;
    outline: none;
    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
    margin: 0px;
    z-index: 2;
}
.selectpopflex input[type="radio"]:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 22px;
    top: 1px;
    left: 10px;
    color: #ffffff;
}
.selectpopflex input[type="radio"]:checked{
    border: 2px solid #2973eb;
}
.selectpopflex input[type="radio"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #ffffff;
}

.selectpopflex label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    font-weight: 400;
}
.selectpopflex label .fas{
    font-size: 60px;
    color: #2c2c51;
}




.onlist {
	/* display: flex; */
	height: 30px;
	line-height: 0px;
}

.onlist div {
  width: 100%;
  /* height: 100%; */
  /* display: flex; */
  align-items: center;
  /* line-height: 25px; */
  transition: .5s ease;
  /* position: relative; */
  z-index: 0;
}

.radiohover {
  z-index: 0;
  position: relative;
  bottom: 25px;
  /* height: 20px; */
  display: flex;
  gap: 4px;
}

.onlist:hover {
  color:#0088e0;
}

.onlist input {
	  position: relative;
	  top: 0px;
	  left: 0;
	  width: 100%;
	  height: 28px;
	  opacity: 0;
	  cursor: pointer;
	  display: flex;
	  align-items: center;
	  font-weight:500;
	  background:#fff!important;
	  z-index: 1;
}

.onlist input[type=radio]:checked ~ div {
	color:#009bff!important;
	font-weight:500;
	border-radius: 12px;
	/* padding: 2px; */
}


/*[][][][][][CONTENT MODULE][][][][][]*/

.content_head{
	font-size: 22px;
	font-weight: 700;
	width:100%;
	border-bottom: 2px solid #f6f6f6;
	color: #4f4f4f;
	padding-bottom: 8px;
	display:flex;
	align-items:center;
	gap:8px;
}

.content_head img{
	width: 36px;
	height: 36px;
}

.content_more{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.content_more a{
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #ffffff;
	color: #4f4f4f;
	display:flex;
	align-items:center;
	justify-content: center;
	gap:8px;
	padding: 4px 8px 4px 12px;
	border-radius: 20px;
	transition:0.2s;
}

.content_more a:hover{
	border: 2px solid #4f4f4f;
	transition:0.2s;	
}

.content_more a img{
	width: 16px;
	height: 16px;
}

.content_more .text{
	font-size:14px;
	display:flex;
	gap: 4px;
	align-items:center;
}

.content_more .text img{
	width: 24px;
	height: 24px;
}

/*[][][][][][HEADER MODULE][][][][][]*/

#header{
	width:100%;
	height: 60px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	/* border-bottom: 1px solid #dddddd; */
	z-index: 5;
	/* background: rgb(255,255,255); */
	/* background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); */
}

#header .inset{
	width:calc(100% - 32px);
	max-width: 1400px;
	margin:0px auto;
	display:flex;
	align-items: center;
	justify-content:space-between;
}

#header .logo{
	height: 28px;
	width: 190px;
	display: block;
	background-image: url(../images/elemanist_logo.png);
	background-position: right;
	background-size: cover;
}

#header .menu{
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 12px;
}

#header .head{
	font-size: 16px;
	font-weight: 600;
	color: #1e8aec;
}

#header .text{
	font-size: 15px;
	font-weight: 600;
	color: #4f4f4f;
}


#header .subject{
	font-size: 15px;
	font-weight: 400;
	color: #4f4f4f;
}

#header .account_button{
	padding: 8px 8px 8px 12px;
	background: #ffffff;
	/* border: 2px solid #1e8aec; */
	color: #1e8aec;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 22px;
	cursor: pointer;
	transition:0.2s;
}

#header .account_button:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgba(0,0,0,0.05);
	transition:0.2s;
}

#header .account_button img{
	width: 24px;
	height: 24px;
	/* background: #1e8aec; */
	border-radius: 14px;
}

#header .account_list{
	position: absolute;
	top: 70px;
	align-items: flex-end;
	display: grid;
	gap: 12px;
	height: fit-content;
	animation-name: getmenu;
	animation-duration: 0.2s;
}

#header .list_group{
	background: white;
	width: 240px;
	display: grid;
	gap: 8px;
	padding: 12px;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
	height: max-content;
	text-align: center;
}

#header .table_group{
	width: 100%;
	/* margin:0px auto; */
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	/* border-top: 2px solid #f7f7f7; */
	/* padding-top: 8px; */
}

#header .list_a{
	color: #4f4f4f;
	transition:0.2s;
	display: grid;
	gap: 4px;
	text-align: center;
	width: calc(50% - 12px);
	border-radius:12px;
	padding:8px 0px 8px 0px;
	font-size: 15px;
	font-weight: 600;
}

#header .list_a:hover{
box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgba(0,0,0,0.05);
	transition:0.2s;	
	
}

#header .list_a img{
	width: 24px;
	height: 24px;
	/* background: #1e8aec; */
	border-radius: 14px;
	margin: auto;
}


#header .button_group{
	display:flex;
	align-items:center;
	gap:8px;
}

#header .login{
	padding: 8px 8px 8px 8px;
	background: #fff;
	border: 2px solid #1e8aec;
	color: #1e8aec;
	display: flex;
	width: 50%;
	gap: 8px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 22px;
	cursor: pointer;
	transition:0.2s;
}

#header .login:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgba(0,0,0,0.05);
	transition:0.2s;
}

#header .register{
	padding: 8px 8px 8px 12px;
	background: #1e8aec;
	border: 2px solid #1e8aec;
	color: #ffffff;
	display: flex;
	width: -webkit-fill-available;
	gap: 8px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 22px;
	cursor: pointer;
	transition:0.2s;
}

#header .register:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgba(0,0,0,0.05);
	transition:0.2s;
}

#header .register img{
	width: 24px;
	height: 24px;
	/* background: #1e8aec; */
	border-radius: 14px;
}


/*[][][][][][JOB MODULE][][][][][]*/

.new_job_box{/* background: linear-gradient(-45deg, #2c6ba4, #123a5f, #2674ba, #2c6ba4); */background: linear-gradient(-45deg, #2f749e, #e8f6ff, #ffffff, #ffffff, #ffffff);background-size: 200% 200%;animation: gradient 10s ease infinite;border-radius: 0px 12px 12px 12px;box-shadow: 0 1px 2px rgb(205 205 205),0 4px 12px rgb(211 234 255);/* border: 2px solid #ffffff; */padding: 0px;padding: 16px;width: calc(50% - 48px);display: flex;justify-content: space-between;align-items: flex-end;}

.new_job_box .group{
	display:flex;
	gap: 26px;
	align-items:center;
	flex-direction: column;
	align-items: start;
}


.new_job_box .head{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.new_job_box .text{
	font-size: 14px;
	font-weight: 500;
	color: #474747;
}

.new_job_box a{
	display:flex;
	gap:8px;
	align-items:center;
	height: fit-content;
	width: max-content;
	text-wrap-mode: nowrap;
	padding: 10px 16px 10px 16px;
	border: none;
	border-radius: 0px 10px 10px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background: #009bff;
	cursor: pointer;
	transition:0.2s;
	/* box-shadow: 0 1px 2px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 16%); */
}

.new_job_box a:hover{
	box-shadow: 0 0px 4px rgb(0 0 0 / 30%);
	transition:0.2s;
}



.job_box{
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
	cursor: pointer;
	transition:0.2s;
	border: 2px solid #ffffff;
	font-family: "Poppins", sans-serif!important;
	padding: 0px;
}

.job_box:focus{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgb(0 0 0 / 20%);
	border: 2px solid #4ba1f0!important;	
}

.job_box_active{
	box-shadow: 0 1px 2px rgb(0 0 0 / 26%),0 4px 12px rgba(0,0,0,0.05);
	border: 2px solid #4ba1f0;
}

.job_box:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgb(0 0 0 / 20%);	
	transition:0.2s;
}

.job_box .top{
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0px;
	/* background: #f6f6f6; */
	padding: 8px;
	border-radius: 0px;
	border-bottom: 1px solid #f7f7f7;
}

.job_box .bottom{
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	gap: 12px;
	margin: 12px 8px 12px 8px;
	overflow: auto;
}

.job_box .head{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	gap: 6px;
}

.job_box .text{
	font-size: 14px;
	font-weight: 600;
	color: #4f4f4f;
}


.job_box .subject{
	font-size: 14px;
	font-weight: 400;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	gap: 4px;
	text-overflow: ellipsis;
	text-wrap: nowrap;
	overflow: hidden;
	width: calc(100% - 0px);
}

.job_box .subject img{
	width: 16px;
	height: 16px;
	/* background: #1e8aec; */
	border-radius: 14px;
}

.job_box .company_logo{
	width: 62px;
	height: 62px;
	/* background:grey; */
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	border: 1px solid #e9e9e966;
	box-shadow: 0 1px 2px rgb(0 0 0 / 0%), 0 0px 4px rgba(0, 0, 0, 0.05);
}

.job_box .circle{
	border-radius: 36px!important;
}

.job_box .group{
	height:max-content;
	width: calc(100% - 72px);
	display: grid;
	gap: 5px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: pre; */
}

.job_box .tag{
	padding: 0px 0px 0px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #4f4f4f;
	border-left: 1px solid #00000017;
	/* border-radius: 8px; */
	display:flex;
	align-items:center;
	gap:4px;
	/* box-shadow: 0 1px 2px rgb(0 0 0 / 0%), 0 0px 4px rgba(0, 0, 0, 0.05); */
	opacity: 1;
}


.job_box .tag img{
	width:16px;
	height:16px;
}

.spons{
	border: 2px solid #f2bc0d !important;
}

.warn{
	border:2px solid #f90000!important;
}

.spons_tag{
	background: #fff;
	padding: 4px 8px 4px 8px;
	border-radius: 12px;
	border: 2px solid #f2bc0d!important;
	font-size: 10px;
	position: absolute;
	justify-self: end;
	margin: -14px 8px 0px 0px;
}

.warn_tag{
	background: #fff;
	padding: 4px 8px 4px 8px;
	border-radius: 12px;
	border: 2px solid #f90000!important;
	font-size: 10px;
	position: absolute;
	justify-self: end;
	margin: -14px 8px 0px 0px;
}

/*[][][][][][BANNER MODULE][][][][][]*/

#banner_singleswipe{
	height: 530px;
	width: 340px;
	background:grey;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
}

#banner_singleswipe .on_text{
	background: rgb(66,65,87);
	background: linear-gradient(0deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 50%) 10%, rgba(255, 255, 255, 0) 100%);
	height: calc(100% - 32px);
	width: calc(100% - 32px);
	display: grid;
	align-content: end;
	gap: 8px;
	padding: 16px;	
}

#banner_singleswipe a{
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #ffffff3d;
	color: #ffffff;
	display:flex;
	align-items:center;
	justify-content: center;
	gap:8px;
	padding: 8px 12px 8px 12px;
	border-radius: 20px;
	transition:0.2s;
	width: max-content;
	margin: auto;
}

#banner_singleswipe a:hover{
	border: 2px solid #ffffff;
	transition:0.2s;
}

#banner_portal{
	/* width: calc(100% - 24px); */
	display: flex;
	gap:8px;
	padding: 12px;
	border-radius: 20px;
	align-items: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
	/* background: rgb(30,138,236); */
	background: linear-gradient(49deg, rgb(255 255 255) 0%, rgb(255 255 255) 32%, rgb(246 246 246) 100%);
	transition:0.2s;
}

#banner_portal:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgb(0 0 0 / 20%);	
	transition:0.2s;
}

#banner_portal .icon{
	width: 64px;
	height: auto;
}

#banner_portal .arrow{
	width:16px;
	height:16px;
}

#banner_portal .head{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
}

#banner_portal .subject{
	font-size: 15px;
	font-weight: 400;
	color: #4f4f4f;
}

#banner_wide{
	background:#dddddd;
	width:calc(100% - 32px);
	max-width: 1400px;
	height: 300px;
	margin: 0px auto;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#banner_careerpost{
	height: max-content;
	/* width: 280px; */
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
}

#banner_careerpost .top{width: calc(100% - 24px);display: flex;gap: 8px;padding: 12px;align-items: center;/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05); *//* background: rgb(30, 138, 236); */background: linear-gradient(49deg, rgb(255 255 255) 0%, rgb(255 255 255) 32%, rgb(246 246 246) 100%);transition: 0.2s;border-bottom: 1px solid #f7f7f7;}

#banner_careerpost .head{
font-size: 16px;
    font-weight: 600;
    color: #4f4f4f;
}

#banner_careerpost .post_box .head{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
}

#banner_careerpost .head div{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	gap: 4px;
}

#banner_careerpost .head a{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	gap: 4px;
}

#banner_careerpost .verticalswipe{
	height: auto;
	overflow: auto;
}

#banner_careerpost .post_box{
	padding: 12px;
	display: flex;
	gap: 8px;
	border-bottom: 1px solid #f6f6f6;
	transition:0.2s;
	align-items: center;
}

#banner_careerpost .post_box:hover{
	background:#f6f6f6;
	transition:0.2s;
}

#banner_careerpost img{
	width: 82px;
	height: 82px;
	border-radius: 12px;
}

#banner_careerpost .arrow{
	width: 16px;
	height: 16px;
}

#banner_careerpost .icon{
	width: 56px;
}

#banner_careerpost .post_more{
	padding: 12px;
	display: flex;
	gap: 8px;
	border-bottom: 1px solid #f6f6f6;
	transition:0.2s;
	background: #f6f6f6;
	justify-content: center;
	height: max-content;
	align-items: center;
}

#banner_careerpost .on_text{
	display:grid;
	align-content: center;
	/* width: calc(100% - 127px); */
}

#banner_careerpost .subject{
font-size: 12px;
    font-weight: 400;
    color: #4f4f4f;
}

#banner_careerpost .date{
	font-size: 15px;
	font-weight: 400;
	color: #4f4f4f;
}


/*[][][][][][POPULAR LOCATION MODULE][][][][][]*/

#popular_locations{
	width:calc(100% - 32px);
	max-width: 1400px;
	margin:0px auto;
	display: flex;
	flex-flow: wrap;
	/* height: 300px; */
	align-items: center;
	/* justify-content:space-between; */
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
	gap: 24px;
}

#popular_locations .left{
	width: 300px;
	height: max-content;
	display: grid;
	gap: 12px;
	text-align: center;
}

#popular_locations .right{
	width: calc(100% - 324px)!important;
	max-width: 1076px;
	margin:0px auto;
	display:flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	height: 300px;
}

#popular_locations .head{
	font-size: 22px;
	font-weight: 700;
	color: #4f4f4f;
}

#popular_locations .text{
	font-size: 16px;
	font-weight: 600;
	color: #4f4f4f;
}

#popular_locations .left img{
	width: 64px;
	height: 64px;
	margin:auto;
}

#popular_locations .left a{
	background: #fff;
	display: flex;
	padding: 8px 8px 8px 12px;
	gap: 8px;
	border-radius: 24px;
	border: 2px solid #f28f0d;
	overflow: hidden;
	align-items: center;
	font-weight: 600;
	color: #f28f0d;
	cursor: pointer;
	transition: 0.2s;
	font-size: 16px;
	margin: 8px auto;
}

#popular_locations .left a:hover{
	background: #f28f0d;
	color: #ffffff;
	transition: 0.2s;
}


#emg_locations{
	width: 100%;
	max-width: 1012px;
}

#emg_locations .loc_limit{
	width:100%;
	height: 200px;
}

/*[][][][][][CAREER POST MODULE][][][][][]*/

#career_post{
	width: calc(100% - 32px);
	overflow: auto;
	display: flex;
	gap: 32px;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-left: 32px;
	padding-bottom: 16px;
	padding-top: 16px;
	background: #f6f6f6;
}

#career_post .swipearea{
	width: max-content;
	/* overflow:auto; */
	display: flex;
	gap: 32px;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-left: 0px;	
}

#career_post .career_box{
	width: 200px;
	height:250px;
	border-radius: 24px;
	background: #4b4b4b;
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05); */
	overflow: hidden;
	display:grid;
	align-content: end;
	gap:16px;
	background-size:cover;
}

#career_post .on_text{
	display:grid;
	gap:4px;
	padding: 12px;
	background: rgb(66,65,87);
	background: linear-gradient(0deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 77%) 50%, rgba(255, 255, 255, 0) 100%);
}

#career_post .subject{
	display:flex;
	align-items: center;
	gap:4px;
	font-size: 12px;
	font-weight: 400;
	color:#fff;	
}

#career_post .subject img{
	width:18px;
	height:18px;
}

#career_post .head{
	font-size: 14px;
	font-weight: 600;
	color:#fff;
}

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

#footer{
	width: 100%;
	display: grid;
	background: #bbbbbb;
	padding: 24px 0px 24px 0px;
}

#footer a{
	font-size: 14px;
	color: #fff;
}

#footer h5{
	
}

#footer .top{
	display: flex;
	justify-content: space-between;
	width: calc(100% - 32px);
	max-width: 1400px;
	margin: auto;
}

#footer .middle{
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 8px;
	width: calc(100% - 32px);
	height: 40px;
	max-width: 1400px;
	margin: 12px auto;
}

#footer .bottom{
	display: flex;
	gap: 12px;
	justify-content: space-between;
	width: calc(100% - 32px);
	max-width: 1400px;
	margin: 0px auto;
	padding-top: 12px;
	border-top: 1px solid #8fc8fd;
}

#footer .grid_group{
	display: grid;
	gap: 4px;
	color: #fff;
	height: max-content;
}

#footer .flex_group{
	display:flex;
	gap:8px;
}

#footer .gotolink{
	width: 124px;
	height: 36px;
	display: block;
	background-size: cover;
}

#footer .slogan{
	font-weight:600;
	color:#fff;
}

#footer .text{
	font-weight:400;
	color:#99ceff;
	text-align:justify;
}

#footer img{
	width:64px;
	height:64px;
}

/*[][][][][][VISUAL URL][][][][][]*/

#visual_url{
	width: calc(100% - 0px);
	/* max-width: 1400px; */
	margin: 0px auto;
	/* border-radius: 12px; */
	background: #f6f6f6;
	/* border-bottom: 1px solid #e3e1e1; */
	text-align: center;
	height: 180px;
	overflow: hidden;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
}

#visual_url .group{
	height: calc(100% - 24px);
	display: grid;
	align-content: end;
	padding-bottom: 24px;
	background: rgb(66,65,87);
	background: linear-gradient(0deg, rgb(58 70 81) 0%, rgb(83 95 107) 10%, rgba(255, 255, 255, 0) 100%);
}

#visual_url .head{
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 2px;
}

#visual_url .text{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

#visual_url .short{
	font-size: 16px;
	font-weight: 400;
	color: #4f4f4f;
}

#text_url{
	width:calc(100% - 32px);
	max-width:1400px;
	margin: 24px auto;
	display:flex;
	align-items:center;
	gap:12px;
	font-size: 15px;
}

#text_url .group{
	display:flex;
	align-items:center;
	gap:4px;	
}

#text_url img{
	width:16px;
	height:16px;
}

#head_url {
	width:100%;
	display: flex;
	align-items: center;
	gap: 4px;
}

#head_url .head{
	font-size: 16px;
	font-weight: 600;
	color: #1987e4;
}

#head_url .text{
	font-size: 15px;
	font-weight: 600;
	color: #595959;
}

#head_url img{
	width: 48px;
	height: max-content;
}

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

#popup_account{border: 2px dashed #1e8aec;border-radius: 12px;overflow: hidden;text-align: center;display: grid;gap: 4px;padding: 8px;}

#popup_account .head{
	font-size: 18px;
	font-weight: 600;
	color: #1e8aec;
}

#popup_account .subject{
	font-size: 14px;
	font-weight: 600;
	color: #4f4f4f;
}

#popup_account .text{
	white-space: break-spaces;
	font-size: 14px;
	display: flex;
	line-height: 20px;
}

#popup_account img{
	width: 64px;
	height: auto;
	margin: auto;
}

.popup_job{/* box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05); *//* margin: 8px; */border-radius: 12px;overflow: hidden;border: 2px solid #f6f6f6;animation-name: getback;animation-duration: 1.5s;}

.popup_job .cover{
	height: 210px;
	background: #f6f6f6;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	align-content: space-between;
	margin-bottom: 12px;
}

.popup_job .cover .base_group{
	display: flex;
	justify-content: space-between;
	padding: 8px;
	background: linear-gradient(180deg, rgb(58 70 81) 0%, rgb(83 95 107) 10%, rgba(255, 255, 255, 0) 100%);
}

.popup_job .cover .bottom_group{
	display: flex;
	gap: 8px;
	padding: 8px;
	background: linear-gradient(0deg, rgb(42 45 49) 0%, rgb(49 54 59) 20%, rgb(255 255 255 / 0%) 100%);
}


.popup_job .cover .sub_group{
	display: flex;
	gap:8px;
}

.popup_job .cover .sub_group button{
	background: #ffffff;,
;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	padding: 0px;
	border: none;
	cursor: pointer;
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
	border: 1px solid #8b8b8b;
}

.popup_job .cover .sub_group a{
	background: #ffffff;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0px;
	border: none;
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
	border: 1px solid #8b8b8b;
}

.popup_job .cover .sub_group img{
	width: 24px;
	height: 24px;
	margin: auto;
	transition:0.2s;
}

.popup_job .cover .sub_group img:hover{
	width: 28px;
	height: 28px;
	transition:0.2s;
}

.popup_job .cover .close{
	width: 36px;
	height: 36px;
	background-image: url("../../assets/images/ui/dark_close.svg")!important;
	background-size: cover!important;
	cursor: pointer;
	display:flex;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
	align-items:center;
	border: 1px solid #8b8b8b;
	background: #fff;
	border-radius: 21px;
}

/*
.popup_job .cover .close:after{
	content: "Kapat";
	margin-left:32px;
	font-size:14px;
	font-weight:600;
	color:#fff;
}
*/

.popup_job .cover .icon{
	width: 48px;
	height: 48px;
	background: #ffffff;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	border: 2px solid #f6f6f6;
}

.popup_job .cover .head{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	height: max-content;
	text-shadow: 0 0 4px black;
}

.popup_job .cover .subject{
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 4px;
	height: max-content;
	text-shadow: 0 0 4px black;
}

.popup_job .company{
	padding: 12px;
	display: flex;
	gap: 8px;
	border-bottom: 1px solid #f6f6f6;
}

.popup_job .company .icon{
	width: 48px;
	height: 48px;
	background: grey;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	border: 2px solid #f6f6f6;
}

.popup_job .company .sub_group{
	display: grid;
	gap: 0px;
	height: max-content;
}


.popup_job .company .head{
	font-size: 16px;
	font-weight: 600;
	color: #5b5b5b;
	height: max-content;
}

.popup_job .company .subject{
	font-size: 14px;
	font-weight: 400;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	gap: 4px;
	height: max-content;
}

.popup_job .company .text{
	white-space: break-spaces;
	font-size: 14px;
	display: flex;
	line-height: 20px;
}

.popup_job .company .subject img{
	width: 14px;
	height: 14px;
}


.popup_job .description{
	display:grid;
}

.popup_job .description .head{
	padding: 4px 8px 0px 8px;
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid #1e8aec;
    color: #1e8aec;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.popup_job .description .head b{
	font-size:12px;
	font-weight:400;
	color:#4f4f4f;
}

.popup_job .description .head a{
	font-size:12px;
	font-weight:400;
	color:#4f4f4f;
}

.popup_job .description .sub_group{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 8px;
}

.popup_job .description .subject{
	font-size: 14px;
	font-weight: 400;
	color: #4f4f4f;
	display: flex;
	align-items: center;
	gap: 4px;
	height: max-content;
}

.popup_job .description .float{
	padding: 4px 8px 0px 12px;
	font-size: 13px;
	font-weight: 500;
	/* border-left: 4px solid #5b5b5b; */
	color: #5b5b5b;
	display: flex;
	gap: 4px;
	/* justify-content: space-between; */
	align-items: center;
}

.popup_job .description .float img{
	width: 20px;
	height: 20px;
}


.popup_job .description .text{

}

.popup_job .description p{
	font-size: 13px;
	padding: 8px 12px 8px 12px;
	color: #6c757d;
	white-space: break-spaces;
	margin:0px;
}

.popup_job .description .apply{
	font-size: 15px;
	font-weight:500;
	padding: 8px 12px 8px 12px;
	color: #0068ab;
	white-space: break-spaces;
}

.popup_job .description .information{
	font-size: 12px;
	margin:12px;
	border-radius:8px;
	padding: 8px 12px 8px 12px;
	color: #6c757d;
	background:#def1ff;
}

.popup_job .description .warn{
	font-size: 14px;
	padding: 8px 12px 8px 12px;
	color: #6c757d;
	white-space: break-spaces;
}

.popup_job .description ul {
    margin: 0px;
    padding-left: 30px;
    line-height: 24px;
}

.popup_job .description li {
    color: #6c757d;
    font-size: 13px;
}	

.popup_job .description .tag{
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	font-weight: 400;
	color: #4f4f4f;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}

.popup_job .contact{
	padding:12px;
}

.popup_job .contact a{
    padding: 8px 8px 8px 12px;
    background: #fff;
    border: 2px solid #f28f0d;
    background: #f28f0d;
    color: #ffffff;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.popup_job .grid_group{
	display:grid;
}

.popup_job .other_list{
	padding: 4px 8px 4px 12px;
	margin-top: 4px;
	/* border-left: 4px solid #c1c1c1; */
	/* border: 1px solid #c1c1c1; */
	border-radius: 12px;
	display: flex;
	justify-content:space-between;
	cursor: pointer;
	align-items:center;
	opacity: 0.8;
	transition:0.2s;
}

.popup_job .other_list:hover{
	opacity:1;
	transition:0.2s;
}

.popup_job .other_list img{
	width:16px;
	height:16px;
}

.popup_job .other_list .head{
	font-size: 15px;
	font-weight:600;
	border:none;
	padding:0px;
	color: #000000;
}

.popup_job .other_list .subject{
	font-size: 15px;
	font-weight: 400;
	color: #6f6f6f;
}

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

.filter_offset{
	height: 60px;
	width:100%;
}

#filters{
	height: max-content;
	/* width: 280px; */
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
}

#filters .custom{
	display:none;
}

#filters .dynamic{padding: 12px;font-size: 16px;font-weight: 500;display: flex;align-items: center;justify-content: space-between;cursor: pointer;color: #000;opacity: 0.8;transition: 0.2s;}

#filters .dynamic:hover{
	background:#f6f6f6;
	opacity:1;
}

#filters .dynamic img{
	width: 12px;
	height: 12px;
	transition: 0.2s;
}

#filters .sticky{padding: 12px;font-size: 14px;font-weight: 500;display: flex;align-items: center;justify-content: center;cursor: pointer;color: #000;opacity: 0.8;transition: 0.2s;}

#filters .head{
	display:flex;
	align-items:center;
	gap:4px;
}

#filters .list{max-height: 200px;overflow: auto;padding: 12px;background: #f6f6f6;display: grid;gap: 8px;}

#filters .hide{
	display: none;
}

#filters .type_check{
	display:flex;
	gap:8px;
}

#filters .text{
	font-size:15px;;
}

#filters .accept{
	border:none;
	padding: 12px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	width: 180px;
	background: #1e8aec;
	color: #fff;
	transition:0.2s;
	cursor:pointer;
	display:flex;
	gap:4px;
	align-items:center;
	justify-content:center;
}

#filters .accept:hover{
	background: #41a2fa;
	transition:0.2s;
}

#filters .accept img{
	width:24px;
	height:24px;
}

#filter_button{
	display: none;
}	

#mobile_menu{
	display:none;
}

#mobile_popup_job{
	/* display:none; */
}



/*FILTER FORM V2*/

.filterform{
	height: max-content;
	/* width: 280px; */
	overflow: auto;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
}

.filterform .custom{
	display:none;
}

.filterform .dynamic{/* padding: 12px; */font-size: 16px;font-weight: 500;display: flex;align-items: center;justify-content: space-between;cursor: pointer;color: #000;opacity: 0.8;transition: 0.2s;}

.filterform .dynamic:hover{
	/*background:#f6f6f6;*/
	opacity:1;
}

.filterform .dynamic img{
	width: 12px;
	height: 12px;
	transition: 0.2s;
}

.filterform .sticky{padding: 12px;font-size: 14px;font-weight: 500;display: flex;gap: 8px;align-items: center;justify-content: space-evenly;cursor: pointer;color: #000;opacity: 0.8;transition: 0.2s;}

.filterform .head{
	display:flex;
	align-items:center;
	gap:4px;
}

.filterform .list{max-height: 300px;overflow: auto;/* padding-left: 8px; *//* background: #f6f6f6; */display: grid;gap: 8px;}

.filterform .hide{
	display: none;
}

.filterform .type_check{
	display:flex;
	align-items: center;
	gap:8px;
}

.filterform .text{
	font-size:15px;;
}

.filterform .cancel{
	border:none;
	padding: 12px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	background: #c1c1c1;
	color: #fff;
	transition:0.2s;
	cursor:pointer;
	display:flex;
	gap:4px;
	align-items:center;
	justify-content:center;
}

.filterform .cancel:hover{
	background: #929292;
	transition:0.2s;
}

.filterform .accept{
	border:none;
	padding: 12px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	background: #1e8aec;
	color: #fff;
	transition:0.2s;
	cursor:pointer;
	display:flex;
	gap:4px;
	align-items:center;
	justify-content:center;
}

.filterform .accept:hover{
	background: #41a2fa;
	transition:0.2s;
}

.filterform .accept img{
	width:24px;
	height:24px;
}

#filter_button{
	display: none;
}	

#mobile_menu{
	display:none;
}


.filterform .inpgroup{
	display:grid;
	gap: 4px;
	margin: 0px 12px 12px 12px;
	padding-top: 12px;
	width: -webkit-fill-available;
	border-top: 0.5px dashed#d3d3d3;
}

.filterform .inpgroup .subject{
	font-size:15px;
	font-weight:600;
	display: flex;
	align-items: center;
	gap: 4px;
	/* margin: 12px; */
}

.filterform .inpgroup .subject img{
	width:24px;
	height:24px;
}

.filterform .inpgroup .text{
	font-size:12px;
	font-weight:400;
	color:#727272;
	display: flex;
	align-items: center;
	gap: 8px;
	/* margin: 12px; */
	/* margin-bottom: 8px; */
}

.filterform .inpgroup .vinput{
	width: -webkit-fill-available;
	padding: 8px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	/* height: 24px; */
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.filterform .inpgroup .addbutton{
	width: -webkit-fill-available;
	padding: 8px;
	border-radius: 12px;
	background: #2973eb;
	border: 1px solid #c3c3c3;
	/* height: 24px; */
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	gap: 4px;
	cursor:pointer;
}

.filterform .inpgroup .addbutton img{
	width:24px;height:24px;
}

.filterform .inpgroup .readonly{
	background: #f5f5f5!important;
}

.filterform .inpgroup .vinput .icon{
	width:64px;
	height:64px;
	margin-right:8px;
	border: 1px solid #eeeeee;
	border-radius: 8px;
}

.filterform .inpgroup .vinput img{
	width:24px;height:24px;
}

.filterform .inpgroup input{
 	width: 32px;
 	padding: 0px;
 	border-radius: 0px;
 	background: none;
 	border: none;
 	height: 32px;
 	font-size: 15px;
}

.filterform .inpgroup select{
 	width: -webkit-fill-available;
 	padding: 0px;
 	border-radius: 0px;
 	background: none;
 	border: none;
 	height: 24px;
 	font-size: 15px;
}

.filterform .inpgroup select:hover{
 	outline:none;
	border:none;
}

.filterform .inpgroup select:focus{
 	outline:none;
	border:none;
}

.filterform .inpgroup textarea{
 	width: -webkit-fill-available;
 	padding: 0px;
 	border-radius: 0px;
 	/* background: #eeeeee; */
 	border: none;
 	height: 200px;
 	font-size: 13px;
}

.filterform .inpgroup textarea:hover{
 	outline:none;
	border:none;
}

.filterform .inpgroup textarea:focus{
 	outline:none;
	border:none;
}

.filterform .inpgroup input:hover{
 	outline:none;
	border:none;
}

.filterform .inpgroup input:focus{
 	outline:none;
	border:none;
}

.filterform .newfly{
	display:grid;
	font-size: 15px;
	gap: 4px;
	/* margin: 0px 12px 0px 12px; */
	width: -webkit-fill-available;
	background: #f5f5f5;
	padding: 8px;
	border-radius: 12px;
}


.filterform .vhceck{
	width:-webkit-fill-available;
	background: #f5f5f5;
	border: 1px solid #c3c3c3;
	display:flex;
	padding:0px 2px 0px 2px;
	border-radius: 12px;
	height: 40px;
}

.filterform .vhceck div{
	width:-webkit-fill-available;
	margin:4px;
	font-size:15px;
	font-weight:400;
	text-align:center;
	padding:4px;
	border-radius: 8px;
	color:#434343;
	cursor:pointer;
	transition:0.2s;
	opacity:0.6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filterform .vhceck div:hover{
	opacity:1;
	font-weight:500;
}


.filterform .vhceck .active{
	/*background: linear-gradient(-45deg, #2c6ba4, #123a5f, #2674ba, #2c6ba4);
	color:#fff;*/
	opacity:1;
	font-weight:500;
	border:2px solid #2973eb;
	background: #fff;
}


.filterform section{width: -webkit-fill-available;/* background: #f5f5f5; *//* border: 1px solid #c3c3c3; */display: flex;align-items: center;/* padding: 0px 2px 0px 2px; */border-radius: 12px;height: max-content;min-height: 40px;/* flex-wrap: wrap; *//* flex-direction: row; */gap: 8px;}

.filterform .tile{
    width: -webkit-fill-available;
    /* max-width: 180.6px; */
    /* min-width: 127px; */
    height: 32px;
    position: relative;
    /* margin: 4px; */
}

.filterform input[type="checkbox"]{
    //-webkit-appearance: none; 
    position: relative;
    height: 24px;
    width: 24px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #dddddd;
    outline: none;
    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
    margin: 0px;
}

.filterform input[type="checkbox"]:after{

}

.filterform input[type="checkbox"]:checked{
    border: 2px solid #2973eb;
}

.filterform input[type="checkbox"]:checked:after{
    color: #ff0000;
}

.filterform label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}
.filterform label .fas{
    font-size: 60px;
    color: #2c2c51;
}
.filterform input[type="checkbox"]:checked + label .fas{
    animation: grow 0.5s;
}




.filter_radiobutton{
	width: 24px!important;
	height: 24px!important;
	-webkit-appearance: auto!important;
}

.filter_radiobutton input[type="radio"]:checked{
    border: 2px solid #ff0808!important;
	box-shadow: 1px 1px 10px #0061ff00!important;
}
.filter_radiobutton input[type="radio"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #ff0000!important;
}
.filter_radiobutton input[type="radio"]:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 22px;
    top: 1px;
    left: 10px;
	
    color: #ffffff;
}


.filterform input[type="radio"]{
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #dddddd;
    outline: none;
    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
    margin: 0px;
}
.filterform input[type="radio"]:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 0px;
}
.filterform input[type="radio"]:checked{
    border: 2px solid #2973eb;
	box-shadow: 1px 1px 10px #0052d733;
}
.filterform input[type="radio"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #ffffff;
}

.filterform .info{
	display:flex;
	align-items:center;
	gap:4px;
	font-size: 12px;
	font-weight: 600;
	margin: 4px;
}

.filterform .info img{
	width:16px;
	height:auto;
}


.filterform .beforeedit{
	width: -webkit-fill-available;
    padding: 8px;
    border-radius: 12px;
    background: #ebf2ff;
    border: 1px dashed #2973eb;
    /* height: 24px; */
    font-size: 15px;
    display: flex;
    gap: 4px;
	justify-content:center;
}


.filterform .beforeedit .be_button{
	width: max-content;
	padding: 8px;
	border-radius: 12px;
	background: #2973eb;
	border: 1px solid #c3c3c3;
	/* height: 24px; */
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	gap: 4px;
	cursor:pointer;
}


.filterform .afteredit{
	width: -webkit-fill-available;
	padding: 8px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	/* height: 24px; */
	font-size: 15px;
	display: grid;
	gap: 4px;
	/* justify-content:center; */
}


.filterform .afteredit .ae_button{
	width: max-content;
	/* padding: 8px; */
	/* border-radius: 12px; */
	/* background: #2973eb; */
	/* border: 1px solid #c3c3c3; */
	/* height: 24px; */
	color: #121212;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	justify-self: end;
	gap: 4px;
	cursor:pointer;
}

.filterform .afteredit .ae_button img{
	width:16px;
	height:!6px;
}

.filterform .afteredit .textarea{
	
}


/*
.selectpop{
    position: relative;
    width: calc(100% - 24px);
    top: 9px;
    padding: 12px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0%), 0 4px 12px rgb(0 0 0 / 20%);
    display: grid;
    gap: 8px;
    max-height: 200px;
    overflow: auto;
}
*/

#special_popup{
	display:block;
	position:fixed;
	background:#0000001f;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

.special_input{
	height:42px;
	z-index: 1;
}

.special_input .selectpop .hover{
	font-size: 14px;
	color:#4e5f6f;
	transition:0.2s;
	margin-left: 8px;
	cursor:pointer;
}

.special_input .selectpop .hover:before{
	content: "Ã¢â€”Â ";
	color:#e5e5e5;
}

.special_input .selectpop .hover:hover{
	margin-left:10px;
	transition:0.2s;
	color:#000000;
}

/*[][][][][][SEARCH AREA][][][][][]*/

#searcharea{
	width: 100%;
	margin: 0px auto;
	position: absolute;
	z-index: 6;
	display: flex;
	justify-content: center;
}

#searcharea .group{
	width:calc(100% - 32px);
	max-width: 600px;
	position: absolute;
	top: 485px;
	display: grid;
	gap: 8px;
}


#map_front{
	width: 100%;
	/* height: 550px; */
	display: flex;
	justify-content: center;
	/*border-radius: 0px 0px 20px 20px;*/
	/* overflow: hidden; */
	align-items: self-end;
	/* display: grid; */
	position: absolute;
	top: 67px;
	z-index: 3;
}

#map_front .width_swipe{
	width:100%;
	max-width: 800px;
	margin: 48px auto;
	display:flex;
	overflow: hidden;
	align-items: center;
	gap: 24px;
	justify-content: center;
	position: absolute;
	/* top: 430px; */
	background: #fff;
	border-radius: 24px;
	padding: 12px 24px 8px 24px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
}

#searcharea .selector_parent{
	font-weight:400;
	opacity:0.8;
	cursor:pointer;
	font-size: 14px;
	display: grid;
	gap: 8px;
	align-items: center;
	min-width: 60px;
	justify-content: center;
	transition:0.2s;
	border-bottom:2px solid #ffffff
}

#searcharea .selector_parent:hover{
	font-weight:600;
	opacity:1;
	transition:0.2s;
	border-bottom:2px solid #a19898
}

#searcharea .selector_parent img{
	width: 24px;
	height: 24px;
	margin: auto;
}

#searcharea .end_section{
	width:100%;
	height:32px;
	background:#fff;
	justify-content: center;
	position: absolute;
	border-radius:24px 24px 0px 0px;
	box-shadow: 1px -4px 0px rgb(0 0 0 / 0%), 0px -8px 8px rgb(0 0 0 / 25%);
}

#searcharea .searchtop{
	display:flex;
	/* padding: 8px; */
	/* position:absolute; */
	/* top:380px; */
	background: #a4a4a442;
	backdrop-filter: blur(5px);
	border-radius: 32px;
	margin: auto;
	width: 420px;
	/* box-shadow: 1px 1px #6c6c6c82; */
	/* box-shadow: inset 1px 2px 0px #ffffff82; */
}

#searcharea .selection{
	padding: 8px;
	width: 150px;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	cursor: pointer;
	height:fit-content;
	transition:0.2s;
	margin: 8px;
	/* background: red; */
	border-radius: 25px;
	z-index: 22;
	position: relative;
	font-size: 12px;
}

#searcharea .selection:hover{
	transform:scale(1.05);
	transition:0.2s;
}

#searcharea .active{
	background:#fff!important;
	color:#3e81c3!important;
	font-weight:600;
}

#searcharea .searchtop img{
	width: 18px;
}

#searcharea .searchbottom{
	display:flex;
	width: calc(100% - 24px);
	background: #ffffff;
	padding: 12px;
	gap: 12px;
	border-radius: 40px;
	align-items: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}

#searcharea .searchbutton{
	display:flex;
	gap:8px;
	align-items:center;
	height: fit-content;
	/* width: max-content; */
	text-wrap-mode: nowrap;
	padding: 10px 12px 10px 12px;
	border: none;
	border-radius: 31px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #009bff;
	cursor: pointer;
	transition:0.2s;
	/* box-shadow: 0 1px 2px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 16%); */
}

#searcharea .searchbutton:hover{
	box-shadow: 0 0px 4px rgb(0 0 0 / 30%);
	transition:0.2s;
}

#searcharea .inputs{
	width: calc(100% - 85px);
	height: 37px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 36px;
	padding: 4px 8px 4px 8px;
	cursor:pointer;
	transition:0.2s;
	background: #f3f3f3;
}

#searcharea .inputs:hover{
	background: #f3f3f3;
	transition:0.2s;	
}

#searcharea .inputs img{
	width:24px;
}

#searcharea select {
    width: 100%;
    padding: 4px;
    border-radius: 8px;
    border: none;
    font-size: 12pt;
    font-weight: 600;
	outline:none;
	cursor:pointer;
}

#searcharea .head{
	font-size: 14px;
	font-weight:600;
	color:#000;
}

#searcharea .sub{
	font-size: 12px;
	font-weight:400;
	color:#000;
}

#searcharea .selectpop{
    position: absolute;
    width: 60%;
    top: 130px;
    padding: 12px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    display: grid;
    gap: 4px;
    max-height: 200px;
    overflow: auto;
}

#searcharea .selectpopflex{
    position: absolute;
    width: 352px;
    height: auto;
    top: 140px;
    padding: 12px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-around;
    gap: 8px;
    max-height: 200px;
    overflow: auto;
}

#searcharea .selectpop a{
	font-size:16px;
	color:#4e5f6f;
	transition:0.2s;
}

#searcharea .selectpop a:hover{
	margin-left:4px;
	transition:0.2s;
}

#searcharea .selectpop .hover{
	font-size:16px;
	color:#4e5f6f;
	transition:0.2s;
	margin-left: 8px;
}

#searcharea .selectpop .hover:before{
	content: "Ã¢â€”Â ";
	color:#e5e5e5;
}

#searcharea .selectpop .hover:hover{
	margin-left:10px;
	transition:0.2s;
}

#searcharea .selectpopflex .hoverl{
	display:grid;
	font-size:16px;
	color:#4e5f6f;
	transition:0.2s;
	padding:8px;
	border-radius:12px;
	text-align:center;
}

#searcharea .selectpopflex .hoverl:hover{
	background:#f3f3f3;
	transition:0.2s;
}

#searcharea .selectpopflex img{
	width: 72px;
	height: 72px;
	border: 1px solid #dedede;
	border-radius: 12px;
}

.search_for_map{
	display:none;
}


#expandarea{
	background: #fff;
	height: 70px;
	width: 100%;
	border-radius:24px 24px 0px 0px;
	position: absolute;
	top: 580px;
	box-shadow: 0px -10px 8px 0px rgb(0 0 0 / 20%);
}

.select1{
	
}

.select1 option{
	font-size:16px;
	color:#4e5f6f;
	transition:0.2s;
	margin-left: 2px;
	margin-bottom:8px;
}

.select1 option:before{
	content: "Ã¢â€”Â ";
	color:#e5e5e5;
}


.select1 option:hover{
	margin-left:4px;
	transition:0.2s;
}
/*[][][][][][JOB DETAIL[][][][][]*/

.pagefor{
	display:flex;
	flex-direction: column;
	align-items: flex-start;
}

.pagefor .grid{
	display:flex;
}

.pagefor .head{
	display:flex;
}

.pagefor .jobname{
	display:flex;
}

.pagefor .company_icon{
	display:flex;
	width: 42px;
	height: 42px;
	background-size: cover;
}

#job_detail{
	width:100%;
	background: white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
	border-radius: 12px;
	overflow: hidden;
}

#job_detail .group{display: flex;gap: 8px;align-items: center;font-size: 15px;flex-wrap: wrap;flex-direction: row;}

#job_detail .widegroup{display: flex;gap: 8px;align-items: center;font-size: 15px;justify-content: space-between;}

#job_detail p{margin:0px;}

#job_detail .grid{
	display: grid;
	justify-content: center;
	width: 50px;
	cursor:pointer;
	padding:4px;
	border-radius:8px;
	font-size: 12px;
	opacity: 0.8;
	transition:0.2s;
	text-align: center;
	gap: 4px;
	background: none;
}

#job_detail .grid:hover{
	background:#fff;
	opacity:1;
	transition:0.2s;
}

#job_detail .widegroup img{
	width: 18px;
	height: 18px;
	margin:auto;
}

#job_detail .grid img{
	margin:auto;
}

#job_detail .jobname{
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: #009bff;
    border-left: none;
    padding: 0px;
}

#job_detail .joblocation{
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap:4px;
	color: #1c1c1c;
	/* text-decoration: underline; */
}

#job_detail .statu{
	font-size:14px;
	font-weight:400;
}

#job_detail .share{
	font-size: 14px;
	font-weight:600;
	display: flex;
	gap: 4px;
	align-items: center;
}

.ask{
	background:none;
	border:none;
	
}

#job_detail .head{padding: 4px 4px 4px 16px;font-size: 16px;font-weight: 600;/* border-left: 4px solid #1e8aec; */}

#job_detail .text{margin: 8px 8px 8px 20px;line-height: 24px;font-size: 15px;/* white-space: break-spaces; */}

#job_detail .detail{line-height: 24px;font-size: 15px;white-space: break-spaces;}

#job_detail .content{
}

#job_detail .inset{
	/* background: #f6f6f6; */
	padding: 12px;
	/* margin: 12px; */
	border-radius: 8px;
	display: grid;
	gap: 8px;
}

#job_detail .offset{
	margin: 12px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

#job_detail img{
	width: 16px;
	height: 16px;
}

#job_detail ul{
	margin: 4px;
	line-height: 26px;
	padding: 0px 0px 0px 10px;
}

#job_detail li{
	color: #242424;
	font-size: 15px;
}

#job_detail .tag{
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	font-weight: 400;
	color: #4f4f4f;
	/* background: #f6f6f6; */
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	width: max-content;
	border: 1px solid #e9e9e9;
}

#job_detail .tagimg{
	width:24px;
	height:24px;
}

#job_detail .minibutton{
	padding: 8px 8px 8px 12px;
	background: #fff;
	border: 2px solid #f28f0d;
	background: #f28f0d;
	color: #ffffff;
	display: flex;
	gap: 4px;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 22px;
	cursor: pointer;
	transition:0.2s;
}

#job_detail .minibutton:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgba(0,0,0,0.05);
	transition:0.2s;
}	

.mapfilter{

}

.openmap{
	position:absolute;
	z-index:2;
	background: #fff;
	padding: 12px;
	margin: 8px;
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%),0 4px 12px rgba(0,0,0,0.05);
	border-radius:8px	
}

.job_detail{
	display:none;
}

.mobile_company{
	display:none;
}

.nobile_company{
	display:none;
}
/*[][][][][][FILTERS][][][][][]*/

.logincover{
	overflow: hidden;
    width: 100%;
    position: absolute;
}

.logincover img{
	display:none;
}

.logincover .header{
	width: 120%;
	height: 450px;
	left: -10%;
	position: relative;
	top: -100px;
	transform: rotate(-5deg);
	background: rgb(29, 138, 235);
	background: linear-gradient(180deg, rgba(29, 138, 235, 1) 0%, rgba(101, 175, 241, 1) 32%, rgba(255, 255, 255, 1) 100%);
	background-image: url(../../assets/images/background/login_header.jpg);
}

.loginwide{
    width: calc(100% - 32px);
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    position: relative;
    z-index: 2;
    top: 160px;
    /* align-items: center; */
    /* justify-content: space-between; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    gap: 48px;
}

.loginwide .left{
	 */
	 width: calc(100% - 492px);
	 align-content: baseline;
	 height: 800px;
	 /* padding-top: 60px; */
	 justify-content: center;
	 /* position: sticky; */
	 /* top: 180px; */
	 /* margin-top: 50px; */
	 display: grid;
	 flex-direction: row;
	 flex-wrap: wrap;
	 gap: 24px;
}

.loginwide .right{
	height: max-content;
	position: sticky;
	top: 92px;
	/* margin-top: 60px; */
	/* width: 450px; */
	/* height: 300px; */
	/* background: red; */
}

.loginform{
	background: #ffffff;
	height: max-content;
	width: 432px;
	display: grid;
	gap: 16px;
	border-radius: 24px;
	padding: 24px 12px 24px 12px;
	overflow: auto;
	/* border: 2px solid #eee; */
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}

.loginform .formgap{
	display:grid;
	gap: 16px;
}

.loginwide .or{
    margin: 12px;
    font-size: 15px!important;
    font-weight: 600!important;
    color: #616161 !important;
    text-align: center;
}

.loginform .head{
    font-size: 20px!important;
    font-weight: 600!important;
    color:#000!important;
    text-align: center;
}

.loginform .text{
    font-size: 15px!important;
    font-weight: 400!important;
    color:#000!important;
    text-align: center;
}

.loginform .flex{
	display: flex;
	gap: 8px;
	align-items: center;
}

.loginform img{
	width:24px;
}


.loginwide .bottom{
	background: #ffa500;
	color: #fff;
	height: max-content;
	width: max-content;
	display: flex;
	align-items:center;
	gap: 0px;
	font-size: 15px;
	border-radius: 24px;
	padding: 12px;
	margin-top:12px;
	margin: auto;
	overflow: auto;
	transition:0.1s;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);
	animation-name: button_focus;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}

.loginwide .bottom:focus{
	transform:scale(0.98);
	transition:0.1s;
}

.button_again{
	background: none;
	display: flex;
	padding: 8px;
	gap: 0px;
	border-radius: 0px;
	border: none;
	overflow: hidden;
	align-items: center;
	font-weight: 600;
	color: #636363;
	cursor: pointer;
	transition:0.2s;
	font-size: 15px;
	width: -webkit-fill-available;
	justify-content:center;
	background: linear-gradient(-45deg, #ffffff, #ffffff, #ffcccf, #ffffff, #ffffff);
	background-size: 200% 200%;
	animation: gradient 5s ease infinite;
	border-radius: 12px;
}

.button_send{
	background: #1d8aeb;
	display: flex;
	padding: 12px;
	gap: 8px;
	border-radius: 24px;
	border: 2px solid #dddddd;
	overflow: hidden;
	align-items: center;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	transform: scale(1.0);
	transition: 0.1s;
	font-size: 15px;
	justify-content:center;
}

.button_send:focus{
	transform: scale(0.98);
	transition: 0.1s;	
}

.button_send img{
	width:24px;
}

.loginform .grid{
	display: grid;
	gap: 12px;
	width: -webkit-fill-available;
	animation-name: getswipe;
	animation-duration: 0.5s;
}

.loginform .flex_group{
	display: flex;
	gap: 8px;
	align-items: center;
	width: -webkit-fill-available;
}

.loginform .grid_group{
	display: grid;
	gap: 6px;
	width: -webkit-fill-available;
	animation-name: getswipe;
	animation-duration: 0.5s;
}

.loginform .grid_group .head{
    font-size: 14px!important;
    font-weight: 600!important;
    margin-left: 4px!important;
    display: flex!important;
    align-items: center!important;
    gap: 4px!important;
 }

.loginform .flex_group img{
	width:16px;
	height:16px;
 }

.loginform .kvkkcheck{
	font-size: 15px;
	/* font-weight:600; */
	/* text-decoration: underline; */
	/* color: #1d8aeb; */
	cursor: pointer;
	display:flex;
	align-items:center;
	gap:4px;
}

.loginform .kvkkcheck img{
	width:24px;
}

.loginwide .info{
	display: grid;
	gap: 12px;
}

.loginwide .pano{
    /* width: max-content; */
    /* height: 100px; */
    background: #ffffff;
    /* border: 2px solid #e5e5e554; */
    border-radius: 16px;
    animation-name: getswipe;
    animation-duration: 0.5s;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}	

.loginwide .pano img{
	width:120px;
}

.loginwide .pano .head{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #2f2f2f;
}

.loginwide .pano .text{
	font-size: 13px;
	color: #8d8d8d;
}

.loginwide .head{
	font-size: 32px;
	line-height: 33px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	line-height: inherit;
}

.loginwide .text{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	/* width: 70%; */
	animation-name: getswipe;
	animation-duration: 0.5s;
	letter-spacing: 1px;
}

.loginwide .bottom .head{
	font-size: 15px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}

.loginwide .bottom .text{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	/* width: 70%; */
	animation-name: getswipe;
	animation-duration: 0.5s;
	letter-spacing: 1px;
}

.loginwide .panel{
}

.loginform .informationarea{
	padding: 8px;
	background: #f1f1f1;
	border-radius: 12px;
	font-size: 15px;
}

.virtual_phone{
	/* background:red; */
	display:flex;
	align-items: center;
	width: -webkit-fill-available;
	/* height: 23px; */
	/* padding: 12px; */
	border-radius: 17px;
	/* background: #eeeeee; */
	border: 2px solid #dcdcdc;
	/* background: #fff; */
	/* color: #757575; */
}

.virtual_code{
	/* background:red; */
	display:flex;
	align-items: center;
	width: -webkit-fill-available;
	/* height: 23px; */
	/* padding: 12px; */
	border-radius: 17px;
	/* background: #eeeeee; */
	border: 2px solid #dcdcdc;
	/* background: #fff; */
	/* color: #757575; */
}

.phone_left{
	width: 70px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	gap: 4px;
	color: #757575;
	padding: 12px;
}

.phone_left img{
	width:24px;
}

.virtual_phone input{width: calc(100% - 88px);background: none;border: none;border-radius: 0px;font-size: 16px;/* background: cadetblue; */border-left: 2px solid #dcdcdc;color: #757575;font-weight: 600;letter-spacing: 4px;padding: 8px 8px 8px 16px;}
.virtual_phone input:focus{border-left: 2px solid #dcdcdc; outline:none;}

.virtual_code input{width: calc(100% - 0px);background: none;border: none;border-radius: 0px;font-size: 16px;/* background: cadetblue; *//* border-left: 2px solid #dcdcdc; */color: #757575;font-weight: 600;text-align: center;letter-spacing: 12px;}
.virtual_code input:focus{outline:none;}

/*[][][][][][MOBILE MENU][][][][][]*/

#mobile_menu{
	display: none;
}

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

.popupmain{
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 5;
	transition: 0.2s;
	animation-name: getback;
	animation-duration: 0.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}

.popupmain .closer{
	width: 100%;
	height: 100%;
	top: 0px;
	background: #0000004f;
	position: fixed;
	z-index: 1;
}

.popupmain .frame{
	width:calc(100% - 32px);
	max-width:800px;
	height: max-content;
	max-height:800px;
	background:#ffffff;
	box-shadow: 1px 1px #000;
	border-radius:12px;
	overflow: auto;
	z-index:2;
}

.popupmain .head{
	font-size:16px;
	font-weight:600;
	margin: 12px;
}

.popupmain .text{
	font-size:15px;
	font-weight:400;
	white-space: break-spaces;
	margin: 12px;
}


.loginf{
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(-45deg, #2c6ba4, #123a5f, #2674ba, #2c6ba4);
	background-size: 200% 200%;
	animation: gradient 15s ease infinite;
}

.loginf .frame{
	/* background: #fff; */
	border-radius: 12px;
	padding: 16px;
	display: grid;
	gap: 12px;
	justify-content: flex-end;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgb(0 0 0 / 20%); */
	animation-name: scale;
	animation-duration: 0.5s;
}

.loginf .frame .text{
	font-size:15px;
	color: #fff;
	font-weight: 600;
}


.loginf .frame img{
	height: 64px;
	margin: auto;
}

/*[][][][][][CUSTOM MAP][][][][][]*/

.maps_custom_popup{
	background:#ffffff;
	box-shadow:1px 1px #000;
	border-radius:12px;
	padding: 2px;
}

.maps_custom_popup .cover{
	width:200px;
	height:120px;
	background:#e5e5e5;
	margin: 4px;
	border-radius:8px;
	display: grid;
	align-content: end;
	background-size: cover;
	background-position: center;
}

.maps_custom_popup .company{
	display:flex;
	gap:4px;
	margin: 4px;
}

.maps_custom_popup .head{
	font-size: 12px!important;
	font-weight: 500!important;
	padding: 0px!important;
	text-align: left;
	color: #ffffff;
	text-shadow: 0 0 4px black;
}

.maps_custom_popup .group{display: grid!important;align-content: center;gap: 2px!important;background: #0000004a;border-radius: 4px;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}

.maps_custom_popup .subject{
	font-size:12px!important;
	text-align: left;
	color: #ffffff;
	text-shadow: 0 0 4px black;
}


.maps_custom_popup .icon{
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background:#c4c4c4;
	border: 1px solid #fff;
	background-size: cover;
	background-position: center;
}

/*[][][][]JOB REDESIGN*/
.jobheader{
	width: calc(100% - 16px);
	max-width: 1400px;
	height: max-content;
	background-size:cover;
	background-position:center;
	border-radius: 24px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 60px;
}

.jp_filter{
	width:100%;
	height: 300px;
	/* background: #202d33ab; */
	/* background: linear-gradient(0deg, rgba(17, 40, 51, 0.7) 0%, rgba(16, 50, 61, 0.6) 40%, rgba(255, 255, 255, 1) 100%); */
}

.jp_limiter{
	width: calc(100% - 0px);
	max-width: 1400px;
	height:100%;
	margin:0px auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.jp_top{
	display:flex;
	align-items:center;
	color: #fff;
	width: -webkit-fill-available;
	padding: 12px;
	background: linear-gradient(180deg, rgba(17, 40, 51, 0.7) 0%, rgb(0 0 0 / 28%) 40%, rgb(0 0 0 / 0%) 100%);
	justify-content: space-between;
}

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

.jp_top .close{
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 4px #000;
}

.action-area{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap: 16px;
	border-top: 1px solid #f3f3f3;
	padding-top: 12px;
	margin-top: 12px;
}

.jp_cancel{
	width: max-content;
	padding: 0px 12px;
	height: 42px;
	border-radius: 12px;
	display: none;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	gap: 8px;
	color: #000000;
	justify-content: center;
	box-shadow: 0 1px 2px rgb(0 0 0 / 3%), 0 4px 12px rgb(0 0 0 / 0%);
	border: 1px solid #e1e1e1;
	cursor:pointer;
	background: #ffffff;
}

.jp_cancel img{
	/* width:16px; */
	height: 16px;
	margin: 0px auto;
}

.jp_report{
	width: -webkit-fill-available;
	padding: 0px 12px;
	height: 42px;
	border-radius: 12px;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	gap: 4px;
	color: #000000;
	justify-content: center;
	box-shadow: 0 1px 2px rgb(0 0 0 / 3%), 0 4px 12px rgb(0 0 0 / 0%);
	border: 1px solid #f1e8da;
	cursor:pointer;
	background: #fffaf3;
}

.jp_report img{
	width: 32px;
	height: 32px;
	transform: translate(0px, 0px);
	/* margin: 0px auto; */
}


.jp_web{
	width: -webkit-fill-available;
	padding: 0px 12px;
	height: 42px;
	border-radius: 12px;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	gap: 4px;
	color: #000000;
	justify-content: center;
	box-shadow: 0 1px 2px rgb(0 0 0 / 3%), 0 4px 12px rgb(0 0 0 / 0%);
	border: 1px solid #e3e3e3;
	cursor:pointer;
	background: #ededed;
	opacity: 0.5;
}

.jp_web img{
	width: 20px;
	height: 20px;
	transform: translate(0px, 0px);
	/* margin: 0px auto; */
}

.jp_mobile{
	display:flex;
	align-items:center;
	gap: 8px;
	padding: 8px;
	width: 66%;
	/* overflow: hidden; */
}

.jp_mobile:hover{
	background:#fcfcfc;
}

.jp_mobile:focus{
	background:#fcfcfc;
}

.jp_applybtn{
	width:33%;
	background: #ffffff;
	display:flex;
	align-items:center;
	flex-direction: column;
	border-left: 1px solid #e5e5e5;
	justify-content: center;
}

.jp_applybtn:hover{
	background:#fcfcfc;
}

.jp_applybtn:focus{
	background:#fcfcfc;
}

.jp_applybtn .head{
	font-size: 15px;
	font-weight:600;
	color: #7c05fb;
	/* text-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(0 0 0 / 20%); */
}

.jp_applybtn img{
	width:32px;
}

.jp_middle{
	display:flex;
	align-items:center;
	gap: 8px;
	/* margin-bottom: 12px; */
	/* padding-bottom: 12px; */
	/* border-bottom: 1px solid #f5f5f5; */
}

.jp_center{
	display:flex;
	flex-direction: column;
	gap: 16px;
	width: -webkit-fill-available;
}

.jp_compicon{
	width:60px;
	height:60px;
	border-radius:12px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(0 0 0 / 14%);
}

.jp_compgroup{
	display:flex;
	align-items: flex-start;
	gap: 2px;
	flex-direction: column;
	height: max-content;
	width: calc(100% - 68px);
}

.jp_compgroup .head{
	font-size: 18px;
	font-weight:600;
	color: #000000;
	/* text-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(0 0 0 / 20%); */
}

.jp_compgroup .subject{
	font-size: 13px;
	font-weight:400;
	color: #000000;
	/* text-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(0 0 0 / 20%); */
}

.jp_information{
	border-top: 1px solid #f3f3f3;
	margin-top: 12px;
	/* padding-top: 12px; */
}

.jp_panel .text{
	font-size: 14px;
	font-weight:400;
	margin-top: 12px;
	color: #000000;
	/* text-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(0 0 0 / 20%); */
}

.jp_panel .information{
	font-size: 11px;
	font-weight:400;
	padding: 6px;
	border: 1px dashed #e2711b;
	background: #fffaf3;
	border-radius: 12px;
	color: #000000;
	/* text-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(0 0 0 / 20%); */
}

.jp_contact{
	width:-webkit-fill-available;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin: 12px 0px;
}

.jp_click{
	color:grey;
	font-size:14px;
}

.jp_contact div{
	display:flex;
	align-items: center;
	gap:8px;
}

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

.jp_special{
	display:flex;
	width:-webkit-fill-available;
	justify-content: space-between;
	align-items: center;
}

.jp_bottom{
	display:flex;
	align-items: flex-start;
	gap: 2px;
	flex-direction: column;
}

.jp_funcs{
	display:flex;
	gap: 8px;
	/* transform: translate(0px, 60px); */
}

.positions{
	font-size:24px;
	font-weight:600;
	color: #1e8aec;
}

.jp_bottomgroup{
	display:flex;
	align-items: flex-start;
	gap: 18px;
}

.jp_tag{
	display:flex;
	align-items:center;
	gap:4px;
	/* color:#fff; */
	font-size: 14px;
}

.jp_tag img{
	width: 20px;
	height: 20px;
}

.jp_button{
	width: 42px;
	height: 42px;
	border-radius: 21px;
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: center;
	box-shadow: 0 1px 2px rgb(0 0 0 / 11%), 0 4px 12px rgb(0 0 0 / 26%);
	cursor: pointer;
	border: none;
}

.jp_button img{
	height: 60%;
}

.jp_apply{
	width: -webkit-fill-available;
	padding: 0px 12px;
	height: 42px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	box-shadow: 0 1px 2px rgb(0 0 0 / 3%), 0 4px 12px rgb(0 0 0 / 0%);
	border: 1px solid #e1e1e1;
	cursor:pointer;
	/* color: #1e588b; */
}

.jp_apply img{
	height: 30%;
}


.jp_founder{
	width: calc(100% - 48px);
	max-width: 1400px;
	margin: 24px auto;
	display: flex;
	gap: 32px;
}


.jobcontent ul{
	padding: 0px 20px;
	margin: 0px;
}

.jobcontent li{
	margin:4px 0px;
}

.job_s{
	font-size: 18px;
	width: max-content;
	font-weight:600;
	color: #4f5a65;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #c5c5c5; */
}

.jp_main{
	display:flex;
	gap: 16px;
	flex-direction: column;
	width: calc(100% - 432px);
	/* box-shadow: 0 1px 2px rgb(205 205 205),0 4px 12px rgb(211 234 255); */
	/* padding: 12px; */
	border-radius: 20px;
}

.jp_second{
	width: 400px;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 24px;
	
}

.jobbaser{
	width:-webkit-fill-available;
	/* box-shadow: 0 1px 2px rgb(205 205 205),0 4px 12px rgb(211 234 255); */
	padding-bottom: 16px;
	border-radius: 0px;
	border-bottom: 1px solid #ebebeb;
}

.jobbaser p{
	margin:0px;
}

.jobcontent{
	width:-webkit-fill-available;
	/* box-shadow: 0 1px 2px rgb(205 205 205),0 4px 12px rgb(211 234 255); */
	/* padding: 12px; */
	border-radius: 20px;
}

.jobcontent p{
	margin:0px;
}

.jp_panel{box-shadow: 0 1px 2px rgb(205 205 205),0 4px 12px rgb(211 234 255);padding: 12px;border-radius: 16px;}

.validation-item label{
	display:flex;
	align-items:center;
	gap: 8px;
	font-size: 13px;
	margin: 12px 0px;
}

.mobile_apply{
	position:fixed;
	bottom: 65px;
	z-index:5;
	background:#fff;
	width:-webkit-fill-available;
	/*padding: 12px;*/
	margin: 12px;
	border-radius: 12px;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	box-shadow: 0px 0px 7px rgb(71 71 71 / 49%);
	display:none;
}

/*[][][][][][ANIMATION MODULE][][][][][]*/

@keyframes getback {
  from {opacity:0}
  to {opacity:1}
}

@keyframes getout {
  from {opacity:1}
  to {opacity:0}
}

@keyframes loadingpage {
  from {margin-top:100px;opacity:0}
  to {margin-top:0px;opacity:1}
}

@keyframes hidepanel {
  from {display:grid}
  to {display:none}
}

@keyframes getmenu {
  from {top : 40px; scale:0.8 ; opacity:0}
  to {top : 70px;scale:1; opacity:1}
}

@keyframes button_focus {
  from {transform:scale(1.0);}
  to {transform:scale(1.02);}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}