/* :root {
    --theme-primarty-color: #0f6aa4;
    --theme-secondary-color: #3f4751;
    --theme-white: #f0f1f3;
    --theme-grey: #dee1e2;
    --theme-grey-dark: #6B767E;
    --theme-grey-dark-light: #f8f8f8;
    --theme-blue-light: #e7f0f6;
    --theme-black:#000000;
    --theme-grey-light:#8C959B;
  } */
/* .survey-page-container { */
  /* background-color: green; */
/* } */
.service-evaluation-checkbox {
  width: 100%;
  padding: 0 100px;
  position: relative;
  flex-direction: row;
}
.rtl .survey-page-container {
  text-align: end;
}
/* .rtl .survey-form {
} */
.rtl .service-evaluation-checkbox {
  justify-content: end ;
  flex-direction: row-reverse;
}
/* .rtl .service-evaluation-container {
} */
.rtl .service-evaluation-input-field {
    align-items: end;
}
.rtl .service-evaluation-remarks{
    align-items: flex-end;
    width: auto;
}
.rtl .service-evaluation-remarks ~ button{

}
.rtl .service-evaluation-input-field input{
    text-align: end;
}
.rtl .service-evaluation-remarks textarea{
    text-align: end;
}

.survey-form {
  width: 100%;
  margin-bottom: 145px;
}
.rtl .survey-form {
  text-align: right;
}
.career-upload{
  /* padding: 0px 30px; */
}
.service-evaluation-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.page-id-304 .service-evaluation-container ,
.page-id-277 .service-evaluation-container ,
.rtl .service-evaluation-container{
  padding:0px 100px;
}
.page-id-304 .service-evaluation-input-field ,
.page-id-277 .service-evaluation-input-field ,
.rtl .service-evaluation-input-field{
  padding:0px 0px;
}
.service-evaluation-input-field select{
  width: 70%;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
}
.rtl .service-evaluation-input-field select{
  direction: rtl;
}
.services-checkmark{
  margin-bottom: 0px !important;
  padding-left: 9px !important;
}
.services-checmmark-btn-container{
  display: flex;
  align-items: center;
  margin-right: 39px;
  transition: all 0.5s;
}
.rtl .services-checmmark-btn-container{
  flex-direction: row-reverse;
  margin-left: 39px;
  margin-right: 0px;
}
.rtl .services-checmmark-btn{
  margin-left: 10px;
}
.services-checmmark-btn:checked{
  color: red;
  background-color: green;
}
.services-checmmark-btn{
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
}
.service-evaluation-input-field {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px 100px;

}
.service-evaluation-input-field img {
  position: absolute;
  left: 60%;
  top: 65%;
}
.rtl .service-evaluation-input-field img {
  left: 39%;
   
}
.service-evaluation-input-field label {
  padding: 10px 0px;
  color: #3F4751;
  font-weight: 400;
  font-size: 14px;
}
.service-evaluation-input-field input {
  border-radius: 10px;
  border: 1px solid #ced4da;
  height: 50px;
  padding: 20px;
  width: 70%;
  margin-bottom: 20px;
}
.service-evaluation-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.service-evaluation-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.service-evaluation-remarks {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 100px;
}
/* .service-evaluation-remarks label {
} */
.service-evaluation-remarks textarea {
  width: 87%;
  height: 130px;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
}
label{
  color:#3F4751;
}
@media only screen and (max-width: 1300px) {
  .survey-form {
    width: 100%;
  }
  .service-evaluation-container {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
  }
  .service-evaluation-input-field {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px 20px;
  }
  .service-evaluation-input-field label {
    padding: 20px;
    color: #3F4751;
  }
  .service-evaluation-input-field input {
    border-radius: 10px;
    border: 1px solid #BDC2C6;
    height: 50px;
    padding: 20px;
    width: 100%;
  }
  .service-evaluation-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .service-evaluation-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .service-evaluation-remarks {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin:30px 20px;
  }

  .service-evaluation-remarks textarea {
    width: 87%;
    height: 130px;
    border-radius: 8px;
    padding: 20px 50px;
  }
  .services-checmmark-btn-container{
    margin-right: 12px !important;
  }
  .theeb-checkmak-container{
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 900px) {
  .service-evaluation-checkbox{
    padding: 0 10px !important;
  }
  .service-evaluation-container{
    flex-direction: column !important;
    padding:0px 10px !important;
  }
  .service-evaluation-input-field label{
    padding: 7px 0px !important
  }
}
/* Custom checkmark for service evaluation  Begins */
.theeb-checkmak-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #010101;
  transition: all 0.5s;
  font-family: "TheSansArabic-SemiBold";
}
.theeb-checkmak-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.5s;
}
.theeb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.5s;
}
.theeb-checkmak-container:hover input ~ .theeb-checkmark {
  background-color: var(--theme-grey-dark);
  transition: all 0.5s;
}
.theeb-checkmak-container:hover input:checked ~ .theeb-checkmark {
  background-color: var(--theme-primarty-color);
  transition: all 0.5s;
}
.theeb-checkmak:after {
  content: "";
  position: absolute;
  display: none;
  transition: all 0.5s;
  border: 1px solid var(--theme-primarty-color);
}

/* Show the theeb-checkmak when checked */
.theeb-checkmak-container input:checked ~ .theeb-checkmak:after {
  display: block;
}

/* Style the theeb-checkmak/indicator */
.theeb-checkmak-container .theeb-checkmak:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--theme-primarty-color);
  padding: 5px;
  background: var(--theme-primarty-color);
  transition: all 0.5s;
}
/* Custom checkmark for service evaluation  Ends */
