@font-face {
  font-family: TenBisIcons;
  font-weight: normal;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/ten-bis-icons-52b3.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans Hebrew";
  font-weight: normal;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Regular-1c6e.woff) format("woff"),
  url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Regular-e455.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans Hebrew";
  font-weight: bold;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Bold-980e.woff) format("woff"),
  url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Bold-2d95.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Regular-1c6e.woff) format("woff"),
  url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Regular-e455.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Bold-980e.woff) format("woff"),
  url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/OpenSansHebrew-Bold-2d95.ttf) format("truetype");
}

@font-face {
  font-family: "TakeawaySans";
  font-weight: normal;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/TakeawaySans-Regular-33ff.woff) format("woff"),
  url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/TakeawaySans-Regular-75c2.ttf) format("truetype");
}

@font-face {
  font-family: "TakeawaySans";
  font-weight: bold;
  font-display: block;
  src: url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/TakeawaySans-Bold-2df4.woff) format("woff"),
  url(https://tenbis-static.azureedge.net/10bis-spa-static-prod/TakeawaySans-Bold-dc5e.ttf) format("truetype");
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 80;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: #0A3847;
  padding: 1px;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  background-color: #0A3847;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #0A3847;
}
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #0A3847;
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #0A3847;
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #0A3847;
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #0A3847;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}


body.contrast-filter * {
	outline-color: #fff !important;
	background-color: #000 !important;
	color: #fff !important;
	
}
body.contrast-filter :not(.avoid-fill-stroke) {
	fill: #fff !important;
	stroke: #fff !important;
}
body.contrast-filter .avoid-fill {
	fill: none !important;
}

body.contrast-filter a,
body.contrast-filter a > span,
body.contrast-filter b,
body.contrast-filter blockquote,
body.contrast-filter button,
body.contrast-filter button > *,
body.contrast-filter canvas,
body.contrast-filter caption,
body.contrast-filter center,
body.contrast-filter cite,
body.contrast-filter code,
body.contrast-filter col,
body.contrast-filter colgroup,
body.contrast-filter dd,
body.contrast-filter details,
body.contrast-filter dfn,
body.contrast-filter dir,
body.contrast-filter div,
body.contrast-filter dl,
body.contrast-filter dt,
body.contrast-filter em,
body.contrast-filter embed,
body.contrast-filter fieldset,
body.contrast-filter figcaption,
body.contrast-filter figure,
body.contrast-filter font,
body.contrast-filter footer,
body.contrast-filter form,
body.contrast-filter header,
body.contrast-filter i,
body.contrast-filter iframe,
body.contrast-filter img,
body.contrast-filter input,
body.contrast-filter kbd,
body.contrast-filter label,
body.contrast-filter legend,
body.contrast-filter li,
body.contrast-filter mark,
body.contrast-filter menu,
body.contrast-filter meter,
body.contrast-filter nav,
body.contrast-filter nobr,
body.contrast-filter object,
body.contrast-filter ol,
body.contrast-filter option,
body.contrast-filter pre,
body.contrast-filter progress,
body.contrast-filter q,
body.contrast-filter s,
body.contrast-filter section,
body.contrast-filter select,
body.contrast-filter small,
body.contrast-filter span,
body.contrast-filter strike,
body.contrast-filter strong,
body.contrast-filter sub,
body.contrast-filter summary,
body.contrast-filter sup,
body.contrast-filter table,
body.contrast-filter td,
body.contrast-filter textarea,
body.contrast-filter th,
body.contrast-filter time,
body.contrast-filter tr,
body.contrast-filter tt,
body.contrast-filter u,
body.contrast-filter ul,
body.contrast-filter var,
body.contrast-filter a,
body.contrast-filter a span,
body.contrast-filter b,
body.contrast-filter blockquote,
body.contrast-filter button,
body.contrast-filter canvas,
body.contrast-filter caption,
body.contrast-filter center,
body.contrast-filter cite,
body.contrast-filter code,
body.contrast-filter col,
body.contrast-filter colgroup,
body.contrast-filter dd,
body.contrast-filter details,
body.contrast-filter dfn,
body.contrast-filter dir,
body.contrast-filter div,
body.contrast-filter dl,
body.contrast-filter dt,
body.contrast-filter em,
body.contrast-filter embed,
body.contrast-filter fieldset,
body.contrast-filter figcaption,
body.contrast-filter figure,
body.contrast-filter font,
body.contrast-filter footer,
body.contrast-filter form,
body.contrast-filter header,
body.contrast-filter i,
body.contrast-filter iframe,
body.contrast-filter img,
body.contrast-filter input,
body.contrast-filter kbd,
body.contrast-filter label,
body.contrast-filter legend,
body.contrast-filter li,
body.contrast-filter mark,
body.contrast-filter menu,
body.contrast-filter meter,
body.contrast-filter nav,
body.contrast-filter nobr,
body.contrast-filter object,
body.contrast-filter ol,
body.contrast-filter option,
body.contrast-filter pre,
body.contrast-filter progress,
body.contrast-filter q,
body.contrast-filter s,
body.contrast-filter section,
body.contrast-filter select,
body.contrast-filter small,
body.contrast-filter span,
body.contrast-filter strike,
body.contrast-filter strong,
body.contrast-filter sub,
body.contrast-filter summary,
body.contrast-filter sup,
body.contrast-filter table,
body.contrast-filter td,
body.contrast-filter textarea,
body.contrast-filter th,
body.contrast-filter time,
body.contrast-filter tr,
body.contrast-filter tt,
body.contrast-filter u,
body.contrast-filter ul,
body.contrast-filter var,
body.contrast-filter input::placeholder {
	color: #ff0 !important;
}

