/*   #region   ===== CSS Reset ===== */

:root {
  --loader: rgba(165, 165, 165, 0.2);
  --loader-bg: #777;
  --overlay-backdrop-blur: blur(4px);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Arial", sans-serif;
}

html:not([data-accessibility-use="plugin_and_html"]) *:focus {
  outline: none;
}

html.ssp-inner_scroll:not([data-device="mobile"]):not([data-browser="safari"]) {
  overflow-y: hidden;
}

/* Solve issue of page jumps when nav has scrolling */

html[data-device="desktop"].ssp-inner_scroll.ssp-outer_scroll:not(
    [data-device="mobile"]
  ):not([data-browser="safari"]),
html[data-device="desktop"].ssp-inner_scroll.ssp-outer_scroll:not(
    [data-device="mobile"]
  ):not([data-browser="safari"])
  #header[data-position="fixed"]
  #header_bar_wrapper {
  width: calc(100% - 17px);
  min-width: calc(100% - 17px);
  /* browser scrollbar width = 17px */
}

html[data-device="desktop"] #header_bar_content,
html[data-device="desktop"] #header_btns {
  width: calc(100vw - 17px);
  min-width: calc(100% - 17px);
  /* left: 17px; */
}

html {
  height: 100%;
  overflow-y: auto;
}

.hidden {
  display: none;
}

label a {
  color: #f38627;
  font-weight: 500;
  text-decoration: underline;
}

body {
  /*overflow-y: hidden;*/
  /* Removed on 18-06-21 */
  position: relative;
  min-height: 100%;
}

[data-device="mobile"][data-browser="safari"] body {
  overflow-y: hidden;
}

html,
body {
  min-width: 100%;
  /* Removed 11/02/24 - page jumps when menu is opened and there is scroll in page */
  /*height: 100%;*/
  /* Removed for footer */
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /*overflow-x: hidden; /* To prevent scroll on flip effect */
  /* Removed on 18-06-21 */
  display: inline-block;
  /* Added on 18-06-21 */
  vertical-align: top;
  /* Solves unnecessary scrollbar when using 'inline-block' */
  touch-action: manipulation;
  /* Prevent resizing page on mobile, on double tap and inputs focus */
}
body[data-direction="ltr"]
  input:not([style*="text-align:center"]):not(.pinlogin-field),
body[data-direction="ltr"] textarea:not([style*="text-align:center"]),
span:not([style*="text-align:center"]),
body[data-direction="ltr"] .text_r:not(.rate-slider-progress-current),
body[data-direction="ltr"] .navigation_list li {
  text-align: left;
}
body[data-direction="ltr"] button.field_btn {
  left: auto;
  right: 24px;
}
body[data-direction="ltr"] input {
  padding-left: 15px;
}
body[data-direction="ltr"]
  .rate-slider-progress-current[style*="width: 0"]
  .rate-slider-progress-current-icon {
  right: auto;
  left: 0;
}
body[data-direction="ltr"] .rate-slider-progress-current-icon {
  right: auto;
  left: 17px;
}
body[data-direction="ltr"] .progress_line-current-label:not(.total-progress) {
  left: auto;
  right: -16px;
}
body[data-direction="ltr"] .progress_line-current-label.total-progress {
  right: auto;
  left: 8px;
}
body[data-direction="ltr"] .plans_item-label {
  left: auto;
  right: -40px;
  transform: rotate(45deg);
}
body[data-direction="ltr"] #subject-articles-container {
  padding-left: 20px;
}
body[data-direction="ltr"] .progress_line-current {
  left: 6px;
  right: unset;
}
body[data-direction="ltr"] .footer_inner-item:not(.footer_inner-item-home) {
  position: absolute;
}
body[data-direction="ltr"] .footer_inner-item-home {
  left: 41%;
}
body[data-direction="ltr"] .footer_inner-item#my-profile {
  left: 5%;
}
body[data-direction="ltr"] .footer_inner-item#how_i_feel {
  left: 25%;
}
body[data-direction="ltr"] .footer_inner-item#start_plan {
  right: 25%;
}
body[data-direction="ltr"] .footer_inner-item#plans {
  right: 5%;
}
body[data-direction="ltr"] #header_btns {
  right: auto;
  left: 30px;
}
body[data-direction="ltr"] input[name="query"] {
  text-align: left;
}
body[data-direction="ltr"] div {
  direction: ltr;
}
body[data-direction="ltr"] .plan_carousel-item {
  width: 178px;
}
body[data-direction="ltr"] label[for="gender_female"],
body[data-direction="ltr"] label[for="gender_male"] {
  gap: 3px;
}
body[data-direction="ltr"] .plan-price {
  display: flex;
  direction: rtl;
  align-items: baseline;
  gap: 3px;
}
body[data-direction="ltr"] .plan_carousel-item-action {
  gap: 3px;
}
html[data-router-state="moving"],
html[data-router-state="moving"] body {
  overflow-x: hidden;
}

html[data-router-state="moving"] body {
  overflow-y: hidden;
}

a:not(:disabled),
button:not(:disabled),
select:not(:disabled) {
  cursor: pointer;
}

textarea {
  vertical-align: top;
  /* Remove extra space under textarea */
}

input,
textarea,
select,
option {
  font-family: "Arial", sans-serif !important;
  /* Input fields must use only system fonts */
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::input-placeholder,
input::input-placeholder {
  font-family: "Arial", sans-serif !important;
  color: #c4c4c4 !important;
  /* Input fields must use only system fonts */
}

input::placeholder,
textarea::placeholder {
  font-family: "Arial", sans-serif !important;
  color: #c4c4c4 !important;
  /* Input fields must use only system fonts */
}

[data-direction="rtl"] textarea::-webkit-input-placeholder,
[data-direction="rtl"] input::-webkit-input-placeholder,
[data-direction="rtl"] textarea:-moz-placeholder,
[data-direction="rtl"] input:-moz-placeholder,
[data-direction="rtl"] textarea::-moz-placeholder,
[data-direction="rtl"] input::-moz-placeholder,
[data-direction="rtl"] textarea:-ms-input-placeholder,
[data-direction="rtl"] input:-ms-input-placeholder,
[data-direction="rtl"] textarea::-ms-input-placeholder,
[data-direction="rtl"] input::-ms-input-placeholder,
[data-direction="rtl"] textarea::input-placeholder,
[data-direction="rtl"] input::input-placeholder,
[data-direction="rtl"] input::placeholder,
[data-direction="rtl"] textarea::placeholder {
  text-align: right;
  direction: rtl;
}

.ssp-radio_fieldset {
  position: relative;
  display: inline-block;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

/*   #endregion   */

/*   #region   ===== Elements ===== */

.ssp-loader,
[data-mode="loading"]:before {
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 150%;
  -webkit-animation: loader 1s linear infinite;
  -moz-animation: loader 1s linear infinite;
  -ms-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
  width: 30px;
  height: 30px;

  border: 5px solid #777;
  /* default supported fallback style */
  border-right: 5px solid rgba(165, 165, 165, 0.2);
  /* default supported fallback style */
  border-bottom: 5px solid rgba(165, 165, 165, 0.2);
  /* default supported fallback style */
  border-left: 5px solid rgba(165, 165, 165, 0.2);
  /* default supported fallback style */

  border: 5px solid var(--loader-bg);
  border-right: 5px solid var(--loader);
  border-bottom: 5px solid var(--loader);
  border-left: 5px solid var(--loader);
}

[data-mode="loading"]:before,
[data-mode="success"]:before {
  box-sizing: border-box;
  position: absolute;
  /* Removed 20/09/24 because it caused a problem in Safari on iPhone
    left: 0;
    right: 0;
    */
}

[data-mode="loading"]:before {
  content: "";
}

[data-mode="success"]:before {
  display: block;
  margin: auto;
  /*content: '\d7';*/
  /* X */
  content: "\2713";
  /* V */
  color: rgb(0, 255, 0);
  font-weight: bold;
  display: block;
  /*font-size: 36px;*/
}

[data-mode="loading"],
[data-mode="success"] {
  cursor: default;
  pointer-events: none;
  /*display: inline-flex;*/
  align-items: center;
  justify-content: center;
  color: transparent !important;
  text-shadow: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  backdrop-filter: opacity(1);
  /* Fix chrome backdrop-filter & mix-blend-mode bug https://stackoverflow.com/questions/66204563/backdrop-filter-not-working-when-mix-blend-mode-of-another-element-on-the-page-i */
}

[data-mode="loading"][data-loading-display="inline"],
[data-mode="success"][data-loading-display="inline"] {
  display: inline-flex;
}

[data-mode="loading"][data-loading-display="block"],
[data-mode="success"][data-loading-display="block"] {
  display: flex !important;
}

[data-browser="msie"] [data-mode="loading"]:before,
[data-browser="msie"] [data-mode="success"]:before {
  position: relative;
}

[data-browser="msie"] [data-mode="loading"],
[data-browser="msie"] [data-mode="success"] {
  font-size: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  display: inline-flex;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loader {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes loader {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ssp-checkbox_fieldset,
.ssp-radio_fieldset {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ssp-checkbox_fieldset[data-checked-image-src] input:checked[type="checkbox"],
.ssp-radio_fieldset[data-checked-image-src] input:checked[type="radio"],
.ssp-checkbox_fieldset[data-unchecked-image-src]
  input:not(:checked)[type="checkbox"],
.ssp-radio_fieldset[data-unchecked-image-src]
  input:not(:checked)[type="radio"] {
  opacity: 0;
  z-index: -1;
}

.ssp-checkbox_fieldset[data-checked-image-src] label.ssp-checkbox_label::before,
.ssp-radio_fieldset[data-checked-image-src] label.ssp-radio_label::before,
.ssp-checkbox_fieldset[data-unchecked-image-src]
  label.ssp-checkbox_label::before,
.ssp-radio_fieldset[data-unchecked-image-src] label.ssp-radio_label::before {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  box-shadow: none;
  position: absolute;
  display: block;
  content: "";
}

.ssp-checkbox_fieldset[data-checked-image-src] label,
.ssp-radio_fieldset[data-checked-image-src] label,
.ssp-checkbox_fieldset[data-unchecked-image-src] label,
.ssp-radio_fieldset[data-unchecked-image-src] label {
  line-height: 20px;
}

.ssp-checkbox_fieldset[data-checked-image-src]
  label.ssp-checkbox_label::before {
  border-radius: 2px;
}

.ssp-radio_fieldset[data-checked-image-src] label.ssp-radio_label::before {
  border-radius: 50%;
}

[data-direction="rtl"]
  .ssp-checkbox_fieldset[data-checked-image-src]
  label.ssp-checkbox_label::before,
[data-direction="rtl"]
  .ssp-radio_fieldset[data-checked-image-src]
  label.ssp-radio_label::before,
[data-direction="rtl"]
  .ssp-checkbox_fieldset[data-unchecked-image-src]
  label.ssp-checkbox_label::before,
[data-direction="rtl"]
  .ssp-radio_fieldset[data-unchecked-image-src]
  label.ssp-radio_label::before {
  right: 0;
}

body:not([data-direction="rtl"])
  .ssp-checkbox_fieldset[data-checked-image-src]
  label.ssp-checkbox_label::before,
body:not([data-direction="rtl"])
  .ssp-radio_fieldset[data-checked-image-src]
  label.ssp-radio_label::before,
body:not([data-direction="rtl"])
  .ssp-checkbox_fieldset[data-unchecked-image-src]
  label.ssp-checkbox_label::before,
body:not([data-direction="rtl"])
  .ssp-radio_fieldset[data-unchecked-image-src]
  label.ssp-radio_label::before {
  left: 0;
}

.ssp-checkbox_fieldset[data-checked-image-src]
  input:checked
  ~ .ssp-checkbox_label::before,
.ssp-radio_fieldset[data-checked-image-src]
  input:checked
  ~ .ssp-radio_label::before,
.ssp-checkbox_fieldset[data-unchecked-image-src] .ssp-checkbox_label::before,
.ssp-radio_fieldset[data-unchecked-image-src] .ssp-radio_label::before {
  border-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ssp-checkbox_fieldset[data-checked-image-src] .ssp-checkbox_label::before,
.ssp-radio_fieldset[data-checked-image-src] .ssp-radio_label::before {
  background-color: transparent;
}

/*   #endregion   */

/*   #region   ===== Navigation Menu ===== */

#navigation {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 50%;
  height: 101%;
  z-index: 10011;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

#navigation {
  /* used because of accessibility issues - menu should be "display: none" before clicking it */
  display: none;
}

#navigation[data-state="active"] {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#navigation.ssp-display {
  /* used because of accessibility issues - menu should be "display: none" before clicking it */
  display: flex;
}

@media (max-width: 640px) {
  #navigation {
    width: 80%;
  }
}

/*   #endregion   */

/*   #region   ===== Header ===== */

#header {
  /* width: 100%; */
  /* overflow: hidden; */
  display: none;
  /* Removed 09/05/24 - it can't be always on top, it should be below the opened menu, but buttons (accessability + hamburger) should be above opened menu.
    position: relative;
    z-index: 10010;
    */
}

#header[data-position="fixed"] #header_btns,
#header[data-position="fixed"] #header_bar_wrapper,
#header_btns[data-position="fixed"] {
  position: fixed !important;
  top: 0;
}

#header_btns {
  position: absolute;
  top: 32px;
  right: 30px;
  z-index: 100002;
}

.ssp-nav_opened #header_btns {
  /* position: fixed; */
  /* top: 0; */
}

