body {
  height: 100vh;
  direction: rtl;
  font-family: "Source Sans Pro", sans-serif;
}
body * {
  opacity: 1;
}
body .translatepress-he_IL {
  /* font-family: "fbmetali", 'Source Sans Pro', sans-serif; */
  font-family: "Assistant", sans-serif;
}
body .widget-container {
  margin: 30px;
  display: flex;
  height: 100%;
}
body .widget-container .widget {
  background-color: rgba(255, 255, 255, 0.93);
  margin: auto;
  padding: 40px;
  border-radius: 100px;
  box-shadow: 0 0 12px #484747;
  text-align: center;
  min-width: 50%;
  min-height: 50%;
  display: flex;
  flex-direction: column;
}
body .widget-container .widget * {
  margin: 5px;
}
body .widget-container .widget > * {
  margin: auto;
}
body .widget-container h1, body .widget-container h2, body .widget-container h3, body .widget-container h4, body .widget-container h5, body .widget-container h6 {
  color: #7017ef;
}
body .widget-container h1 {
  font-size: 55px;
}
body .widget-container h2 {
  font-size: 40px;
}
body .widget-container h3 {
  font-size: 30px;
}
body .widget-container h4 {
  font-size: 25px;
}
body .widget-container h5 {
  font-size: 20px;
}
body .widget-container h6 {
  font-size: 15px;
}
body .widget-container input {
  outline: none;
  min-height: 15px;
  border-radius: 50px;
  border: 1px solid #b9b9b9;
  padding: 10px 20px;
  font-size: 20px;
  font-family: inherit;
  text-align: center;
}
body .widget-container input::placeholder {
  color: #d1cdcd;
}
body .widget-container input[type="submit"] {
  background-image: linear-gradient(to right, #7017ef, #05b0ce);
  font-size: 35px;
  color: white;
  min-width: 80%;
  cursor: pointer;
}
body .widget-container input[type="submit"]:disabled {
  cursor: not-allowed;
  background: #d1cdcd;
}
body .widget-container select {
  outline: none;
  min-height: 15px;
  border-radius: 50px;
  border: 1px solid #b9b9b9;
  padding: 10px 20px;
  font-size: 20px;
  font-family: inherit;
  text-align: center;
  min-height: 50px;
  padding: 10px 20px;
  min-width: 80%;
  /* remove html arrow */
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* put new arrow */
  background: url("/wp-content/uploads/arrow_down.png") no-repeat right;
  background-repeat: no-repeat;
  background-position-x: 90%;
}
body .widget-container button {
  outline: none;
  min-height: 15px;
  border-radius: 50px;
  border: 1px solid #b9b9b9;
  padding: 10px 20px;
  font-size: 20px;
  font-family: inherit;
  text-align: center;
  background-color: transparent;
  border-color: black;
}
body .widget-container .error {
  text-align: center;
  color: red;
  font-weight: bold;
}
body .widget-container .success {
  text-align: center;
  color: green;
  font-weight: bold;
}
body .widget-container img.sm {
  width: 30px;
  height: auto;
  max-height: 30px;
}
body .widget-container img.md {
  width: 40px;
  height: auto;
  max-height: 40px;
}
body .widget-container img.lg {
  width: 50px;
  height: auto;
  max-height: 50px;
}
body .widget-container img.xl {
  width: 150px;
  height: auto;
  max-height: 150px;
}
body .widget-container .clickable {
  cursor: pointer;
}
body ::-webkit-scrollbar {
  height: 9px;
  width: 15px;
  border-radius: 50px;
  background-color: #d1cdcd;
}
body ::-webkit-scrollbar-thumb {
  background-color: #7017ef;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
body ::-webkit-scrollbar-track {
  background-color: #d1cdcd;
  border-radius: 10px;
}
body ::-webkit-scrollbar-button:no-button {
  background-color: #d1cdcd;
}
body .progress-bar {
  direction: ltr;
  background-color: #d1cdcd;
  border-radius: 50px;
}
body .progress-bar .progress-bar-fill {
  transition: all 0.5s ease 0s;
  height: 25px;
  background-color: #f65a5b;
  border-radius: 50px;
  margin: 0;
  display: flex;
}
body .progress-bar .progress-bar-fill .progress-percent {
  color: white;
  margin: auto;
  padding-left: 5px;
}
