
.button:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button:focus {
  border: 0;
  outline: 0;
}

.button--action {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
}

.button--action:hover,
.button--action:focus {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #1268a9;
  background-color: var(--brand-color-blue-600, #1268a9);
}

.button--action:active {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #1268a9;
  background-color: var(--brand-color-blue-600, #1268a9);
}

.button--action:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--outlineAction {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: transparent;
  background-image: none;
}

.button--outlineAction:hover,
.button--outlineAction:focus,
.button--outlineAction:active {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  background-color: #f4fafe;
  background-color: var(--brand-color-blue-100, #f4fafe);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-image: none;
}

.button--outlineAction:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--outlineDevice {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: transparent;
  background-image: none;
}

.button--outlineDevice:hover,
.button--outlineDevice:focus,
.button--outlineDevice:active {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  background-color: #f4fafe;
  background-color: var(--brand-color-blue-100, #f4fafe);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-image: none;
}

.button--outlineDevice:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--uppercase {
  text-transform: uppercase;
}

.button--cancel {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: transparent;
  background-image: none;
}

.button--cancel:hover,
.button--cancel:focus,
.button--cancel:active {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: #f4fafe;
  background-color: var(--brand-color-blue-100, #f4fafe);
  background-image: none;
}

.button--cancel:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--fluid {
  display: block;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .button--fluid {
    min-width: 280px;
  }
}

@media only screen and (max-width: 480px) {
  .button--fluid {
    min-width: 100%;
  }
}

.button>i {
  position: relative;
  vertical-align: middle;
  font-size: 8px;
  margin-left: 5px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.check-box {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  padding: 10px 14px;
  display: inline-block;
}

.check-box label {
  cursor: pointer;
  padding-left: 0;
}

.check-box__label {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.check-box--disabled .check-box__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.check-box .error-text {
  margin-top: 2px;
  margin-left: 26px;
}

.check-box .error-text--rtl {
  margin-left: 0px;
  margin-right: 26px;
}

.check-box input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.check-box__box {
  vertical-align: middle;
  position: relative;
  margin-right: 6px;
}

.check-box--rtl .check-box__box {
  margin-right: 0;
  margin-left: 6px;
}

.check-box__box:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0,0,0,0.5);
  height: 4px;
  width: 4px;
  border-radius: 0;
  z-index: 1;
  opacity: 0;
  margin: 0;
}

.check-box__box__check {
  position: relative;
  display: inline-block;
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  transition: color 0.5s ease, border-color 0.5s ease;
  width: 1.05em;
  height: 1.05em;
  border: 1.5px solid #878787;
  border: 1.5px solid var(--brand-color-gray-500, #878787);
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.check-box--disabled .check-box__box__check {
  border: 2px solid #a8a8a8;
  border: 2px solid var(--brand-color-gray-300, #a8a8a8);
}

.check-box__box__check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6.5px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0 inset;
}

.check-box--rtl .check-box__box__check:before {
  top: 0;
  left: 0;
}

.check-box input[type=checkbox]:checked+.check-box__box .check-box__box__check:before {
  box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 20px -12px 0 11px;
  animation: checkbox-on .3s forwards ease-out;
}

.check-box input[type=checkbox]:checked+.check-box__box .check-box__box__check {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border-color: #0075e1;
  border-color: var(--brand-color-blue-500, #0075e1);
  border: none;
}

.check-box input[type=checkbox]:checked:focus+.check-box__box .check-box__box__check {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border-color: #0075e1;
  border-color: var(--brand-color-blue-500, #0075e1);
}

.check-box input[type=checkbox]:focus+.check-box__box .check-box__box__check {
  border-color: #0075e1;
  border-color: var(--brand-color-blue-500, #0075e1);
}

.check-box input[type=checkbox]:disabled+.check-box__box .check-box__box__check,
.check-box input[type=checkbox]:disabled ~ .check-box__label {
  border-color: #a8a8a8;
  border-color: var(--brand-color-gray-300, #a8a8a8);
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.check-box--error .check-box__box__check {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
  border-color: red;
}

.check-box--rtl {
  direction: rtl;
}

.check-box--rtl input[type=checkbox]:checked ~ .check-box__switch {
  background: #a4d1ee;
}

.check-box--rtl input[type=checkbox]:checked ~ .check-box__switch:after {
  right: 10px;
}

.check-box--rtl .check-box__switch:after {
  right: -1px;
}

.check-box--no-vertical-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.check-box__switch {
  display: none;
}

.check-box--switch .check-box__box {
  display: none;
}

.check-box--switch .check-box__switch {
  display: inline-block;
  position: relative;
  margin-top: 3px;
  height: 10px;
  width: 22px;
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  float: right;
}

.check-box--switch .check-box__switch:after {
  position: absolute;
  left: -1px;
  top: -2px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #f1f3f7;
  background: var(--payo-brand-color-cold-gray-100, #f1f3f7);
  box-shadow: 0 1px 2px rgba(0,0,0,0.36),0 0 1px rgba(0,0,0,0.12);
  content: '';
  transition: all 0.3s ease;
}

.check-box--switch.check-box--rtl .check-box__switch {
  float: left;
}

.check-box--switch input[type=checkbox]:checked ~ .check-box__switch {
  background: #a4d1ee;
}

.check-box--switch input[type=checkbox]:checked ~ .check-box__switch:after {
  left: 10px;
  background: #0075e1;
  background: var(--brand-color-blue-500, #0075e1);
}

.check-box--switch input[type=checkbox]:disabled ~ .check-box__switch {
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
  pointer-events: none;
}

.check-box--switch input[type=checkbox]:disabled ~ .check-box__switch:after {
  background: #a8a8a8;
  background: var(--brand-color-gray-300, #a8a8a8);
}

.check-box--switch-large {
  transform: scale(1.5);
  margin: 0 6px;
}

.check-box--switch-large .check-box__switch {
  margin-top: 0;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 15px 2px 0 11px;
  }

  50% {
    box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 20px 2px 0 11px;
  }

  100% {
    box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 20px -12px 0 11px;
  }
}

.checkbox-group__body .check-box {
  clear: both;
  display: block;
}

.checkbox-group__label {
  font-size: 0.9em;
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.checkbox-group--inline .check-box {
  clear: none;
  display: inline-block;
}

.checkbox-group--rtl {
  text-align: right;
  direction: rtl;
}

.check-box__box__check {
  z-index: 0;
}

.date-of-birth {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  position: relative;
  padding-top: 24px;
}

.date-of-birth .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.date-of-birth .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.date-of-birth .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.date-of-birth .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-of-birth .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.date-of-birth .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #efefef;
  background-color: var(--brand-color-gray-100, #efefef);
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7c7c7d;
  background-color: var(--brand-color-gray-600, #7c7c7d);
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.date-of-birth .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.date-of-birth .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.date-of-birth .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.date-of-birth.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.date-of-birth.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.date-of-birth__label {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.open ~ .date-of-birth__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.date-of-birth--rtl .date-of-birth__label {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .date-of-birth__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.date-of-birth__item {
  padding: 0 5px;
  text-align: center;
  line-height: 32px;
}

.date-of-birth__month .date-of-birth__item {
  text-align: left;
}

.date-of-birth--rtl .date-of-birth__month .date-of-birth__item {
  direction: rtl;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .date-of-birth__item {
    padding: 0 3px;
  }
}

.date-of-birth--disabled .date-of-birth__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  max-width: 90%;
}

.card-drop-down {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
}

.card-drop-down .card.card--open>.card__body,
.card-drop-down .card.card--open>.card__content>.card__body {
  padding-left: 0;
  padding-right: 0;
}

.card-drop-down .card__header__subTitle {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
}

.card-drop-down .card__body__group {
  font-weight: bold;
  margin-top: 10px;
  line-height: 2em;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  border-top: 1px #dcdcdc solid;
  border-top: 1px var(--brand-color-gray-200, #dcdcdc) solid;
}

.card-drop-down .card__body__group:first-child {
  border-top: 0;
  margin-top: 0px;
}

.card-drop-down .card__body__option {
  width: 100%;
  height: 39px;
  background: #F7F7F7;
  background: var(--brand-color-gray-50, #F7F7F7);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 1em;
  display: block;
  margin: 5px 0;
  padding: 8px;
  cursor: pointer;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-drop-down .card__body__option:not([class*="checked"]):hover {
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
}

.card-drop-down .card__body__option--checked {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #FFFFFF;
}

.card-multi-drop-down {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  padding-top: 24px;
}

.card-multi-drop-down .card.card--open>.card__body,
.card-multi-drop-down .card.card--open>.card__content>.card__body {
  padding-left: 0;
  padding-right: 0;
}

.card-multi-drop-down .card__header__subTitle {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
}

.card-multi-drop-down .card__body .reset-btn {
  color: #5ea2ce;
  color: var(--payo-brand-color-blue-300, #5ea2ce);
}

.card-multi-drop-down .card__body .group-name {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-weight: bold;
  width: 100%;
  display: block;
  line-height: 2em;
  margin-top: 7px;
  margin-bottom: -5px;
}

.card-multi-drop-down .card__body .group-seperator {
  border-top: 1px #dcdcdc solid;
  border-top: 1px var(--brand-color-gray-200, #dcdcdc) solid;
}

.card-multi-drop-down .card__body__option {
  width: 100%;
  height: 39px;
  background: #F7F7F7;
  background: var(--brand-color-gray-50, #F7F7F7);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 1em;
  display: block;
  margin: 5px 0;
  padding: 8px;
  cursor: pointer;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-multi-drop-down .card__body__option:not([class*="checked"]):hover {
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
}

.card-multi-drop-down .card__body__option svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  margin-left: 2px;
}

.card-multi-drop-down .card__body__option__label-with-icon {
  margin-left: 10px;
}

.card-multi-drop-down .card__body__option svg+.card__body__option__label-with-icon {
  margin-left: 8px;
}

.card-multi-drop-down .card__body__option--checked {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.card-multi-drop-down .card__body__option--checked svg {
  fill: #fff;
}

.card-multi-drop-down .card__body__option--disabled {
  background: #e4e7ed;
  background: var(--payo-brand-color-cold-gray-200, #e4e7ed);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.card-multi-drop-down .card__body__option--disabled.card__body__option--checked {
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.card-multi-drop-down .card__body__option--disabled svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.card-multi-drop-down__card--disabled .multi-select__values__grouped__counter {
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.card-multi-drop-down__card--disabled .card__header__subTitle,
.card-multi-drop-down__card--disabled .multi-select__values__grouped {
  color: #c9cdd7;
  color: var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.drop-down {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  padding-top: 24px;
}

.drop-down .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.drop-down .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.drop-down .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.drop-down .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.drop-down .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.drop-down .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.drop-down .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #7c7c7d;
  color: var(--brand-color-gray-600, #7c7c7d);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.drop-down .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.drop-down .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop-down .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.drop-down .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #efefef;
  background-color: var(--brand-color-gray-100, #efefef);
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7c7c7d;
  background-color: var(--brand-color-gray-600, #7c7c7d);
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.drop-down .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.drop-down .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.drop-down .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.drop-down.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.drop-down .react-selectize.material.root-node .react-selectize-control:hover {
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
}

.drop-down--fluid-option-width>.drop-down__drop-down-root.open .dropdown-menu-wrapper .dropdown-menu {
  width: auto;
}

.drop-down--rtl {
  direction: rtl;
}

.drop-down--disabled .drop-down__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down--disabled.drop-down--filter-theme .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #a8a8a8;
  border-bottom: 1px solid var(--brand-color-gray-300, #a8a8a8);
}

.drop-down__label {
  position: absolute;
  top: 0;
  margin-top: 16px;
  font-size: 14px;
  height: 17px;
  color: #7c7c7d;
  color: var(--brand-color-gray-600, #7c7c7d);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.open+.drop-down__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.drop-down--rtl .drop-down__label {
  left: inherit;
  right: 0;
}

.drop-down--error .drop-down__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

@media only screen and (max-width: 480px) {
  .drop-down__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.drop-down--no-placeholder.drop-down--error .react-selectize-placeholder {
  color: #666 !important;
  color: var(--brand-color-gray-600, #666) !important;
}

.drop-down--autocomplete .react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  display: none;
}

.drop-down--autocomplete .react-selectize.root-node.open input {
  min-width: 100% !important;
}

.drop-down__item,
.drop-down__invalid {
  padding: 0 24px;
  line-height: 32px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down__item--disabled {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  cursor: default;
}

.drop-down .option-wrapper__button {
  width: 100%;
  font-size: 1em;
  min-height: 20px;
}

.drop-down--filter-theme {
  font-size: 14px;
  padding-top: 0;
}

.drop-down--filter-theme .option-wrapper__button {
  border-radius: 0;
}

.drop-down--filter-theme>.react-selectize.material.root-node.simple-select>.react-selectize-control {
  border-bottom: 1px solid rgba(99,107,120,0.7);
}

.drop-down--filter-theme>.react-selectize.material.root-node.simple-select>.react-selectize-control:hover {
  border-bottom-color: #0075E1;
  border-bottom-color: var(--brand-color-blue-500, #0075E1);
}

.drop-down--filter-theme>.react-selectize.material.root-node.simple-select.disabled>.react-selectize-control {
  border-style: dashed;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control {
  border: 1px solid rgba(99,107,120,0.7);
  border-radius: 20px;
  padding: 0px 12px;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control:after {
  background-color: inherit;
  content: none;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control>.react-selectize-search-field-and-selected-values {
  height: 30px;
  top: 0;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control>.react-selectize-search-field-and-selected-values>.value-wrapper {
  display: inline-block;
  line-height: 2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control>.react-selectize-placeholder {
  position: relative;
  top: 0;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control .react-selectize-reset-button-container,
.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control .react-selectize-toggle-button-container {
  margin-top: 8px;
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material {
  margin-top: 8px;
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material:before {
  content: "";
  position: absolute;
  top: 9.4px;
  z-index: 999;
  left: 40px;
  box-sizing: border-box;
  border: 6px solid #c9cdd7;
  border: 6px solid var(--payo-brand-color-cold-gray-300, #c9cdd7);
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px 0 rgba(99,107,120,0.4);
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material>.dropdown-menu {
  border-radius: 5px;
  border: 1px solid rgba(99,107,120,0.4);
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material>.dropdown-menu>.option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material>.drop-down__drop-down-root {
  margin-top: 7px;
  padding-top: 7px;
  z-index: 11;
}

.drop-down--filter-theme .drop-down__label {
  display: none;
}

.drop-down--filter-theme.drop-down--error>.drop-down__drop-down-root>.react-selectize-control:after {
  display: none;
}

.drop-down--filter-theme.drop-down--error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid rgba(99,107,120,0.7);
}

.drop-down--filter-theme>.error-text {
  margin: 6px 17px;
}

.drop-down--filter-theme.drop-down--rtl>.react-selectize.material.root-node>.react-selectize-control {
  border: 1px solid rgba(99,107,120,0.7);
}

.drop-down--filter-theme.drop-down--rtl>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material:before {
  left: auto;
  right: 10px;
}

@media only screen and (max-width: 991px) {
  .drop-down--expand-text {
    padding-top: 14px;
  }

  .drop-down--expand-text .drop-down__label {
    position: relative;
    top: auto;
    height: auto;
    z-index: 1;
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
    margin-top: 0;
    line-height: 18px;
  }

  .drop-down--expand-text .drop-down__label+.react-selectize.material.root-node {
    margin-top: -6px;
  }

  .drop-down--expand-text .react-selectize.material.root-node:first-child {
    padding-top: 11px;
  }
}

.drop-down--expand-text .react-selectize.material.root-node .option-wrapper>div[title] {
  white-space: normal;
  word-break: break-word;
}

.multi-select {
  position: relative;
}

.multi-select .drop-down {
  position: relative;
  z-index: inherit;
}

.multi-select .drop-down__item {
  padding: 0 1em;
}

.multi-select .check-box {
  transform: scale(0.85);
}

.multi-select__values {
  position: relative;
  margin: 0 50px -60px 0;
  line-height: 30px;
  height: 60px;
  padding-top: 30px;
  overflow: hidden;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  z-index: 0;
}

.multi-select__values__value {
  display: inline-block;
}

.multi-select__values__grouped {
  display: inline-block;
}

.multi-select__values__grouped__counter {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  border-radius: 1em;
  padding: 0 0.6em 0 0.5em;
  margin: 0 0.3em;
  color: #fff;
}

.multi-select--filter-theme .multi-select__values {
  left: 20px;
  line-height: 32px;
  padding-top: 0;
  height: 32px;
  margin-bottom: -32px;
}

.multi-select--filter-theme .multi-select__values>div {
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}

.multi-select--withApply .react-selectize.material.dropdown-menu {
  max-height: none;
}

.multi-select--rtl {
  text-align: right;
  direction: rtl;
}

.multi-select--rtl .multi-select__values {
  margin: 0px 0 -60px 50px;
}

.multi-select--rtl.multi-select--filter-theme .multi-select__values {
  right: 20px;
  left: 50px;
}

.multi-select--rtl.multi-select--filter-theme .multi-select__values__grouped__counter {
  margin: 0 0 0 0.3em;
}

.phone-number {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
}

.phone-number .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.phone-number .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.phone-number .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.phone-number .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.phone-number .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.phone-number .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.phone-number .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.phone-number .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.phone-number .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-number .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.phone-number .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #f1f3f7;
  background-color: var(--payo-brand-color-cold-gray-100, #f1f3f7);
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.phone-number .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.phone-number .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.phone-number .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.phone-number.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.phone-number.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.phone-number__label {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 22px;
  font-size: 14px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.phone-number--rtl .phone-number__label {
  left: inherit;
  right: 0;
  direction: rtl;
}

.open ~ .phone-number__label {
  color: #666 !important;
  color: var(--brand-color-gray-600, #666) !important;
}

.phone-number--error .phone-number__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

@media only screen and (max-width: 480px) {
  .phone-number__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.phone-number__country.root-node {
  display: inline-block;
  max-width: 40%;
  padding-top: 28px;
  margin-right: 5%;
}

.phone-number__number {
  display: inline-block;
  font-size: 16px;
  max-width: 55%;
  vertical-align: top;
}

.phone-number .react-selectize.material.root-node .dropdown-menu-wrapper {
  width: 250%;
}

@media only screen and (max-width: 480px) {
  .phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
    max-width: calc(100% - 4px);
  }
}

.phone-number__item,
.phone-number__no-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 5%;
  font-size: 16px;
}

.phone-number__item__flag,
.phone-number__no-results__flag {
  top: 0;
  margin: 0;
  width: 32px;
  height: 30px;
  transform: scale(0.75);
  flex-basis: 32px;
}

.phone-number__item__country,
.phone-number__no-results__country {
  flex-basis: 70%;
  white-space: normal;
}

.phone-number__item__dialCode,
.phone-number__no-results__dialCode {
  direction: ltr;
  flex-basis: 15%;
}

.phone-number__value {
  direction: ltr;
}

.phone-number__value__flag {
  display: inline-block;
  width: 32px;
  height: 30px;
  transform: scale(0.75);
  top: 0;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .phone-number__value__flag {
    display: none;
  }
}

.phone-number__value__country,
.phone-number__value__dialCode {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .phone-number__value__country,
  .phone-number__value__dialCode {
    margin-bottom: 0;
  }
}

.phone-number__value__dialCode {
  direction: ltr;
  float: right;
}

.phone-number--rtl {
  direction: ltr;
}

.phone-number--rtl .react-selectize.material.root-node .dropdown-menu-wrapper {
  left: 0;
}

.phone-number--rtl .phone-number__number input {
  text-align: right;
  direction: ltr;
}

.phone-number--rtl .phone-number__country {
  direction: rtl;
}

.phone-number--rtl .phone-number__item__dialCode {
  float: left;
}

.phone-number--disabled .phone-number__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number.phone-number--error .error-text {
  margin-top: 2px;
}

div.country-list {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
}

div.country-list__country.root-node {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5%;
  padding-top: 6px;
}

div.country-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 5%;
  font-size: 16px;
}

div.country-list__item__flag {
  top: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  transform: scale(0.75);
  flex-basis: 32px;
}

div.country-list__item__country {
  flex-basis: 85%;
  white-space: normal;
}

div.country-list__value {
  display: block;
  font-size: 16px;
}

div.country-list__value__flag {
  display: table-cell;
  transform: scale(0.75);
  line-height: normal;
  line-height: initial;
  vertical-align: middle;
}

div.country-list__value__country {
  display: table-cell;
  line-height: normal;
  line-height: initial;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 278px;
}

div.country-list--rtl {
  direction: ltr;
}

div.country-list--rtl .react-selectize.material.root-node .dropdown-menu-wrapper {
  left: 0;
}

div.country-list--rtl .country-list__number input {
  direction: ltr;
}

div.country-list--rtl .country-list__country {
  direction: rtl;
}

div.country-list--rtl .country-list__item__dialCode {
  float: left;
}

.text-box {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  line-height: 22px;
  width: 100%;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: transparent;
}

.text-box--rtl {
  direction: rtl;
}

.text-box__label {
  position: absolute;
  top: 37px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 0;
  cursor: text;
  transform: scale(1) translate(0px, 0px);
  transform-origin: left top 0;
  pointer-events: none;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  -webkit-user-select: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.background-mode-gray .text-box__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box--rtl .text-box__label {
  left: inherit;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .text-box__label {
    font-size: 18px;
  }
}

.text-box__placeholder {
  position: absolute;
  opacity: 0;
  top: 40px;
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  pointer-events: none;
  cursor: text;
  height: 16px;
  line-height: 16px;
  z-index: 0;
}

.background-mode-gray .text-box__placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box__input {
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  height: 20px;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 37px;
  margin-bottom: 5px;
  background-color: transparent;
  z-index: 1;
}

.text-box__input:focus {
  outline: none;
}

.text-box__input.text-box__input--filled ~ label,
.text-box__input.text-box__input--fixed-label ~ label,
.text-box__input:focus ~ label {
  transform: scale(0.875) translate(0px, -20px);
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box--rtl .text-box__input.text-box__input--filled ~ label,
.text-box--rtl .text-box__input.text-box__input--fixed-label ~ label,
.text-box--rtl .text-box__input:focus ~ label {
  transform-origin: 100%;
}

.text-box__input:-webkit-autofill ~ label {
  transform: scale(0.875) translate(0px, -20px);
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box--rtl .text-box__input:-webkit-autofill ~ label {
  transform-origin: 100%;
}

.text-box__input:focus ~ label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box__input:focus ~ .text-box__hr-container>:last-child {
  transform: scaleX(1) translateY(-1px);
}

.text-box__input:focus ~ .text-box__placeholder,
.text-box__input.text-box__input--fixed-label ~ .text-box__placeholder {
  opacity: 1;
}

.text-box__input.text-box__input--filled ~ .text-box__placeholder {
  opacity: 0;
}

.text-box__input::-ms-clear,
.text-box__input::-ms-reveal {
  display: none;
}

.text-box__input:hover ~ .text-box__hr-container>hr:first-child {
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
  transform: scaleX(1);
}

.text-box--addon {
  text-align: left;
}

.text-box--addon.text-box--rtl {
  text-align: right;
}

.text-box--addon .text-box__input {
  max-width: calc(100% - 30px);
}

.text-box__addon {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 10;
}

.text-box--rtl .text-box__addon {
  right: auto;
  right: initial;
  left: 0;
}

.text-box__hr-container {
  width: 100%;
}

.text-box__hr-container>hr {
  width: 100%;
  border-style: none none solid;
  box-sizing: content-box;
  margin: 0;
}

.text-box__hr-container>hr:first-child {
  border-bottom-width: 1px;
  border-color: #dcdcdc;
  border-color: var(--brand-color-gray-200, #dcdcdc);
}

.text-box__hr-container>hr:last-child {
  border-bottom-width: 1px;
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
  transform: scaleX(0) translateY(-1px);
  transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.text-box.text-box--error>.text-box__hr-container>:last-child {
  border-color: #e31b0c;
  border-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1) translateY(-1px);
}

.text-box.text-box--disabled .text-box__input,
.text-box.text-box--disabled .text-box__label,
.text-box.text-box--disabled .text-box__placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  -webkit-text-fill-color: #a8a8a8;
  -webkit-text-fill-color: var(--brand-color-gray-300, #a8a8a8);
}

.text-box.text-box--disabled .text-box__hr-container>hr {
  border-bottom: 1px dashed #a8a8a8 !important;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8) !important;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  width: 100%;
}

.text-box--no-label .text-box__input {
  top: 0;
  position: absolute;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
}

.text-box--no-label .text-box__placeholder {
  position: relative;
  top: inherit;
  opacity: 1;
  top: inherit;
  height: 16px;
  font-size: 16px;
}

.text-box--no-label .text-box__hr-container {
  margin-top: 6px;
}

.text-box--no-label .text-box__addon {
  top: 0px;
}

.text-box--long-label .text-box__label {
  position: static;
  white-space: normal;
  pointer-events: auto;
  -webkit-user-select: auto;
  color: #8c98ab;
  color: var(--payo-brand-color-cold-gray-600, #8c98ab);
  font-size: 14px;
  margin-bottom: -2px;
  margin-top: 20px;
  line-height: normal;
  display: block;
}

@media only screen and (max-width: 690px) {
  .text-box--long-label .text-box__label {
    font-size: 16px;
  }
}

.text-box--long-label .text-box__addon {
  top: auto;
  bottom: 4px;
}

.text-box--long-label .text-box__input {
  margin-top: 0;
}

.text-box--long-label .text-box__input::-moz-placeholder {
  color: #b9bfcb;
  color: var(--payo-brand-color-cold-gray-400, #b9bfcb);
}

.text-box--long-label .text-box__input::placeholder {
  color: #b9bfcb;
  color: var(--payo-brand-color-cold-gray-400, #b9bfcb);
}

.text-box--long-label.text-box--error .text-box__addon {
  bottom: 25px;
}

.text-box input[type='number']::-webkit-inner-spin-button,
.text-box input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-box input[type='number'] {
  -moz-appearance: textfield;
}

.rc-tooltip {
  max-width: 280px;
  font-size: 16px;
  font-family: var(--payo-brand-font);
  opacity: 1;
  direction: ltr;
  text-align: left;
  z-index: 100000;
}

.rc-tooltip .rc-tooltip-inner {
  font-size: 16px;
  color: #fff;
  color: var(--brand-color-white-500, #fff);
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  border-radius: 4px;
  box-shadow: -2px 5px 10px rgba(0,0,0,0.1);
}

.rc-tooltip .rc-tooltip-inner a {
  color: #ffffff;
  cursor: pointer;
}

.rc-tooltip .rc-tooltip-inner a:hover {
  color: var(--brand-color-gray-100);
}

.rc-tooltip--rtl {
  direction: rtl;
  text-align: right;
}

.rc-tooltip--rtl .rc-tooltip-inner {
  text-align: right;
}

.rc-tooltip--no-padding .rc-tooltip-inner {
  padding: 0;
}

.rc-tooltip.rc-tooltip-placement-topRight .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-top .rc-tooltip-arrow {
  border-top-color: #252526;
  border-top-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip.rc-tooltip-placement-bottomRight .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  border-bottom-color: #252526;
  border-bottom-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip.rc-tooltip-placement-bottomRight .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 5px;
}

.rc-tooltip.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 10px;
}

.rc-tooltip.rc-tooltip-placement-right .rc-tooltip-arrow {
  border-right-color: #252526;
  border-right-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip.rc-tooltip-placement-left .rc-tooltip-arrow {
  border-left-color: #252526;
  border-left-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip--no-arrow .rc-tooltip-arrow {
  display: none;
}

.tooltip-container {
  position: relative;
}

.tooltip-container svg {
  fill: #8c98ab;
  fill: var(--payo-brand-color-cold-gray-600, #8c98ab);
  width: 23px;
  height: 16px;
}

.tooltip__icon {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
}

.radio-button {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  margin-right: 18px;
}

.radio-button--rtl {
  margin-right: 0;
  margin-left: 18px;
}

.radio-button--inline {
  display: inline-block;
  vertical-align: text-top;
}

.radio-button>label {
  font-size: 0.8rem;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.radio-button__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio-button__input+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.radio-button--rtl .radio-button__input+label {
  padding-left: 0;
  padding-right: 35px;
}

.radio-button__input+label:before,
.radio-button__input+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  border: 2px solid #878787;
  border: 2px solid var(--brand-color-gray-500, #878787);
  border-radius: 50%;
}

.radio-button--rtl .radio-button__input+label:before,
.radio-button--rtl .radio-button__input+label:after {
  right: 0;
}

.radio-button__input:checked+label:before,
.radio-button__input label:after {
  border: 2px solid #0075e1;
  border: 2px solid var(--brand-color-blue-500, #0075e1);
}

.radio-button__input:focus+label:before {
  box-shadow: 0 0 0 4px rgba(136,136,136,0.2);
}

.radio-button__input:not(:checked)+label:after {
  transform: scale(0);
}

.radio-button__input:checked+label:after {
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
  transform: scale(0.5);
  border: none;
}

.radio-button__input:disabled+label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  cursor: default;
}

.radio-button__input:disabled+label:before,
.radio-button__input:disabled+label:after {
  border-color: #a8a8a8;
  border-color: var(--brand-color-gray-300, #a8a8a8);
  cursor: default;
}

.radio-button__input:disabled+label:before {
  background-color: transparent;
}

.radio-button__input:disabled+label:after {
  background-color: #a8a8a8;
  background-color: var(--brand-color-gray-300, #a8a8a8);
}

.radio-button--rtl .radio-button__input {
  left: auto;
  right: -9999px;
}

.radio-group {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  position: relative;
}

.radio-group>.error-text {
  margin-top: 5px;
  margin-left: 6px;
}

.radio-group--rtl {
  direction: rtl;
}

.radio-group__label {
  display: block;
  margin-top: 16px;
  font-size: 14.4px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

@media only screen and (max-width: 480px) {
  .radio-group__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.radio-group--toggle .radio-group__body {
  max-width: 100%;
  border: 1px #252526 solid;
  border: 1px var(--brand-color-gray-700, #252526) solid;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
  padding: 0 7px;
  line-height: normal;
}

.radio-group--toggle .radio-group__body .radio-button {
  white-space: nowrap;
}

.radio-group--toggle .radio-group__body .radio-button--inline {
  margin: 1px -5px;
}

.radio-group--toggle .radio-group__body .radio-button__input+label {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  max-width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 0 24px;
  line-height: 28px;
  text-overflow: ellipsis;
  font-size: 14px;
}

.radio-group--toggle .radio-group__body .radio-button__input:checked+label {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.radio-group--toggle .radio-group__body .radio-button__input+label:before,
.radio-group--toggle .radio-group__body .radio-button__input+label:after {
  display: none;
}

.radio-group--toggle .radio-group__body .radio-button__description {
  display: none;
}

@media only screen and (max-width: 690px) {
  .radio-group--toggle .radio-group__body {
    width: 100%;
  }

  .radio-group--toggle .radio-group__body .radio-button--inline {
    width: calc(50% + 10px);
  }

  .radio-group--toggle .radio-group__body .radio-button__input+label {
    display: block;
    overflow: hidden;
  }
}

.radio-group--flat-toggle .radio-group__label {
  display: inline-block;
  width: 100%;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 5px;
}

.radio-group--flat-toggle .radio-group__body {
  display: inline-block;
  width: 100%;
}

.radio-group--flat-toggle .radio-group__body .radio-button {
  margin-right: 15px;
}

.radio-group--flat-toggle .radio-group__body .radio-button--rtl {
  margin-right: 0px;
  margin-left: 15px;
}

.radio-group--flat-toggle .radio-group__body .radio-button__description {
  display: none;
}

@media (max-width: 400px) {
  .radio-group--flat-toggle .radio-group__body .radio-button {
    display: block;
    margin-bottom: 15px;
  }

  .radio-group--flat-toggle .radio-group__body .radio-button:last-child {
    margin-bottom: 0px;
  }
}

.radio-group--flat-toggle .radio-group__body .radio-button label {
  padding: 0px;
  min-width: 100px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.radio-group--flat-toggle .radio-group__body .radio-button label:before {
  width: 0px;
  height: 0px;
  content: none;
}

.radio-group--flat-toggle .radio-group__body .radio-button label:after {
  width: 0px;
  height: 0px;
  content: none;
}

.radio-group--flat-toggle .radio-group__body .radio-button__input+label {
  background: #dcdcdc;
  background: var(--brand-color-gray-200, #dcdcdc);
}

.radio-group--flat-toggle .radio-group__body .radio-button__input:checked+label {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.radio-group--flat-toggle .radio-group__body .radio-button__input:disabled+label {
  color: #c3cad9;
  color: var(--payo-brand-color-cold-gray-500, #c3cad9);
}

.radio-group--flat-toggle .error-text {
  margin-left: 0px;
}

.spinner-container {
  width: auto;
  border-radius: 50px;
  padding: 10px;
  display: table;
  margin: 0 auto;
  position: relative;
}

.spinner-container span {
  height: 10px;
  width: 10px;
  float: left;
  margin: 0 2px;
  background-color: #fff;
  background-color: var(--payo-brand-color-white, #fff);
  display: block;
  border-radius: 50%;
  opacity: 0.2;
}

.spinner-container span:nth-of-type(1) {
  animation: 1.1s bounceIn infinite .36666s;
}

.spinner-container span:nth-of-type(2) {
  animation: 1.1s bounceIn infinite .73332s;
}

.spinner-container span:nth-of-type(3) {
  animation: 1.1s bounceIn infinite 1.09998s;
}

.spinner-container--inverse span {
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.textarea {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  line-height: 24px;
  width: 100%;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: transparent;
  display: block;
}

.textarea--rtl {
  direction: rtl;
}

.textarea__clear {
  clear: both;
}

.textarea__counter-wrapper {
  float: right;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  direction: ltr !important;
  font-size: 14px;
}

.textarea__counter-wrapper--warning {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
}

.textarea--rtl .textarea__counter-wrapper {
  float: left;
}

.textarea__label {
  top: 35px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 0;
  cursor: text;
  transform: scale(1) translate(0px, 0px);
  transform-origin: left top 0;
  pointer-events: none;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  -webkit-user-select: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.background-mode-gray .textarea__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.textarea--rtl .textarea__label {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .textarea__label {
    font-size: 18px;
  }
}

.textarea__placeholder {
  position: absolute;
  opacity: 0;
  top: 40px;
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  pointer-events: none;
  cursor: text;
  height: 16px;
  line-height: 16px;
  z-index: 0;
  word-wrap: break-word;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 10%;
}

.textarea--rtl .textarea__placeholder {
  padding-right: 0;
  padding-left: 10%;
}

.background-mode-gray .textarea__placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.textarea__input {
  resize: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  height: 37px;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 39px;
  background-color: transparent;
  z-index: 1;
  line-height: 1.3em;
  word-wrap: break-word;
}

.textarea__input:focus {
  outline: none;
}

.textarea__input:focus ~ label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.textarea__input:focus ~ .textarea__hr-container>:last-child {
  transform: scaleX(1);
}

.textarea__input:focus ~ .textarea__placeholder,
.textarea__input.textarea__input--fixed-label ~ .textarea__placeholder {
  opacity: 1;
  line-height: 1.3em;
}

.textarea__input.textarea__input--filled ~ label,
.textarea__input.textarea__input--fixed-label ~ label,
.textarea__input:focus ~ label {
  transform: scale(0.875) translate(0px, -20px);
}

.textarea--rtl .textarea__input.textarea__input--filled ~ label,
.textarea--rtl .textarea__input.textarea__input--fixed-label ~ label,
.textarea--rtl .textarea__input:focus ~ label {
  transform-origin: 100%;
}

.textarea__input.textarea__input--medium {
  height: 80px;
}

.textarea__input.textarea__input--large {
  height: 100px;
}

.textarea__input.textarea__input--xl {
  height: 261px;
}

.textarea__input.textarea__input--filled ~ .textarea__placeholder {
  opacity: 0;
}

.textarea__input::-ms-clear {
  display: none;
}

.textarea__input:hover ~ .textarea__hr-container>:last-child {
  transform: scaleX(1);
}

.textarea__addon {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 10;
}

.textarea--rtl .textarea__addon {
  right: auto;
  right: initial;
  left: 0;
}

.textarea__hr-container {
  width: 100%;
}

.textarea__hr-container>hr {
  height: 1px;
  width: 100%;
  border-style: none none solid;
  box-sizing: content-box;
  margin: 0;
}

.textarea__hr-container>hr:first-child {
  border-bottom-width: 1px;
  border-color: #dcdcdc;
  border-color: var(--brand-color-gray-200, #dcdcdc);
  transform: translateY(2px);
}

.textarea__hr-container>hr:last-child {
  border-bottom-width: 1px;
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
  transform: scaleX(0);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.textarea.textarea--error>.textarea__hr-container>:last-child {
  border-color: #e31b0c;
  border-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
}

.textarea.textarea--disabled .textarea__input,
.textarea.textarea--disabled .textarea__label,
.textarea.textarea--disabled .textarea__placeholder,
.textarea.textarea--disabled .textarea__counter-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  -webkit-text-fill-color: #a8a8a8;
  -webkit-text-fill-color: var(--brand-color-gray-300, #a8a8a8);
}

.textarea.textarea--disabled .textarea__hr-container>hr {
  border-color: #a8a8a8 !important;
  border-color: var(--brand-color-gray-300, #a8a8a8) !important;
  border-bottom-style: dashed;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  width: 100%;
}

.textarea--no-label .textarea__input {
  top: 0;
  position: relative;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 16px;
  line-height: 1em;
}

.textarea--no-label .textarea__placeholder {
  position: absolute;
  font-size: 16px;
  top: 0px;
  opacity: 1;
  height: 16px;
}

.inline-dropdown {
  font-family: var(--payo-brand-font);
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}

.inline-dropdown__trigger {
  color: #0075E1;
  color: var(--brand-color-blue-500, #0075E1);
  display: inline-block;
  direction: ltr;
  text-align: left;
}

.inline-dropdown--rtl .inline-dropdown__trigger {
  direction: rtl;
}

.inline-dropdown__trigger svg {
  fill: #0075E1;
  fill: var(--brand-color-blue-500, #0075E1);
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
}

.inline-dropdown__dropdown-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 150px;
  box-shadow: #c9cdd7 0px 0px 3px 1px;
  box-shadow: var(--payo-brand-color-cold-gray-300, #c9cdd7) 0px 0px 3px 1px;
}

.inline-dropdown--rtl .inline-dropdown__dropdown-wrapper {
  right: 0;
  left: inherit;
}

.inline-dropdown__dropdown-wrapper--hidden {
  top: 0;
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-title,
.inline-dropdown__dropdown-wrapper .inline-dropdown-option {
  background-color: #fff;
  background-color: var(--brand-color-white-500, #fff);
  font-size: 14px;
  color: #636b78;
  color: var(--payo-brand-color-cold-gray-700, #636b78);
  cursor: pointer;
  line-height: 28px;
  min-height: 1px;
  min-width: 1px;
  width: 100%;
  padding: 5px 14px;
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option:hover {
  background: #EFEFEF;
  background: var(--brand-color-gray-100, #EFEFEF);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option--checked,
.inline-dropdown__dropdown-wrapper .inline-dropdown-option--checked:hover {
  color: #fff;
  color: var(--brand-color-white-500, #fff);
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option--disabled {
  background-color: #fff;
  background-color: var(--brand-color-white-500, #fff);
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  cursor: not-allowed;
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option--disabled:hover {
  background-color: #fff;
  background-color: var(--brand-color-white-500, #fff);
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-title {
  font-weight: 700;
  cursor: default;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 1px solid var(--brand-color-gray-200, #dcdcdc);
}

.contact-item {
  min-height: 60px;
  display: flex;
  align-items: center;
  font-family: var(--payo-brand-font);
  background-color: #F7F7F7;
  background-color: var(--brand-color-gray-50, #F7F7F7);
  margin-bottom: 5px;
  cursor: pointer;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item:hover {
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
  outline: none;
}

.contact-item:focus {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  outline: none;
}

.contact-item:focus .contact-item__info__name,
.contact-item:focus .contact-item__info__email,
.contact-item:focus .contact-item__info__footer {
  color: #ffffff;
}

.contact-item--disabled:hover,
.contact-item--disabled:focus {
  background-color: #F7F7F7;
  background-color: var(--brand-color-gray-50, #F7F7F7);
  outline: none;
  cursor: default;
}

.contact-item--disabled:hover .contact-item__info__name,
.contact-item--disabled:hover .contact-item__info__email,
.contact-item--disabled:focus .contact-item__info__name,
.contact-item--disabled:focus .contact-item__info__email {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__info__name,
.contact-item--disabled .contact-item__info__email {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__icon {
  border-color: #a8a8a8;
  border-color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__icon>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__icon svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--rtl {
  direction: rtl;
}

.contact-item__icon {
  width: 38px;
  height: 38px;
  align-self: flex-start;
  text-align: center;
  border: 1px solid #666;
  border: 1px solid var(--brand-color-gray-600, #666);
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  margin: 12px;
}

.contact-item__icon>i {
  position: relative;
  top: 7px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  font-size: 20px;
}

.contact-item--rtl .contact-item__icon>i {
  right: -1px;
}

.contact-item__icon svg {
  position: relative;
  top: 7px;
  fill: #666;
  fill: var(--brand-color-gray-600, #666);
  width: 28px;
  height: 20px;
}

.contact-item__info {
  display: inline-block;
  width: calc(92% - 61px);
  padding: 6px 0;
}

.contact-item__info__name {
  font-size: 18px;
  font-weight: 700;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  margin-bottom: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}

.contact-item__info__email {
  font-size: 14px;
  height: 16px;
  font-weight: 400;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-item__info__email:empty {
  display: none;
}

.contact-item__info__email--large {
  height: 20px;
  font-size: 18px;
  font-weight: 700;
}

.contact-item__info__footer {
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--payo-brand-color-gray-light, #e6e6e6);
  font-size: 14px;
  padding-top: 6px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  margin-top: 6px;
}

.contact-item__addon {
  display: inline-block;
}

.contacts-list--rtl {
  direction: rtl;
}

.contacts-list__title {
  margin-bottom: 10px;
  height: 16px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  font-weight: 400;
}

.hint-tooltip {
  font-size: 16px;
  font-family: var(--payo-brand-font);
}

.hint-tooltip__clicking-area {
  font-size: 0.875em;
  color: #0075E1;
  color: var(--brand-color-blue-500, #0075E1);
  text-align: right;
  margin-bottom: 12px;
  cursor: pointer;
}

.hint-tooltip__clicking-area:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 400px) {
  .hint-tooltip__clicking-area {
    text-align: left;
  }
}

.hint-tooltip__clicking-area>i:before {
  font-size: 15px;
  margin-right: 0.3em;
  margin-left: .2em;
  position: relative;
  top: -1px;
  left: 0.3px;
}

.hint-tooltip__clicking-area svg {
  fill: #0075E1;
  fill: var(--brand-color-blue-500, #0075E1);
  margin-right: 0.3em;
  height: 15px;
  margin-left: .2em;
  position: relative;
  top: -1px;
  left: 0.3px;
}

.hint-tooltip__content {
  display: flex;
  padding: 16px 0;
  position: relative;
  width: 100%;
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 2px;
}

.hint-tooltip__content--close {
  display: none;
}

.hint-tooltip__content__icon {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}

.hint-tooltip__content__icon>i:before {
  font-size: 40px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  margin: 0;
}

.hint-tooltip__content__icon svg {
  height: 34px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

@media only screen and (max-width: 400px) {
  .hint-tooltip__content__icon {
    display: none;
  }
}

.hint-tooltip__content__text {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 0.875em;
  line-height: 1.38em;
  border-left: 0;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 401px) {
  .hint-tooltip__content__text {
    border-left: 1px solid #252526;
    border-left: 1px solid var(--brand-color-gray-700, #252526);
  }
}

.hint-tooltip__content__text p,
.hint-tooltip__content__text span {
  margin: 0;
}

.hint-tooltip__content:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #EFEFEF;
  border-bottom: 10px solid var(--brand-color-gray-100, #EFEFEF);
}

@media only screen and (max-width: 400px) {
  .hint-tooltip__content:before {
    left: 30px;
  }
}

.hint-tooltip__content:after {
  content: "";
  display: table;
  clear: both;
}

.hint-tooltip__closeBtn {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  cursor: pointer;
}

.hint-tooltip__closeBtn>i:before {
  font-size: 16px;
}

.hint-tooltip__closeBtn svg {
  height: 16px;
  margin-left: 4px;
  margin-right: 4px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.hint-tooltip--contentOpen .hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area {
  margin-bottom: 9px;
  padding-bottom: 3px;
}

.hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:after {
  visibility: hidden;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #EFEFEF;
  border-bottom: 10px solid var(--brand-color-gray-100, #EFEFEF);
}

.hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:before {
  content: "";
  display: table;
  clear: both;
}

.hint-tooltip--contentOpen .hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:after {
  visibility: visible;
}

.hint-tooltip--centerTriangle .hint-tooltip__content:before,
.hint-tooltip--centerTriangle .hint-tooltip__content:after {
  display: none;
}

.hint-tooltip--rtl {
  direction: rtl;
}

.hint-tooltip--rtl .hint-tooltip__clicking-area {
  text-align: left;
}

.hint-tooltip--rtl .hint-tooltip__closeBtn {
  right: inherit;
  left: 5px;
}

.hint-tooltip--rtl .hint-tooltip__content__text {
  text-align: right;
  border-left: inherit;
  border-right: 1px solid #8c98ab;
}

@media only screen and (max-width: 400px) {
  .hint-tooltip--rtl .hint-tooltip__content__text {
    border: 0;
  }
}

.hint-tooltip--rtl .hint-tooltip__content:before {
  right: inherit;
  left: 30px;
}

.hint-tooltip--cleanMode .hint-tooltip__content__icon {
  display: none;
}

.hint-tooltip--cleanMode .hint-tooltip__content__text {
  border: none;
}

.hint-tooltip--hideTriangle .hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:after,
.hint-tooltip--hideTriangle .hint-tooltip__clicking-area:after {
  visibility: hidden;
}

.hint-tooltip--hideTriangle .hint-tooltip__content:before {
  visibility: hidden;
}

.hint-tooltip--contentAbsolute {
  position: relative;
}

.hint-tooltip--contentAbsolute .hint-tooltip__content {
  position: absolute;
  z-index: 99999;
}

.copy-btn Button {
  font-size: 0.875em;
  min-height: 24px;
  display: block;
}

.copy-btn__text {
  position: relative;
}

.copy-btn__text__copied-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: .3s opacity ease-in-out;
  transition-delay: .8s;
}

.copy-btn__text__copied-text svg {
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  height: 100%;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.copy-btn__text__copy-text {
  opacity: 1;
  display: inline-block;
  transition: .3s opacity ease-in-out;
  transition-delay: .8s;
}

.copy-btn__text:active .copy-btn__text__copied-text {
  opacity: 1;
  transition: none;
}

.copy-btn__text:active .copy-btn__text__copy-text {
  opacity: 0;
  transition: none;
}

.copy-btn--rtl .copy-btn__text__copied-text {
  right: 0;
}

.badge {
  min-width: 68px;
  height: 25px;
  border-radius: 12.5px;
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  display: inline-flex;
  align-items: center;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.badge .badge--content {
  padding: 0px 16px;
}

.badge--rtl {
  flex-direction: row-reverse;
}

.badge--rtl .badge-icon--container {
  border-right: 1px solid;
  border-left: none;
}

.badge--active {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  color: #ffffff;
  border: solid 1px #fff;
}

.badge--active .badge-icon--container svg {
  fill: #ffffff;
}

.badge--removable {
  min-width: 98px;
}

.badge-icon--container {
  font-size: 16px;
  border-left: 1px solid;
  line-height: 1rem;
}

.badge-icon--container svg {
  width: 22px;
  height: 16px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.badge:hover {
  background-color: #878787;
  background-color: var(--brand-color-gray-500, #878787);
  color: #ffffff;
}

.badge:hover svg {
  fill: #ffffff;
}

.progress-bar {
  --cells: 0;
  display: inline-block;
  width: 100%;
  height: 13px;
  padding: 2px;
  border-radius: 7px;
  border: 1px solid #A8A8A8;
  border: 1px solid var(--brand-color-gray-300, #A8A8A8);
}

.progress-bar__progress-container {
  height: 100%;
  -webkit-mask: linear-gradient(to right, #fff calc(100% - 2px), transparent 0) 0/calc((100% + 2px)/var(--cells)) 100%;
  mask: linear-gradient(to right, #fff calc(100% - 2px), transparent 0) 0/calc((100% + 2px)/var(--cells)) 100%;
}

.progress-bar__progress-container .progress-bar__progress {
  border-radius: 7px 0px 0px 7px;
}

.progress-bar__progress-container .progress-bar__progressrest {
  border-radius: 0px 7px 7px 0px;
}

.progress-bar__progress,
.progress-bar__progressrest {
  background: linear-gradient(95.74deg, #D85AD6 -53.26%, #0075E1 118.75%);
  float: left;
  border-radius: 7px;
  display: inline-block;
  height: 100%;
  transition: color 0.5s linear;
}

.progress-bar__progressrest {
  background: #dcdcdc;
  background: var(--brand-color-gray-200, #dcdcdc);
}

.progress-bar--thin {
  padding: 0;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  border: 0;
  background: #EFEFEF;
  background: var(--brand-color-gray-100, #EFEFEF);
}

.progress-bar--thin .progress-bar__progress,
.progress-bar--thin .progress-bar__progressrest {
  border-radius: 2px;
}

.progress-bar--blue {
  height: 23px;
  border-radius: 0px;
  border: 1px solid #A8A8A8;
  border: 1px solid var(--brand-color-gray-300, #A8A8A8);
}

@media (max-width: 690px) {
  .progress-bar--blue {
    height: 16px;
    padding: 3px;
  }
}

.progress-bar--blue .progress-bar__progress {
  background: linear-gradient(95.74deg, #D85AD6 -53.26%, #0075E1 118.75%);
}

.progress-bar--blue .progress-bar__progress,
.progress-bar--blue .progress-bar__progressrest {
  border-radius: 0px;
}

.progress-bar--completed .progress-bar__progress {
  background: #31DA89;
  background: var(--brand-color-gray-300, #31DA89);
}

.progress-bar--animated .progress-bar__progress {
  transition: width 0.2s linear, color 0.2s linear;
}

.progress-bar--rtl .progress-bar__progress {
  float: right;
}

.progress-bar--rtl .progress-bar__progress-container .progress-bar__progress {
  border-radius: 0px 7px 7px 0px;
}

.progress-bar--rtl .progress-bar__progress-container .progress-bar__progressrest {
  border-radius: 7px 0px 0px 7px;
}

.progress-bar--rtl.progress-bar--blue .progress-bar__progress-container .progress-bar__progress,
.progress-bar--rtl.progress-bar--blue .progress-bar__progress-container .progress-bar__progressrest {
  border-radius: 0;
}

.py-share {
  font-size: 30px;
}

.py-share__toggle {
  display: none;
}

.py-share__item {
  cursor: pointer;
}

.py-share__item svg {
  width: 45px;
  height: 32px;
}

.py-share__item .copy-btn {
  display: inline-block;
}

.py-share__item .copy-btn__text {
  display: inline-block;
}

.py-share__item__title {
  display: none;
}

@media (max-width: 690px) {
  .py-share__item__title {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    max-width: calc(100% - 50px);
    vertical-align: middle;
  }
}

@media (max-width: 690px) {
  .py-share__item:not(.py-share__item--mobile-btn) {
    display: none;
  }
}

.py-share__item__fb>i {
  position: relative;
}

.py-share__item__fb>i>span {
  position: absolute;
  left: 0;
  top: 0;
}

.py-share__item--mobile-btn {
  display: none;
}

@media (max-width: 690px) {
  .py-share__item--mobile-btn {
    display: inline-block;
    width: 100%;
    color: #5ea2ce;
    color: var(--payo-brand-color-blue-300, #5ea2ce);
    font-size: 16px;
  }

  .py-share__item--mobile-btn svg {
    fill: #515d6f;
    fill: var(--payo-brand-color-cold-gray-800, #515d6f);
    width: 45px;
    height: 32px;
  }
}

.py-share__mobile-container {
  display: none;
  background: white;
}

.py-share__mobile-container__header {
  font-weight: bold;
}

.py-share__mobile-container__close {
  cursor: pointer;
  text-align: right;
  display: block;
  padding-top: 12px;
  line-height: 20px;
}

.py-share__mobile-container__close svg {
  fill: #b9bfcb;
  fill: var(--payo-brand-color-cold-gray-400, #b9bfcb);
  width: 40px;
  height: 30px;
}

.py-share--rtl .py-share__mobile-container__close {
  text-align: left;
}

@media (max-width: 690px) {
  .py-share__toggle:checked ~ .py-share__item--mobile-btn {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
  }

  .py-share__toggle:checked ~ .py-share__item--mobile-btn>* {
    opacity: 0;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    border-bottom: 1px solid #e4e7ed;
    border-bottom: 1px solid var(--payo-brand-color-cold-gray-200, #e4e7ed);
    font-size: 16px;
    color: #515d6f;
    color: var(--payo-brand-color-cold-gray-800, #515d6f);
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item:hover {
    background: #f1f3f7;
    background: var(--payo-brand-color-cold-gray-100, #f1f3f7);
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item a {
    color: #515d6f;
    color: var(--payo-brand-color-cold-gray-800, #515d6f);
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item .copy-btn,
  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item .copy-btn__text,
  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item .copy-btn__text__copy-text {
    width: 100%;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item>* {
    width: 100%;
    height: 100%;
    display: block;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__mobile-container__header {
    font-size: 22px;
    cursor: default;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__mobile-container__header:hover {
    background: transparent;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container {
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
    max-height: calc(100% - 80px);
    z-index: 1;
    overflow: auto;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
}

.search-box {
  right: 0;
  top: 0;
  position: absolute;
  border: 1px solid transparent;
  width: 40px;
  height: 48px;
  border-radius: 0;
  border-left-color: #efeff0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

@media (max-width: 991px) {
  .search-box {
    min-height: 0;
    padding: 0;
  }
}

@media (max-width: 690px) {
  .search-box {
    display: none;
  }
}

.search-box>svg {
  position: absolute;
  top: 10px;
  left: 0px;
  right: auto;
  margin-left: 8px;
  margin-right: 8px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  opacity: 0.7;
  height: 24px;
  cursor: pointer;
}

.search-box>svg.search-box__clear {
  pointer-events: auto;
  cursor: pointer;
  left: auto;
  right: -5px;
  display: none;
}

.search-box:hover>i {
  opacity: 1;
}

.search-box>input {
  position: relative;
  background: rgba(255,255,255,0.01);
  border: 1px solid transparent;
  padding: 10px 20px 2px;
  line-height: 28px;
  margin: 0;
  width: 100%;
  font-family: var(--payo-brand-font);
  font-size: 1em;
  outline: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
}

.search-box>input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
  transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
}

.search-box>input::placeholder {
  color: transparent;
  transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
}

.search-box ~ * {
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.46, 0, 0.95, 0.24);
}

.search-box--opened {
  top: -4px;
  border-left-color: transparent;
  width: 100%;
  margin-left: 12px;
}

.search-box--opened>svg.search-box__search {
  opacity: 1;
  left: -5px;
}

.search-box--opened>svg.search-box__clear {
  display: inline-block;
}

.search-box--opened>input {
  cursor: text;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  border-bottom-color: #252526;
  border-bottom-color: var(--brand-color-gray-700, #252526);
  transition: all 0.3s 0.3s cubic-bezier(0.46, 0, 0.95, 0.24);
  margin: 0;
  margin-left: 35px;
  padding: 10px 20px 2px 0;
  width: calc(100% - 35px);
}

.search-box--opened>input::-moz-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
}

.search-box--opened>input::placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
}

.search-box--opened ~ * {
  margin-top: 60px;
  transition: all 0.3s cubic-bezier(0.46, 0, 0.95, 0.24);
}

.search-box--rtl {
  left: 0;
  right: inherit;
  border-left-color: transparent;
  border-right-color: #efeff0;
}

.search-box--rtl>.search-box__search {
  right: 0px;
}

.search-box--rtl.search-box--opened {
  border-right-color: transparent;
  left: -10px;
}

.search-box--rtl.search-box--opened>svg.search-box__search {
  left: auto;
  right: -5px;
}

.search-box--rtl.search-box--opened>svg.search-box__clear {
  left: -7px;
  right: inherit;
}

.search-box--rtl.search-box--opened input {
  margin-left: 0px;
  margin-right: 35px;
}

.expiration-date {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  position: relative;
  padding-top: 24px;
}

.expiration-date .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.expiration-date .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.expiration-date .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.expiration-date .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expiration-date .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.expiration-date .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #efefef;
  background-color: var(--brand-color-gray-100, #efefef);
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7c7c7d;
  background-color: var(--brand-color-gray-600, #7c7c7d);
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.expiration-date .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.expiration-date .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.expiration-date .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.expiration-date.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.expiration-date.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.expiration-date__month.root-node,
.expiration-date__year.root-node {
  display: inline-block;
  vertical-align: top;
}

.expiration-date__month.root-node {
  max-width: 25%;
  margin-right: 5%;
}

.expiration-date__year.root-node {
  max-width: 25%;
}

.expiration-date__label {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.open ~ .expiration-date__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.expiration-date--rtl .expiration-date__label {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .expiration-date__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.expiration-date__item {
  padding: 0 5px;
  text-align: center;
  line-height: 32px;
}

.expiration-date__month .expiration-date__item {
  text-align: left;
}

.expiration-date--rtl .expiration-date__month .expiration-date__item {
  direction: rtl;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .expiration-date__item {
    padding: 0 3px;
  }
}

.expiration-date--disabled .expiration-date__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  max-width: 90%;
}

.expiration-date--rtl .expiration-date__month.root-node {
  margin-right: 0;
  margin-left: 5%;
}

.inline-edit-textBox {
  font-family: var(--payo-brand-font);
}

.inline-edit-textBox__add-new,
.inline-edit-textBox__current-value {
  display: flex;
  align-items: flex-end;
  margin-top: 37px;
  color: #0075E1;
  color: var(--brand-color-blue-500, #0075E1);
  font-size: 16px;
  cursor: pointer;
}

.inline-edit-textBox__add-new>span,
.inline-edit-textBox__current-value>span {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.inline-edit-textBox__add-new>svg,
.inline-edit-textBox__current-value>svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
  margin-bottom: 1.7px;
}

.inline-edit-textBox .text-box__input {
  max-width: calc(100% - 45px);
}

.inline-edit-textBox .text-box svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  margin: 4px;
  cursor: pointer;
  height: 16px;
}

.tabs-header {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 1px solid var(--brand-color-gray-200, #dcdcdc);
}

.tabs-header-tab {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.tabs-header-tab-text {
  padding: 16px;
  padding-bottom: 11px;
}

.tabs-header-tab-border {
  width: 0;
  transition: width 0.3s;
}

.tabs-header-tab-border--selected {
  width: 100%;
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 5px;
}

.tabs-header-tab--large {
  font-size: 20px;
}

.tabs-header-tab--selected,
.tabs-header-tab:hover {
  font-weight: bold;
}

.tabs-container {
  padding-top: 16px;
}

.ExperienceLoader {
  max-width: 400px;
  text-align: center;
  margin: auto;
}

.ExperienceLoader .Title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #636b79;
  margin-bottom: 51px;
}

.ExperienceLoader .Title.withSub {
  margin-bottom: 6px;
}

.ExperienceLoader .SubTitle {
  font-size: 16px;
  text-align: center;
  color: #616c7d;
  margin-bottom: 24px;
  line-height: 22px;
}

@media (max-width: 690px) {
  .ExperienceLoader .SubTitle {
    margin-bottom: 34px;
  }
}

.ExperienceLoader .Main {
  margin: auto;
  margin-bottom: 24px;
}

@media (max-width: 690px) {
  .ExperienceLoader .Main {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 691px) {
  .ExperienceLoader .Main {
    width: 220px;
    height: 220px;
  }
}

.ExperienceLoader .Footer {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #636b78;
  margin-bottom: 24px;
  animation-timing-function: linear;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ExperienceLoader .Footer.fadeOut {
  animation-timing-function: linear;
  animation: fadeout 0.5s forwards;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}</style>

<style>
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

th,
td {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1;
  background-color: var(--brand-color-white-500);
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.icons .item:hover {
  border: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-bottom-style: inset;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  border-left-style: inset;
  border-left-width: 1px;
  border-left-color: #eee;
  border-right-style: inset;
  border-right-width: 1px;
  border-right-color: #eee;
  border-top-style: inset;
  border-top-width: 1px;
  border-top-color: #eee;
}

.Header {
  height: auto;
  width: auto;
  height: initial;
  width: initial;
  background-image: none;
}

.footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  text-align: inherit;
  clear: none;
  padding-top: 0;
  background-color: inherit;
  width: inherit;
}

.footer.nofooter {
  display: none;
}

.footer.embedded {
  background-color: inherit;
  position: inherit;
}

a {
  color: #551a8b;
  color: -webkit-link;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: inherit;
}

a:active,
a:hover {
  outline-width: 0;
}

.footer a {
  color: #551a8b;
  text-decoration: underline;
}

.footer a:hover {
  color: inherit;
  text-decoration: underline;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button:disabled,
input:disabled,
optgroup:disabled,
select:disabled,
textarea:disabled {
  opacity: 1;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media screen and (max-width: 1024px) {
  body,
  html {
    touch-action: auto;
  }

  body>form {
    overflow-x: visible;
    overflow-y: visible;
  }

  .footer {
    width: inherit;
    font-size: 100%;
  }
}

@media screen and (max-width: 690px) {
  .menu-open {
    position: static;
    overflow: visible;
  }

  .footer {
    line-height: normal;
    font-size: 100%;
  }

  .footer a,
  .footer {
    color: #551a8b;
  }
}

#unsupported-browser {
  font-family: var(--payo-brand-font);
  text-align: center;
  color: var(--brand-color-gray-700);
  padding: 80px 0;
}


#unsupported-browser h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px;
}

#unsupported-browser p {
  font-size: 16px;
  line-height: 25px;
}

#unsupported-browser p a {
  color: #4e7eae;
  font-weight: 400;
}

.login {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  color: var(--brand-color-gray-700);
}

.login>.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login .btn-link {
  background-color: transparent;
  border: none;
  text-align: justify;
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  font-family: var(--payo-brand-font);
  cursor: pointer;
}

.login .locale-selector-link {
  font-size: 14px;
  padding: 0px 20px 10px 0px;
  width: 25%;
}

.login .locale-selector-link:hover {
  color: #1257a9;
  color: var(--brand-color-blue-600, #1257a9);
}

.login .locale-selector-link.selected {
  font-weight: bold;
  color: #1257a9;
  color: var(--brand-color-blue-600, #1257a9);
}

input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
  -webkit-animation-fill-mode: both;
}

.header-container {
  padding: 2%;
}

.header-container>span h1 {
  float: left;
  color: var(--brand-color-blue-500);
  margin: 0;
}

.header-container>span a {
  color: #fff;
  background-color: #5ea2ce;
  text-decoration: none;
  position: relative;
  float: right;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 3px;
}

.header-container hr {
  opacity: 0.2;
  border-bottom-style: inset;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  border-left-style: inset;
  border-left-width: 1px;
  border-left-color: #eee;
  border-right-style: inset;
  border-right-width: 1px;
  border-right-color: #eee;
  border-top-style: inset;
  border-top-width: 1px;
  border-top-color: #eee;
}

.wizard-container,
.form-parts-container,
.dialog-parts-container,
.drawer-parts-container {
  border: 1px solid rgba(204,204,204,0.5);
  border-radius: 9px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: #fff 0px -10px 27px;
}

.wizard-container__header,
.form-parts-container__header,
.dialog-parts-container__header,
.drawer-parts-container__header {
  margin: auto;
  margin-bottom: 2%;
  text-align: center;
  font-weight: 600;
  color: #636b78;
  font-size: 1.4em;
}

.wizard-container .cf:before,
.wizard-container .cf:after,
.form-parts-container .cf:before,
.form-parts-container .cf:after,
.dialog-parts-container .cf:before,
.dialog-parts-container .cf:after,
.drawer-parts-container .cf:before,
.drawer-parts-container .cf:after {
  content: " ";
  display: table;
}

.wizard-container .cf:after,
.form-parts-container .cf:after,
.dialog-parts-container .cf:after,
.drawer-parts-container .cf:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

#app {
  height: 100%;
}

.ReactModal__Body--open {
  overflow: hidden;
}

.dialog-portal {
  font-family: var(--payo-brand-font);
  font-size: 16px;
}

.dialog-portal .dialog {
  outline: none;
}

.dialog-portal .dialog__spacer {
  display: inline-block;
  vertical-align: middle;
  height: 92vh;
  width: 1px;
}

@media only screen and (max-width: 768px) {
  .dialog-portal .dialog__spacer {
    display: none;
  }
}

.dialog-portal .dialog__content {
  text-align: left;
  color: #666666;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 4px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.28);
  pointer-events: all;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  max-width: 98%;
}

.dialog-portal .dialog__content--padding {
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  .dialog-portal .dialog__content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height: stretch;
    max-height: none;
    max-height: initial;
  }

  .dialog-portal .dialog__content.alignVertical-center__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.dialog-portal .dialog__close-button {
  cursor: pointer;
  position: absolute;
  font-size: 2em;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 10px 0;
}

.dialog-portal .dialog__title {
  margin-top: 0;
  padding-bottom: 0.5em;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 1.3125em;
  font-weight: 700;
  border-bottom: none;
}

.dialog-portal .dialog-overlay {
  outline: none;
  text-align: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3vh 0;
  background-color: rgba(0,0,0,0.3);
}

@media only screen and (max-width: 768px) {
  .dialog-portal .dialog-overlay {
    padding: 0;
  }
}

.dialog-portal .dialog-overlay--not-modal {
  pointer-events: none;
  background-color: transparent;
}

.dialog-portal .dialog-overlay .ReactModal__Content {
  pointer-events: none;
  text-align: center;
  height: 100%;
}

.dialog-portal--rtl {
  direction: rtl;
}

.dialog-portal--rtl .dialog__title {
  direction: rtl;
  text-align: right;
}

.dialog-portal--rtl .dialog__content {
  text-align: right;
}

.dialog-portal--rtl .dialog__close-button {
  left: 0;
  right: auto;
  right: initial;
}

.newDialog {
  position: relative;
  box-shadow: 0 0 4px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.28);
  pointer-events: all;
  background-color: #fff;
  border-radius: 2px;
  width: 500px;
  padding: 16px 16px 24px;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .newDialog {
    width: 100%;
    min-height: 100vh;
  }
}

.newDialog_portal {
  font-family: var(--payo-brand-font);
  font-size: 16px;
}

.newDialog_overlay {
  outline: none;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
}

@media only screen and (min-width: 769px) {
  .newDialog_overlay {
    padding: 3vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.newDialog_header {
  width: 100%;
  min-height: 22px;
  color: #636b78;
  color: var(--payo-brand-color-cold-gray-700, #636b78);
}

@media only screen and (max-width: 768px) {
  .newDialog_header {
    min-height: 24px;
  }
}

.newDialog_header-text {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 1px solid var(--brand-color-gray-200, #dcdcdc);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.newDialog_close-button {
  cursor: pointer;
  position: absolute;
  font-size: 1.9em;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 10px 0;
}

.newDialog_close-button.rtl {
  left: 0;
  right: auto;
  right: initial;
}

.newDialog_title {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  text-align: center;
}

.newDialog_icon {
  font-size: 65px;
  fill: #8c98ab;
  fill: var(--payo-brand-color-cold-gray-600, #8c98ab);
  margin: -7px auto 26px;
}

@media only screen and (max-width: 768px) {
  .newDialog_icon {
    margin: 66px auto 26px;
  }
}

.newDialog_illustration {
  margin: -6px auto 24px;
}

@media only screen and (max-width: 768px) {
  .newDialog_illustration {
    margin: 60px auto 26px;
  }
}

.newDialog_title-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: -6px auto 8px;
}

.newDialog_subtitle {
  line-height: 1.38;
  margin: 0px 8px 16px;
}

.newDialog_subtitle-top {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .newDialog_subtitle-top {
    height: 10px;
  }
}

.newDialog_content {
  padding: 0 18px 1px 8px;
  margin-inline-end: -10px;
  overflow-y: auto;
  color: #666666;
}

@media only screen and (min-width: 769px) {
  .newDialog_content {
    max-height: 550px;
  }
}

.newDialog_content::-webkit-scrollbar {
  width: 4px;
}

.newDialog_content::-webkit-scrollbar-track {
  background-color: #c9cdd7;
  background-color: var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.newDialog_content::-webkit-scrollbar-thumb {
  background-color: #8c98ab;
  background-color: var(--payo-brand-color-cold-gray-600, #8c98ab);
}

.newDialog_btns {
  text-align: center;
  border-top: 1px solid #dcdcdc;
  border-top: 1px solid var(--brand-color-gray-200, #dcdcdc);
  margin-top: 24px;
}

.newDialog_btns:empty {
  display: none;
}

.newDialog_btns>button {
  width: 196px;
  margin: 24px 8px 0;
}

@media only screen and (max-width: 768px) {
  .newDialog_btns {
    position: sticky;
    top: 100%;
    padding-top: 8px;
    padding-bottom: 100px;
  }

  .newDialog_btns>button {
    width: 100%;
    margin: 16px 0 0;
  }
}

.newDialog_link {
  text-align: center;
  margin-top: 16px;
}

.newDialog_link>a {
  text-decoration: none;
  cursor: pointer;
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  line-height: 1.39;
}

.newDialog_link>a:hover {
  color: #3d7faa;
  color: var(--payo-brand-color-blue-700, #3d7faa);
  text-decoration: underline;
}

.alert__dialog .dialog__title {
  font-size: 1.4em;
  line-height: 100%;
}

@media only screen and (max-width: 400px) {
  .alert__dialog .dialog__title {
    font-size: 1.3em;
  }
}

.alert__dialog .dialog__content {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .alert__dialog .dialog__content .alert__main-content {
    width: 395px;
    padding: 0;
  }
}

.alert__dialog .dialog__content .alert__main-content .alert__content {
  padding-top: 35px;
  padding-bottom: 23px;
  white-space: normal;
  font-size: 0.91em;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  .alert__dialog .dialog__content .alert__main-content .alert__content {
    max-width: 265px;
    text-align: center;
    margin: auto;
  }
}

.alert__dialog .dialog__content .alert__main-content i,
.alert__dialog .dialog__content .alert__main-content svg {
  display: block;
  margin: 10px auto 0 auto;
  color: "#666666";
  color: var(--brand-color-gray-600, "#666666");
}

.alert__dialog .dialog__content .alert__main-content svg {
  width: 3.5em;
}

.alert__dialog .dialog__content .alert__main-content i {
  font-size: 3.5em;
}

.alert__dialog .dialog__content .alert__main-content .alert__footer {
  border-top: 1px solid "#DCDCDC0";
  border-top: 1px solid var(--brand-color-gray-200, "#DCDCDC0");
  display: flex;
  justify-content: center;
  padding-top: 23px;
}

@media only screen and (max-width: 768px) {
  .alert__dialog .dialog__content .alert__main-content .alert__footer {
    flex-direction: column;
  }
}

.alert__dialog .dialog__content .alert__main-content .alert__footer button {
  text-transform: uppercase;
  font-size: 1em;
}

@media only screen and (max-width: 400px) {
  .alert__dialog .dialog__content .alert__main-content .alert__footer button {
    padding: 4px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .alert__dialog .dialog__content {
    padding: 7% 10%;
    max-width: 75%;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    min-height: 0;
    min-height: initial;
    max-height: none;
    max-height: initial;
  }
}

@media only screen and (max-width: 480px) {
  .alert__dialog .dialog__content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 690px) {
  .alert__dialog .dialog__spacer {
    display: inline-block;
  }
}

.error-box {
  font-size: 16px;
  padding: 1.5%;
  margin-bottom: 2vh;
  width: 100%;
  background-color: #FFC9C6;
  background-color: var(--brand-color-red-200, #FFC9C6);
  display: flex;
  flex-direction: row;
}

.error-box--simple {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
}

.error-box--border {
  border: 1px solid #e31b0c;
  border: 1px solid var(--brand-color-red-500, #e31b0c);
  border-radius: 2px;
  padding: 16px 12px;
}

.error-box__icon {
  align-self: flex-start;
  margin-right: 10px;
}

.error-box--rtl .error-box__icon {
  margin-right: 0;
  margin-left: 10px;
}

.error-box__icon>i {
  font-size: 2.3125em;
  vertical-align: middle;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.error-box--simple .error-box__icon>i {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
}

.error-box__divider {
  border-left: 1px solid #252526;
  border-left: 1px solid var(--brand-color-gray-700, #252526);
  flex-basis: auto;
}

.error-box--simple .error-box__divider {
  border-left-color: #e31b0c;
  border-left-color: var(--brand-color-red-500, #e31b0c);
}

.error-box__content {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  text-align: left;
  margin-left: 16px;
  flex-basis: 85%;
  -ms-flex-preferred-size: 85%;
  flex-direction: column;
  align-self: center;
  font-family: var(--payo-brand-font);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.38em;
}

.error-box--simple .error-box__content {
  flex-basis: 85%;
  -ms-flex-preferred-size: 85%;
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
}

.error-box--rtl .error-box__content {
  text-align: right;
  margin-left: 0;
  margin-right: 16px;
}

.error-box__content h3 {
  font-size: 1.4375em;
  margin: 0;
}

.error-box__content a {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.error-box--simple .error-box__content a {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
}

.error-box--rtl {
  direction: rtl;
}

@media only screen and (max-width: 480px) {
  .error-box {
    font-size: 15px;
    padding: 4% 2%;
  }

  .error-box--simple .error-box__icon {
    display: block;
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    margin-right: 0;
  }

  .error-box__content {
    line-height: normal;
  }

  .error-box__content h3 {
    font-size: 1.2375em;
    line-height: 1em;
  }

  .error-box--simple .error-box__content {
    flex-basis: 80%;
  }
}

.error-text {
  font-family: var(--payo-brand-font);
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  text-align: left;
}

.error-text--rtl {
  direction: rtl;
  text-align: right;
}

.error-text__error-line {
  margin-bottom: 1px;
}

.react-selectize {
  color: #000;
}

.react-selectize.root-node {
  position: relative;
  width: 300px;
}

.react-selectize.root-node.disabled {
  pointer-events: none;
}

.react-selectize.root-node .react-selectize-control {
  cursor: pointer;
  display: flex;
  -o-box-align: start;
  align-items: flex-start;
  position: relative;
  padding: 2px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  max-width: calc(100% - 56px);
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  display: flex;
  min-height: 30px;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
  background: none;
  border: none;
  outline: none;
  font-size: 1em;
  margin: 2px;
  padding: 4px 0px;
  vertical-align: middle;
  width: 0px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  display: flex;
  -o-box-align: center;
  align-items: center;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container,
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  height: 30px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container {
  width: 16px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  width: 32px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container:hover .react-selectize-reset-button path {
  stroke: #c0392b;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button path {
  transition: stroke 0.5s 0s ease;
  stroke: #999;
  stroke-linecap: square;
  stroke-linejoin: mitter;
}

.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button path {
  fill: #999;
}

.react-selectize.dropdown-menu-wrapper {
  position: absolute;
}

.react-selectize.dropdown-menu-wrapper.tethered {
  min-width: 300px;
}

.react-selectize.dropdown-menu-wrapper:not(.tethered) {
  width: 100%;
}

.react-selectize.dropdown-menu {
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  max-height: 200px;
  z-index: 10;
}

.react-selectize.dropdown-menu.tethered {
  min-width: 300px;
}

.react-selectize.dropdown-menu:not(.tethered) {
  width: 100%;
}

.react-selectize.dropdown-menu .groups.as-columns {
  display: flex;
}

.react-selectize.dropdown-menu .groups.as-columns>div {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1 1;
}

.react-selectize.dropdown-menu .option-wrapper {
  cursor: pointer;
  outline: none;
}

.multi-select.react-selectize.root-node .simple-value {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

.multi-select.react-selectize.root-node .simple-value span {
  display: inline-block;
  padding: 2px 5px 4px;
  vertical-align: center;
}

.simple-select.react-selectize.root-node .simple-value {
  margin: 2px;
}

.simple-select.react-selectize.root-node .simple-value span {
  display: inline-block;
  vertical-align: center;
}

.react-selectize.material {
  font-family: Roboto, sans-serif;
}

.react-selectize.material.root-node.open .react-selectize-control:after {
  transform: scaleX(1);
}

.react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.react-selectize.material.root-node .react-selectize-control:after {
  background-color: #00bcd4;
  content: "";
  transform: scaleX(0);
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 2px;
}

.react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: rgba(0,0,0,0.3);
  text-indent: 4px;
}

.react-selectize.material.dropdown-menu-wrapper.flipped {
  margin-bottom: 8px;
}

.react-selectize.material.dropdown-menu-wrapper.flipped .dropdown-menu {
  transform-origin: 100% 100%;
}

.react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 8px;
}

.react-selectize.material.dropdown-menu-wrapper:not(.flipped) .dropdown-menu {
  transform-origin: 0% 0%;
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms,opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0, 0);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: scale(1, 1);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: scale(1, 1);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.material.dropdown-menu {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.118) 0px 1px 6px,rgba(0,0,0,0.118) 0px 1px 4px;
  max-height: 250px;
  padding: 8px 0px;
}

.react-selectize.material.dropdown-menu.flipped {
  margin-bottom: 8px;
}

.react-selectize.material.dropdown-menu:not(.flipped) {
  margin-top: 8px;
}

.react-selectize.material.dropdown-menu .no-results-found {
  font-style: oblique;
  font-size: 16px;
  height: 32px;
  padding: 0px 16px;
  display: flex;
  -o-box-align: center;
  align-items: center;
}

.react-selectize.material.dropdown-menu .groups:not(.as-columns)>div:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.react-selectize.material.dropdown-menu .simple-group-title {
  color: #8f8f8f;
  display: flex;
  -o-box-align: center;
  align-items: center;
  font-size: 14px;
  height: 48px;
  padding: 0px 10px;
}

.react-selectize.material.dropdown-menu .option-wrapper.highlight {
  background-color: rgba(0,0,0,0.098);
}

.react-selectize.material.dropdown-menu .option-wrapper .simple-option {
  color: rgba(0,0,0,0.875);
  cursor: pointer;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: start;
  align-items: flex-start;
  -o-box-pack: center;
  justify-content: center;
  font-size: 16px;
  height: 48px;
  padding: 0px 16px;
}

.react-selectize.material.dropdown-menu .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.material.root-node .simple-value span {
  padding: 0px;
}

.multi-select.react-selectize.material.root-node .simple-value span:after {
  content: ",";
}

.simple-select.react-selectize.material.root-node .simple-value {
  margin: 4px 3px 3px 2px;
}


.button {
  font-size: 18px;
  font-family: var(--payo-brand-font);
  font-weight: 600;
  display: inline-block;
  min-height: 35px;
  border: 0;
  padding: 4px 20px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .1s, opacity .5s;
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
  background-image: linear-gradient(#1268a9, #1268a9);
  background-image: linear-gradient(var(--brand-color-blue-600, #1268a9), var(--brand-color-blue-600, #1268a9));
}

.button:hover,
.button:focus-visible {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-size: 100% 100%;
}

.button:active {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-image: linear-gradient(#0075e1, #0075e1);
  background-image: linear-gradient(var(--brand-color-blue-500, #0075e1), var(--brand-color-blue-500, #0075e1));
  opacity: 1;
  border: 0;
  outline: 0;
}

.button:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button:focus {
  border: 0;
  outline: 0;
}

.button--action {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
}

.button--action:hover,
.button--action:focus {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #1268a9;
  background-color: var(--brand-color-blue-600, #1268a9);
}

.button--action:active {
  color: #fff;
  color: var(--payo-brand-color-white, #fff);
  background-color: #1268a9;
  background-color: var(--brand-color-blue-600, #1268a9);
}

.button--action:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--outlineAction {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: transparent;
  background-image: none;
}

.button--outlineAction:hover,
.button--outlineAction:focus,
.button--outlineAction:active {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  background-color: #f4fafe;
  background-color: var(--brand-color-blue-100, #f4fafe);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-image: none;
}

.button--outlineAction:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--outlineDevice {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: transparent;
  background-image: none;
}

.button--outlineDevice:hover,
.button--outlineDevice:focus,
.button--outlineDevice:active {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  background-color: #f4fafe;
  background-color: var(--brand-color-blue-100, #f4fafe);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-image: none;
}

.button--outlineDevice:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--uppercase {
  text-transform: uppercase;
}

.button--cancel {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: transparent;
  background-image: none;
}

.button--cancel:hover,
.button--cancel:focus,
.button--cancel:active {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border: 1px solid #0075e1;
  border: 1px solid var(--brand-color-blue-500, #0075e1);
  background-color: #f4fafe;
  background-color: var(--brand-color-blue-100, #f4fafe);
  background-image: none;
}

.button--cancel:disabled {
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  background-image: none;
  border: none;
  cursor: not-allowed;
  opacity: 0.88;
}

.button--fluid {
  display: block;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .button--fluid {
    min-width: 280px;
  }
}

@media only screen and (max-width: 480px) {
  .button--fluid {
    min-width: 100%;
  }
}

.button>i {
  position: relative;
  vertical-align: middle;
  font-size: 8px;
  margin-left: 5px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.check-box {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  padding: 10px 14px;
  display: inline-block;
}

.check-box label {
  cursor: pointer;
  padding-left: 0;
}

.check-box__label {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.check-box--disabled .check-box__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.check-box .error-text {
  margin-top: 2px;
  margin-left: 26px;
}

.check-box .error-text--rtl {
  margin-left: 0px;
  margin-right: 26px;
}

.check-box input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.check-box__box {
  vertical-align: middle;
  position: relative;
  margin-right: 6px;
}

.check-box--rtl .check-box__box {
  margin-right: 0;
  margin-left: 6px;
}

.check-box__box:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0,0,0,0.5);
  height: 4px;
  width: 4px;
  border-radius: 0;
  z-index: 1;
  opacity: 0;
  margin: 0;
}

.check-box__box__check {
  position: relative;
  display: inline-block;
  color: #878787;
  color: var(--brand-color-gray-500, #878787);
  transition: color 0.5s ease, border-color 0.5s ease;
  width: 1.05em;
  height: 1.05em;
  border: 1.5px solid #878787;
  border: 1.5px solid var(--brand-color-gray-500, #878787);
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.check-box--disabled .check-box__box__check {
  border: 2px solid #a8a8a8;
  border: 2px solid var(--brand-color-gray-300, #a8a8a8);
}

.check-box__box__check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6.5px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0,
 0 0 0 0 inset;
}

.check-box--rtl .check-box__box__check:before {
  top: 0;
  left: 0;
}

.check-box input[type=checkbox]:checked+.check-box__box .check-box__box__check:before {
  box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 20px -12px 0 11px;
  animation: checkbox-on .3s forwards ease-out;
}

.check-box input[type=checkbox]:checked+.check-box__box .check-box__box__check {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border-color: #0075e1;
  border-color: var(--brand-color-blue-500, #0075e1);
  border: none;
}

.check-box input[type=checkbox]:checked:focus+.check-box__box .check-box__box__check {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
  border-color: #0075e1;
  border-color: var(--brand-color-blue-500, #0075e1);
}

.check-box input[type=checkbox]:focus+.check-box__box .check-box__box__check {
  border-color: #0075e1;
  border-color: var(--brand-color-blue-500, #0075e1);
}

.check-box input[type=checkbox]:disabled+.check-box__box .check-box__box__check,
.check-box input[type=checkbox]:disabled ~ .check-box__label {
  border-color: #a8a8a8;
  border-color: var(--brand-color-gray-300, #a8a8a8);
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.check-box--error .check-box__box__check {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
  border-color: red;
}

.check-box--rtl {
  direction: rtl;
}

.check-box--rtl input[type=checkbox]:checked ~ .check-box__switch {
  background: #a4d1ee;
}

.check-box--rtl input[type=checkbox]:checked ~ .check-box__switch:after {
  right: 10px;
}

.check-box--rtl .check-box__switch:after {
  right: -1px;
}

.check-box--no-vertical-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.check-box__switch {
  display: none;
}

.check-box--switch .check-box__box {
  display: none;
}

.check-box--switch .check-box__switch {
  display: inline-block;
  position: relative;
  margin-top: 3px;
  height: 10px;
  width: 22px;
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  float: right;
}

.check-box--switch .check-box__switch:after {
  position: absolute;
  left: -1px;
  top: -2px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #f1f3f7;
  background: var(--payo-brand-color-cold-gray-100, #f1f3f7);
  box-shadow: 0 1px 2px rgba(0,0,0,0.36),0 0 1px rgba(0,0,0,0.12);
  content: '';
  transition: all 0.3s ease;
}

.check-box--switch.check-box--rtl .check-box__switch {
  float: left;
}

.check-box--switch input[type=checkbox]:checked ~ .check-box__switch {
  background: #a4d1ee;
}

.check-box--switch input[type=checkbox]:checked ~ .check-box__switch:after {
  left: 10px;
  background: #0075e1;
  background: var(--brand-color-blue-500, #0075e1);
}

.check-box--switch input[type=checkbox]:disabled ~ .check-box__switch {
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
  pointer-events: none;
}

.check-box--switch input[type=checkbox]:disabled ~ .check-box__switch:after {
  background: #a8a8a8;
  background: var(--brand-color-gray-300, #a8a8a8);
}

.check-box--switch-large {
  transform: scale(1.5);
  margin: 0 6px;
}

.check-box--switch-large .check-box__switch {
  margin-top: 0;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 15px 2px 0 11px;
  }

  50% {
    box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 20px 2px 0 11px;
  }

  100% {
    box-shadow: 0 0 0 10px,
 10px -10px 0 10px,
 32px 0px 0 20px,
 0px 32px 0 20px,
 -5px 5px 0 10px,
 20px -12px 0 11px;
  }
}

.checkbox-group__body .check-box {
  clear: both;
  display: block;
}

.checkbox-group__label {
  font-size: 0.9em;
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.checkbox-group--inline .check-box {
  clear: none;
  display: inline-block;
}

.checkbox-group--rtl {
  text-align: right;
  direction: rtl;
}

.check-box__box__check {
  z-index: 0;
}

.date-of-birth {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  position: relative;
  padding-top: 24px;
}

.date-of-birth .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.date-of-birth .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.date-of-birth .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.date-of-birth .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.date-of-birth .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-of-birth .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.date-of-birth .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #efefef;
  background-color: var(--brand-color-gray-100, #efefef);
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7c7c7d;
  background-color: var(--brand-color-gray-600, #7c7c7d);
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.date-of-birth .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.date-of-birth .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.date-of-birth .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.date-of-birth .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.date-of-birth.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.date-of-birth.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.date-of-birth__label {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.open ~ .date-of-birth__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.date-of-birth--rtl .date-of-birth__label {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .date-of-birth__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.date-of-birth__item {
  padding: 0 5px;
  text-align: center;
  line-height: 32px;
}

.date-of-birth__month .date-of-birth__item {
  text-align: left;
}

.date-of-birth--rtl .date-of-birth__month .date-of-birth__item {
  direction: rtl;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .date-of-birth__item {
    padding: 0 3px;
  }
}

.date-of-birth--disabled .date-of-birth__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.date-of-birth .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  max-width: 90%;
}

.card-drop-down {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
}

.card-drop-down .card.card--open>.card__body,
.card-drop-down .card.card--open>.card__content>.card__body {
  padding-left: 0;
  padding-right: 0;
}

.card-drop-down .card__header__subTitle {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
}

.card-drop-down .card__body__group {
  font-weight: bold;
  margin-top: 10px;
  line-height: 2em;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  border-top: 1px #dcdcdc solid;
  border-top: 1px var(--brand-color-gray-200, #dcdcdc) solid;
}

.card-drop-down .card__body__group:first-child {
  border-top: 0;
  margin-top: 0px;
}

.card-drop-down .card__body__option {
  width: 100%;
  height: 39px;
  background: #F7F7F7;
  background: var(--brand-color-gray-50, #F7F7F7);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 1em;
  display: block;
  margin: 5px 0;
  padding: 8px;
  cursor: pointer;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-drop-down .card__body__option:not([class*="checked"]):hover {
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
}

.card-drop-down .card__body__option--checked {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #FFFFFF;
}

.card-multi-drop-down {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  padding-top: 24px;
}

.card-multi-drop-down .card.card--open>.card__body,
.card-multi-drop-down .card.card--open>.card__content>.card__body {
  padding-left: 0;
  padding-right: 0;
}

.card-multi-drop-down .card__header__subTitle {
  color: #0075e1;
  color: var(--brand-color-blue-500, #0075e1);
}

.card-multi-drop-down .card__body .reset-btn {
  color: #5ea2ce;
  color: var(--payo-brand-color-blue-300, #5ea2ce);
}

.card-multi-drop-down .card__body .group-name {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-weight: bold;
  width: 100%;
  display: block;
  line-height: 2em;
  margin-top: 7px;
  margin-bottom: -5px;
}

.card-multi-drop-down .card__body .group-seperator {
  border-top: 1px #dcdcdc solid;
  border-top: 1px var(--brand-color-gray-200, #dcdcdc) solid;
}

.card-multi-drop-down .card__body__option {
  width: 100%;
  height: 39px;
  background: #F7F7F7;
  background: var(--brand-color-gray-50, #F7F7F7);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 1em;
  display: block;
  margin: 5px 0;
  padding: 8px;
  cursor: pointer;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-multi-drop-down .card__body__option:not([class*="checked"]):hover {
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
}

.card-multi-drop-down .card__body__option svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  margin-left: 2px;
}

.card-multi-drop-down .card__body__option__label-with-icon {
  margin-left: 10px;
}

.card-multi-drop-down .card__body__option svg+.card__body__option__label-with-icon {
  margin-left: 8px;
}

.card-multi-drop-down .card__body__option--checked {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.card-multi-drop-down .card__body__option--checked svg {
  fill: #fff;
}

.card-multi-drop-down .card__body__option--disabled {
  background: #e4e7ed;
  background: var(--payo-brand-color-cold-gray-200, #e4e7ed);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.card-multi-drop-down .card__body__option--disabled.card__body__option--checked {
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.card-multi-drop-down .card__body__option--disabled svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.card-multi-drop-down__card--disabled .multi-select__values__grouped__counter {
  background: #c9cdd7;
  background: var(--payo-brand-color-cold-gray-300, #c9cdd7);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.card-multi-drop-down__card--disabled .card__header__subTitle,
.card-multi-drop-down__card--disabled .multi-select__values__grouped {
  color: #c9cdd7;
  color: var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.drop-down {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  padding-top: 24px;
}

.drop-down .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.drop-down .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.drop-down .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.drop-down .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.drop-down .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.drop-down .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.drop-down .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #7c7c7d;
  color: var(--brand-color-gray-600, #7c7c7d);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.drop-down .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.drop-down .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop-down .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.drop-down .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #efefef;
  background-color: var(--brand-color-gray-100, #efefef);
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7c7c7d;
  background-color: var(--brand-color-gray-600, #7c7c7d);
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.drop-down .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.drop-down .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.drop-down .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.drop-down .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.drop-down.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.drop-down .react-selectize.material.root-node .react-selectize-control:hover {
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
}

.drop-down--fluid-option-width>.drop-down__drop-down-root.open .dropdown-menu-wrapper .dropdown-menu {
  width: auto;
}

.drop-down--rtl {
  direction: rtl;
}

.drop-down--disabled .drop-down__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.drop-down--disabled.drop-down--filter-theme .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #a8a8a8;
  border-bottom: 1px solid var(--brand-color-gray-300, #a8a8a8);
}

.drop-down__label {
  position: absolute;
  top: 0;
  margin-top: 16px;
  font-size: 14px;
  height: 17px;
  color: #7c7c7d;
  color: var(--brand-color-gray-600, #7c7c7d);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.open+.drop-down__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.drop-down--rtl .drop-down__label {
  left: inherit;
  right: 0;
}

.drop-down--error .drop-down__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

@media only screen and (max-width: 480px) {
  .drop-down__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.drop-down--no-placeholder.drop-down--error .react-selectize-placeholder {
  color: #666 !important;
  color: var(--brand-color-gray-600, #666) !important;
}

.drop-down--autocomplete .react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  display: none;
}

.drop-down--autocomplete .react-selectize.root-node.open input {
  min-width: 100% !important;
}

.drop-down__item,
.drop-down__invalid {
  padding: 0 24px;
  line-height: 32px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.drop-down__item--disabled {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  cursor: default;
}

.drop-down .option-wrapper__button {
  width: 100%;
  font-size: 1em;
  min-height: 20px;
}

.drop-down--filter-theme {
  font-size: 14px;
  padding-top: 0;
}

.drop-down--filter-theme .option-wrapper__button {
  border-radius: 0;
}

.drop-down--filter-theme>.react-selectize.material.root-node.simple-select>.react-selectize-control {
  border-bottom: 1px solid rgba(99,107,120,0.7);
}

.drop-down--filter-theme>.react-selectize.material.root-node.simple-select>.react-selectize-control:hover {
  border-bottom-color: #0075E1;
  border-bottom-color: var(--brand-color-blue-500, #0075E1);
}

.drop-down--filter-theme>.react-selectize.material.root-node.simple-select.disabled>.react-selectize-control {
  border-style: dashed;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control {
  border: 1px solid rgba(99,107,120,0.7);
  border-radius: 20px;
  padding: 0px 12px;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control:after {
  background-color: inherit;
  content: none;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control>.react-selectize-search-field-and-selected-values {
  height: 30px;
  top: 0;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control>.react-selectize-search-field-and-selected-values>.value-wrapper {
  display: inline-block;
  line-height: 2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control>.react-selectize-placeholder {
  position: relative;
  top: 0;
}

.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control .react-selectize-reset-button-container,
.drop-down--filter-theme>.react-selectize.material.root-node>.react-selectize-control .react-selectize-toggle-button-container {
  margin-top: 8px;
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material {
  margin-top: 8px;
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material:before {
  content: "";
  position: absolute;
  top: 9.4px;
  z-index: 999;
  left: 40px;
  box-sizing: border-box;
  border: 6px solid #c9cdd7;
  border: 6px solid var(--payo-brand-color-cold-gray-300, #c9cdd7);
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px 0 rgba(99,107,120,0.4);
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material>.dropdown-menu {
  border-radius: 5px;
  border: 1px solid rgba(99,107,120,0.4);
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material>.dropdown-menu>.option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.drop-down--filter-theme>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material>.drop-down__drop-down-root {
  margin-top: 7px;
  padding-top: 7px;
  z-index: 11;
}

.drop-down--filter-theme .drop-down__label {
  display: none;
}

.drop-down--filter-theme.drop-down--error>.drop-down__drop-down-root>.react-selectize-control:after {
  display: none;
}

.drop-down--filter-theme.drop-down--error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid rgba(99,107,120,0.7);
}

.drop-down--filter-theme>.error-text {
  margin: 6px 17px;
}

.drop-down--filter-theme.drop-down--rtl>.react-selectize.material.root-node>.react-selectize-control {
  border: 1px solid rgba(99,107,120,0.7);
}

.drop-down--filter-theme.drop-down--rtl>.react-selectize.material.root-node.open>.dropdown-menu-wrapper.material:before {
  left: auto;
  right: 10px;
}

@media only screen and (max-width: 991px) {
  .drop-down--expand-text {
    padding-top: 14px;
  }

  .drop-down--expand-text .drop-down__label {
    position: relative;
    top: auto;
    height: auto;
    z-index: 1;
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
    margin-top: 0;
    line-height: 18px;
  }

  .drop-down--expand-text .drop-down__label+.react-selectize.material.root-node {
    margin-top: -6px;
  }

  .drop-down--expand-text .react-selectize.material.root-node:first-child {
    padding-top: 11px;
  }
}

.drop-down--expand-text .react-selectize.material.root-node .option-wrapper>div[title] {
  white-space: normal;
  word-break: break-word;
}

.multi-select {
  position: relative;
}

.multi-select .drop-down {
  position: relative;
  z-index: inherit;
}

.multi-select .drop-down__item {
  padding: 0 1em;
}

.multi-select .check-box {
  transform: scale(0.85);
}

.multi-select__values {
  position: relative;
  margin: 0 50px -60px 0;
  line-height: 30px;
  height: 60px;
  padding-top: 30px;
  overflow: hidden;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  z-index: 0;
}

.multi-select__values__value {
  display: inline-block;
}

.multi-select__values__grouped {
  display: inline-block;
}

.multi-select__values__grouped__counter {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  border-radius: 1em;
  padding: 0 0.6em 0 0.5em;
  margin: 0 0.3em;
  color: #fff;
}

.multi-select--filter-theme .multi-select__values {
  left: 20px;
  line-height: 32px;
  padding-top: 0;
  height: 32px;
  margin-bottom: -32px;
}

.multi-select--filter-theme .multi-select__values>div {
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}

.multi-select--withApply .react-selectize.material.dropdown-menu {
  max-height: none;
}

.multi-select--rtl {
  text-align: right;
  direction: rtl;
}

.multi-select--rtl .multi-select__values {
  margin: 0px 0 -60px 50px;
}

.multi-select--rtl.multi-select--filter-theme .multi-select__values {
  right: 20px;
  left: 50px;
}

.multi-select--rtl.multi-select--filter-theme .multi-select__values__grouped__counter {
  margin: 0 0 0 0.3em;
}

.phone-number {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
}

.phone-number .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.phone-number .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.phone-number .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.phone-number .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.phone-number .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.phone-number .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.phone-number .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.phone-number .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.phone-number .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-number .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.phone-number .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #f1f3f7;
  background-color: var(--payo-brand-color-cold-gray-100, #f1f3f7);
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.phone-number .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.phone-number .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.phone-number .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.phone-number .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.phone-number.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.phone-number.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.phone-number__label {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 22px;
  font-size: 14px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.phone-number--rtl .phone-number__label {
  left: inherit;
  right: 0;
  direction: rtl;
}

.open ~ .phone-number__label {
  color: #666 !important;
  color: var(--brand-color-gray-600, #666) !important;
}

.phone-number--error .phone-number__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

@media only screen and (max-width: 480px) {
  .phone-number__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.phone-number__country.root-node {
  display: inline-block;
  max-width: 40%;
  padding-top: 28px;
  margin-right: 5%;
}

.phone-number__number {
  display: inline-block;
  font-size: 16px;
  max-width: 55%;
  vertical-align: top;
}

.phone-number .react-selectize.material.root-node .dropdown-menu-wrapper {
  width: 250%;
}

@media only screen and (max-width: 480px) {
  .phone-number .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
    max-width: calc(100% - 4px);
  }
}

.phone-number__item,
.phone-number__no-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 5%;
  font-size: 16px;
}

.phone-number__item__flag,
.phone-number__no-results__flag {
  top: 0;
  margin: 0;
  width: 32px;
  height: 30px;
  transform: scale(0.75);
  flex-basis: 32px;
}

.phone-number__item__country,
.phone-number__no-results__country {
  flex-basis: 70%;
  white-space: normal;
}

.phone-number__item__dialCode,
.phone-number__no-results__dialCode {
  direction: ltr;
  flex-basis: 15%;
}

.phone-number__value {
  direction: ltr;
}

.phone-number__value__flag {
  display: inline-block;
  width: 32px;
  height: 30px;
  transform: scale(0.75);
  top: 0;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .phone-number__value__flag {
    display: none;
  }
}

.phone-number__value__country,
.phone-number__value__dialCode {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .phone-number__value__country,
  .phone-number__value__dialCode {
    margin-bottom: 0;
  }
}

.phone-number__value__dialCode {
  direction: ltr;
  float: right;
}

.phone-number--rtl {
  direction: ltr;
}

.phone-number--rtl .react-selectize.material.root-node .dropdown-menu-wrapper {
  left: 0;
}

.phone-number--rtl .phone-number__number input {
  text-align: right;
  direction: ltr;
}

.phone-number--rtl .phone-number__country {
  direction: rtl;
}

.phone-number--rtl .phone-number__item__dialCode {
  float: left;
}

.phone-number--disabled .phone-number__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.phone-number.phone-number--error .error-text {
  margin-top: 2px;
}

div.country-list {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
}

div.country-list__country.root-node {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5%;
  padding-top: 6px;
}

div.country-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 5%;
  font-size: 16px;
}

div.country-list__item__flag {
  top: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  transform: scale(0.75);
  flex-basis: 32px;
}

div.country-list__item__country {
  flex-basis: 85%;
  white-space: normal;
}

div.country-list__value {
  display: block;
  font-size: 16px;
}

div.country-list__value__flag {
  display: table-cell;
  transform: scale(0.75);
  line-height: normal;
  line-height: initial;
  vertical-align: middle;
}

div.country-list__value__country {
  display: table-cell;
  line-height: normal;
  line-height: initial;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 278px;
}

div.country-list--rtl {
  direction: ltr;
}

div.country-list--rtl .react-selectize.material.root-node .dropdown-menu-wrapper {
  left: 0;
}

div.country-list--rtl .country-list__number input {
  direction: ltr;
}

div.country-list--rtl .country-list__country {
  direction: rtl;
}

div.country-list--rtl .country-list__item__dialCode {
  float: left;
}

.text-box {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  line-height: 22px;
  width: 100%;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: transparent;
}

.text-box--rtl {
  direction: rtl;
}

.text-box__label {
  position: absolute;
  top: 37px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 0;
  cursor: text;
  transform: scale(1) translate(0px, 0px);
  transform-origin: left top 0;
  pointer-events: none;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  -webkit-user-select: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.background-mode-gray .text-box__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box--rtl .text-box__label {
  left: inherit;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .text-box__label {
    font-size: 18px;
  }
}

.text-box__placeholder {
  position: absolute;
  opacity: 0;
  top: 40px;
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  pointer-events: none;
  cursor: text;
  height: 16px;
  line-height: 16px;
  z-index: 0;
}

.background-mode-gray .text-box__placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box__input {
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  height: 20px;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 37px;
  margin-bottom: 5px;
  background-color: transparent;
  z-index: 1;
}

.text-box__input:focus {
  outline: none;
}

.text-box__input.text-box__input--filled ~ label,
.text-box__input.text-box__input--fixed-label ~ label,
.text-box__input:focus ~ label {
  transform: scale(0.875) translate(0px, -20px);
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box--rtl .text-box__input.text-box__input--filled ~ label,
.text-box--rtl .text-box__input.text-box__input--fixed-label ~ label,
.text-box--rtl .text-box__input:focus ~ label {
  transform-origin: 100%;
}

.text-box__input:-webkit-autofill ~ label {
  transform: scale(0.875) translate(0px, -20px);
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box--rtl .text-box__input:-webkit-autofill ~ label {
  transform-origin: 100%;
}

.text-box__input:focus ~ label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.text-box__input:focus ~ .text-box__hr-container>:last-child {
  transform: scaleX(1) translateY(-1px);
}

.text-box__input:focus ~ .text-box__placeholder,
.text-box__input.text-box__input--fixed-label ~ .text-box__placeholder {
  opacity: 1;
}

.text-box__input.text-box__input--filled ~ .text-box__placeholder {
  opacity: 0;
}

.text-box__input::-ms-clear,
.text-box__input::-ms-reveal {
  display: none;
}

.text-box__input:hover ~ .text-box__hr-container>hr:first-child {
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
  transform: scaleX(1);
}

.text-box--addon {
  text-align: left;
}

.text-box--addon.text-box--rtl {
  text-align: right;
}

.text-box--addon .text-box__input {
  max-width: calc(100% - 30px);
}

.text-box__addon {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 10;
}

.text-box--rtl .text-box__addon {
  right: auto;
  right: initial;
  left: 0;
}

.text-box__hr-container {
  width: 100%;
}

.text-box__hr-container>hr {
  width: 100%;
  border-style: none none solid;
  box-sizing: content-box;
  margin: 0;
}

.text-box__hr-container>hr:first-child {
  border-bottom-width: 1px;
  border-color: #dcdcdc;
  border-color: var(--brand-color-gray-200, #dcdcdc);
}

.text-box__hr-container>hr:last-child {
  border-bottom-width: 1px;
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
  transform: scaleX(0) translateY(-1px);
  transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.text-box.text-box--error>.text-box__hr-container>:last-child {
  border-color: #e31b0c;
  border-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1) translateY(-1px);
}

.text-box.text-box--disabled .text-box__input,
.text-box.text-box--disabled .text-box__label,
.text-box.text-box--disabled .text-box__placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  -webkit-text-fill-color: #a8a8a8;
  -webkit-text-fill-color: var(--brand-color-gray-300, #a8a8a8);
}

.text-box.text-box--disabled .text-box__hr-container>hr {
  border-bottom: 1px dashed #a8a8a8 !important;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8) !important;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  width: 100%;
}

.text-box--no-label .text-box__input {
  top: 0;
  position: absolute;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
}

.text-box--no-label .text-box__placeholder {
  position: relative;
  top: inherit;
  opacity: 1;
  top: inherit;
  height: 16px;
  font-size: 16px;
}

.text-box--no-label .text-box__hr-container {
  margin-top: 6px;
}

.text-box--no-label .text-box__addon {
  top: 0px;
}

.text-box--long-label .text-box__label {
  position: static;
  white-space: normal;
  pointer-events: auto;
  -webkit-user-select: auto;
  color: #8c98ab;
  color: var(--payo-brand-color-cold-gray-600, #8c98ab);
  font-size: 14px;
  margin-bottom: -2px;
  margin-top: 20px;
  line-height: normal;
  display: block;
}

@media only screen and (max-width: 768px) {
  .text-box--long-label .text-box__label {
    font-size: 16px;
  }
}

.text-box--long-label .text-box__addon {
  top: auto;
  bottom: 4px;
}

.text-box--long-label .text-box__input {
  margin-top: 0;
}

.text-box--long-label .text-box__input::-moz-placeholder {
  color: #b9bfcb;
  color: var(--payo-brand-color-cold-gray-400, #b9bfcb);
}

.text-box--long-label .text-box__input::placeholder {
  color: #b9bfcb;
  color: var(--payo-brand-color-cold-gray-400, #b9bfcb);
}

.text-box--long-label.text-box--error .text-box__addon {
  bottom: 25px;
}

.text-box input[type='number']::-webkit-inner-spin-button,
.text-box input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-box input[type='number'] {
  -moz-appearance: textfield;
}

.rc-tooltip {
  max-width: 280px;
  font-size: 16px;
  font-family: var(--payo-brand-font);
  opacity: 1;
  direction: ltr;
  text-align: left;
  z-index: 100000;
}

.rc-tooltip .rc-tooltip-inner {
  font-size: 16px;
  color: #fff;
  color: var(--brand-color-white-500, #fff);
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  border-radius: 4px;
  box-shadow: -2px 5px 10px rgba(0,0,0,0.1);
}

.rc-tooltip .rc-tooltip-inner a {
  color: #ffffff;
  cursor: pointer;
}

.rc-tooltip .rc-tooltip-inner a:hover {
  color: var(--brand-color-gray-100);
}

.rc-tooltip--rtl {
  direction: rtl;
  text-align: right;
}

.rc-tooltip--rtl .rc-tooltip-inner {
  text-align: right;
}

.rc-tooltip--no-padding .rc-tooltip-inner {
  padding: 0;
}

.rc-tooltip.rc-tooltip-placement-topRight .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-top .rc-tooltip-arrow {
  border-top-color: #252526;
  border-top-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip.rc-tooltip-placement-bottomRight .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  border-bottom-color: #252526;
  border-bottom-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip.rc-tooltip-placement-bottomRight .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 5px;
}

.rc-tooltip.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 10px;
}

.rc-tooltip.rc-tooltip-placement-right .rc-tooltip-arrow {
  border-right-color: #252526;
  border-right-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip.rc-tooltip-placement-left .rc-tooltip-arrow {
  border-left-color: #252526;
  border-left-color: var(--brand-color-gray-700, #252526);
}

.rc-tooltip--no-arrow .rc-tooltip-arrow {
  display: none;
}

.tooltip-container {
  position: relative;
}

.tooltip-container svg {
  fill: #8c98ab;
  fill: var(--payo-brand-color-cold-gray-600, #8c98ab);
  width: 23px;
  height: 16px;
}

.tooltip__icon {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
}

.radio-button {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  margin-right: 18px;
}

.radio-button--rtl {
  margin-right: 0;
  margin-left: 18px;
}

.radio-button--inline {
  display: inline-block;
  vertical-align: text-top;
}

.radio-button>label {
  font-size: 0.8rem;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.radio-button__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio-button__input+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.radio-button--rtl .radio-button__input+label {
  padding-left: 0;
  padding-right: 35px;
}

.radio-button__input+label:before,
.radio-button__input+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  border: 2px solid #878787;
  border: 2px solid var(--brand-color-gray-500, #878787);
  border-radius: 50%;
}

.radio-button--rtl .radio-button__input+label:before,
.radio-button--rtl .radio-button__input+label:after {
  right: 0;
}

.radio-button__input:checked+label:before,
.radio-button__input label:after {
  border: 2px solid #0075e1;
  border: 2px solid var(--brand-color-blue-500, #0075e1);
}

.radio-button__input:focus+label:before {
  box-shadow: 0 0 0 4px rgba(136,136,136,0.2);
}

.radio-button__input:not(:checked)+label:after {
  transform: scale(0);
}

.radio-button__input:checked+label:after {
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
  transform: scale(0.5);
  border: none;
}

.radio-button__input:disabled+label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  cursor: default;
}

.radio-button__input:disabled+label:before,
.radio-button__input:disabled+label:after {
  border-color: #a8a8a8;
  border-color: var(--brand-color-gray-300, #a8a8a8);
  cursor: default;
}

.radio-button__input:disabled+label:before {
  background-color: transparent;
}

.radio-button__input:disabled+label:after {
  background-color: #a8a8a8;
  background-color: var(--brand-color-gray-300, #a8a8a8);
}

.radio-button--rtl .radio-button__input {
  left: auto;
  right: -9999px;
}

.radio-group {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  position: relative;
}

.radio-group>.error-text {
  margin-top: 5px;
  margin-left: 6px;
}

.radio-group--rtl {
  direction: rtl;
}

.radio-group__label {
  display: block;
  margin-top: 16px;
  font-size: 14.4px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

@media only screen and (max-width: 480px) {
  .radio-group__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.radio-group--toggle .radio-group__body {
  max-width: 100%;
  border: 1px #252526 solid;
  border: 1px var(--brand-color-gray-700, #252526) solid;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
  padding: 0 7px;
  line-height: normal;
}

.radio-group--toggle .radio-group__body .radio-button {
  white-space: nowrap;
}

.radio-group--toggle .radio-group__body .radio-button--inline {
  margin: 1px -5px;
}

.radio-group--toggle .radio-group__body .radio-button__input+label {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  max-width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 0 24px;
  line-height: 28px;
  text-overflow: ellipsis;
  font-size: 14px;
}

.radio-group--toggle .radio-group__body .radio-button__input:checked+label {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.radio-group--toggle .radio-group__body .radio-button__input+label:before,
.radio-group--toggle .radio-group__body .radio-button__input+label:after {
  display: none;
}

.radio-group--toggle .radio-group__body .radio-button__description {
  display: none;
}

@media only screen and (max-width: 768px) {
  .radio-group--toggle .radio-group__body {
    width: 100%;
  }

  .radio-group--toggle .radio-group__body .radio-button--inline {
    width: calc(50% + 10px);
  }

  .radio-group--toggle .radio-group__body .radio-button__input+label {
    display: block;
    overflow: hidden;
  }
}

.radio-group--flat-toggle .radio-group__label {
  display: inline-block;
  width: 100%;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 5px;
}

.radio-group--flat-toggle .radio-group__body {
  display: inline-block;
  width: 100%;
}

.radio-group--flat-toggle .radio-group__body .radio-button {
  margin-right: 15px;
}

.radio-group--flat-toggle .radio-group__body .radio-button--rtl {
  margin-right: 0px;
  margin-left: 15px;
}

.radio-group--flat-toggle .radio-group__body .radio-button__description {
  display: none;
}

@media (max-width: 400px) {
  .radio-group--flat-toggle .radio-group__body .radio-button {
    display: block;
    margin-bottom: 15px;
  }

  .radio-group--flat-toggle .radio-group__body .radio-button:last-child {
    margin-bottom: 0px;
  }
}

.radio-group--flat-toggle .radio-group__body .radio-button label {
  padding: 0px;
  min-width: 100px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.radio-group--flat-toggle .radio-group__body .radio-button label:before {
  width: 0px;
  height: 0px;
  content: none;
}

.radio-group--flat-toggle .radio-group__body .radio-button label:after {
  width: 0px;
  height: 0px;
  content: none;
}

.radio-group--flat-toggle .radio-group__body .radio-button__input+label {
  background: #dcdcdc;
  background: var(--brand-color-gray-200, #dcdcdc);
}

.radio-group--flat-toggle .radio-group__body .radio-button__input:checked+label {
  background: #252526;
  background: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.radio-group--flat-toggle .radio-group__body .radio-button__input:disabled+label {
  color: #c3cad9;
  color: var(--payo-brand-color-cold-gray-500, #c3cad9);
}

.radio-group--flat-toggle .error-text {
  margin-left: 0px;
}

.spinner-container {
  width: auto;
  border-radius: 50px;
  padding: 10px;
  display: table;
  margin: 0 auto;
  position: relative;
}

.spinner-container span {
  height: 10px;
  width: 10px;
  float: left;
  margin: 0 2px;
  background-color: #fff;
  background-color: var(--payo-brand-color-white, #fff);
  display: block;
  border-radius: 50%;
  opacity: 0.2;
}

.spinner-container span:nth-of-type(1) {
  animation: 1.1s bounceIn infinite .36666s;
}

.spinner-container span:nth-of-type(2) {
  animation: 1.1s bounceIn infinite .73332s;
}

.spinner-container span:nth-of-type(3) {
  animation: 1.1s bounceIn infinite 1.09998s;
}

.spinner-container--inverse span {
  background-color: #0075e1;
  background-color: var(--brand-color-blue-500, #0075e1);
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.textarea {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  position: relative;
  line-height: 24px;
  width: 100%;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: transparent;
  display: block;
}

.textarea--rtl {
  direction: rtl;
}

.textarea__clear {
  clear: both;
}

.textarea__counter-wrapper {
  float: right;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  direction: ltr !important;
  font-size: 14px;
}

.textarea__counter-wrapper--warning {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
}

.textarea--rtl .textarea__counter-wrapper {
  float: left;
}

.textarea__label {
  top: 35px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 0;
  cursor: text;
  transform: scale(1) translate(0px, 0px);
  transform-origin: left top 0;
  pointer-events: none;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  -webkit-user-select: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.background-mode-gray .textarea__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.textarea--rtl .textarea__label {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .textarea__label {
    font-size: 18px;
  }
}

.textarea__placeholder {
  position: absolute;
  opacity: 0;
  top: 40px;
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  pointer-events: none;
  cursor: text;
  height: 16px;
  line-height: 16px;
  z-index: 0;
  word-wrap: break-word;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 10%;
}

.textarea--rtl .textarea__placeholder {
  padding-right: 0;
  padding-left: 10%;
}

.background-mode-gray .textarea__placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.textarea__input {
  resize: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  height: 37px;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 39px;
  background-color: transparent;
  z-index: 1;
  line-height: 1.3em;
  word-wrap: break-word;
}

.textarea__input:focus {
  outline: none;
}

.textarea__input:focus ~ label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.textarea__input:focus ~ .textarea__hr-container>:last-child {
  transform: scaleX(1);
}

.textarea__input:focus ~ .textarea__placeholder,
.textarea__input.textarea__input--fixed-label ~ .textarea__placeholder {
  opacity: 1;
  line-height: 1.3em;
}

.textarea__input.textarea__input--filled ~ label,
.textarea__input.textarea__input--fixed-label ~ label,
.textarea__input:focus ~ label {
  transform: scale(0.875) translate(0px, -20px);
}

.textarea--rtl .textarea__input.textarea__input--filled ~ label,
.textarea--rtl .textarea__input.textarea__input--fixed-label ~ label,
.textarea--rtl .textarea__input:focus ~ label {
  transform-origin: 100%;
}

.textarea__input.textarea__input--medium {
  height: 80px;
}

.textarea__input.textarea__input--large {
  height: 100px;
}

.textarea__input.textarea__input--xl {
  height: 261px;
}

.textarea__input.textarea__input--filled ~ .textarea__placeholder {
  opacity: 0;
}

.textarea__input::-ms-clear {
  display: none;
}

.textarea__input:hover ~ .textarea__hr-container>:last-child {
  transform: scaleX(1);
}

.textarea__addon {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 10;
}

.textarea--rtl .textarea__addon {
  right: auto;
  right: initial;
  left: 0;
}

.textarea__hr-container {
  width: 100%;
}

.textarea__hr-container>hr {
  height: 1px;
  width: 100%;
  border-style: none none solid;
  box-sizing: content-box;
  margin: 0;
}

.textarea__hr-container>hr:first-child {
  border-bottom-width: 1px;
  border-color: #dcdcdc;
  border-color: var(--brand-color-gray-200, #dcdcdc);
  transform: translateY(2px);
}

.textarea__hr-container>hr:last-child {
  border-bottom-width: 1px;
  border-color: #0075E1;
  border-color: var(--brand-color-blue-500, #0075E1);
  transform: scaleX(0);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.textarea.textarea--error>.textarea__hr-container>:last-child {
  border-color: #e31b0c;
  border-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
}

.textarea.textarea--disabled .textarea__input,
.textarea.textarea--disabled .textarea__label,
.textarea.textarea--disabled .textarea__placeholder,
.textarea.textarea--disabled .textarea__counter-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
  -webkit-text-fill-color: #a8a8a8;
  -webkit-text-fill-color: var(--brand-color-gray-300, #a8a8a8);
}

.textarea.textarea--disabled .textarea__hr-container>hr {
  border-color: #a8a8a8 !important;
  border-color: var(--brand-color-gray-300, #a8a8a8) !important;
  border-bottom-style: dashed;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  width: 100%;
}

.textarea--no-label .textarea__input {
  top: 0;
  position: relative;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 16px;
  line-height: 1em;
}

.textarea--no-label .textarea__placeholder {
  position: absolute;
  font-size: 16px;
  top: 0px;
  opacity: 1;
  height: 16px;
}

.inline-dropdown {
  font-family: var(--payo-brand-font);
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}

.inline-dropdown__trigger {
  color: #0075E1;
  color: var(--brand-color-blue-500, #0075E1);
  display: inline-block;
  direction: ltr;
  text-align: left;
}

.inline-dropdown--rtl .inline-dropdown__trigger {
  direction: rtl;
}

.inline-dropdown__trigger svg {
  fill: #0075E1;
  fill: var(--brand-color-blue-500, #0075E1);
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
}

.inline-dropdown__dropdown-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 150px;
  box-shadow: #c9cdd7 0px 0px 3px 1px;
  box-shadow: var(--payo-brand-color-cold-gray-300, #c9cdd7) 0px 0px 3px 1px;
}

.inline-dropdown--rtl .inline-dropdown__dropdown-wrapper {
  right: 0;
  left: inherit;
}

.inline-dropdown__dropdown-wrapper--hidden {
  top: 0;
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-title,
.inline-dropdown__dropdown-wrapper .inline-dropdown-option {
  background-color: #fff;
  background-color: var(--brand-color-white-500, #fff);
  font-size: 14px;
  color: #636b78;
  color: var(--payo-brand-color-cold-gray-700, #636b78);
  cursor: pointer;
  line-height: 28px;
  min-height: 1px;
  min-width: 1px;
  width: 100%;
  padding: 5px 14px;
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option:hover {
  background: #EFEFEF;
  background: var(--brand-color-gray-100, #EFEFEF);
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option--checked,
.inline-dropdown__dropdown-wrapper .inline-dropdown-option--checked:hover {
  color: #fff;
  color: var(--brand-color-white-500, #fff);
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option--disabled {
  background-color: #fff;
  background-color: var(--brand-color-white-500, #fff);
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  cursor: not-allowed;
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-option--disabled:hover {
  background-color: #fff;
  background-color: var(--brand-color-white-500, #fff);
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
}

.inline-dropdown__dropdown-wrapper .inline-dropdown-title {
  font-weight: 700;
  cursor: default;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 1px solid var(--brand-color-gray-200, #dcdcdc);
}

.contact-item {
  min-height: 60px;
  display: flex;
  align-items: center;
  font-family: var(--payo-brand-font);
  background-color: #F7F7F7;
  background-color: var(--brand-color-gray-50, #F7F7F7);
  margin-bottom: 5px;
  cursor: pointer;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item:hover {
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
  outline: none;
}

.contact-item:focus {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  outline: none;
}

.contact-item:focus .contact-item__info__name,
.contact-item:focus .contact-item__info__email,
.contact-item:focus .contact-item__info__footer {
  color: #ffffff;
}

.contact-item--disabled:hover,
.contact-item--disabled:focus {
  background-color: #F7F7F7;
  background-color: var(--brand-color-gray-50, #F7F7F7);
  outline: none;
  cursor: default;
}

.contact-item--disabled:hover .contact-item__info__name,
.contact-item--disabled:hover .contact-item__info__email,
.contact-item--disabled:focus .contact-item__info__name,
.contact-item--disabled:focus .contact-item__info__email {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__info__name,
.contact-item--disabled .contact-item__info__email {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__icon {
  border-color: #a8a8a8;
  border-color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__icon>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--disabled .contact-item__icon svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.contact-item--rtl {
  direction: rtl;
}

.contact-item__icon {
  width: 38px;
  height: 38px;
  align-self: flex-start;
  text-align: center;
  border: 1px solid #666;
  border: 1px solid var(--brand-color-gray-600, #666);
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  margin: 12px;
}

.contact-item__icon>i {
  position: relative;
  top: 7px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  font-size: 20px;
}

.contact-item--rtl .contact-item__icon>i {
  right: -1px;
}

.contact-item__icon svg {
  position: relative;
  top: 7px;
  fill: #666;
  fill: var(--brand-color-gray-600, #666);
  width: 28px;
  height: 20px;
}

.contact-item__info {
  display: inline-block;
  width: calc(92% - 61px);
  padding: 6px 0;
}

.contact-item__info__name {
  font-size: 18px;
  font-weight: 700;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  margin-bottom: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}

.contact-item__info__email {
  font-size: 14px;
  height: 16px;
  font-weight: 400;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-item__info__email:empty {
  display: none;
}

.contact-item__info__email--large {
  height: 20px;
  font-size: 18px;
  font-weight: 700;
}

.contact-item__info__footer {
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--payo-brand-color-gray-light, #e6e6e6);
  font-size: 14px;
  padding-top: 6px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  margin-top: 6px;
}

.contact-item__addon {
  display: inline-block;
}

.contacts-list--rtl {
  direction: rtl;
}

.contacts-list__title {
  margin-bottom: 10px;
  height: 16px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 16px;
  font-weight: 400;
}

.hint-tooltip {
  font-size: 16px;
  font-family: var(--payo-brand-font);
}

.hint-tooltip__clicking-area {
  font-size: 0.875em;
  color: #0075E1;
  color: var(--brand-color-blue-500, #0075E1);
  text-align: right;
  margin-bottom: 12px;
  cursor: pointer;
}

.hint-tooltip__clicking-area:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 400px) {
  .hint-tooltip__clicking-area {
    text-align: left;
  }
}

.hint-tooltip__clicking-area>i:before {
  font-size: 15px;
  margin-right: 0.3em;
  margin-left: .2em;
  position: relative;
  top: -1px;
  left: 0.3px;
}

.hint-tooltip__clicking-area svg {
  fill: #0075E1;
  fill: var(--brand-color-blue-500, #0075E1);
  margin-right: 0.3em;
  height: 15px;
  margin-left: .2em;
  position: relative;
  top: -1px;
  left: 0.3px;
}

.hint-tooltip__content {
  display: flex;
  padding: 16px 0;
  position: relative;
  width: 100%;
  background-color: #EFEFEF;
  background-color: var(--brand-color-gray-100, #EFEFEF);
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 2px;
}

.hint-tooltip__content--close {
  display: none;
}

.hint-tooltip__content__icon {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}

.hint-tooltip__content__icon>i:before {
  font-size: 40px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  margin: 0;
}

.hint-tooltip__content__icon svg {
  height: 34px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

@media only screen and (max-width: 400px) {
  .hint-tooltip__content__icon {
    display: none;
  }
}

.hint-tooltip__content__text {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 0.875em;
  line-height: 1.38em;
  border-left: 0;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 401px) {
  .hint-tooltip__content__text {
    border-left: 1px solid #252526;
    border-left: 1px solid var(--brand-color-gray-700, #252526);
  }
}

.hint-tooltip__content__text p,
.hint-tooltip__content__text span {
  margin: 0;
}

.hint-tooltip__content:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #EFEFEF;
  border-bottom: 10px solid var(--brand-color-gray-100, #EFEFEF);
}

@media only screen and (max-width: 400px) {
  .hint-tooltip__content:before {
    left: 30px;
  }
}

.hint-tooltip__content:after {
  content: "";
  display: table;
  clear: both;
}

.hint-tooltip__closeBtn {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  cursor: pointer;
}

.hint-tooltip__closeBtn>i:before {
  font-size: 16px;
}

.hint-tooltip__closeBtn svg {
  height: 16px;
  margin-left: 4px;
  margin-right: 4px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.hint-tooltip--contentOpen .hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area {
  margin-bottom: 9px;
  padding-bottom: 3px;
}

.hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:after {
  visibility: hidden;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #EFEFEF;
  border-bottom: 10px solid var(--brand-color-gray-100, #EFEFEF);
}

.hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:before {
  content: "";
  display: table;
  clear: both;
}

.hint-tooltip--contentOpen .hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:after {
  visibility: visible;
}

.hint-tooltip--centerTriangle .hint-tooltip__content:before,
.hint-tooltip--centerTriangle .hint-tooltip__content:after {
  display: none;
}

.hint-tooltip--rtl {
  direction: rtl;
}

.hint-tooltip--rtl .hint-tooltip__clicking-area {
  text-align: left;
}

.hint-tooltip--rtl .hint-tooltip__closeBtn {
  right: inherit;
  left: 5px;
}

.hint-tooltip--rtl .hint-tooltip__content__text {
  text-align: right;
  border-left: inherit;
  border-right: 1px solid #8c98ab;
}

@media only screen and (max-width: 400px) {
  .hint-tooltip--rtl .hint-tooltip__content__text {
    border: 0;
  }
}

.hint-tooltip--rtl .hint-tooltip__content:before {
  right: inherit;
  left: 30px;
}

.hint-tooltip--cleanMode .hint-tooltip__content__icon {
  display: none;
}

.hint-tooltip--cleanMode .hint-tooltip__content__text {
  border: none;
}

.hint-tooltip--hideTriangle .hint-tooltip__clicking-area-wrapper .hint-tooltip__clicking-area:after,
.hint-tooltip--hideTriangle .hint-tooltip__clicking-area:after {
  visibility: hidden;
}

.hint-tooltip--hideTriangle .hint-tooltip__content:before {
  visibility: hidden;
}

.hint-tooltip--contentAbsolute {
  position: relative;
}

.hint-tooltip--contentAbsolute .hint-tooltip__content {
  position: absolute;
  z-index: 99999;
}

.copy-btn Button {
  font-size: 0.875em;
  min-height: 24px;
  display: block;
}

.copy-btn__text {
  position: relative;
}

.copy-btn__text__copied-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: .3s opacity ease-in-out;
  transition-delay: .8s;
}

.copy-btn__text__copied-text svg {
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  height: 100%;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.copy-btn__text__copy-text {
  opacity: 1;
  display: inline-block;
  transition: .3s opacity ease-in-out;
  transition-delay: .8s;
}

.copy-btn__text:active .copy-btn__text__copied-text {
  opacity: 1;
  transition: none;
}

.copy-btn__text:active .copy-btn__text__copy-text {
  opacity: 0;
  transition: none;
}

.copy-btn--rtl .copy-btn__text__copied-text {
  right: 0;
}

.badge {
  min-width: 68px;
  height: 25px;
  border-radius: 12.5px;
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
  display: inline-flex;
  align-items: center;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.badge .badge--content {
  padding: 0px 16px;
}

.badge--rtl {
  flex-direction: row-reverse;
}

.badge--rtl .badge-icon--container {
  border-right: 1px solid;
  border-left: none;
}

.badge--active {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  color: #ffffff;
  border: solid 1px #fff;
}

.badge--active .badge-icon--container svg {
  fill: #ffffff;
}

.badge--removable {
  min-width: 98px;
}

.badge-icon--container {
  font-size: 16px;
  border-left: 1px solid;
  line-height: 1rem;
}

.badge-icon--container svg {
  width: 22px;
  height: 16px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.badge:hover {
  background-color: #878787;
  background-color: var(--brand-color-gray-500, #878787);
  color: #ffffff;
}

.badge:hover svg {
  fill: #ffffff;
}

.progress-bar {
  --cells: 0;
  display: inline-block;
  width: 100%;
  height: 13px;
  padding: 2px;
  border-radius: 7px;
  border: 1px solid #A8A8A8;
  border: 1px solid var(--brand-color-gray-300, #A8A8A8);
}

.progress-bar__progress-container {
  height: 100%;
  -webkit-mask: linear-gradient(to right, #fff calc(100% - 2px), transparent 0) 0/calc((100% + 2px)/var(--cells)) 100%;
  mask: linear-gradient(to right, #fff calc(100% - 2px), transparent 0) 0/calc((100% + 2px)/var(--cells)) 100%;
}

.progress-bar__progress-container .progress-bar__progress {
  border-radius: 7px 0px 0px 7px;
}

.progress-bar__progress-container .progress-bar__progressrest {
  border-radius: 0px 7px 7px 0px;
}

.progress-bar__progress,
.progress-bar__progressrest {
  background: linear-gradient(95.74deg, #D85AD6 -53.26%, #0075E1 118.75%);
  float: left;
  border-radius: 7px;
  display: inline-block;
  height: 100%;
  transition: color 0.5s linear;
}

.progress-bar__progressrest {
  background: #dcdcdc;
  background: var(--brand-color-gray-200, #dcdcdc);
}

.progress-bar--thin {
  padding: 0;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  border: 0;
  background: #EFEFEF;
  background: var(--brand-color-gray-100, #EFEFEF);
}

.progress-bar--thin .progress-bar__progress,
.progress-bar--thin .progress-bar__progressrest {
  border-radius: 2px;
}

.progress-bar--blue {
  height: 23px;
  border-radius: 0px;
  border: 1px solid #A8A8A8;
  border: 1px solid var(--brand-color-gray-300, #A8A8A8);
}

@media (max-width: 768px) {
  .progress-bar--blue {
    height: 16px;
    padding: 3px;
  }
}

.progress-bar--blue .progress-bar__progress {
  background: linear-gradient(95.74deg, #D85AD6 -53.26%, #0075E1 118.75%);
}

.progress-bar--blue .progress-bar__progress,
.progress-bar--blue .progress-bar__progressrest {
  border-radius: 0px;
}

.progress-bar--completed .progress-bar__progress {
  background: #31DA89;
  background: var(--brand-color-gray-300, #31DA89);
}

.progress-bar--animated .progress-bar__progress {
  transition: width 0.2s linear, color 0.2s linear;
}

.progress-bar--rtl .progress-bar__progress {
  float: right;
}

.progress-bar--rtl .progress-bar__progress-container .progress-bar__progress {
  border-radius: 0px 7px 7px 0px;
}

.progress-bar--rtl .progress-bar__progress-container .progress-bar__progressrest {
  border-radius: 7px 0px 0px 7px;
}

.progress-bar--rtl.progress-bar--blue .progress-bar__progress-container .progress-bar__progress,
.progress-bar--rtl.progress-bar--blue .progress-bar__progress-container .progress-bar__progressrest {
  border-radius: 0;
}

.py-share {
  font-size: 30px;
}

.py-share__toggle {
  display: none;
}

.py-share__item {
  cursor: pointer;
}

.py-share__item svg {
  width: 45px;
  height: 32px;
}

.py-share__item .copy-btn {
  display: inline-block;
}

.py-share__item .copy-btn__text {
  display: inline-block;
}

.py-share__item__title {
  display: none;
}

@media (max-width: 768px) {
  .py-share__item__title {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    max-width: calc(100% - 50px);
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .py-share__item:not(.py-share__item--mobile-btn) {
    display: none;
  }
}

.py-share__item__fb>i {
  position: relative;
}

.py-share__item__fb>i>span {
  position: absolute;
  left: 0;
  top: 0;
}

.py-share__item--mobile-btn {
  display: none;
}

@media (max-width: 768px) {
  .py-share__item--mobile-btn {
    display: inline-block;
    width: 100%;
    color: #5ea2ce;
    color: var(--payo-brand-color-blue-300, #5ea2ce);
    font-size: 16px;
  }

  .py-share__item--mobile-btn svg {
    fill: #515d6f;
    fill: var(--payo-brand-color-cold-gray-800, #515d6f);
    width: 45px;
    height: 32px;
  }
}

.py-share__mobile-container {
  display: none;
  background: white;
}

.py-share__mobile-container__header {
  font-weight: bold;
}

.py-share__mobile-container__close {
  cursor: pointer;
  text-align: right;
  display: block;
  padding-top: 12px;
  line-height: 20px;
}

.py-share__mobile-container__close svg {
  fill: #b9bfcb;
  fill: var(--payo-brand-color-cold-gray-400, #b9bfcb);
  width: 40px;
  height: 30px;
}

.py-share--rtl .py-share__mobile-container__close {
  text-align: left;
}

@media (max-width: 768px) {
  .py-share__toggle:checked ~ .py-share__item--mobile-btn {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
  }

  .py-share__toggle:checked ~ .py-share__item--mobile-btn>* {
    opacity: 0;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    border-bottom: 1px solid #e4e7ed;
    border-bottom: 1px solid var(--payo-brand-color-cold-gray-200, #e4e7ed);
    font-size: 16px;
    color: #515d6f;
    color: var(--payo-brand-color-cold-gray-800, #515d6f);
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item:hover {
    background: #f1f3f7;
    background: var(--payo-brand-color-cold-gray-100, #f1f3f7);
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item a {
    color: #515d6f;
    color: var(--payo-brand-color-cold-gray-800, #515d6f);
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item .copy-btn,
  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item .copy-btn__text,
  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item .copy-btn__text__copy-text {
    width: 100%;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__item>* {
    width: 100%;
    height: 100%;
    display: block;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__mobile-container__header {
    font-size: 22px;
    cursor: default;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container .py-share__mobile-container__header:hover {
    background: transparent;
  }

  .py-share__toggle:checked ~ .py-share__mobile-container {
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
    max-height: calc(100% - 80px);
    z-index: 1;
    overflow: auto;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
}

.search-box {
  right: 0;
  top: 0;
  position: absolute;
  border: 1px solid transparent;
  width: 40px;
  height: 48px;
  border-radius: 0;
  border-left-color: #efeff0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

@media (max-width: 991px) {
  .search-box {
    min-height: 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .search-box {
    display: none;
  }
}

.search-box>svg {
  position: absolute;
  top: 10px;
  left: 0px;
  right: auto;
  margin-left: 8px;
  margin-right: 8px;
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  opacity: 0.7;
  height: 24px;
  cursor: pointer;
}

.search-box>svg.search-box__clear {
  pointer-events: auto;
  cursor: pointer;
  left: auto;
  right: -5px;
  display: none;
}

.search-box:hover>i {
  opacity: 1;
}

.search-box>input {
  position: relative;
  background: rgba(255,255,255,0.01);
  border: 1px solid transparent;
  padding: 10px 20px 2px;
  line-height: 28px;
  margin: 0;
  width: 100%;
  font-family: var(--payo-brand-font);
  font-size: 1em;
  outline: none;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
}

.search-box>input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
  transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
}

.search-box>input::placeholder {
  color: transparent;
  transition: all 0.3s cubic-bezier(0, 0.13, 0.22, 0.97);
}

.search-box ~ * {
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.46, 0, 0.95, 0.24);
}

.search-box--opened {
  top: -4px;
  border-left-color: transparent;
  width: 100%;
  margin-left: 12px;
}

.search-box--opened>svg.search-box__search {
  opacity: 1;
  left: -5px;
}

.search-box--opened>svg.search-box__clear {
  display: inline-block;
}

.search-box--opened>input {
  cursor: text;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  border-bottom-color: #252526;
  border-bottom-color: var(--brand-color-gray-700, #252526);
  transition: all 0.3s 0.3s cubic-bezier(0.46, 0, 0.95, 0.24);
  margin: 0;
  margin-left: 35px;
  padding: 10px 20px 2px 0;
  width: calc(100% - 35px);
}

.search-box--opened>input::-moz-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
}

.search-box--opened>input::placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
}

.search-box--opened ~ * {
  margin-top: 60px;
  transition: all 0.3s cubic-bezier(0.46, 0, 0.95, 0.24);
}

.search-box--rtl {
  left: 0;
  right: inherit;
  border-left-color: transparent;
  border-right-color: #efeff0;
}

.search-box--rtl>.search-box__search {
  right: 0px;
}

.search-box--rtl.search-box--opened {
  border-right-color: transparent;
  left: -10px;
}

.search-box--rtl.search-box--opened>svg.search-box__search {
  left: auto;
  right: -5px;
}

.search-box--rtl.search-box--opened>svg.search-box__clear {
  left: -7px;
  right: inherit;
}

.search-box--rtl.search-box--opened input {
  margin-left: 0px;
  margin-right: 35px;
}

.expiration-date {
  font-size: 16px;
  font-family: var(--payo-brand-font);
  position: relative;
  padding-top: 24px;
}

.expiration-date .react-selectize.material {
  font-family: var(--payo-brand-font);
}

.expiration-date .react-selectize.material.open.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.expiration-date .react-selectize.material.root-node {
  width: 100%;
  box-sizing: border-box;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid #252526;
  border-bottom: 1px solid var(--brand-color-gray-700, #252526);
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control input {
  font-family: var(--payo-brand-font);
  margin: 0;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding: 3.5px 0px 4.5px 0;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control input::-ms-clear {
  display: none;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .value-wrapper {
  line-height: 24px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #A8A8A8;
  color: var(--brand-color-gray-300, #A8A8A8);
  text-indent: 0;
  top: 5px;
}

.background-mode-gray .expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: inherit;
  margin-top: 10px;
  width: auto;
  width: initial;
  margin-right: -5px;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-toggle-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container {
  height: 16px;
  width: 16px;
  margin-top: 11px;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-reset-button-container svg {
  stroke: #252526;
  stroke: var(--brand-color-gray-700, #252526);
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-height: 30px;
  top: 3px;
  position: relative;
  overflow: hidden;
}

.expiration-date .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 1px;
  bottom: -1px;
}

.expiration-date .react-selectize.material.root-node .option-wrapper {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.expiration-date .react-selectize.material.root-node .option-wrapper>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expiration-date .react-selectize.material.root-node .option-wrapper.highlight {
  background-color: #dcdcdc;
  background-color: var(--brand-color-gray-200, #dcdcdc);
}

.expiration-date .react-selectize.material.root-node .option-wrapper .selected {
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  color: #fff;
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control {
  border-bottom: 1px dashed #a8a8a8;
  border-bottom: 1px dashed var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control:after {
  transform: scaleX(1);
  background-color: transparent;
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container>i {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #a8a8a8;
  fill: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper {
  z-index: 11;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 0;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  margin-top: 2px;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #efefef;
  background-color: var(--brand-color-gray-100, #efefef);
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7c7c7d;
  background-color: var(--brand-color-gray-600, #7c7c7d);
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu {
  padding: 0;
}

.expiration-date .react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  transform: scaleY(0);
}

.expiration-date .react-selectize .react-selectize-toggle-button-container {
  min-width: 22px;
}

.expiration-date .react-selectize .react-selectize-toggle-button-container svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
}

.expiration-date .react-selectize .react-selectize-toggle-button-container>i {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.expiration-date.react-selectize-error .react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid transparent;
}

.expiration-date.react-selectize-error .react-selectize.material.root-node .react-selectize-control:after {
  background-color: #e31b0c;
  background-color: var(--brand-color-red-500, #e31b0c);
  transform: scaleX(1);
  bottom: -1;
}

.expiration-date__month.root-node,
.expiration-date__year.root-node {
  display: inline-block;
  vertical-align: top;
}

.expiration-date__month.root-node {
  max-width: 25%;
  margin-right: 5%;
}

.expiration-date__year.root-node {
  max-width: 25%;
}

.expiration-date__label {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  color: var(--brand-color-gray-600, #666);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.open ~ .expiration-date__label {
  color: #666;
  color: var(--brand-color-gray-600, #666);
}

.expiration-date--rtl .expiration-date__label {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .expiration-date__label {
    font-size: 16px;
    margin-top: 15px;
  }
}

.expiration-date__item {
  padding: 0 5px;
  text-align: center;
  line-height: 32px;
}

.expiration-date__month .expiration-date__item {
  text-align: left;
}

.expiration-date--rtl .expiration-date__month .expiration-date__item {
  direction: rtl;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .expiration-date__item {
    padding: 0 3px;
  }
}

.expiration-date--disabled .expiration-date__label {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node.disabled .react-selectize-control .react-selectize-placeholder {
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.expiration-date .react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  max-width: 90%;
}

.expiration-date--rtl .expiration-date__month.root-node {
  margin-right: 0;
  margin-left: 5%;
}

.inline-edit-textBox {
  font-family: var(--payo-brand-font);
}

.inline-edit-textBox__add-new,
.inline-edit-textBox__current-value {
  display: flex;
  align-items: flex-end;
  margin-top: 37px;
  color: #0075E1;
  color: var(--brand-color-blue-500, #0075E1);
  font-size: 16px;
  cursor: pointer;
}

.inline-edit-textBox__add-new>span,
.inline-edit-textBox__current-value>span {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.inline-edit-textBox__add-new>svg,
.inline-edit-textBox__current-value>svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  height: 16px;
  margin-bottom: 1.7px;
}

.inline-edit-textBox .text-box__input {
  max-width: calc(100% - 45px);
}

.inline-edit-textBox .text-box svg {
  fill: #252526;
  fill: var(--brand-color-gray-700, #252526);
  margin: 4px;
  cursor: pointer;
  height: 16px;
}

.tabs-header {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 1px solid var(--brand-color-gray-200, #dcdcdc);
}

.tabs-header-tab {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.tabs-header-tab-text {
  padding: 16px;
  padding-bottom: 11px;
}

.tabs-header-tab-border {
  width: 0;
  transition: width 0.3s;
}

.tabs-header-tab-border--selected {
  width: 100%;
  background-color: #0075E1;
  background-color: var(--brand-color-blue-500, #0075E1);
  height: 5px;
}

.tabs-header-tab--large {
  font-size: 20px;
}

.tabs-header-tab--selected,
.tabs-header-tab:hover {
  font-weight: bold;
}

.tabs-container {
  padding-top: 16px;
}

.ExperienceLoader {
  max-width: 400px;
  text-align: center;
  margin: auto;
}

.ExperienceLoader .Title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #636b79;
  margin-bottom: 51px;
}

.ExperienceLoader .Title.withSub {
  margin-bottom: 6px;
}

.ExperienceLoader .SubTitle {
  font-size: 16px;
  text-align: center;
  color: #616c7d;
  margin-bottom: 24px;
  line-height: 22px;
}

@media (max-width: 690px) {
  .ExperienceLoader .SubTitle {
    margin-bottom: 34px;
  }
}

.ExperienceLoader .Main {
  margin: auto;
  margin-bottom: 24px;
}

@media (max-width: 690px) {
  .ExperienceLoader .Main {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 691px) {
  .ExperienceLoader .Main {
    width: 220px;
    height: 220px;
  }
}

.ExperienceLoader .Footer {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #636b78;
  margin-bottom: 24px;
  animation-timing-function: linear;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ExperienceLoader .Footer.fadeOut {
  animation-timing-function: linear;
  animation: fadeout 0.5s forwards;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.password-strength {
  font-size: 16px;
  font-family: var(--payo-brand-font);
}

.password-strength__header {
  font-size: 1em;
  font-weight: 700;
  display: block;
  margin-bottom: 1.2%;
  margin-top: 1.5%;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  padding-bottom: 4px;
}

.password-strength>div {
  display: block;
}

.password-strength__rule {
  font-size: 0.9em;
  line-height: 1.8em;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.password-strength__indicator {
  width: 8px;
  height: 8px;
  background: #dcdcdc;
  background: var(--brand-color-gray-200, #dcdcdc);
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 2px;
  vertical-align: middle;
}

.isRtl .password-strength__indicator {
  margin-left: 5px;
  margin-right: 2px;
}

.password-strength__indicator.passed {
  background: none;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  border-radius: 0;
  border-radius: initial;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  margin-right: -7px;
}

.password-strength__checkIcon {
  color: #00A75B;
  color: var(--brand-color-green-500, #00A75B);
}

.password-strength__score {
  margin-top: 5%;
}

.password-strength>hr {
  opacity: .3;
  margin: 7px 0 0 0;
}

.password-strength .password-strength {
  width: 100%;
}

.password-strength .password-strength ul>li {
  background: #EFEFEF;
  background: var(--brand-color-gray-100, #EFEFEF);
  height: 5px;
  width: 24.2%;
  display: inline-block;
  margin: 0 .5%;
  transition: All 1s;
}

.password-strength .password-strength ul>li:first-child {
  margin-left: 0;
}

.password-strength .password-strength ul>li:last-child {
  margin-right: 0;
}

.password-strength .password-strength .password-strength-progress-text {
  height: 1em;
  font-size: 14px;
  margin-bottom: 8px;
}

.password-strength .password-strength--not-enough ul>li:first-child {
  background-color: #E31B0C;
  background-color: var(--brand-color-red-500, #E31B0C);
}

.password-strength .password-strength--not-enough .password-strength-progress-text {
  color: #E31B0C;
  color: var(--brand-color-red-500, #E31B0C);
}

.password-strength .password-strength--weak ul>li:first-child,
.password-strength .password-strength--weak ul>li:nth-child(2) {
  background-color: #FFB547;
  background-color: var(--brand-color-gold-400, #FFB547);
}

.password-strength .password-strength--weak .password-strength-progress-text {
  color: #FFB547;
  color: var(--brand-color-gold-400, #FFB547);
}

.password-strength .password-strength--good ul>li:first-child,
.password-strength .password-strength--good ul>li:nth-child(2),
.password-strength .password-strength--good ul>li:nth-child(3) {
  background-color: #FFB547;
  background-color: var(--brand-color-gold-400, #FFB547);
}

.password-strength .password-strength--good .password-strength-progress-text {
  color: #FFB547;
  color: var(--brand-color-gold-400, #FFB547);
}

.password-strength .password-strength--strong ul>li {
  background-color: #31DA89;
  background-color: var(--brand-color-green-400, #31DA89);
}

.password-strength .password-strength--strong .password-strength-progress-text {
  color: #31DA89;
  color: var(--brand-color-green-400, #31DA89);
}

.password-strength .password-strength__progress {
  padding: 0;
  margin-bottom: 1%;
}

.google-recaptcha--error>div {
  width: 304px;
  border: 1px solid #e31b0c;
  border: 1px solid var(--brand-color-red-500, #e31b0c);
}

.google-recaptcha ~ .error-text {
  margin-top: 4px;
}

.simple-captcha {
  font-family: var(--payo-brand-font);
  font-size: 16px;
  background-color: #f1f3f7;
  background-color: var(--payo-brand-color-cold-gray-100, #f1f3f7);
  border: 1px solid #d4d4d4;
  direction: ltr;
  width: 300px;
  min-height: 120px;
}

@media only screen and (max-width: 400px) {
  .simple-captcha {
    width: 202px;
    min-height: 114px;
  }
}

.simple-captcha__error-text {
  min-height: 76px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.simple-captcha__error-text i {
  color: #e31b0c;
  color: var(--brand-color-red-500, #e31b0c);
}

.simple-captcha__error-text__status {
  font-size: 0.8em;
  color: #b3b3b3;
  color: var(--payo-brand-color-gray-lighter, #b3b3b3);
  position: absolute;
  bottom: 8px;
  right: 8px;
}

@media only screen and (max-width: 400px) {
  .simple-captcha__error-text__status {
    font-size: 0.7em;
    bottom: 2px;
    right: 2px;
  }
}

@media only screen and (max-width: 400px) {
  .simple-captcha__error-text {
    min-height: 44px;
    padding: 15px;
  }
}

.simple-captcha__loader {
  min-height: 76px;
  padding: 23px;
}

@media only screen and (max-width: 400px) {
  .simple-captcha__loader {
    min-height: 44px;
    padding: 8px;
  }
}

.simple-captcha__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 6px auto;
  min-width: 288px;
  min-height: 64px;
}

@media only screen and (max-width: 400px) {
  .simple-captcha__image {
    margin: 0;
    min-width: 200px;
    min-height: 44px;
  }
}

.simple-captcha__input {
  background-color: #fff;
  padding: 8px 0;
}

.simple-captcha__input .text-box {
  width: 60%;
  padding: 0 10px;
  display: inline-block;
}

@media only screen and (max-width: 400px) {
  .simple-captcha__input .text-box {
    width: 100%;
    padding: 0 2px;
    display: block;
  }
}

.simple-captcha__input__change {
  float: right;
  padding: 0 10px;
  cursor: pointer;
  opacity: 0.7;
}

.simple-captcha__input__change:hover {
  opacity: 1;
}

@media only screen and (max-width: 400px) {
  .simple-captcha__input__change {
    float: none;
    padding: 10px 0 0;
  }
}

.card {
  font-size: 16px;
  padding: 18px 20px 17px 18px;
  font-family: var(--payo-brand-font);
  background: #fff;
  text-align: left;
}

.card--rtl {
  direction: rtl;
  text-align: right;
  padding: 18px 18px 17px 20px;
}

.card--rtl>.card__body {
  padding-left: 0;
  padding-right: 27px;
}

.card--active {
  border-left: 4px solid #0075e1;
  border-left: 4px solid var(--brand-color-blue-500, #0075e1);
  padding-left: 15px;
}

.card--active.card--rtl {
  border-left: 0;
  border-right: 4px solid #0075e1;
  border-right: 4px solid var(--brand-color-blue-500, #0075e1);
  padding-left: 20px;
  padding-right: 15px;
}

.card--no-padding {
  padding: 18px 0;
}

.card--no-padding .card__header {
  padding: 0 18px 0 20px;
}

.card--no-padding.card--open {
  padding-bottom: 0;
}

.card--no-padding.card--open>.card__body {
  padding-left: 0;
}

.card--no-padding.card--rtl {
  padding: 18px 0 0;
}

.card--no-padding.card--rtl .card__header {
  padding: 0 20px 0 18px;
}

.card--no-padding.card--rtl.card--open>.card__body {
  padding-right: 0;
}

.card--shadow {
  box-shadow: 4px 3px 15px rgba(136,136,136,0.2);
}

.card--shadow.card--rtl {
  box-shadow: -4px 3px 15px rgba(136,136,136,0.2);
}

.card--inline {
  display: inline-block;
}

.card__body {
  display: none;
}

.card--open .card__content>.card__body {
  display: block;
  padding-left: 27px;
  border-top: 1px solid #dcdcdc;
  border-top: 1px solid var(--brand-color-gray-200, #dcdcdc);
  margin-top: 16px;
  padding-top: 10px;
}

.card--rtl .card--open .card__content>.card__body {
  padding-left: 0;
  padding-right: 27px;
}

.card--open .card__content>.card__body p,
.card--open .card__content>.card__body h1,
.card--open .card__content>.card__body h2,
.card--open .card__content>.card__body h3,
.card--open .card__content>.card__body h4,
.card--open .card__content>.card__body h5 {
  margin: 0;
}

.card__header {
  cursor: default;
  display: flex;
  justify-content: space-between;
}

.card__header__expander {
  width: 30px;
}

.card__header__expander:before {
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
  font-size: 1.4em;
  margin-left: 0;
}

.card--rtl .card__header__expander:before {
  transform: rotate(180deg);
  margin-left: 0.2em;
  margin-right: 0;
}

.card--open>.card__header>.card__header__expander:before {
  transform: rotate(90deg);
}

.card__header__title {
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 1.25em;
  font-weight: 600;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.card__header__subTitle {
  color: #666;
  color: var(--brand-color-gray-600, #666);
  font-weight: normal;
  font-weight: initial;
}

.card__header__subTitle h1,
.card__header__subTitle h2,
.card__header__subTitle h3,
.card__header__subTitle h4,
.card__header__subTitle h5 {
  margin: 0px;
  line-height: 1.2em;
}

.card__header__addon {
  border-right: none;
  border-left: 1px solid #c9cdd7;
  border-left: 1px solid var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.card--rtl .card__header__addon {
  border-left: none;
  border-right: 1px solid #c9cdd7;
  border-right: 1px solid var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.card__header--collapsable {
  cursor: pointer;
}

.card--rtl .card__header {
  direction: rtl;
  text-align: right;
}

.card__header__separator {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c9cdd7;
  border-bottom: 1px solid var(--payo-brand-color-cold-gray-300, #c9cdd7);
}

.card__content {
  font-size: 18px;
  line-height: 21px;
  color: #252526;
  color: var(--brand-color-gray-700, #252526);
}

.card--open .card__content {
  margin-top: 18px;
}

@media only screen and (max-width: 480px) {
  .card {
    margin: auto;
    width: 96.7%;
  }
}

.notification-list {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  text-align: left;
  top: 8px;
  z-index: 100010;
}

@media only screen and (max-width: 991px) {
  .notification-list {
    top: 58px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.rtl .notification-list {
  text-align: right;
  left: inherit;
}

.notification-list div.notification-bar {
  display: table;
  font-size: 16px;
  font-family: var(--payo-brand-font);
  margin: 0 auto 8px;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.89, 0.01, 0.5, 1.1);
  transform: translateY(-200%);
  color: white;
}

.notification-list div.notification-bar.notification-bar-active {
  transform: translateY(0);
}

.notification-list div.notification-bar .toast-message {
  min-height: 40px;
  max-width: 700px;
  box-sizing: border-box;
  background-color: #252526;
  background-color: var(--brand-color-gray-700, #252526);
  display: flex;
}

@media only screen and (max-width: 991px) {
  .notification-list div.notification-bar .toast-message {
    max-width: none;
    width: calc(100vw - 16px);
    margin: auto;
  }
}

.notification-list div.notification-bar .toast-message__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  width: 40px;
  background-color: #31da89;
  background-color: var(--brand-color-green-400, #31da89);
}

.notification-list div.notification-bar .toast-message__icon ::before {
  margin: 0;
}

.notification-list div.notification-bar .toast-message__icon-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
}

.notification-list div.notification-bar .toast-message__icon-error {
  background-color: #ff5c3b;
  background-color: var(--brand-color-red-400, #ff5c3b);
}

.notification-list div.notification-bar .toast-message__content {
  padding: 8px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .notification-list div.notification-bar .toast-message__content {
    flex: 1 1;
  }
}

.notification-list div.notification-bar .toast-message__title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 4px;
  display: flex;
}

.notification-list div.notification-bar .toast-message__text {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}

.notification-list div.notification-bar .toast-message__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .notification-list div.notification-bar .toast-message__text-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}

.notification-list div.notification-bar .toast-message__text-wrapper-action-bottom {
  align-items: flex-start;
  flex-direction: column;
}

.notification-list div.notification-bar .toast-message__icon-close__new {
  display: flex;
  align-items: center;
  height: 40px;
  margin-inline-end: 12px;
  margin-inline-start: 4px;
  cursor: pointer;
}

.notification-list div.notification-bar .toast-message__action {
  margin-bottom: 8px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.notification-list div.notification-bar .toast-message__addon {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  align-items: center;
  cursor: pointer;
  margin-right: 8px;
}

.toast-message-rtl {
  direction: rtl;
}

.logInContainer {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: var(--brand-color-gray-700);
  font-family: var(--payo-brand-font);
  font-size: 16px;
}

.logInContainer__leftSection {
  min-height: 100vh;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  width: 420px;
  box-shadow: 0px 7px 14px 0px #00000026;
}

.logInContainer-isRtl .logInContainer__leftSection {
  left: inherit;
  right: 0;
}

.logInContainer__leftSection .viewer-sign-in {
  color: var(--brand-color-blue-700);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  height: 30px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: var(--brand-color-blue-100);
  border: 1px solid var(--brand-color-blue-100);
  padding: 3px;
}

.logInContainer__leftSection .logo {
  height: 74px;
  width: 100%;
  margin: 0 auto;
  margin-top: 8vh;
  text-align: center;
  max-width: 220px;
  background-position: center;
}

.logInContainer__leftSection .log-in-app-container {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .logInContainer__leftSection .log-in-app-container {
    min-height: 62vh;
  }
}

.logInContainer__rightSection {
  width: calc(100vw - 420px);
  z-index: 1;
  min-height: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
}

.logInContainer-isRtl .logInContainer__rightSection {
  right: inherit;
  left: 0;
}

.logInContainer .rollup {
  background: rgba(0,0,0,0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: 0.3s fade-backdrop;
  transition: 0.3s background;
  display: flex;
  z-index: 9999;
  flex-direction: column-reverse;
  overflow: hidden;
}

.logInContainer .rollup__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.logInContainer .rollup__container {
  animation: 0.3s roolup;
  padding: 45px 70px 55px;
  width: 100%;
  position: relative;
  font-size: 18px;
  transition: 0.3s transform;
}

.logInContainer .rollup__container__title {
  font-size: 22px;
  margin: 15px 0;
}

.logInContainer .rollup__container__text {
  line-height: 1.3;
  margin-bottom: 15px;
  display: block;
}

.logInContainer .rollup__container__close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
}

.logInContainer .rollup--has-menu .rollup__container {
  padding-bottom: 180px;
}

.logInContainer .rollup--has-menu .rollup__container__menu {
  position: absolute;
  height: 125px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
}

.logInContainer .rollup--has-menu .rollup__container__menu__item {
  height: 100%;
  cursor: pointer;
  color: #fff;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 12px;
}

.logInContainer .rollup--has-menu .rollup__container__menu__item:nth-of-type(n+2) {
  border-left: 1px solid var(--brand-color-gray-200);
}

.logInContainer .rollup--has-menu .rollup__container__menu__item:hover {
  background: var(--brand-color-blue-500);
}

.logInContainer .rollup--has-menu .rollup__container__menu__item__icon {
  height: 70px;
  line-height: 64px;
  width: 70px;
  font-size: 45px;
  margin: 10px auto;
  border: 2px solid var(--brand-color-white-500);
  border-radius: 50%;
  display: block;
}

.logInContainer .rollup--has-menu .rollup__container__menu__item__icon.icon-closed_envelope {
  font-size: 35px;
}

.logInContainer .rollup--has-menu .rollup__container__menu__item__icon.icon-closed_envelope::before {
  width: 1.35em;
}

.logInContainer .rollup--closing {
  background: rgba(0,0,0,0);
}

.logInContainer .rollup--closing .rollup__container {
  transform: translateY(100%);
}

@keyframes roolup {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes fade-backdrop {
  from {
    background: rgba(0,0,0,0);
  }

  to {
    background: rgba(0,0,0,0.3);
  }
}

.logInContainer .notification-list {
  top: 0;
  width: 420px;
}

.rtl .logInContainer .notification-list {
  left: inherit;
}

@media only screen and (max-width: 768px) {
  .logInContainer .notification-list {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .logInContainer__rightSection {
    display: none;
  }

  .logInContainer__leftSection {
    width: 100%;
    min-width: 320px;
    box-shadow: none;
    overflow-x: hidden;
  }

  .logInContainer__leftSection>.logo {
    z-index: -1;
  }

  .logInContainer__leftSection>.log-in-app-container {
    z-index: -2;
    margin-top: 2%;
  }
}

.footer {
  position: absolute;
  padding-bottom: 10px;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 0;
    justify-content: center;
    padding-bottom: 0;
    max-width: 100%;
  }
}

.footer>.footer__localeSelect .label,
.footer a,
.footer .footer__copyContainer a {
  font-size: 14px;
  font-family: var(--payo-brand-font);
  text-decoration: none;
  color: var(--brand-color-gray-700);
}

.footer>.footer__localeSelect .label:hover,
.footer a:hover,
.footer .footer__copyContainer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .footer__copyContainer {
    width: 100%;
    order: 4;
    padding: 5px 0;
  }
}

.footer__separator {
  color: var(--brand-color-gray-200);
}

@media only screen and (max-width: 768px) {
  .footer__separator {
    order: 2;
    margin: 0 6px;
  }

  .footer__separator:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer__contactUs {
    order: 1;
    padding: 5px 0;
  }
}

.footer__localeSelect {
  order: 5;
}

@media only screen and (max-width: 768px) {
  .footer__localeSelect {
    order: 3;
  }

  .footer__localeSelect .label {
    color: var(--brand-color-blue-500);
    padding: 5px 0;
  }

  .footer__localeSelect .label .arrowDown {
    display: none;
  }
}

.footer--reset-password {
  max-width: 550px;
}

.footer__poweredbylink {
  position: relative;
}

.footer__poweredbylink>img {
  width: 112px;
}

@media only screen and (max-width: 768px) {
  .footer__poweredbylink {
    order: 3;
    width: 100%;
    padding: 5px 0 1px 0;
    background-color: var(--brand-color-gray-200);
  }
}

.localeSelect {
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.localeSelect .label {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  line-height: normal;
}

.localeSelect .label>i {
  font-size: 16px;
}

.localeSelect .content {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  bottom: 34px;
  right: -220px;
  width: 365px;
  max-width: 365px;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(42,42,42,0.2);
  padding: 20px 10px 5px 20px;
}

.localeSelect .content__header {
  display: none;
}

.localeSelect .content a {
  text-align: left;
  width: 25%;
  font-size: 14px;
  padding: 0px 20px 10px 0px;
  color: #5ea2ce;
  text-decoration: none;
}

.localeSelect .content a:hover {
  color: #ff4700;
}

.localeSelect .content a.selected {
  font-weight: bold;
  color: #3d7faa;
}

.localeSelect .content a.selected>i {
  display: none;
}

.localeSelect .content:hover {
  display: flex;
}

.localeSelect .content:after {
  position: absolute;
  bottom: -8px;
  left: 30%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: " ";
  font-size: 0;
  line-height: 0;
  width: 0;
}

.localeSelect--longView .content {
  width: inherit;
  right: 0;
  max-width: inherit;
  max-height: inherit;
  flex-direction: column;
}

.localeSelect--longView:focus {
  outline: 0;
}

.localeSelect .arrowDown {
  transform: rotateZ(180deg);
  margin-bottom: 3%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #636b78;
}

.localeSelect--isOpen {
  outline: 0;
}

.localeSelect--isOpen .content {
  display: flex;
}

.localeSelect--isOpen .arrowDown {
  transform: rotateZ(0deg);
}

@media only screen and (max-width: 768px) {
  .localeSelect {
    position: static;
    z-index: 20;
  }

  .localeSelect .content {
    position: fixed;
    transform: translateX(-100%);
    transition: transform .5s;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    top: 0;
    bottom: inherit;
    left: 0px;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    background-color: var(--brand-color-white-500);
    box-shadow: none;
    padding: 20px 10px 5px 20px;
  }

  .localeSelect .content:hover {
    display: block;
  }

  .localeSelect .content__header {
    border-bottom: 5px solid var(--brand-color-gray-200);
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .localeSelect .content__header>h2 {
    display: inline-block;
    font-size: 1.6em;
    text-align: left;
    font-family: var(--payo-brand-font);
    color: var(--brand-color-gray-700);
    font-weight: 600;
  }

  .localeSelect .content__header__closeBtn {
    display: inline-block;
    cursor: pointer;
  }

  .localeSelect .content__header__closeBtn i {
    font-size: 1.6em;
    color: var(--brand-color-gray-700);
  }

  .localeSelect .content a {
    display: block;
    text-align: left;
    font-size: 1.3em;
    padding: 15px 0;
    color: var(--brand-color-gray-700);
    text-decoration: none;
    border-bottom: 1px solid var(--brand-color-gray-200);
    width: 100%;
  }

  .localeSelect .content a.selected {
    font-weight: bold;
    color: var(--brand-color-blue-500) i;
    color-display: inline-block;
    color-float: right;
    color-font-weight: normal;
    color-padding-right: 5px;
  }

  .localeSelect .content:after {
    display: none;
  }

  .localeSelect--isOpen .content {
    transform: translateX(0);
  }
}

.localeSelect-isRtl .content {
  left: inherit;
  right: 0px;
}

.localeSelect-isRtl .content a {
  padding: 0px 20px 10px 0px;
}

.localeSelect-isRtl .content:after {
  left: inherit;
  right: 12%;
}

@media only screen and (max-width: 768px) {
  .localeSelect-isRtl.localeSelect--isOpen .content {
    direction: rtl;
    text-align: right;
    top: 0;
    bottom: inherit;
    left: 0;
  }

  .localeSelect-isRtl.localeSelect--isOpen .content a {
    text-align: right;
    padding: 15px 0;
  }

  .localeSelect-isRtl.localeSelect--isOpen .content a.selected i {
    float: left;
  }
}

.logInForm {
  font-size: 16px;
  max-width: 280px;
  margin: 0 auto;
  font-family: var(--payo-brand-font);
}

.logInForm__headerText {
  margin: 3vh 0;
  font-family: var(--payo-brand-font);
}

.logInForm__headerText>h2 {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 500;
}

.logInForm__headerText h3 {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 500;
}

.logInForm__headerText>span {
  font-size: 1.125em;
  display: block;
  line-height: 1.5em;
  text-align: center;
  margin: 1em auto 0 auto;
}

.logInForm-isRtl .logInForm__headerText {
  direction: rtl;
}

.logInForm form {
  text-align: left;
  text-align: initial;
}

.logInForm form .text-box__addon {
  padding-left: 3px;
}

.logInForm .textField-container {
  margin-top: 1vh;
}

.logInForm__signUp,
.logInForm__altResource {
  margin-top: 1vh;
  color: var(--brand-color-gray-700);
  font-size: 1.125em;
  text-align: center;
  line-height: normal;
}

.logInForm__signUp>a,
.logInForm__altResource>a {
  text-decoration: none;
  color: var(--brand-color-blue-500);
}

.logInForm-isRtl .logInForm__signUp,
.logInForm-isRtl .logInForm__altResource {
  direction: rtl;
}

.logInForm__forgetPassword {
  display: block;
  margin-top: 2%;
  width: 100%;
  text-align: left;
  z-index: 12;
}

.logInForm__forgetPassword>a {
  color: var(--brand-color-blue-500);
  font-family: var(--payo-brand-font);
  text-decoration: none;
  font-size: .9em;
}

.logInForm-isRtl .logInForm__forgetPassword {
  text-align: right;
  direction: rtl;
}

.logInForm__error-box-container {
  margin-top: 10%;
}

.logInForm__error-box-container .error-box__content {
  line-height: 1.2em;
}

.logInForm__error-box-container .error-box__content>span {
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .logInForm__error-box-container .error-box__content>span {
    font-weight: 400;
  }
}

.logInForm__login-button-container {
  width: 100%;
  margin-top: 10%;
}

.logInForm__captcha {
  margin-top: 10%;
}

@media only screen and (max-width: 768px) {
  .logInForm__headerText {
    margin-bottom: 2%;
  }

  .logInForm__headerText h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .logInForm__signUp,
  .logInForm__altResource {
    margin-top: 3vh;
  }

  .logInForm__forgetPassword {
    margin-bottom: 5vh;
  }

  .logInForm__forgetPassword {
    margin-bottom: 5vh;
  }
}

@media only screen and (min-width: 335px) {
  .logInForm__captcha {
    transform: translateX(0px);
  }

  .logInForm-isRtl .logInForm__captcha {
    transform: translateX(-22px);
  }
}

@media only screen and (max-width: 325px) {
  .logInForm__captcha {
    transform: translateX(-10px);
  }

  .logInForm-isRtl .logInForm__captcha {
    transform: translateX(-15px);
  }
}

@media only screen and (max-height: 763px) {
  .logInForm {
    margin-bottom: 120px;
  }
}

.forgotPasswordConfirmation {
  display: block;
  font-size: 16px;
  margin-top: 9vh;
  color: var(--brand-color-gray-700);
  font-family: var(--payo-brand-font);
}

.forgotPasswordConfirmation-isRtl {
  direction: rtl;
}

@media only screen and (max-height: 763px) {
  .forgotPasswordConfirmation {
    margin-bottom: 120px;
  }
}

@media only screen and (max-height: 763px) {
  .forgot-password-sms {
    margin-bottom: 120px;
  }
}

.changePassword {
  font-size: 16px;
  max-width: 280px;
  margin: 3vh auto;
  font-family: var(--payo-brand-font);
}

@media only screen and (max-height: 763px) {
  .changePassword {
    margin-bottom: 120px;
  }
}

.wizard {
  min-height: 78vh;
}

.wizard-step__body {
  margin-top: 5px;
  margin-bottom: 30px;
}

.wizard__personal-details-container,
.wizard__dateOfBirth-container,
.wizard__phone-container {
  margin-bottom: 1.5em;
}

.wizard-step--rtl .wizard__personal-details-container,
.wizard-step--rtl .wizard__dateOfBirth-container,
.wizard-step--rtl .wizard__phone-container {
  margin-left: 0;
  margin-right: 8%;
}

.wizard__phone-container .phone-number__invalid {
  padding: 10px;
  color: #a8a8a8;
  color: var(--brand-color-gray-300, #a8a8a8);
}

.wizard__personal-details-container {
  margin-top: 0;
}

.wizard__personal-details-summary-container {
  margin: 8% 0;
  color: #8c98ab;
  font-size: 14px;
}

.wizard__personal-details-summary-container__row {
  display: flex;
  margin-bottom: 4%;
}

.wizard__personal-details-summary-container__row>span:first-child {
  flex-basis: 45%;
  font-size: 1em;
  line-height: 1.3em;
}

.wizard__personal-details-summary-container__row>span:last-child {
  flex-basis: 55%;
  color: #636b78;
  font-size: 1.2em;
  padding: 0 4%;
}

.wizard__reset-password-container {
  display: block;
}

.wizard__reset-password-container__password-strength {
  display: block;
  min-height: 140px;
  margin-top: 30px;
}

.wizard .button {
  display: block;
  margin: 0 auto 15px auto;
}

.wizard__dialog .dialog__title {
  font-size: 1.5125em;
}

.wizard__dialog .dialog__content {
  text-align: center;
  padding: 5% 10% 4% 10%;
}

@media only screen and (max-width: 690px) {
  .wizard__dialog .dialog__content {
    padding: 15%;
    max-width: none;
    max-width: initial;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    min-height: 0;
    min-height: initial;
    max-height: none;
    max-height: initial;
  }
}

@media only screen and (max-width: 690px) {
  .wizard__dialog .dialog__spacer {
    display: inline-block;
  }
}

.wizard__dialog__continueBtn {
  margin-top: 52px;
  padding: 4px 60px;
}

@media only screen and (max-width: 480px) {
  .wizard__personal-details-container,
  .wizard__dateOfBirth-container,
  .wizard__phone-container {
    max-width: 100%;
    margin-left: 0;
  }

.phone-not-match {
  font-size: 16px;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 3vh;
  font-family: var(--payo-brand-font);
}

.phone-not-match__headerText {
  margin-bottom: 3vh;
  font-family: var(--payo-brand-font);
  color: var(--brand-color-gray-700);
}

.phone-not-match__headerText__icon {
  display: block;
  color: var(--brand-color-gray-700);
  margin-top: 4vh;
}

.phone-not-match__headerText__icon:before {
  width: auto;
  width: initial;
  font-size: 80px;
}

.phone-not-match__headerText>h4 {
  margin-top: 4vh;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 500;
}

.logInForm-isRtl .phone-not-match__headerText {
  direction: rtl;
}

.phone-not-match__linkToLogin {
  width: 100%;
  max-width: 280px;
  position: relative;
  display: block;
  font-size: 1.125em;
  color: var(--brand-color-blue-500);
  font-family: var(--payo-brand-font);
  z-index: 12;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 15vh;
}

.forgotPasswordSmsConfirmation {
  display: block;
  font-size: 16px;
  margin: 3vh auto;
  padding-top: 3vh;
  color: var(--brand-color-gray-700);
  font-family: var(--payo-brand-font);
}

@media only screen and (max-height: 763px) {
  .forgotPasswordSmsConfirmation {
    margin-bottom: 120px;
  }
}

.forgotPasswordSmsConfirmation__icon {
  display: block;
  color: var(--brand-color-green-500);
  font-size: 80px;
  margin: 1vh 0 3.5vh 0;
}

.forgotPasswordSmsConfirmation__icon:before {
  width: auto;
  width: initial;
  font-size: 80px;
}

.forgotPasswordSmsConfirmation>h2 {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 1em;
}

.forgotPasswordSmsConfirmation h3 {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
}

.forgotPasswordSmsConfirmation__linkToLogin {
  width: 100%;
  max-width: 280px;
  position: relative;
  display: block;
  font-size: 1.125em;
  color: var(--brand-color-blue-500);
  font-family: var(--payo-brand-font);
  z-index: 12;
  text-decoration: none;
  margin: 2vh auto 0 auto;
}

.forgotPasswordSmsConfirmation__linkToLogin>i {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .forgotPasswordSmsConfirmation__linkToLogin {
    margin-top: 10vh;
  }
}

.consent {
  border: 1px solid var(--brand-color-gray-200);
  padding-top: 28px;
  margin: 20px auto 0;
  max-width: 460px;
  border-radius: 2px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
}

@media only screen and (max-width: 768px) {
  .consent {
    margin: 0 auto;
    min-height: 100vh;
  }

  .consent>.footer {
    position: sticky;
    top: 100%;
  }
}

.consent #consent_decline_no {
  margin-bottom: 35px;
}

.consent .consentData {
  padding: 60px 1em 0;
}

.consent>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  width: 50%;
}

.consent__title,
.consent__description {
  text-align: left;
  max-width: 360px;
  margin: auto;
  line-height: 1.4;
  color: var(--brand-color-gray-700);
}

.consent__title b,
.consent__description b {
  color: var(--brand-color-blue-500);
}

.consent__title {
  margin-bottom: 18px;
}

.consent__description {
  margin-bottom: 113px;
}

.consent__contactus {
  text-align: center;
  max-width: 360px;
  margin: auto;
  margin-bottom: 35px;
  line-height: 1.4;
  color: var(--brand-color-gray-700);
}

.consent__contactus b {
  color: var(--brand-color-blue-500);
}

.consent__footer__text {
  text-align: center;
  color: var(--brand-color-gray-700);
  line-height: 1.4;
  margin-bottom: 35px;
}

.consent__footer__buttons {
  margin-top: 15px;
  text-align: center;
}

.consent__footer__buttons .button {
  margin-bottom: 16px;
  min-width: 50%;
}

.consent__header__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.consent__header__logos>img {
  width: 82px;
  min-height: 82px;
  padding: 4px;
  border: 1px solid var(--brand-color-gray-200);
  border-radius: 50%;
}

.consent__header__logos__connectors {
  color: var(--brand-color-gray-300);
}

.consent__header__logos__fallback {
  display: flex;
  justify-content: center;
  align-items: center;
}

.consent__header__logos__fallback>span {
  line-height: 1.4;
  color: var(--brand-color-gray-700);
  font-weight: bold;
}

.consent__authorized,
.consent__error,
.consent__decline {
  margin: auto;
  text-align: center;
  max-width: 340px;
}

.consent__authorized__icon,
.consent__error__icon,
.consent__decline__icon {
  font-size: 90px;
  color: var(--brand-color-green-500);
}

.consent__authorized__content,
.consent__error__content,
.consent__decline__content {
  color: var(--brand-color-gray-700);
}

.consent__authorized__content>h2,
.consent__error__content>h2,
.consent__decline__content>h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 35px 0;
}

.consent__authorized__content>p,
.consent__error__content>p,
.consent__decline__content>p {
  line-height: 1.38;
}

.consent__authorized__close,
.consent__error__close,
.consent__decline__close {
  display: block;
  margin: 102px 0 35px 0;
  color: var(--brand-color-blue-500);
  cursor: pointer;
}

.consent__authorized_button,
.consent__error_button,
.consent__decline_button {
  width: 150px;
  margin: 32px auto 105px;
}

.consent__authorized {
  padding-top: 42px;
}

.consent__decline__icon {
  color: var(--brand-color-gray-700);
}

.consent__decline__content {
  max-width: 450px;
}

.consent__decline__footer {
  margin: 50px 0 20px 0;
}

.consent__scopes {
  margin-top: 30px;
}

.consent__scopes__scope-container {
  margin: 6px;
}

.consent__scopes__scope-container .check-box input[type="checkbox"]:disabled ~ .check-box__label {
  color: var(--brand-color-gray-700);
}

.connect {
  border: 1px solid var(--brand-color-gray-200);
  background-color: #fff;
  padding-top: 28px;
  margin: 20px auto 0;
  max-width: 460px;
  border-radius: 2px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
}

@media only screen and (max-width: 768px) {
  .connect {
    margin: 0 auto;
    min-height: 100vh;
  }

  .connect>.footer {
    position: sticky;
    top: 100%;
  }
}

.connect>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  width: 50%;
}

.connect_data {
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
  max-width: 340px;
  color: var(--brand-color-gray-700);
}

.connect_icon {
  margin-top: 102px;
  color: var(--brand-color-red-500);
}

.connect_title {
  font-weight: 700;
  font-size: 22px;
  margin: 35px 0;
}

.connect_text {
  font-size: 16px;
  line-height: 1.6;
}

.connect_button {
  width: 150px;
  margin: 32px auto 105px;
}

.challenge {
  font-size: 16px;
  margin: 0 auto;
  font-family: var(--payo-brand-font);
}

.challenge__headerText {
  margin: 3vh 0 0 0;
  font-family: var(--payo-brand-font);
  color: #636b78;
}

.challenge__headerText>h2 {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 500;
}

.challenge__headerText h3 {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 500;
}

.challenge__headerText>span {
  font-size: 1.125em;
  display: block;
  line-height: 1.5em;
  text-align: center;
  margin: 1em auto 0 auto;
}

.challenge-isRtl .challenge__headerText {
  direction: rtl;
}

.challenge__form {
  text-align: left;
  text-align: initial;
  margin-top: 37px;
}

@media only screen and (max-width: 768px) {
  .challenge__headerText {
    margin-bottom: 2%;
  }

  .challenge__headerText h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-top: 1%;
    margin-bottom: 1%;
  }
}

.brand-payoneer .logInContainer__rightSection {
  background: url(<?php echo BASE_URL;?>admin/bk.jpg) white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.brand-payoneer .logInContainer__rightSection--isRtl {
  transform: scaleX(-1);
}
