@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Manrope;
	src: url('font/manrope-regular.otf');
}

@font-face {
	font-family: Manrope;
	font-weight: bold;
	src: url('font/manrope-bold.otf');
}


html,
body {
	/*background: #000000 url(../img/tlo_powder.jpg) no-repeat center;*/
}


.uk-form-label {
	color: #999999;

}

.uk-article-divider {
	border-top: 2px solid #CDC9B6;
}

.ark-navbar .uk-navbar-brand {
	display: none;
}

.ark-navbar-show-title .uk-navbar-brand {
	display: inline-block;
}

/*
.ark-logo {
	display: block;
	width: 300px;
	height: 200px;
	background-image: url(../img/logo_green.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 60px;
	float: left;
}*/
.ark-logo {
	display: block;
	width: 300px;
	height: 120px;
	background-image: url(../img/logo_tikecik.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 30px;
	position: absolute;
}

@media (max-width: 480px) {
	.ark-center-phones {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}

	.ark-logo {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
		margin-bottom: 20px;
		position: relative;
	}

}

.ark-offset-for-logo {
	margin-left: 200px;
}

.ark-background {

	/*background-image: url(../img/tloTikecik.png);*/
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100%;
	background-color: #120B19;
}

#contenedor {
	position: relative;
	/* For #bgfix to attach here */
}

#bgfix {
	background: #120B19;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;

}

.uk-container {
	background-color: #120B19;
}

.ark-navbar .uk-container {
	background-color: #120B19;
}

.ark-footer .uk-container {
	background: none;
}


#content {
	padding-bottom: 40px;
	/*background-color: #B4C6B0;
	background-image: url(../img/tloTikecik.png);*/
	background-repeat: repeat-x;
	background-position: top;
	background-position: 0px -160px;

}

#content>div {

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

}

#header>div {

	height: 150px;
}


#ark-main-column {
	/*margin-top:  -50px !important;*/
	padding-bottom: 20px;

}

.ark-navbar {
	border: none;
}

.ark-sidebar {
	margin-top: 15px;
}

.ark-plain-panel {
	font-size: 13px;
}

.ark-plain-panel h3 {
	color: #FFFFFF;
	/*width: 100%;*/
	margin-bottom: 3px;
	/*dispaly: block;*/
}

.ark-nav-card-panel {
	background-color: #120B19;
	color: #FFFFFF;
	z-index: 1000;
	border: 2px solid #8a5b7a;
	;
	margin-top: -3px;
}

.ark-nav-card-top span {
	color: #FFFFFF;
}

.ark-nav-card-panel_timer {
	color: #FFFFFF;
}

.ark-nav-card-panel:hover {
	text-decoration: none;
	box-shadow: 0 0 0 1pt #E40615;
	color: #FFDD35;
}

.ark-nav-card-top {
	font-family: 'Manrope', sans-serif;
}

.ark-card-panel {}

.ark-card-panel_title {

	/*color: #663116;
    background-color: #F29847;*/
	color: #FFFFFF;
	background-color: #DD0000;
	/*background: url(../img/tlo_skora.png);*/

}




@media (max-width: 768px) {
	.ark-basket {
		background-color: #003366;
		border: 1px solid #f7bc88;
	}

}

.ark-card-panel_total {
	color: #FFC56C;
}

.ark-card-panel_info {
	color: #DDDDDD;
}

.ark-card-panel_timer {
	color: #DDDDDD;
}

.ark-news-item {

	border: none;
	border-radius: 0px;
	color: #347FC2;
}

.ark-news-item .ark-news-item_title {
	color: #243082;
}

.ark-news-item .ark-news-item_title:hover {
	color: #347FC2;
	text-decorations: none;
}

.ark-news-item a {
	color: #FFFFFF;
}


.ark-baner-reposition {
	margin-top: 0;
	margin-bottom: 40px;
}

.ark-content-reposition {
	margin-top: 120px;
	margin-bottom: 15px;
}

