@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-FD.eot');
    src: url('../fonts/vazir/Vazir-FD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vazir/Vazir-FD.woff2') format('woff2'),
         url('../fonts/vazir/Vazir-FD.woff') format('woff'),
         url('../fonts/vazir/Vazir-FD.ttf') format('truetype'),
		 local('calibri');
		 
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Bold-FD.eot');
    src: url('../fonts/vazir/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vazir/Vazir-Bold-FD.woff2') format('woff2'),
         url('../fonts/vazir/Vazir-Bold-FD.woff') format('woff'),
         url('../fonts/vazir/Vazir-Bold-FD.ttf') format('truetype'),
		 local('calibri');
		 
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

li,p,a,h1,h2,h3,h4,h5,h6,button,
td,tr,table,select,input,textarea,div,text,span{
	font-family:vazir;
	letter-spacing:-0.75px;
	direction:rtl;

}

h1,h3,p,div {color:#666;}
h1.headline {
    letter-spacing: -2.5px;
    font-weight: 600;
    font-size: 35px;
    margin: 0 auto;
    width: 80%;
    padding-top: 0!important;
}
h2 {
    letter-spacing: -1.5px;
}
.info{color:#888}

#excel2vcf {
	width:80%;
	border: 10px dashed #ccc;
	border-radius:10px;

}
button.dz-button {
    font-weight: 300!important;
    letter-spacing: -1.2px;
}
span.cd-words-wrapper {
    font-size: 16px;
    letter-spacing: -1px;
}
.dropzone .dz-preview.dz-file-preview .dz-image:after {
	color:#12874e;
	font-size:60px;
	font-weight:900;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
	background:#27C499!important;
}
#excel2vcf {
    background: transparent;
	text-align:center;
    margin:0 auto;
}
.dz-default {
    background: url(../img/excel.upload.png) no-repeat 50% 25%;
	background-size: 80px;
    padding-top: 150px;
}
.dz-started {
    background: none;
}

label.container {
    font-weight: 400;
}
.result,
.init-txt {
    text-align: center;
    color: coral;
    font-weight: bold;
    margin: 0 auto;
}
.select-columns{padding-top:20px;}
.gbutton {
	background: #27C499;
	padding: 3px 5px;
	border-radius: 3px;
	color: white;
}
#result, .result {
    width: 80%;
    margin: 0 auto;
}
.dz-drag-hover{
	background-color:#eee!important;
}
a {
	color: cornflowerblue;
	text-decoration: none;
}

.columns-vcf {
	min-width: 200px;
	border-radius: 5px;
	border-color: #fff;
	border: 2px solid #ddd;
}
.columns-xls {
	min-width: 200px;
	display: inline-block;
	margin: 2px 5px;
	background: deepskyblue;
	color: white;
}
.submit {
	margin: 5px;
	font-size: 20px;
	font-weight: 300;
	background: green;
	color: white;
	border: 0;
}

/* CSS button */

.submit {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.submit span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.submit span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.submit:hover span {
  padding-right: 25px;
}

.submit:hover span:after {
  opacity: 1;
  right: 0;
}

/*endof CSS Button */
h1.center {
    margin: 0 auto;
    padding-top: 20px;
}
.center {text-align:center;}
.number {
    background: #b2e8c8;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    color: white;
    border-radius: 30px;
}
.number img {margin:10px}
.more-options {
	margin: 20px 0;
	text-align:right;
}
.more {
	border-bottom: 2px dashed #aaa;
	display: block;
	padding: 10px 0;
}
.convert-result {
	text-align: center;
	margin: 4% 10% 0.5%;
	border: 2px solid #eee;
	padding: 5% 5% 2%;
	border-radius:15px;
}
.footer-area a{color:darkmagenta;font-size:13px}
.footer-area {
	text-align:center;
}
.header {
	font-weight: 500;
	font-size:20px;
	display: block;
}
.data-entry {
	padding:5px;
	margin:5px;
	text-align:center;
	direction:ltr!important;
	width:50%;
	font-size: 15px;
	min-height: 40px;
}
.loading {
	text-align:center;
	margin:5px;
}
.loading .startme {
  border: 10px solid #27C499; /* Light green */
  border-top: 10px solid #FFA500; /* orange */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.6s linear infinite;
  background:transparent;
  margin:20px;
  display:inline-block;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 25px!important;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: ORANGE!important;
}

/* Floating Social Media Bar Style Starts Here */

.float-sm {
    position: fixed;
    right: -150px;
    top:30%;
}

.fl-fl {
  direction: rtl;
  text-align: right;
  width: 210px;

  z-index: 99;
  font-size:15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
  font-style: normal;
  display:inline-block;
  width: 50px;
  height: 30px;
  text-align:center;

}


.fl-fl { text-align:left;}
.fl-fl:hover { padding-right:100px;}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: left;
  line-height: 50px!important;
  vertical-align: top!important;
}

.float-fb {
  background: #3A589E;

}

.float-tw {
  background: #429CD6;
}

.float-gp {
  background: #0D77B7;
}

.float-rs {
  background: #bf0000;
}

.float-ig {
  background: #83C11F;
}

.float-pn {
  background: #777;
}
/* Floating Social Media Bar Style Ends Here */

.acknowledge {
	color: green;
	font-weight: 600;
	margin: 0 0 10px;
	display: block;
}
.warning {
	color: red;
	font-weight: 600;
	margin: 0 0 10px;
	display: block;
    text-align: center;
}

