* {
  margin: 0;
  border: 0;
  box-sizing: revert;
}
p{
  margin: 0;
}
@font-face {
  font-family: 'Sahel';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Sahel.ttf) format('truetype');
}
@font-face {
  font-family: 'Sahel';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Sahel-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Sahel-Black';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Sahel-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Awesome9';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Font_Awesome-900.otf);
}
html{
  font-size: 16px !important;
}
body {
  font-family: 'Sahel';
  padding: 2rem 3rem;
  margin: 0;
  background: #fafafa;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  direction: rtl;
  min-height: 700px;
  width: 100%;
  font-size: 16px;
  text-align: unset;
}
h1{
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
#loader h4 {
  font-size: 10px;
}
h5 {
  font-size: 10px;
}
.slide{
  width: auto !important;
  display: inline-block;
}
.outer {
  position: relative;
  margin: 0 auto;
}
#allNames1,
#allNames2,
#allNames3{
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-top: 10px;
}
#allNames1 p,
#allNames2 p,
#allNames3 p,
.nav p{
  width: 75px;
  height: 100px;
  text-align: center;
  font-family: "sahel";
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0.4rem 0.75rem;
  display: grid;
  align-content: center;
  cursor: pointer;
}
.nav{
  z-index: 2 !important;
  background: white;
  border-radius: 0 0 20px 20px;
  width: auto !important;
}
.logo{
  width: 150px;
  margin-left: 20px;
}
.content {
  margin: 0 auto;
  min-width: 500px;
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2), 0px 3px 7px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
}
header {
  padding: 10px 0 40px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
}
header .header_date {
  text-align: center;
  font-weight: bold;
  margin-right: 20px;
}
.header {
  padding: 10px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
}
.content_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.name-row,
.nav-row {
  display: flex;
  font-size: 13px;
  color: #999;
  position: relative;
}
#errorMessage{
	display: none;
	color: red;
}
#loader {	
  border: 16px solid #6a5aa2;
  border-top: 16px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 40px;
  font-size: 12px;
  color: #6a5aa2;
  text-align: center;
  font-weight: bold;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loader2 {
  border: 16px solid white;
  border-radius: 50%;
  border-top: 16px solid #6a5aa2;
  border-bottom: 16px solid #6a5aa2;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  color: #6a5aa2;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

  100% {
    transform: rotate(360deg);
  }
}
#loader3 {
  border: 16px solid white;
  border-radius: 50%;
  border-top: 16px solid #6a5aa2;
  border-bottom: 16px solid #6a5aa2;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  color: #6a5aa2;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

  100% {
    transform: rotate(360deg);
  }
}
.nav .nav-row:nth-child(1){
  font-size: 15px !important;
  font-weight: bold;
  background: #6a5aa2;
  color: white;
  box-shadow: 0px 10px 20px rgba(106, 90, 162, 0.2);
  border-radius: 20px;
  overflow: auto;
}
.container {
  width: auto;
	position: relative;
	margin: auto;
  padding: 0;
  text-align: center;
}
.main {
  width: auto;
  display: block;
  margin: 0 auto;
}
#another-div{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 20px 30px 30px;
  display: none;
  z-index: 10;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  max-width: 500px;
  min-width: 500px;
  text-align: justify;
  font-size: 20px;
  animation: showBox .2s;
}
@keyframes showBox {
  from {
    transform: scale(0) translateY(-50%);
  }
  to {
    transform: scale(1) translateY(-50%);
  }
}
#another-div button:hover{
  color: black;
}
#close{
  background: white;
  cursor: pointer;
  color: #666;
  font-size: 20px;
}
#close:hover{
  color: black;
}
.dialog_box{
  display: flex;
  justify-content: space-between;
  color: #666;
  align-items: center;
}
#back{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  backdrop-filter: blur(2px);
  display: none;
}
.nav-row{
  pointer-events: none;
  cursor: default;
}
.divider{
  border: 1px solid #f2f2f2;
  width: 100%;
  display: block;
  margin: 10px 0 20px;
}
#output-val{
  display: flex;
  justify-content: center;
}
.lock-body-scroll {
  overflow: hidden !important;
}
.content_footer{
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 0;
}
.content_footer span {
  padding: 50px 200px 0;
  display: flex;
  justify-content: center;
  direction: ltr;
  color: #ccc;
}
.login .content_footer span {
  padding: 0 200px;
  display: flex;
  justify-content: center;
  direction: ltr;
  color: #ccc;
}
.content_footer a {
  color: #cccccc;
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
}
.content_footer .vertion{
  margin-left: 5px;
}
#address_row{
  display: flex;
}
.address{
  line-height: 25.1px;
}
.short_text{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box !important; 
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  visibility: visible;
  white-space: break-spaces;
}
.row_number{
  width: 20px !important;
  font-weight: bold;
}
.row_edit,
.row_del{
  width: 10px !important;
  position: absolute;
  font-weight: bold;
  right: -50px;
  height: 35px !important;
  writing-mode: tb-rl;
  color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.row_edit{
  top: 5px;
  background: #57bbc6;
}
.row_del{
  top: 60px;
  background: #e96666;
}
.name{
  font-weight: bold;
  font-size: 15px;
}
.id_number{
  font-weight: bold;
}
#search_bar,
#searchbar,
#form input[type=text],
select{
	padding:12px 15px;
	border-radius: 10px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
  margin-left: 10px;
}
input[type=text],
select {
	width: 92.5%;
	-webkit-transition: width 0.15s ease-in-out;
	transition: width 0.15s ease-in-out;
  color: #ccc;
  font-size: 16px;
  font-family: 'Sahel';
}
select{
  background: white;
  color: #666;
  width: 100% !important;
}
input:focus {
  outline: none;
  color: #999;
  border: 2px solid #999 !important;
}
.search_box{
  width: 350px;
}
.filter_bar{
  display: flex;
}
#FilterForm{
  width: 100px;
}
#FilterForm input{
  cursor: pointer;
}
.btn_login{
  display: flex;
  font-weight: bold;
}
.btn_header a,
.btn_header .logout_form{
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.btn_header button{
  padding: 10px 20px;
}
.logout{
  color: #79ccd5;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}
.btn_login a{
  padding: 10px 20px;
  text-decoration: none;
}
.btn_login a:hover{
  background: #79ccd5;
  border-radius: 10px;
  color: white !important;
}
.header .logout:hover{
  background: #79ccd5;
  color: white;
}
.submit_data,
#statistics,
.backup{
  color: #79ccd5 !important;
  font-weight: bold;
}
.logout_form input[type=submit]{
  background: unset;
  color: #79ccd5;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
}
.back_page{
  background: unset;
  color: #79ccd5;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
}
.logout_form input[type="submit"]:hover{
  color: white !important;
}
.logout_form input[type=submit]:focus{
  border: none !important;
}
.header .logout_form:hover input[type=submit],
.back_page:hover{
  color: white !important;
  background: #79ccd5;
  border-radius: 10px;
}
.btn_header .submit_data:hover,
.btn_header #statistics:hover,
.btn_header .backup:hover,
.btn_header .logout_form:hover{
  background: #79ccd5 !important;
  color: white !important;
}
#form label{
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
#submit{
  background: #79ccd5;
  padding: 20px 40px;
  border-radius: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  font-family: 'Sahel';
  width: 100%;
  margin-top: 10px;
  border-color: unset;
}
#submit:hover{
  background: #57bbc6;
}
.create{
  display: flex;
  margin: 0 50px;
  justify-content: space-between;
  position: relative;
}
.content_create{
  width: 1000px;
  display: block !important;
}
.content_create .header{
  justify-content: end;
}
.content_auth{
  display: block !important;
}
#form,
.create #sticker-sticky-wrapper{
  width: 50% !important;
}
#form{
  margin-left: 50px;
}
.info p{
  color: #666;
  line-height: 40px;
  text-align: justify;
}
.info p:nth-child(2){
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.select_box{
  display: flex;
  justify-content: space-between;
}
.select_box .form-group{
  width: 45%;
}
#form .title{
  font-weight: bold;
  font-size: 20px;
  color: #6a5aa2;
  margin-bottom: 10px;
}
.top {
  position: fixed;
  margin: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: fixed;
  bottom: 40px;
  left: 50px;
  z-index: 3;
  background: none;
  border: 2px solid #aaaaaa;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 34px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.top i,
.dropbtn i{
  margin-top: 5px;
  color: #aaaaaa;
  font-style: normal;
  font-size: 25px;
}
.dropbtn i{
  margin-top: 2px;
  color: white;
  font-size: 15px;
}
.top:hover .fa-chevron-up{
  margin-top: -5px;
}
.date_box{
  display: flex;
  justify-content: space-between;
}
.id,
.phone,
.labName,
.kind,
.province,
.address,
.date{
  display: none !important;
}
#output-kind{
  padding: 5px 10px;
  background: #44dd88;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.contact{
  display: flex;
  justify-content: space-between;
}
#form .divider{
  margin-top: 20px;
}
.tip{
  color: red;
  font-size: 13px;
  margin-bottom: 10px;
}
.tip2{
  color: #aaaaaa !important;
}
.login{
  position: relative;
  margin-top: 20px;
}
#auth_box {
  width: 400px;
  background: white;
  margin: 10px auto 20px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.auth_box_title {
  padding: 15px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
}
.auth_box_title h1{
  font-size: 18px;
  color: #6a5aa2;
}
.login2 .auth_box_title h1{
  color: #57bbc6;
}
#auth_box .content{
  margin: 25px;
  min-width: auto;
}
#auth_box .content .form-group{
  width: 275px;
}
#auth_box form input {
  padding: 12px 15px;
  border-radius: 10px;
  border: 2px solid #ccc;
  margin: 10px 0;
  display: block;
  font-size: 15px;
  font-family: 'Sahel';
  color: #ccc;
  width: 100%;
}
#auth_box .submit {
  background: #6a5aa2;
  padding: 20px 40px;
  border-radius: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  font-family: 'Sahel';
  width: 100%;
  margin-top: 10px;
}
.login2 #auth_box .submit{
  background: #57bbc6;
}
.auth_box_footer{
  display: flex;
  justify-content: space-between;
  margin: 0 50px 20px;
}
.auth_box_footer a{
  text-decoration: none;
  color: #6a5aa2;
}
.login2 .auth_box_footer a{
  color: #57bbc6;
}
.auth_box_footer p{
  color: #ccc;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background-color: #6a5aa2 !important;
}
.form_field_container {
  margin-bottom: 10px;
  margin-left: 10px;
}
.form_field_container .btn {
  padding: 14px 15px;
  border-radius: 10px;
  border: 2px solid #ccc;
}
#date{
  width: 94%;
  cursor: pointer;
}
.space{
  margin-left: 5px;
}
.fa-chevron-up:before {
  content: "\f077";
  font-family: Awesome9;
}
.fa-chevron-down::after {
  content: "\f078";
  font-family: Awesome9;
  margin-right: 10px;
}
.ath-viewport{
  display: none;
}
.name-row:first-child {
  border-radius: 20px 20px 0 0;
}
.name-row:first-child .row_number {
  border-radius: 0 20px 0 0;
}
.name-row:first-child .i8 {
  border-radius: 20px 0 0 0;
}
.name-row:last-child{
  border-radius: 0 0 20px 20px;
}
.name-row:last-child .row_number {
  border-radius: 0 0 20px 0;
}
.name-row:last-child .i8 {
  border-radius: 0 0 0 20px;
}
.name-row:hover{
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
mark{
  background-color: #ff0;
}
.name_div{
  display: flex;
}
#output-name{
  margin-right: 5px;
}
#showData{
  display: none;
}
.submit_load{
  margin-top: 10px;
  justify-content: center;
  display: flex;
}
.submit_info{
  margin: 10px 0;
  text-align: center;
}
.control-label{
  padding-right: 0;
}
.modal .col-sm-5{
  padding-right: 0;
  max-width: 100%;
}
.modal .form-group{
  margin: 0;
}
.modal .form_field_container{
  margin-left: 20px;
}
.modal #date{
  width: 96%;
}
.modal #submit{
  background: #6a5aa2;
}
.btn_header{
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
}
.user_name{
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none !important;
  background: #6a5aa2;
  border: 2px solid #6a5aa2;
  color: white !important;
  cursor: pointer;
}
#chart{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 20px 30px 30px;
  display: none;
  z-index: 10;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  max-width: 1000px;
  min-width: 1000px;
  text-align: justify;
  font-size: 20px;
  animation: showBox .2s;
  height: 600px;
}
.counter_header{
  background: #fff;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
}
#slider1,
#slider2,
#slider3{
  display: none;
}
.counter_footer{
  position: absolute;
  bottom: 20px;
  width: 90%;
}
.slider-nav{
  display: flex;
  justify-content: center;
}
.slider-nav a{
  background: #999;
  color: white !important;
  margin-left: 3px;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.slider-nav a:hover{
  background: #79ccd5;
  color: white !important;
}
.dropbtn {
  background-color: #79ccd5;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #6a5aa2;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  min-width: 160px;
  overflow: auto;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.5);
  z-index: 3;
  border-radius: 10px;
  text-align: center;
  left: 0;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #efefef;
}
.dropdown a:hover {
  background-color: #ddd;
}
.show {
  display: block;
}
.captcha{
  display: flex;
  justify-content: space-between;
  margin: 0 45px;
}
.fa-refresh:before {
  content: "\f021";
  font-family: Awesome9;
}
.captcha i{
  margin-top: 7px;
  color: #aaaaaa;
  font-style: normal;
  cursor: pointer;
}
@media (min-width: 576px) {
  .container {
    max-width: unset !important;
  }
}
@media (min-width: 768px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 30px;
  }
  .container {
    max-width: unset !important;
  }
}
@media (min-width: 992px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 30px;
  }
  .container {
    max-width: unset !important;
  }
}
@media (min-width: 1000px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 40px;
  }
}
@media (min-width: 1100px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: unset !important;
  }
}
@media (min-width: 1280px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 60px;
  }
}
@media (min-width: 1330px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 70px;
  }
}
@media (min-width: 1400px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 80px;
  }
}
@media (min-width: 1500px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 90px;
  }
}
@media (min-width: 1800px) {
  #allNames1 p,
  #allNames2 p,
  #allNames3 p,
  .nav p{
    width: 110px;
  }
}