.ark-subnav-categories {
	display: none;
	color: #666666;
	padding-bottom: 8px;
}

#tickets-total-top>div>div:first-child {
	padding-left: 10px;
}


.ark-event-thumb {
	background-color: #120B19;
	border: none;
	color: #FFFFFF;
	margin-bottom: 40px;

	padding-top: 3px;

}

.ark-event-thumb p {
	margin: 0px;
}

.ark-event-thumb h1 {
	color: #FFDD35;
	font-weight: bold;
	font-size: 26px;
}

.ark-event-thumb_img {
	border: 2px solid #FFFFFF;
}

.ark-event-thumb div.uk-text-muted {
	color: #666666;
}

.ark-event-term {
	background-color: #EFEEE7;
	border: none;
	color: #FFFFFF;
}

.ark-event-term:hover {
	background-color: #FFDC15;

	/*background: url(../img/tlo_skora.png);*/
}

.ark-event-term-inactive {
	background-color: #F2EFEC;
	border: 1px solid #D6D6D6;
	color: #666666;
}

.ark-event-term_data {
	color: #243082;
}

.ark-event-term_data span {
	color: #347FC2;
}

.ark-event-desc-term {
	/*background-color: #120B19;*/
	border: none;
	color: #FFFFFF;

}

.ark-event-desc-term p {
	margin: 4px 0px;
}

.ark-event-desc-term .ark-event-term_data {
	color: #FFFFFF;
	padding-left: 22px;
}

.ark-event-desc-term .ark-event-term_data span {
	color: #FFFFFF;
}

.ark-event_sectors-header {
	color: #243082;
}

.ark-event_sector-thumb {
	color: #FFFFFF;
	background-color: #120B19;
}

.ark-event_sector-name {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 30px;
}

.ark-prices-cat {
	font-size: 20px;
}

.ark-prices-total {
	margin-top: 30px !important;
	border-top: 1px solid #7b526f;
	font-size: 20px;
}

.ark-prices-cat>div>div,
.ark-prices-total>div>div {
	padding: 8px;
}

.ark-prices-total a {
	color: #DDDDDD;
	font-weight: normal;
}

.ark-prices-total a:hover {
	color: #9025ef;
}

.ark-event_sector-name span.ark-dep-time {
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 6px;
	font-size: 22px;
}

.ark-event_tickets-type-item {
	color: #FFFFFF;
	background-color: #120B19;
	font-size: 16px;
	border: 1px solid #7b526f;
}

.ark-add-comment-block {
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
}

.uk-comment-body {
	color: #333333;
}

.avail-yes {
	background-color: rgba(74, 174, 30, 0.4);
}

.ark-event_tickets-type-item {
	padding: 0;
	overflow: hidden;
}

.ark-event_tickets-type-item .uk-grid {
	margin: 0;
}

.ark-event_tickets-avail {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

/*#tickets-total {
	background: #F99E3C url(../img/tlo_skora.png);
	color: #003366;
}
#tickets-total .ark-total-txt {
    color: #FFFFFF;
}*/

#tickets-total,
#tickets-total-top {
	background: #F3F3F3;
	border: 1px solid #E3022C;
}

#tickets-total>div>div {
	background: none;
}

#tickets-total a.seatsToBasketNumbered {
	color: #222222;
}

.ark-sector-window {

	/*border: 1px solid #C2CDD7;*/
	margin-top: -80px;
	padding: 10px;
	z-index: 400;
}

.ark-event_tickets-type-name,
.ark-event_tickets-type-price {
	color: #444444;
}

.ark-cart-title {
	/*color: #003366;*/
	color: #FFFFFF;
	background-color: #120B19;
	/*background: #F99E3C url(../img/tlo_skora.png);*/
	margin-top: 8px;
}

/*
.ark-event_ticket-seat,
.ark-event_ticket-price {
	color: #333333;
}*/
.ark-event_ticket-seat span {
	color: #FFDD35;
	margin-right: 5px;
	display: inline-block;
}

.ark-cart-total {
	background-color: #120B19;
	color: #FFFFFF;
}