.green {
	color:green;
}

.grecaptcha-badge {
	display: none!important;
}

body {
	width:100%;
	margin:0 auto;
    overflow-x: hidden;
	padding-bottom:20px;
}
.violet {
    display: inline-block;
    background: blueviolet;
    color: white;
    padding: 0 5px;
    font-size: 13px;
    border-radius: 3px;
}

.blue {
    display: inline-block;
    background: #429CD6;
    color: white;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px;
}

.greenbox {
    background:green;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    margin: 10px;
}

.bluebox {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    margin: 10px;
}

.N, .N_FAMILY,.FN {
	background: #eee;
}

a.dowload-vcf {
    color: white;
    background: green;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 20px;
    display: inline-block;
}

a.dowload-vcf:hover {
	background: orange;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  70% {opacity: 1.0;}
  to {opacity: 0.0;}
}


table.sample-table {
    width: 100%;
    text-align: center;
}

.sample-table .tdTEL{direction:ltr;}
tr:nth-child(odd) {
    background: #eee;
}
tr:hover{background:#ccc;}
tr,td{cursor:not-allowed

; }

td {
    font-size: 13px;
}

.first-row td {
    background: crimson;
    color: white;
}


/* The checkbox  */
.container {
    display: table;
    position: relative;
    padding-right: 30px;
    margin-bottom: 5px;
    cursor: pointer;
	letter-spacing:-1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio label.container {
    display: inline-block;
    margin: 0 0 15px 20px;
}
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: deepskyblue;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:before {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:before {
    display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:before {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* end of checkbox */

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark-radio {
  background-color: #27C499;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark-radio:before {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark-radio:before {
  top: 9px;
  right: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.radio {
    padding: 10px 0;
}
/* accordion */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
	border-radius:10px;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 0 18px;
    /*display: none;*/
    background-color: white;
    overflow: hidden;
}

/* end of accordion */


.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.glowing {
	background:yellow;
}


.circle {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transition-timing-function: linear;
    cursor:pointer;
}
.circle:hover {
    -webkit-animation-name: none;
    -moz-animation-name: none;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(360deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(360deg);
    }
    50% {
        -moz-transform: rotate(0deg);
    }
    75% {
        -moz-transform: rotate(-360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}


canvas {
    position: fixed;
    left:0;
    z-index: -1;
}

.error {
    background: red;
    color: white;
    padding: 5px;
    margin: 10px 0;
    border-radius: 5px;
}
#flowers {
  width: 100%;
  height: 100%;
  overflow: visible;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

#addWhere, #whichString, #startnumb {
    padding: 5px;
    display: none;
    margin: 0 2px;
}

.space {
    display: inline-block;
    padding: 10px 0;
}
.bubbler-menu-item a {
    color: white;
    font-size: 25px;
    line-height: 60px;
    display: inline-block;
}
.iconic {
	width:35px;
	height:35px;
	padding:10px;
}
.gateway {
    display: inline-block;
    padding: 10px 10px;
	/*display:none;*/
}

.gateway input[type="radio"][disabled] + label 
 {
     color: #ccc;
	 filter: grayscale(100%);
 } 

img.gateway {
    width: 100px;
    padding: 0;
}

.gateway input[type="radio"] {
    height: 23px;
}

input#addPrefixString {
    margin: 0px 2px 10px;
    padding: 4px;
}
.dropzone .dz-message .dz-button {
    color: #999;
    line-height: 30px;
}
form#convert {
    padding-top: 15px;
}
/* toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #27C499;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #444;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  background-image: url(../img/toggle-theme.png);
  background-position:50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider.round:before {
  border-radius: 50%;
}

label.switch.theme {
    position: absolute;
    top: 25px;
    right: 25px;
}

/* end of toggle */
.privacy-policy {
    direction: rtl;
    text-align: right;
	width:75%;
    color: #444!important;
}

@media screen and (min-width: 1200px)  and (max-width: 1400px){
		html {
			zoom: 110%;
		}
}
@media screen and (min-width: 1400px) and (max-width: 1600px){
		html {
			zoom: 120%;
		}
}
@media screen and (min-width: 1600px) and (max-width: 1800px){
		html {
			zoom: 130%;
		}
}
@media screen and (min-width: 1800px) and (max-width: 2000px){
		html {
			zoom: 160%;
		}
}
@media screen and (min-width: 2000px) and (max-width: 2200px){
		html {
			zoom: 170%;
		}
}
@media screen and (min-width: 2200px) and (max-width: 2400px){
		html {
			zoom: 200%;
		}
}
@media screen and (min-width: 2400px) and (max-width: 2600px){
		html {
			zoom: 210%;
		}
}
@media screen and (min-width: 2600px) and (max-width: 2800px){
		html {
			zoom: 280%;
		}
}
@media screen and (min-width: 2800px) and (max-width:3000px){
		html {
			zoom: 330%;
		}
}
@media screen and (min-width: 3000px) and (max-width: 3200px){
		html {
			zoom: 360%;
		}
}
@media screen and (min-width: 3200px) {
		html {
			zoom: 370%;
		}
}



@media screen and (max-width: 800px) {
		#excel2vcf {
			background: none!important;
		}
		.float-sm {
			display: none;
		}
		.data-entry {
			width: 90%!important;
		}
		
		.ref {
			font-size:11px;
		}
		.cd-headline.clip .cd-words-wrapper {
			font-size: 12px;
		}
}