/* #c-red{color: #ea472d;}
#g-green{color: #17a354;} */
.full-bg-dark {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.flex-container,
.flex-container2 {
  width: 800px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.defaultpadding {
  padding: 0 !important;
}

.flex-container2 {
  max-width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  justify-content: center;
}

.flex-item2 {
  width: 120px;
  height: 120px;
  margin: 20px;
  border: 1px solid lightgrey;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.state-text {
  font-size: 0.8em;
}

.flex-item {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-item {
  background: white;
}

.flex-item:nth-child(1):hover,
.flex-item2:nth-child(1):hover {
  cursor: pointer;
  background: #ea472d;
}

.flex-item:nth-child(2):hover,
.flex-item2:nth-child(2):hover {
  cursor: pointer;
  background: #ff7b30;
}

.flex-item:nth-child(3):hover,
.flex-item2:nth-child(3):hover {
  cursor: pointer;
  background: #17a354;
}

.flex-item:nth-child(1):hover .flex-text span,
.flex-item2:nth-child(1):hover .flex-text span {
  color: white !important;

}

.flex-item:nth-child(2):hover .flex-text span,
.flex-item2:nth-child(2):hover .flex-text span {
  color: white !important;
}

.flex-item:nth-child(3):hover .flex-text span,
.flex-item2:nth-child(3):hover .flex-text span {
  color: white !important;
}


.flex-text {
  font-family: 'Montserrat';
  text-align: center;
  color: black;
  letter-spacing: 1.8px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.tab-style2 .nav-tabs li {
  display: inline-block !important;
}

.ul-holder {
  position: relative;
}

.icon-printer {
  position: absolute;
  bottom: 7px;
  left: 25px;
  font-size: 1.6em;
}

.text-outside-line-full {
  color: #000;
}

.counter-box .number {
  color: #000;
}

.tab-style2 .nav-tabs li {
  z-index: 2;
}

.new-zion-desktop-view {}

.new-zion-mobile-view {
  display: none !important;
}

@media (max-width: 992px) {
  .flex-container {
    width: 100%;
    justify-content: space-around;
  }

  .flex-item {
    width: 30vmin;
    height: 30vmin;
  }
}

@media (max-width: 768px) {
  .flex-item2 {
    width: 90px;
    height: 90px;
    margin: 10px;
  }

  .new-zion-desktop-view {
    display: none !important;
  }

  .new-zion-mobile-view {
    display: block !important;
  }

  .reward-img-desktop {
    display: none;
  }

  #desktop-lottie-container {
    display: none;
  }

  .reward-img-mobile {
    display: block !important;
  }

  #mobile-lottie-container {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .wow.fadeIn {
    padding: 100px 0;
  }

  .icon-printer {
    left: 17px;
  }

  .flex-container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .flex-item {
    margin: 5%;
    width: 130px;
    height: 130px;
  }
}

@media print {
  @page {
    size: letter portrait;
  }

  body * {
    visibility: hidden;
  }

  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }

  #section-to-print {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .container.tab-style2.extralarge {
    width: 80%;
  }
}