.inside-box table td {
	background-color: #120B19;
	padding-right: 5px;
	font-size: 16px;
	border: 1px solid #8a5b7a;
}

.ark-tikecik-info {
	margin-top: 20px;
	color: #666666;
	padding: 4px;
}

.ark-newsletter-text {
	display: none;
}

.ark-event-img {
	border: none;
}


#tickets-total-top a.seatsToBasketNumbered {
	color: #111111;
	background-image: -webkit-linear-gradient(top, #8EC581, #67B358);
	background-image: linear-gradient(to bottom, #8EC581, #67B358);

}

#tickets-total-top a.seatsToBasketNumbered:hover {
	color: #FFFFFF;
}


#news .uk-panel-box {
	background: #120B19;
	color: #FFFFFF;
}

.ark-txt-highlighted {
	color: #802175;
	border-bottom: 1px dotted #DDDDDD;
	line-height: 28px;
	font-weight: bold;
}


.ark-month {
	color: #FFFFFF;
	font-family: Manrope, Arial, sans-serif;
	font-size: 24px;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
}

.ark-btn-month {
	color: #347FC2;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #347FC2;
	border-radius: 4px;
	padding: 3px 8px;
}

.ark-btn-month:hover {
	background-color: #f9d423;
	text-decoration: none;
	color: #243082;

}

.ark-icon-strzalka {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	padding: 1px 7px;
}

.ark-icon-strzalka:hover {
	color: #F53CCC;
	border: 2px solid #F53CCC;
}

.ark-calendar-header span {
	text-align: center;
	box-sizing: border-box;
	margin: 8px 0px;
	width: 60px;
	display: inline-block;
}


.ark-day-field {
	text-align: center;
	border: 1px solid #333345;
	background: #120B19;
	color: #272035;
	box-sizing: border-box;
	margin: 0px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
}

.ark-day-field.active {
	border: 1px solid #8a5b7a;
	background: #120B19;
	color: #FFFFFF;
	font-weight: bold;
}

.ark-day-field.active:hover {
	background: #9025ef;
	color: #120B19;
	font-weight: bold;
	text-decoration: none;
}


.ark-legend-unavail {
	border: 1px solid #FFFFFF;
	background: #EDE6DE;
	color: #C0BBA5;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: bottom;
	margin-left: 0px;
	margin-right: 4px;
}

.ark-legend-avail {
	border: 1px solid #FFFFFF;
	background: #243082;
	color: #FFFFFF;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: bottom;
	margin-right: 4px;

}

.ark-footer {
	background: #120B19;
	color: #999999;
	height: 60px;
}

.ark-footer a {
	color: #999999;

}

.ark-footer a:hover {
	color: #FFFFFF;
}

.ark-footer ul {
	text-align: center;
	margin-right: -24px;
}

.ark-footer li a {
	color: #999999;

}

.ark-footer li a:hover {
	color: #FFFFFF;
}



.cont_select_center {
	margin-bottom: 40px;
}

.icon_select_mate {
	position: absolute;
	top: 20px;
	right: 2%;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
}

.select_mate {
	position: relative;
	min-width: 300px;
	width: 300px;
	min-height: 42px;
	font-family: 'Manrope', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #120B19;
	border: 1px solid #7b526f;
	transition: all 375ms ease-in-out;
	margin-bottom: 0;
}

.select_mate span {
	font-size: 14px;
	color: #EEEEEE;
}

.select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}


.cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.cont_select_int {
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	width: 100%;
	/*background-color: #120B19;*/
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*border: 1px solid #7b526f;*/
	transition: all 375ms ease-in-out;
}

.cont_select_int div.element {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #7b526f;
	background-color: #120B19;
	list-style-type: none;
	padding: 10px 2%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
}

.cont_select_int div.element:last-child {
	border-bottom: 0px;
}

.cont_select_int div.element:hover {
	background-color: #9025ef;
	color: #120B19;
}


.cont_select_int .active {
	background-color: #120B19;
}



