@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
::-moz-selection {
  background: #613BC4;
  color: #FFFFFF !important;
}

::selection {
  background: #613BC4;
  color: #FFFFFF !important;
}

::-webkit-scrollbar-thumb {
  background-color: #613BC4;
  border-radius: 10px;
}

.next-up-event .header {
  display: none;
}
.next-up-event .footer {
  display: none;
}
.next-up-event .newsletter-content {
  display: none;
}
.next-up-event .master-menu,
.next-up-event .main-menu {
  display: none !important;
}
.next-up-event .master-container {
  background: #000000;
  display: inline-block;
  width: 100%;
  position: relative;
}
.next-up-event .center-1 {
  margin-bottom: 0;
}
.next-up-event .master-wrapper-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.next-up-event .master-column-wrapper {
  background: transparent;
}
.next-up-event .container {
  width: 96%;
  max-width: 1100px;
  margin: auto;
}
.next-up-event img {
  max-width: 100%;
}
.next-up-event .video {
  padding: 30px 10px;
  text-align: center;
  margin-top: 50px;
}
.next-up-event .video em {
  color: #FFFFFF;
  font-size: 30px;
  display: block;
  max-width: 600px;
  margin: auto;
  margin-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
  font-style: normal;
}
.next-up-event .video em strong {
  font-size: 50px;
}
.next-up-event .video .pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  background: #613BC4;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(97, 59, 196, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}
.next-up-event .video .pulse-button i {
  margin-right: -10px;
}
.next-up-event .video .pulse-button:hover {
  -webkit-animation: none;
}
.next-up-event .ui-dialog[aria-describedby=video-box] {
  width: 90% !important;
  max-width: 1100px !important;
}
.next-up-event .ui-dialog[aria-describedby=video-box] .ui-dialog-titlebar {
  position: absolute;
  z-index: 99999;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  box-shadow: none;
}
.next-up-event .ui-dialog[aria-describedby=video-box] .ui-dialog-titlebar button {
  border-radius: 50%;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.next-up-event .ui-dialog {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
}
.next-up-event .ui-dialog-content {
  padding: 0 !important;
}
.next-up-event #video-box {
  overflow: hidden;
  width: 100% !important;
  aspect-ratio: 16/9;
}
.next-up-event .youtube-iframe {
  width: 303%;
  height: 104%;
  margin-left: -102%;
  border: 0;
  border-radius: 20px !important;
}
.next-up-event .label-title {
  text-align: center;
  margin-bottom: 30px;
}
.next-up-event .label-title img {
  width: auto;
  max-width: 100%;
}
.next-up-event .why-participate {
  margin: -70px auto auto;
  padding-top: 150px;
  padding-bottom: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.next-up-event .why-participate .container {
  width: 98%;
  max-width: 848px;
}
.next-up-event .why-participate .info-text {
  border: 2px solid #5b0a54;
  color: #ffffff;
  padding: 45px 30px;
  border-radius: 8px;
}
.next-up-event .why-participate .info-text ul {
  text-align: left;
}
.next-up-event .why-participate .info-text ul li {
  position: relative;
  padding-left: 50px;
  font-size: 17.5px;
  margin-bottom: 20px;
  line-height: 24px;
}
.next-up-event .why-participate .info-text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../../../Content/images/next-up-3/icons/check.png");
  background-size: cover;
}
.next-up-event .parallax-section {
  background-color: transparent !important;
  height: 100vh;
  position: relative;
}
.next-up-event .parallax-section .section-bg-overlay {
  background-color: transparent !important;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0.1%, rgba(0, 0, 0, 0.5) 45%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.next-up-event .parallax-section .image-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.next-up-event .parallax-section img {
  width: 100%;
}
.next-up-event .parallax-section .title-counter {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
}
.next-up-event .parallax-section #countdown {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  transform: unset;
  left: unset;
}
.next-up-event .parallax-section #countdown .number {
  background-color: #5b0a54;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  color: #ffffff;
}
.next-up-event .parallax-section #countdown .label {
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px !important;
}
.next-up-event .button-anchor-tikets {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.next-up-event .button-anchor-tikets .title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
}
.next-up-event .button-anchor-tikets a {
  background: #ffffff;
  padding: 10px 25px;
  text-align: center;
  color: #5b0a54;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  width: max-content;
  margin: 10px auto auto;
  transition: all 400ms ease-in-out;
}
.next-up-event .button-anchor-tikets a:hover {
  transition: all 400ms ease-in-out;
  transform: scale(1.1);
}
.next-up-event .event-text-info {
  padding-top: 75px;
  text-align: center;
}
.next-up-event .event-text-info p {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  color: transparent;
  font-weight: 500;
}
.next-up-event .event-text-info .text-body {
  height: 130px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0)) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  transition: height 400ms ease-in;
}
.next-up-event .event-text-info .text-body.view-all {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0)) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: height 400ms ease-in;
  height: auto;
}
.next-up-event .event-text-info .view-more {
  width: max-content;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  min-width: 150px;
  margin: auto;
  transition: all 400ms ease-in;
  text-align: center;
  padding: 65px 15px 10px;
  position: relative;
}
.next-up-event .event-text-info .view-more img.rotate {
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.next-up-event .event-text-info .view-more span {
  display: none;
}
.next-up-event .event-text-info .view-more span.active {
  display: block;
}
.next-up-event .event-text-info .view-more img {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
.next-up-event .line-up {
  margin-top: -260px;
}
.next-up-event .line-up .guest-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.next-up-event .line-up .guest-wrapper .guest {
  width: 50%;
  padding: 10px;
}
.next-up-event .location .border-bottom {
  margin-top: -180px;
}
.next-up-event .location .location-wrapper .location-info .container {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.next-up-event .location .location-wrapper .location-info .container .title {
  font-size: 60px;
  line-height: 70px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #FFFFFF;
}
.next-up-event .location .location-wrapper .location-info .container .title-info {
  font-size: 35px;
}
.next-up-event .location .location-wrapper .location-info .container .title-info em {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-style: normal;
  font-size: 24px;
}
.next-up-event .tikets-wrapper {
  margin-top: 0;
}
.next-up-event .tikets-wrapper .label-title {
  margin-bottom: 50px;
}
.next-up-event .tikets-wrapper .container {
  max-width: 1520px;
}
.next-up-event .tikets-wrapper .tikets-grid {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.next-up-event .tikets-wrapper .tiket {
  width: 24%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
}
.next-up-event .tikets-wrapper .tiket img {
  width: 100%;
}
.next-up-event .tikets-wrapper .tiket .prices {
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 75px;
  align-items: center;
  justify-content: center;
}
.next-up-event .tikets-wrapper .tiket .prices .old-price {
  font-size: 18px;
}
.next-up-event .tikets-wrapper .tiket .prices .old-price s sup {
  font-size: 10px;
}
.next-up-event .tikets-wrapper .tiket .prices s {
  position: relative;
}
.next-up-event .tikets-wrapper .tiket .prices s:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background: red;
  z-index: 999;
}
.next-up-event .tikets-wrapper .tiket .prices .actual-price {
  font-size: 40px;
  font-weight: 600;
}
.next-up-event .tikets-wrapper .tiket .prices .actual-price sup {
  font-size: 20px;
}
.next-up-event .tikets-wrapper .tiket .button {
  margin: 0 auto 25px;
}
.next-up-event .tikets-wrapper .tiket .button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to bottom, #f5f5f5, #ddd);
  border: 2px solid #bbb;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.next-up-event .tikets-wrapper .tiket .button a:hover {
  transition: all 400ms ease-in-out;
  transform: scale(1.01);
  border: 2px solid #c1acd0;
}
.next-up-event .tikets-wrapper .tiket .button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.next-up-event .tikets-wrapper.transparent .tiket {
  background-color: transparent;
  border: 2px solid #c1acd0;
  border-radius: 20px;
}
.next-up-event .tikets-wrapper.transparent .tiket .button a {
  background: #5b0a54;
  color: #fff;
  letter-spacing: 1px;
  width: 92%;
  justify-content: center;
  border-color: transparent;
}
.next-up-event .tikets-wrapper.transparent .tiket .details-tiket .view-details {
  color: #fff;
}
.next-up-event .tikets-wrapper.transparent .tiket .details-tiket ul li {
  color: #fff;
}
.next-up-event .tikets-wrapper .details-tiket {
  padding: 0 10px;
  border-radius: 10px;
}
.next-up-event .tikets-wrapper .details-tiket .view-details {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.next-up-event .tikets-wrapper .details-tiket .view-details em {
  font-size: 13px;
}
.next-up-event .tikets-wrapper .details-tiket ul {
  text-align: left;
  padding-bottom: 10px;
  display: none;
}
.next-up-event .tikets-wrapper .details-tiket ul li {
  font-size: 13px;
  color: #000000;
  padding-bottom: 5px;
  position: relative;
}
.next-up-event .tikets-wrapper .details-tiket ul li em {
  color: #36A852;
  font-size: 17px;
  position: relative;
  bottom: -3px;
}
.next-up-event .tikets-wrapper .details-tiket ul li strong {
  position: relative;
  font-weight: normal;
}
.next-up-event .tikets-wrapper .details-tiket ul li strong small {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: left;
  font-size: 10px;
  width: 130px;
}
.next-up-event .tikets-wrapper .details-tiket ul li small {
  color: #818EA0;
  font-size: 10px;
}
.next-up-event .next-up-form .container {
  padding: 30px 20px;
}
.next-up-event .next-up-form .container img {
  width: 100%;
}
.next-up-event .grand-prize {
  padding: 10px 0;
  background-color: #FFFFFF;
  margin: 100px 0;
  position: relative;
}
.next-up-event .grand-prize:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #FFFFFF 90%);
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
}
.next-up-event .grand-prize:after {
  content: "";
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 10%, #FFFFFF 90%);
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
}
.next-up-event .grand-prize .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.next-up-event .grand-prize .container .grand-prize-text {
  max-width: 500px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}
.next-up-event .grand-prize .container .grand-prize-text small {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  font-weight: 400;
  color: #818EA0;
}
.next-up-event .grand-prize .container .grand-prize-text img {
  width: 100px;
  margin-bottom: -10px;
}
.next-up-event .gallery-event .swiper-slide {
  background: transparent;
}
.next-up-event .gallery-event img {
  border-radius: 10px;
}
.next-up-event .gallery-event .autoplay-progress {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
}
.next-up-event .gallery-event .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #FFFFFF;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.next-up-event .gallery-event .swiper-button-prev {
  color: #FFFFFF;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  stroke-width: 2px;
  stroke: red;
  fill: none;
}
.next-up-event .gallery-event .swiper-button-prev:after {
  font-size: 20px;
}
.next-up-event .gallery-event .swiper-button-next {
  color: #FFFFFF;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  stroke-width: 2px;
  stroke: red;
  fill: none;
}
.next-up-event .gallery-event .swiper-button-next:after {
  font-size: 20px;
}
.next-up-event .question {
  margin: 50px 0;
}
.next-up-event .question .ui-state-default {
  font-family: "Euclid-Circular", sans-serif;
}
.next-up-event .question .ui-accordion-header {
  background-color: transparent !important;
  border-color: #c1acd0 !important;
  padding: 10px;
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 300 !important;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
}
.next-up-event .question .ui-accordion-header:before {
  font-family: "Ionicons", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  content: "\f123";
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #FFFFFF;
}
.next-up-event .question .ui-accordion-header span {
  display: none;
}
.next-up-event .question .ui-accordion-header-active:before {
  font-family: "Ionicons", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f126";
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #FFFFFF;
}
.next-up-event .question .title {
  text-align: left;
}
.next-up-event .question .title strong {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  background-color: #5b0a54;
  border-radius: 50%;
  line-height: 25px;
  font-weight: 500;
  font-size: 13px;
  margin-right: 5px;
}
.next-up-event .question .ui-accordion .ui-accordion-content {
  background-color: transparent;
  border-color: #c1acd0 !important;
  color: #FFFFFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  letter-spacing: 0.5px;
  font-weight: 300 !important;
  font-size: 14px;
  font-family: "Euclid-Circular", sans-serif;
  line-height: 22px;
}
.next-up-event .question .ui-accordion .ui-accordion-content li, .next-up-event .question .ui-accordion .ui-accordion-content p {
  margin-top: 10px;
}
.next-up-event .question .ui-accordion .ui-accordion-content li:first-child, .next-up-event .question .ui-accordion .ui-accordion-content p:first-child {
  margin-top: 0;
}
.next-up-event .question .ui-accordion-header.ui-accordion-header-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.next-up-event .condition-of-use {
  text-align: center;
  background: linear-gradient(to top, rgb(1, 1, 1) 70%, rgba(1, 1, 1, 0));
  padding: 0 10px;
  margin-bottom: 70px;
}
.next-up-event .condition-of-use img {
  width: 300px;
  margin-top: 50px;
}
.next-up-event .condition-of-use strong {
  font-size: 30px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding-top: 20px;
}
.next-up-event .condition-of-use a {
  background-color: #5b0a54;
  padding: 10px 30px;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  min-width: 150px;
  margin: auto;
  transition: all 400ms ease-in;
  text-align: center;
}
.next-up-event .condition-of-use a:hover {
  transition: all 400ms ease-in-out;
  transform: scale(1.1);
}
.next-up-event .back-to-site,
.next-up-event .call {
  display: inline-block;
  min-width: 150px;
  margin: auto;
  transition: all 400ms ease-in;
  text-align: center;
}

.jarallax {
  min-height: 100vh;
  margin-bottom: 70px;
  position: relative;
  z-index: 0;
}

.back-to-site,
.call {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99;
  background-color: #5b0a54;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 25px;
  text-decoration: none !important;
  width: max-content;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.back-to-site:hover,
.call:hover {
  transition: all 400ms ease-in-out;
  transform: scale(1.1);
}

.call {
  bottom: 50px;
  width: 150px;
  font-size: 11px;
}
.call em {
  font-size: 18px;
  position: relative;
  bottom: -3px;
  left: 0;
}

/* Awards next-up*/
.next-up-form .awards {
  padding: 10px 0;
  margin: 100px 0;
  position: relative;
  margin-top: -20px;
  margin-bottom: -10px;
}

.next-up-form {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 30px 0;
}

.next-up-form .container {
  max-width: 1280px;
}

.next-up-form .awards {
  background-image: url(../../images/concurs-fomular-nextup/f11.png);
  background-size: cover;
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: center;
}

.next-up-form .registration-form {
  background-image: url(../../images/concurs-fomular-nextup/f3.png);
  background-size: cover;
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: center;
}

.next-up-form .registration-form img {
  max-width: 400px;
  margin: auto;
  display: block;
}

.awards-button {
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  width: max-content;
  margin: auto;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.next-up-form .inputs:has(.picture-uploaded) {
  width: 33.33%;
  float: left;
}

.next-up-form .inputs:has(.picture-uploaded) label {
  display: none !important;
}

.next-up-form .wrapper-picture-upload {
  flex-direction: column;
  padding-bottom: 0 !important;
}

.next-up-form .registration-form .inputs:nth-child(2) {
  padding-bottom: 30px;
  position: relative;
}

.next-up-form .registration-form .inputs:nth-child(2):before {
  content: "Incarcati fotografii";
  font-size: 13px;
  color: #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 600;
}

.next-up-form .wrapper-picture-upload > div img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}

.next-up-form .custom-form .inputs > button {
  display: none;
}

.next-up-form form {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.13);
  padding: 10px 20px;
  max-width: 500px;
  margin: auto;
  width: 98%;
}

.next-up-form form .form-fields,
.next-up-form form .form-fields input[type=text] {
  background-color: transparent;
}

.next-up-form .custom-form .form-fields {
  padding: 0;
}

.next-up-form .custom-form label {
  text-transform: uppercase;
  width: 115px !important;
}

.next-up-form .custom-form .buttons {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}

.next-up-form .custom-form .inputs input {
  width: calc(100% - 140px);
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}

.next-up-form .custom-form .inputs #Fotografie_1PictureUploadContainer,
.next-up-form .custom-form .inputs #Fotografie_2PictureUploadContainer {
  border: 0 !important;
}

