@font-face {
    font-family: 'antarctica';
    src: url('fonts/Antarctica-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
} 

html {
	width: 100%;
	font-family: 'antarctica', sans-serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: 'antarctica', sans-serif;
	color: #000;
	font-size: 18px;
}

p {
	margin: 0;
}

h1, .h1 {
	font-size: 36px;
	margin-bottom: 20px
}

h2 {
	font-size: 36px;
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

.container-fluid {
	padding: 0 30px;
}

header {
	margin-bottom: 70px
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	padding: 30px 0;
}

.top-menu .group {
	display: flex;
	align-items: center;
	gap: 45px;
	width: calc((100% - 211px) / 2);
}

.top-menu .group:last-of-type {
	display: flex;
	justify-content: flex-end;
}

.top-menu .group a,
.top-menu .group span {
	padding: 5px;
	width: auto;
	color: #000;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.top-menu .search-wr {
	display: flex;
	align-items: center;
}

.top-menu .search-wr input {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #000;
	width: calc(100% - 21px);
}

.top-menu .search-wr input:focus-visible {
	outline: none;
}

.top-menu .search-wr .search-input {
	max-width: 0;
	opacity: 0;
	transition: all 0.1s ease-in-out;
	display: flex;
	align-items: center;
}

.top-menu .search-wr.active .search-input {
	max-width: 200px;
	width: 200px;
	opacity: 1;
	transition: all 0.1s ease-in-out;
}

.top-menu .search-wr .search-toggle:hover {
	color: #999;
}

.top-menu .group a:hover,
.top-menu .group span:hover {
	color: #9747FF;
}

.top-menu .group a.buton:hover {
	color: #fff;
}

.top-menu .group .signin {
	width: 119px;
	margin-left: -15px
}


.event-slider .media .top,
.event-slider .media .bottom{
	height: 44px;
	background: #000;
	color: #fff;
}

.event-slider .media .top {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.event-slider .media .bottom {
	display: flex;
}

.event-slider .media .bottom span {
	width: 50%;
	padding: 0 20px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.2s ease-in-out;
	background: #000;
	cursor: pointer;
}

.event-slider .media .bottom span:hover {
	background: #9747FF;
}

.event-slider .media .bottom span:last-of-type {
	text-align: right;
	justify-content: flex-end;
}

.event-slider .media .img {
	width: 100%;
	padding: 27% 0;
	position: relative;
	display: block;
}

.event-slider .media .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-slider .info {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.event-slider .info .title {
	margin-bottom: 5px;
	display: block;
}

.event-slider .info .tags {
	flex-wrap:wrap;
}

.tags {
	display: flex;
	gap: 10px
}

.tag {
	font-size: 10px;
	border: 1px solid #9747FF;
	padding: 6px 10px 4px 10px;
	display: inline-block;
	user-select: none;
}

.tag.new {
	font-size: 10px;
	border: none;
	padding: 6px 0;
	display: inline-block;
	user-select: none;
	color: #777
}

.tag.big {
	font-size: 24px;
}

.tag.black {
	border-color: #000;
}

.buttons {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

.buton {
	font-size: 18px;
	border: 1px solid #9747FF;
	padding: 10px;
	width: 253px;
	display: inline-block;
	text-align: center;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.buton.black {
	border: 1px solid #000;
}

.buton.accent {
	background: #9747FF;
	color: #fff;
}

.buton:hover {
	background: #9747FF;
	border: 1px solid #9747FF;
	color: #fff;
}

.buton.accent:hover {
	color: #9747FF;
	background: #fff;
}

.buton.small {
    background: #fff;
    color: #000;
    border: 1px solid #9747FF;
    transition: background 0.1s, color 0.1s;
    font-size: 11px;          
    padding: 6px 16px 4px 16px; 
    width: auto;
    min-width: 0;
    line-height: 1.3;
}
.buton.small:hover,
.buton.small:focus {
    background: #9747FF;
    color: #fff;
}

.buton.small.active {
	background: #9747FF;
	color: #fff;
}

.buton.big {
	font-size: 32px;
	padding: 6px 10px 4px 10px;
	width: auto;
}

.event-slider .info .right {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	justify-content: flex-end;
}

.event-slider .description {
	/* text-align: center; */
	padding: 30px 0
}

.footer-content {
	padding: 30px 0;
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
}

footer .footer-content .bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-content .bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 35px;
}

.footer-content a {
	color: #000;
	transition: all 0.1s ease-in-out;
}

.footer-content a:hover {
	color: #9747FF;
}

.homepage-wrapper {
	display: flex;
	gap: 30px
}

.homepage-wrapper>.left {
	max-height: calc(100vh - 190px);
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	flex: 1 1 0px;
}

.homepage-wrapper .right {
	flex: 1 1 0px;
}

.homepage-wrapper .scroll {
	max-height: calc(100vh - 232px);
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.homepage-wrapper .left::-webkit-scrollbar,
.homepage-wrapper .right::-webkit-scrollbar {
  display: none;
}

.homepage-wrapper .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.hr {
	border-top: 1px solid #000;
	position: relative;
}

.hr:before,
.hr:after {
	content: '';
	height: 3px;
	width: 3px;
	display: block;
	background: #000;
	position: absolute;
	left: 0.5px;
	top: -2px;
	transform: rotate(45deg);
}

.hr:after {
	left: auto;
	right: 0.5px;
}

.hp-dates {
	padding-top: 10px 
}

.hp-dates .date {
	margin-bottom: 30px;
}

.hp-dates .date .date {
	height: 44px;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp-dates .date .date p {
	margin: 0;
}

.hp-dates .date .rooms {
	display: flex;
	gap: 30px;
	margin-top: 30px;
	align-items: stretch;
}

.hp-dates .date .rooms .room {
	flex: 1 1 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.hp-dates .date .rooms .room .img {
	width: 100%;
	display: block;
	position: relative;
	padding: 50% 0;
}

.hp-dates .date .rooms .room .img img {
	width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hp-dates .date .rooms.nrofevents1 .room .img {
	width: calc(50% - 15px);
	padding: calc(25% - 15px) 0;
}

.hp-dates .date .rooms .room .tags {
	flex-wrap: wrap;
}

.hp-dates .date .rooms .room> .tag {
	text-align: center;
	width: 100%;
}

.hp-dates .date .rooms .room .title {
	margin-top: 30px;
	margin-bottom: 5px;
	display: inline-block;
	color: #000;
	/* transition: all 0.1s ease-in-out; */
	color: #9747FF;
	min-height: 2.9em;
}

.hp-dates .date .rooms .room .title:hover {
	font-weight: 700;
}

.events-top {
	padding-bottom: 30px
}

.events-top>.bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.events-top>.bottom .center .actions {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.events-top>.bottom .left,
.events-top>.bottom .right {
	flex: 1 1 0px;
}

.events-top>.bottom .center .actions .date {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.events-top>.bottom .center .actions .date .month,
.events-top>.bottom .center .actions .date .year {
	font-size: 10px;
	border: 1px solid #9747FF;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.events-top>.bottom .center .actions .date .month .name {
	width: 110px;
	text-align: center;
	padding-top: 2px;
}

.events-top>.bottom .center .actions .date .year .name {
	width: 60px;
	text-align: center;
	padding-top: 2px;
}

.events-top>.bottom .center .actions .date .left,
.events-top>.bottom .center .actions .date .right {
	cursor: pointer;
	height: 24px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.1s ease-in-out;
	color: #000;
	user-select: none;
}

.events-top>.bottom .center .actions .date .left {
	border-right: 1px solid #fff;
}
.events-top>.bottom .center .actions .date .right {
	border-left: 1px solid #fff;
}

.events-top>.bottom .center .actions .date .left:hover {
	border-right: 1px solid #9747FF;
	color: #9747FF;
}
.events-top>.bottom .center .actions .date .right:hover {
	border-left: 1px solid #9747FF;
	color: #9747FF;
}


.events-top>.bottom .center .actions .toggle-genre {
	cursor: pointer;
}

.events-top>.bottom .center .actions .toggle-genre:hover,
.events-top>.bottom .center .actions .toggle-genre.active {
	background: #9747FF;
	color: #fff;
}

.events-top>.bottom .center .genres {
	
}

.events-top>.bottom .center .genres .list {
	display: flex;
	border-top: 1px solid #9747FF;
	border-bottom: 1px solid #9747FF;
	gap: 25px;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.1s ease-in-out;
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	padding: 0;
	margin: 0;
}

.events-top>.bottom .center .genres .list.active {
	padding: 13px 0px;
	margin: 15px 0;
	opacity: 1;
	max-height: 400px;
}
.events-top>.bottom .center .genres .list:after {
	content: "";
	flex: auto;
}

.events-top>.bottom .center .genres .item {
	display: flex;
	gap: 8px;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	align-items: center;
	margin: 0;
}

.events-top>.bottom .center .genres input {
	display: none;
}

.events-top>.bottom .center .genres p {
	font-size: 10px;
	font-weight: 400;
	color: #000;
	margin: 0;
}
.events-top>.bottom .center .genres .item:hover p {
	color: #9747FF;
}

.events-top>.bottom .center .genres .item>span {
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 1px solid #9747FF;
	position: relative;
	top: -1px;
	transition: all 0.1s ease-in-out;
}

.events-top>.bottom .center .genres input:checked + span {
	background: #9747FF;
}

.events-top>.bottom .center .genres .buttons {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.1s ease-in-out;
}

.events-top>.bottom .center .genres .buttons.active {
	max-height: 100px;
	opacity: 1;
}

.events-wrapper {
	padding: 70px 0;
}



.events-wrapper .date {
	margin: 20px 0;
}

.events-wrapper .date > .title {
	height: 44px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px
}

.events-wrapper .date .rooms .room>.title {
	font-size: 10px;
    border: 1px solid #000;
    padding: 6px 10px 4px 10px;
    display: inline-block;
    user-select: none;
	width: 100%;
	text-align: center;
}

.events-wrapper .date .rooms .room .event {
	display: flex;
	margin: 35px 0;
	justify-content: space-between;
}

.events-wrapper .date .rooms .room .info {
	width: calc(100% - 280px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 6px;
}

.events-wrapper .date .rooms .room .event .title {
	font-size: 36px;
	margin-top: -8px;
	line-height: 1.3em;
}

.events-wrapper .date .rooms .room .event .tags {
	flex-wrap:wrap
}

.events-wrapper .date .rooms .room .img {
	width: 270px;
	height: 270px;
}

.events-wrapper .date .rooms .room .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.editorial-top {
	padding-bottom: 30px
}

.editorial-top .bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.editorials-wrapper {
	padding: 30px 0
}

.editorials-wrapper .article {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 30px 0
}

.editorials-wrapper .article .img {
	width: 390px;
	height: 390px;
}

.editorials-wrapper .article img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.editorials-wrapper .article .info {
	display: flex;
	flex-direction: column;
	width: calc(100% - 420px);
	align-items: flex-start;
	gap: 20px;
}

.editorials-wrapper .article .info .tags {
	flex-wrap: wrap;
}

.editorials-wrapper .article .info h2 {
	margin-top: 2px;
	color: #000;
	transition: all 0.1s ease-in-out;
}
.editorials-wrapper .article .info h2:hover {
	color: #9747FF;
}

.editorial-wrapper {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.editorial-wrapper img {
	width: 100%;
	margin-bottom: 30px;
}

.editorial-wrapper iframe {
	width: 100%;
	margin: 30px 0;
}
.editorial-wrapper video {
	max-width: 600px;
}

.editorial-wrapper .content p {
	margin-bottom: 20px;
}

.editorial-wrapper .content p a {
	text-decoration: underline;
	text-decoration-color: #9747FF;
	margin-bottom: 20px;
}

.editorial-wrapper .content p a:hover {
	color: #9747FF;

}

.editorial-wrapper .content iframe {
	/* max-width: 600px; */
	/* margin: 30px auto; */
	/* display: block; */
}

.editorial-wrapper .ticket-widget {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	width: 100%;
}

.editorial-wrapper .ticket-widget .tags {
	flex-wrap: wrap;
}

.editorial-wrapper .ticket-widget .date {
	font-size: 24px;
}

.editorial-wrapper .ticket-widget .title {
	font-size: 36px;
}

footer .footer-content {
	justify-content: center;
}

a.hover {
	color: #000;
	transition: all 0.1s ease-in-out;
}

a.hover:hover {
	color: #9747FF;
}

.event-top {
	padding-bottom: 30px
}

.event-top .bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.event-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.event-wrapper .event {
	flex: 1 1 0px;
	width: 50%;
}

.event-wrapper .event .content p {
	margin-bottom: 20px;
}

.event-wrapper .event .content p a {
	text-decoration: underline;
	text-decoration-color: #9747FF;
}

.event-wrapper .event .content p a:hover {
	color: #9747FF;
}

.event-wrapper .event .room {
	font-size: 10px;
    border: 1px solid #000;
    padding: 6px 10px 4px 10px;
    display: inline-block;
    user-select: none;
	width: 100%;
	text-align: center;
}

.event-page {
	max-width: 1385px;
	margin: 0 auto;
}

.event-wrapper .event h2 {
	margin-top: 30px;
}

.event-wrapper .event .buttons {
	margin-top: 10px;
}

.event-wrapper .event .img {
	
}

.event-wrapper .event .flex>img {
	max-width: 100%;
	margin-bottom: 30px;
}

.event-wrapper .event .hour {
	margin-top: 10px;
	display: block
}

.count1 .content-wrapper .event .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px
}

.count1 .content-wrapper .event .flex>* {
	width: 50%;
}

.event-wrapper .event iframe {
	width: 100%;
	margin: 30px 0;
}

.cart-container {
    max-width: 900px;
    margin: 40px auto 60px auto;
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px 30px 30px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.04);
}
.cart-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}
.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.cart-table th, .cart-table td {
    padding: 16px 8px;
    text-align: left;
    font-size: 18px;
}
.cart-table th {
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.cart-table td {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.cart-ticket-title {
    font-weight: 500;
    font-size: 18px;
}
.cart-ticket-date {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}
.cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-qty-btn {
    background: #fff;
    border: 1px solid #9747FF;
    color: #9747FF;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: background .1s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.cart-qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.cart-remove {
    color: #9747FF;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}
.cart-summary {
    margin-top: 30px;
    font-size: 18px;
}
.cart-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.cart-summary-row.total {
    font-size: 24px;
    font-weight: 700;
    margin-top: 18px;
}
.cart-discount-code {
    margin: 24px 0 16px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.cart-discount-code input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 16px;
    width: 180px;
}
.cart-discount-code button {
    background: #9747FF;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 15px;
    cursor: pointer;
}
.cart-empty {
    text-align: center;
    color: #aaa;
    font-size: 22px;
    margin: 60px 0 80px 0;
}
.cart-checkout-btn {
    background: #9747FF;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    transition: background .1s;
    display: block;
    width: 100%;
    text-align: center;
}
.cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    height: 38px;
    padding: 0 18px;
    line-height: 1;
    border: 1px solid #000;
    background: #fff;
}
#cart-count {
    font-weight: bold;
    color: #000;
    display: inline;
    margin-left: 4px;
}
@media (max-width: 700px) {
    .cart-container { padding: 18px 2vw; }
    .cart-title { font-size: 26px; }
    .cart-table th, .cart-table td { font-size: 15px; padding: 8px 2px; }
    .cart-summary-row.total { font-size: 18px; }
	.cart-checkout-btn { font-size: 15px; padding: 12px 0; }
}
@keyframes logo {
  0%   {
	  max-width: 1700px;
	  transform: translateY(-50%);
	  top: 50%;
  }
  100% {
	  max-width: 210px;
	  transform: translateY(0%);
	  top: 30px;
  }
}

@keyframes opacity {
  0%   {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}


.intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 3;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.intro #logo {
	width: 90%;
	max-width: 1700px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
	animation-name: logo;
	animation-timing-function: cubic-bezier(0.97, -0.03, 0.48, 0.93);
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

.intro .content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	/* height: 100vh; */
	padding-top: 120px;
	max-width: 1230px;
	min-height: 850px;
	margin: 0 auto;
	align-items: flex-start;
	gap: 20px;
	opacity: 0;
	animation-name: opacity;
	animation-timing-function: cubic-bezier(0.97, -0.03, 0.48, 0.93);
	animation-duration: 0.5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.intro .content .title {
	font-size: 30px;
	color: #fff;
}

.intro .content .list .title {
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}

.intro .content .list .title:hover {
	color: #9747FF;
}

.intro .content .date {
	font-size: 18px;
	color: #fff;
}

.intro .content .list {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.intro .content .list .item {
	flex: 1 1 0px;
}

.intro .content .list .img {
	width: 100%;
	padding: 50% 0;
	position: relative;
	overflow: hidden;
}

.intro .content .list img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.intro #skip_intro {
	font-size: 36px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.intro #skip_intro:hover {
	color: #9747FF;
	border-color: #9747FF;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#newsletter_subscribe {
	width: 100%;
}

.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.nl-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap:  30px;
	padding: 30px 0;
}

.nl-form input {
	border: 1px solid #000;
	border-radius: 0;
	padding: 10px 20px;
}



::-moz-placeholder {
  color: #999;
	font-family: 'antarctica';
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
	font-family: 'antarctica';
}
::-webkit-input-placeholder {
  color: #999;
	font-family: 'antarctica';
}

.about .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.about .flex p {
	max-width: 820px;
}

.about .flex img {
	max-width: 1370px;
	width: 100%
}

.page .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.page .flex .content {
	max-width: 820px;
}

.cockpitLoggedIn {
	/* position: fixed; */
	display: inline-block;
	background: #fff;
	border: 1px solid #000;
	/* color: #fff; */
	padding: 10px 20px;
	/* bottom: 0; */
	/* left: 0; */
	/* font-size: 16px; */
}

.search-wrapper {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	transition: all 0.1s ease-in-out;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
}

.search-wrapper.active {
	max-height: 146px;
	opacity: 1;
}

.search-wrapper .h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 26px;
}

.search-wrapper input {
	width: 100%;
	padding: 5px 10px;
	border-radius: 0;border: 1px solid #000;
}

.search-results .events-wrapper {
	padding: 0;
}

.search-results h2 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.access .form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap:  30px;
	padding: 30px 0;
}

.access .form input {
	border: 1px solid #000;
	border-radius: 0;
	padding: 10px 20px;
}

.access .form .checkbox {
	font-weight: 300;
	font-size: 12px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.access .form .checkbox span {
	height: 15px;
	width: 15px;
	display: inline-block;
	outline: 1px solid #9747ff;
	border: 4px solid #fff;
}

.access .form .checkbox p {
	margin: 0;
}

.access .form .checkbox input {
	display: none;
}

.access .form .checkbox input:checked + span {
	background: #9747ff;
}

.access .form .info {
	font-size: 13px;
	margin-top: -8px;
	margin-bottom: 0px;
}

.access .form .buton {
	width: 100%;
}
.access .container {
	max-width: 530px
}

hr {
	border-color: #000
}

.access .form a {
	text-decoration: underline;
}

.access .form p.error {
	color: #ff0000;
	font-size: 13px;
	
}

.access .form input.error {
	border-color: #ff0000;
}
.account .flex {
	display: flex;
	justify-content: space-between;
}

.account .flex>div {
	min-height: calc(100vh - 400px);
}

.account .flex .left {
	width: 25%;
}

.account .flex .center {
	width: 45%;
}

.account .flex .right {
	width: 25%;
    min-height: auto !important; /* suprascrie regula generală */
}

.account .flex .right .content {
    min-height: 480px !important;
    max-height: 480px !important;
    overflow: hidden !important;
}

.account .col-title {
	font-size: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.account .flex .left .content {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	align-items: flex-start;
	padding: 30px 0;
}
.socialbtn {
	min-width: 138px;
	height: 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #9747FF;
	background: #fff;
	color: #000;
	font-size: 10.5px;
	outline: none;
}
.genres .container {
    max-width: 700px; /* sau mai mult dacă vrei */
    margin: 0 auto;
    padding: 24px 16px;
}
.genres-form {
    margin-top: 32px;
}
.genres-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0;
    justify-content: center;     
    margin: 32px 0;
}

.genre-checkbox {
    flex: 0 0 20%;              
    max-width: 20%;
    min-width: 120px;             
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 3px;
    user-select: none;
    border: none;
    padding: 4px 10px;
    background: #fff;
    border-radius: 6px;
    margin: 0;
}

.genre-checkbox input[type="checkbox"] {
    flex-shrink: 0;        
    width: 18px;            
    height: 18px;
    accent-color: #9747FF;
    margin: 0;
    appearance: none;
    border: 2px solid #9747FF;
    border-radius: 2px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color 0.1s;
}

.genre-checkbox input[type="checkbox"]:checked {
    background: #9747FF;
    border: 2px solid #9747FF;
}
.genre-checkbox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}

.genre-checkbox input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: none;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (max-width: 600px) {
    .genres .container {
        padding: 16px 2vw;
    }
    .genres-grid {
        gap: 10px 0;
        justify-content: center;
    }
    .genre-checkbox {
        flex: 0 0 45%;   
        max-width: 100%;
        min-width: 0;
        font-size: 15px;
        padding: 6px 8px;
        margin-bottom: 6px;
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .account .flex {
        flex-direction: column;
        gap: 0;
    }
    .account .flex .left,
    .account .flex .center,
    .account .flex .right {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .account .flex .right {
        margin-top: 32px;
    }
    .account .col-title {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .account .col-title {
        font-size: 16px;
    }
    .account .right p,
    .account .right div p {
        font-size: 18px !important;
    }
}

.checkout-wrapper {
    max-width: 1100px;
    margin: 60px auto 60px auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: center; 
}
.checkout-left {
    flex: 1 1 0;
    min-width: 340px;
    max-width: 420px;
}
.checkout-right {
    flex: 1 1 0;
    min-width: 340px;
    max-width: 420px;
	margin-top: 24px; 
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.checkout-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}
.checkout-section {
    margin-bottom: 32px;
}
.checkout-form label {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
    display: block;
}
.checkout-form input[type="text"],
.checkout-form input[type="email"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 18px;
    background: #fff;
}
.checkout-form-row {
    display: flex;
    gap: 12px;
}
.checkout-form-row > * {
    flex: 1 1 0;
}
.checkout-radio-group {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
}
.checkout-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    cursor: pointer;
}
.checkout-radio input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #9747FF;
    border-radius: 2px;
    background: #fff;
    margin: 0 6px 0 0;
    position: relative;
    cursor: pointer;
    transition: border-color 0.1s;
    vertical-align: middle;
}

.checkout-radio input[type="radio"]:checked {
    background: #9747FF;
    border: 2px solid #9747FF;
}

.checkout-radio input[type="radio"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: none;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.checkout-radio span {
    font-size: 14px;
    color: #000;
    user-select: none;
}
.checkout-form .go-to-payment {
    background: #9747FF;
    color: #fff;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    width: 100%;
    cursor: pointer;
    transition: background .1s;
}
.checkout-summary {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: 320px;
    max-width: 420px;
}
.checkout-summary-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    border: none;
    padding-bottom: 0;
}
.checkout-separator {
    border: none;
    border-top: 1.5px solid #000;
    margin: 24px 0;
    width: 100%;
    box-sizing: border-box;
}
.checkout-tickets-list {
    margin-bottom: 24px;
}
.checkout-ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    font-size: 16px;
}
.checkout-ticket-title {
    font-weight: 500;
}
.checkout-ticket-date {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}
.checkout-ticket-qty {
    margin-left: 8px;
    color: #000;
    font-weight: 600;
}
.checkout-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
}
.checkout-summary-row.total {
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
}
@media (max-width: 900px) {
    .checkout-wrapper { flex-direction: column; gap: 30px; }
    .checkout-left, .checkout-right { max-width: 100%; min-width: 0; }
}

.checkout-right .checkout-separator {
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkout-tickets-list {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 44px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkout-radio input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}
.price { margin-left: 70px; }

.billing-navigation, .billing-navigation-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.billing-nav-btn {
    background: #9747FF;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.billing-nav-btn:hover {
    background: #7c3dcc;
}

.billing-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#billing-counter, #billing-counter-mobile {
    font-size: 14px;
    color: #666;
    min-width: 40px;
    text-align: center;
}

/* Billing Items Scroll Area */
.billing-scroll-area {
	min-height: 347px !important;  
	max-height: 347px !important;
    overflow-y: auto;
    padding-right: 5px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: thin;     /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

.billing-scroll-area::-webkit-scrollbar {
    width: 6px;
}

.billing-scroll-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.billing-scroll-area::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.billing-scroll-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.billing-item {
    margin-bottom: 8px;
    padding: 12px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 13px;
    line-height: 1.4;
}

.billing-item:hover {
    background: #f9f9f9;
    border-color: #9747FF;
}

.billing-item.selected {
    background: #9747FF;
    color: #fff;
}

.billing-scroll-area .no-billing-message {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 900px) {
    .billing-navigation-mobile {
        font-size: 12px;
    }
    
    .billing-nav-btn {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    
    #billing-counter-mobile {
        font-size: 12px;
        min-width: 35px;
    }
    
    .billing-scroll-area {
        min-height: 300px;
        max-height: 300px;
    }
}


.billing-form-scroll {
    min-height: 347px !important;  /* Aceeași înălțime ca billing-scroll-area */
    max-height: 347px !important;
    overflow-y: auto;
    padding-right: 5px;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}


.billing-form-scroll::-webkit-scrollbar {
    width: 6px;
}

.billing-form-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.billing-form-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.billing-form-section {
    margin-bottom: 20px;
}

.billing-fields input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 0;
}

.checkout-form-row.double {
    display: flex;
    gap: 12px;
}

.checkout-form-row.double > * {
    flex: 1 1 0;
}

/* ...existing code... */

/* Billing Modal Styles */
.billing-modal-content {
    background: white;
    border: 2px solid #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 800px !important;
    width: 90% !important;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    padding: 30px;
    margin: 20px;
}

.billing-modal-content .col-title {
    font-size: 28px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #9747FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.billing-modal-content .col-title #cancel-billing-form {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.billing-modal-content .col-title #cancel-billing-form:hover {
    background: #f0f0f0;
    border-color: #9747FF;
    color: #9747FF;
}

.billing-modal-content .billing-form-scroll {
    min-height: 450px !important;
    max-height: 450px !important;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 20px;
}

.billing-modal-content .billing-form-section {
    margin-bottom: 25px;
}

.billing-modal-content .checkout-radio-group {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.billing-modal-content .checkout-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.billing-modal-content .checkout-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 2px solid #9747FF;
    margin: 0;
}

.billing-modal-content .checkout-radio span {
    font-size: 16px !important;
    color: #000 !important;
}

.billing-modal-content .checkout-radio input[type="radio"]:checked + span {
    color: #9747FF !important;
}

.billing-modal-content .billing-fields input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px 16px;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.billing-modal-content .billing-fields input[type="text"]:focus {
    outline: none;
    border-color: #9747FF;
    box-shadow: 0 0 0 2px rgba(151, 71, 255, 0.1);
}

.billing-modal-content .checkout-form-row.double {
    display: flex;
    gap: 15px;
}

.billing-modal-content .checkout-form-row.double > * {
    flex: 1 1 0;
}

.billing-modal-content hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 25px 0;
}

.billing-modal-content #save-billing-form {
    background: #9747FF;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 4px;
    min-width: 200px;
}

.billing-modal-content #save-billing-form:hover {
    background: #7c3dcc;
}

.billing-modal-content #save-billing-form:disabled {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .billing-modal-content {
        max-width: 95% !important;
        width: 95% !important;
        padding: 20px;
        margin: 10px;
        max-height: 90vh;
    }
    
    .billing-modal-content .col-title {
        font-size: 22px;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    
    .billing-modal-content .checkout-radio-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .billing-modal-content .checkout-form-row.double {
        flex-direction: column;
        gap: 0;
    }
    
    .billing-modal-content .billing-form-scroll {
        min-height: 350px !important;
        max-height: 350px !important;
    }
}

@media (max-width: 600px) {
    .billing-modal-content {
        padding: 15px;
    }
    
    .billing-modal-content .col-title {
        font-size: 18px;
    }
    
    .billing-modal-content .billing-fields input[type="text"] {
        padding: 10px 12px;
        font-size: 14px;
    }
}

.billing-container {
    margin-bottom: 8px;
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    color: #000;
}

.billing-container:hover {
    border-color: #9747FF !important;
    background: #f9f9f9 !important;
    color: #000 !important; 
}

.billing-container:hover .billing-edit-icon {
    opacity: 0.8 !important;
}

.billing-container.selected {
    background: #f0e6ff !important;
    border-color: #9747FF !important;
    box-shadow: 0 0 0 1px #9747FF !important;
    color: #000 !important; 
}

.billing-container.selected .billing-edit-icon {
    opacity: 1 !important;
}

.billing-container.selected strong,
.billing-container.selected span,
.billing-container.selected div {
    color: #000 !important;
}

.billing-edit-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.billing-edit-icon svg {
    color: #9747FF;
}

.billing-modal-close {
    position: absolute;
    top: -5px;
    right: 0;
    background: none !important;
    border: none !important;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    display: inline;
    transition: color 0.2s ease;
    font-family: inherit;
    box-shadow: none !important;
    outline: none !important;
}

.billing-modal-close:hover {
    color: #9747FF !important;
    background: none !important;
}

.billing-modal-close:focus {
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}

.billing-modal-close:active {
    background: none !important;
    box-shadow: none !important;
}

.billing-delete-btn {
    position: absolute;
    right: 5px;
    bottom: 8px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
    z-index: 2;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.billing-delete-btn svg {
    width: 18px;
    height: 18px;
    display: block;
    pointer-events: none;
}
.billing-delete-btn:hover svg path,
.billing-delete-btn:hover svg rect,
.billing-delete-btn:hover svg line {
    stroke: #b71c1c;
}
.billing-delete-btn:hover {
    opacity: 1;
}
/* ...existing code... */
#country-select, #county-select, #city-select,
#country_j-select, #county_j-select, #city_j-select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* Modal select styling */
#billing-modal-overlay #modal-country-select, 
#billing-modal-overlay #modal-county-select, 
#billing-modal-overlay #modal-city-select,
#billing-modal-overlay #modal-country_j-select, 
#billing-modal-overlay #modal-county_j-select, 
#billing-modal-overlay #modal-city_j-select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#billing-modal-overlay #modal-country-select:focus,
#billing-modal-overlay #modal-county-select:focus,
#billing-modal-overlay #modal-city-select:focus,
#billing-modal-overlay #modal-country_j-select:focus,
#billing-modal-overlay #modal-county_j-select:focus,
#billing-modal-overlay #modal-city_j-select:focus {
    outline: none;
    border-color: #9747FF;
}
.checkout-section label[for="save_invoice_data"] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

.checkout-section #save_invoice_data {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #9747FF;
    border-radius: 2px;
    background: #fff;
    margin: 0 6px 0 0;
    position: relative;
    cursor: pointer;
    transition: border-color 0.1s;
    vertical-align: middle;
}

.checkout-section #save_invoice_data:checked {
    background: #9747FF;
    border: 2px solid #9747FF;
}

.checkout-section #save_invoice_data:checked::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: none;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkout-section #save_invoice_data:focus {
    outline: none;
    box-shadow: none;
}

.checkout-section label[for="save_invoice_data"] span {
    font-size: 14px;
    color: #000;
    user-select: none;
}
.ticket-order details summary {
    cursor: pointer;
    font-size: 14px;
    color: #9747FF;
    margin-bottom: 10px;
    outline: none;
}
.ticket-order details[open] summary {
    color: #000;
}
.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #9747FF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cart-summary.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.cart-summary.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #9747FF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

.cart-summary.success {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid #4caf50;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.success-icon {
    animation: successPulse 0.6s ease-in-out;
}

@keyframes successPulse {
    0% { transform: scale(0.8); opacity: 0; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.error-icon {
    animation: errorShake 0.5s ease-in-out;
}

@keyframes errorShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.cart-table tr.removing {
    opacity: 0.6;
    background: rgba(244, 67, 54, 0.1);
    transition: all 0.3s ease;
}

.cart-table tr.removing td {
    color: #999;
}

.cart-remove:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cart-qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mobile-summary-section {
    padding: 20px 0;
}

.mobile-billing-summary {
    background: #f9f9f9;
    padding: 16px;
    border-radius: 4px;
    margin: 16px 0;
    border: 1px solid #e0e0e0;
}

.mobile-billing-summary h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #333;
}

.mobile-billing-summary p {
    margin: 4px 0;
    font-size: 14px;
    color: #666;
}

.mobile-billing-summary p strong {
    color: #000;
}

#pay-now-summary-btn {
    background: #9747FF;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    transition: background .1s;
    display: none;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

#pay-now-summary-btn:hover {
    background: #7c3dcc;
}

.checkout-summary.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.checkout-summary.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #9747FF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

#transaction-conflict-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

#transaction-conflict-modal .modal-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

#transaction-conflict-modal h3 {
    margin-bottom: 20px;
    color: #333;
}

