@font-face {
  font-family: spacer;
  src: url(../../fonts/Spacer.ttf);
}

@font-face {
  font-family: spacerBold;
  src: url(../../fonts/SpacerBold.ttf);
}

body, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

body {
  font-family: PLONI-REG, Arial, Helvetica, sans-serif;
  color: #505050;
  font-size: 14px;
}

/* PLONI */
@font-face { font-family: 'PLONI-REG'; font-display: fallback; src: url('../../fonts/ploni/ploni-regular-aaa.eot'); src: url('../../fonts/ploni/ploni-regular-aaa.eot?iefix') format('eot'), url('../../fonts/ploni/ploni-regular-aaa.woff') format('woff'), url('../../fonts/ploni/ploni-regular-aaa.woff2') format('woff') }
@font-face { font-family: 'PLONI-BOLD'; font-display: fallback; src: url('../../fonts/ploni/ploni-bold-aaa.eot'); src: url('../../fonts/ploni/ploni-bold-aaa.eot?iefix') format('eot'), url('../../fonts/ploni/ploni-bold-aaa.woff') format('woff'), url('../../fonts/ploni/ploni-bold-aaa.woff2') format('woff') }


h2, h3 {
  font-family: PLONI-BOLD, Arial, Helvetica, sans-serif;
}

[disabled] {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  cursor: auto !important;
}

[disabled] span:after {
  display: none;
}

[disabled]:hover span {
  padding-left: 0 !important;
}

.sim-activation {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  box-sizing: border-box;
}

.sim-activation-title {
  color: #001fff;
  font-size: 39px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .sim-activation-title {
    max-width: 222px;
    margin: 0px auto 20px;
  }
  .sim-activation{
    margin-top: 0px;
  }
}

.sim-activation-sub-title {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .sim-activation-sub-title {
    max-width: 300px;
    margin: 0px auto;
  }
}

.sim-activation-inner {
  margin: 50px auto;
}

@media (min-width: 769px) {
  .sim-activation-inner {
    width: 373px;
  }
}

.sim-activation-inner .icon-help {
  margin: 5px 5px 5px 0;
}

.sim-activation-inner-title {
  margin-bottom: 5px;
  font-size: 24px;
}

.icon-help {
  width: 27px;
  display: inline-block;
  height: 27px;
  background: url("../../images/prepaidSimActivation/help_icon.svg") no-repeat;
  vertical-align: middle;
  position: relative;
}

.icon-help .icon-help-tooltip {
  visibility: hidden;
  font-size: 14px;
  font-weight: normal;
  width: 200px;
  height: 40px;
  background-color: #001fff;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 120%;
  opacity: 0;
  transition: opacity 1s;
}

.icon-help .icon-help-tooltip:after, .icon-help .icon-help-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.icon-help .icon-help-tooltip:after {
  border-color: transparent transparent transparent #006db8;
  border-width: 10px;
  top: 42%;
}

.icon-help .icon-help-tooltip:before {
  border-color: transparent transparent transparent #006db8;
  border-width: 11px;
  top: 41.5%;
}

.icon-help:hover .icon-help-tooltip {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 769px) {
  .icon-options {
    display: flex;
    justify-content: space-between;
  }
}

.checkbox-row {
  margin: 30px 0;
}

.field-row-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .field-row-inner .icon-help-tooltip {
    left: 120%;
    right: initial !important;
  }
  .field-row-inner .icon-help-tooltip:before, .field-row-inner .icon-help-tooltip:after {
    right: 100%;
    left: initial !important;
  }
  .field-row-inner .icon-help-tooltip:after {
    border-color: transparent #006db8 transparent transparent;
  }
  .field-row-inner .icon-help-tooltip:before {
    border-color: transparent #006db8 transparent transparent;
  }
}

.field-row-inner-field {
  width: 100%;
}

.sub-text {
  margin: 20px 0;
}

.site-button {
  background-color: #e20588;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
  width: 180px;
  display: inline-block;
  font-size: 17px;
  outline: 0;
  font-family: PLONI-REG, Arial, Helvetica, sans-serif;
}

.site-button span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.site-button span:after {
  content: url("../../images/prepaidSimActivation/button-arrow.svg");
  position: absolute;
  opacity: 0;
  top: 1px;
  left: -5px;
  transition: 0.5s;
}

.site-button:hover span {
  padding-left: 20px;
}

.site-button:hover span:after {
  opacity: 1;
  left: 0;
}

.button-middle {
  text-align: center;
}

.button-wrap {
  margin: 20px 0;
  clear: both;
}

@media (min-width: 769px) {
  .button-wrap .site-button {
    float: left;
  }
}