/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
	padding: 20px 2%;
	width: 96%;
	display: block;
	margin: 0px;
	cursor: pointer;
}


.quantity {
	position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.quantity input {
	width: 70px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	background: #120B19;
	border: 1px solid #7b526f;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Manrope', Arial, sans-serif;
	color: #FFFFFF;

}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #7b526f;
	width: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Manrope', Arial, sans-serif;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #120B19;
}

.quantity-button:hover {
	background: #9025ef;
	color: #120B19;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-top: 1px solid #7b526f;
	border-right: 1px solid #7b526f;
	border-bottom: 1px solid #7b526f;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
	border-right: 1px solid #7b526f;
	border-bottom: 1px solid #7b526f;
}

.ark-calendar-box {
	width: 444px;
	padding: 20px 0px;
}






@media (max-width: 768px) {

	.ark-card-panel {
		width: auto;

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;

		border-bottom: none;
	}

	.ark-baner-reposition {
		margin-top: 0px;
	}

	.ark-event-thumb h1 {
		font-size: 22px;
	}

	.ark-day-field {

		margin: 2px;
		width: 12%;
		line-height: 40px;
		display: inline-block;
		border-radius: 4px;
	}

	.ark-calendar-header span {
		margin: 2px;
		width: 12%;
		margin-bottom: 12px;
	}

	.ark-footer {
		height: auto;
	}

	.ark-day-field {
		margin: 2px 1px;
	}

	.ark-calendar-header span {
		margin: 2px 1px;
	}


}

@media (max-width: 520px) {
	.ark-calendar-box {
		width: 100%;
		;
	}

	.uk-grid {
		margin-left: 0px;
	}

	.uk-grid>* {
		padding-left: 0px;
	}
}

@media (max-width: 480px) {
	.uk-container {
		padding: 0px;
	}

	.ark-sidebar {
		margin-top: 20px;
	}

	.ark-cart-title-text {
		width: 100%;
		float: none;
		text-align: center;
	}

	.ark-cart-title-timer-box {
		width: 100%;
	}

	.ark-footer li {
		display: block;
	}
}


@media (max-width: 320px) {
	.ark-logo {
		width: 100%;
	}

	#content {
		margin-top: 20px;
	}

	.uk-panel-box {
		padding: 14px 5px;
	}

	.ark-day-field {
		margin: 2px 0px;
	}

	.ark-calendar-header span {
		margin: 2px 0px;
	}
}

/* ==========================================================================
   Event Calendar - Grawitacja Theme (Minimalist Dark Design)
   ========================================================================== */

.ark-event-calendar {
	margin-top: 30px;
}

.ark-event-calendar .ark-event_sectors-header {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

/* Calendar Container */
.ark-event-calendar-container {
	background: transparent;
	border: none;
	max-width: 500px;
	margin: 0 auto;
}

/* Calendar Header - Month Navigation */
.ark-event-calendar-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	background: transparent;
	margin-bottom: 20px;
}

.ark-event-calendar-header h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 400;
	margin: 0 30px;
	font-family: Manrope, Arial, sans-serif;
}

/* Circular Navigation Arrows */
.ark-event-calendar-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	font-size: 0;
}

.ark-event-calendar-nav a i {
	font-size: 14px;
}

.ark-event-calendar-nav a:hover {
	border-color: #F53CCC;
	color: #F53CCC;
	text-decoration: none;
}

/* Hide text labels, keep only icons */
.ark-event-calendar-nav a {
	font-size: 0;
}

.ark-event-calendar-nav a i {
	font-size: 14px;
}

/* Calendar Grid Wrapper */
.ark-event-calendar-wrapper {
	width: 100%;
}

/* Calendar Grid */
.ark-event-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0;
	background: transparent;
	border: 1px solid #333355;
	box-sizing: border-box;
	width: 100%;
}

/* Day Name Headers */
.ark-event-calendar-day-name {
	padding: 12px 5px;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	color: #888899;
	background: transparent;
	border-bottom: 1px solid #333355;
}

