*{
	user-select:none;
}
body{
	background: #fff;
	font-family: 'Poppins' !important;
}
hr{
    margin-top: 0px !important;
    margin-bottom: 0px;
    background: #3eb720;
    height: 0px;
}
.main_container{
  width: 1200px;
  padding: 0;
  margin: 5px auto;
  display: block;
  font-family: poppins;
}

.top_area{
    background: url(../img/ap6.png) #353535 repeat !important;
    grid-auto-flow: column;
    height: 90px;
    display: grid;
    align-items: center;
    grid-template-columns: 200px calc(100% - 200px);
    border-radius: 6px;
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.2);
    width: 100%;
}
.logo{
    width: 200px !important;
    display: inline-block;
    margin-left: 15px;
}

.field{
  width: 100%;
  padding: 0px;
  background: #fbfbfb;
  border-radius: 4px;
  float:left;
  border: 0px solid #8097e8;
}

     
    
.inpot{
	 width: calc((100%/3.4) - 3px);
	 margin-left: 0px;
	 margin-right: 4px;
	 outline: none !important;
	 border-radius: 0px !important;
	 transition: none !important;
	 height: 45px;
	 margin-top: 5px;
	 border: 1px solid rgb(239 239 239 / 0%);
	 box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 8%);
}
.inpot:hover{border: 1px solid #3a64b1;}
.inpot:focus{
	box-shadow:none !important;
	border:1px solid #3eb720;
	}
.inpot:active{
	box-shadow:none !important;
	border:1px solid #3eb720;
	}
.typeTemplate{
   
float: left;
}
.inputTemplate{
   
float: left;
}
 
.fieldTemplate::placeholder{
	color:#777;
	font-weight:500 !important;
}
.fieldTemplate{
    
margin-top: 5px;
    
border: 1px solid rgb(239 239 239 / 0%);
    
height: 45px;
    
box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 8%);
    
transition: none !important;
    
outline: none !important;
    
border-radius: 0px !important;
    
color: #444;
    
font-weight: 700;
}

.fieldTemplate:hover{
    border: 1px solid #71a3ff;
    outline: none !important;
}
.fieldTemplate:active{border: 1px solid #3eb720;outline: none !important;}

.fieldTemplate:focus{
    border: 1px solid #3eb720 !important;
    box-shadow: none !important;
	}


.mavi{
	color: blue;
    display: inline;
    font-weight: 900;
}
.kirmizi{
	color: red;
    display: inline;
    font-weight: 900;
}
.duzenSayfasi{
    width: 800px;
    margin: 0 auto;
}
.errorBilgi{
	background:red;
	color:#fff;
	padding:10px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	font-family:arial; 
	font-size:13px;
	}
.tableName{
    box-shadow: none !important;
    height: 50px;
    transition: none;
    border: 2px solid #007bff;
    border-radius: 1px;
    font-weight: 600;
    background: #ffffff !important;
    color: #4c4c4c !important;
}
.tableName:hover{
    background: #ffffff !important;
    border: 2px solid #51ad33;
}
.removeButton {
    float: right;
    background: #ff0000;
    height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 28px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.025),0 2px 5px rgba(0,0,0,.04)!important;
    font-weight: 700;
    border-radius: 6px;
    width: 30px;
    right: 20px;
    top: 72px;
}

.removeButton:hover {
    cursor: pointer;
    background: #ff4f4f;
}
.f12 {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ababab;
    position: relative;
    box-sizing: border-box;
    background: #e8e8e8;
    padding: 10px;
}

.tableName::placeholder {
	color:#aaa  !important;
}
.top{
    color: #444;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    width: calc(100% - 20px);
    background: #eac268;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    margin-left: 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 16px;
}
.menu{
    margin-bottom: 40px !important;
    height: 30px;
    border-bottom: 1px solid rgb(226 226 226 / 70%);
    color: #3faf6d;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 600;
    margin-top: 10px;
    width: calc(100% - 30px);
    margin: 9px auto;
}
 