@media (max-width: 1024px) {
  .button-wrap .site-button {
    margin: 0px auto;
    display: block;
  }
}

.button-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (min-width: 769px) {
  .fill-sim {
    width: 40%;
  }
}

.fill-block-title {
  color: #001fff;
  font-size: 14px;
  height: 16px;
  margin-bottom: 7px;
  margin-right: 4%;
}

.fill-block-pair {
  display: flex;
  justify-content: space-between;
}

.fill-block-pair-item {
  width: 48%;
}

.fill-block-select {
  background: url("../../images/prepaidSimActivation/select-arrow.svg") no-repeat transparent;
  background-size: 12px;
  background-position: 10px 15px;
}

.fill-block-checkbox {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 12px;
  user-select: none;
}

.fill-block-checkbox label {
  cursor: pointer;
}

.fill-block-checkbox input:checked ~ .checkmark {
  background-color: #006db8;
  border: 1px solid #006db8;
}

.fill-block-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.fill-block-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.fill-block-checkbox.user-validation {
  margin: 26px 0;
}

.fill-block-checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #cdcfcf;
  height: 17px;
  width: 17px;
  transition: all 0.25s linear;
}

.fill-block-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.fill-block-checkbox a {
  color: #001f42;
}

.fill-block-field, .fill-block-select {
  border: 1px solid #d1dcf9;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  transition: all 0.5s;
  outline: 0;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  color: grey;
  height: 38px;
}

.fill-block-field:focus, .fill-block-select:focus {
  border: 1px solid #006db8;
  box-shadow: 0px 0px 1px 0px #006db8;
}

.fill-block-error {
  color: #ea1985;
  font-size: 14px;
  margin-top: 5px;
  height: 15px;
}

.fill-block-error-inner {
  display: none;
}

.note-text {
  color: #989898;
}

.asterisk {
  color: #f00;
}

.status-row {
  margin: 15px 0;
  display: flex;
}

.status-row-success {
  background: url("../../images/prepaidSimActivation/success.svg") no-repeat;
}

.status-row-error {
  background: url("../../images/prepaidSimActivation/error.svg") no-repeat;
}

.status-row-text {
  line-height: 19px;
  padding-top: 2px;
}

.status-text {
  margin: 20px 37px;
}

.status-text a {
  color: #001f42;
}

.status-row-success, .status-row-error {
  background-size: 24px;
  background-position: center;
  height: 24px;
  width: 34px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}

.loader {
  display: none;
  z-index: 200;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(58, 150, 199, 0.7);
}


.loadering {
  z-index: 200;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  padding-top: 26px;
  text-align: center;
  margin: auto;
}


.cover-title-box-general {
  font-family: PLONI-BOLD, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .cover-title-box-general {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .cover-title-box-general {
    font-size: 26px;
  }
}

.cover-title-box {
  color: #006db8;
}

@media (max-width: 768px) {
  .cover-title-box {
    float: left;
    width: 68%;
    padding-top: 14px;
  }
}

@media (min-width: 769px) {
  .cover-title-box {
    margin: 50px auto;
  }
}

@media (max-width: 768px) {
  .wrapper-header-cover-inner {
    display: block;
  }
}

.wrapper-header-cover {
  background: url("../../images/header-bg.jpg") no-repeat #ecebe8;
  background-position: 80% 50%;
}

@media (min-width: 769px) {
  .wrapper-header-cover {
    height: 200px;
  }
}

.wrapper-header-top-inner,.wrapper-header-cover-inner, .wrapper-main-inner {
  max-width: 1220px;
  width: 45%;
  margin: 0px auto;
  display: flex;
  padding: 5px 0;
}


@media (max-width: 768px) {
  .wrapper-header-cover {
    height: 130px;
    background-size: cover;
  }

  .wrapper-main-inner {
    width: 100%;
  }

  #colorAndFontsButtons {
    display: none !important;
  }
}

#center-content{
  width: 100%;
}

