:root {
  --tintedColor: #DDB8C1;
    --tintedHexColor: #DDB8C1;
    --textColor: #000000;
    --brandColor: #f22154;
    --brandActiveColor: #7D0422;
    --brandContrastColor: #0C93B1;
    --primaryColor: #8C1331;
    --secondaryColor: #C9A4AD;
    --tertiaryColor: #B59099;
    --placeholderColor: #FFE0E9;
    --inputColor: #8C1331;
    --inputBackgroundColor: #DDB8C1;
    --inputShadow: 0 6px 16px #5A000033;
    --inputBorderColor: #BF9AA3;
    --inputBorderThickness: 1px;
    --inputHoverBackgroundColor: #D3AEB7;
    --inputHoverShadow: 0 6px 16px #5A000033;
    --inputHoverBorderColor: #f22154;
    --inputFocusBackgroundColor: #C9A4AD;
    --inputFocusShadow: 0 6px 16px #5A000033;
    --inputFocusBorderColor: #7D0422;
    --mainBackground: transparent;
    --topBackground: #6986db;
    --bodyBackground: white;
    --featuredBackground: #d9e2fb;
    --lightBtn: #FBD6DF;
    --cardBg: #d9e2fb;
    --editButtonColor: white;
    --lightText: #333;
    --lightTextCircle: #AB868F;
    --lightTextBg: #FFE0E9;
    --dreamcastBg: #AB868F;
    --crossBg: #AB868F;
    --fieldBorder: #f5f5f5;
    --editButtonHoverColor: white;
    --editButtonHoverBackgroundColor: #f22154;
    --editingItemColor: #8C1331;
    --editingItemSecondaryColor: #C9A4AD;
    --editingItemActionColor: #f22154;
    --editingItemBackgroundColor: #FBD6DF;
    --editingItemHoverColor: white;
    --editingItemHoverSecondaryColor: #fffc;
    --editingItemHoverActionColor: white;
    --editingItemHoverBackgroundColor: #f22154;
    --editingItemDragColor: white;
    --editingItemDragSecondaryColor: #fffc;
    --editingItemDragActionColor: white;
    --editingItemDragBackgroundColor: #7D0422;
    --editingItemDragShadow: 0 6px 16px #4B000033;
    --editingIconButtonColor: #B59099;
    --editingIconButtonHoverColor: #C9A4AD;
    --floatingBarButtonColor: white;
    --floatingBarBackgroundColor: #000c;
    --floatingBarShadow: 0 6px 16px #0003;
    --modalOverlayColor: #000000a0;
    --modalDividerColor: #C9A4AD;
    --modalBackgroundColor: #FFE0E9;
    --modalHeaderBackgroundColor: #FBD6DF;
    --modalShadow: 0 6px 16px #5A000033;
    --featuredColor: #8C1331;
    --featuredSecondaryColor: #C9A4AD;
    --featuredButtonColor: white;
    --featuredButtonBackgroundColor: #78001D;
    --featuredButtonHoverColor: white;
    --featuredButtonHoverBackgroundColor: #f22154;
    --dividerColor: #333;
    --dividerColorDark: #B59099;
    --hoverOverlayColor: #0003;
    --subscribeBackground: linear-gradient(90deg, #41d7ae -4.39%, #30c549 114.18%);
    --subscribeColor: white;
    --videoThumbnailPlaceholderBackground: #FFEAF3;
    --eventHoverColor: #FFEAF3;
    --eventCalendarBorderColor: #E7C2CB;
    --eventCalendarBackgroundColor: white;
    --eventCalendarMonthColor: #AA314F;
    --eventCalendarMonthBackgroundColor: #E7C2CB;
    --linkColor: #8C1331;
    --linkSecondaryColor: #C9A4AD;
    --linkBackgroundColor: #FBD6DF;
    --linkBorderThickness: 0;
    --linkBorderColor: transparent;
    --linkHoverColor: white;
    --linkHoverSecondaryColor: #fffc;
    --linkHoverBackgroundColor: #f22154;
    --linkHoverBorderColor: ;
    --linkSelectedColor: white;
    --linkSelectedSecondaryColor: #fffc;
    --linkSelectedBackgroundColor: #7D0422;
    --linkSelectedBorderColor: ;
    --promoBorderColor: white;
    --darkestColor: #333;
    --dreamcastFront: #640009;
    --darkText: #da0610;
    --lightRevert: #333;
    --midDark: #A02745;
    --cardBorder: #FFF;
    --iconColor: #333;
    --labelColor: #333;
    --boxText: #333;
    --darkBtn: #78001D;
    
    --btnColor: #FFE0E9;
    --lightColor: #FFF;
    --crossFront: #FFF4FD;
}

.header-container h1 {
  z-index: 99;
}

.tab-content p {
  text-align: justify !important;
}
@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  @apply bg-[#F9F9F9];
  font-family: "Figtree", serif;
}
.showInfo {
  display: block !important;
}
.fluid-img {
  max-width: 100%;
  width: 100% !important;
  /* height: auto !important; */
}

.relative {
  position: relative !important;
}

.h-Logo {
  height: 50px !important;
}
.des-text span {
  color: var(--darkText) !important;
}

/* .active-tab {
  border-bottom: 3px #333333 solid;
  color: #333333 !important;
} */

/* .inputBox {
  @apply w-full text-left border border-[#D4D4D4]  bg-[#FFFFFF]  text-[14px] text-[#333333]  rounded-[10px] h-[48px] px-3.5 focus:outline-none focus:border-[#000] hover:border-[#595C5C] transition-all outline-none
} */
.tickets-wrapper .borderType:nth-child(1) {
  border-top: 0 !important;
}
.accordion {
  margin-bottom: 14px;
}
.accordion:last-child {
  margin-bottom: 0px;
}
.inputBox {
  @apply w-full text-left border border-[var(--fieldBorder)] bg-[#EFEFF0] text-[16px] text-[var(--darkestColor)] rounded-lg h-[55px] px-5 focus:outline-none focus:border-[var(--darkestColor)] hover:border-[var(--darkText)] transition-all outline-none;
}

.ModalBoxContainer {
  @apply relative bg-[#F9F9F9] max-w-[95%] mt-[100px] md:mt-[30px] lg:mt-[30px] rounded-2xl z-[1300] m-auto;
}

.lableText {
  @apply w-full text-[var(--labelColor)] text-[14px] font-normal inline-block relative;
}

.boxShadow {
  box-shadow: 0px 3px 10px #00000014;
}

.StandardTicket svg {
  @apply w-[20px];
}

.btn-dark {
  @apply bg-[var(--darkText)] hover:bg-[var(--darkestColor)] text-base text-[#F9F9F9] font-medium rounded-md h-[40px] transition-all px-3;
}

.input {
  @apply w-full border text-[var(--darkestColor)] border-[var(--fieldBorder)] rounded-lg h-[40px] px-2 focus:outline-none focus:border-[var(--darkestColor)] hover:border-[var(--darkText)] transition-all outline-none bg-[var(--lightColor)];
}

.dobCalandar .inputBox {
  width: 100%;
  padding: 12px 22px;
  position: relative;
}

.dobCalandar .inputBox:after {
  content: "🗓";
  position: absolute;
  right: 23px;
  top: 17px;
  font-size: 14px;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

::-moz-scrollbar {
  width: 2px;
  height: 2px;
}

/* Track */
::-moz-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-moz-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-moz-scrollbar-thumb:hover {
  background: #000;
}

/* .StandardTicketForm {
  overflow: auto;
  max-height: calc(100vh - 142px);
}
.tickets-wrapper{
  max-height: calc(100vh - 291px);
  max-height: calc(100dvh - 291px);
} */
.flag-box {
  display: inline-flex;
  vertical-align: middle;
  width: 20px;
  margin-right: 6px;
  align-items: center;
}

.iti-flag.be {
  width: 18px;
}

.animate-pulse-once:focus {
  animation: pulse 0.5s cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes pulse-once {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.xa {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.xg {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.xu {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.xm {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.xj {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.an {
  height: 14px;
  background-position: -5658px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
  background-color: transparent;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tp {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

.iti-flag.yu {
  height: 14px;
  background-position: -5634px 0;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background: #eaeaea url("/Assets/Images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.transEasy {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.c-form {
  color: #141d49;
  font-family: "Roboto", arial;
  font-size: 20px;
  margin: 2.5em auto;
}

.c-form__fieldset {
  border: none;
  padding: 0;
}

.c-form__legend {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.c-form__group {
  margin-top: 0.5em;
}

.c-form__checkbox,
.c-form__radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-form__checkbox:checked + .c-form__label .c-form__checkbox-tick,
.c-form__radio:checked + .c-form__label .c-form__radio-tick {
  stroke-dashoffset: 0;
}

/* .c-form__checkbox:focus + .c-form__label .c-form__checkbox-square,
.c-form__radio:focus + .c-form__label .c-form__radio-circle {
  stroke: #31CC89
} */

.c-form__label {
  cursor: pointer;
  display: block;
  font-size: 1em;
}

.c-form__label svg {
  @apply w-[22px] h-[22px];
}

.c-form__label-text {
  margin-left: 0.25em;
  opacity: 0.75;
  vertical-align: middle;
}

.c-form__checkbox-icon,
.c-form__radio-icon {
  height: 2em;
  width: 2em;
  vertical-align: middle;
}

.c-form__checkbox-square,
.c-form__radio-circle {
  fill: none;
  stroke: #141d49;
  stroke-width: 1.5;
  transition: stroke 0.3s ease-in;
}

.c-form__checkbox-tick,
.c-form__radio-tick {
  fill: none;
  stroke: #141d49;
  stroke-dasharray: 11;
  /* this is the length of the line */
  stroke-dashoffset: 11;
  /* this is the length of the line */
  stroke-width: 1.5;
  transition: stroke-dashoffset 0.3s ease-in;
}

.editor-description-data a {
  color: #595c5c;
  text-decoration: underline;
}

.editor-description-data a[style] {
  background-color: #333537;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin: 10px auto;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none !important;
  width: -moz-fit-content;
  width: fit-content;
}

.editor-description-data h1,
.editor-description-data h2,
.editor-description-data h3,
.editor-description-data h4,
.editor-description-data h5,
.editor-description-data h6 {
  font-weight: 600;
  color: var(--darkestColor);
  line-height: 1.5;
}

.editor-description-data h1,
.ticket-item h1,
.sub-cat-editor h1 {
  font-size: 26px;
  font-weight: 600;
}
.editor-description-data h2,
.ticket-item h2,
.sub-cat-editor h2 {
  font-size: 24px;
  font-weight: 600;
}
.editor-description-data h3,
.ticket-item h3,
.sub-cat-editor h3 {
  font-size: 22px;
  font-weight: 600;
}
.editor-description-data h4,
.ticket-item h4,
.sub-cat-editor h4 {
  font-size: 20px;
  font-weight: 600;
}
.editor-description-data h5,
.ticket-item h5,
.sub-cat-editor h5 {
  font-size: 18px;
  font-weight: 600;
}
.editor-description-data h6,
.ticket-item h6,
.sub-cat-editor h6 {
  font-size: 16px;
  font-weight: 600;
}

.editor-description-data blockquote {
  border-left: 3px solid #eee;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgb(247 247 247 / var(--tw-bg-opacity));
  font-size: 15px;
  font-weight: 500;
}

.editor-description-data ul,
.ticket-item ul,
.sub-cat-editor ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}

.editor-description-data ol,
.ticket-item ol,
.sub-cat-editor ol {
  list-style: decimal;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}

.editor-description-data p {
  line-height: 24px;
}
a.custom-btn-editor {
  background-color: var(--darkText);
  color: #fff;
  text-decoration: none;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 8px;
  margin: 10px 0;
  text-align: center;
}
a.custom-btn-editor + a.custom-btn-editor {
  margin-left: 10px;
}
a.custom-btn-editor:hover {
  background-color: var(--darkestColor);
}
.des-text p,
.des-text ol,
.des-text ul,
.des-text blockquote,
.des-text code,
.des-text img {
  margin-bottom: 10px;
}
.des-text table.table-auto,
.des-text tr,
.des-text td {
  border: 1px solid;
}
.editor-description-data table.table-auto,
.editor-description-data tr,
.editor-description-data td {
  border: 1px solid;
}
.des-text td {
  padding: 5px 10px;
}
.editor-description-data td {
  padding: 5px 10px;
}
.des-text table {
  margin-bottom: 10px;
}
.editor-description-data table {
  margin-bottom: 10px;
}
.attach-a-tag {
  margin-bottom: 10px;
  display: inline-block;
}

.DescriptionTabs::-webkit-scrollbar {
  display: none;
}

.back-btn svg {
  width: 10px;
}

.verticalLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.MbadgeEmail {
  align-items: center;
  display: flex;
  height: calc(100vh - 203px);
  justify-content: center;
  width: 100%;
}

.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.Toastify__close-button.Toastify__close-button--dark {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  align-self: center;
  min-width: 35px;
}

.Toastify__toast-theme--dark {
  font-size: 14px;
}

.Toastify__toast-icon {
  width: 35px !important;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px;
  justify-content: center;
  align-items: center;
}

.Toastify__toast-body {
  padding: 0 !important;
}

.accordion .inputBox {
  background-color: var(--lightColor);
}

label.floating-label {
  line-height: 1;
}

label.floating-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.footer-page {
  padding-bottom: 85px;
  position: relative;
}

.downArrow .InnerHeaderMob {
  /* position: relative; */
  z-index: 1;
}
.downArrow:after {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.customRadio {
  /* position: relative; */
  width: 20px;
  height: 20px;
}

.customRadio input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
}

.custom-radio-label {
  position: relative;
  width: 20px;
  height: 20px;
  /* border: 2px solid #ccd3d9; */
  border: 2px solid var(--lightTextCircle);
  border-radius: 50px;
  background-color:var(--lightTextBg)
}

.selected-ticket .custom-radio-label {
  /* border: 2px solid #333; */
  border: 2px solid var(--darkestColor);
  background-color: transparent;
}

.custom-radio-label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  /* background-color: #ccd3d9; */
  background-color: var(--lightText);
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.selected-ticket .custom-radio-label:before {
  /* background-color: #333; */
  background-color: var(--darkestColor);
  opacity: 1;
}

.floating-label {
  left: 20px;
}

.check-b + span {
  color: var(--lightText);
}

.check-b:checked + span {
  color: var(--darkText);
}

.address-marker svg {
  min-width: 11px;
  margin-top: 2px;
}

.embed-thankyou-header {
  display: none;
}

.embed-header {
  display: none;
}

.embed-view div#header {
  background-color: var(--featuredBackground);
}

.embed-view .header-date {
  display: none;
}

.embed-view .header-container {
  border-bottom: none;
}

.embed-view > .min-h-screen {
  background-color: var(--lightColor) !important;
}

.embed-view a.reg-button {
  width: 200px !important;
  margin-left: auto;
}

.embed-view footer {
  display: none;
}

.embed-view > .min-h-screen.footer-page {
  padding-bottom: 0;
}

.embed-view button.static {
  position: static;
}

.embed-view .non-embed-header {
  display: none;
}

.embed-view .embed-header {
  display: block;
}

.embed-view .cat-header {
  display: none;
}

.embed-view .embed-thankyou-header {
  width: calc(100vw - 2px);
  margin-left: calc(50% - 50vw);
  background-color: var(--featuredBackground);
  display: block;
}

.embed-view .thankyou-wrapper {
  padding-top: 30px;
}

.embed-view .mob-header {
  display: none;
}

.embed-view .cat-head {
  display: none;
}

.embed-view .cat-head + .tickets-wrapper {
  padding-top: 0;
}

/* .embed-view .orderSummaryInfo{display: block;} */
/* .embed-view .FixFooter { display: none;} */

.embed-view .header-container h1 {
  position: static;
  background-color: var(--featuredBackground);
  box-shadow: none;
}

.embed-view .InnerHeaderMob {
  margin-top: 0px;
}

.embed-view {
  border-radius: 10px;
  box-shadow: inset 0 0 0 5px #000;
}

.discovery-wrapper {
  background-image: url(../../public/Assets/Images/top_left.png),
    url(../../public/Assets/Images/right_bottom.png);
  background-position: top left, right bottom;
  background-repeat: no-repeat;
  min-height: 100dvh;
}

.tax-invoice-wrapper input[type="text"] {
  background-color: var(--lightColor);
}

.input-phone {
  border-radius: 0 0.5rem 0.5rem 0;
}
.no-data svg {
  max-width: 165px;
  height: 165px;
}
.CropImgInner {
  max-height: calc(70vh - 100px);
  overflow: auto;
}
.file-name-crop {
  max-width: calc(100% - 100px);
}
.cal-wrapper {
  align-items: center;
  border: 1px solid var(--lightText);
  border-radius: 8px;
  /* bottom: calc(100% + 10px); */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 20px;
  padding: 7px 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 148px;
  position: relative;
  z-index: 9;
  background-color: var(--lightColor);
  display: flex;
}
.cal-wrapper-outer {
  bottom: 100%;
  display: none;
  position: absolute;
  padding-bottom: 10px;
  width: 100%;
}
.cal-wrapper:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--lightText);
  border-right: 1px solid var(--lightText);
  background-color: var(--lightColor);
  top: calc(100% - 4px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.cal-button:hover .cal-wrapper-outer {
  display: flex;
}
.overflowWrap {
  overflow-wrap: break-word;
}
#dreamcastBGIcon {
  fill: var(--dreamcastBg);
}
#loc-icon-bg {
  fill: var(--lightColor);
  stroke: var(--secondaryColor);
}
#loc-icon-front {
  fill: var(--lightText);
  stroke: var(--lightColor);
}
#popCircle {
  fill: var(--crossBg);
}
#popup_cross {
  fill: var(--darkestColor);
}
#login-back-bg {
  fill: var(--crossBg);
}
#login-back-front {
  fill: var(--crossFront);
  stroke: var(--crossFront);
}

span.accept-tick svg {
  width: 120px;
  height: 120px;
}
.accordion .inputBox:disabled {
  cursor: not-allowed;
}
::-webkit-calendar-picker-indicator {
  color-scheme: light;
}

.label-anchor a {
  text-decoration: underline;
  cursor: pointer;
}
.copy-w {
  max-width: calc(100% - 55px);
}
input[type="checkbox"] {
  color-scheme: light;
}
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px var(--lightColor) inset !important;
  -webkit-box-shadow: 0 0 0 1000px var(--lightColor) inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--darkestColor, #333) !important;
  caret-color: var(--darkestColor, #333) !important;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px var(--lightColor) inset !important;
  -webkit-box-shadow: 0 0 0 1000px var(--lightColor) inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--darkestColor, #333) !important;
  color: var(--darkestColor, #333) !important;
  caret-color: var(--darkestColor, #333) !important;
}

.min-h-screen {
  min-height: 100vh !important;
}
input,
textarea {
  spellcheck: false;
  -webkit-text-decoration-skip: none;
}
.date-type,
.clickable-field.dobCalandar,
.date-input-type {
  width: 100%;
  text-align: initial;
}
.date-input-type * {
  width: 100%;
}
.date-input-type .inputBox {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: left;
  justify-content: flex-start;
}
input[type="date"]::placeholder {
  text-align: left; /* Align placeholder text to the left */
}
.date-input-type input::-webkit-date-and-time-value {
  text-align: left;
}

.radioButton input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.radioButton input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 2px solid #333333;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    position: relative;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radioButton input[type=radio]:checked + .radio-label:before {
    background-color: #333333;
    box-shadow: inset 0 0 0 3px #f4f4f4;
    border: 2px solid #333333;
}
.radioButton input[type=radio]:checked + .radio-label::after {
  content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px #000 solid;
    top: 0;
    border-radius: 10px;
}
/* #taxInvoiceForm {display: none;} */
.showForm {
  display: block !important;
}
.dropdownList {
  background-image: url(../images/ddl-icon.png);
  background-repeat: no-repeat;
  background-position: right 16px bottom 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}





.processButton input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.processButton input[type=radio] + .radio-label:before {
  content: "";
  /* background: #f4f4f4; */
  border-radius: 100%;
  /* border: 2px solid #333333; */
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  top: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250msease;
  right: 8px;
}
.processButton input[type=radio]:checked + .radio-label:before {
  /* background-color: #333333;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  border: 2px solid #333333; */
  background-image: url(../images/tick-btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.processButton input[type=radio]:checked + .radio-label::after {
content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #000 solid;
  top: 0;
  border-radius: 10px;
}
.labelInput p {
    color: #8A8A8E;
    font-size: 14px;
    margin: 4px 0 0;
    font-weight: 300;
}

.openModal {
  display: block !important;
}
.modal.openModal .overlay {
  display: block;
}
.modal.openModal {
  width: 100%;
}
.modal {
  bottom: 0;
  box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 99;
}
.overlay {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-content {
  background-color: #fff;
  border-radius: 10px;
  height: calc(100vh - 30px);
  overflow: hidden;
  position: absolute;
  top: -100%;
  transform: translateX(calc(100% + 100px));
  transition: transform .3s ease-out;
  width: 550px;
}

.modal.openModal .modal-content {
  transform: none;
  transition: transform .3s ease-out;
  top: 15px;
}

.Eventdisable {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

#changeBannerModal {display: none;}
.ModalBoxContainer {
  background-color: #f9f9f9;
  border-radius: 1rem;
  margin: 30px auto auto;
  max-width: 95%;
  z-index: 1300;
  --tw-bg-opacity: 1;
  background-color: #ffffff;
  position: relative;
}

#addReminderModal {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inputBox {
  border-color: var(--fieldBorder);
  border-radius: .5rem;
  border-width: 1px;
  height: 55px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 240 / var(--tw-bg-opacity, 1));
  color: var(--darkestColor);
  font-size: 16px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.accordion .inputBox {
  background-color: var(--lightColor);
}

.closeCoupanCode {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.roted, #applyCode {
  -webkit-transition: -all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .tickets-wrapper {
    max-height: calc(100vh - 175px);
    max-height: none;
  }

  .StandardTicketForm {
    max-height: calc(100vh - 175px);
    max-height: none;
  }

  .Mobilepadding {
    padding-bottom: 100px;
  }

  .mob-footer.footer-page {
    padding-bottom: 70px;
    position: relative;
  }

  .mob-footer.footer-page footer {
    bottom: 68px;
  }

  .thankyou-page .InnerHeaderMob {
    margin-top: 0;
  }

  .thankyou-page div#header {
    display: none;
  }

  .embed-view .cat-head + .tickets-wrapper {
    padding-top: 1rem;
  }

  .embed-view .mob-footer.footer-page {
    padding-bottom: 70px;
  }

  .embed-view .StandardTicketForm {
    padding-top: 1rem;
  }
  .editor-description-data h1,
  .ticket-item h1,
  .sub-cat-editor h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .editor-description-data h2,
  .ticket-item h2,
  .sub-cat-editor h2 {
    font-size: 19px;
    font-weight: 600;
  }
  .editor-description-data h3,
  .ticket-item h3,
  .sub-cat-editor h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .editor-description-data h4,
  .ticket-item h4,
  .sub-cat-editor h4 {
    font-size: 17px;
    font-weight: 600;
  }
  .editor-description-data h5,
  .ticket-item h5,
  .sub-cat-editor h5 {
    font-size: 16px;
    font-weight: 600;
  }
  .editor-description-data h6,
  .ticket-item h6,
  .sub-cat-editor h6 {
    font-size: 15px;
    font-weight: 600;
  }
  .footer-page.thankyou-page {
    padding-bottom: 0;
  }
  .successfully-pay-page.footer-page {
    padding-bottom: 0;
  }
}

/* .lableText input::placeholder{
  opacity:0;
}
.lableText span {  
  left: 16px;
  position: absolute;
  top: 0;
  transform: translateY(14px);
  transition-duration: .3s;
}

.lableText:focus-within > span,
input:not(:placeholder-shown) + span{
  background-color: #fff;
  color: #333;
  font-size: 12px;
  left: 16px;
  line-height: 12px;
  top: -1px;
  transform: translateY(0);
  padding: 0 6px;
  z-index: 12;
} */
@media (max-width: 767px) {
  .InnerHeaderMob {
    /* height: calc(100vh - 128px); */
    /* overflow-y: auto; */
    margin: 58px 0 0;
  }

  .MbadgeEmail {
    height: auto;
    display: block;
    padding-top: 100px;
  }

  :disabled {
    opacity: 0.4;
  }
}




.profile_image .form-label {
  font-size: 14px;
  color: #4B4B4B;
  line-height: 24px;
}

.profile_image .required:after {
  content: '*';
  color: red;
  margin-left: 2px;
}

.dragoverBox {
  background-color: #f9f9f9;
  display: inline-flex;
  border: 1px solid #DCE2E6;
  border-radius: 10px;
  justify-content: center;
  min-height: 100px;
  text-align: center;
  position: relative;
  min-width: 100%;
  z-index: 2;
}

.profile_image span {
  font-size: 14px;
}

.DragDropText {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.inner-set-profile-upload {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 10px;
}

.dummy-image {
  background: #ededee;
  padding: 15px 15px;
  border-radius: 10px;
  margin-right: 15px;
}

.dummy-image img {
  width: 100%;
  height: 100%;
}

.right-text-profile-upload p {
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-bottom: 0;
}

.right-text-profile-upload p em {
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.dragoverBox input {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.profile_image span {
  font-size: 14px;
}

.preview-image {
  max-width: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: 999;
  /* height: 100%; */
  max-height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}

.preview-image img {
  height: 100% !important;
  width: 40px;
}

.file-detail {
  margin-left: 20px;
  text-align: left;
  color: #8A8A8E;
  font-size: 14px;
}

.file-detail p {
  color: #000;
  margin-bottom: 5px;
}

.file-detail a {
  text-decoration: underline;
}

iframe#mapFrames {
  width: 100%;
  height: 100%;
}

@media(max-width:575px){
  .tickets-wrapper {
    padding: 14px 0px;
}
.header-container h1 a {
  margin-top: 5px;
}
}