/* General Styling */
@font-face {
  font-family: ClashDisplay;
  src: url(../font/ClashDisplay-Variable.ttf);
}

* {
  font-family: ClashDisplay;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 18px;
}


a {
  color: black;
  text-decoration: none;
}

button {
  border-radius: 10px;
}

input {
  border-radius: 10px;
}

.text-primary {
  color: #655aff !important;
}

.btn:hover {
  background-color: #655aff !important;
  color: white !important;
}

.btn:disabled {
  background-color: #d5d5d5 !important;
  border-color: black;
  color: black;
}

.toast-body {
  font-size: 16px;
}

/* Header Styles */
header .navbar {
  height: auto;
  padding: 15px 0px;
}

header .navbar .logged-user .dropdown-toggle {
  display: flex;
  align-items: center;
}

header .navbar .logged-user .dropdown-toggle::after {
  display: none;
}

header .navbar .logged-user .dropdown-toggle:focus-visible {
  box-shadow: none;
}

header .navbar .logo {
  max-height: 45px;
  margin-top: 6.2px;
}

header .navbar-toggler {
  border: none;
}

header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .explore-button .btn {
  padding: 2px 20px;
  font-size: 28px;
  font-weight: 500;
  border-radius: 0;
  color: #473bf0;
  /* border: 1px solid; */
  border-left: 1px solid #bcbcbc;
  line-height: 1;
  transform: 0.3s;
}

header .explore-button .btn:active {
  box-shadow: none;
  outline: none;
  border: none;
}

header .explore-button .btn:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

header .explore-button .btn i {
  font-size: 28px;
  margin-right: 6px;

  margin-right: 20px;
  transform: 0.3s;
  color: #473bf0;
}

header .explore-button .btn i:hover {
  opacity: 0.7;
}

header .explore-button .btn:hover {
  background-color: white !important;
  color: #473bf0 !important;
}

header .navbar-nav .nav-link img {
  max-height: 35px;
}

header .user-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}

header h6 {
  font-size: 15px;
  font-weight: 400;
}

header .user-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(158, 151, 255);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: auto;
  margin-bottom: 5px;
}

header .logged-user .dropdown-item {
  font-size: 16px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.show {
  border: 1px solid #ddd;
  display: block;
  border-radius: 0px;
  box-shadow: 1px 5px 7px 2px #00000030;
}

.singleRelatedEvent {
  cursor: pointer;
}

.videoPlayer0-dimensions {
  width: 100% !important;
  height: 350px;
  border-radius: 20px;
}

.videoPlayer0-dimensions img {
  object-fit: contain !important;
}

.banner-image .video-js {
  width: 100% !important;
  height: 350px !important;
  border-radius: 20px;
}

.banner-style-1 .first .video-js {
  height: 468px !important;
}

.banner-style-5 .first .video-js {
  height: 468px !important;
}

.banner-style-1 img.first {
  height: 468px !important;
}

.banner-image-small .video-js {
  width: 100% !important;
  height: 230px;
  border-radius: 20px;
}

.banner-image-small-large .video-js {
  width: 100% !important;
  height: 170px;
  border-radius: 20px;
}

.banner-style-4 .banner-image .video-js {
  width: 700px !important;
}

.banner-image .video-js img {
  object-fit: contain !important;
}

.video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  line-height: 65px;
  border-radius: 50%;
  top: 47%;
  left: 52%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 25px;
}

.video-js .vjs-control-bar {
  border-radius: 20px;
}

.nonTicketingSummery .questionAnswers .participationType{
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 25px;
  color: #666666;
}
.nonTicketingSummery .questionAnswers .participationType b{
  font-size: 25px;
  font-weight: 600;
  color: black;
}

.nonTicketingSummery .questionAnswers .youhaveRsvped {
  margin-bottom: 30px;
  /* padding-bottom: 20px;
  border-bottom: 1px solid #000; */
  font-weight: 400;
  font-size: 25px;
  color: #666666;
}

.nonTicketingSummery .questionAnswers .youhaveRsvped b {
  font-weight: 600;
  font-size: 25px;
  color: black;
}

.nonTicketingSummery .questionAnswers .youhaveRsvped span {
  margin-left: 10px;
  color: #655aff;
  font-weight: 500;
  font-size: 25px;
}

.text-danger {
  color: #e57373 !important;
}

.fs-16 {
  font-size: 16px !important;
}

.bookedTickets .confirmPaymentBtn {
  background: #ffd25d;
  padding: 7px 20px;
  border: 1px solid #000;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
}

.bookedTickets .confirmPaymentBtn:hover {
  background: #655aff;
  color: white;
}

.booking-ticket-sum-details .eventMsg .confirmPaymentBtn {
  background: #ffd25d;
  padding: 7px 20px;
  border: 1px solid #000;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

.booking-ticket-sum-details .eventMsg .confirmPaymentBtn:hover {
  background: #655aff;
  color: white;
}

.booking-ticket-sum-details .eventMsg p span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bankInfo p {
  font-size: 16px;
}

.booking-ticket-sum-details .eventMsg {
  display: flex;
  align-items: start;
  gap: 20px;
  padding-bottom: 40px;
  /* border-bottom: 1px solid #000;
    margin-bottom: 40px; */
}

.booking-ticket-sum-details .eventMsg .logo {
  width: 100px;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  padding: 6px;
}

.booking-ticket-sum-details .eventMsg p {
  margin-bottom: 0px;
}

.booking-ticket-sum-details .eventMsg .completeDonationBtn {
  background: #f9cd5b;
  color: black;
  padding: 5px 20px;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 7px;
  font-weight: 500;
  border: 1px solid #000;
  transition: 0.3s;
}

.booking-ticket-sum-details .eventMsg .completeDonationBtn:hover {
  background: #463aee;
  color: white;
}

.booking-ticket-sum-details .eventMsg h5 {
  font-weight: 600;
  font-size: 30px;
}

.ticketBookDtls {
  padding: 30px;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  background: #fcfcfc;
}

.ticketBookDtls .topPart {
  margin-bottom: 20px;
}

.ticketBookDtls .topPart h5 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #58b09b;
}

.ticketBookDtls .topPart h5.pending {
  color: #e57373 !important;
}

.ticketBookDtls .topPart h4 {
  margin-bottom: 0px;
}

.ticketBookDtls h4 {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
}

.ticketBookDtls h6 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.statusIconCls {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticketBookDtls h6 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.ticketBookDtls h6 #intent-amount {
  display: block;
  font-size: 45px;
  color: #473bf0;
  font-weight: 600;
}

.ticketBookDtls .donationDetails {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ticketBookDtls h6 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.ticketBookDtls h6 #intent-id {
  display: block;
  font-weight: 400;
  opacity: 0.7;
  font-size: 18px;
  margin-top: 5px;
  color: #463aee;
}

.ticketBookDtls h6 #buying {
  display: block;
  font-weight: 400;
  opacity: 0.7;
  font-size: 18px;
  margin-top: 5px;
  color: #463aee;
}

.bottomGaps {
  margin-bottom: 30px;
}

.collaplableSummary {
  margin-top: 0px;
}

.stripeConnectWrapper {
  padding: 70px 0px;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
}

.stripeConnectWrapper .btn-checkout {
  background: #ffd25d;
  color: black;
  border: 1px solid #000;
}

.stripeConnectWrapper h2 {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}

.stripeConnectWrapper p {
  font-size: 18px;
}

.congratulationPage img {
  width: 150px !important;
  margin-bottom: 20px;
}

.congratulationPage .btn {
  background: #ffd25d;
  color: black;
  border: 1px solid #000;
  margin-top: 30px;
}

.congratulationPage h3 {
  font-size: 40px;
}

.ticket-date-selection-section .accordion-header {
  display: none;
}
.ticket-date-selection-section .accordion-body {
  padding: 0px;
}

.text-success {
  color: #58b09b !important;
}

.datepickerIcon {
  background-image: url(../img/calendar2.svg);
  background-repeat: no-repeat;
  background-position: 97% 10px;
}

.bg-danger {
  background-color: #e57373 !important;
}

.btn-yellow {
  background-color: #ffd25d !important;
  color: black !important;
  border: 1px solid #000 !important;
}