.blackDivWrapper_fixed { position: fixed; z-index: 201;opacity: 0.7; filter: alpha(opacity=70); background-color: #015d90; width: 400%; height: 400%;left: 0px;top: 0px;}

.loader-loading-fixed {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
}


button { border: none }
/*Accessible*/
.accessible { display: none; border: #a9a9a9 1px solid;position: absolute;top: 0px;left: 0px;width: 240px;height: auto;background-color: #fff;z-index: 1000;font-family: PLONI-REG;font-size: 16px;}
.accessible .item { display: block; width: 100%; border-bottom: #ddd 1px solid; line-height: 34px; padding: 2px 10px; cursor: pointer; color: #0177bd; background-color: #fff; text-align: right; font-family: PLONI-REG; font-size: 16px; }
.accessible .item:hover { background-color: #eee }
.accessible .ttl { line-height: 22px; background-color: #0177bd; color: #fff; padding: 2px 10px }
.accessible .close { position: absolute; background-color: #0177bd; left: 238px; top: -1px; cursor: pointer; border: none; padding: 0px; }
.btn_accessible_mob { width: 46px; position: fixed; bottom: -2px; z-index: 1000; right: 0px }
.close_acc_mob { padding: 0 4px; border-radius: 3px 0px 3px 3px; background-color: #b60000; color: #fff; font-size: 13px; position: fixed; bottom: 28px; z-index: 1000 }

.accessible_v2 { width: 410px; top: 110px; left: 19px; border-radius: 10px; box-shadow: 0px -2px 52px 0px rgba(0, 0, 0, 0.86); background-color: #fff; border: none }
.accessible_v2 .close { position: static; background-color: transparent; margin: 10px 10px 0 10px }
.accessible_v2 .item { border-bottom: none }
.accessible_v2 .ttl { padding: 20px 0; }

.accessible_v2 h2 { font-weight: bold; font-size: 28px; color: #001fff; text-align: center; position: relative; margin: 0px; background: url(images/border-top.png) repeat-x bottom; padding-bottom: 10px; line-height: 30px }
.accessible_v2 h2 a#btnResetAcc { position: absolute; font-size: 18px; color: #000; font-weight: normal; bottom: 41px; left: 18px; }
.accessible_v2 h2 a#hebAccBtn { position: absolute; font-size: 18px; color: #000; font-weight: normal; bottom: 41px; left: 96px; text-decoration: none; padding-left: 2px; margin-left: 3px; }
.accessible_v2 h2 a#engAccBtn { position: absolute; font-size: 18px; color: #000; font-weight: normal; bottom: 41px; left: 70px; text-decoration: none; }
.accessible_v2 h2 a#hebAccBtn:after { content: ""; position: absolute; font-size: 13px; left: -4px; color: #000; top: 9px; background-color: #777; width: 2px; height: 10px; }

.accessible_v2 .item { color: #000 }
.accessible_v2 .item:hover { background-color: #fff }
.accessible_v2 .ttl.reka { background-color: #f2f2f2; text-align: center; color: #000 }
.accessible_v2 .ttl.font { background-color: #ffff; text-align: center; color: #000 }
.accessible_v2 .flex_acc1 { background-color: #f2f2f2; display: flex; padding-bottom: 20px; }
.accessible_v2 .flex_acc1 .item { background-color: #f2f2f2; text-align: center; border: #888 2px solid; border-radius: 10px; margin: 12px; position: relative; padding: 5px 10px; }
.accessible_v2 .flex_acc1 .item:after { position: absolute; content: ""; width: 30px; height: 22px; top: -12px; right: 39px; background: #f2f2f2 url("https://www.pelephone.co.il/digitalSite/images//radio-bt-w.png") no-repeat center; background-size: 22px; }
.accessible_v2 .flex_acc1 .item.selected { border: #001fff 3px solid; color: #001fff; font-weight: bold }
.accessible_v2 .flex_acc1 .item.selected:after { background: #f2f2f2 url("https://www.pelephone.co.il/digitalSite/images//radio-bt-b.png") no-repeat center; background-size: 22px; }
.accessible_v2 .flex_acc1 .item.black_background:after { background-color: #000 }
.accessible_v2 .flex_acc1 .item.white_background:after { background-color: #fff }
.accessible_v2 .flex_acc2 { display: flex; padding-bottom: 20px }
.accessible_v2 .flex_acc2 .item { text-align: center; border: #888 3px solid; border-radius: 10px; margin: 12px; padding: 5px 10px; position: relative; }
.accessible_v2 .flex_acc2 .item:after { position: absolute; content: ""; width: 30px; height: 22px; top: -12px; right: 39px; background: #fff url("https://www.pelephone.co.il/digitalSite/images/radio-bt-w.png") no-repeat center; background-size: 22px }
.accessible_v2 .flex_acc2 .item.selected:after { background: #fff url("https://www.pelephone.co.il/digitalSite/images/radio-bt-b.png") no-repeat center; background-size: 22px }

.accessible_v2 .flex_acc2 .item.selected { border: #001fff 3px solid; color: #001fff }
.accessible_v2 .flex_acc2 .item.black_background:after { background-color: #000 }
.accessible_v2 .flex_acc2 .item.white_background:after { background-color: #fff }
.accessible_v2 .flex_acc3 { display: flex; background-color: #001fff; border-radius: 0px 0px 8px 8px; }
.accessible_v2 .flex_acc3 .item { background-color: transparent; color: #fff; text-align: center; padding: 16px 0px; }
.accessible_v2 .flex_acc2 .item:hover { background-color: #fff }
.accessible_v2 .flex_acc3 .item span { line-height: 18px }
.accessible_v2.engAcc h2 a#engAccBtn { color: #001fff; font-weight: bold }
.accessible_v2.hebAcc h2 a#hebAccBtn { color: #001fff; font-weight: bold }
.accessible_v2 .hebAccTxt, .accessible_v2 .engAccTxt { display: none; }
.accessible_v2.hebAcc .hebAccTxt { display: inline-block; }
.accessible_v2.engAcc .engAccTxt { display: inline-block; }
.accessible_v2.engAcc .acc_switcher .item { text-align: left; }
.accessible_v2.engAcc .acc_switcher .inner { flex-direction: row-reverse; }
.accessible_v2.engAcc .acc_switcher label { margin-right: 20px; }

.wrap_acc_switcher { padding: 10px 0 }
.acc_switcher label { font-size: 16px; line-height: 16px; float: right; cursor: pointer; color: #000; margin-left: 20px }
.acc_switcher label:not(.switcher) { margin-right: 17px; }
.acc_switcher input[type="checkbox"]:not(:checked) + .switcher { background-color: #cfcfcf }
.acc_switcher input[type="checkbox"]:not(:checked) + .switcher:after { background: #fff; color: #0072b6; }
.acc_switcher .switcher:after { content: ' '; display: block; position: absolute; transition: left 0.2s ease-out; background: #fff; border-radius: 100%; width: 15px; height: 15px; top: 3px; left: 2px; font-size: 14px; line-height: 24px; font-family: Arial; }
.acc_switcher .switcher { background: #001fff; border-radius: 20px; position: relative; width: 50px; height: 21px; }
.acc_switcher input[type="checkbox"]:checked + .switcher:after { left: 20px; }
.acc_switcher input[type="checkbox"] {display: none !important;}
.acc_switcher .inner { display: flex; align-items: center; }
#keyboard_hearing.selected .switcher { background: #001fff; }
#keyboard_hearing.selected .switcher:after { left: 20px; }
#btnMagnifyingGlassForText.selected .switcher { background: #001fff; }
#btnMagnifyingGlassForText.selected .switcher:after { left: 20px; }



.blackAcc .acc_switcher .switcher { background: #001fff !important; filter: brightness(150%); }
.blackAcc .acc_switcher .switcher:after { background-colorX: #00a8ff !important; }
.blackAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher { background-color: #bbb !important; filter: unset; }
.blackAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher:after { background-color: #fff !important; }
.blackAcc .accessible_v2 { border: #fff 2px solid }
.blackAcc .accessible_v2 .flex_acc1 .item:after { filter: brightness(4); }
.blackAcc .accessible_v2 .flex_acc2 .item:after { filter: brightness(4); }

.blackAcc .accessible_v2 .flex_acc1 .item.selected { border: #fff 2px solid }
.blackAcc .accessible_v2 .flex_acc2 .item.selected { border: #fff 2px solid }
.blackAcc .accessible_v2 .flex_acc1 .item.selected:after { filter: brightness(200%); }
.blackAcc .accessible_v2 .flex_acc2 .item.selected:after { filter: brightness(200%); }
.blackAcc #btnMagnifyingGlassForText.selected .switcher { background: #001fff !important; filter: brightness(150%); }
.blackAcc #keyboard_hearing.selected .switcher { background: #001fff !important; filter: brightness(150%); }
.blackAcc .accessible_v2 .close:after { content: "X"; font-size: 20px }
.blackAcc .accessible_v2 .close img { width: 1px; height: 1px }
.blackAcc .flex_login img { background-color: unset !important }
.blackAcc .banner_routine .sil01 { display: none }
.blackAcc .banner_routine { background-image: none !important }
.blackAcc .circle_links img { filter: grayscale(100%) }
.blackAcc .car-status-item { background-color: #fff !important; color: #000 !important }
.blackAcc .car-status-item * { background-color: unset !important; color: #000 !important; }


.whiteAcc .acc_switcher .switcher { background: #cfcfcf !important }
.whiteAcc .acc_switcher .switcher:after { background-color: #fff !important; }
.whiteAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher { background-color: #cfcfcf !important }
.whiteAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher:after { background-color: #fff !important; }
.whiteAcc #btnMagnifyingGlassForText.selected .switcher { background: #001fff !important; filter: unset; }
.whiteAcc #keyboard_hearing.selected .switcher { background: #001fff !important; filter: unset; }