.menu_btn {
  /* position: absolute; */
}

.menu_btn span.ssp-pass {
  position: absolute;
}

[data-device="mobile"][data-browser="safari"].ssp-nav_opened body,
html[data-device="mobile"][data-browser="chrome"].ssp-nav_opened {
  overflow: hidden;
}

#header_bar_wrapper {
  width: 100%;
  z-index: 10009;
}

#header_bar {
  margin: auto;
}

#header_bar_logo {
  /* float: left; */
}

#header_bar_links {
  /* float: right; */
}

#header_bar_links ul {
  list-style: none;
}

#header_bar_links li {
  /* float: left; */
}

#header_bar_links li:first-child {
  margin-left: 0px;
}

[data-device="mobile"] #header_bar_links {
  display: none;
}

/*   #endregion   */

/*   #region   ===== Footer ===== */

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10000;
}

#footer[data-position="fixed"] {
  position: fixed;
}

[data-browser="safari"] #footer {
  /* Solve 1px space at bottom safari bug */
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

/*   #endregion   */

/*   #region   ===== Accessibility ===== */

#header_btns #accessibility_btn {
  /* position: absolute; */
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}

#header_btns #accessibility_btn img {
  width: 100%;
  height: 100%;
}

/*   #endregion   */

/*   #region   ===== Pages ===== */

#main_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  /*height: 0;
    overflow: hidden;*/
  visibility: hidden;
  background-color: var(--overlay-background-color);
  -webkit-backdrop-filter: var(--overlay-backdrop-blur);
  backdrop-filter: var(--overlay-backdrop-blur);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10010;
}

#main_overlay[data-state="active"] {
  opacity: 1;
  visibility: visible;
  /*height: auto;*/
}

#main_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#main_loader_footer {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

#main_loader_footer img {
  width: 18px;
  height: 18px;
}

#main_loader_footer a {
  display: flex;
  color: black;
}

.ssp-page {
  display: none;
}

.ssp-page[data-state="active"] {
  display: block;
}

/*   #endregion   */

/*   #region   ===== Popup ===== */

#popup {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-backdrop-filter: var(--overlay-backdrop-blur);
  backdrop-filter: var(--overlay-backdrop-blur);
}

#popup[data-state="active"] {
  opacity: 1;
}

#popup #popup_container {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}

#popup #popup_container:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

#popup #popup_container #popup_content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ssp-popup {
  position: relative;
  display: none;
  margin: auto;
  opacity: 0;
}

[data-direction="rtl"] .ssp-popup {
  direction: rtl;
}

.ssp-popup[data-state="active"] {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.ssp-popup[data-type="popup-by-content"] {
  font-size: 20px;
  line-height: 140%;
  min-height: 110px;
}

.ssp-close_popup {
  font-family: Arial !important;
  position: absolute;
  top: 32px;
  right: 15px;
  border-radius: 150%;
  z-index: 999;
  cursor: pointer;
}

.ssp-close_popup:before {
  content: "\d7";
  position: relative;
}

/*   #endregion   */

/*   #region   ===== Toast ===== */

#toast {
  display: none;
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  position: fixed;
  pointer-events: none;
  bottom: 0px;
  z-index: 99990;
}

#toast[data-state="active"] {
  opacity: 1;
}

.ssp-toast {
  position: relative;
  display: table;
  width: auto;
  /*  IE Fallback */
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  z-index: 99990;
  pointer-events: initial;
  top: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

[data-direction="rtl"] .ssp-toast {
  direction: rtl;
}

.ssp-toast[data-state="active"] {
  display: block;
  opacity: 1;
  top: -45px;
}

/*   #endregion   */

/*   #region   ===== Special browsers ===== */

@media \0screen {
  /* IE8 only */
  #popup {
    background-color: #4c4c4c;
  }

  #header_btns {
    width: 100%;
  }

  #navigation[data-state="active"] {
    left: 0px;
  }

  .menu_btn span.ssp-pass.ssp-pass-4,
  .menu_btn[data-state="open"] span.ssp-pass.ssp-pass-4 {
    top: -15px;
  }

  .menu_btn[data-state="open"] span.ssp-pass.ssp-pass-1 {
    top: 0px;
  }

  .menu_btn[data-state="open"] span.ssp-pass.ssp-pass-1,
  .menu_btn[data-state="open"] span.ssp-pass.ssp-pass-4 {
    width: 100%;
    left: 0;
  }

  .ssp-loader {
    border: none;
    width: 80px;
  }

  .ssp-loader:after {
    content: "Loading...";
  }
}

/*   #endregion   */

/*   #region   ===== Page Move Animations ===== */

/* Move with Fade Up */

@-webkit-keyframes float_with_fade_up_out {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-25px);
    opacity: 0;
  }
}

