/*============================================================================================*/

/* Your custom styles below */

/*============================================================================================*/

.logo-zone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 70px;
  /*background: #fff; */
  align-items: center;
  padding: 5px 10px;
  /*padding: 5px 25px;*/
}

.logo-zone img {
  height: 50px;
  width: auto;
  /*margin: 0 10px 0 10px;*/
}

.logo-zone span {
  font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 19px;
    vertical-align: bottom;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-left: 5px;
}

#fileupload img, #fileupload2 img {
  /*max-width: 200px;
  max-height: 200px;*/
  max-width: 400px;
  max-height: 400px;
}

.form-group.take-picture img {
  width: 100%;
}

div#qr_code_details p {
  margin: 0;
}

div#qr_code_details {
  margin-bottom: 20px;
}

div#social {
  display: none;
}

.qr_code {
  display: flex;
}

.barcode {
  display: flex;
}

.qr-img-zone {
  width: 50%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.qr-img-zone img {
  max-width: 100px;
}

.barcode-img-zone canvas {
  max-width: 100px;
}

.qr-text-zone p {
  margin: 0;
}

.barcode-text-zone p {
  margin: 0;
}

.qr-text-zone, .barcode-text-zone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}

p#question_2 {
  margin-bottom: 5px;
}

span#fileupload img {
  margin-bottom: 10px;
}

#timer_container, #bh_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#bh_container p {
  text-align: center;
  font-size: 20px;
}

.content-left-wrapper p.unavailable {
  font-size: 20px;
}

.timer_center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.form-group.take-picture img {
  width: 100%;
}

.form-group.disabled {
  opacity: 0.5;
}

div#qr_code_details p {
  margin: 0;
}

div#qr_code_details {
  margin-bottom: 20px;
}

.arabic {
  text-align: right!important;
  font-size: 22px!important;
}

#arabic_selector {
  font-size: 22px;
  line-height: 0.4;
}

.english {
  text-align: left;
}

.language_selector {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.language_selector:after, .language_selector:before {
  content: none;
}

.language_selector a {
  /*border: 1px solid #434bdf;*/
  border: 1px solid #E86020;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  height: 38px;
  color: #495057;
  width: 49%;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 12px 9px;
}

.language_selector a.active {
  /*background: #434bdf;*/
  background: #E86020;
  color: white;
}

.main_question_lang {
  font-size: 1.5rem;
}

.rtl {
  text-align: right!important;
}

.separator {
  border-top: 2px solid #ededed;
  /*padding-bottom: 5px;*/
  padding-bottom: 20px;
  text-align: right;
  /*margin-bottom: 5px;*/
  margin-bottom: 25px;
}

/* -- CIRCLE -- */

div#start {
  overflow: hidden;
}

.timer_circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 999px;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-half, .r-half {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.l-half:before, .r-half:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 10px solid grey;
  -webkit-animation-duration: 1800s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}

.l-half:before {
  border-right: none;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  -webkit-transform-origin: center right;
  -webkit-animation-name: l-rotate;
}

.r-half:before {
  border-left: none;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  -webkit-transform-origin: center left;
  -webkit-animation-name: r-rotate;
}

/* intl-tel-input */

div#middle-wizard .iti {
  width: 100%;
}

span#error-msg {
  color: #ff0000;
}

/* -- TIMER -- */

.timer_count {
  position: absolute;
  width: 100%;
  line-height: 100px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  font-family: Helvetica;
  color: grey;
  z-index: 2;
  -webkit-animation: fadeout 0.5s 31s 1 linear;
  -webkit-animation-fill-mode: forwards;
}

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

.justify {
  text-align: justify;
}

.submit_number {
  margin: 0;
  text-align: center;
  margin-top: -15px;
  font-weight: bold;
}

@-webkit-keyframes l-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-webkit-keyframes r-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.img-fluid {
  border-radius: 5%;
  max-width: 67%;
}

.summary ul li {
  margin-bottom: 5px;
}

.summary p {
  margin-bottom: 5px;
}

#wizard_container {
  /*margin-top: auto;*/
}

.pricingSpan {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {

 .logo-zone img {
    height: 40px;
  }
}
.widget-button-default-rectangle-my-widget-button {
  padding: 0 15px !important;
  width: 205px !important;
  border-radius: 7px;
  margin: auto;
  font-family: "Inter UI", Arial, sans-serif !important;
}
.widget-button-default-icon-my-widget-button svg{
  width: 25px;
  height: 25px;
}
.widget-button-default-text-my-widget-button {
  font-weight: 500 !important;
  text-transform: none!important;
}

.nice-select.open .nice-select-search-box {
  z-index: 99999;
}

.nice-select .list {
  max-height: 250px;
}

.nice-select .list {
  height: 48vh;
}
