:root {
  --primary-color: #FFCE22;
  --purple-color: #B347FF;
  --light-color: #F3F3F3;
  /* --border-color: rgba(230, 231, 239, 0.85); */
}

.text-main{
  color:#B347FF;
}

.fw-bold-change{
  font-weight: 600;
  cursor: pointer;
}

.text-line-through {
  text-decoration: line-through;
}

.text-decoration-underline {
  text-decoration: underline
}

.eventjam-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding-top: 1px;
}

.html-editor-fixed-right {
  position: fixed;
  right: 0;
  padding-right: 45px;
}

.div-space-margin{
  margin-top:45px;
}

.event-details-fixed {
  position: fixed;
  z-index: 1;
  background-color: #fff;
  /* top: 350px; */
}



/* #events-tabs-div>.tab-pane {
  padding-top: 260px;
} */

#user-list-tab>.tab-pane{
  padding-top: 200px;
}

.user-favourites-fixed {
  position: fixed;
  z-index: 1;
  background-color: #fff;
  top: 280px;
}

.organiser-details-fixed {
  position: fixed;
  z-index: 1;
  background-color: #fff;
  top: 300px;
}

/* #organiser-tabs-div>.tab-pane {
  padding-top: 290px;
} */

.wizard .pd-t-80 {
  padding-top: 80px !important;
}

.left-0 {
  left: 0;
}

.img-24 {
  height: 24px;
  width: 24px;
}

.img-60 {
  height: 60px;
  width: 60px;
}

.img-80 {
  height: 80px;
  width: 80px;
}

.img-120 {
  height: 120px;
  width: 120px;
}

.img-140 {
  height: 140px;
  width: 140px;
}

.img-280X180 {
  height: 180px;
  width: 280px;
}

.img-200 {
  height: 200px;
  width: 200px;
}

.img-100 {
  height: 100px;
  width: 100px;
}

.img-40 {
  width: 40px !important;
  height: 40px !important;
}

.w-80 {
  width: 80px !important;
}