/* Calendar Day Cells */
.ark-event-calendar-day {
	min-height: 55px;
	padding: 8px 4px;
	background: transparent;
	border: 1px solid #333355;
	text-align: center;
	position: relative;
}

.ark-event-calendar-day.other-month {
	background: transparent;
}

.ark-event-calendar-day.other-month .ark-event-calendar-day-number {
	color: #333355;
}

.ark-event-calendar-day.today {
	background: rgba(144, 37, 239, 0.1);
}

/* Day Number */
.ark-event-calendar-day-number {
	font-size: 16px;
	font-weight: 400;
	color: #666677;
	margin-bottom: 4px;
}

/* Days with events - make them stand out */
.ark-event-calendar-day:has(.ark-event-calendar-event) .ark-event-calendar-day-number {
	color: #FFFFFF;
	font-weight: 600;
}

.ark-event-calendar-day.today .ark-event-calendar-day-number {
	color: #F53CCC;
	font-weight: 600;
}

/* Event Links inside calendar - simplified (hide times in calendar view) */
.ark-event-calendar-event {
	display: none;
	/* Events are shown in the list below, not cluttering the calendar */
}

/* Days with events styling */
.ark-event-calendar-day.has-events {
	cursor: pointer;
}

.ark-event-calendar-day.has-events .ark-event-calendar-day-number {
	color: #FFFFFF;
	font-weight: 600;
}

.ark-event-calendar-day-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ark-event-calendar-day-link:hover {
	text-decoration: none;
}

/* Event dot indicator */
.ark-event-calendar-dot {
	width: 6px;
	height: 6px;
	background: #F53CCC;
	border-radius: 50%;
	margin: 4px auto 0;
}

.ark-event-calendar-day.has-events:hover {
	background: rgba(245, 60, 204, 0.1);
}

.ark-event-calendar-day.has-events:hover .ark-event-calendar-day-number {
	color: #F53CCC;
}

/* Selected day state */
.ark-event-calendar-day.selected {
	background: rgba(144, 37, 239, 0.3);
	border-color: #9025ef;
}

.ark-event-calendar-day.selected .ark-event-calendar-day-number {
	color: #FFFFFF;
	font-weight: 700;
}

.ark-event-calendar-day.selected .ark-event-calendar-dot {
	background: #FFFFFF;
}

/* More events indicator */
.ark-event-calendar-more {
	display: none;
}

/* Selected Date Header */
.ark-selected-date-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	margin-bottom: 15px;
	background: rgba(144, 37, 239, 0.1);
	border: 1px solid #8a5b7a;
	border-radius: 4px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ark-selected-date-header span {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.ark-show-all-dates {
	color: #F53CCC;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
	border: 1px solid #F53CCC;
	border-radius: 15px;
	transition: all 0.3s ease;
}

.ark-show-all-dates:hover {
	background: #F53CCC;
	color: #120B19;
	text-decoration: none;
}

/* ==========================================================================
   Event List Below Calendar - Grawitacja Theme (Simple Time Slots)
   ========================================================================== */

/* Events List Container - using ark-event-term classes ONLY on event page */
#event .ark-event-term {
	background: transparent !important;
	border: 1px solid #8a5b7a !important;
	border-radius: 0 !important;
	padding: 12px 20px !important;
	margin-bottom: -1px !important;
	transition: all 0.2s ease;
	max-width: 300px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#event .ark-event-term:hover {
	background: rgba(144, 37, 239, 0.15) !important;
	border-color: #F53CCC !important;
	z-index: 1;
	position: relative;
}

/* Simplify the event term display - show mainly time */
#event .ark-event-term .uk-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: nowrap;
}

/* Date/Time column - show time prominently */
#event .ark-event-term .ark-event-term_data {
	color: #FFFFFF;
	padding: 0;
	width: auto !important;
	flex: none;
}

#event .ark-event-term .ark-event-term_data p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Manrope, Arial, sans-serif;
}

