/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
.regForm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 380px;
  padding: 28px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  max-height: 620px;
  padding-bottom: 0;
  background: white;
}

.registrationButton {
  background: var(--color_1);
  width: 180px;
  height: 50px;
}

.registrationIframe {
  max-height: 550px;
}

.closeBtn {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.closeMark {
  cursor: pointer;
  font-size: 20px;
  margin-right: 15px;
  color: black;
}

.container {
  display: none;
}

.showForm {
  display: inline-block;
  position: absolute;
}

.hideform {
  display: none;
}

.registrationContainer {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.ticketingIframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
  max-height: 100%;
}

.overlay1 {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 200;
  cursor: pointer;
}

.enterEvent {
  margin: 0 auto;
}

.buttonWrapper {
  visibility: hidden;
}

.loaderContainer1 {
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 202;
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3d0792;
  width: 18px;
  height: 18px;
  animation: spin 2s linear infinite;
  top: 50%;
  position: fixed;
}

.loaderText1 {
  font-size: 24px;
  color: #f0f8ff;
  font-weight: 400;
  display: none;
  top: 55%;
  position: fixed;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circleIcon {
  color: rgb(231, 121, 117);
}

.errorContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  gap: 10px;
}

.errorMessageContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.errorContainer {
  display: none;
  flex-direction: column;
  margin: 8px auto 0 auto;
  max-width: 50%;
  background: #FCF2F2;
  border: 1px solid #C48D8A;
  border-radius: 4px;
  box-sizing: border-box;
}

.errorMessage {
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: rgb(140, 40, 34);
  word-break: break-word;
  text-align: start;
}

.widget-1f5975 .copyright {
    font-size: 13px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}