@-webkit-keyframes float_with_fade_up_in {
  0% {
    -webkit-transform: translateY(25px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-ms-keyframes float_with_fade_up_out {
  0% {
    -ms-transform: translateY(0);
  }

  100% {
    -ms-transform: translateY(-25px);
    opacity: 0;
  }
}

@-ms-keyframes float_with_fade_up_in {
  0% {
    -ms-transform: translateY(25px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
  }
}

/* Move with Fade Down */

@-webkit-keyframes float_with_fade_down_out {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(25px);
    opacity: 0;
  }
}

@-webkit-keyframes float_with_fade_down_in {
  0% {
    -webkit-transform: translateY(-25px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-ms-keyframes float_with_fade_down_out {
  0% {
    -ms-transform: translateY(0);
  }

  100% {
    -ms-transform: translateY(25px);
    opacity: 0;
  }
}

@-ms-keyframes float_with_fade_down_in {
  0% {
    -ms-transform: translateY(-25px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
  }
}

/* Move with Fade Left */

@-webkit-keyframes float_with_fade_left_out {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-25px);
    opacity: 0;
  }
}

@-webkit-keyframes float_with_fade_left_in {
  0% {
    -webkit-transform: translateX(25px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-ms-keyframes float_with_fade_left_out {
  0% {
    -ms-transform: translateX(0);
  }

  100% {
    -ms-transform: translateX(-25px);
    opacity: 0;
  }
}

@-ms-keyframes float_with_fade_left_in {
  0% {
    -ms-transform: translateX(25px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateX(0);
  }
}

/* Move with Fade Right */

@-webkit-keyframes float_with_fade_right_out {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(25px);
    opacity: 0;
  }
}

@-webkit-keyframes float_with_fade_right_in {
  0% {
    -webkit-transform: translateX(-25px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-ms-keyframes float_with_fade_right_out {
  0% {
    -ms-transform: translateX(0);
  }

  100% {
    -ms-transform: translateX(25px);
    opacity: 0;
  }
}

@-ms-keyframes float_with_fade_right_in {
  0% {
    -ms-transform: translateX(-25px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateX(0);
  }
}

/* Burst with Fade */

@-webkit-keyframes burst_with_fade_out {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes burst_with_fade_in {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes burst_with_fade_out {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes burst_with_fade_in {
  0% {
    -ms-transform: scale(0.8);
    opacity: 0;
  }

  100% {
    -ms-transform: scale(1);
  }
}

/* Shrink with Fade */

@-webkit-keyframes shrink_with_fade_out {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes shrink_with_fade_in {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes shrink_with_fade_out {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(0.8);
    opacity: 0;
  }
}

@-ms-keyframes shrink_with_fade_in {
  0% {
    -ms-transform: scale(1.2);
    opacity: 0;
  }

  100% {
    -ms-transform: scale(1);
  }
}

/* Flip From Top */

@-webkit-keyframes flip_from_top_out {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-webkit-keyframes flip_from_top_in {
  0% {
    -webkit-transform: rotateX(-270deg);
  }

  100% {
    -webkit-transform: rotateX(-360deg);
  }
}

@-ms-keyframes flip_from_top_out {
  0% {
    -ms-transform: rotateX(0deg);
  }

  100% {
    -ms-transform: rotateX(-90deg);
  }
}

@-ms-keyframes flip_from_top_in {
  0% {
    -ms-transform: rotateX(-271deg);
  }

  100% {
    -ms-transform: rotateX(-359deg);
  }
}

/* Flip From Right */

@-webkit-keyframes flip_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(-90deg);
  }
}

@-webkit-keyframes flip_from_right_in {
  0% {
    -webkit-transform: rotateY(-270deg);
  }

  100% {
    -webkit-transform: rotateY(-360deg);
  }
}

@-ms-keyframes flip_from_right_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(-90deg);
  }
}

@-ms-keyframes flip_from_right_in {
  0% {
    -ms-transform: rotateY(-271deg);
  }

  100% {
    -ms-transform: rotateY(-359deg);
  }
}

/* Flip From Left */

@-webkit-keyframes flip_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(90deg);
  }
}

@-webkit-keyframes flip_from_left_in {
  0% {
    -webkit-transform: rotateY(270deg);
  }

  100% {
    -webkit-transform: rotateY(359deg);
  }
}

@-ms-keyframes flip_from_left_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(90deg);
  }
}

@-ms-keyframes flip_from_left_in {
  0% {
    -ms-transform: rotateY(271deg);
  }

  100% {
    -ms-transform: rotateY(359deg);
  }
}

/* Flip With Bounce From Right */

@-webkit-keyframes flip_with_bounce_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(-90deg);
  }
}

@-webkit-keyframes flip_with_bounce_from_right_in {
  0% {
    -webkit-transform: rotateY(-270deg);
  }

  50% {
    -webkit-transform: rotateY(-370deg);
  }

  70% {
    -webkit-transform: rotateY(-352deg);
  }

  80% {
    -webkit-transform: rotateY(-360deg);
  }

  95% {
    -webkit-transform: rotateY(-358deg);
  }

  100% {
    -webkit-transform: rotateY(-360deg);
  }
}

@-ms-keyframes flip_with_bounce_from_right_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(-90deg);
  }
}

@-ms-keyframes flip_with_bounce_from_right_in {
  0% {
    -ms-transform: rotateY(-271deg);
  }

  50% {
    -ms-transform: rotateY(-370deg);
  }

  70% {
    -ms-transform: rotateY(-352deg);
  }

  80% {
    -ms-transform: rotateY(-360deg);
  }

  95% {
    -ms-transform: rotateY(-358deg);
  }

  100% {
    -ms-transform: rotateY(-359deg);
  }
}

/* Flip With Bounce From Left */

@-webkit-keyframes flip_with_bounce_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(90deg);
  }
}

@-webkit-keyframes flip_with_bounce_from_left_in {
  0% {
    -webkit-transform: rotateY(270deg);
  }

  50% {
    -webkit-transform: rotateY(370deg);
  }

  70% {
    -webkit-transform: rotateY(352deg);
  }

  80% {
    -webkit-transform: rotateY(360deg);
  }

  95% {
    -webkit-transform: rotateY(358deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
  }
}

@-ms-keyframes flip_with_bounce_from_left_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(90deg);
  }
}

@-ms-keyframes flip_with_bounce_from_left_in {
  0% {
    -ms-transform: rotateY(271deg);
  }

  50% {
    -ms-transform: rotateY(370deg);
  }

  70% {
    -ms-transform: rotateY(352deg);
  }

  80% {
    -ms-transform: rotateY(360deg);
  }

  95% {
    -ms-transform: rotateY(358deg);
  }

  100% {
    -ms-transform: rotateY(359deg);
  }
}

/* Page Turn From Top */

@-webkit-keyframes page_turn_from_top_out {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-webkit-keyframes page_turn_from_top_in {
  0% {
    -webkit-transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-ms-keyframes page_turn_from_top_out {
  0% {
    -ms-transform: rotateX(0deg);
  }

  100% {
    -ms-transform: rotateX(-90deg);
  }
}

@-ms-keyframes page_turn_from_top_in {
  0% {
    -ms-transform: rotateX(90deg);
  }

  100% {
    -ms-transform: rotateX(0deg);
  }
}

/* Page Turn From Right */

@-webkit-keyframes page_turn_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(110deg);
  }
}

@-webkit-keyframes page_turn_from_right_in {
  0% {
    -webkit-transform: rotateY(-110deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-ms-keyframes page_turn_from_right_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(110deg);
  }
}

@-ms-keyframes page_turn_from_right_in {
  0% {
    -ms-transform: rotateY(-110deg);
  }

  100% {
    -ms-transform: rotateY(0deg);
  }
}

/* Page Turn From Left */

@-webkit-keyframes page_turn_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(-110deg);
  }
}

@-webkit-keyframes page_turn_from_left_in {
  0% {
    -webkit-transform: rotateY(110deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-ms-keyframes page_turn_from_left_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(-110deg);
  }
}

@-ms-keyframes page_turn_from_left_in {
  0% {
    -ms-transform: rotateY(110deg);
  }

  100% {
    -ms-transform: rotateY(0deg);
  }
}

/* Page Turn With Bounce From Top */

@-webkit-keyframes page_turn_with_bounce_from_top_out {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-webkit-keyframes page_turn_with_bounce_from_top_in {
  0% {
    -webkit-transform: rotateX(90deg);
  }

  50% {
    -webkit-transform: rotateX(-10deg);
  }

  70% {
    -webkit-transform: rotateX(8deg);
  }

  80% {
    -webkit-transform: rotateX(0deg);
  }

  95% {
    -webkit-transform: rotateX(2deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-ms-keyframes page_turn_with_bounce_from_top_out {
  0% {
    -ms-transform: rotateX(0deg);
  }

  100% {
    -ms-transform: rotateX(-90deg);
  }
}

@-ms-keyframes page_turn_with_bounce_from_top_in {
  0% {
    -ms-transform: rotateX(90deg);
  }

  50% {
    -ms-transform: rotateX(-10deg);
  }

  70% {
    -ms-transform: rotateX(8deg);
  }

  80% {
    -ms-transform: rotateX(0deg);
  }

  95% {
    -ms-transform: rotateX(2deg);
  }

  100% {
    -ms-transform: rotateX(0deg);
  }
}

/* Page Turn With Bounce From Right */

@-webkit-keyframes page_turn_with_bounce_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(110deg);
  }
}

@-webkit-keyframes page_turn_with_bounce_from_right_in {
  0% {
    -webkit-transform: rotateY(-110deg);
  }

  50% {
    -webkit-transform: rotateY(10deg);
  }

  70% {
    -webkit-transform: rotateY(-8deg);
  }

  80% {
    -webkit-transform: rotateY(0deg);
  }

  95% {
    -webkit-transform: rotateY(-2deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-ms-keyframes page_turn_with_bounce_from_right_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(110deg);
  }
}

@-ms-keyframes page_turn_with_bounce_from_right_in {
  0% {
    -ms-transform: rotateY(-110deg);
  }

  50% {
    -ms-transform: rotateY(10deg);
  }

  70% {
    -ms-transform: rotateY(-8deg);
  }

  80% {
    -ms-transform: rotateY(0deg);
  }

  95% {
    -ms-transform: rotateY(-2deg);
  }

  100% {
    -ms-transform: rotateY(0deg);
  }
}

/* Page Turn With Bounce From Left */

@-webkit-keyframes page_turn_with_bounce_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(-110deg);
  }
}

@-webkit-keyframes page_turn_with_bounce_from_left_in {
  0% {
    -webkit-transform: rotateY(110deg);
  }

  50% {
    -webkit-transform: rotateY(-10deg);
  }

  70% {
    -webkit-transform: rotateY(8deg);
  }

  80% {
    -webkit-transform: rotateY(0deg);
  }

  95% {
    -webkit-transform: rotateY(2deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-ms-keyframes page_turn_with_bounce_from_left_out {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(-110deg);
  }
}

@-ms-keyframes page_turn_with_bounce_from_left_in {
  0% {
    -ms-transform: rotateY(110deg);
  }

  50% {
    -ms-transform: rotateY(-10deg);
  }

  70% {
    -ms-transform: rotateY(8deg);
  }

  80% {
    -ms-transform: rotateY(0deg);
  }

  95% {
    -ms-transform: rotateY(2deg);
  }

  100% {
    -ms-transform: rotateY(0deg);
  }
}

/* Custom 1 */

@-webkit-keyframes custom_1_out {
  0% {
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes custom_1_in {
  0% {
    opacity: 0;
  }

  100% {
  }
}

@-ms-keyframes custom_1_out {
  0% {
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes custom_1_in {
  0% {
    opacity: 0;
  }

  100% {
  }
}

/* Custom 2 */

@-webkit-keyframes custom_2_out {
  0% {
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes custom_2_in {
  0% {
    opacity: 0;
  }

  100% {
  }
}

@-ms-keyframes custom_2_out {
  0% {
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes custom_2_in {
  0% {
    opacity: 0;
  }

  100% {
  }
}

/* Custom 3 */

@-webkit-keyframes custom_3_out {
  0% {
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes custom_3_in {
  0% {
    opacity: 0;
  }

  100% {
  }
}

@-ms-keyframes custom_3_out {
  0% {
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes custom_3_in {
  0% {
    opacity: 0;
  }

  100% {
  }
}

/*   #endregion   */

/*   #region   ===== Form ===== */

.ssp-form_field_wrap label,
.ssp-form_field_wrap input,
.ssp-form_field_wrap select,
.ssp-form_field_wrap textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ssp-form_field_wrap input,
.ssp-form_field_wrap select,
.ssp-form_field_wrap textarea {
  resize: none;
  overflow: hidden;
}

.ssp-form_field_wrap[data-state="error"] {
  position: relative;
}

.ssp-form_field_wrap::before {
  content: "";
  display: none;
}

.ssp-form_field_wrap[data-state="error"]::before {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -16px;
  font-size: 12px;
  width: auto;
  height: 16px;
  z-index: 10;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  pointer-events: none;
}

[data-direction="rtl"] .ssp-form_field_wrap[data-state="error"]::before {
  right: 0px;
  left: auto;
}

.ssp-form_field[data-state="error"]::before {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -16px;
  font-size: 12px;
  width: auto;
  height: 16px;
  z-index: 10;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  pointer-events: none;
}

.ssp-error_label {
  display: none;
}

[data-direction="rtl"] .ssp-error_label {
  direction: rtl;
}

.ssp-error_label[data-state="active"] {
  display: flex;
}

.ssp-error_label.ssp-animation,
.ssp-form_field_wrap[data-state="error"].ssp-animation::before {
  animation: ssp-error_label_animation 0.6s linear;
  -moz-animation: ssp-error_label_animation 0.6s linear;
  -webkit-animation: ssp-error_label_animation 0.6s linear;
  -o-animation: ssp-error_label_animation 0.6s linear;
  -ms-animation: ssp-error_label_animation 0.6s linear;
}

@keyframes ssp-error_label_animation {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*   #endregion   */

/*   #region   ===== FAQ ===== */

#faq .ssp-faq_item {
  margin-top: 10px;
}

#faq .ssp-faq_item button {
  position: relative;
  width: 100%;
}

body:not([data-direction="rtl"]) #faq .ssp-faq_item button {
  text-align: left;
  padding: 10px 45px 10px 10px;
}

[data-direction="rtl"] #faq .ssp-faq_item button {
  text-align: right;
  padding: 10px 10px 10px 45px;
}

#faq .ssp-faq_item button:after {
  content: "";
  position: absolute;
  margin: auto 5px;
  top: 0px;
  bottom: 0px;
  height: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

[data-direction="rtl"] #faq .ssp-faq_item button:after {
  left: 10px;
}

body:not([data-direction="rtl"]) #faq .ssp-faq_item button:after {
  right: 10px;
}

#faq .ssp-faq_item button[data-state="active"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#faq .ssp-faq_item div {
  position: relative;
  display: none;
  padding: 10px;
  background-color: #ffffff;
}

[data-direction="rtl"] #faq .ssp-faq_item div p {
  text-align: right;
  direction: rtl;
}

/*   #endregion   */

/*   #region   ===== Loading Page ===== */

.ssp-page[data-name="loading"] {
  height: calc(100vh - 180px);
}

.ssp-page[data-name="loading"] > div {
  height: 100%;
  /*display: table-cell;*/
  display: flex;
}

/*   #endregion   */

/*   #region   ===== Custom CSS ===== */

.ssp-page[data-name="examples"] a {
  direction: ltr;
  /*display: inline-block;*/
}

.ssp-page[data-name="examples"] strong {
  font-size: 20px;
}

.toast-1 {
  background-color: green !important;
  color: black;
  font-size: 16px;
  border-radius: 10px;
}

.popup-4 .content {
  width: 75%;
  padding-top: 60px;
  padding-left: 20px;
  color: white;
  font-size: 20px;
  margin: auto;
}

#form_submit_btn_container {
  min-height: 100px;
  margin-top: 15px;
}

/*   #endregion   */

/*** Global ***/

:root {
  --overlay-background-color: rgba(0, 0, 0, 0.7);
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::input-placeholder,
input::input-placeholder,
input::placeholder,
textarea::placeholder {
  color: #a6a6a6;
}

/* Inputs */
input,
select,
textarea {
  border: 1px solid #afafaf;
  font-size: 18px;
  padding: 5px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  /*top: 5px;*/
}

label.ssp-checkbox_label {
  width: auto;
}

body:not([data-direction="rtl"]) .ssp-checkbox_fieldset label,
body:not([data-direction="rtl"]) .ssp-radio_fieldset label {
  padding-left: 5px;
}

[data-direction="rtl"] .ssp-checkbox_fieldset label,
[data-direction="rtl"] .ssp-radio_fieldset label {
  padding-right: 5px;
}

body:not([data-direction="rtl"]) .ssp-radio_fieldset {
  padding-right: 12px;
}

[data-direction="rtl"] .ssp-radio_fieldset {
  padding-left: 12px;
}

/* Buttons */

.ssp-button.ssp-blue {
  background-color: #007bff;
}

.ssp-button.ssp-blue_green {
  background-color: #00b8d8;
}

.ssp-button.ssp-green {
  background-color: #17c671;
}

.ssp-button.ssp-red {
  background-color: #df2020;
}

.ssp-button.ssp-brown {
  background-color: #755302;
}

.ssp-button.ssp-orange {
  background-color: #ffb400;
}

/*** Loader ***/

[data-mode="loading"]:before {
  mix-blend-mode: multiply;
}

/*** Navigation Menu ***/

#navigation {
  background-color: #d9d9d9;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#navigation ul {
  list-style-type: none;
  padding-left: 10px;
}

[data-direction="rtl"] #navigation ul li {
  direction: rtl;
}

#navigation ul li a[data-state="active"] {
  font-weight: bold;
}

/*** Header ***/

#header,
#header_bar_wrapper {
  /* height: 60px; */
}

#pages {
  /*margin-top: -60px; /* Header height */
  /* padding-bottom: 60px; */
  /* padding-left: 20px; padding-right: 20px; */
}

.menu_btn {
  top: 0px !important;
  right: 0px !important;
  position: relative;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 25.83px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_btn span.ssp-pass {
  width: 100%;
  height: 5.83px;
  background-color: #fff;
  border-radius: 100px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu_btn[data-state="open"] span.ssp-pass {
  background-color: #005fa6;
}

.menu_btn span.ssp-pass.ssp-pass-1 {
  top: 0px;
}

.menu_btn span.ssp-pass.ssp-pass-2 {
  top: calc(50% - 2.415px);
}

.menu_btn span.ssp-pass.ssp-pass-3 {
  top: calc(50% - 2.415px);
}

.menu_btn span.ssp-pass.ssp-pass-4 {
  top: calc(100% - 5.83px);
}

.menu_btn[data-state="open"] span.ssp-pass.ssp-pass-1,
.menu_btn[data-state="open"] span.ssp-pass.ssp-pass-4 {
  top: 15px;
  width: 0%;
  left: 50%;
}

.menu_btn[data-state="open"] span.ssp-pass.ssp-pass-2 {
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}

.menu_btn[data-state="open"] span.ssp-pass.ssp-pass-3 {
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}

#header_bar_wrapper {
  /* background-color: #e2e2e2; */
}

#header_bar {
  width: 100%;
  max-width: 100%;
}

#header_bar #header_bar_logo,
#header_bar #header_bar_links {
  /* margin-top: 20px; */
}

#header_bar_links li {
  /* margin-left: 10px; */
}

#header_bar_links a[data-state="active"] {
  font-weight: bold;
}

/*** Footer ***/

#footer {
  /* height: 40px;
    background-color: black;
    color: white;
    text-align: center; */
}

#footer div {
  /* padding-top: 10px;
    font-size: 14px; */
  text-align: center;
}

[data-browser="edge"] #footer,
[data-browser="msie"] #footer {
  box-shadow: black 0px 1px 0px;
  /* Solve 1px space at bottom ie+edge bug */
}