.noTicketsAvailable .wrapper{
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.noTicketsAvailable .wrapper img{
  width: 200px;
}

.noTicketsAvailable .wrapper p{
  margin-bottom: 0px;
}

.noTicketsAvailable .btn{
  font-weight: 500;
  padding: 12px 30px;
}

.alreadyHasDonatedDiv .accordion-header{
  display: block !important;
  margin-top: 0px !important;
}

.alreadyHasDonatedDiv .accordion-header button{
  padding: 0px;
  color: black;
  /* margin-bottom: 25px; */
}

.alreadyHasDonatedDiv .accordion-header button span{
  color: #473bf0;
  font-size: 24px;
  margin: 0px 8px;
  font-weight: 600;
}

.alreadyHasDonatedDiv .accordion-header button span.text-danger{
  padding-left: 20px;
  border-left: 1px solid #9d9d9d;
  font-weight: 500;
}

.alreadyHasDonatedDiv .accordion-header button span.text-danger i{
  font-size: 22px;
  margin-right: 3px;
}

/* .alreadyHasDonatedDiv .accordion-collapse:not(.show){
  display: none !important
} */

.alreadyHasDonatedDiv{
  /* margin-bottom: 25px;
  padding: 30px;
  border: 1px solid #A4A4A4;
  border-radius: 10px;
  background: #fcfcfc; */
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px dashed #A4A4A4;
}

.alreadyHasDonatedDiv.data{
  background: #f8f7fa;
  padding: 20px;
  margin: 0px;
  border: 1px solid #ebe1fe;
  border-radius: 10px;
  margin-bottom: 40px;
}

.alreadyHasDonatedDiv.data .accordion-body{
  padding: 0px;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #d4c4f4;
}

.alreadyHasDonatedDiv.data button{
  background: transparent !important;
  margin-bottom: 0px;
}

.alreadyHasDonatedDiv.data .accordion-header{
  background: transparent !important;
}


.alreadyHasDonatedDiv .accordion-body{
  padding-top: 30px;
}


.alreadyHasDonatedDiv .singleMicroDonation{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4c4f4;
  display: flex;
  align-items: center;
}

.alreadyHasDonatedDiv .singleMicroDonation .btn{
  margin-left: auto;
  font-weight: 500;
  padding: 8px 20px;
}

.alreadyHasDonatedDiv .singleMicroDonation:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.alreadyHasDonatedDiv .singleMicroDonation p{
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 50px;
  font-size: 18px;
}

.alreadyHasDonatedDiv .singleMicroDonation p.date{
  min-width: 140px;
}

.alreadyHasDonatedDiv .singleMicroDonation p strong{
  display: block;
  font-weight: 500;
  color: #9e97ff;
}

.alreadyHasDonatedDiv .singleMicroDonation p.paymentId{
  min-width: 300px;
}

.alreadyHasDonatedDiv .singleMicroDonation p:last-child{
  margin-right: 0px;
}

.alreadyHasDonatedDiv .accordion-header button p{
  margin-bottom: 0px;
  font-size: 24px;
}

.alreadyHasDonatedDiv .accordion-header button strong{
  margin-left: auto;
  font-weight: 500;
  color: #473bf0;
  font-size: 22px;
}

.alreadyHasDonatedDiv .accordion-header button::after{
  margin-left: 20px;
}

.alreadyHasDonatedDiv .accordion-header button sp{
  font-size: 24px;
}

.yourDonations button{
  padding: 0px;
  font-size: 20px !important;
  /* display: block; */
  justify-content: space-between;
}

.yourDonations button i{
  font-size: 20px;
}

.yourDonations button span{
  display: block;
  color: #655aff;
  font-size: 25px;
  font-weight: 600;
}

.yourDonations button::after{
  display: none;
}

.yourDonations .singleDonationDiv p{
  font-size: 16px;
  margin-bottom: 10px;
}
.yourDonations .singleDonationDiv p span{
  display: block;
  color: #7970f0;
}

.yourDonations .singleDonationDiv{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #9e9e9e;
}


.alreadyHasDonatedDiv .singleMicroDonation .btn-yellow{
  background-color: #ffd25d !important;
  color: black !important;
  border: 1px solid #000 !important;
}

.somethingWrongDiv i{
  font-size: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  color: #e57373;
  background: #e5737338;
  margin-bottom: 15px;
}

.somethingWrongDiv{
  background: #f8f7fa;
  padding: 45px;
  border-radius: 15px;
  border: 1px solid #e6dff4;
}

.somethingWrongDiv p{
  margin-bottom: 30px;
  font-size: 20px;
}

.somethingWrongDiv .btn{
  padding: 10px 30px;
  font-weight: 500;
}




/* Responsive Adjustments */
@media (max-width: 991px) {
  header .navbar-collapse {
    background: #ffffff;
    padding: 20px;
  }

  header .navbar-nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  header .navbar-nav .explore-button {
    text-align: center;
  }

  header .d-flex {
    justify-content: center;
  }
}

/* ========== Event Banner Start ========== */
.event-banner {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
  position: relative;
}

.event-banner .pattern {
  position: absolute;
  bottom: -12px;
  width: 100%;
}

.event-banner.donation {
  padding-bottom: 60px;
}

.banner-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  position: relative;
  cursor: pointer;
}

.banner-image .videoContainer {
  height: 350px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.banner-image .videoContainer .videoPlayPause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d3d3d3e3;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: black;
}

.banner-image .videoContainer .videoPlayPause.playing {
  opacity: 0;
  transition: 0.3s;
}

.banner-image .videoContainer:hover .videoPlayPause.playing {
  opacity: 1;
}

/* .banner-image .ticket_orgs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 40px;
    border-top-right-radius: 20px;
} */

.ticket_orgs img {
  background: white;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: block;
  margin: auto;
  object-fit: contain;
}

.banner-image .ticket_orgs h4 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
}

.banner-heading {
  margin: 10px 0px 30px 0px;
  font-size: 40px;
  font-weight: 600;
}

.banner-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  background: black;
}

.banner-style-4 img {
  height: 350px;
  width: unset !important;
}

.membershipBannerBox .banner-style-4 img {
  width: 100% !important;
  height: 420px;
}

.membershipBannerBox .banner-style-4 .banner-image {
  height: unset !important;
}

.banner-style-1 .firstBanner {
  height: 471px;
}

.banner-image .singleImg {
  object-fit: contain !important;
  z-index: 11;
  position: relative;
  width: unset;
}

.banner-image .bannerBg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  filter: blur(30px);
}

.radius20 {
  border-radius: 20px !important;
}

.banner-image-small {
  width: 100%;
  height: 230px;
  position: relative;
}

.more-images {
  position: absolute;
  background-color: #00000052;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}

.more-images h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 36px;
}

.banner-image-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  background: black;
}

.banner-image-small-large {
  width: 100%;
  height: 232px;
}

.banner-style-3 .banner-image-small-large {
  height: 170px;
}

.banner-image-small-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner-image-small video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner-image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  background: black;
}

/* ========== Event Banner End ========== */
/* ========== Ticket Section Start ========== */
.ticket-header-secction {
  padding-bottom: 50px;
  padding-top: 40px;
  background-color: #f5f5f5;
  position: relative;
}

.ticket-header-secction .dateTimeDiv {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.ticket-header-secction .dateTimeDiv .show-date-part {
  padding: 0px 40px;
  border-right: 1.5px solid #000;
}

.ticket-header-secction .dateTimeDiv .show-date-part:last-child {
  border: none;
}

.ticket-header-bottom {
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
}

.ticket-header-bottom img {
  width: 100%;
}

.header-text h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  word-spacing: 5px;
}

.header-text p {
  font-size: 20px;
  margin-bottom: 24px;
}

.map-locations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.map-locations .virtualMeetingDiv i {
  width: 45px;
  height: 45px;
  border: 1.5px solid #000;
  border-radius: 50%;
  line-height: 42px;
  background: black;
  color: white;
}

.map-locations .virtualMeetingDiv {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1.5px solid #000;
  width: 600px;
}

.map-locations .virtualMeetingDiv a {
  text-decoration: none;
}

.map-locations .virtualMeetingDiv .btn-link {
  padding: 6px 14px;
  font-size: 18px;
  border: 1.5px solid #000;
  color: black;
  text-decoration: none;
  margin-left: 20px;
}

.map-locations .d-flex {
  max-width: 500px;
}

.map-locations img {
  width: 50px;
  height: 50px;
  border: 1.5px solid #000;
  border-radius: 10px;
  padding: 7px;
  filter: brightness(0);
}

.map-locations p {
  margin-bottom: 0;
  font-size: 18px;
}

.map-locations .venue {
  font-weight: 600;
  font-size: 20px !important;
}

.map-locations .map-view {
  padding: 6px 14px;
  font-size: 18px;
  /* font-weight: 500; */
  border: 1.5px solid #000;
  background-color: transparent;
  line-height: 22px;
  margin-left: 30px;
  border-radius: 6px;
}

.map-locations .map-view:hover {
  background: #473bf0;
  color: white;
  border-color: black;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.5s ease;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  width: 90%;
  max-height: 90%;
  animation: scaleIn 0.4s ease;
}

.lightbox-media img,
.lightbox-media video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.lightbox-media img {
  min-width: 960px;
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  background: black;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 3rem;
}

.lightbox-close {
  top: 0px;
  right: 0px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11111;
}

.lightbox-prev {
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.lightbox-next {
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

.more-images-overlay {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  background: #000000ad;
  right: 0;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-images-overlay h5 {
  font-size: 32px;
  margin-bottom: 0;
}

.ticket-date-selection-section {
  background-color: #fff;
  padding: 50px 0px;
}

.ticket-date-selection-section .description h5 {
  display: none;
}

.ticket-date-selection-section .description .readmoreBtn {
  font-size: 18px;
  font-weight: 600;
  color: #655aff;
  display: none;
  cursor: pointer;
  display: none;
}

.ticket-date-selection-section .rsvpNowBtn {
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
  border: 1.5px solid;
  background: #ffd25d;
}

.ticket-date-selection-section .loginWarning {
  padding: 20px;
  font-size: 25px;
  background: #ffd25d;
  border-radius: 10px;
  border: 1px solid;
}

.date-selector-partition {
  /* margin-bottom: 30px; */
  padding-bottom: 30px;
  border-bottom: 1px dashed #6a6a6a;
}

.date-selector-partition.lessThanThree {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

.date-selector-partition.lessThanThree2 {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

.date-selector-partition p {
  font-size: 20px;
}

.show-date-part {
  display: flex;
  gap: 25px;
  align-items: center;
}

.show-date-part .specialDiv {
  display: flex;
  gap: 25px;
  align-items: center;
}

/* .show-date-part .start_date{
    display: flex;
    align-items: center;
    gap: 10px;
} */

.show-date-part .start_date h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
}

.show-date-part .start_date h3 img {
  width: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.show-date-part .start_date h3 i {
  margin-right: 5px;
}

.show-date-part .start_date .data-from-dynam {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  color: #473bf0;
}

.between_icon {
  /* font-size: 45px;
    color: #655AFF; */
  width: 50px;
  display: flex;
  align-items: center;
}

.lines-rows {
  width: 50px;
  height: 2px;
  position: relative;
  border-bottom: 2px dashed;
}

.lines-rows::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #383838;
}

.lines-rows::after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #383838;
}

.show-date-part .calndr-side img {
  width: 48px;
  height: 48px;
}

.show-date-part .date-show-side h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #655aff;
  margin-bottom: 12px;
}

.show-date-part .date-show-side h3 span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
}

.show-date-part .date-show-side h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 24px;
}

