* {
    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: 13px !important;
}
body {
    font-family: 'Sahel';
    margin: 0;
    background: #fafafa;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    direction: rtl;
    width: 100%;
    font-size: 13px;
    text-align: unset;
    line-height: unset;
}
.loader h4 {
    font-size: 10px;
}
h5 {
    font-size: 10px;
}
header {
    padding: 10px 0 20px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .header_date {
    text-align: center;
    font-weight: bold;
    color: #666;
}
header h1{
    font-size: 1.5em;
    color: #6a5aa2;
}
.logo{
    width: 150px;
}
.content_title {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.content {
    margin: 0 10px;
    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;
}
.slide{
    width: auto !important;
    display: inline-block;
}
.outer {
    position: relative;
    margin: 0 auto;
}
.name-row{
    border-radius: 10px;
    overflow: hidden;
    border: 0.5px solid #ccc;
}
#allNames1,
#allNames2,
#allNames3{
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
}
#allNames1 p,
#allNames2 p,
#allNames3 p{
    height: 50px;
    font-family: "sahel";
    border-right: 0.5px solid #eee;
    border-bottom: 0.5px solid #eee;
    border-left: 0.5px solid #eee;
    border-top: 0.5px solid #eee;
    padding: 2px;
    display: grid;
    align-content: center;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}