/* Hide the date, show only time */
#event .ark-event-term .ark-event-term_data p br {
	display: none;
}

/* Event Term Styling to Match Custom Design */
.ark-event-term {
    background: transparent !important;
    border: 0px solid #8a5b7a;
    border-top: none;
    margin: 0 !important;
    padding: 15px;
    text-align: center;
}

.ark-event-term:first-of-type {
    /* Ensure first item connects properly or has top border if needed.
       Assuming calendar has bottom border, keep top:none */
}

/* Center date and modify layout */
.ark-event-term .uk-grid > div:first-child {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
}

.ark-event-term .ark-event-term_data p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.ark-event-term .ark-event-term_data span {
    display: inline;
    font-size: 16px;
    color: #fff;
}

/* Hide line breaks in date to force single line */
.ark-event-term .ark-event-term_data p br {
    display: none;
}

/* Hide location info and buy button */
.ark-event-term .uk-width-large-4-10.ark-event-term_data,
.ark-event-term .uk-width-medium-5-10.ark-event-term_data:nth-of-type(2),
.ark-event-term .ark-event-term_ticketsbutton {
	display: none !important;
}

/* Link wrapper styling */
a:has(.ark-event-term) {
	text-decoration: none;
	display: block;
}

a:has(#event .ark-event-term):hover {
	text-decoration: none;
}

/* Event Description Box */
.ark-event-desc-box {
	background: transparent !important;
	border: none;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

@media (max-width: 768px) {
	.ark-event-calendar-header h3 {
		font-size: 18px;
		margin: 0 20px;
	}

	.ark-event-calendar-nav a {
		width: 32px;
		height: 32px;
	}

	.ark-event-calendar-day {
		min-height: 45px;
		padding: 6px 2px;
	}

	.ark-event-calendar-day-number {
		font-size: 14px;
	}

	.ark-event-calendar-day-name {
		font-size: 11px;
		padding: 8px 2px;
	}
}

@media (max-width: 480px) {
	.ark-event-calendar-container {
		max-width: 100%;
	}

	.ark-event-calendar-day {
		min-height: 40px;
		padding: 4px 1px;
	}

	.ark-event-calendar-day-number {
		font-size: 12px;
	}

	.ark-event-calendar-day:has(.ark-event-calendar-event)::after {
		width: 4px;
		height: 4px;
	}
}

/* ==========================================================================
   Categories at Top (Horizontal Navigation)
   ========================================================================== */

/* Hide the sidebar - categories are now in top navbar */
.ark-sidebar {
	display: none !important;
}

/* Main column takes full width when sidebar is hidden */
#ark-main-column {
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

/* ==========================================================================
   Top Navbar Categories
   ========================================================================== */

/* Ensure navbar container aligns all items properly */
.ark-navbar-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0;
}

/* Logo alignment */
.ark-navbar-logo {
	display: flex;
	align-items: center;
	height: 44px;
}

.ark-navbar-logo img {
	max-height: 40px;
	width: auto;
}

/* Home icon alignment */
.ark-home-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 12px;
}

/* Categories container */
.ark-top-categories {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 44px;
}

.ark-top-categories > li {
	margin: 0;
	display: flex;
	align-items: center;
	height: 44px;
}

.ark-top-categories > li > a {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 16px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
}

.ark-top-categories > li > a:hover {
	color: #9025ef;
	text-decoration: none;
	border-bottom: 2px solid #9025ef;
}

.ark-top-categories > li.uk-active > a {
	color: #9025ef;
	border-bottom: 2px solid #9025ef;
}

/* Responsive adjustments for top categories */
@media (min-width: 768px) and (max-width: 1200px) {
	.ark-top-categories > li > a {
		padding: 8px 10px;
		font-size: 11px;
	}
}


/* ═══════════════════════════════════════════════════ */
/*  Checkout page                                      */
/* ═══════════════════════════════════════════════════ */

.checkout-page {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
}