.date-validity ul {
  padding: 0;
  margin-left: 15px;
}

.date-validity ul li {
  display: inline-block;
  padding-right: 20px;
  list-style: disc;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

.date-validity ul li span {
  font-weight: 500;
}

.date-validity ul li::before {
  position: absolute;
  top: 7px;
  left: -15px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffd25d;
  border-radius: 50%;
}

.tiket-select-date {
  position: relative;
  /* max-width: 495px; */
  /* margin-top: 30px; */
}


.tiket-select-date .btnClear{
  border-radius: 10px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
  border: 1px solid #000;
}

.tiket-select-date .btnClear:hover{
  border-radius: 10px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffd25d !important;
  color: black !important;
}

.tiket-select-date label {
  margin-bottom: 11px;
}

.tiket-select-date .flatpickr-wrapper{
  width: calc(100% - 110px);
}

.tiket-select-date.mobile .flatpickr-wrapper{
  width: calc(100% - 70px);
}

.tiket-select-date.mobile .fa-xmark{
  padding: 9px 12px;
  border: 1px solid tomato;
  color: tomato;
  border-radius: 8px;
}

.tiket-select-date input {
  width: 100%;
  height: 50px;
  outline: none;
  border: 1px solid #676767;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding-left: 20px;
  padding-right: 20px;
}

.tiket-select-date .date-selecterIcon {
  position: absolute;
  top: 51px;
  right: 15px;
}

.tiket-select-date .date-selecterIcon img {
  height: 24px;
  width: 24px;
}

.main-ticket-table {
  background-color: #ffffff;
  border: 1px solid #383838;
  border-radius: 5px;
}

.hasBooking .main-ticket-table {
  border-radius: 10px;
}

.ticket-table-header {
  padding: 35px 0px;
  background: white;
  border-bottom: 1px solid #676767;
}

.hasBooking .ticket-table-header {
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hasBooking.col-md-9 .ticket-table-header .col-xl-6 {
  width: 45%;
}

.ticket-header-columns h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.ticket-header-columns h4 i {
  margin-left: 5px;
  cursor: pointer;
}

.ticket-header-columns .dropdown-item {
  cursor: pointer;
}

.ticket-table-rows {
  padding: 35px 0px;
  border-bottom: 1px dashed #383838;
}

.ticket-table-rows.afterBooking {
  padding: 35px 35px;
  /* border: 1px solid; */
  /* margin-bottom: 30px; */
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  background: white;
  /* border-radius: 10px; */
  justify-content: space-between;
}

.ticket-table-rows.microDonation {
  border-bottom: 1px solid #ddd;
  background-color: #fdedbf !important;
  padding-left: 75px;
  padding-right: 75px;
}

.ticket-table-rows.microDonation .donation-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ticket-table-rows.microDonation .donation-container .read-more-btn{
  color: #473bf0;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  cursor: pointer;
  font-size: 16px;
}

.ticket-table-rows.microDonation .donation-container img {
  min-width: 60px;
  width: 60px;
}

.ticket-table-rows.microDonation.afterBooking {
  padding-left: 35px;
  padding-right: 35px;
}

.ticket-table-rows.microDonation h4 {
  font-size: 23px;
}

.ticket-table-rows.microDonation p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.donation-container p.show-more {
  -webkit-line-clamp: unset !important;
}

.ticket-name-details h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
}

.ticket-name-details ul {
  padding: 0;
  margin: 0;
}

.ticket-name-details ul li {
  display: inline-block;
  list-style: none;
  padding-right: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 8px;
}

.ticket-name-details ul li span {
  font-weight: 500;
}

.ticket-name-details button {
  font-weight: 500;
  color: #655aff;
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  border: none;
}

.ticket-counters {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ticket-counters button {
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 30px;
  line-height: 24.6px;
  border: 1px solid #383838;
  color: #383838;
  box-shadow: 2px 2px 0px 0px #00000040;
  background-color: transparent;
  border-radius: 5px;
  padding: 0px;
}

.ticket-counters input {
  width: 60px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #383838;
}

.ticket-price-details h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 8px;
}

.ticket-price-details p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 8px;
}

.pl-75px {
  padding-left: 75px;
}

.pr-75px {
  padding-right: 75px;
}

.ticket-details {
  padding: 0px 75px;
  margin-top: 25px;
}

.terms-details {
  /* margin: 0px 75px; */
  padding-top: 20px;
  position: relative;
}

/* .terms-details::before{
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    position: absolute;
    top: 10px;
    left: -15px;
    border: 1px solid #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
} */

.ticket-table-rows-total {
  padding: 45px 0px;
}

.ticket-table-rows-total.afterBooking {
  padding: 35px 35px;
  /* border: 1px solid; */
  /* margin-bottom: 30px; */
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  background: white;
  margin-left: 0px;
  margin-right: 0px;
  /* border-radius: 10px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.terms-selector .form-check {
  margin-bottom: 24px;
}

.terms-selector .form-check .form-check-input {
  width: 24px;
  height: 24px;
  /* box-shadow: 2px 2px 0px 0px #00000040; */
  border: 1px solid #383838;
  border-radius: 0px;
}

.terms-selector .form-check label {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 15px;
}

.terms-selector ul {
  padding: 0;
  margin: 0;
}

.terms-selector ul li {
  display: inline-block;
  /* padding-right: 24px; */
  font-size: 18px;
  font-weight: 400;
  color: #383838;
}

.ticket-table-rows-total .terms-selector ul li {
  display: block;
}

.ticket-table-rows-total.afterBooking .terms-selector ul .tarms_views.active::before {
  display: none;
}

.ticket-table-rows-total.afterBooking .terms-details {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ticket-table-rows-total .terms-details ul li {
  position: relative;
  padding-left: 20px;
}

.ticket-table-rows-total .terms-details ul li::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

.ticket-table-rows-total.afterBooking .terms-details::before {
  display: none;
}

.terms-selector ul .tarms_views {
  position: relative;
}

.terms-selector ul .tarms_views.active {
  margin-right: 5px;
  font-weight: 400;
  color: black;
}

/* .terms-selector ul .tarms_views.active::before{
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -15px;
    top: -10px;
    position: absolute;
    border: 1px solid #000;
    border-bottom: navajowhite;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.terms-selector ul .tarms_views.active::after{
    content: '';
    background: white;
    width: calc(100% + 18px);
    height: 1px;
    position: absolute;
    bottom: -11px;
    left: -14px;
    z-index: 1;
} */

.checkout-part .total-prices h5 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  color: #655aff;
}

.checkout-part .total-prices h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
  color: #383838;
}

.checkout-button {
  padding: 15px 50px;
  border: 1px solid #000;
  background-color: #ffd25d;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  display: block;
  margin-left: auto;
}

.checkout-button:hover {
  color: white;
  background: #655aff;
}

.cuponApplied {
  max-width: 360px;
  position: relative;
  margin-top: 40px;
  white-space: nowrap;
}

.cuponApplied button {
  /* position: absolute; */
  right: 0;
  height: 40px;
  top: 24px;
  border-radius: 5px;
  background: #333333;
  border-color: #333333;
  font-weight: 500;
  font-size: 15px;
  margin-left: 10px;
}

.cuponApplied input {
  max-width: 200px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #383838;
  outline: none;
  border-radius: 0px;
}

.cuponApplied input::placeholder {
  font-size: 16px;
}

.cuponApplied input:focus {
  box-shadow: none;
}

.cupon-msg {
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}

.cupon-msg .checkCupon {
  color: #655aff;
}

.cupon-msg .discounted_amnt {
  font-size: 18px;
  margin-bottom: 0;
  word-spacing: -3px;
  color: #655aff;
}

.ticket-price-details .removeCoupon {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-bottom: 0px;
  color: #e12020;
}

.ticket-price-details .removeCoupon span {
  color: #e12020;
  font-size: 25px;
  line-height: 1px;
}

.ticket-table-rows-total .removeCoupon {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 40px;
  font-weight: 500;
  border-radius: 5px;
  /* margin-top: 27px; */
  margin-left: 10px;
  padding: 0px 12px;
  font-size: 20px;
}

.ticket-table-rows-total.afterBooking .removeCoupon {
  padding: 0px 15px;
}

.ticket-table-rows-total.afterBooking .promoCodeApplied span {
  font-size: 14px;
}

.ticket-table-rows-total .removeCoupon:hover {
  background: #dc3545 !important;
  color: white !important;
}

.ticket-table-rows-total .removeCoupon span {
  color: #e12020;
  font-size: 25px;
  line-height: 1;
}

.ticket-table-rows-total.afterBooking .tarms_views.active::after {
  display: none;
}

.tarms_views {
  cursor: pointer;
}

.dateCountDown {
  display: flex;
  gap: 20px;
}

