@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(../static/fonts/OpenSansHebrewRegular.woff2) format("woff2"), url(../static/fonts/OpenSansHebrewRegular.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(../static/fonts/OpenSansHebrewBold.woff2) format("woff2"), url(../static/fonts/OpenSansHebrewBold.woff) format("woff");
}

@media (min-width: 1024px) {
  .header-with-select {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
  }
}

.combos-wrapper {
  display: -ms-grid;
  display: grid;
  font-size: 14px;
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (min-width: 600px) {
  .combos-wrapper {
    font-size: 16px;
    grid-column-gap: 24px;
  }
}

.combo {
  display: block;
  /*margin-bottom: 1.5em;*/
  width: 100%;
  position: relative;
  white-space: nowrap;
}

.combo::after {
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  content: '';
  display: block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  left: 19px;
  top: 50%;
  -webkit-transform: translate(0, -65%) rotate(45deg);
          transform: translate(0, -65%) rotate(45deg);
  width: 10px;
}

.combo-input {
  color: #aaa;
  background-color: #ffffff;
  border-radius: 15px;
  display: block;
  font-size: 1em;
  padding: 9px 18px 11px 36px;
  width: 100%;
  cursor: pointer;
  border: 2px solid #ebebeb;
}

.combo-input:focus {
  outline: none;
}

.combo-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.combo-menu {
  --width: 108%;
  --offset: calc(const(--width) / -2);
  --translateX: calc(-100% - const(--offset));
  background-color: #ebf2f5;
  border-radius: 10px;
  border: 1px solid #fff;
  display: none;
  right: const(--offset);
  max-height: 300px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: const(--width);
  z-index: 100;
}

.open .combo-menu {
  display: block;
  -webkit-animation: menu-open 0.05s ease-out forwards normal;
          animation: menu-open 0.05s ease-out forwards normal;
}

@-webkit-keyframes menu-open {
  0% {
    opacity: 0;
    -webkit-transform: translate(const(--translateX), 0) scale(0);
            transform: translate(const(--translateX), 0) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(const(--translateX), -10px) scale(1);
            transform: translate(const(--translateX), -10px) scale(1);
  }
}

@keyframes menu-open {
  0% {
    opacity: 0;
    -webkit-transform: translate(const(--translateX), 0) scale(0);
            transform: translate(const(--translateX), 0) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(const(--translateX), -10px) scale(1);
            transform: translate(const(--translateX), -10px) scale(1);
  }
}

.combo-option {
  color: #bbb;
  background-color: #ebf2f5;
  border-top: 1px solid #fff;
  padding: 11px 12px 12px;
}

.combo-input:before,
.combo-option:before {
  content: '';
  display: inline-block;
  font-size: .8em;
  width: 1em;
  height: 1em;
  background-color: #ccc;
  border-radius: 50%;
  margin-left: .5em;
  -webkit-transform: translateY(7%);
          transform: translateY(7%);
}

.combo-option:first-child {
  border-top: none;
  padding: 12px 12px 12px;
}

.combo-option.option-current,
.combo-option:hover {
  background-color: #dfe5e7;
}

.combo-option.option-selected {
  padding-right: 30px;
  position: relative;
}

.combo-option.option-selected::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 8px;
}

/* Color overrides */
.infected:before {
  background-color: #8a021b;
}

.recovered:before {
  background-color: #46b7e4;
}

.sick:before {
  background-color: #e4ce06;
}

.vaccinated:before {
  background-color: #057a00;
}

.dead:before {
  background-color: #505050;
}

.combo-input.infected,
.combo-input.recovered,
.combo-input.sick,
.combo-input.vaccinated,
.combo-input.dead,
.combo-option.infected,
.combo-option.recovered,
.combo-option.sick,
.combo-option.vaccinated,
.combo-option.dead {
  color: #2d2d2d;
}

#covid-search {
  position: relative;
  width: 54%;
}

#covid-searchResults {
  position: absolute;
  width: 100%;
  z-index: 1;
}

#covid-searchResults-input {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 25 25' fill='rgb(120,120,120)' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E");
  background-position: 15px 10px;
  background-repeat: no-repeat;
  border-radius: 15px;
  color: #2d2d2d;
  font-size: 1em;
  height: 48px;
  padding-left: 40px;
  padding-right: 15px;
  width: 100%;
  margin-left: 35px;
  border: 2px solid #ebebeb;
}

@media (max-width: 600px) {
  #covid-country-fieldSelection {
    width: 100%;
  }
  #covid-dailyDiff-fieldSelection {
    width: 100%;
  }
  #covid-search {
    width: 100%;
    margin-bottom: 15px;
  }
  #covid-searchResults-input {
    width: 100%;
  }
}

@media (min-width: 601px) {
  #covid-search {
    margin-left: 20px;
  }
}

.covid-searchResults-item {
  background-color: #ebf2f5;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
  padding: 11px 15px;
}

.covid-searchResults-item:hover {
  background-color: #dfe5e7;
}

.covid-searchResults-item:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.covid-searchResults-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#covid-country {
  font-family: "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}

#covid-country-header {
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 45px 0 20px;
}

@media (max-width: 600px) {
  #covid-country-header {
    padding: 0 20px 0 20px;
  }
}

#covid-country-header > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#covid-country-header .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.43;
}

@media (max-width: 820px) {
  #covid-country-header .title {
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
  }
}

#covid-country-header .update {
  font-size: 16px;
  line-height: 1.5;
}

#covid-country-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) and (min-width: 601px) {
  #covid-country-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media (max-width: 600px) {
  #covid-country-header, #covid-country-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #covid-country-header > div:first-child {
    text-align: center;
  }
  #covid-country-header .title {
    margin: 20px 0;
  }
  #covid-country-header .update {
    margin-bottom: 25px;
  }
}

#covid-dailyDiff {
  font-family: "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  width: 100%;
}

#covid-dailyDiff-header {
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 45px 0 20px;
}

#covid-dailyDiff-header > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#covid-dailyDiff-header .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.43;
}

@media (max-width: 820px) {
  #covid-dailyDiff-header .title {
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
  }
}

#covid-dailyDiff-header .update {
  font-size: 16px;
  line-height: 1.5;
}

#covid-dailyDiff-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) and (min-width: 601px) {
  #covid-dailyDiff-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media (max-width: 600px) {
  #covid-dailyDiff-header {
    padding: 0 20px 0 20px;
  }
  #covid-dailyDiff-header, #covid-dailyDiff-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #covid-dailyDiff-header > div:first-child {
    text-align: center;
  }
  #covid-dailyDiff-header .title {
    margin: 20px 0;
  }
  #covid-dailyDiff-header .update {
    margin-bottom: 25px;
  }
}

.combo-menu {
  width: 100%;
}

.vaccinated:before {
  background-color: #047a00;
}

.tick text {
  font-size: 12px;
}

@media (max-width: 820px) {
  .tick text {
    font-size: 8px;
  }
}
/*# sourceMappingURL=graphs_test.css.map */