.w-120 {
  width: 120px !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-no-600{
  font-weight: 700 !important;
  color:#000;
  margin:0;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.main-card {
  max-width: 300px;
  float: left;
}

.main-full-card {
  min-width: 300px;
  float: left;
  width: 100%;
}

.banner-wrapper {
  width: 271px;
  height: 271px;
  background: #F3F3F3;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* margin: auto;
    margin-top: 50px; */
}

.banner-wrapper.changed::before {
  content: "Change";
}

.banner-wrapper:after {
  position: absolute;
  background-color: unset;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  display: block;
  /* max-height: 85px; */
  /* border: #000; */
  /* height: 18px;
    width: 43px;
    padding: 2px;
    border-radius: 10px;
    background-color: black;
    text-align: center;
    font-size: 10px; */
  font-weight: bolder;
  color: rgb(253, 253, 253);
}

.banner-wrapper:before {
  content: 'Upload';
  display: block;
  margin: auto;
  color: rgb(253, 253, 253);
  padding: 10px 20px;
  border-radius: 20px;
  background-color: black;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  width: 50%;
  /* Fallback */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;

  height: 50%;
  /* Fallback */
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;

  overflow: auto;
  /* Recommended in case content is larger than the container */
  margin: auto;
  /* Center the item vertically & horizontally */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.banner-wrapper:after {
  font-size: 10px;
}

.banner-wrapper .close-btn {
  display: none;
}

.banner-wrapper input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}




.banner-set {
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
  padding: 10px;
  border-width: 0px;
}

.banner-set:hover {
  transition: all 0.5s ease-out;
  filter: brightness(110%);
}

.banner-set:before {
  color: transparent;
}

.banner-set:after {
  color: transparent;
}

.banner-set .close-btn {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  background: #000;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  opacity: 0.8;
}

.banner-set>input {
  pointer-events: none;
}

.banner-set.banner-wrapper:before {
  display: none !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.form-group label {
  font-weight: 600;
  font-size: 15px;
  text-transform: lowercase;
}

.form-group label::first-letter {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.swal2-success {
  background-color: #B347FF !important;
}

.swal2-error {
  background-color: #DC4747 !important;
}

.swal2-icon.swal2-success {
  border-color: #000 !important;
  color: #000 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #000 !important;
}

.side-head-position {
  min-width:150px !important;
  position: fixed;
}

.side-head h5 {
  padding: 0px 15px;
}

.wizard .content .event-wizard-title {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 80px;
  background-color: #fff;
  z-index: 1;
}

.wizard .content h5 {
  font-size: 23px;
  font-weight: 600;
}

.wizard .content h6 {
  font-size: 20px;
  font-weight: 600;
}

.event-title h5 {
  font-size: 23px;
  font-weight: 600;
}

.img-position-rel {
  position: relative;
}

.img-position {
  position: absolute;
  top: 8px;
  right: 7px;
}

.img-position3 {
  position: absolute;
  top: 45px;
  right: 7px;
}

.image-container {
  position: relative;
  display: inline-block;
  /* Keeps the container size to the size of the images */
}

.img-position2 {
  position: absolute;
  top: 13.5px;
  right: 12px;
}

.img-position4 {
  position: absolute;
  top: 50.5px;
  right: 12px;
}

.main-logo {
  width: 120px;
}
@media (max-width: 767.98px) {
  .main-logo {
    width: 100%;
    height: 28px;
    position: absolute;
    top: 36px;
    left: 16px;
  }

  .main-logo img {
    height: 100%;
  }
}

.b-radius-6 {
  border-radius: 6px;
}

.b-radius-8 {
  border-radius: 8px;
}

.b-radius-25 {
  border-radius: 25px;
}

.b-radius-50 {
  border-radius: 50px;
}

.br-50 {
  border-radius: 50%;
}

.modal-radius {
  border-radius: 10px;
}

.artist-item {
  display: flex;
  align-items: center;
  padding: 12px;
  position: relative;
}

.pointer {
  cursor: pointer;
}


.top-title h5 {
  font-size: 23px;
  font-weight: 600;
}

.total-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
}

.custom-dialog {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 350px;
  min-height: 120px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  display: none;
  box-shadow: 4px 4px 24px -2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /*to hide popup initially*/
}

.custom-dialog-close-btn {
  color: #000;
  font-size: 35px;
  line-height: 0;
  cursor: pointer;
}

.btn-hover:hover {
  color: #000 !important;
  background: #ffd43e;
}

  

.event-img img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  height: 400px;
}

.dot-dark {
  height: 6px;
  width: 6px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}

.dot-danger {
  height: 6px;
  width: 6px;
  background-color:#DC4747;
  border-radius: 50%;
  display: inline-block;
}

.dot-success {
  height: 10px;
  width: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
}

.main-event-content {
  margin-top: 37px;
}

.main-event-content h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #000;
}

.main-event-content p {
  margin-bottom: 27px;
}

.main-event-content p:last-child {
  margin-bottom: 0;
}

.smalldesc {
  max-height: 62px;
  overflow: hidden;
  transition: all 1s ease;
}

.smalldesc.expand {
  max-height: var(--originalHeight);
}

.read-more {
  color: #000 !important;
  font-weight: 500;
}

.artist-imgs img {
  height: 100px;
  width: auto;
}

.artist-imgs figure {
  margin-right: 30px;
  text-align: center;
}

.artist-imgs .figure-caption {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.event-bottom-content .terms {
  border-bottom: 1px solid var(--border-color);
}


.accordion-btn:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-btn:not(.collapsed)::after {
  content: "\f068";
}

/* --- Terms & Condition Page --- */

.term-link {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: none;
  margin-bottom: 15px;
  padding: 0;
  color: #000;
  background: transparent;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.term-link:last-child {
  margin-bottom: 0;
}

.terms-tabs .term-link.active,
.terms-tabs .show>.term-link {
  color: #FFCE22 !important;
}

.terms-tabs .term-link:hover {
  color: #ffd43e !important;
}

.terms-tabs .term-link.active:hover {
  color: #FFCE22 !important;
}

.terms-main-title h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 17px;
}

.terms-content p {
  margin-bottom: 24px;
  line-height: 28px;
}

.terms-content ol {
  display: block;
  list-style-type: decimal;
}

.terms-content ul,
ol {
  padding: 0 0 0 20px !important;
  margin-left: 0;
}

.terms-content ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
  margin-top: 27px;
  font-weight: 500;
}

.terms-content ul li {
  font-size: 14px;
  line-height: 26px;
  color: #ACACAC;
}

.terms-content ul {
  margin-bottom: 27px !important;
  display: block;
  list-style-type: disc;
}

.terms-content ul:last-child {
  margin-bottom: 0 !important;
  display: block;
}

.terms-content ul li ul {
  list-style-type: revert;
  margin-top: 10px;
}

.terms-content ul li ul li {
  margin-bottom: 10px;
}

.terms-content ul li ul li:last-child {
  margin-bottom: 31px;
}

/* --- Privacy Policy Page --- */

#txtOtp {
    text-align: center;
  }