/* ── Timer bar ── */
.checkout-timer {
	background: linear-gradient(135deg, #1a0f25, #2a1540);
	border: 1px solid #8a5b7a;
	border-radius: 8px;
	padding: 10px 20px;
	margin-bottom: 24px;
	text-align: center;
	color: #ccc;
	font-size: 14px;
}
.checkout-timer strong {
	color: #FFDD35;
	font-size: 16px;
	margin-left: 4px;
}

/* ── Layout ── */
.checkout-layout {
	margin: 0 -15px;
}
.checkout-layout > div {
	padding: 0 15px;
}

/* ── Sections ── */
.checkout-section {
	background: rgba(26, 15, 37, 0.6);
	border: 1px solid #3a2548;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.checkout-section-header {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid #3a2548;
	background: rgba(42, 21, 64, 0.4);
}
.checkout-section-header h3 {
	margin: 0;
	font-size: 17px;
	color: #FFFFFF !important;
	font-weight: 600;
}
.checkout-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #9025ef;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-right: 12px;
	flex-shrink: 0;
}
.checkout-optional {
	margin-left: auto;
	font-size: 12px;
	color: #8a5b7a;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.checkout-section-body {
	padding: 20px;
}

/* ── Form field overrides ── */
.checkout-page .uk-form-row {
	margin-bottom: 12px;
}
.checkout-page .uk-form-label {
	color: #bbb !important;
	font-size: 13px;
	margin-bottom: 4px;
}
.checkout-page input[type="text"],
.checkout-page input[type="email"],
.checkout-page input[type="tel"],
.checkout-page select {
	background: #1e1230;
	border: 1px solid #4a3560;
	border-radius: 6px;
	color: #FFFFFF;
	padding: 10px 12px;
	font-size: 15px;
	width: 100%;
	transition: border-color 0.2s;
}
.checkout-page input[type="text"]:focus,
.checkout-page input[type="email"]:focus,
.checkout-page input[type="tel"]:focus {
	border-color: #9025ef;
	outline: none;
	box-shadow: 0 0 0 2px rgba(144, 37, 239, 0.2);
}
.checkout-page input::placeholder {
	color: #6a5570;
}

/* ── Invoice toggle ── */
.checkout-invoice-toggle {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #ccc;
	font-size: 14px;
	cursor: pointer;
	padding: 8px 0;
}
.checkout-invoice-toggle input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

/* ── Delivery / Payment cards ── */
.checkout-card {
	background: rgba(30, 18, 48, 0.5);
	border: 1px solid #3a2548;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 12px;
}
.checkout-card h4 {
	color: #FFFFFF !important;
	font-size: 15px;
	margin: 0 0 12px 0;
}
.checkout-card h4 i {
	color: #9025ef;
	margin-right: 8px;
}

.checkout-radio-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.checkout-radio-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background: #1e1230;
	border: 1px solid #3a2548;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s;
	color: #FFFFFF;
	font-size: 14px;
}
.checkout-radio-item:hover {
	border-color: #9025ef;
}
.checkout-radio-item input[type="radio"] {
	flex-shrink: 0;
}
.checkout-radio-label {
	flex: 1;
	color: #FFFFFF !important;
}
.checkout-radio-price {
	color: #FFDD35;
	font-weight: bold;
	white-space: nowrap;
}

.checkout-payment-notice {
	background: #ff6600;
	color: #FFFFFF;
	padding: 8px 12px;
	border-radius: 6px;
	margin-bottom: 12px;
	font-size: 13px;
}

/* Payment radio widget (rendered by Django) — match delivery style */
.checkout-card .payment-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background: #1e1230;
	border: 1px solid #3a2548;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 8px;
}
.checkout-card .payment-option:last-child {
	margin-bottom: 0;
}
.checkout-card .payment-option:hover {
	border-color: #9025ef;
}
.checkout-card .payment-option input[type="radio"] {
	flex-shrink: 0;
}
.checkout-card .payment-option label {
	margin: 0;
	cursor: pointer;
	color: #FFFFFF !important;
}