.next-up-form .custom-form .inputs label[for=Fotografie_1],
.next-up-form .custom-form .inputs label[for=Fotografie_2] {
  display: none !important;
}

.next-up-form .custom-form .inputs:has(#Fotografie_1PictureUploadContainer),
.next-up-form .custom-form .inputs:has(#Fotografie_2PictureUploadContainer) {
  width: 50%;
  float: left;
}

.next-up-form .custom-form .inputs:has(#Fotografie_1PictureUploadContainer) .required,
.next-up-form .custom-form .inputs:has(#Fotografie_2PictureUploadContainer) .required {
  display: none !important;
}

.next-up-form .button-picture-upload {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.next-up-form .button-picture-upload button {
  padding: 5px 10px;
  border: 0;
  font-size: 11px;
  border-radius: 30px;
  color: #fff;
  font-weight: 300;
}

.next-up-form .inputs:has(.picture-uploaded) .required {
  display: none;
}

.next-up-form .inputs:has(.picture-uploaded) .field-validation-error {
  white-space: break-spaces;
}

.next-up-form .custom-form {
  margin-top: 20px;
}

.next-up-form .field-validation-error {
  color: #5B0A54;
  font-size: 12px;
  margin-top: 0;
}

.next-up-form .custom-form .form-fields .inputs:nth-child(2) {
  position: relative;
  padding-bottom: 10px;
}

.next-up-form .custom-form .form-fields .inputs:nth-child(2):after {
  content: "INCARCA FOTOGRAFIILE";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.next-up-form .required {
  display: none;
}

.next-up-form .button-picture-upload button.change_picture {
  background-color: #5B0A54;
}

.next-up-form .button-picture-upload button.delete_picture {
  background-color: #DDDDDD;
  color: #5B0A54;
}

.next-up-form .wrapper-picture-upload img {
  border-radius: 10px;
}

.next-up-form .custom-form > form > .buttons button {
  background-color: #96E816;
  color: #000;
  font-weight: 600;
  padding: 5px 20px !important;
}

.form-next-up {
  position: relative;
  width: 100%;
}

.next-up-form .custom-form > form > .buttons button:before {
  content: none;
}

.custom-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.next-up-form .custom-form > form > .buttons button:after {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: "\f1d8";
  font-size: 15px;
  position: relative;
  color: #000;
  line-height: 27px;
  transition: all 300ms linear;
}

.custom-form .result.success {
  color: #000;
  background-color: #96E816;
  max-width: 500px;
  margin: 10px auto;
  border-radius: 20px;
}

@media (min-width: 1001px) {
  .next-up-form form {
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .custom-form {
    margin-top: 0;
    top: 42%;
    width: 90%;
  }
  .next-up-form .custom-form .inputs input {
    width: 100% !important;
  }
  .next-up-form .custom-form label {
    text-align: left;
  }
  .next-up-form a img {
    max-width: 300px !important;
  }
  .next-up-form .zoom {
    scale: 1.1;
  }
  .form-next-up {
    padding-block: 50px;
  }
  .next-up-form .field-validation-error {
    color: #5B0A54;
    font-size: 9px;
  }
}
@media (max-width: 1000px) {
  .next-up-event body {
    padding-top: 0;
  }
  .next-up-event .label-title:before {
    width: 90%;
  }
  .next-up-event .parallax-section #countdown .number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .next-up-event .text-info {
    background-image: url(../../images/next-up-2024/text-next-up.png);
    background-position: top -15px left 10px;
    background-repeat: no-repeat;
    padding-top: 10%;
    background-size: 90%;
  }
  .next-up-event .text-info p {
    text-align: center;
    font-size: 16px;
  }
  .next-up-event .line-up .guest-wrapper {
    gap: 0;
  }
  .next-up-event .line-up .guest-wrapper .guest {
    width: 50%;
    padding: 0;
  }
  .next-up-event .location-wrapper .location-info .container {
    flex-direction: column;
    text-align: center;
  }
  .next-up-event .location-wrapper .location-info .container .title {
    font-size: 40px;
    line-height: 70px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    font-weight: 600;
  }
  .next-up-event .location-wrapper .location-info .container .title-info {
    font-size: 30px;
  }
  .next-up-event .example-1 {
    display: none !important;
  }
  .next-up-event #app-link {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .next-up-event .parallax-section .image-counter {
    width: 100%;
  }
  .next-up-event .video em {
    color: #FFFFFF;
    font-size: 25px;
    display: block;
    max-width: 600px;
    margin: auto;
    margin-bottom: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    font-style: normal;
  }
  .next-up-event .tikets-wrapper .tikets-grid {
    align-items: start !important;
  }
  .next-up-event .tikets-wrapper .tiket {
    width: 98%;
    margin-bottom: 15px;
  }
  .next-up-event .grand-prize .container {
    flex-direction: column;
  }
  .next-up-event .grand-prize .container .grand-prize-text {
    text-align: center;
  }
  .next-up-event .condition-of-use a {
    font-size: 13px;
    padding: 10px 10px;
  }
  .next-up-event .question .ui-accordion-header {
    padding-right: 25px !important;
  }
  .next-up-event .label-title .label-title-name {
    font-size: 30px;
  }
  .call {
    left: unset;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 520px) {
  .next-up-event .why-participate {
    padding-top: 80px;
  }
  .next-up-event .why-participate .container {
    width: 95%;
  }
  .next-up-event .why-participate .container .info-text {
    padding: 35px 20px;
  }
  .next-up-event .why-participate .container .info-text li {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .next-up-event .next-up-form {
    padding: 20px 0 20px;
  }
  .next-up-event .condition-of-use strong {
    font-size: 24px;
  }
  .next-up-event .tikets-wrapper {
    margin-top: 50px;
  }
  .next-up-event .tikets-wrapper .tiket {
    width: 48%;
    padding: 5px;
  }
  .next-up-event .location .location-wrapper .seats {
    margin-top: 0;
  }
  .next-up-event .location .border-bottom {
    margin-top: -50px;
  }
}

/*# sourceMappingURL=next-up.css.map */