#txtOtp::placeholder {
  text-align: center;
}


.date-icon {
  position: absolute;
  top: 45px;
  right: 30px;
  /* pointer-events: none; */
  cursor: pointer;
  color: #050505;
}

.shedule-date-icon {
  position: absolute;
  top: 15px;
  right: 30px;
  /* pointer-events: none; */
  cursor: pointer;
  color: #050505;
}

.icon-16 {
  height: 16px !important;
  width: 16px !important;
}

.text-purple {
  color: var(--purple-color) !important;
}

.custom-dialog {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 350px;
  min-height: 120px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  display: none;
  box-shadow: 4px 4px 24px -2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /*to hide popup initially*/
}


.w-450 {
  width: 450px;
}

.custom-dialog-close-btn {
  color: #000;
  font-size: 35px;
  line-height: 0;
  cursor: pointer;
}

.bg-bar-color {
  /* background: linear-gradient(var(--purple-color), var(--primary-color)); */
  background: linear-gradient(to right, var(--primary-color), var(--purple-color));
}


.content-body-search {
  display: none;
  align-items: center;
  margin-left: 10px;
  padding: 0 7px;
  height: 45px;
  background-color: #F3F3F3;
  transition: all 0.25s;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .content-body-search {
    transition: none;
  }
}

@media (min-width: 576px) {
  .content-body-search {
    display: block;
    /* display: inline-flex; */
  }
}

.content-body-search.active {
  /* background-color: #fff; */
  border-color: #c4cdd6;
  box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15), 0 1px 3px 0 rgba(131, 146, 165, 0.2);
}

.content-body-search svg {
  stroke-width: 2.5px;
  color: #000;
  width: 18px;
  height: 18px;
}

.content-body-search .form-control {
  border-radius: 0;
  background-color: #F3F3F3;
  border-width: 0;
  padding: 0;
  margin-left: 10px;
  width: 100%;
}

.close-venue-btn {
  color: #000;
  font-weight: 500;
  background-color: transparent;
  border: none;
}

.close-venue-btn:hover,
.close-venue-btn:active,
.close-venue-btn:focus {
  color: #000;
  font-weight: 500;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

.content-body-search .form-control::placeholder {
  color: #637382;
}

.content-body-search .form-control:active,
.content-body-search .form-control:focus {
  box-shadow: none;
  color: #06072d;
}

.login-right-img {
  background-image: url("../../admin/images/event.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

#artist-search-list {
  min-height: 350px;
  overflow-y: auto;
}

#venue_result {
  min-height: 250px;
  overflow-y: auto;
}

#addartistmodal .modal-body {
  min-height: 350px;
}