body.contrast-filter div.white-bg-on-contrast {
	background-color: #fff !important;
}

body.contrast-filter div.white-bg-on-contrast-tip-button {
	background-color: #fff !important;
	color: #000 !important;
}

body.contrast-filter i.white-bg-on-contrast {
	color: #000 !important;
	background-color: #fff !important;
}

body.contrast-filter label.white-bg-on-contrast.checked:after {
	background: #ff0;
}

body.contrast-filter label.radio-label-focused.white-bg-on-contrast::after,
body.contrast-filter .checkbox-label-focused.white-bg-on-contrast::after {
	background: #fff;
}

body.contrast-filter .contrast-white-border-on-after-top::after {
	border-top-color: #fff;
}

body.contrast-filter div.white-border-on-contrast,
body.contrast-filter ul.white-border-on-contrast,
body.contrast-filter button:not([disabled]),
body.contrast-filter input[type='button']:not([disabled]),
body.contrast-filter input[type='submit']:not([disabled]), 
body.contrast-filter input[type='reset']:not([disabled]) {
	border: 1px solid #fff !important;
}

body.outline-filter.contrast-filter .checkbox-label-focused {
	outline: 2px dashed #FFF !important;
}

body.outline-filter .darkCover *:focus {
	outline: 2px dashed #FFF !important;
}

body.outline-filter *:focus,
body.outline-filter .checkbox-label-focused {
	outline: 2px dashed #0A3847 !important;
}

body:not(.using-keyboard) *:focus {
	outline: none !important;
}

body:not(.outline-filter).using-keyboard label.radio-label-focused::before,
body:not(.outline-filter).using-keyboard .checkbox-label-focused {
	box-shadow: 0 0 5px #4D90FE;
}

body.outline-filter.using-keyboard label.radio-label-focused::before,
body.outline-filter.using-keyboard .checkbox-label-focused {
	box-shadow: 0 0 5px #0A3847;
}

body.contrast-filter label.radio-label-focused::before,
body.contrast-filter .checkbox-label-focused {
	box-shadow: 0 0 5px #FFF !important;
}


/*# sourceMappingURL=main-4e813075cc8ed16452f8.css.map*/