/* ========== RSVP =========== */
.main-ticket-table-rsvp .morInfo {
  font-weight: 500;
  color: #655aff;
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  border: none;
  margin-top: 20px;
}

.main-ticket-table-rsvp .ticket-table-rows {
  box-shadow: 6px 6px 0px 0px #00000040;
  border: 1px solid #383838;
}

.borderLines {
  border-bottom: 1px dashed #000000;
  max-width: 707px;
  display: block;
  margin: 20px auto;
}

.main-ticket-table-rsvp .ticket-table-rows-total {
  background-color: #ffffff;
  box-shadow: 6px 6px 0px 0px #00000040;
  border: 1px solid #383838;
}

.main-ticket-table-rsvp .terms-selector ul li {
  margin-bottom: 20px;
}

.main-ticket-table-rsvp .ticket-name-details ul li {
  position: relative;
  padding-left: 14px;
}

.main-ticket-table-rsvp .ticket-name-details ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffd25d;
  border-radius: 50%;
}

.purchesed_ticket {
  padding: 30px;
  background-color: #ffffff;
}

.purchesed_ticket:first-child {
  border-top: 3px solid #ffd25d;
}

.purchesed_ticket.box2 {
  border-top: 3px solid #473bf0;
}

.purchesed_ticket.box1 {
  border-top: 3px solid #383838;
}

.purched_ticket_details .previousDate {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}

.bendingTaskBtn button {
  font-size: 24px;
  font-weight: 600;
  padding: 16px;
  color: #ffffff;
  background-color: #383838;
  border: none;
  width: 100%;
  text-align: center;
}

.pendingTskDate {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
}

.purched_ticket_details .ticketDtils {
  display: flex;
  justify-content: space-between;
}

.purched_ticket_details .ticketDtils {
  padding: 8px 0px;
  border-bottom: 1px solid #f5f5f5;
}

.purched_ticket_details .ticketDtils h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.purched_ticket_details .ticketCount h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}

.purched_ticket_details .ticketCount h6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

.ticketDtilsPrice {
  padding: 8px 0px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticketDtilsPrice h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.ticketDtilsPrice h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.pastTicketDtlBtn {
  text-align: center;
  padding-top: 24px;
}

.pastTicketDtlBtn button {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #473bf0;
  font-weight: 500;
}

.viewParcedTicket button {
  width: 100%;
  padding: 16px;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  border: none;
  font-size: 24px;
}

/* ========== RSVP =========== */

.joined_auddience {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.aduince_summary ul {
  padding: 0;
  margin: 0;
}

.aduince_summary ul li {
  display: inline-block;
  margin-right: -15px;
}

.aduince_summary ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.total_audience h5 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
}

.total_audience h5 span {
  font-size: 20px;
  font-weight: 400;
  color: #383838;
}

.ticketRsvpHeader h2 {
  font-size: 40px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 0;
}

.ticketRsvpHeader {
  padding: 30px;
  background-color: #ffd25d;
  margin: 24px 0px 10px 0px;
  box-shadow: 6px 6px 0px 0px #00000040;
}

.tableHed {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.main-ticket-table-rsvp .ticket-table-rows {
  background-color: #ffffff;
}

/* ========== Ticket Section End ========== */

.dateCountDown {
  display: flex;
  text-align: center;
  gap: 20px;
}

.dateCountDown .clountyClon {
  padding-top: 17px;
}

.dateCountDownLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}

.dateCountDownLabel h6.countLabel {
  margin-bottom: 0;
  min-width: 64px;
}

.dateCountDownLabel h6.texColon {
  opacity: 0;
}

.counts {
  min-width: 80px;
}

.counts h4 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 500;
  padding: 8px 16px;
  box-shadow: 0px 4px 24px 0px #00000040;
  border-radius: 6px;
  margin-bottom: 7px;
}

.dateCountDownText {
  display: flex;
  align-items: center;
}

.dateCountDownText h6 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.tabDivider {
  width: 100%;
  border-bottom: 1px dashed #383838;
  margin-top: 35px;
}

/* ============ new css =========== */
.view-details-section {
  background-color: #fff;
  padding: 60px 0px;
}

.view-details-section .header-parts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.view-details-section .header-parts h4 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.view-details-section .header-parts .filterDiv {
  display: flex;
  align-items: center;
}

.view-details-section .header-parts .filterDiv select {
  border-radius: 10px;
  border: 1px solid #000;
  color: black;
  padding: 10px 15px;
}

.view-details-section .header-parts h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.view-details-section .header-parts h6 a {
  border: 1px solid #000;
  padding: 13px 30px;
  font-size: 18px;
  margin-left: 30px;
  cursor: pointer;
  border-radius: 10px;
  background: black;
  color: white;
}

.rsvpBtn button {
  border: none;
  background-color: #383838;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
  border-radius: 5px;
}

.bookBtn button {
  width: 100%;
  border: none;
  background-color: #655aff;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
}

.tketHead h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
  padding-right: 10px;
}

.tketHead h4.ticketCount {
  position: relative;
  left: 10px;
  width: 119px;
}

.tketHead h4 b {
  font-size: 25px;
  font-weight: 500;
  min-width: 95px;
  display: inline-block;
}

.tketHead h4 span {
  margin-bottom: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin-left: 5px;
}

.tketHead h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

.tketHead h6 span {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: black;
}

/* .viewAccordion .accordion-header{
    border-radius: 0px;
} */
.viewAccordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  background: transparent;
  border-radius: 0;
}

.viewAccordion .accordion-button {
  padding: 0px;
  background-color: #fff;
  color: #000;
  border: 1.5px dashed #58b09b;
  border-bottom: none;
  border-radius: 5px;
  display: block;
}

.viewAccordion .accordion-button.singleTicketSummery {
  padding: 20px;
  border: 1px solid #000;
}

.viewAccordion .accordion-button:not(.collapsed) {
  border-radius: 5px !important;
}

.viewAccordion .accordion-button .ticketBreakdown {
  display: flex;
  position: relative;
}

.viewAccordion .accordion-button .ticketBreakdown::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  background: white;
  transform: translate(-50%, -50%);
  border-right: 1px dashed #3fba42;
}

.viewAccordion .accordion-button .ticketBreakdown .numOfTickets {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  background: #58b09b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewAccordion .accordion-button .ticketBreakdown .numOfTickets.pending {
  background: #ff6868 !important;
}

.viewAccordion .accordion-button .ticketBreakdown .numOfTickets h4 {
  margin-bottom: 0px;
  color: white;
  text-align: center;
}