.chat-item-body button {
  font-size: 14px;
  font-weight: 500;
}

/**********************Image popup container*************************/

.image-container img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}

.image-container img:hover {
  opacity: 0.7;
}

/* Style for the modal background */
.Eventmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: none;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.Eventmodal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Style for the modal captions */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

.Eventmodal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Style for the close button */
.img-conainer-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.img-conainer-close:hover,
.img-conainer-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .Eventmodal-content {
    width: 100%;
  }
}

#tab_ul_list li.done svg {
  height: 20px;
  width: 20px;
}


.wizard .content .event-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.bg-light {
  background-color: #F3F3F3;
}

/*********************** Summernote customization **************************/
.note-btn {
  border: none !important;
  border-radius: 6px !important;
  font-size: 10px !important;
}

.note-btn-group .note-btn+.note-btn,
.note-btn-group .note-btn+.note-btn-group,
.note-btn-group .note-btn-group+.note-btn,
.note-btn-group .note-btn-group+.note-btn-group {
  margin-left: 10px !important;
}


.admin-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-logo img {
  height: 60px;
}

.eventreviewslistactive {
  background-color: #F3F3F3;
  color: #000;
}

.eventreviewslistactive th:first-child,
.eventreviewslistactive td:first-child {
  border-left: 2px solid #B347FF;
}

.sidebar-body .nav-item {
  opacity: 0.5;
}




/* tooltip design */

[data-tooltip] {
  display: inline-block;
  position: relative;

  --carat-size: 5px;
  --offset: 0.5rem;

  --tooltip-position: calc(100% + var(--offset));
  --carat-position: calc(100% + var(--offset) - var(--carat-size) / 2);

  &::before,
  &::after {
    opacity: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }

  &::before {
    content: "";
    background-color: black;
    height: var(--carat-size);
    width: var(--carat-size);
    opacity: 0;
  }

  &::after {
    content: attr(data-tooltip);
    color: hsl(60 80% 80%);
    background-color: black;
    padding: 0.3rem;
    border-radius: 4px;
    min-width: 10rem;
    text-align: left;
    z-index: 10;
    opacity: 0;
  }

  /* exposes on hover and focus (when focus is obtained 
		 via keyboard) */
  &:hover::before,
  &:hover::after,
  &:focus-within::before,
  &:focus-within::after {
    display: block;
    opacity: 1;
    pointer-events: unset;
  }

  &[data-tooltip-anchor="right"]::before {
    left: var(--carat-position);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  &[data-tooltip-anchor="right"]::after {
    left: var(--tooltip-position);
    top: 50%;
    transform: translateY(-50%);
  }

  &[data-tooltip-anchor="left"]::before {
    right: var(--carat-position);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  &[data-tooltip-anchor="left"]::after {
    right: var(--tooltip-position);
    top: 50%;
    transform: translateY(-50%);
  }

  &[data-tooltip-anchor="top"]::before {
    bottom: var(--carat-position);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  &[data-tooltip-anchor="top"]::after {
    bottom: var(--tooltip-position);
    left: 50%;
    transform: translateX(-50%);
  }

  &[data-tooltip-anchor="bottom"]::before {
    top: var(--carat-position);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  &[data-tooltip-anchor="bottom"]::after {
    top: var(--tooltip-position);
    left: 50%;
    transform: translateX(-50%);
  }
}


.ico_circle {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #F3F3F3;
}

.custom-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0;
}

.border-none td {
  border: none !important;
}

.progress-text {
  position: absolute;
  right: 0;
  top: 80%;
  transform: translate(-130%, -61%);
}


.map-control {
  width: 40%;
  height: calc(1.5em + 0.874rem + 6px);
  padding: 0.437rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #696969;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.map-search {
  position: absolute;
  left: 212px;
  top: 9px !important;
  ;
}

.sm-cancel {
  height: 28px;
  padding: 0px 5px 0px 5px;
}

.td-adress-w {
  width: 354px;
}

.max-content {
  height: max-content;
}

.card-body-h-w {
  height: 300px;
  width: 500px;
}

.vl {
  border-left: 1px solid grey;
  height: 500px;
}

.margin-top-150 {
  margin-top: 150px;
}




/* --------------------------------------------Pre-Loader---------------------------------------------------- */
#preloader {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}

.loader_content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pl {
  display: block;
  margin: auto;
  width: 16em;
  height: auto;
}

.pl line {
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.pl__line1,
.pl__line9 {
  animation-name: line1;
}

.pl__line2,
.pl__line8 {
  animation-name: line2;
}

.pl__line3,
.pl__line7 {
  animation-name: line3;
}

.pl__line4,
.pl__line6 {
  animation-name: line4;
}

.pl__line5 {
  animation-name: line5;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--primary-color), 90%, 10%);
    --fg: hsl(var(--purple-color), 90%, 90%);
  }
}

/* Animations */
@keyframes line1 {

  from,
  8% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  18% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  28% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  38% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  48% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  53% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }

  56% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  60% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  70% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  80% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  90% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}