.swal-wide{
    width:850px !important;
}



ul.language_list{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
display: grid;
    grid-auto-flow: column;
    justify-content: end;
    align-items: center;
    padding-right: 20px;
}
ul.language_list li img{
    margin-right: 7px;
}
ul.language_list li{
    float: left;
    margin-right: -2px;
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    font-weight: 700;
    color: #545454;
    padding: 4px 10px;
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    border-radius: 2px;
}

ul.language_list li:hover{
    background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%);
    cursor:pointer;
    color: #545454;
}

.selectedLang {
    background: linear-gradient(to bottom, #8fc800 0%,#8fc800 100%) !important;
    color: #3e5601 !important;
}

.maker_home{
    width: calc(100% - 30px);
    display: grid;
    grid-template-columns: 480px calc(100% - 500px);
    grid-gap: 20px;
    margin: 0 auto;
}
.generator_area{
    width: 480px;
    display: inline-block;
    padding: 0;
    background: #ffffff;
}

.demo_area{
    padding: 20px;
    background: #f1f1f1;
}

ul.simulateList{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #444;
    min-height: 200px;
}
ul.simulateList li:nth-child(even){
	background:#dfdfdf;
}
ul.simulateList li:nth-child(odd){
	background:#fff;
}
ul.simulateList li{
    grid-auto-flow: column;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
ul.simulateList li span{}
ul.simulateList li div{}

.demo_count{
    width: 20px;
    font-weight: 700;
    display: inline-block;
}
.demo_field{
    width: 110px;
    font-weight: 700;
    display: inline-block;
}
.demo_type{
    width: 130px;
    display: inline-block;
}
.demo_utf{}
.demo_ai{
    display: inline-block;
    width: 160px;
}

.demo_tableName{
    font-size: 22px;
    font-weight: 600;
    color: #4670d0;
}


ul.simulateList_visual{
    list-style: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    min-height: 200px;
    font-weight: 500;
    font-family: 'Poppins';
    background: rgb(68 59 93);
    border-radius: 0px;
}
 
ul.simulateList_visual li{
    grid-auto-flow: column;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
}
ul.simulateList_visual li span{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
ul.simulateList_visual li div{}

.demo_button_area{
    padding: 0 10px;
    margin-top: 40px;
}
.demo_button_img1{}
.demo_button_img2{
    margin-left: 10px;
}

.demo_mysql_title{
    background: #4ba369;
    padding: 8px 16px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
}
.demo_visual_title{
  background: #c35f5f;
  padding: 8px 16px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border-radius: 4px;
}

.wya_mysql{
    color: #999;
    padding: 0 5px;
    margin-bottom: 30px;
	    font-size: 12px;
    font-family: 'Poppins';
}
.wya_visual {
    color: #f5f5f5;
    font-size: 12px;
    font-family: 'Poppins';
}

.lang_menu{
}
.go_panel{
    position: absolute;
    top: 10px;
    right: 12px;
    background: #3a3a3a;
    color: #fff !important;
    padding: 0 25px;
    display: inline-block;
    height: 36px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.025),0 2px 5px rgba(0,0,0,.04)!important;
    line-height: 35px;
    border-radius: 4px;
}
.go_panel:hover{
  background: #505050;
}
.top a:hover{
    color: #f1f13d;
}
.top a{color: #fff;text-decoration: none;font-weight: 600;}

.topr{
    height: 100%;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-gap: 10px;
    grid-template-columns: calc(100% - 110px) 100px;
}
.version{
    color: #7aff97;
    font-size: 28px;
    font-weight: 600;
}




.menu2{
    display: grid;
    background: rgb(255 255 255 / 0%);
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    color: #5872ab;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    height: 40px;
    font-family: 'Poppins';
}
.menu2 div{}
.anasayfa{}
.yardim{}
.iletisim{}

.what_u_want{
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wants{border-radius: 4px;cursor: pointer;height: 40px;display: grid;align-items: center;justify-content: center;font-weight: 500;font-size: 15px;line-height: 41px;position:relative;overflow:hidden;grid-auto-flow: column;grid-gap: 8px;}
.wants img{
	position:absolute;
	
}

.wants .r_show{
	top: 9px;
	right: 10px;
	transition:all .4s;
	transform:scale(1);
}

.wants .r_hide{
	top: 9px;
	right: 10px;
	transition:all .04s;
	transform:scale(0);
}

.what_u_want .want_selected{
	background: #7d5cce;
	color: #fff;
}
.what_u_want .want_not_selected{
	background: #e6e6e6;
	color: #a0a0a0;
	border: 1px solid #ddd;
}
.what_u_want .content_form{}
.what_u_want .contact_form{}
.what_u_want .slider{}


.tur_bilgi{
	margin-bottom: 35px;
	margin-top: 10px;
	background: #fff;
	padding: 6px 0;
	font-weight: 500;
	height: 45px;
	text-indent: 10px;
	color: #7d5cce;
	display: grid;
	align-items: center;
}


.create_info{
    text-align: left;
    padding: 30px;
    font-size: 14px;
    line-height: 23px;
    width: 80%;
    color: #398a1f;
    display: inline-block;
    background: #f1f1f1;
    margin-top: 20px;
}
.table_area{}
.ok {
    position: absolute;
    left: -40px;
    font-size: 32px;
    top: 10px;
    animation-iteration-count:infinite;
    color: #e63f3f;
}

.field_ok {
    position: absolute;
    left: -15px;
    font-size: 20px;
    top: 28px;
    animation-iteration-count:infinite;
    color: #8774bb;
}

ul.tables{
    line-height: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tables li{
    font-family: 'Poppins';
    font-size: 18px;
    margin-bottom: 3px;
    background: #f1f1f1;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #636363;
}
ul.tables li:hover{
    background: #f5ce76;
    color: #715f35;
    cursor: pointer;
}
ul.tables li span{}

.connect{
    position: absolute;
    right: 16px;
    top: 20px;
    font-size: 20px;
    background: #f79d40;
    width: 35px;
    color: #fff;
    height: 35px;
    text-align: center;
    line-height: 30px;
    display: grid;
    align-items: center;
}
.connect:hover{
    background: #000;
    cursor: pointer;
}

.chooseTable h2{
    text-align: center;
    font-size: 22px;
    color: #6d940a;
}
.chooseTable{background: #ffffff;position: absolute;right: -400px;top: 16px;border-radius: 7px;width: 400px;padding: 40px 20px;text-align: center;box-shadow: 0 1px 18px 2px rgb(90 90 90 / 38%);min-height: 200px;margin: 0 auto;display: grid;align-items: center;justify-content: center;grid-gap: 15px;}


.closeChoose:hover{
	background: #d86464;
	cursor:pointer;
	color: #fff;
	transition: .4s all;
}
.closeChoose{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    color: #d86464;
    font-size: 30px;
    box-shadow: -4px 2px 23px -4px #868686;
    height: 50px;
    background: #fff;
    display: grid;
    transition: .4s all;
    align-items: center;
    border-radius: 100px;
}


.connecting{
	position:relative;
	background: #2d2d2d;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	grid-auto-flow: column;
	width: 100%;
	text-align: center;
}

.conn_link{
    position: absolute;
    left: 3px;
    font-weight: 500 !important;
    top: 1px;
    font-size: 20px !important;
    color: #fff;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
}
.conn_del:hover{
	background:#000;
	cursor:pointer;
}
.conn_del{
    position: absolute;
    left: -36px;
    font-weight: 500 !important;
    top: 0;
    font-size: 22px !important;
    color: #fff;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.025),0 2px 5px rgba(0,0,0,.04)!important;
    width: 32px;
    background: #e63f3f;
    border-radius: 3px;
    height: 32px;
    text-align: center;
    line-height: 31px !important;
}