.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #d9e0e6;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.container {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 710px;
  padding: 36px 48px 118px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.container.button-container {
  padding-top: 48px;
  padding-bottom: 24px;
  background-color: transparent;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 20%, hsla(0, 0%, 100%, 0.9) 40%, #fff);
  box-shadow: none;
}

.w-form-label {
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 4px;
  color: #121212;
}

.button-fixed-container {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 100px;
  background-color: #f2cb35;
  color: #00225c;
  font-weight: 600;
  text-align: center;
}

.button.secondary-button {
  border-color: #e2e2e2;
  background-color: transparent;
  color: #00225c;
  font-size: 16px;
  letter-spacing: 0px;
}

.title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.last-updated {
  color: #737373;
  font-size: 14px;
  margin-bottom: 24px;
}

.agreement-checkboxes {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dadada;
}

.tos-logo {
  margin-bottom: 24px;
}

.checkbox-field {
  display: flex;
  margin-bottom: 18px;
  padding-right: 0px;
  padding-left: 0px;
}

.checkbox {
  margin-left: 12px;
}

.link {
  color: #3898ec;
}

.popup-button {
  margin-bottom: 12px;
}

.popup-input {
  margin-bottom: 24px;
  border: none;
  border-bottom: 1px solid #737373;
  padding: 0;
  color: #121212;
  font-size: 18px;
  height: 48px;
  text-align: center;
}

.popup-input::-webkit-input-placeholder {
  color: #121212;
}

.popup-input::-moz-placeholder {
  color: #121212;
}

.popup-input:-ms-input-placeholder {
  color: #121212;
}

.popup-input::-ms-input-placeholder {
  color: #121212;
}

.popup-input::placeholder {
  color: #121212;
}

.tos-text-input {
  display: inline-block;
  width: 100%;
  height: 36px;
  max-width: 120px;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #edeff1;
}

.tos-text-input::-webkit-input-placeholder {
  color: #121212;
}

.tos-text-input:-ms-input-placeholder {
  color: #121212;
}

.tos-text-input::-ms-input-placeholder {
  color: #121212;
}

.tos-text-input::-moz-placeholder {
  color: #121212;
}

.tos-text-input::placeholder {
  color: #121212;
}

.tos-text-wider-1 {
  max-width: 165px;
}

.tos-text-wider-2 {
  max-width: 180px;
}

.tos-text-wider-3 {
  max-width: 200px;
}

.text-block {
  display: inline;
}

.terms-list {
  margin-bottom: 24px;
  padding-right: 18px;
  padding-left: 0px;
  list-style-type: decimal;
}

li {
  margin-bottom: 12px;
}

input[type="checkbox"],
input[type="radio"] {
  min-width: 16px;
  margin-top: 0;
}

/* Hide arrows on Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows on Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

div#success-message {
  background: #f1f8f4;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #cfe8d4;
  text-align: center;
  display: none;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  z-index: 1;
  display: none;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  justify-content: center;
  align-items: center;
  background-color: rgba(205, 214, 223, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
}

.popup-error-message {
  display: none;
  margin-top: 8px;
  margin-bottom: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 18px;
  border-radius: 8px
}

.popup-resend-message {
  display: none;
  margin-top: 8px;
  margin-bottom: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 18px;
  border-radius: 8px
}

.popup-content {
  width: 100%;
  max-width: 580px;
  padding: 36px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(103, 123, 139, 0.32);
}

.popup-content.container {
  height: auto;
  padding-bottom: 36px;
}

.popup-icon {
  width: 98px;
  margin-bottom: 18px;
}

.popup-title {
  margin-bottom: 12px;
}

.popup-paragraph {
  color: #737373;
}

.popup-form-container {
  margin-top: 24px;
}

.prefilled-info {
  font-weight: 700;
}

.auth-popup-content {
  max-width: 420px;
}

.auth-button {
  margin-top: 8px;
}

.auth-icon {
  width: 28px;
  margin-left: 8px;
}

#close-auth {
  cursor: pointer;
}

@media screen and (max-width: 479px) {
  .tos-text-input {
    max-width: 100%;
    margin-top: 9px;
    margin-right: 0;
    margin-left: 0;
  }

  .title {
    margin-bottom: 12px;
  }

  .last-updated {
    margin-bottom: 48px !important;
  }

  .terms-list {
    margin-top: 18px;
  }
}