.viewAccordion .accordion-button .ticketBreakdown .numOfTickets h4 span {
  display: block;
  font-size: 60px;
  font-weight: 600;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails {
  padding: 25px;
  width: 100%;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsTopDetails .row {
  justify-content: space-between;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails h4 {
  margin-bottom: 0px;
  font-size: 18px;
  color: black;
  font-weight: 400;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails h4 span {
  display: block;
  font-size: 30px;
  margin-top: 5px;
  font-weight: 600;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails h6 {
  margin-bottom: 0px;
  font-size: 18px;
  color: black;
  font-weight: 400;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails h6 span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails h6 span i {
  color: #58b09b;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketsAdditionalDetails h6 span i.pending {
  color: #ff6868 !important;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketBottomDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #9d9d9d;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketBottomDetails .verifyNowBtn {
  background: #ffd25d;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  padding: 10px 30px;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketBottomDetails i {
  font-size: 30px;
  color: black;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketBottomDetails .ticketTotalPrices {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  font-weight: 500;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketBottomDetails .ticketTotalPrices span {
  margin-top: 0px;
  font-size: 40px;
  color: #473bf0;
}

.viewAccordion .accordion-button .ticketBreakdown .ticketBottomDetails .ticketTotalPrices small {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  color: black;
}

.viewAccordion .accordion-button:focus {
  box-shadow: none;
}

.viewAccordion .accordion-button.collapsed {
  background-color: #ffffff;
  color: #676767;
  border: 1.5px dashed #58b09b;
}

.viewAccordion .accordion-button.collapsed.pending {
  border: 1.5px dashed #ff6868 !important;
}

.viewAccordion .singleTicket.collapsed {
  border: 1px solid #000 !important;
}

.viewAccordion .accordion-button.singleTicket {
  padding: 20px 40px;
}

.viewAccordion .accordion-button.singleTicket::before {
  content: "\f078";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
  font-family: "Font Awesome 6 Pro";
  color: black;
}

.buyTktdtels h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.buyTktdtels h6 {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0px;
}

.buyTktdtels h6 p {
  margin-bottom: 10px;
}

.buyTktdtels h6 span {
  font-weight: 400;
}

.buyTktdtels button {
  font-size: 18px;
  font-weight: 500;
  color: #473bf0;
  border: none;
  background-color: transparent;
}

.buyTotalTicket h5 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

.ticktMsge {
  text-align: right;
}

.ticktMsge h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.ticktMsge h6 span {
  color: #473bf0;
}

.ticktMsge h5 {
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px;
  padding-right: 45px;
}

.ticktMsge p {
  font-size: 12px;
  margin-bottom: 0;
}

.ticktMsge p span {
  font-size: 18px;
}

.ticketRowShadow {
  border: 1.5px dashed #58b09b;
  border-top: none;
  padding: 30px 30px;
  background-color: #ffffff;
}

.ticketRowShadow .qrCode .wrap {
  position: relative;
  width: 120px;
}

.ticketRowShadow .qrCode .wrap .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: black;
}

.singleTicketItem .ticketRowShadow {
  border: 1px solid #000;
  border-top: none;
}

.viewAccordion .accordion-button.singleTicket {
  border: 1px solid #000 !important;
}

.ticketRowShadow.titleRow {
  background: #f5f5f5;
  border-top: none;
  border-bottom: none;
  margin-top: 5px;
}

.ticketRowShadow.titleRow .ticketPrices {
  text-align: right;
  padding-right: 45px;
}

.ticketRowShadow.titleRow h6 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}

.ticketRowShadow:last-child {
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 1.5px dashed #58b09b;
}

.singleTicketItem .ticketRowShadow:last-child {
  border-bottom: 1px solid #000;
}

.ticketRowShadow .qrCode img {
  width: 120px;
  border-radius: 10px;
  cursor: pointer;
  filter: brightness(0.7);
}

.customAccordionBody {
  padding: 0 13px;
}

.customAccordionBody {
  margin-top: -5px;
}

.ticketMoreOption {
  padding: 0 -12px;
  margin-top: 35px;
}

.reSend button {
  width: 100%;
  border: 1px solid #ffd25d;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
}

.buyMoretket button {
  /* width: 100%; */
  border: 1.5px solid #383838;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 50px;
}

.buyMoretket button:hover {
  background-color: #473bf0;
  color: white;
}

.buyMoretket button.btn-home {
  color: #fff;
  background: #383838;
}

.buyMoretket button.btn-home:hover {
  background-color: #fff;
  color: #383838;
}

.viewTket button {
  width: 200px;
  border: 1px solid #383838;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 12px;
  background-color: #383838;
  margin: auto;
  display: block;
}

.downloadInvoice button {
  width: 100%;
  border: 1px solid #383838;
  background-color: transparent;
  color: #383838;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
  background-color: #ffffff;
}

.divider {
  width: 100%;
  border-bottom: 1px dashed #383838;
  margin: 50px 0px;
}

.rsvp-form-section {
  background-color: #fff;
  padding: 60px 0px;
}

.form-body {
  background-color: #ffffff;
  padding: 60px;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  border: 1px solid #383838;
  border-radius: 10px;
}

.form-body p {
  font-size: 20px;
  opacity: 0.7;
}

.form-body h4 {
  font-size: 35px;
  font-weight: 600;
}

.form-body h4 span {
  font-size: 35px;
}

.form-body h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-body .volunteerzForm {
  margin-top: 40px;
}

.form-selection h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  margin-right: 34px;
}

.form-selection {
  display: flex;
  align-items: center;
}

.form-selection .form-check .form-check-input {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px 0px #00000040;
  margin-right: 10px;
}

.form-selection .form-check .form-check-input:checked {
  background-color: #473bf0;
  border-color: #473bf0;
}

.form-selection .form-check .form-check-label {
  font-size: 20px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 10px;
}

.form-fields {
  margin-bottom: 24px;
}

.form-fields label span {
  font-weight: 400;
  color: #9e97ff;
}

.form-fields label {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #383838;
}

textarea.auto-resize {
  overflow: hidden;
  resize: none;
  min-height: 50px;
  max-height: 300px;
  transition: height 0.2s ease-in-out;
}

.form-fields .form-control {
  height: 50px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
}

.form-fields .form-check-input {
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
}

.form-fields .form-select {
  height: 50px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
}

.form-fields textarea {
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
  padding: 10px 15px;
}

.form-submits .form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  /* box-shadow: 2px 2px 0px 0px #00000040; */
  border: 1px solid #383838;
}

.form-submits label {
  font-size: 20px;
  font-weight: 500;
  color: #383838;
}

.form-submits label span {
  color: #473bf0;
}

.submitBtns {
  padding: 15px 50px;
  border: 1px solid #000;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  font-size: 20px;
}

.submitBtns:hover {
  background: #473bf0;
  color: white;
}

.form_submitsLabel {
  margin-top: 16px;
  margin-bottom: 40px;
}

.viewTkets button {
  border: none;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
  width: 100%;
  color: #ffffff;
  background-color: #383838;
}

.booksTkets button {
  border: none;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
  width: 100%;
  color: #ffffff;
  background-color: #9e97ff;
}

/* Code 28 Novenber 2024 */
.ticket-header-bottom img {
  width: 100%;
}

.non-ticket-section {
  background-color: #f5f5f5;
}

.not-ticket-body {
  background-color: #ffffff;
  padding: 75px 50px;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  border: 1px solid #383838;
}

.ticketFirstRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: 50px; */
  /* margin-bottom: 50px; */
  /* border-bottom: 1px dashed #383838; */
}

.Volunteerselector {
  padding-top: 50px;
  border-top: 1px dashed #383838;
  margin-top: 50px;
}

.ticketFirstRow .nonticketHeading h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 48px;
}

.nonTicketSelector .form-check .form-check-input {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nonTicketSelector .form-check .form-check-label {
  font-size: 24px;
  font-weight: 400;
}

.Volunteerselector .nonticketHeading h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 48px;
  margin-bottom: 50px;
}

.sectionDivider {
  width: 100%;
  border-bottom: 1px dashed #383838;
  width: 100%;
  margin: 40px 0px;
}

.numberGuest {
  margin: 40px 0px;
}

.numberGuest label {
  font-size: 30px;
  font-weight: 500;
  margin-right: 24px;
}

.numberGuest input {
  max-width: 300px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  outline: none;
  border: 1px solid #000000;
}

.guestNote label {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.guestNote label span {
  font-size: 24px;
  font-weight: 400;
  color: #9e97ff;
}

.guestNote textarea {
  width: 100%;
  height: 195px;
  outline: none;
  border: 1px solid #000000;
  border-radius: 0px;
}

.nonTiket label {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #383838;
}

.nonTiket .form-control {
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  height: 50px;
  border: 1px solid #000000;
  border-radius: 0px;
  color: #9f9f9f;
  padding-left: 24px;
}

.nonTiket .form-select {
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  height: 50px;
  border: 1px solid #000000;
  border-radius: 0px;
  color: #9f9f9f;
  padding-left: 24px;
}

.selectRadio {
  display: flex;
  align-items: center;
  gap: 24px;
}

.selectRadio h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.selectRadio .nonTicketSelector {
  max-height: 35px;
}

.checkCnodtarn .form-check .form-check-input {
  height: 24px;
  width: 24px;
  box-shadow: 2px 2px 0px 0px #00000040;
  border: 1px solid #000000;
  border-radius: 0px;
}

.checkCnodtarn .form-check label {
  font-size: 24px;
  font-weight: 500;
}

.checkCnodtarn .form-check label a {
  color: #473bf0;
}

.submitAndsend .loginWithEmailpass {
  padding: 15px 75px;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  font-size: 20px;
  border: none;
}

.not-ticket-body .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}

.guestSelectDate h6 {
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: 600;
  margin-top: 40px;
}

.selectDateByfild {
  height: 50px;
  position: relative;
  max-width: 500px;
}

.guestSelectDate .form-control {
  max-width: 500px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  border: 1px solid #000000;
  border-radius: 0px;
}

.guestSelectDate .date-selecterIcon {
  position: absolute;
  top: 10px;
  right: 15px;
}

.guestSelectDate .date-selecterIcon img {
  height: 24px;
  width: 24px;
}

.guestNotAttendForm {
  margin-top: 40px;
}

/* ========= Non Ticket Banner Preview =========== */
.non-ticket-banner .ticket-header-secction .ticket_orgs {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.non-ticket-banner .ticket-header-secction .ticket_orgs img {
  margin: 0;
}

.non-ticket-banner .ticket-header-secction .ticket_orgs h4 {
  margin: 0;
}

.non-ticket-banner .ticket-header-secction .header-text h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
}

.non-ticket-banner .ticket-header-secction .header-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.non-ticket-banner .ticket-header-secction .map-locations {
  justify-content: flex-start;
}

.non-ticket-banner {
  background-color: #ffffff;
  padding: 0px 0px 75px 0px;
}

.non-ticket-banner .banner-image {
  max-height: 305px;
  height: 100%;
}

.non-ticket-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.non-ticket-banner .banner-image-small-large {
  max-height: 145px;
  height: 100%;
}

.non-ticket-banner .banner-image-small-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.non-ticket-banner .ticket-header-secction {
  padding-bottom: inherit;
}

.non-ticket-banner .ticket-header-secction {
  background-color: #ffffff;
}

.bookingMessage {
  padding: 18px;
  background-color: #ffd25d;
  margin-bottom: 75px;
}

.bookingMessage h6 {
  color: #383838;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.bookingMessage h6 span {
  color: #473bf0;
}

.ticke-preview-section {
  background-color: #f5f5f5;
  padding: 50px 0px 70px;
}

.editPreview button {
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #383838;
  background-color: transparent;
}

.editPreview button span {
  font-size: 16px;
}

.ticke-preview-section .total_audience h5 {
  font-size: 74px;
}

.previewTable {
  padding: 24px;
  border: 1px solid #a9a9a9;
  background-color: #ffffff;
}

.previewTable .nonTktTable {
  border: 2px dashed #a9a9a9;
  width: 100%;
  border-collapse: collapse;
}

.previewTable table tbody tr,
.previewTable table tbody tr td {
  border: 1px solid #a9a9a9;
}

.prevDateToDate h6 {
  font-size: 16px;
  font-weight: 500;
  color: #655aff;
}

.prevDateToDate h4 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 0;
}

.prevDateToDate h4 span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.divideLiner {
  height: 50px;
  width: 2px;
  background-color: #ffd25d;
  position: relative;
}

.divideLiner::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd25d;
  top: 0px;
  left: -4px;
}