@keyframes line2 {

  from,
  6% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  16% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  26% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  36% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  46% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  51% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }

  54% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  58% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  68% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  78% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  88% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  98%,
  to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}

@keyframes line3 {

  from,
  4% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  14% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  24% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  34% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  44% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  49% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }

  52% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  56% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  66% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  76% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  86% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  96%,
  to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}

@keyframes line4 {

  from,
  2% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  12% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  22% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  32% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  42% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  47% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }

  50% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  54% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }

  64% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  74% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  84% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  94%,
  to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}

@keyframes line5 {
  from {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  10% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  20% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  30% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }

  40% {
    stroke-dashoffset: -16;
    transform: translate(0, 15px);
  }

  50% {
    stroke-dashoffset: -31;
    transform: translate(0, -48px);
  }

  58% {
    stroke-dashoffset: -31;
    transform: translate(0, 8px);
  }

  65% {
    stroke-dashoffset: -31.99;
    transform: translate(0, -24px);
  }

  71.99% {
    animation-timing-function: steps(1);
    stroke-dashoffset: -31.99;
    transform: translate(0, -16px);
  }

  72% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }

  82% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }

  92%,
  to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}


.opacity-25 {
  opacity: 0.5;
}


.badge {
  display: inline-block;
  padding: 8px 12px;
  background-color: var(--purple-color); 
  color: #fff; /* White color */
  border-radius: 10px; /* Adjust the border-radius for rounding */
  font-size: 14px; /* Small size */
  font-weight: bold;
  margin-right: 10px; /* Add margin for spacing */
}

.badge.medium {
  font-size: 18px; /* Medium size */
}

.badge.big {
  font-size: 24px; /* Big size */
}

.footer-contact{
  background-color: var(--light-color);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
}

.create-btn {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  height: 40px;
  display: inline-block;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 8px 18px;
  border-radius: 8px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}


.banner-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 75px;
  padding: 10px;
  background: #f8f9fa;
}

input[type="file"] { display: block; }
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  font-size: 20px;
  background: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.logoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.logoCropperModalHidden { display: none; }
.logoModalContent {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
}

.logoCropperContainer { max-width: 450px;}
#cropper-image { max-width: 100%; }
#event-cropper-image  { max-width: 100%; }
button {
  margin: 10px;
  padding: 8px 16px;
  cursor: pointer;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
}
button:hover { background: #0056b3; }
#croppedPreview img {
  margin-top: 10px;
  max-width: 200px;
  border-radius: 10px;
}

.event-headings {
    color: rgb(0, 0, 0); 
    font-weight: bold; 
    font-size: 23px;
}