/*** Accessibility ***/

#header_btns #accessibility_btn {
  top: 12px;
  right: 80px;
  width: 30px;
  height: 30px;
}

#accessibility {
  top: 8px !important;
  right: 75px !important;
}

/*** Pages ***/

.ssp-page {
  margin: auto;
}

.ssp-page[data-name="loading"] {
  width: 100%;
}

/*** Popup ***/

#popup {
  background-color: var(--overlay-background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#popup #popup_container #popup_content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 81%;
  width: 100%;
}

.ssp-popup {
  padding: 40px 30px 30px;
  min-height: 270px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 15px;
  min-width: 150px;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.ssp-close_popup {
  margin-right: 0px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  /* background-color: #000;
    border: 2px solid #fff; */
}

.ssp-close_popup:before {
  content: "X";
  font-size: 20px;
  font-family: "NotoSansHebrew-SemiBold";
  color: #005fa6;
}

/*** Toast ***/

.ssp-toast {
  margin-top: 10px;
  background: #333333;
  color: white;
  padding: 7px;
  border-radius: 5px;
}

/*** Components ***/

.ssp-container {
  width: 100%;
  border: 1px solid black;
  margin-top: 20px;
}

[data-direction="rtl"] .ssp-container {
  direction: rtl;
}

.ssp-container .ssp-container_title {
  padding: 10px;
  background-color: #f1f1f1;
}

.ssp-container .ssp-container_content {
  padding: 10px;
}

.ssp-container {
  /* solves CSS animation issues that causes right border to disappear */
  /* Removed because is causes some problems
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    */
}

/*** Form ***/

.ssp-form_field_wrap {
  margin-top: 10px;
  width: 100%;
}

[data-direction="rtl"] .ssp-form_field_wrap {
  direction: rtl;
}

.ssp-form_field_wrap label,
.ssp-form_field_wrap input:not([type="checkbox"]):not([type="radio"]),
.ssp-form_field_wrap select,
.ssp-form_field_wrap textarea {
  width: 100%;
  font-size: 18px;
  padding: 5px;
}

.ssp-form_field_wrap label:not(.ssp-checkbox_label):not(.ssp-radio_label) {
  /* display: inline-block; */
  /* margin-bottom: 3px; */
}

input.ssp-form_field[data-state="error"],
select.ssp-form_field[data-state="error"],
textarea.ssp-form_field[data-state="error"] {
  animation: error 1s linear;
  -moz-animation: error 1s linear;
  -webkit-animation: error 1s linear;
  -o-animation: error 1s linear;
  -ms-animation: error 1s linear;
  border: 1px solid red;
  color: red;
}

@keyframes error {
  0% {
    border: 1px solid #afafaf;
    color: black;
  }

  20% {
    border: 1px solid red;
    color: red;
  }

  40% {
    border: 1px solid #afafaf;
    color: black;
  }

  60% {
    border: 1px solid red;
    color: red;
  }

  80% {
    border: 1px solid #afafaf;
    color: black;
  }

  100% {
    border: 1px solid red;
    color: red;
  }
}

/*** FAQ ***/

#faq .ssp-faq_item {
  background-color: #ffffff;
  border: 2px solid #000000;
}