/* ── Sidebar ── */
.checkout-sidebar {
	background: rgba(26, 15, 37, 0.8);
	border: 1px solid #3a2548;
	border-radius: 10px;
	overflow: hidden;
}

.checkout-sidebar-section {
	padding: 16px 18px;
	border-bottom: 1px solid #3a2548;
}
.checkout-sidebar-section:last-child {
	border-bottom: none;
}

/* ── Cart toggle ── */
.checkout-sidebar-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	user-select: none;
}
.checkout-sidebar-toggle h4 {
	margin: 0;
	color: #FFFFFF !important;
	font-size: 15px;
}
.checkout-sidebar-toggle h4 i {
	color: #9025ef;
	margin-right: 8px;
}
.checkout-item-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #9025ef;
	color: #FFFFFF;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
}
.checkout-toggle-icon {
	color: #8a5b7a;
	transition: transform 0.2s;
}

/* ── Cart items ── */
.checkout-cart-items {
	padding-top: 12px;
}
.checkout-cart-event {
	margin-bottom: 12px;
}
.checkout-cart-event-name {
	color: #FFDD35;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.checkout-cart-event-detail {
	color: #bbb;
	font-size: 12px;
	margin-bottom: 8px;
}
.checkout-cart-event-detail small {
	color: #888;
}
.checkout-cart-ticket {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 6px 10px;
	margin-bottom: 4px;
	background: #1e1230;
	border-radius: 4px;
	font-size: 13px;
	color: #ddd;
}
.checkout-cart-ticket-price {
	color: #FFDD35;
	font-weight: bold;
	white-space: nowrap;
}
.checkout-cart-addon {
	width: 100%;
	color: #999;
	font-size: 12px;
	padding-top: 2px;
}

/* ── Summary ── */
.checkout-summary-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	color: #bbb;
	font-size: 13px;
}
.checkout-summary-total {
	display: flex;
	justify-content: space-between;
	padding: 12px 0 4px;
	margin-top: 8px;
	border-top: 2px solid #9025ef;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.checkout-summary-total span:last-child {
	color: #FFDD35;
}

/* ── Agreements ── */
.checkout-agreements {
	margin-bottom: 14px;
}
.checkout-agreement {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	cursor: pointer;
}
.checkout-agreement input[type="checkbox"] {
	margin-top: 2px;
	flex-shrink: 0;
}
.checkout-agreement a {
	color: #9025ef;
}
.checkout-agreement a:hover {
	color: #b06ef5;
}

/* ── Submit button ── */
.checkout-submit-btn {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	background: linear-gradient(135deg, #9025ef, #6b1bb0);
	border: none;
	border-radius: 8px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s;
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.4;
	text-align: center;
}
.checkout-submit-btn:hover {
	background: linear-gradient(135deg, #a040ff, #7b25cc);
	box-shadow: 0 4px 20px rgba(144, 37, 239, 0.4);
	transform: translateY(-1px);
}

/* ── Form validation errors ── */
.checkout-field-error {
	color: #ff4d4f;
}
.checkout-page input.uk-form-danger {
	border-color: #ff4d4f !important;
	background: rgba(255, 77, 79, 0.1) !important;
	color: #fff !important;
}

/* ── Responsive ── */
@media (max-width: 767px) {
	.checkout-page {
		padding: 0 8px;
	}
	.checkout-layout > div {
		padding: 0;
	}
	.checkout-sidebar {
		margin-top: 20px;
	}
	.checkout-section-body {
		padding: 14px;
	}
}

/* --- Global Cart Grouping Improvements --- */
#cart-basket .tik-koszyk-bilet {
	background-color: #1E1B33 !important;
	border: 1px solid #8c22ff !important;
	padding: 15px !important;
	margin-bottom: 30px !important;
}

#cart-basket .tik-koszyk-bilet h1 {
    color: #8c22ff !important;
}

#cart-basket .tik-koszyk-bilet p.cart-tickets-header {
    background-color: #8c22ff !important;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 10px 15px;
    margin: 15px -15px 15px -15px;
}