.btn-grey {
    background-color: #F3F3F3;
    color: #000000;
    margin-left: -2px;
    border-radius: 6px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-grey:hover {
    color: #000000;
    background-color: #d6d6d6;
}

.feature-dropdown {
    margin-top: 10px;
    position: relative; /* Needed for absolute positioning of the menu */
}

.feature-dropdown-menu {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    background-color: hsl(0, 0%, 100%);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    position: absolute;
    top: 100%; /* Position below the button */
    left: 0;
    z-index: 1000;
}

.feature-dropdown-menu li {
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.feature-dropdown-menu li:hover {
    background-color: hsl(0, 0%, 83%);
}

.feature-dropdown-menu img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.d-none {
    display: none;
}

.d-none {
    display: none;
}

.selected-features {
    display: none;
    background-color: hsl(0, 0%, 100%);
    border-radius: 6px;
}

.selected-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 8px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 4px;
}

.selected-feature img {
    margin-right: 10px;
}

.selected-feature select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid hsl(0, 0%, 100%);
}

.feature-option-select {
    padding: 6px 12px;
    border: 1px solid #5e5e5e;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-weight: 500;
    color: #333;
    width: 40%;
    outline: none;
    border-radius: 8px;
    margin-left: 10%;
}

.top-header-space{
  margin-bottom:136px;
}

.padding-space{
  padding-top:30px;
}

.link-style {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: inherit;
}

.link-style:hover {
  text-decoration: underline;
}


.banner-wrapper-portrait {
  border:none;
  width: 271px;
  height: 271px;
  background: #F3F3F3;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* margin: auto;
    margin-top: 50px; */
}

.banner-wrapper-portrait.changed::before {
  content: "Upload";
}

.banner-wrapper-portrait:after {
  position: absolute;
  background-color: unset;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  display: block;
  /* max-height: 85px; */
  /* border: #000; */
  /* height: 18px;
    width: 43px;
    padding: 2px;
    border-radius: 10px;
    background-color: black;
    text-align: center;
    font-size: 10px; */
  font-weight: bolder;
  color: rgb(253, 253, 253);
}

.banner-wrapper-portrait:before {
  content: 'Upload';
  display: block;
  margin: auto;
  color: rgb(253, 253, 253);
  padding: 10px 20px;
  background-color: black;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  width: 50%;
  /* Fallback */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;

  height: 50%;
  /* Fallback */
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;

  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.banner-wrapper-portrait:after {
  font-size: 10px;
}

.banner-wrapper-portrait .close-btn {
  display: none;
}

.banner-wrapper-portrait input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}


.banner-wrapper-landscape {
  width: 450px;
  height: 271px;
  background: #F3F3F3;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* margin: auto;
    margin-top: 50px; */
}

.banner-wrapper-landscape.changed::before {
  content: "Upload";
}

.banner-wrapper-landscape:after {
  position: absolute;
  background-color: unset;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  display: block;
  font-weight: bolder;
  color: rgb(253, 253, 253);
}

.banner-wrapper-landscape:before {
  content: 'Upload';
  display: block;
  margin: auto;
  color: rgb(253, 253, 253);
  padding: 10px 20px;
  border-radius: 20px;
  background-color: black;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  width: 50%;
  /* Fallback */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;

  height: 50%;
  /* Fallback */
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;

  overflow: auto;
  /* Recommended in case content is larger than the container */
  margin: auto;
  /* Center the item vertically & horizontally */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.banner-wrapper-landscape:after {
  font-size: 10px;
}

.banner-wrapper-landscape .close-btn {
  display: none;
}

.banner-wrapper-landscape input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}


.pointerforTicket {
  cursor: pointer !important;
}

.placeholder-grey::placeholder {
  color: #888; /* Light grey */
  opacity: 1;  /* Ensure it’s fully visible */
}


.correction-box {
    padding:15px;
    border-radius: 8px;
    background-color: #F3F3F3;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 20px 0;
}

.correction-icon {
    margin-top: 10px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: 4px;
}

.correction-text {
    flex: 1;
}

.correction-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #333;
}

.correction-description {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}