@font-face {
  font-family: "DIN Pro";
  src: url("/pub/fonts/DINPro-Bold.woff") format("woff"),
    url("/pub/fonts/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.tabs--icon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
  padding: 5px 0 0;
  border-top: 1px solid rgba(21, 126, 252, 0.75);
  border-bottom: 1px solid rgba(21, 126, 252, 0.75);
}

.tabs--navigation {
  font-family: "DIN Pro";
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px;
  border-bottom: 1px solid transparent;
  margin: 0 5px 5px 0;
  color: #fff;
}

/* .tabs--navigation:hover {
  color: rgba(21, 126, 252, 0.75);
} */
/* .topbox__block--left .tabs--navigation {
  color: #fff;
} */
.tabs--navigation.active {
  color: rgba(21, 126, 252, 0.75);
  /* border: 1px solid #fff; */
  /* border-top: 1px solid rgba(21, 126, 252, 0.75);
  border-left: 1px solid rgba(21, 126, 252, 0.75);
  border-right: 1px solid rgba(21, 126, 252, 0.75); */
  border-top-left-radius: 2px;
  padding: 5px;
  border-top-right-radius: 2px;
  overflow: hidden;
  /* margin: 0px 10px 10px 0; */
  background: rgba(21, 126, 252, 0.75);
  color: #fff;
  transition: 200ms color ease-in;
}
.tabs--navigation:not(.active):hover {
  color: rgba(21, 126, 252, 0.7);
}
.tabs--navigation:not(.active) p {
  margin: 0 0 10px 0;
  /* text-shadow: 2px 2px #eee; */
}
/* svg g.places g.place {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
} */

.tabs h4 {
  pointer-events: none;
}

.tabs .tabs--navigation p {
  margin: 0;
  pointer-events: none;
}

.tabs .progress-bar--list .progress-bar {
  background: chocolate;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tabs .progress-bar--list .progress-bar span {
  height: 15px;
  display: block;
  width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: width 0.8s ease;
}

.with-slider .box {
  overflow: hidden;
}

.with-slider .box:last-child {
  background-color: transparent;
}

.with-slider .tabs-swiper {
  position: relative;
}

.with-slider
  .tabs-swiper
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.with-slider .tabs-swiper .swiper-pagination.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.with-slider .tab-pane.active {
  border: 1px solid #eee;
}

.tab-pane .container__row {
  width: 100%;
}
.tabs--content {
  overflow: hidden;
  position: relative;
}

.tabs .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  transition: 400ms opacity ease-in;
}
.tabs .tab-pane:not(.active) {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  transition: 400ms opacity ease-in;
  position: absolute;
}

.valasztas--text {
  text-decoration: none;
  color: #fff;
  margin: 0;
  font-family: "DIN Pro";
}
#valasztas2022 {
  width: 100%;
  border: none;
  background-color: #323d4d;
  /* background-image: repeating-linear-gradient(
    -60deg,
    #364347,
    #364347 10px,
    #2e393c 11px,
    #2e393c 10px
  ); */
}
.valasztas__text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#valasztasUpdate {
  display: none;
}
#valasztasUpdate.updated {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;

  /* animation: glow 1s infinite alternate; */
}
#valasztasUpdate.updated span {
  padding: 3px;
}
#valasztasUpdate.updated svg {
  fill: rgb(102 187 106 / 80%);
  /* fill: #d32f2f; */
  border-radius: 50%;
  animation: glow 1s infinite alternate;
}
@keyframes glow {
  from {
    box-shadow: 0 0 2px -2px rgb(102 187 106 / 65%);
  }
  to {
    box-shadow: 0 0 2px 2px rgb(102 187 106 / 65%);
  }
}
/************ Loading spinner definitions ************/
.loading-spinner__overlay {
  position: absolute;
  background-color: #323d4d;
  /* background-image: repeating-linear-gradient(
    -60deg,
    #364347,
    #364347 10px,
    #2e393c 11px,
    #2e393c 10px
  ); */
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 99999;
  overflow: hidden !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-spinner__overlay.active {
  display: flex;
}
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #157efc;
  border-color: #157efc transparent #157efc transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