.divideLiner::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd25d;
  bottom: 0px;
  left: -4px;
}

.ticketDtailsPrev {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  padding: 40px;
}

.previewTable table tbody tr td:first-child {
  padding-left: 40px;
}

.previewTable table tbody tr td:first-child h5 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.previewTable table tbody tr td:nth-child(2) {
  padding-left: 20px;
}

.previewTable table tbody tr td:nth-child(2) h6 {
  font-size: 20px;
  font-weight: 500;
}

.tketConclusion span {
  font-size: 24px;
  color: #655aff;
}

/* Non Ticket Preview */
.noNpreviewTable {
  padding: 24px;
  background-color: #ffd25d;
}

.noNpreviewTable .nonTktTable {
  border: 2px dashed #ffd25d;
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.noNpreviewTable table tbody tr,
.noNpreviewTable table tbody tr td {
  border: 2px dashed #a9a9a9;
}

.dateClumnOne,
.dateClumnTwo,
.dateClumnThree {
  padding: 40px;
}

.dateClumnOne h5,
.dateClumnTwo h5,
.dateClumnThree h5 {
  font-size: 24px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.dateClumnOne h3 {
  font-size: 96px;
  font-weight: 600;
  color: #ffd25d;
  line-height: 1;
  margin: 30px 0px 12px;
}

.dateClumnTwo h3 {
  font-size: 96px;
  font-weight: 600;
  color: #383838;
  line-height: 1;
  margin: 30px 0px 12px;
}

.dateClumnOne h6,
.dateClumnTwo h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.dateClumnThree {
  max-width: 500px;
}

.dateClumnThree p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 30px;
}

.noNpreviewTable .nonTktTable .tketConclution {
  padding: 40px;
}

.noNpreviewTable .nonTktTable .tketConclution span {
  font-size: 16px;
  font-weight: 500;
  color: #383838;
}

/* ======== Ticket Booking Summary ========= */
.booking-ticket-summary {
  background-color: #f5f5f5;
  padding: 75px 0px 70px;
}

.booking-ticket-summary .container {
  background-color: #473bf0;
  padding: 50px 50px;
}

.booking-ticket-summary .ticket-header-secction {
  background-color: transparent;
}

.orglogoPrev .ticket_orgs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.orglogoPrev .ticket_orgs img {
  margin: 0;
  width: 60px;
  height: 60px;
}

.orglogoPrev .ticket_orgs h4 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0px;
}

.orglogoPrev .header-text h1 {
  font-size: 35px;
  margin: 14px 0px 8px;
  color: #ffffff;
}

.orglogoPrev .header-text p {
  font-size: 18px;
  margin: 14px 0px 8px;
  color: #ffffff;
  margin-bottom: 24px;
}

.booking-ticket-summary .map-locations {
  margin-top: 24px;
}

.booking-ticket-summary .map-locations p {
  color: #ffffff;
}

.booking-ticket-summary .map-locations img {
  filter: invert(10) brightness(150);
}

.booking-ticket-summary .map-locations .map-view {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  line-height: 22px;
  min-width: 115px;
}

.ticket-preview-rightPanel {
  display: flex;
  align-items: center;
  gap: 20px;
}

.checkedIcon {
  line-height: 1;
}

.ticket-preview-rightPanel .checkedIcon i {
  font-size: 100px;
  color: #ffffff;
}

.ticket-preview-rightPanel h4 {
  color: #ffd25d;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.ticket-preview-rightPanel p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.dvideLine {
  border-bottom: 1px dashed #ffffff;
  width: 100%;
  margin-bottom: 24px;
}

.appDownloader p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

.appDownloader button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  margin-right: 15px;
}

.booking-ticket-summary-conatiner {
  position: relative;
  border-radius: 10px;
}

.booking-ticket-summary .banner-image {
  width: 100%;
  max-height: 250px;
  height: 100%;
  position: relative;
}

.booking-ticket-summary .banner-image .more-images-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-ticket-summary .banner-image .more-images-text h5 {
  margin-bottom: 0px;
  color: white;
}

.booking-ticket-summary .banner-image img {
  height: 250px;
}

.booking-ticket-summary .banner-image video {
  height: 200px;
}

.booking-ticket-summary .banner-image-small-large {
  width: 100%;
  max-height: 250px;
  height: 100%;
  position: relative;
}

.booking-ticket-sum-details {
  background-color: #f5f5f5;
}

.booking-ticket-sum-details .container {
  background-color: #ffffff;
  padding: 40px;
}

.booking-ticket-sum-details .container .message {
  margin-bottom: 0px;
  font-size: 30px;
  word-spacing: 4px;
}

.booking-ticket-sum-details .container .message a {
  font-size: 30px;
  font-weight: 600;
}

.summaryHeadingLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.summaryHeadingLeft h6 {
  margin-bottom: 0px;
  font-size: 22px;
}

.summaryHeadingLeft h6 span {
  font-size: 22px;
  color: #9e97ff;
  font-weight: 600;
  margin-left: 10px;
}

.summaryHeadingLeft h2 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}

.summaryHeadingLeft h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.summaryHeadingLeft h4 span {
  color: #655aff;
}

/* .paidDtls{
    margin-top:-50px
} */

.paidDtls h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.paidDtls p {
  font-size: 16px;
  font-weight: 400;
  color: #473bf0;
  margin-bottom: 0px;
}

.summaryDtls {
  margin-bottom: 45px;
}

.summaryDtls h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.summaryDtls p {
  font-size: 16px;
  font-weight: 400;
}

.summaryDtls ul {
  padding: 0;
  margin: 0;
}

.summaryDtls ul li {
  display: inline;
  font-size: 20px;
  font-weight: 500;
  padding-right: 16px;
}

.summaryDtls ul li span {
  color: #473bf0;
}

.collaplableSummary .reSend button {
  background-color: #383838;
  color: #ffffff;
  border: 1px solid #383838;
}

.summerIheading {
  display: flex;
  align-items: center;
  gap: 24px;
}

.summerIheading .qrCode {
  width: 110px;
  border-radius: 8px;
  filter: brightness(0.5);
}

.summerIheading .imgQrCodeDiv {
  position: relative;
}

.summerIheading .imgQrCodeDiv #closeQr {
  display: none;
}

.summerIheading .imgQrCodeDiv .btn {
  position: absolute;
  font-size: 12px;
  padding: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  border-radius: 3px;
}

.summerIheading .imgQrCodeDiv.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  bottom: 0px;
  z-index: 111;
  backdrop-filter: blur(10px);
}

.summerIheading .imgQrCodeDiv.active .qrCode {
  width: 250px;
  filter: brightness(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.summerIheading .imgQrCodeDiv.active .btn {
  display: none;
}

.summerIheading .imgQrCodeDiv.active #closeQr {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 11;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.summerIheading h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.summerIheading h6 span {
  font-size: 40px;
  font-weight: 600;
  color: #473bf0;
  display: block;
}

.summerIheading h6 span small {
  font-size: 20px;
  font-weight: 500;
  color: black;
  opacity: 0.7;
}

.summerIheading p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.summerIheading p span {
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #463aee;
  opacity: 0.7;
}

.dontShowDesktop {
  display: none;
}

.previousView {
  display: none;
}

.additionalBannerBottom {
  margin-top: 40px;
  padding-bottom: 0;
}

.eventsDataTills {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.eventsDataTills h6 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.eventsDataTills h6 span {
  font-weight: 500;
}

.eventsDataTills .dateGap {
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
}

.eventsDataTills .dateGap::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}

.eventsDataTills .dateGap::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}

/* ========== Donation Page ========== */
.donationAndPurposes {
  padding: 0px 0px;
}

.textColumnOne h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.textColumnOne p {
  font-size: 18px;
  margin-bottom: 24px;
}

.textColumnOne {
  margin-bottom: 40px;
}

.textColumnOne:last-child {
  margin-bottom: 0px;
}

.supportiveButtons {
  /* border-top: 1px dashed #A4A4A4; */
  /* border-bottom: 1px dashed #A4A4A4; */
  padding: 25px 0px;
}

.supportiveButtons {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
}

.supportiveButtons a button {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  color: #383838;
  border: 1px solid #383838;
  background-color: transparent;
}

.reportDonation a {
  font-size: 16px;
}

.reportDonation a span {
  margin-right: 24px;
}

.relatedDonationsEvents {
  padding: 70px 0px;
  background-color: #f5f5f5;
}

.eventHeading h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}

