body {
  background-color: #eff2f3;
  color: black;
}

#Render-options {
  display: none;
}

#Eshteraki-options {
  display: none;
}

#PicOptions {
  display: none;
}

#FilmOptions {
  display: none;
}

/* *******************************PART ONE***************** */
/*.render-content-holder {*/
/*  padding-right: 10%;*/
/*}*/

.container_date {
  display: flex;
  justify-content: right;
  align-items: center;
}

.date_text_container {
  cursor: pointer;
  margin: 10px;
}

.date_section_text {
  width: max-content;
}
.date-wrapper{
  position: relative;
}
.date-wrapper .icon-calender{
  position: absolute;
  right: 11px;
  bottom: 13px;
}
.datepicker-plot-area
{
    font-family: inherit;
}
.datepicker-plot-area .toolbox
{
    display: none;
}
.date-input {
  /*width: 100px;*/
  border-radius: 5px;
  padding: 5px 10px;
    padding-right: 34px;
  text-align: left;
}
.offer {
  display: flex;
  justify-content: right;
  align-items: center;
}
.offer-btn {
  font-size: 1rem;
  width: fit-content;
  height: fit-content;
}

.input-offer {
  margin-left: 10px;
  margin-right: 5px;
  width: 20%;
  height: 35px;
  border-radius: 20px;
    padding: 0 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 650px) {
  .offer-btn {
    font-size: 0.5rem;
    min-width: 100px !important;
    padding: 4px 10px !important;
  }
  .input-offer {
    width: 40%;
    height: 25px;
  }
}

.radio-input {
  margin: 0;
  padding: 0;
  width: fit-content;
  margin-left: 5px;
}
#external-rendering{
  margin-right:1rem;
}
.warning {
  display: flex;
  align-items: center;
  justify-content: right;
  width: fit-content;
  padding: .5rem;
  margin:1rem 0;
    border-radius: 20px;
}
#warning-text{
  margin-right:.5rem;
}
@media screen and (max-width: 650px) {
  .warning {
    font-size: 0.5rem;
  }
  #warning-text{
    font-size:1rem;
  }
  .warning i{
    font-size:1rem;
    margin-bottom:1.9rem;
  }
}

.deal_price_rowDiv {
  margin-top: 30px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.deal_price {
}

.price-calculator {
  width: 25%;
  height: 35px;
  margin: 0px 10px;
  border-radius: 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 650px) {
  .price-calculator {
    width: 40%;
    height: 25px;
  }
}

/***********************Selects************************/
.select_file_sofware {
  appearance: none;
  border-radius: 10px;

  width: 60%;
  height: 3rem;
  font-size: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-color: #9c89b8;
  text-align: left;
  cursor: pointer;
}
.select_file_sofware:focus {
  appearance: none;
  outline: none;
}

.select_date {
  appearance: none;
  border-radius: 10px;
  width: 170px;
  font-size: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-color: #9c89b8;
  text-align: left;
}
/***********************End Selects************************/

.theme_btn_container {
  display: grid;
  place-items: center;
}

/* ********************Steper**************************** */

.steppre-input {
  background: rgb(240, 240, 240);
  border: 1px solid #ddd;
  border-radius: 40px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  width: 180px;
  height: 80px;
  margin-right: .5rem;
  overflow: hidden;
}

.steppre-input input {
  display: none;
}

.steppre-input .input-in-step {
  width: 100%;
  height: 100%;
  display: flex;
  /*align-items: center;*/
}

.steppre-input .input-in-step button {
  width: 60px;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-size: 30px;
  cursor: pointer;
  border: none;
  transition: all 300ms ease-in-out;
}

.steppre-input .input-in-step button:active {
  background: #555;
}

.steppre-input .input-in-step .range {
  flex:1;
  text-align: center;
  overflow: hidden;
  width: 60px;
}

.steppre-input .input-in-step .range .list span {
  display: block;
  width: 100%;
  height: 80px;
  color: #222;
  font-size: 30px;
  line-height: 80px;
}
