@font-face {
  font-family: IRANYekanWeb;
  src: url(https://yaadineh.ir/app/assets/IRANSansWeb.ttf);
  /* src: url(https://yaadineh.ir/app/assets/IRANYekanWeb.ttf); */
}
@font-face {
  font-family: YekanBakhHeavy;
  src: url(https://yaadineh.ir/app/assets/IRANSansWeb_Bold.ttf);
}

body {
  font-family: IRANYekanWeb;
  background-color: #F1F8E9;
}


.outer-layout{
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position:fixed;
  
  background: url(https://yaadineh.ir/app/assets/floral_top.jpg) top repeat-x, url(https://yaadineh.ir/app/assets/floral_down.jpg) bottom repeat-x;
  background-size:400px 100px;
}



.inner-layout{
  width: 100%;
  height: 100%;
  position:absolute;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.title {
  font-family: YekanBakhHeavy;
  color: #5F5F5F;
}

label{
  color: #5F5F5F;
}

.input {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


.btn-green {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: YekanBakhHeavy;
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
  display: block;
  width: 100%;
  height: 50px;
}

.btn-teal {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 20px;
  font-family: YekanBakhHeavy;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: teal;
  border-color: teal;
  display: block;
  width: 100%;
  height: 50px;
}
.white-color{
  color: white;
}

.description{
  font-family: IRANYekanWeb;
  font-size: 14px;
  color: #5F5F5F;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small-text{
  font-size: 12px;
}


.fix-button-block{
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /* padding: 6px 12px; */
  font-size: 20px;
  line-height: 1.42857143;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: YekanBakhHeavy;
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
  display: block;
  width: 95%;
  height: 50px;
  /*position: fixed;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*left: 0;*/
  border-radius: 10px;
  margin: 10px;
}

.fix-button-half{
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /* padding: 6px 12px; */
  font-size: 20px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: YekanBakhHeavy;
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
  display: block;
  width: 43%;
  height: 50px;
  bottom: 0;
  float: right;
  right: 0;
  left: 0;
  border-radius: 10px;
  margin: 10px;
}

.fix-button-container{
  /*position: fixed;*/
  /*bottom: 0;*/
  /*right: 0;*/
  width: 100%;
  height: 70px;
  /*left: 0;*/
}

.btn-back{
  background-color: grey;
  border-color: grey;
}





.loader-body{
  width: 100%; 
  background-color: rgba(28, 145, 109, 0.877);
  height: 100%;
  position:absolute;
  display: none;
}


.loader-container{
  width: 100px;
  height: 100px;
  background-color: rgb(51, 51, 51);
  border-radius: 20px;
  position: relative;
}

.loader {
  border: 4px solid #f3f3f3b9; 
  border-top: 4px solid teal;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.5s linear infinite;
  margin: 0;
  position: absolute;
  top: 30%;
  left: 30%;
  -ms-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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


