.switcher-plans-big-wrapper {
  position: sticky;
  display: inline-flex;
  border-radius: 100px;
  width: 100%;
  max-width: 310px;
  height: 48px;
  overflow: hidden;
  margin: 0 auto auto auto;
}

.switcher-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  border: 2px solid var(--info-blue);
  border-radius: 100px;
  width: 100%;
  height: 48px;
}
@media (min-width: 600px) {
  .switcher-wrapper {
    max-width: 100%;
  }
}
.switcher-wrapper .plan_payment_option {
  font-family: var(--font-regular);
  font-size: 1rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.switcher-wrapper .plan_payment_option a.link {
  text-decoration: none;
  color: inherit;
  font-family: var(--font-medium);
  padding: 0.35rem 0.5rem;
  border-radius: 2px;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: -0.1px;
  opacity: 1;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  position: relative;
  transition: color 100ms ease-in;
  white-space: nowrap;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switcher-wrapper .plan_payment_option input[type=radio]:checked + label,
.switcher-wrapper .plan_payment_option input[type=radio] + label {
  background-color: transparent;
  opacity: 1;
}
.switcher-wrapper .plan_payment_option .description {
  position: relative;
  transition: color 100ms ease-in;
  white-space: nowrap;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switcher-wrapper .plan_payment_option.active {
  color: var(--white);
}
.switcher-wrapper .plan_payment_option.active a.link,
.switcher-wrapper .plan_payment_option.active .description {
  color: var(--white);
}

.switcher-pill {
  background-color: transparent;
  border-radius: 100px;
  box-shadow: 0 4px 10px -1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 4px 10px -1px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 4px 10px -1px rgba(255, 255, 255, 0.25);
  -ms-box-shadow: 0 4px 10px -1px rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 34px;
  position: absolute;
  z-index: 1;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 250ms ease;
  -moz-transform: translate(-68%, 0px);
  -webkit-transform: translate(-68%, 0px);
  -ms-transform: translate(-68%, 0px);
  -o-transform: translate(-68%, 0px);
  transform: translate(-68%, 0px);
}
@media (max-width: 760px) {
  .switcher-pill {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  font-family: var(--font-regular);
  padding: 0.35rem 0.5rem;
  border-radius: 2px;
  color: var(--main-dark);
  font-size: 1.125rem;
  letter-spacing: -0.1px;
  opacity: 0.7;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

input[type=radio]:checked + label {
  border: none;
  background-color: var(--info-blue);
  color: var(--white);
  opacity: 1;
}


/*NEW STYLES FOR PRICING SWITCHER*/

.switch-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -15%;
}
.switcher-wrapper {
  border: 2px solid var(--white) !important;
  background-color: transparent;
  overflow: hidden;
  box-shadow: inset 0 0 0 5px var(--main-dark)
}

.switcher-pill.active {
  -moz-transform: translate(32%, 0px) !important;
  -webkit-transform: translate(32%, 0px) !important;
  -ms-transform: translate(32%, 0px) !important;
  -o-transform: translate(32%, 0px) !important;
  transform: translate(32%, 0px) !important;
}

.switch {
  flex: 0 1 100%;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.switch img {
  position: absolute;
  width: 100%;
}

.switcher-pill {
  background-color: var(--white);
  margin: 2px;
  z-index: -1;
}

input[type=radio]:checked + label, input[type=radio] + label {
  color: var(--white);
}

.switch-btn {
  border: 2px solid var(--white) !important;
  transform: translateX(-55%);
  animation: slidebtn 8s cubic-bezier(0.1, 0.7, 1, 0.1) infinite;
}

@keyframes slidebtn {
  5% {
    transform: translateX(-55%);
  }
  30% {
    transform: translateX(0%);
  }
  95% {
    transform: translateX(0%);
  }
  99% {
    transform: translateX(-55%);
  }
}
.switch-bg-on {
  opacity: 0;
  animation: opacitychg 8s ease-in infinite;
}

@keyframes opacitychg {
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.d-flex.flex-column.switcher-vat-wrap {
  display: flex;
  flex-direction: column;
  gap:1rem;
  text-align: center;
  margin: 2rem auto 0 auto;
  width: 100%;
}

.vatTooltip {
  text-align: center;
    color: #FFFFFF;
    display: flex;
    margin-top: .5rem;
    font-family: var(--font-medium);
    font-weight: 500;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

@media (max-width: 834px) {
  .switcher-plans-big-wrapper {
    display: flex;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 340px;
    margin-bottom: 2rem;
  }

  .switcher-plans-big-wrapper {
    transform: none;
  }
  .switcher-plans-big-wrapper .switcher-pill {
    transform: translate(-64%, 0px);
  }
  .switcher-plans-big-wrapper p.micro {
    font-size:.8rem !important;
  }
}

@media (min-width: 979px) and (max-width: 1119px) {
  .d-flex.flex-column.switcher-vat-wrap {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    gap: 1rem;
  }

  .switcher-vat-wrap .switcher-plans-big-wrapper {
    display: flex;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 340px;
    left: 0;
    transform: none;
  }
}

label p {
  color: var(--white);
}

input:checked ~ label p {
  color: var(--main-dark);
}