.i1,.i2,.i3,.i4,.i5,.i6,.i7,.i8{
    font-size: 11px !important;
}
#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);
    }
}
.short_text{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: -webkit-box !important; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    visibility: visible;
    white-space: break-spaces;
}
.id,
.phone,
.province,
.address,
.labName,
.kind,
.date,
.nav{
    display: none !important;
}
.allNames{
    display: flex;
    position: relative;
    right: 6px;
}
.name-row{
    margin-bottom: 20px;
    position: relative;
}
.container {
    width: auto;
    position: relative;
    margin: auto;
    padding: 0;
    text-align: center;
}
#another-div{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 10px 15px 15px;
    display: none;
    z-index: 10;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    max-width: 300px;
    min-width: 300px;
    text-align: justify;
    font-size: 13px;
    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;
}
.divider{
    border: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    margin: 10px 0;
}
#output-val{
    display: flex;
    justify-content: center;
}
.lock-body-scroll {
    overflow: hidden !important;
}
.contact {
    display: flex;
    justify-content: space-between;
}
.date_box {
    display: flex;
    justify-content: space-between;
}
#output-kind {
    padding: 5px 10px;
    background: #44dd88;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#address_row{
    display: flex;
}
#output-date{
    margin-top: 5px;
}
.space {
    margin-left: 5px;
}
.header {
    padding: 10px 0;
    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;
    margin-bottom: 50px;
}
#search_bar,
#searchbar,
#form input[type="text"],
select {
    padding: 12px 15px;
    border-radius: 10px;
    border: 2px solid #ccc;
}
input[type="text"], select {
    width: 75%;
    -webkit-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
    color: #ccc;
    font-size: 16px;
    font-family: 'Sahel';
}
.search_box{
    display: contents;
}
.submit_data,
#statistics,
.backup{
  color: #79ccd5 !important;
  font-weight: bold;
}
.logout {
    color: #79ccd5;
    align-items: center;
    display: flex;
    margin-right: 5px;
    font-weight: bold;
}
.btn_header a,
.btn_header .logout_form{
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.logout_form input[type=submit]{
    background: unset;
    color: #79ccd5;
    font-weight: bold;
    cursor: pointer;
    padding: 12px 16px;
    width: 100%;
}
.back_page{
    background: unset;
    color: #79ccd5;
    font-weight: bold;
    cursor: pointer;
    padding: 12px 20px;
  }
.logout_form input[type=submit]:focus{
    border: none !important;
}

.btn_header .logout_form:hover{
    background: #79ccd5;
}
.btn_login{
    display: flex;
    text-align: center;
}
.content_footer {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
}
.content_footer span {
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    direction: ltr;
    color: #ccc;
}
.login .content_footer span {
    margin: 0 50px;
    display: flex;
    justify-content: center;
    direction: ltr;
    color: #ccc;
    border-top: 1px solid #cccccc;
    padding: 0;
}
.login .content_footer p {
    margin-top: 15px;
}
.content_footer a {
    color: #cccccc;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
}
.login .content_footer a {
    color: #cccccc;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px;
}
.content_footer .vertion {
    margin-left: 5px;
}
.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: 25px;
    z-index: 3;
    background: none;
    border: 2px solid #aaaaaa;
    width: 40px;
    height: 40px;
    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: 20px;
}
.dropbtn i{
    margin-top: 2px;
    color: white;
    font-size: 12px;
}
.fa-chevron-up::before {
    content: "\f077";
    font-family: Awesome9;
}
.fa-chevron-down::after {
    content: "\f078";
    font-family: Awesome9;
    margin-right: 10px;
}
#form .title {
    font-weight: bold;
    font-size: 20px;
    color: #6a5aa2;
    margin-bottom: 10px;
}
.select_box {
    display: flex;
    justify-content: space-between;
}
.form_field_container {
    margin-bottom: 10px;
    margin-left: 10px;
}
#form label {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
select {
    background: white;
    color: #666;
    width: 100% !important;
}
#searchbar, #form input[type="text"], select {
    padding: 12px 15px;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-left: 10px;
}
.form_field_container .btn {
    padding: 14px 15px;
    border-radius: 10px;
    border: 2px solid #ccc;
    width: 150px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 145px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #6a5aa2 !important;
}
.tip{
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
}
.tip2{
    color: #aaaaaa !important;
}
.form-group input[type="text"], select {
    width: 88%;
}
#date {
    width: 90%;
    cursor: pointer;
}
#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;
}
.login {
    position: relative;
    margin-top: 20px;
}
#auth_box {
    width: 350px;
    margin: 5px auto;
}
.auth_box_title {
    display: flex;
    justify-content: center;
}
#auth_box .content {
    margin: 15px 25px 15px;
    min-width: auto;
}
.content_auth {
    display: block !important;
}
.auth_box_title h1 {
    font-size: 18px;
    color: #6a5aa2;
}
.login2 .auth_box_title h1 {
    color: #57bbc6;
}
#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: 88%;
}
#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 15px;
}
.auth_box_footer a {
    text-decoration: none;
    color: #6a5aa2;
}
.login2 .auth_box_footer a {
    color: #57bbc6;
}
.auth_box_footer p{
    color: #ccc;
}
.name-row p{
    float: right;
    width: 23.3%;
}
.row_edit,
.row_del{
    width: 48% !important;
}
.filter_bar{
    position: absolute;
    display: flex;
    top: 80px;
}
#FilterForm {
    width: 60px;
}
#FilterForm:last-child {
    width: 100px;
}
.content_create .header{
    margin-bottom: 10px;
}
.ath-viewport{
    display: block;
}
.name_div{
    display: flex;
}
#output-name{
    margin-right: 5px;
}
.btn_header{
    display: flex;
    justify-content: space-between;
}
.user_name {
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none !important;
    background: #6a5aa2;
    color: white !important;
    cursor: pointer;
}
.row_edit,
.row_del {
    font-weight: bold;
    background: #fafafa;
}
.modal .col-sm-5 {
    padding-right: 0;
}
.modal #date{
    width: 94%;
}
.modal .form-group{
    margin: 0;
}
.modal .form_field_container,
.modal #address{
    margin-bottom: 5px;
}
.modal #address {
    width: 92%;
}
#chart{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 10px 15px 15px;
    display: none;
    z-index: 10;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    max-width: 300px;
    min-width: 300px;
    text-align: justify;
    font-size: 13px;
    animation: showBox .2s;
    height: 220px;
}
.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: 10px;
}
.slider-nav a:hover{
    background: #79ccd5;
    color: white !important;
}
.dropbtn {
    background-color: #79ccd5;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    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;
    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;
}