.event-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.overlay-content {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.ticketPriceSorting {
  position: relative;
  max-width: 300px;
}

.ticketPriceSorting select {
  width: 100%;
  height: 50px;
  outline: none;
  border: 1px solid #000000;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding-left: 50px;
  border-radius: 0px;
}

.ticketPriceSorting i {
  position: absolute;
  top: 16px;
  left: 20px;
}

.irs--round .irs-bar {
  background-color: #655aff !important;
}

.irs--round .irs-handle {
  border-color: #655aff !important;
}

.irs--round .irs-single.disabled {
  background-color: #8a8a8a !important;
}

.irs--round .irs-single.disabled::before {
  border-top-color: #8a8a8a !important;
}

.irs--round .irs-handle.disabled {
  border-color: #8a8a8a !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #655aff !important;
  color: white !important;
  border-radius: 4px;
  font-weight: 500;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #655aff !important;
}

.promoCodeApplied {
  position: relative;
  max-width: 250px;
  margin-left: auto;
  margin-top: 40px;
  /* margin-bottom: 20px; */
}

.promoCodeApplied input {
  max-width: 250px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #383838;
  outline: none;
  border-radius: 0px;
}

.promoCodeApplied input:focus {
  box-shadow: none;
}

.promoCodeApplied span {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #655aff;
  font-weight: 500;
}

.promoCodeApplied a {
  position: absolute;
  left: 15px;
  top: 8px;
}

.amountOfDiscountApplied {
  text-align: end;
  font-size: 16px;
}

.amountOfDiscountApplied span {
  font-weight: 500;
  word-spacing: -3px;
}

.participationForm {
  background: white;
  border: 1px solid #797979;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding: 40px 50px;
  border-radius: 10px;
}

.ticket-date-selection-section .accordion-item .accordion-collapse {
  /* display: block; */
}

.participationForm p {
  font-size: 20px;
}

.participationForm .participatType {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.participationForm .participatType h4 {
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 600;
  margin-right: 40px;
}

.participationForm .participatType .form-check-label {
  font-size: 20px;
}

.participationForm .participatType .form-check-input {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px 0px #00000040;
  margin-right: 10px;
}

.participationForm .participatType .form-check-input:checked {
  background-color: #473bf0;
}

.participationForm .willYouAttend {
  padding: 40px 0px;
  padding-bottom: 20px;
  margin-top: 40px;
  border-top: 2px dashed #a3a3a3;
}

.participationForm h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.participationForm h4 span {
  font-size: 30px;
}

.participationForm .form-check-input:checked {
  background-color: #473bf0;
}

.participationForm .form-check-input {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px 0px #00000040;
  margin-right: 10px;
}

.participationForm .form-check-label {
  font-size: 20px;
  color: #494848;
}

.participationForm .form-check {
  margin-right: 40px;
}

.participationForm .form-check:last-child {
  margin-right: 0px;
}

.participationForm label {
  font-size: 20px;
  margin-bottom: 3px;
  color: #494848;
}

.participationForm label span {
  color: #9e97ff;
}

.participationForm .form-control {
  border-radius: 7px;
  border: 1px solid #000;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding: 12px 20px;
  font-size: 18px;
}

.participationForm .form-select {
  border-radius: 7px;
  border: 1px solid #000;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding: 12px 20px;
  font-size: 18px;
}

.participationForm .btn-submit {
  border-radius: 7px;
  border: 1px solid #000;
  background: #ffd25d;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 40px;
}

.yesIwillAttend .rsvpForm {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px dashed #b2b2b2;
}

.yesIwillAttend .rsvpForm h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.yesIwillAttend .rsvpForm .card {
  border-radius: 0px;
  background: white;
  border: 1px solid #000000;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding: 20px 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.yesIwillAttend .rsvpForm .card .form-control {
  border-radius: 0px;
  border: 1px solid #000;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  padding: 12px 20px;
}

.yesIwillAttend .rsvpForm .card label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.yesIwillAttend .rsvpForm .card .form-check-label {
  font-weight: 400;
  font-size: 16px;
  margin-top: 1px;
}

.yesIwillAttend .rsvpForm .card .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px 0px #00000040;
  margin-right: 10px;
}

.termsAndConditions .form-check-input {
  border-radius: 0px;
  width: 22px !important;
  height: 22px !important;
}

.termsAndConditions label {
  font-size: 18px !important;
  font-weight: 500;
}

.termsAndConditions .btn-submit {
  border-radius: 0px;
  border: 1px solid #000;
  background: #ffc107;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 40px;
}

.bookingConfirmation {
  padding: 20px;
}

.bookingConfirmation.confirm {
  background: #ffd25d;
}

.bookingConfirmation.confirm i {
  color: #473bf0;
  margin-right: 4px;
}

.nonTicketingSummery {
  padding: 50px 0px;
}

.nonTicketingSummery .questionAnswers {
  margin-top: -80px;
}

.nonTicketingSummery .questionAnswers .nonticketRsvpDataHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #656565;
}

.nonTicketingSummery .questionAnswers .nonticketRsvpDataHeading .btn-edit{
  border: 1px solid #000;
  padding: 8px 20px;
}

.nonTicketingSummery .questionAnswers .nonticketRsvpDataHeading h3{
  margin-bottom: 0px;
}

.nonTicketingSummery .questionAnswers h3 {
  font-size: 40px;
  font-weight: 600;
  /* color: #473bf0; */
  margin-bottom: 20px;
}

.nonTicketingSummery .questionAnswers h3 span {
  font-size: 40px;
}

.nonTicketingSummery .questionAnswers .questionBox {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #a5a5a5;
}


.nonTicketingSummery .questionAnswers .questionBox .answer {
  margin-bottom: 0px;
  font-size: 17px;
}

.nonTicketingSummery .questionAnswers .questionBox .question {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.nonTicketingSummery .questionAnswers .questionBox .question span {
  color: #473bf0;
  margin-right: 5px;
  font-size: 30px;
}

.nonTicketingAfterBooking {
  padding: 80px 0px;
}

.nonTicketingAfterBooking .eventImg {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.nonTicketingAfterBooking .bookingLogo img {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  object-fit: cover;
}

.nonTicketingAfterBooking .bookingLogo h5 {
  font-size: 23px;
}

.nonTicketingAfterBooking .title {
  font-weight: 600;
  font-size: 45px;
}

.nonTicketingAfterBooking .description {
  font-size: 14px;
}

.nonTicketingAfterBooking .btn-view-map {
  font-weight: 500;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 8px 25px;
}

.nonTicketingSummery .topPart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nonTicketingSummery .topPart .btn-edit {
  border-radius: 6px;
  border: 1px solid #000;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 20px;
}

.relatedEvents .imageDiv img {
  height: 180px;
  width: 100%;
  object-fit: contain !important;
  background: black;
}

.relatedEvents .imageDiv .text {
  width: 100%;
  padding: 15px;
  color: #000;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 285px;
}

.relatedEvents.otherDonations .imageDiv .text {
  min-height: 100px !important;
}

.relatedEvents.otherDonations .imageDiv .text h6 {
  margin-bottom: 0px;
}

.relatedEvents .imageDiv .text h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-weight: 600;
}

.relatedEvents .imageDiv .text p {
  margin-bottom: 0px;
  font-size: 16px;
  /* overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; 
           line-clamp: 1; 
   -webkit-box-orient: vertical; */
}

.nonTicketingSummery .summeryView .slot {
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  background: white;
  width: 100%;
}

.nonTicketingSummery .summeryView .btn-link {
  color: black;
  font-weight: 500;
  padding: 0px;
  display: block;
  margin-top: 10px;
}

.nonTicketingSummery .summeryView .btn-link:hover {
  background: transparent;
  color: initial;
}

.relatedEvents .imageDiv .timeRemaining {
  background: #ffd25d;
  position: absolute;
  top: 24px;
  right: -60px;
  width: 200px;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  transform: rotate(45deg);
}

.relatedEvents .singleRelatedEvent ul {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}

.relatedEvents .singleRelatedEvent ul li {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 4px;
  margin-top: 7px;
  font-size: 16px;
}

.relatedEvents .singleRelatedEvent ul li img {
  width: 22px;
  height: unset;
  background: unset;
}

/* .nonTicketingSummery .summeryView.completed{
    border: 15px solid #ffc107;
}

.nonTicketingSummery .summeryView.completed.attend-no{
    border: 15px solid #000 !important;
}

.nonTicketingSummery .summeryView.completed.attend-maybe{
    border: 15px solid #9e97ff !important;
} */

.border-right-dashed {
  border-right: 2px dashed #000;
}

.border-top-dashed {
  border-top: 2px dashed #000;
}

.nonTicketingSummery .summeryView .slot {
  padding: 25px;
}

.nonTicketingSummery .summeryView .slot p {
  margin: 0px;
}

.nonTicketingSummery .summeryView .slot p.label {
  margin-top: 30px;
  margin-bottom: 12px;
}

.nonTicketingSummery .summeryView h2 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1;
  color: #473bf0;
}

.nonTicketingSummery .summeryView h4 {
  font-weight: 500;
  font-size: 30px;
}

.nonTicketingSummery .summeryView h5 {
  margin-bottom: 5px;
  font-weight: 500;
}

.nonTicketingSummery .summeryView.completed .eventDate {
  color: #ffc107;
}

.text-md-end {
  text-align: right;
}

.viewAccordion .accordion-item .accordion-button::after {
  display: none;
}

.viewAccordion.summery .accordion-item .accordion-button {
  border-radius: 10px !important;
  cursor: default;
}

.viewAccordion.summery .accordion-item .accordion-button::after {
  display: none;
}

.viewAccordion.summery .accordion-item .accordion-header {
  background: white !important;
  border-radius: 10px;
}

.pendingTasks {
  padding: 25px;
  border: 1px solid;
  margin-bottom: 30px;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  background: white;
  border-radius: 10px;
  border-top: 5px solid #676767;
  margin-bottom: 30px;
}

.pendingTasks i {
  color: #e57373;
  margin-left: 5px;
}

.pendingTasks .btn-rsvp-fill-up {
  padding: 12px;
  background-color: #2f2e34;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: flex;
  margin-left: auto;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.pendingTasks .btn-rsvp-fill-up i {
  margin-left: 10px;
  color: #ffd25d;
  font-size: 25px;
}

.bookedTickets {
  padding: 25px;
  border: 1px solid #676767;
  margin-bottom: 30px;
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  background: white;
  border-radius: 10px;
  border-top: 5px solid #655aff;
  margin-bottom: 30px;
}

.bookedTickets .viewTicketsBtn{
  border-radius: 10px;
}

.bookedTickets .viewTicketsBtn:hover{
  border-radius: 10px;
}

.bookedTickets .qrCode .wrap{
  position: relative;
  max-width: 70%;
  margin: auto;
  margin-top: 20px;
}

.bookedTickets .qrCode .wrap img{
  filter: brightness(0.5);
}

.bookedTickets .qrCode .wrap .btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  font-weight: 500;
  font-size: 14px;
  width: 100px;
  padding: 5px 0px;
}

