#container {
  height: 300px;
  min-width: 310px;
  max-width: 800px;
}
*{
  letter-spacing: 0;
 font-weight:bold;
 font-size:14px;
}
#a1 span {
  text-align: right;
  font-weight: bold;
  color: #686868;
  font-size: 14px;
}
#a2 span {
  text-align: left;
  font-weight: bold;
  color: #686868;
  font-size: 14px;
}
.Butt {
  width: 200px;
  height: 40px;
  opacity: 1;
  color: #F8F8F8;
  border-radius: 8px;
  background-color: #FFAE46;
  font-size: 14px;
  text-transform: none;
  border-width: 0px;
  margin-top: 8px;
  clear: none;
  cursor: pointer;
  margin-bottom: 1%;
  text-align: center;
}
.input {
  /* direction: ltr; */
  background-color: white;
  margin-top: 14px;
  font-size: 14px;
  color: #575757;
  width: 200px;
  border-radius: 4px;
  /* border: 1px solid #aaa; */
  height: 40px;
  font-family: 'Vazir' !important;
}
.inputp2 {
  background-color: white;
  direction: rtl;
  margin-top: 14px;
  font-size: 14px;
  color: #575757;
  width: 200px;
  border-radius: 4px;
  height: 40px;
  font-family: 'Vazir' !important;
}

.bggray{
  background-color: #F7F7F7;
  padding-bottom: 5px;
  padding-left: 10px;
}
.test {
  font-family: 'Vazir' !important;
  font-size: 25px;
}
.inputdate{
  border: 1px solid #AAAAAA;
  padding-right: 5px;
  width: 150px;
  background-color: white;
  direction: rtl;
  margin-top: 5px;
  font-size: 14px;
  color: #575757;
  border-radius: 4px;
  height: 40px;
  font-family: 'Vazir' !important;
}
.inputdatediv {
  display: inline-flex;
  text-align: right;
  margin-top: 10px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;

}

.flex-container > div {
  width: auto;
  margin-right: 15px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.en-flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  }

  .en-flex-container > div {
    width: auto;
    margin-left: 15px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
  }

@media only screen and (max-width: 520px) {
  .flex-container {
    flex-direction: inherit;
    padding-left: 10%;
  }
  .en-flex-container {
    flex-direction: row-reverse;
    padding-right: 10%;
  }
}

/*    ******    start     this is for select2 liberary style   ****** */
.mainContent .mindiv span {
    height: 40px;
    text-align: right;
    font-weight: bold;


}

.mainContent .mindiv span  .select2-selection__rendered{
    margin-top: 5px;
    color: #575757;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("https://img.icons8.com/sf-black/64/expand-arrow.png");
    /*background-image: url("https://img.icons8.com/ios-filled/50/000000/chevron-down.png");*/
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 12px !important;
    width: 12px !important;
    right: 4px;

}

.select2-results{
    text-align:right;
}

/* ******** End  style select2 liberary ******** */