#faq .ssp-faq_item button {
  font-size: 30px;
  color: #000000;
  border: none;
  background-color: #dcdcdc;
}

#faq .ssp-faq_item button:after {
  border-left: 10px solid transparent;
  border-top: 15px solid #000;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
}

#faq .ssp-faq_item button[data-state="active"]:after {
  border-top-color: #979797;
}

#faq .ssp-faq_item div {
  background-color: #ffffff;
}

#faq .ssp-faq_item div p {
  color: #000000;
}

#faq .ssp-faq_item button,
#faq .ssp-faq_item div,
#faq .ssp-faq_item {
  border-radius: 10px;
}

#faq .ssp-faq_item div {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/*** Custom CSS ***/

/*** Form ***/

#example_form {
  margin: auto;
  width: 80%;
  padding-bottom: 40px;
}

#example_form #file_uploader {
  width: 100%;
}

#example_form button {
  width: 100%;
  height: 50px;
  font-size: 24px;
  background-color: #008cba;
  color: #fff;
  border: none;
  border-radius: 4px;
}

/*** Uploader ***/

#uploader-page .uploader-btn-1 {
  width: 100%;
}

#uploader-page .uploader-btn-2 {
  background-color: green;
  text-align: center;
  width: 200px;
  padding: 20px;
  margin: auto;
  cursor: pointer;
}

#uploader-page .uploader-btn-2:hover {
  background-color: yellow;
  transition: all 2s;
  -webkit-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
}

#uploader-page .uploader-btn-2-cancel {
  padding-top: 10px;
}

#uploader-page .uploader-btn-2-result {
  text-align: left;
  padding-left: 20px;
}

/*** Youtube ***/

.youtube_advanced_example {
  height: 300px;
}

.youtube_advanced_example_video,
.youtube_advanced_example_links {
  float: left;
}

.youtube_advanced_example_links {
  padding-left: 15px;
}

.youtube_advanced_example .youtube-2 {
  width: 250px;
  height: 250px;
}

#pages h1 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
}

[data-direction="rtl"] #pages h1 {
  direction: rtl;
}

/*** Media Screen Queries ***/

@media (orientation: portrait) {
}

@media (orientation: landscape) {
}

@media (max-width: 640px) {
}

/* custom */

/* fonts include */