.bookedTickets h5 {
  font-size: 20px;
}

.bookedTickets .complementary h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}

.bookedTickets .complementary h5 {
  margin-bottom: 0px;
}

.bookedTickets .complementary p {
  font-size: 16px;
}

.total-prices .grandTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5px dashed #b7b7b7;
  padding-top: 10px;
}

.total-prices .promoTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.total-prices .promoTotal h5 {
  color: black;
}

.col-md-9.hasBooking .pr-75px {
  padding-right: 40px !important;
}

.col-md-9.hasBooking .pl-75px {
  padding-left: 40px !important;
}

.col-md-9.hasBooking .ticket-name-details ul li {
  font-size: 18px;
  display: block;
}

.col-md-9.hasBooking .ticket-details {
  padding: 0px 0px;
}

.col-md-9.hasBooking .terms-selector ul li {
  font-size: 18px;
}

.col-md-9.hasBooking .terms-selector ul .tarms_views {
  font-size: 18px;
}

.col-md-9.hasBooking .cuponApplied button {
  font-size: 14px;
}

.col-md-9.hasBooking .terms-selector .text-danger {
  font-size: 18px;
  display: flex;
  align-items: self-start;
  gap: 5px;
}

.col-md-9.hasBooking .terms-selector .text-danger i {
  position: relative;
  top: 5px;
}

.col-md-9.hasBooking .checkout-part .total-prices h6 {
  font-size: 18px;
}

.col-md-9.hasBooking .checkout-part .total-prices h5 {
  font-size: 23px;
}

.col-md-9.hasBooking .ticket-table-rows .col-xl-6 {
  width: 45%;
}

.col-md-9.hasBooking .ticket-table-rows .col-lg-3 {
  width: 33%;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(255, 255, 255);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111111111;
}

.loader-container img {
  width: 100%;
}

.footerNew {
  background-color: #2e2e33;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}

.footerleadtext,
.footersubtext,
.footlink {
  font-size: 16px;
  color: #fff;
}

.copyright .fs-xs {
  font-size: 14px;
}

.footerNew h6 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 20px;
}

.footerNavs,
.footerNew .downloadAPP {
  position: relative;
  z-index: 11;
}

.footerNew ul {
  padding: 0;
  margin: 0;
}

.footerNew ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footerNew ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.footerNew .logoWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  object-position: right;
  padding-left: 150px;
  display: block;
}

.footerNew .logoWrapper2::before {
  content: "";
  width: 150px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
}

.footerNew .logoWrapper .logoHolder {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.footerNew .logoWrapper .logoFooter {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  width: 250px;
}

.footerNew::before {
  content: "";
  width: 90px;
  height: 100%;
  background: white;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sitefooter {
  width: 100%;
  height: auto;
  background: #141414;
  padding: 80px 0 30px;
}

.footerleadtext {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.foottextadjust {
  margin-top: 18px;
  margin-left: 20px;
}

.footlink {
  text-decoration: none;
}

.footlink:hover {
  color: #7970f0;
}

.socialicons {
  width: 40px;
  height: 40px;
  /* border: 1px solid #fff; */
  border-radius: 8px;
  background: 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.socialicons:hover {
  background: #7970f0;
  border: 1px solid #7970f0;
}

.loader-container .spinner-border {
  width: 50px;
  height: 50px;
}

textarea {
  font-size: 18px;
}

.supportTicket {
  padding: 60px 0px;
}

.supportTicket .title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

.supportTicket .card {
  padding: 35px;
  border: 1px solid #000;
  border-radius: 6px;
}

.supportTicket .card label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.supportTicket .card .form-control {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 18px;
}

.supportTicket .card .form-select {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 18px;
}

.supportTicket .card .paymentAmount {
  position: relative;
}

.supportTicket .card .paymentAmount .form-control {
  padding-left: 35px;
  font-size: 30px;
  font-weight: 600;
  height: 53px;
}

.supportTicket .card .paymentAmount span {
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 25px;
}

.supportTicket .card .btn {
  border-radius: 5px;
  border: 1px solid #000;
  background: #ffd25d;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 35px;
}

.supportTicket .supportImg {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 750px;
}

.supportTicket .supportImg img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}

.supportTicket .supportImg .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px;
  color: white;
  text-align: center;
}

.supportTicket .supportImg .text h5 {
  font-size: 40px;
  margin-bottom: 0px;
}

.supportTicket .supportImg .text p {
  font-size: 22px;
}

#relatedEventCarousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 0px;
  font-size: 25px;
  display: block !important;
}

#relatedEventCarousel .owl-nav.notActive {
  display: none !important;
}

#relatedDonationCarousel .owl-nav.notActive {
  display: none !important;
}

#relatedEventCarousel .owl-nav button {
  margin-left: 20px;
  color: #473bf0;
}

#relatedEventCarousel .owl-nav button i {
  font-size: 25px;
}

.footerNew .sevaFooterContact {
  padding-left: 50px;
}

.footerNew .sevaFooterAddress {
  padding-left: 50px;
}

header .navbar .loginBtn {
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
  border: 1.5px solid;
}

.notFoundPage {
  background: #f5f5f5;
  padding: 80px 0px;
  width: 100%;
}

.notFoundPage h5 {
  font-size: 45px;
  font-weight: 600;
}

.notFoundPage p {
  font-size: 18px;
}

.notFoundPage img {
  width: 170px;
}

.minHeight {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f5f5;
}

.relatedEvents {
  width: 100%;
}

.paymentDetails .singleList {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed;
}

.paymentDetails .singleList:first-child {
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}

.paymentDetails .singleList h6 {
  font-size: 20px;
  font-weight: 500;
}

.paymentDetails .singleList h6 span {
  color: #473bf0;
  font-weight: 600;
  font-size: 30px;
  display: block;
}

/* #relatedEventCarousel .owl-stage{
    margin: auto;
} */

.logoWrapper .btn {
  display: none;
}

/* .logoWrapper .logoMobile{
    display: none;
} */

.logoWrapper {
  display: none;
}

/* Hide arrows in Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.flatpickr-wrapper {
  display: block !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 20px;
}

.flatpickr-current-month .flatpickr-yearDropdown {
  font-size: 20px;
  border: none;
  margin-left: 10px;
  font-weight: 300;
}

.joined_audience {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.audience_summary ul {
  padding: 0px;
  margin: 0px;
}

.audience_summary ul li {
  list-style: none;
  display: inline-block;
  margin-right: -15px;
}

.audience_summary ul li img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.donation-input-container {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 10px;
  position: relative;
  max-width: 275px;
  margin-left: auto;
}

.donation-input-container .btn-addRemoveMicroDonation {
  background: #e57373;
  color: white;
  padding: 13px;
}

.donation-input-container .ticket-counters {
  width: 100%;
  max-width: 120px;
}

.donation-input-container .form-control {
  width: 100%;
  border: 1px dashed #000;
  border-radius: 10px;
  padding: 10px;
  padding-left: 35px;
  font-size: 20px;
  padding-right: 100px;
  font-weight: 500;
}

.donation-input-container .form-control::placeholder {
  font-size: 14px;
}

.donation-input-container .donationInputBox {
  position: relative;
  display: flex;
  align-items: center;
}

.donation-input-container .donationInputBox spna {
  position: absolute;
  right: 9px;
  top: 10px;
  font-size: 14px;
  line-height: 33px;
}

.donation-input-container .donationInputBox .btn {
  background: #655aff;
  font-size: 14px;
  color: white;
  padding: 5px 10px;
  margin-left: 5px;
}

/* .donation-input-container .donationInputBox .btn.active {
  background: #e57373 !important;
} */

.donation-input-container .donationInputBox span {
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 24px;
  color: #c0c0c0;
}

.ticket-price-details p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
}

.form-check-input:checked {
  background-color: #655aff;
  border-color: #655aff;
}

.nonTicketRsvpSuccessPage{
  border: 1px solid #ddd;
  border-radius: 15px;
}

.nonTicketRsvpSuccessPage .booking-ticket-summary-conatiner{
  background: #473bf0;
  padding: 40px;
  margin-bottom: 40px;
}

.nonTicketRsvpSuccessPage .donationMsg{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.nonTicketRsvpSuccessPage .donationMsg img{
  width: 100px;
  border: 1px solid #A4A4A4;
  border-radius: 10px;
  padding: 10px;
}

.nonTicketRsvpSuccessPage .donationMsg h5{
  font-size: 25px;
  font-weight: 600;
}

.nonTicketRsvpSuccessPage .donationMsg p{
  margin-bottom: 0px;
}

.nonTicketRsvpSuccessPage .ticketBookDtls h6 span{
  display: block;
  font-size: 45px;
  color: #473BF0;
  font-weight: 600;
}

.nonTicketRsvpSuccessPage .ticketBookDtls .donationDetails span{
  display: block;
  font-weight: 400;
  opacity: 0.7;
  font-size: 18px;
  margin-top: 16px;
  color: #463aee;
}

.nonTicketRsvpSuccessPage .questionAnswers{
  padding: 40px;
  padding-top: 0px;
}

.nonTicketRsvpSuccessPage .topPart{
  padding-right: 40px;
}