@font-face {
  font-family: dana;
  src: url("../font/dana.ttf");
}
/*.asiha h1, .asiha h2, .asiha h3, .asiha h4, .asiha h5, .asiha h6, .asiha p, .asiha span, .asiha a, .asiha div{*/
/*  font-family: "dana" ;*/
/*}*/

input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
table {
  border-collapse: collapse;
  width: 99%;
}

th, td {
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
  direction: rtl;
} 

th {
  background-color: #f2f2f2;
}

form { 
  display: flex;
  flex-direction: column;
  align-items: center;
   }
  input[type="text"] { 
    padding: 10px;
    margin: 10px;
    border-radius: 5px; 
    border: 1px solid #ccc;
  } 
  input[type="submit"] { 
    padding: 10px 20px; 
    margin: 10px; 
    border-radius: 5px; 
    border: none; 
    background-color: #4CAF50; 
    color: white; 
    cursor: pointer;
  } 
  input[type="submit"]:hover { 
    background-color: #45a049;
  } 
.personalfunc {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.flovervalue span {
    padding: 0px 6px;
    font-size: 12px;
    margin: 0;
    background: #4CAF50;
    padding: 8px 6px;
    border-radius: 0px 3px 3px 8px;
    color: white;
    padding-right: 11px;
    z-index: 1;
    padding-left: 36px;
}
.selectshop {
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

span.removefloweritem {
    background: white;
    color: red;
    border-radius: 100%;
    cursor: pointer;
    margin: 0;
    padding-top: 3px !important;
}
input.sendsmsatlas {
  background: #2196F3;
  color: white;
  padding: 6px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  margin: 10px;
}
.flovervalue {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
.flovervalue p {
  margin: 3px;
  color: #a41717;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 6px;
}

span.removefloweritem {
  background: white;
  padding: 2px 8px;
  color: red;
  border-radius: 100%;
  cursor: pointer;
  margin: 3px;
}
.selectshop select {
  width: 100%;
}

.selectshop p {
  padding: 6px 3px;
  margin: 10px;
  width: 95%;
  text-align: center;
  border: 1px solid #9999;
  font-size: 82%;
  background: #f1f1f199;
}
.selectshop select {
  width: 95%;
  margin: 10px;
  padding: 3px;
}

.addfloverdiv input {
  width: 70%;
  margin: 10px;
  padding: 7px;
}
input.smsverify {
  margin: 10px;
  display: block;
  color: black;
}
.addfloverdiv button {
    width: 100%;
    margin: 10px;
    padding: 3px;
    /* border: 3px solid #4CAF50; */
    border-radius: 13px 0;
    background: #607D8B;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    padding-bottom: 0;
}
.selectshop select {
  border: 1px solid #9999;
}

span.removefloweritem {
    cursor: pointer;
    border-left: 2px solid #d45046;
    margin: 3px;
    background: linear-gradient(298deg, #ee1000, #ff8d84);
    margin-left: -4px;
    font-size: 16px;
    box-shadow: -3px 0 5px #6060603b;
    padding: 10px;
    border-radius: 3px 10px 0px 3px;
    color: white;
    z-index: 9;
    display: flex;
    padding-top: 5px !important;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}
button.sendcodeverify {
  padding: 3px 12px;
  background: white;
  border-radius: 6px;
  border: 1px solid #9999;
  cursor: pointer;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  background: #4CAF50;
  max-width: 400px;
}
.alertplaceholder::placeholder {
  color: #e25959;
  background: #ffeee8;
  
}
input.supportcode {
  padding: 7px;
  margin: 10px;
  width: 94%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.atlassupport_items {
  font-size: 15px;
  color: green;
  border-radius: 6px;
  display: inline-block;
  margin: 3px;
  background: white;
  padding: 3px;
}
.addplant {
    display: flex;
}
span.timespan {
  color: #ff5a5a;
  margin-left: 3px;
}
span.timespan {
    color: #ff5a5a;
    margin-left: 3px;
    DISPLAY: inline-block;
    font-weight: bold;
    margin-right: 5px;
}

.atlastable tr td {
  color: black;
  text-shadow: 0 0 5px #bdbdbd;
  background: white;
  text-align: center;
}







form.filteratlasiha {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  width: 60%;
  padding-top: 7px;
}

form.filteratlasiha input[type=text] {
  padding: 1px 13px;
}

form.filteratlasiha input[type=submit] {
  padding: 4px 12px;
}
form.filteratlasiha select {
  border: 1px solid #9999;
}
h2.atlastitle {
  padding: 6px 6px 6px 70px;
  border-right: 6px solid #607D8B;
  border-bottom: 1px solid #9999;
  box-shadow: inset 0px -14px 7px 0px white;
  width: fit-content;
}
form.filteratlasiha input[type=button] {
  background: #9E9E9E;
  color: white;
  padding: 2px 12px;
  border-radius: 3px;
  cursor: pointer;
}
p.erratalsisubmit {
  width: 100%;
  padding: 12px;
  text-align: center;
  color: red;
  border-bottom: 2px solid;
  background: #f5e6e6;
  font-size: 18px;
}
.successsubmit {
    text-align: center;
    display: block;
    width: 90%;
    background: #e9fff4;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px auto;
    text-align: justify;
    font-size: 11px;
    max-width: 516px;
    padding: 12px;
    color: #435a65;
    font-weight: bold;
    border-right: 6px solid #4CAF50;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
}
.contactatlasiha {
    background: #3ea75014;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    width: fit-content;
    float: left;
    align-content: center;
    margin-right: 10px;
    padding: 0px 4px;
}
.successsubmit > span {
    width: 94%;
    font-size: 13px;
    font-weight: 100;
    text-shadow: 0 0 black;
}
.successsubmit i {
    text-align: center;
    color: #4CAF50;
    font-size: large;
}
.contactatlasiha img {
    width: 45px;
    margin: 7px 0px;
}
/*.successsubmit p {*/
/*  text-align: center;*/
/*  font-size: 17px;*/
/*  color: white;*/
/*  width: 80%;*/
/*  text-align: center;*/
/*  margin: 12px auto;*/
/*  background: #607d8b57;*/
/*  border-bottom: 3px solid white;*/
/*  padding: 12px;*/
/*  box-shadow: 0 0 10px #9999;*/
/*  border-radius:  2px;*/
/*}*/
h2.atlastitle {
  color: #4CAF50;
  padding: 6px 6px 6px 70px;
  border-right: 6px solid #4CAF50;
  border-bottom: 1px solid #9999;
  width: fit-content;
  background: #ffffff;
  /*font-family: 'dana';*/
}
p.useshortcode span {
  border: 1px solid;
  cursor: pointer;
  margin-right: 3px;
  padding: 1px 6px;
  background: #2196F3;
  color: white;
  border-radius: 3px;
}
p.useshortcode {
  font-size: 10px;
}
p.errcode {
  color: red;
}
span.removeitems {
    background: red;
    margin-left: -19px;
    padding: 1px 3px;
    color: white;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-right: -3px;
    margin-top: 3px;
    border-radius: 6px;
}
input.itemselect {
  display: block;
  margin: auto;
  position: relative;
  float: right;
}
.formsadmin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}
.submitcodeatlasadmin {
  border-bottom: 1px solid #9999;
  width: 270px;
  margin: 29px auto;
  background: white;
  padding: 13px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.formsadmin h2 {
  font-size: 13px;
  color: green;
  padding: 6px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
}
form.submitcodeatlasadmin input[type="file"] {
  font-size: 10px;
  border-bottom: 1px solid#9999;
  padding: 12px !important;
  background: #607D8B;
  border-radius: 6px;
  color: white;
}

.formsadmin form {
  border-radius: 6px;
  box-shadow: 0 0 50px #9999;
}

.erruploadfile {
  padding: 6px;
  border-bottom: 1px solid #9999;
  border-right: 6px solid red;
  width: 90%;
  padding-left: 36px;
  color: red;
  text-align: center;
  background: white;
  margin: auto;
  font-size: 16px;
}
.successuploadfile {
  padding: 6px;
  border-bottom: 1px solid #9999;
  border-right: 6px solid #4CAF50;
  width: 90%;
  padding-left: 36px;
  color: #4CAF50;
  text-align: center;
  background: white;
  margin: auto;
  font-size: 16px;
}
.erroratlasihafill {
    color: red;
    padding-right: 15px;
    text-align: center;
}
.formpersonalatlasiha input {
    width: 48%;
    min-width: 300px;
    border: 1px solid floralwhite;
}
input.contofitem {
    width: 30% !important;
    min-width: 80px !important;
    padding: 6px;
    margin: 0 6px;
    text-align: center;
    direction: ltr !important;
    border-radius: 6px;
}
select#floweritem {
    width: 61%;
    padding: 3px;
    border: 1px solid #9999;
    margin-right: 3%;
    border-radius: 6px;
}
.addfloverdiv {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.asiha select {
    border: none !important;
    border-radius: 6px;
    box-shadow: 0 0 3px white;
}
.box-atlasiha-flo {
    width: 89%;
    background: #e3e3e3;
    border-radius: 6px;
}
.formpersonalatlasiha{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 20px 10px 30px;
    padding-top: 13px;
    background: linear-gradient(360deg, #cccccc59, #fafafa);
    box-shadow: 0 8px 26px #a0a0a045;
}


span.select2.select2-container.select2-container--default.select2-container--above {
    width: 60% !important;
    padding-top: 2px;
}
span.select2-selection.select2-selection--single {
    height: 36px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 6px;
    border: none;
    box-shadow: 0 0 5px white;
}


span.select2-selection.select2-selection--single {
    height: 36px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 6px;
    border: none;
    box-shadow: 0 0 5px white;
}
.flovervalue {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
i.contofflo {
    font-size: 12px;
    color: white;
    position: relative;
    right: -31px;
    z-index: 2; 
    /* border-bottom: 1px solid; */
    /* padding: 4px 7px 0 8px; */
    background: #4fbb49;
    border-radius: 100%;
        overflow: hidden;
    display: flex;
    flex-direction: row;
    height: 24px;
    width: 25px;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
}
.opensettings {
    width: 98%;
    padding: 1px;
    background: white;
    text-align: center;
    border-radius: 0;
    display: block;
    margin: auto;
    cursor: pointer;
    border-top: 3px solid;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.opensettings img {
    width: 17px;
    margin-right: 12px;
}
.formsadmin {
    display:none;
}
span.select2-selection.select2-selection--single {
    border-bottom: 3px solid #607D8B;
}
input.contofitem::placeholder {
    color: #206b8f;
}
input.contofitem {
    border-bottom: 3px solid #607D8B;
}

table.atlastable th {
    text-align: center;
    border-right: 1px solid #9999;
    border-radius: 6px;
    overflow: hidden;
    background: #607D8B;
    color: white;
}

.editabletrue {
    font-weight: bold;
    box-shadow: inset 0px -2px 0px #ff0000;
}
button.editsutpportform {
    display: inline;
    cursor: pointer;
    width: 40%;
    margin-top: 13px;
    height: 34px;
    border: none;
    border-radius: 6px;
    color: black;
    font-family: 'IRANSansWeb_Light' !important;
    background: #ebebeb;
}

table.atlastable form {
    display: inline;
    float: right;
    width: 44%;
    overflow: hidden;
}

table.atlastable form input {
    width: 80%;
    height: 42px;
    text-align: center;
    background: red;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.labeldesktop{
    display:none;
}
@media only screen and (min-width: 600px) {

    label.mobilelabelatlasiha {
        display:none;
    }
.labeldesktop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 30px;
    margin-bottom: -15px;
}
.labeldesktop p {
    width: 50%;
}

}


label.mobilelabelatlasiha {
    text-align: right;
    width: 85%;
    margin-bottom: -7px;
    margin-top: 7px;
    color: #636363;
}

span.select2-selection.select2-selection--single {
    height: 40px;
}




.datepicker {
    border: none;
    background: #ffdbe099;
    padding: 7px;
    border-radius: 7px;
    cursor: pointer;
    color: #FF5722;
}

.datepicker::placeholder {
    text-align: center;
    color: #FF5722;
}

.editdate {
    border-top: 1px solid #FF5722;
    padding: 7px 0;
    margin-top: 7px;
}


.theitem {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.theitem input[type="text"] {
    width: 170px;
    border: none;
    padding: 0 6px;
}
.theitem {
    background: #f3f3f3;
    border-radius: 7px;
}
.theitem input[type="number"] {
    width: 60px;
    padding: 0px 6px;
    border: none;
}

span.removeplant {
    padding: 6px;
    color: red;
    cursor: pointer;
    margin: 0 6px;
}
.addplant {
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    text-shadow: 0 1px 10px #98ff98;
    background: green;
    padding: 0px 9px 4px;
    border-radius: 7px;
    width: -webkit-fill-available;
    display: inline-block;
    margin: 3px !important;
}