#transaction-conflict-modal p {
    margin-bottom: 25px;
    color: #666;
    line-height: 1.5;
}

#transaction-conflict-modal .button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#transaction-conflict-modal button {
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background .1s;
}

#continue-existing-transaction {
    background: #8c52ff;
    color: white;
}

#continue-existing-transaction:hover {
    background: #7c3dcc;
}

#create-new-transaction {
    background: #666;
    color: white;
}

#create-new-transaction:hover {
    background: #555;
}

.form-error {
    color: #f44336;
    font-size: 14px;
    margin-top: 5px;
}

.input-error {
    border-color: #f44336 !important;
    background: rgba(244, 67, 54, 0.05) !important;
}

.form-success {
    color: #4caf50;
    font-size: 14px;
    margin-top: 5px;
}

.input-success {
    border-color: #4caf50 !important;
    background: rgba(76, 175, 80, 0.05) !important;
}

.cart-item-updating {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.cart-item-updating:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #9747FF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

@media (max-width: 600px) {
    .loading-spinner {
        width: 14px;
        height: 14px;
    }
    
    .cart-summary.loading:before {
        width: 18px;
        height: 18px;
        margin: -9px 0 0 -9px;
    }
    
    .mobile-billing-summary {
        padding: 12px;
        margin: 12px 0;
    }
    
    .mobile-billing-summary h4 {
        font-size: 15px;
    }
    
    .mobile-billing-summary p {
        font-size: 13px;
    }
    
    #pay-now-summary-btn {
        padding: 14px 20px;
        font-size: 16px;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.cart-item-updated {
    animation: pulse 0.3s ease-in-out;
}

@keyframes loadingDots {
    0%, 20% { color: rgba(151, 71, 255, 0.4); }
    40% { color: rgba(151, 71, 255, 1); }
    60%, 100% { color: rgba(151, 71, 255, 0.4); }
}

.loading-dots:after {
    content: '...';
    animation: loadingDots 1.5s infinite;
}

.cart-summary,
.cart-table td,
.checkout-summary {
    transition: all 0.3s ease;
}

.cart-qty-btn,
.cart-remove {
    transition: all 0.2s ease;
}

.cart-qty-btn:focus,
.cart-remove:focus {
    outline: 2px solid #9747FF;
    outline-offset: 2px;
}

.button-loading {
    position: relative;
    color: transparent !important;
}

.button-loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.cart-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton 1.5s infinite;
}

@keyframes skeleton {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.user-events-dates .event .title {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    display: block;
    max-width: 100%;
}

.events-center-custom {
    max-width: 650px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    font-size: 15px !important;
    padding-left: 20px !important;
    padding-right: 10px !important;
}
.events-center-custom .col-title {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
    padding-left: 0 !important;      /* elimină offset stânga */
    margin-left: 20px !important;       /* elimină offset stânga */
    border-bottom: 1px solid #000 !important;
    width: 100% !important;          /* ocupă toată lățimea containerului */
    box-sizing: border-box !important;
    text-align: left !important;
}

.events-center-custom .events-wrapper {
    padding-top: 30px !important;  
}

.user-events-center {
    max-width: 650px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
}

.user-events-center .col-title {
    width: 100%;
    font-size: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    text-align: left;
}

.user-events-dates .date > .title {
    font-size: 18px;
    height: 40px;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-events-dates .rooms .room > .title {
    font-size: 11px;
    padding: 6px 12px 4px 12px;
    border: 1px solid #000;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.user-events-dates .event .title {
    font-size: 26px !important;
    margin-bottom: 8px;
    line-height: 1.2;
}

.user-events-dates .event .info {
    font-size: 16px;
}

.user-events-dates .event .buttons .buton.small {
    font-size: 13px;
    padding: 6px 14px 4px 14px;
}

@media (max-width: 900px) {
    .user-events-center {
        max-width: 98vw;
        padding-left: 8px;
        padding-right: 8px;
    }
    .user-events-center .col-title {
        font-size: 20px;
        padding-bottom: 18px;
    }
    .user-events-dates .date > .title {
        font-size: 15px;
        height: 32px;
        margin-bottom: 14px;
    }
    .user-events-dates .rooms .room > .title {
        font-size: 9px;
        padding: 4px 8px;
    }
    .user-events-dates .event .title {
        font-size: 20px;
    }
    .user-events-dates .event .info {
        font-size: 13px;
    }
    .user-events-dates .event .buttons .buton.small {
        font-size: 10px;
        padding: 4px 8px;
    }
}

@media (max-width: 600px) {
    .user-events-center {
        max-width: 100vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .user-events-center .col-title {
        font-size: 16px;
        padding-bottom: 12px;
    }
    .user-events-dates .date > .title {
        font-size: 12px;
        height: 24px;
        margin-bottom: 8px;
    }
    .user-events-dates .rooms .room > .title {
        font-size: 8px;
        padding: 2px 6px;
    }
    .user-events-dates .event .title {
        font-size: 14px;
    }
    .user-events-dates .event .info {
        font-size: 11px;
    }
    .user-events-dates .event .buttons .buton.small {
        font-size: 8px;
        padding: 2px 4px;
    }
}

.events-center-custom {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 650px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: visible !important;
}

.account .flex .left,
.account .flex .right {
    flex: 0 0 260px !important;
    min-width: 220px !important;
    max-width: 320px !important;
    width: 25% !important;
}

.account .flex {
    align-items: flex-start !important;
    gap: 0 !important;
}

@media (max-width: 1300px) {
    .events-center-custom {
        max-width: 98vw !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .account .flex .left,
    .account .flex .right {
        min-width: 180px !important;
        max-width: 240px !important;
        width: 22vw !important;
    }
}

@media (max-width: 1300px) {
    .account .flex {
        flex-direction: column !important;
    }
    .account .flex .left,
    .account .flex .right,
    .events-center-custom {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .account .flex .right {
        margin-top: 32px !important;
    }
}
/* ...existing code... */
.stat-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.04);
    padding: 32px 24px 24px 24px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.stat-label {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.stat-value-simple {
    font-size: 48px;
    color: #8c52ff;
    font-weight: bold;
    margin: 20px 0;
}

.past-events-list {
    margin-top: 18px;
}

.past-event-date {
    background: #000;
    color: #fff;
    padding: 8px 0 8px 12px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.past-event-title {
    font-size: 16px;
    margin-bottom: 6px;
}

.past-event-tags {
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    .stat-block {
        padding: 18px 10px;
    }
    .stat-label {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .stat-value-simple {
        font-size: 32px;
    }
}
.events-wrapper-offset {
    margin-left: -27px; 
}
.events-wrapper,
.events-wrapper-offset {
    padding-top: 10px !important; 
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}
.user-events-dates .buttons {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    box-sizing: border-box;
}
.scrollable-events {
    max-height: 500px; 
    overflow-y: auto;
    padding-right: 10px;
}
.events-grid-view {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
.events-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
    margin-top: 32px;
    justify-content: flex-start;
}
.grid-day {
    background: #fff;
    min-width: 0;
    flex: 1 1 calc(25% - 24px); 
    max-width: calc(25% - 24px);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.grid-day-title {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 18px;
    margin-bottom: 0;
    border-radius: 0;
    letter-spacing: 0.5px;
}
.grid-events {
    padding: 18px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.grid-event {
    margin-bottom: 0;
}
.grid-event .event-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #000;
}
.grid-event .event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.grid-event .event-meta span {
    font-size: 11px;
    border: 1px solid #000;
    padding: 3px 10px 2px 10px;
    border-radius: 2px;
    color: #000;
    background: #fff;
    margin-right: 4px;
    margin-bottom: 2px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
@media (max-width: 900px) {
    .events-grid {
        flex-direction: column;
        gap: 24px 0;
    }
    .grid-day {
        min-width: 0;
        max-width: 100%;
    }
}

.view-switch {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.view-btn {
    width: 40px;
    height: 40px;
    border: 1.5px solid #9747FF;
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-sizing: border-box;
    outline: none;
}

.view-btn svg {
    width: 32px;
    height: 32px;
    display: block;
}

.view-btn svg rect {
    fill: #000 !important;
    stroke: none;
}

.view-btn.list-view svg rect {
    fill: none !important;
    stroke: #000;
    stroke-width: 1;
}

.view-btn.active {
    border-color: #000;
    box-shadow: 0 0 0 1px #9747FF33;
}

.view-btn:focus {
    border-color: #000;
}

@media (max-width: 700px) {
    .view-btn {
        width: 38px;
        height: 38px;
    }
    .view-btn svg {
        width: 20px;
        height: 20px;
    }
    .view-switch {
        gap: 6px;
    }
}

@media (max-width: 1400px) {
  .events-top>.bottom {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
  }
  .events-top>.bottom .left,
  .events-top>.bottom .center,
  .events-top>.bottom .right {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .events-top>.bottom .left .actions,
  .events-top>.bottom .center .actions {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .events-top>.bottom .left .buttons {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 8px;
  }
  .events-top>.bottom .center .actions .date {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .events-top>.bottom .center .actions .toggle-genre {
    margin-bottom: 8px;
  }
  .events-top>.bottom .center .genres .list {
    justify-content: center;
    gap: 12px;
  }
  .events-top>.bottom .right {
    justify-content: center !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .view-switch {
    justify-content: center !important;
    width: 100%;
    gap: 10px;
  }
  .view-btn {
    width: 36px;
    height: 36px;
  }
  .view-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .events-top>.bottom {
    gap: 10px !important;
  }
  .events-top>.bottom .left .buttons {
    gap: 6px;
  }
  .view-btn {
    width: 30px;
    height: 30px;
  }
  .view-btn svg {
    width: 14px;
    height: 14px;
  }
}
.top-menu.mobile .cart-btn-mobile-rect {
    margin: 0 0 8px 0;
    position: static !important;
    display: inline-block;
    width: 119px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    transition: background 0.1s, color 0.1s;
    box-sizing: border-box;
}
.thankyou-container {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    background: #f8f6ff;
}
.thankyou-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(151,71,255,0.08);
    padding: 48px 32px 40px 32px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    border: 1.5px solid #eee;
}
.thankyou-icon {
    font-size: 60px;
    color: #9747FF;
    margin-bottom: 18px;
    animation: pulse 1.2s;
}
.thankyou-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}
.thankyou-message {
    font-size: 18px;
    color: #333;
    margin-bottom: 24px;
}
.thankyou-orderid {
    font-size: 15px;
    color: #8c52ff;
    margin-bottom: 30px;
    background: #f8f6ff;
    border-radius: 6px;
    padding: 8px 0;
    letter-spacing: 0.5px;
}
.thankyou-btn {
    background: #9747FF;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 36px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
    display: inline-block;
}
.thankyou-btn:hover {
    background: #7c3dcc;
    color: #fff;
}
@media (max-width: 600px) {
    .thankyou-card {
        padding: 32px 8px 28px 8px;
    }
    .thankyou-title {
        font-size: 24px;
    }
    .thankyou-message {
        font-size: 16px;
    }
}
@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    60% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}
#login-required-popup {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#login-required-popup .popup-overlay {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
}
#login-required-popup .popup-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px 28px 28px;
    box-shadow: 0 8px 40px rgba(151,71,255,0.10);
    text-align: center;
    min-width: 280px;
    border-radius: 0;
    max-width: 90vw;
    z-index: 2;
}
#login-required-popup .popup-close {
    position: absolute;
    top: 12px; right: 12px;
    background: none;
    border: none;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    line-height: 1;
}
@media (max-width: 600px) {
    #login-required-popup .popup-content {
        padding: 28px 8px 20px 8px;
        min-width: 0;
    }
}