@font-face {
  font-family: "NotoSansHebrew-Light";
  src: url("./../fonts/NotoSansHebrew-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHebrew-Regular";
  src: url("./../fonts/NotoSansHebrew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHebrew-SemiBold";
  src: url("./../fonts/NotoSansHebrew-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHebrew-Medium";
  src: url("./../fonts/NotoSansHebrew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansHebrew-Bold";
  src: url("./../fonts/NotoSansHebrew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* fig */

@font-face {
  font-family: "Figtree-Light";
  src: url("./../fonts/Figtree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Figtree-Regular";
  src: url("./../fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Figtree-SemiBold";
  src: url("./../fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Figtree-Medium";
  src: url("./../fonts/Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Figtree-Bold";
  src: url("./../fonts/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* poppins */

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("./../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: "NotoSansHebrew-Regular";
}

.light {
  font-family: "NotoSansHebrew-Light";
}

.regular {
  font-family: "NotoSansHebrew-Regular";
}

.semibold {
  font-family: "NotoSansHebrew-SemiBold";
}

.medium {
  font-family: "NotoSansHebrew-Medium";
}

.bold {
  font-family: "NotoSansHebrew-Bold";
}

.light_fg {
  font-family: "Figtree-Light";
}

.regular_fg {
  font-family: "Figtree-Regular";
}

.semibold_fg {
  font-family: "Figtree-SemiBold";
}

.medium_fg {
  font-family: "Figtree-Medium";
}

.bold_fg {
  font-family: "Figtree-Bold";
}

.light_po {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.regular_po {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.semibold_po {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.medium_po {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.bold_po {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Poppins-Bold";
  /* font-weight: 700; */
}

/* end */

body {
  border-radius: 28px;
}

#header_bar_wrapper {
  background: linear-gradient(123.94deg, #12a5c4 5.45%, #095ca1 97.21%);
  box-shadow: 0px 4px 30px 0px #0e82b499;
  border-radius: 28px;
  padding: 20px 30px 0;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}

.header_bar_wrapper {
  min-height: 155px;
}

.small_head #header_bar_wrapper {
  min-height: 120px;
  padding: 20px 30px;
  justify-content: center;
}

.small_head #header_btns {
  top: 46px;
}

.small_head .header_bar_logo {
  top: 0;
  width: 76px;
}

.header_btns-wrap {
  min-width: 70px;
}

html,
body {
  overflow-x: hidden;
  line-height: 100%;
  color: #181818;
  direction: rtl;
  box-sizing: border-box;
}

body {
  background-color: #f0f0f0;
}

* {
  box-sizing: border-box;
  line-height: 100%;
}

img {
  max-width: 100%;
}

.dir-ltr {
  direction: ltr;
}

video {
  max-width: 100%;
}

.drawer_icon {
  max-width: 66px;
}

a {
  text-decoration: none;
}

img:not(.game_area-item) {
  pointer-events: none;
}

.flex {
  display: flex;
}

.flex_wrap {
  flex-wrap: wrap;
}

.dir-col {
  flex-direction: column;
}

.dir-row-r {
  flex-direction: row-reverse;
}

.flex_in {
  display: inline-flex;
}

.align_c {
  align-items: center;
}

.align_fe {
  align-items: flex-end;
}

.align_fs {
  align-items: flex-start;
}

.align_st {
  align-items: stretch;
}

.flex_auto {
  flex: 0 0 auto;
}

.justify_sb {
  justify-content: space-between;
}

.justify_c {
  justify-content: center;
}

.justify_fs {
  justify-content: flex-start;
}

.justify_fe {
  justify-content: flex-end;
}

.underline {
  text-decoration: underline;
}

.mh_200 {
  min-height: 200px;
}

.h-full {
  height: 100%;
}

.fz_24 {
  font-size: 24px;
}

.fz_20 {
  font-size: 20px;
}

.fz_22 {
  font-size: 22px;
}

.fz_18 {
  font-size: 18px;
}

.fz_16 {
  font-size: 16px;
}

.fz_30 {
  font-size: 30px;
}

.fz_32 {
  font-size: 32px;
}

.fz_14 {
  font-size: 14px;
}

.fz_12 {
  font-size: 12px;
}

.fz_10 {
  font-size: 10px;
}

.lt_sp-5 {
  letter-spacing: 0.5px;
}

.gap_5 {
  gap: 5px;
}

.gap_10 {
  gap: 10px;
}

.gap_15 {
  gap: 13px;
}

.gap_13 {
  gap: 13px;
}

.gap_20 {
  gap: 20px;
}

.gap_25 {
  gap: 25px;
}

.gap_35 {
  gap: 35px;
}

.lh_50 {
  line-height: 50%;
}

.lh_150 {
  line-height: 150%;
}

.lh_160 {
  line-height: 160%;
}

.lh_138 {
  line-height: 138%;
}

.r_8 {
  border-radius: 8px;
}

.r_10 {
  border-radius: 10px;
}

.r_12 {
  border-radius: 12px;
}

.r_15 {
  border-radius: 10px;
}

.r_20 {
  border-radius: 20px;
}

.r_50 {
  border-radius: 50px;
}

.r_100 {
  border-radius: 100%;
}

.white {
  color: #fff;
}

.gray {
  color: #838383;
}

.gray-2 {
  color: #b9b9b9;
}

.dark {
  color: #000000;
}

.black {
  color: #181818;
}

.black-d {
  color: #170035;
}

.black-d2 {
  color: #000;
}

.black-d3 {
  color: #1b1b1b;
}

body .border_r {
  border: 1px solid #ff3019;
}

body .border_bl {
  border: 1px solid #005fa6;
}

body .border_b {
  border: 1px solid #181818;
}

body .border_o {
  border: 1px solid #f38627;
}

body .border_gr {
  border: 1px solid #78bc57;
}

body .border_g {
  border: 1px solid #f0f0f0;
}

body .border_g-2 {
  border: 1px solid #c3cad9;
}

body .border_g-3 {
  border: 1px solid #e7e7e7;
}

.blue {
  color: #0c75ad;
}

.red {
  color: #ff3019;
}

.gary {
  color: #888888;
}

.green {
  color: #78bc57;
}

.orange {
  color: #f38627;
}

.blue_d {
  color: #000070;
}

.blue_l {
  color: #005fa6;
}

.text_underline {
  text-decoration: underline;
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

.text_l {
  text-align: left;
}

.bg_orange {
  background-color: #f38627;
}

.bg_green {
  background-color: #38ab4c;
}

.bg_green-l {
  background-color: #78bc57;
}

.bg_white {
  background-color: #fff;
}

.bg_blue {
  background-color: #005fa6;
}

.bg_gray {
  background-color: #d9d9d9;
}

.bg_gray-2 {
  background-color: #ededed;
}

.bg_gray-3 {
  background-color: #e3e3e3;
}

.shadow_gr {
  box-shadow: 0px 4px 4px 0px #79bd5875;
}

.shadow_bl {
  box-shadow: 0px 4px 30px 0px #005fa63b;
}

.shadow_bl-2 {
  box-shadow: 0px 0px 30px 0px #0e82b440;
}

.shadow_or {
  box-shadow: 0px 8px 24px 0px #f37a1f54;
}

.shadow-b {
  box-shadow: 0px 0px 50px 0px #a5a5a533;
}

.d-inline-block {
  display: inline-block;
}

.p_5 {
  padding: 0 5px;
}

.p_12 {
  padding: 12px;
}

.p_5-13 {
  padding: 5px 13px;
}

.p_10 {
  padding: 10px 13px;
}

.p_20 {
  padding: 8px 20px;
}

.pt_5 {
  padding-top: 5px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_m5 {
  margin-top: -5px;
}

.mt_5 {
  margin-top: 5px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_30 {
  margin-top: 30px;
}

.header_back {
  gap: 20px;
}

#header_btns[data-position="fixed"] {
  top: 57px;
  right: 30px;
}

.header_btns {
  gap: 6px;
}

.header_bar_logo {
  position: relative;
  top: -15px;
}

.header_bar-actions {
  min-width: 80px;
}

.progress_line-lvl {
  padding: 11px;
  gap: 10px;
}

.progress_line {
  width: 100%;
  position: relative;
  height: 24px;
}

.shadow_b-inset {
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.progress_line-current {
  position: absolute;
  right: 6px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
}

.progress_line-current-label {
  position: absolute;
  top: -55px;
  left: -16px;
}

.progress_line-current-label:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -22px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(0deg);
}

.progress {
  gap: 11px;
  margin-bottom: -19px;
}

.game_area {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

.game_area-main {
  margin-top: -50px;
}

.game_area-scroll {
  /* height: 600px; */
  /* height: 80%; */
  height: calc(100vh - 181px);
  overflow-y: auto;
  overflow-x: hidden;
}

.game_area-inner {
  /* height: 870px; */
  width: 100%;
  position: relative;
}

.game_area-item {
  position: absolute;
  /* z-index: 101; */
  cursor: pointer;
  /* display: none; */
}

.game_area-item.visible {
  display: block !important;
}

.stage-done {
  filter: grayscale(0%);
}

.stage-not-done:not(.stage-next) {
  filter: grayscale(100%);
}

#footer {
  /* background-image: url(../assets/images/footer_bg.png); */
  background-image: url("../assets/images/footer_bg-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* height: 188px; */
  height: 120px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px;
  /* z-index: 100; */
}

.footer_inner {
  gap: 10px;
  padding: 0 30px 9px;
  width: calc(100% - 12px);
  position: relative;
  right: -6px;
}

.footer_inner > div {
  flex: 0 0 auto;
}

.footer_inner-item.active svg path {
  fill: #f38627;
}

.footer_inner-item-home.active svg path {
  fill: #fff;
}

.footer_inner-item-home.active svg circle {
  fill: #f38627;
}

.footer_inner-item {
  border-radius: 50%; /* gives a circular glow */
}

.footer_inner-item.active svg {
  box-shadow: 0px 8px 24px 0px #f37a1f54;
  border-radius: 50%; /* gives a circular glow */
}

.footer_inner-wrap {
  height: 100%;
}

.footer_inner-item-home {
  position: relative;
  top: -25px;
  right: -10px;
  height: 58px;
  border-radius: 100%;
}

.footer_inner-item-home > div {
  height: 58px;
}

.footer_inner-item-home svg {
  border-radius: 100%;
}

.container {
  padding-top: 30px;
  padding-bottom: 184px;
}

.container_inner {
  max-width: 90%;
  margin: 0 auto;
}

.mw_93 {
  max-width: 93%;
}

.container_sm {
  max-width: 80%;
  margin: 0 auto;
}

.notify {
  gap: 15px;
  padding: 21px 18px;
}

.notify_sm {
  padding: 16px 21px;
}

* {
  scroll-behavior: smooth;
}

.rotate_180 img {
  transform: rotate(180deg);
}

.rate-slider {
  margin-bottom: 12px;
  direction: ltr;
}

.rate-slider-number {
  position: relative;
  min-width: 10px;
  z-index: 10;
}

.rate-slider-values {
  /* flex-direction: row-reverse; */
}

.rate-slider-number span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.rate-slider-number.active span {
  position: relative;
  top: -16px;
}

.rate-slider-number:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 1px;
  background-color: #181818;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 4px);
}

.shadow_o {
  box-shadow: 0px 0px 30px 0px #2c2c2c26;
}

.overflow-h {
  overflow: hidden !important;
}

.mw-100vw {
  max-width: 100vw;
}

.rate {
  padding: 13px 38px 8px;
}

.rate_md {
  padding: 6px 38px 8px;
}

.rate-slider-progress {
  height: 4px;
  position: relative;
  margin-top: 5px;
  border-radius: 40px;
  /* z-index: 5; */
}

.rate-slider-progress-current {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 36px;
  /* z-index: 20; */
}

.slash_uploader {
  direction: rtl !important;
}

[data-show] {
  display: none !important;
}

.visible {
  display: flex !important;
}

.rate-slider-progress-current[style*="width: 0"]
  .rate-slider-progress-current-icon {
  right: 0;
}

.rate-slider-progress-current-icon {
  display: inline-block;
  margin-top: -17px;
  right: -18px;
  position: relative;
  z-index: 20;
}

a:visited,
a:hover,
a:focus,
a:active {
  /* color: inherit; */
}

#header_bar_inner,
#header .header_back,
#header .header_notify,
.header_bar_info {
  display: none;
}

.header_notify .header_notify-current {
  display: none;
}

.notify_active .header_notify-current {
  display: block;
}

.stat {
  padding: 12px 44px 24px;
  gap: 5px;
}

.stat_item-title {
  margin-top: 8px;
  margin-bottom: 8px;
}

.stat_item {
  width: 33%;
  position: relative;
}

.stat_item-middle {
  width: 50%;
}

.stat_item-middle:before,
.stat_item-middle:after {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: calc(100% - 6px);
  width: 2px;
  background-color: #ffffff;
  position: absolute;
}

.stat_item-middle:before {
  right: -2px;
}

.stat_item-middle:after {
  left: -2px;
}

.stat_item:last-of-type:before {
  display: none;
}

.progress_blue .progress_line-lvl {
  padding: 4px 11px;
}

.progress_blue .progress_line-current {
  height: calc(100% - 4px);
}

.progress_blue .progress_line-current-label:before {
  display: none;
}

.progress_blue .progress_line-current-label {
  top: 4px;
  left: auto;
  right: 10px;
}

.progress_blue {
  margin-bottom: 27px;
  margin-top: -9px;
  gap: 26px;
}

.plan_carousel-item-action {
  margin-top: 22px;
}

.plan_carousel {
  padding-left: 6%;
  direction: ltr;
}

.plan_carousel .swiper-slide {
  width: auto;
  /* Let content define the width */
  display: inline-block;
  direction: rtl;
}

.plan_carousel-item {
  padding: 16px 13px;
  width: 159px;
  margin: 25px 6px;
  /* margin: 25px; */
}

.plan_carousel-item-action-label {
  padding: 4px 12px;
}

.plan_carousel {
  margin-top: -10px;
}

.plan_carousel-item-title {
  margin-bottom: 8px;
}

.plan_carousel {
  max-width: 100vw;
}

.mw_326 {
  max-width: 326px;
}

.mw_363 {
  max-width: 363px;
}

.mw_224 {
  max-width: 242px;
}

.mw_275 {
  max-width: 275px;
}

.mw_242 {
  max-width: 242px;
  width: 100%;
}

.mw_290 {
  max-width: 290px;
}

.mw_183 {
  max-width: 183px;
  width: 100%;
}

.mw_160 {
  max-width: 160px;
}

.mw_147 {
  max-width: 147px;
}

.mw_126 {
  max-width: 126px;
  width: 100%;
}

.w-full {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.mw-106 {
  min-width: 106px;
  width: auto;
}

.mw-90 {
  min-width: 90px;
  width: auto;
}

body .mh_41 {
  min-height: 41px;
}

.mh_46 {
  min-height: 46px;
}

body .mh_32 {
  min-height: 32px;
}

body .mh_52 {
  min-height: 52px;
}

.drawer-visible {
  overflow-y: hidden;
}

.button {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 15px;
  transition: all 0.3s ease;
  min-height: 47px;
}

.button:active {
  /*transform: translateY(2px);*/
  opacity: 0.9;
}

.button:hover {
  transform: translateY(2px);
  opacity: 0.7;
}

.button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.button-center {
  margin-left: auto;
  margin-right: auto;
}

.button-lg {
  min-height: 57px;
}

.box {
  padding: 10px;
}

.box_lg {
  padding: 13px 30px;
}

.box_md {
  padding: 13px 16px;
}

iframe,
.video {
  width: 100%;
  height: 203px;
  object-fit: cover;
  box-shadow: 0px 0px 30px 0px #2c2c2c26;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

audio {
  width: 100%;
}

.video_iframe {
  width: 100%;
  height: 203px;
  object-fit: cover;
  box-shadow: 0px 0px 30px 0px #2c2c2c26;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

#drawer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.drawer-content-bottom {
  height: 80vh;
  width: 100vw;
  background-color: #f0f0f0;
  border-radius: 30px;
}

#bottom-drawer {
  height: 200px;
  width: 200px;
  border: solid 1px #dddfd4;
  background-color: #dddfd4;
}

#bottom-drawer-sticky {
  height: 100px;
  width: 500px;
  border: solid 1px #fae596;
  background-color: #fae596;
}

.cupertino-panel-content {
  display: none;
}

[data-browser="safari"] .drawer_opened {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none; /* key for iOS Safari */
}

/* drawer updates */

.cupertino-pane-wrapper .draggable.over {
  top: -2px !important;
}

.cupertino-pane-wrapper .draggable.over .move {
  background: #f38627 !important;
  box-shadow: 0px 0px 30px 0px #2c2c2c26;
  width: 67px !important;
  height: 7px !important;
}

.destroy-button {
  display: none !important;
}

.cupertino-pane-wrapper .pane {
  z-index: 999999 !important;
  margin-top: 30px !important;
}

.cupertino-pane {
  padding-bottom: 30px;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.cupertino-pane-wrapper .backdrop {
  z-index: 99999 !important;
}

.cupertino-pane-wrapper .pane {
  background-color: #f0f0f0 !important;
}

.cupertino-pane-wrapper .pane {
  padding-top: 33px !important;
  border-radius: 15px 15px 0 0 !important;
}

.cupertino-pane-wrapper .container_inner {
  padding-bottom: 25px;
}

/* drawer end */

/* form fields */

button {
  background-color: transparent;
  border: none;
  box-shadow: unset;
  padding: 0;
  margin: 0;
}

textarea {
  min-height: 102px;
}

textarea,
input {
  resize: none;
  box-shadow: 0px 0px 30px 0px #2c2c2c26;
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  border: none;
  padding: 7px 16px;
  text-align: right;
}

textarea::placeholder,
input::placeholder {
  color: #181818;
}

input[type="radio"],
input[type="checkbox"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #f38627;
  color: #f38627;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 auto;
}

#acc-options-list input[type="checkbox"] + label:before {
  display: none !important;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

input[type="radio"] + label.no_r-before:before {
  border-radius: 0;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  background-color: #f38627;
  background-image: url("../assets/images/check-ic-w.svg");
}

.field {
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.field label {
  transition: all 0.3s ease;
}

.field.active {
  border-color: #f38627;
  box-shadow: 0px 4px 30px 0px #005fa63b;
}

.field.active label {
  color: #f38627;
}

.field .number {
  transition: all 0.3s ease;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
}

.field.active .number {
  color: #fff;
  background-color: #f38627;
}

/*  */

html:not(.user_logged_in) .container {
  padding-bottom: 20px;
}

.scroll_window {
  max-height: 65vh;
  overflow-y: auto;
}

.mh_72 {
  max-height: 65vh;
}

.mh_60 {
  max-height: 55vh;
}

.step {
  position: relative;
  max-width: 288px;
  width: 100%;
}

.step_item-label {
  position: relative;
}

.step_progress {
  height: 3px;
  background-color: #353535;
  width: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  z-index: 5;
}

.step_progress-line {
  position: absolute;
  top: -8px;
  padding-top: 20px;
  width: 40px;
  text-align: center;
}

.step_progress-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 17px;
  background-color: #005fa6;
}

.step_item {
  width: 33%;
  position: relative;
  z-index: 10;
}

.step_item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #78bc57;
  background-color: #fff;
  width: 34px;
  height: 34px;
  color: #78bc57;
}

.active .step_item-number {
  background-color: #78bc57;
  color: #fff;
}

.step_item:nth-of-type(3) .step_item-label {
  width: 135%;
  left: -52px;
}

.step_item:nth-of-type(1) .step_item-label {
  width: 110%;
  right: -30px;
}

.field-checkbox:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0px 0px 30px 0px #0e82b440;
  opacity: 0;
  transition: all 0.3s ease;
}

.checked::before {
  opacity: 1;
}

.header_bar_wrapper {
  transition: all 0.3s ease;
}

html[data-active-page="homepage"] .header_bar_wrapper {
  min-height: 190px;
}

.navigation_avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #fff;
}

.navigation_main {
  padding: 5.4vh 30px 20px;
}

.navigation_list {
  margin-top: 4vh;
}

.menu_btn-close {
  right: auto !important;
  left: 33px !important;
  top: 55px !important;
  position: absolute;
}

#menu_btn[data-state="open"] {
  display: none;
}

.navigation_list a {
  color: #181818;
}

.navigation_footer {
  background: linear-gradient(123.94deg, #12a5c4 5.45%, #095ca1 97.21%);
  height: 20vh;
  max-height: 210px;
  min-height: 125px;
  padding: 2vh 20px;
}

.mh_48 {
  min-height: 48px;
}

.mh_645 {
  min-height: 645px;
}

.mh_575 {
  min-height: 575px;
}

.mh_465 {
  min-height: 465px;
}

input::placeholder {
  color: #005fa6;
}

.cupertino-pane video {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.field_btn {
  position: absolute;
  left: 24px;
  top: 40px;
  /* top: 50%; */
  /* transform: translateY(-40%); */
}

.field_btn + input {
  padding-left: 50px;
}

.user_box {
  border-right: 4px solid #f38627;
  padding: 8px 12px 8px 16px;
}

.user_box-action-icon {
  width: 48px;
  height: 48px;
}

.user_box-action-descr {
  padding: 3px 0;
}

.scroll_area {
  max-height: 55vh;
  overflow-y: auto;
  padding-left: 15px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d9d9d9;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f38627;
}

.top_panel {
  border-bottom: 1px solid #181818;
  padding: 17px 0;
}

.top_panel .container_inner {
  padding: 0;
}

.list_check {
  padding: 13px 21px 24px;
}

.list_check li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

hr {
  background-color: #005fa6;
  margin-top: 0;
  /* max-width: 93%; */
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  height: 1px;
}

.list_check li:before {
  content: "";
  width: 30px;
  height: 31px;
  flex: 0 0 auto;
  background-image: url("../assets/images/check-circle-ic.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.filters_carousel {
  padding-bottom: 5px;
  /* direction: ltr; */
  padding-right: 7%;
  max-width: 100vw;
}

.filters_carousel .swiper-slide {
  width: auto;
  /* Let content define the width */
  display: inline-block;
  direction: rtl;
}

.filters .buttons_group button {
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}

.filters .buttons_group .active {
  font-family: "NotoSansHebrew-SemiBold";
  border-bottom: 3px solid #f38627;
}

.filters::-webkit-scrollbar {
  height: 3px;
}

.filter_item {
  padding: 17px 27px;
  border-bottom: 4px solid #f38627;
  box-shadow: 0px 0px 256.98px 0px #00000033;
  min-height: 194px;
}

.filter_item img {
  min-height: 80px;
}

.article_title {
  min-height: 18px;
}
.article_page-content {
  direction: ltr;
}
.article_page-content p,
.article_summary {
  line-height: normal;
}
.article_title .fz_16 {
  min-height: 16px;
}

.render_article-content {
  min-height: 24px;
}
div.plan_title {
  margin-bottom: 40px;
  font-size: 25px;
  justify-content: center;
  color: white;
}
.down img {
  transform: rotate(180deg);
}

.account_box {
  padding: 58px 18px 28px;
}

.account_box input::placeholder,
.pl-gray::placeholder {
  color: #c4c4c4;
}

.field_pw .field_btn {
  margin-top: 3px;
}

.field-checkbox-blue input[type="radio"] + label:before,
.field-checkbox-blue input[type="checkbox"] + label:before {
  border: 1px solid #005fa6;
}

.field-checkbox-blue input[type="radio"]:checked + label:before,
.field-checkbox-blue input[type="checkbox"]:checked + label:before {
  border: 1px solid #f38627;
}

.field-checkbox-blue {
  border: none !important;
}

.mark {
  color: #ff0000;
}

.pinlogin {
  display: flex;
  justify-content: space-between;
  gap: 11px;
}

.pinlogin .pinlogin-field {
  width: 20%;
  max-width: 45px;
  height: 45px;
  border: 1px solid #005fa6;
  border-radius: 10px;
  font-size: 33px;
  color: #000;
}

.pinlogin .pinlogin-field {
  margin: 0;
}

.pinlogin .pinlogin-field:read-only {
  border: 1px solid #005fa6;
}

.has_error input {
  border: 1px solid #ff3019;
  color: #ff3019;
}

.error {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.error_st {
  position: static;
}

.plans .swiper-slide {
  width: auto;
  /* Let content define the width */
  display: inline-block;
  direction: rtl;
  padding: 20px;
}

.plans_item {
  position: relative;
}

.plans_item-name {
  padding-left: 80px;
}

.plans_item-label {
  width: 160px;
  min-height: 27px;
  position: absolute;
  left: -40px;
  top: 20px;
  transform: rotate(-45deg);
}

.list_check-o li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list_check-o li:before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-image: url("../assets/images/check-or-ic.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.plans {
  padding-right: 3%;
}

.social_ic {
  min-height: 33px;
  min-width: 33px;
}

.social_link-list {
  padding: 0 15px;
}

.shadow-b-2 {
  box-shadow: 0px 0px 30px 0px #00000033;
}

.social_link {
  transition: all 0.3s ease;
}

.social_link:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}

.field_copy {
  padding: 14px 10px;
}

.field_copy-label {
  position: relative;
}

.field_copy-label.show-notice:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  content: "Copied!";
  direction: ltr;
}

.no-wrap-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}

.circle_ic {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.progress_line-orange {
  position: relative;
  height: 8px;
}

.progress_line-orange-current {
  height: 100%;
  position: absolute;
  right: 0;
}

.success_box {
  position: relative;
  padding: 12px;
}

.success_box-btn {
  min-width: 90px;
}

.success_box-btn img {
  min-width: 18px;
}

.success_box-btn span {
  min-width: 25px;
  display: inline-block;
}

.success_box-descr {
  min-height: 140px;
  max-width: 70%;
  width: 100%;
}

.success_box:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 164px;
  height: 164px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/images/box-circles.svg");
}

.success_box-image {
  position: absolute;
  top: 0;
  left: 0px;
  width: 130px;
}

.pt_0 {
  padding-top: 0;
}

body .swiper-button-disabled {
  color: #000;
  font-family: "NotoSansHebrew-Regular";
  font-weight: 400;
}

body .swiper-button-next {
  color: #f38627;
  font-family: "NotoSansHebrew-SemiBold";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  display: none !important;
}

.adward_item-icon {
  border-radius: 0 0 500px 500px;
  padding: 30px;
  max-width: 196px;
  margin: 0 auto 65px;
}

.adward_slider .swiper-slide {
  width: auto;
  /* Let content define the width */
  display: inline-block;
  direction: rtl;
}

.swiper-pagination-bullet {
  height: 9px;
}

.swiper-pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.swiper-pagination-bullet {
  background-color: #d9d9d9;
  border-radius: 100%;
  opacity: 1;
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #f38627;
  width: 28px;
  border-radius: 17px;
}

.swiper-navigation {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: static;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  position: static;
  width: auto;
  height: auto;
}

.adward_slider {
  min-height: 62vh;
}

.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  position: static;
  margin: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  /* color: #F38627; */
}

table {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  border-collapse: collapse;
}

table th {
  padding: 14px 10px;
  background-color: #ededed;
}

table th,
table td {
  font-family: "NotoSansHebrew-Medium";
}

table th:last-of-type,
table td:last-of-type {
  padding-left: 20px;
}

table th:first-of-type,
table td:first-of-type {
  padding-right: 20px;
}

table td {
  padding: 7px 10px;
  background-color: #fff;
}

.h_20 {
  height: 20px;
}

.w_114 {
  width: 114px;
}

.contact_box {
  box-shadow: 0px 0px 71.41px 35.71px #00000008;
  border: 7px solid #78bc57;
}

.contact_box-inner {
  padding: 24px;
  position: relative;
}

.contact_box {
  position: relative;
}

.contact_box-circle-1 {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  position: absolute;
  top: -38px;
  right: -38px;
  background-color: #78bc57;
  z-index: 20;
}

.contact_box-circle-2 {
  width: 85px;
  height: 234px;
  position: absolute;
  top: -115px;
  left: -16px;
  background-image: url("../assets/images/circle-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.contact_box input {
  border-bottom: 1px solid #78bc57;
  box-shadow: unset;
  padding: 5px 0;
  border-radius: 0;
}

.radio_green input[type="radio"] + label:before,
.radio_green input[type="checkbox"] + label:before {
  border: 1px solid #78bc57;
  background-size: 10px;
}

.radio_green input[type="radio"]:checked + label:before,
.radio_green input[type="checkbox"]:checked + label:before {
  background-color: #005fa6;
  border-color: #005fa6;
  background-image: url(../assets/images/check-ic-w.svg);
}

.privacy_scroll-button {
  display: none;
}

.privacy_scroll-button.disabled {
  display: none !important;
}

@media screen and (max-width: 400px) {
  br {
    /* display: none; */
  }
  .ssp-popup[data-type="popup-by-content"] br,
  .adward_item br,
  .plan_carousel-item-text br {
    display: block;
  }
}

.datepicker-panel > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-browser="safari"] .datepicker-panel > ul[data-view="days"] > li,
[data-browser="safari"] .datepicker-panel > ul[data-view="week"] > li {
  height: 22px;
  width: 24px;
}

.ltr {
  direction: ltr;
}

.desktop_message-wrapper {
  display: none;
}

.hidden {
  display: none !important;
}

.desktop_message {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ssp-error_label {
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
  color: #ff3019;
}

.ssp-error_label-form:before,
.ssp-success-label-form:before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../assets/images/error-ic.svg");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: block;
  flex: 0 0 auto;
}

.ssp-error_label-form,
.ssp-success-label-form {
  position: relative;
  border: 1px solid #ff3019;
  position: static;
  background-color: #fff;
  margin-top: 10px;
  padding: 10px 13px;
  box-shadow: 0px 0px 50px 0px #a5a5a533;
  text-align: right;
  color: #ff3019;
  border-radius: 10px;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  display: none;
}

.ssp-success-label-form {
  border-color: #78bc57;
  color: #78bc57;
}

.ssp-success-label-form:before {
  background-image: url("../assets/images/success-ic.svg");
}

.ssp-error_label-form.active,
.ssp-success-label-form.active {
  display: flex;
}

.t-50 {
  top: 50%;
  transform: translateY(-45%);
}

.no_p {
  padding: 0 !important;
}

.ssp-form_field_wrap label.checkbox {
  padding: 0;
  width: auto;
}

.navigation_avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.disabled-drag {
  /* transform: unset!important; */
}

.rate-slider-progress-stages[style="width: 0%"] .progress_line-current-label {
  color: #0c75ad;
}

header
  .rate-slider-progress-stages[style="width: 0%"]
  .progress_line-current-label {
  color: #fff;
}

.progress_line-current {
  min-width: 5%;
  max-width: calc(100% - 12px);
}

.plan_carousel .swiper-wrapper {
  /* justify-content: flex-end; */
}

.plan_carousel {
  padding-right: 6%;
  margin-top: 2px;
}

.cupertino-panels {
  display: none;
}

#stageForm .ssp-error_label {
  margin-top: 8px;
}

.plus_btn {
  width: 28px;
  height: 28px;
}

.plus_btn img {
  min-width: 28px;
  height: 28px;
}

.feel_today.disabled {
  position: relative;
}

.feel_today.disabled:before {
  content: "";
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 242%;
  top: -17px;
  left: 0;
  background: #fff;
  z-index: 25;
}

.user_box-button-unpinned,
.user_box-button-pinned {
  display: none;
}

[data-device="desktop"] footer {
  display: none !important;
}

.logo_image {
  width: 129px;
}

.complete_cert {
  max-height: 40vh;
}

.video_wrapper video {
  background-color: #000;
}

.success_box-icon img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
}

.phone_link {
  color: #005fa6 !important;
  -webkit-text-fill-color: #005fa6 !important; /* for iOS Safari */
}

.game_area-item-session_number {
  position: absolute;
  font-size: 32px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  pointer-events: none;
  -webkit-text-stroke: 1.5px red;
  font-family: cursive;
  z-index: 3;
}
.settings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.setting {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.setting label[name="language"] {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.lang-settings-wrapper {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-height: 10rem;
}
.lang-dropdown-button,
.lang-options {
  background: white;
  border: 1px solid black;
  border-radius: 10px;
  color: #f38627;
  width: 8rem;
  text-align: center;
  display: flex;
  padding: 10px 0;
}
.lang-dropdown-button {
  justify-content: space-between;
  padding: 10px 15px;
}
.lang-options {
  display: none;
  flex-direction: column;

  /* align-items: center;
  border: 1px solid;
  border-radius: 10px;
  width: 8rem;
  padding: 10px 0; */
}
.lang-dropdown-button.active {
}
.lang-options label {
  padding: 10px 0;
}
.lang-options label.active {
  background-color: #f38627;

  color: white;
}
.settings-submit {
  background-color: #f38627;
  color: white;
  border-radius: 10px;
  font-size: 20px;
  padding: 15px 55px;
}
.stage-next {
  /* Ensure the element transitions smoothly for the 'scale' property */
  transition: transform 0.5s ease-in-out;
  /* Apply the animation */
  animation-name: breathing;
  /* Duration of one cycle (e.g., 3 seconds) */
  animation-duration: 3s;
  /* How the animation progresses (smooth start/end) */
  animation-timing-function: ease-in-out;
  /* Repeat the animation forever */
  animation-iteration-count: infinite;
}
@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* Scales the element up by 5% */
  }
  100% {
    transform: scale(1);
  }
}
