:root {
    --pageTop_font-size: 12px;
    --pageTop_font-size--small: 10px;
    --pageTop_space: 10px;
    --pageTop_space--large: 36px;
    --pageTop_bg-color--primary:#22003cb0;
}

.page-top__content {
	grid-template-columns: .9fr .4fr !important;
}
.bottom-right {
	display:none !important;
}

@media (max-width: 990px) { 
.page-top__content {grid-template-columns: .7fr .4fr !important;}
}
@media (max-width: 768px) {
.page-top__content {grid-template-columns: auto !important;}
}

.page-top {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.page-top__content {
    display: grid;
    column-gap: 20px;
    background: #000000;
    border: 3px solid #aa48dd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-left: var(--pageTop_space--large);
    padding-right: var(--pageTop_space--large);
    padding-top: var(--pageTop_space);
    padding-bottom: var(--pageTop_space);
}
.page-top__content__form-side__head__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.page-top form.customInfForms {
    background-color: #301934;
	margin: 10px 0px !important;
}

.page-top form.customInfForms .infusion-field input {
    font-size: var(--pageTop_font-size);
    padding: 5px;
    margin: unset !important;
}

.page-top .customInfForms .infusion-field.radio {
    padding: 8px 0px;
    grid-template-columns: 1fr minmax(100px, 1fr);
    gap: 10px;
    font-size: var(--pageTop_font-size);
    background-color: #240364;
    margin-bottom: 5px;

}

.page-top .form-info-text {
    font-size: var(--pageTop_font-size);
    padding: var(--pageTop_space);
    font-size: var(--pageTop_font-size--small);
    margin: unset;
    background-color: #301934;
}

.page-top form.customInfForms .infusion-field label {
    font-weight: normal;
}

form.customInfForms .infusion-submit button {
    font-size: 12px;
    padding: 2px;
    line-height: normal;
}
.page-top-content-form-sidenav {
	padding-top:20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
a.wawsm-btn {
	background-image: -moz-linear-gradient(top, #7F07D4 0%, #7302C7 100%);
	background-image: -ms-linear-gradient(top, #7F07D4 0%, #7302C7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7F07D4), to(#7302C7));
	background-image: -webkit-linear-gradient(top, #7F07D4 0%, #7302C7 100%);
	background-image: -o-linear-gradient(top, #7F07D4 0%, #7302C7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #7F07D4), to(#7302C7));
	background-image: linear-gradient(top, #7F07D4 0%, #7302C7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F07D4', endColorstr='#7302C7');
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
  border-radius: 4px;

}
.page-top h3.sidetitle {
	font-size: 1.2rem !important;
	color: #fff !important;
	background: transparent;
	margin: 0px 0px 8px;
	padding: 0px;
}
.page-top__author-info {
	margin-top:5px;
    width: 100%;
    display: flex;
}
.page-top__author-info img {
    width: 30%;
    max-height: 59px;
    border-radius: 0px;
    margin-bottom: 5px;
}
.page-top__author-info p {
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    margin-bottom: 0px;
}
.landing h1 {
    margin: 15px 0;
    font-size: 30px;
    line-height: 1;
}

@media (max-width: 768px) {
  .page-top__content {
    grid-template-columns: auto;
	padding-top:80px;
	}
	.page-top__content__video-side .videoWrapper {
	    padding-top: 0px;
		margin-bottom: 20px;
	}
	.page-top__author-info img {
    width: 22%;
    margin-left: 1px;
	}
	.page-top__content {
	padding-left:15px;
	padding-right:15px;
	}
	.form div[role=main], .grid[role=main] {
    margin: 10px 0 0 !important;
	}
	
  .banner-buttons{
display:none !important;
}
.btnGrid-3-2 {
display:none !important;
}
    .event-info h3 {
        margin-bottom: 10px;
		color: #7D07D4 !important;
    }

}

@media (max-width: 768px) {
  .summary .stat {
    background: #000000c7;
  }
}

@media (min-width: 769px) {
  .infusion-field.custom label {
    min-width: 26%;
    display: inline-block;
    text-align: right;
    color: white;
  }

  .infusion-field.custom input, .infusion-field.custom button {
    width: 50%;
  }

  .infusion-calendar-wrapper.custom {
    width: 50%;
    display: inline-block;
  }

  input.w-100 {
    width: 100% !important;
  }

  .contentForm {
    -webkit-box-shadow: 1px 1px 10px 0 #000;
    -moz-box-shadow: 1px 1px 10px 0 #000;
    box-shadow: 1px 1px 10px 0 #000;
    padding: 10px;
    background: #1b1c1f;
  }
}

.imgandbouttons {
  display: flex;
  flex-direction: row;
  padding: 20px;
}

.buttons {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  padding: 0px 29px;
}

@media (max-width: 769px) {
  .imgandbouttons {
    flex-direction: column !important;
    padding: 0px;
  }
}


@media (max-width: 769px) {
  .buttons {

    /*height: 294px;*/
    height: auto;
    padding: 15px;
  }

  .custom-button2 {
    font-size: 16px;
  }
}

.maleButtons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.infusion-field.custom label {
  color: white;
}




.eventModal {
  display: none;

  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.241);
  z-index: 9999999998;
}

.modal-content {
  background-color: rgb(121 5 205 / 80%);
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
}

.eventModalclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.eventModalclose:hover,
.eventModalclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*ticket start*/
.ticket-area {
  display: block;
  background-color: #7E0479;
  color: white;
  margin-bottom: 30px;
  opacity: 0.9;
  background: repeating-linear-gradient(-45deg, #5a0298e6, #5a02983b 2.5px, #7f07d475 2.5px, #7f07d496 12.5px);
}

.ticket-area .top-banner {
  display: inline-block;
  width: 100%;
  position: relative;
}

.ticket-area .top-banner img {
  position: relative;
  width: 100%;
  height: auto;
  border: unset !important;
  margin-bottom: 0 !important;
}

.ticket-area .ticket-area-content {
  display: inline-block;
  width: 100%;

  padding: 30px 0px;
}

.ticket-area .padding {
  padding: 0px 20px;
}

.ticket-area .ticket-title {
  margin: 30px 0;
}

.ticket-area .ticket-title h1 {
  color: #febc11;
  font-size: 230%;
  line-height: 35px;
  margin: 0 0 15px;
  text-align: center;
  text-shadow: -1px 0px 10px #000000;
  text-transform: uppercase;
}

.ticket-area .ticket-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ticket-area .ticket-stats .stat-item {
  display: inline-grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 10px;
  background-color: #3d0564b5;
  padding: 14px;
  border: 1px solid #FEBC11;
  transition: all 0.5s ease;
}

.ticket-area .ticket-stats .stat-item:hover {
  background-color: #febc1161;
}

.ticket-area .ticket-stats .stat-item:hover .stat-icon {
  color: white;
}

.ticket-stats .stat-item .stat-icon {
  font-size: 42px;
  color: #FEBC11;
  transition: all 0.5s ease;
}

.ticket-stats .stat-item .stat-title {
  font-size: 22px;
  font-weight: bold;
}

.ticket-stats .stat-item .stat-content {
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
}

.ticket-area a:link,
.ticket-area a:visited {
  color: #FEBC11;
}

.ticket-area .action-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.action-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}


.ticket-area .action-buttons .action-item {
  text-align: center;
  padding: 10px 5px;
  background: white;
  color: #493123;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #493123;
}

.action-buttons .action-item {
  text-align: center;
  padding: 10px 5px;
 
  color: white;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #7F07D4 0%, #7302C7 100%);
  border: 1px solid #493123;
}


.ticket-area .action-buttons .action-item:hover {
  color: #7E0479;
}



.ticket-area .video-section-wrap {
  margin: 20px 0;
  position: relative;
}

.ticket-area .video-section {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #3d0564b5;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}


/* .ticket-area .video-section iframe {
  position: relative;
  width: 100%;
  min-height: 456px;
  height: 52%;
 
} */

.video-container {}

.video-section iframe,
.video-section object,
.video-section embed,
.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a62ea1;
  opacity: .1;
  transition: all 0.5s ease;
}



.ticket-area .video-title-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;

}

.ticket-area .video-section-wrap .video-title-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ticket-area .video-section-wrap .video-title-area .video-icon {
  font-size: 42px;
  margin-bottom: 20px;
  color: #FEBC11;
}

.ticket-area .video-section-wrap .video-title-area .video-title {
  font-size: 22px;
  font-weight: bold;
}

.ticket-area .video-section-wrap:hover iframe {
  opacity: 1;
}

.ticket-area .video-section-wrap:hover video {
  opacity: 1;
}

.ticket-area .video-section-wrap:hover .video-title-wrap {
  opacity: 0;
  display: none;
}

.ticket-area .service-wrap {
  margin: 20px 0;
}

.ticket-area .service {
  display: flex;
  background-color: #3d0564b5;
  border: 1px solid #FEBC11;
  padding: 14px;
  transition: all 0.5s ease;
}

.ticket-area .service .service-head {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  justify-items: center;
}

.ticket-area .service .service-icon {
  font-size: 42px;
  color: #FEBC11;
  transition: all 0.5s ease;
}

.ticket-area .service .service-title {
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

.ticket-area .service .service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ticket-area .service .service-content p {
  margin: unset;
}

.ticket-area .service:hover {
  background-color: #febc1161;
}

.ticket-area .service:hover .service-icon {
  color: white;
}

@media screen and (max-width: 768px) {
  .ticket-area .ticket-stats {
    grid-template-columns: 1fr;
  }

  .ticket-area .service {
    flex-direction: column;
  }

  .ticket-area .service .service-head {
    margin-bottom: 10px;
  }

  .ticket-area .action-buttons {
    grid-template-columns: 1fr 1fr;
  }

   .action-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .ticket-area .padding {
    padding: 0px 10px;
  }
}

/*ticket end*/


/*partypass start*/
.btnGrid-5-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}

.btnGrid-5-1 .custom-button2 {
  min-height: 98px;
}

@media (max-width: 767px) {
  .btnGrid-5-2 {
    grid-template-columns: 1fr 1fr;
  }

  .btnGrid-5-1 .custom-button2 {
    min-height: 60px;
  }
}


.btnGrid-5-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}

@media (max-width: 767px) {
  .btnGrid-5-1 {
    grid-template-columns: 1fr;
  }
}


table.customTable tr td:first-child {
/*  background-color: #7539a0;	*/
}

/*partypass end*/


/*new button update*/
.ticket-btn-section {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}

.clubbtn4-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.clubbtn4-1 .ticket-btn-section {
  margin: 0px;
}

.clubbtn4-1 .ticket-btn-section .btn {
  width: 100%;

}

.ticket-btn-section .btn:only-child {
  min-width: 100%;
}

.clubbtn4-1 .ticket-btn-section .btn:only-child {
  min-width: unset;
}

.ticket-btn-section .btn {
  height: auto;
  padding: 5px 20px;
  font-size: 16px;
}


@media screen and (max-width: 768px) {

  .clubbtn4-1 {
    grid-template-columns: 1fr;
  }

  .clubbtn4-1 .ticket-btn-section {

    margin: 6px 0;
  }

  .ticket-btn-section .btn:only-child {
    min-width: unset;
  }
}

.onlyMobilePhone {
  display: none;
}

@media screen and (max-width: 768px) {
  .onlyMobilePhone {
    display: inherit;
  }

  h2 {
    font-size: 19px !important;
  }
}

/*new button update end*/



/*new Event search section update start*/


.eventSearch__wrap {
  display: block;
  background: #7403c9;
  background: rgb(116, 3, 201);
  background: radial-gradient(circle, rgba(116, 3, 201, 1) 0%, rgba(19, 0, 48, 1) 100%);
  padding: 20px;
}

.eventSearch {
 margin-bottom: 20px;

}

.eventSearch .eventSearch__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr .6fr .4fr;
  gap: 20px;
}

.eventSearch .eventSearch__inputs input, .eventSearch .eventSearch__inputs select {
  height: 100%;
}

.eventSearch .eventSearch__title {
  margin: unset;
  color: #FEBC11;
  background: unset;
  text-shadow: unset;
}


@media screen and (max-width: 768px) {
  .eventSearch .eventSearch__inputs {
    grid-template-columns: 1fr;
  }
  #imageContainer {
    margin-top: 10px !important;
  }
  .page-top {
    margin: 6px 0;
	}

  .eventSearch__inputs button[type=submit] {
    padding: 20px;
  }
}

.eventSearch-for-nav .eventSearch .eventSearch__inputs {
  grid-template-columns: 1fr;
}

.eventSearch-for-nav .eventSearch .eventSearch__inputs button[type=submit] {
  padding: 20px;
}


.eventSearch__wrap .eventList{
  height: 1000px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.eventList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.eventList::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.eventList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.eventList::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.eventList::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}


/*new Event search section update end*/