@charset "utf-8";
/* CSS Document */
a:hover{
	text-decoration: none !important;
}
.name-info-box{
	border-radius:30px;
	text-align:center;
	min-height:100px;
	margin: 20px auto;
}
.name-info-title{
	font-weight: bold;
}
.male-color{
	box-shadow: 0px 0px 10px #00f;
}
.female-color{
	box-shadow: 0px 0px 10px #f00;
}
.name-suggested{
	display: inline-block;
	height: 50px;
	line-height: 50px;	
	border-radius: 10px;
	margin: 10px;
	text-align: center;
	padding: 0px 10px;
}
.alphabet-chars{
	display: inline-block;
	height: 50px;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	border:dashed thin #d103b6;
}
.alphabet-chars:hover{
	background-color: #d103b6;
	color: #fff;
	cursor: pointer;
}
.name-search-result{
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 10px;
	margin: 5px;
	font-size: 22px;
	border-radius: 5px;
	border:dashed 2px #d103b6;
	vertical-align: middle;
}
.name-search-result:hover{
	background-color: #d103b6;
	color: #fff;
	cursor: pointer;
}
.name-search-result img{
	width: 40px;
	max-width: 35%;
}
.name-search-result span{
	font-size: 14px;
	color: #333;
	direction: rtl !important;
}
.names-box-link{
	border:dashed 2px #36b;
	border-radius: 15px;
	text-align: center;
	margin: 10px;
}
.names-box-link:hover{
	box-shadow: 0px 0px 10px #36b;
}
.names-box-link img{
	width: 200px;
	max-width: 80%;
}
.names-box-link h3{
	font-size: 18px;
}
.color1{
	box-shadow:0px 0px 10px rgb(1, 70, 1);
}
.color2{
	box-shadow:0px 0px 10px rgb(21, 255, 0);
}
.color3{
	box-shadow:0px 0px 10px rgb(2, 66, 150);
}
.color4{
	box-shadow:0px 0px 10px rgb(113, 126, 0);
}
.color5{
	box-shadow:0px 0px 10px rgb(216, 105, 2);
}
.color6{
	box-shadow:0px 0px 10px #f00;
}
.search-noresultimage-holder{
	margin: 0 auto;
	width: 500px;
	height: 300px;
}
.search-noresultimage-holder img{
	width: 100%;
	height: 100%;
}
.search-noresultimage-holder span{
	width: 100%;
	height: 100%;
	font-weight: bold;
	position: relative;
	top: -170px;
	left: -10px;
}
.names-record-btn{
	display: block;
	height: 50px;
	line-height: 50px;
	border: dashed thin rgba(4, 189, 4, 0.712);
	border-radius:20px;
	box-shadow: 0px 0px 5px rgba(4, 189, 4, 0.712);
	padding: 0 20px;
}
.names-related-links-holder{
	direction: rtl;
	text-align: right;
	margin-top: 100px;
}
.names-related-links li{
	display: inline-block;
	min-height: 35px;
	line-height: 35px;
	border: dashed thin rgba(4, 189, 4, 0.712);
	border-radius:20px;
	box-shadow: 0px 0px 5px rgba(4, 189, 4, 0.712);
	padding: 0 10px;
	margin: 5px;
	text-align: center;
}
.names-similar-img{
	width:300px;
	max-width: 80%;
}






/*COMMENTS FOR NAME*/
.comments{
	text-align: right;
}
#emailHelp{
	color: #999;
	text-align: right;
	font-size: 12px;
}
.submitCommentBtn{
	box-shadow:0px 0px 10px rgb(216, 105, 2);
}
.previousComment{
	direction: rtl;
	text-align: right;
	box-shadow:0px 0px 10px rgb(250, 201, 156);
	border-radius: 10px;
	margin: 20px 0px;
}
.previousComment-ch-time{
	color:#666;
	font-size: 12px;
}
.previousComment-ch-comment{
	padding: 10px;
}
/*END COMMENTS FOR NAME*/






.container {
    max-width: 640px;
    font-size: 14px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}






.wrapper{
  display: inline-flex;
  background: #fff;
  height: 100px;
  width: 400px;
  max-width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #f00;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-0:checked:checked ~ .option-0{
  border-color: #0fb600;
  background: #0fb600;
}
#option-1:checked:checked ~ .option-1{
  border-color: #0069d9;
  background: #0069d9;
}
#option-2:checked:checked ~ .option-2{
  border-color: #ff009d;
  background: #ff009d;
}
#option-0:checked:checked ~ .option-0 .dot,
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-0:checked:checked ~ .option-0 .dot::before,
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 20px;
  color: #808080;
}
#option-0:checked:checked ~ .option-0 span,
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}





@media only screen and (max-width:500px)
{
	body{
		font-size: 12px !important;
	}
	h3{
		font-size: 16px !important;
	}
	h4{
		font-size: 14px !important;
	}
	h5{
		font-size: 12px !important;
	}
	.names-related-links li{
		font-size: 12px !important;
	}
	ul{
		padding: 0px !important;
	}
	.name-suggested{
		height: 35px;
		line-height: 35px;	
		border-radius: 4px;
		margin: 5px;
		padding: 0px 4px;
	}

	.color1{
		box-shadow:0px 0px 3px rgb(1, 70, 1);
	}
	.color2{
		box-shadow:0px 0px 3px rgb(21, 255, 0);
	}
	.color3{
		box-shadow:0px 0px 3px rgb(2, 66, 150);
	}
	.color4{
		box-shadow:0px 0px 3px rgb(113, 126, 0);
	}
	.color5{
		box-shadow:0px 0px 3px rgb(216, 105, 2);
	}
	.color6{
		box-shadow:0px 0px 3px #f00;
	}

	.search-noresultimage-holder{
		width: 300px;
		max-width: 100%;
		height: 170px;
	}
	.search-noresultimage-holder img{
	}
	.no-margin-padding-small{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.wrapper{
		display: inline-flex;
		background: #fff;
		height: 50px;
		width: 100%;
		max-width: 100%;
		align-items: center;
		justify-content: space-evenly;
		border-radius: 5px;
		padding: 5px 5px;
		box-shadow: 5px 5px 30px rgba(0,0,0,0.2);		
	  }
	  .wrapper .option{
		background: #fff;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		margin: 0 3px;
		border-radius: 5px;
		cursor: pointer;
		padding: 0 3px;
		border: 2px solid lightgrey;
		transition: all 0.3s ease;		
	  }
	  .wrapper .option .dot{
		height: 10px;
		width: 10px;
		background: #d9d9d9;
		border-radius: 50%;
		position: relative;
	  }
	  .wrapper .option .dot::before{
		position: absolute;
		content: "";
		top: 0px;
		left: 0px;
		width: 10px;
		height: 10px;
		background: #f00;
		border-radius: 50%;
		opacity: 0;
		transform: scale(1.5);
		transition: all 0.3s ease;
	  }
	  .wrapper .option span{
		  font-size: 12px;

	  }
}
