.tooltiptext {
	display: none;
	width: 270px;
	font-size: 16px;
	line-height: 1.25;
	background-color: #ffffffe8;
	color: #4b617f;
	text-align: center;
	padding: 10px;
	border-radius: 2px;
	border: 2px solid #4b617f;
	position: absolute;
	z-index: 1000;
}

.tooltip-open {
	width: 300px;
}

.tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border: 1px solid #4b617f;
	border-color: transparent #fff transparent transparent;
}

#hall>div>div,
svg {
	cursor: grab;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	-o-user-drag: none;
}

.hall,
.hall-box {
	transition: transform 0.6s ease;
}

#text-hall {
	text-align: center;
	margin: 0 0 16px;
}

#text-hall .selection-btn {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	min-width: 220px;
	box-sizing: border-box;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	padding: 0 12px;
	color: var(--btn-primary-txt-color);
	background-color: var(--btn-primary-color);
	border-radius: var(--radius);
	border: 2px solid var(--btn-primary-color);
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#text-hall .selection-btn:hover {
	background: var(--hover-btn-primary-color);
	border-color: var(--hover-btn-primary-color);
}

#text-hall .selection-btn.active,
#text-hall .selection-btn.expanded {
	background: var(--btn-active-color);
	border-color: var(--btn-active-border-color);
	color: var(--btn-active-txt-color);
}

#text-hall .selection-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

#text-hall-dynamic-content {
	display: none;
}

.hall-text-empty-status {
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--txt-color);
}

#hall .hall-stage {
	transform-origin: 50% 50%;
	transition: transform 0.2s ease-out;
	will-change: transform;
}

#hall.dragging .hall-stage {
	transition: none !important;
}

.hall-box {
	max-width: 88%;
	margin: 15px auto 70px;
	padding: 30px;
	border-radius: 0;
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	clear: both;
	border: 1px solid #b0b0b0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.zoom-box {
	position: absolute;
	bottom: 25px;
	right: 25px;
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	width: auto !important;
	background: transparent;
	padding: 0;
	z-index: 50;
}

.zoom-box i,
.zoom-box button,
.zoom-box #default-scale-hall {
	width: 44px;
	height: 44px;
	display: inline-block;
	background: #fff;
	border: 2px solid #000;
	border-radius: 0;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: opacity .2s;
	position: relative;
}

#ZoomIn::before,
#ZoomOut::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
}

#ZoomIn::before {
	width: 20px;
	height: 2px;
}

#ZoomIn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 20px;
	background-color: #000;
}

#ZoomOut::before {
	width: 20px;
	height: 2px;
}

.zoom-box #default-scale-hall {
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
}

.zoom-box #default-scale-hall:after {
	content: '1:1';
	display: block;
	line-height: 40px;
}


.zoom-disabled {
	opacity: .4;
	pointer-events: none;
}

.hall-box.dragging,
.hall.dragging {
	transition: none !important;
}


.hall-box>div {
	will-change: transform;
}

.hall-box>div {
	transform-origin: center center;
}

.hall-box .hall-inner {
	display: flex;
	justify-content: center;
}

.hall-tooltip-price {
	color: #FC5A57;
	font-size: 14px;
	padding-bottom: 3px;
}

.hall-tooltip-places {
	font-size: 14px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #A4A3A3;
}

.hall-header {
	padding: 0 1.5rem 0;
}

.hall-header .event-title span {
	font-size: 23px;
}

.hall-header .event-title h1 {
	font-size: 32px;
}

.hall-info-txt h2 {
	font-size: 18px !important;
}

.hall-info-txt h2>span {
	font-size: 18px;
	position: relative;
	top: -2px;
}

.hall-info-txt h1 {
	font-size: 13px !important;
	padding-left: 0;
}

.hall-info-txt h1 {
	margin: 0 1.5rem 20px;
}

.availability-hall-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.btn-text-availability,
.btn-info,
.btn-back-sector,
.btn-back-rows,
.availability-btn-group>button.btn.btn-warning,
.btn.btn-secondary,
.all-places,
.available-places {
	margin: 0;
	padding: 8px 15px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 0;
	border: 2px solid #000;
	color: #000;
}

.btn-text-availability {
	background-color: #000;
	color: #fff;
	font-size: 18px;
}

.btn-text-availability:hover {
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}

#places-container>button {
	padding: 5px 15px;
}

.btn-back-sector:hover,
.btn-back-rows:hover,
.all-places:hover,
.available-places:hover {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
}

.btn.btn-info:active,
.btn-back-sector:active,
.btn-back-rows:active {
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}

.btn-show-hall,
.btn-hide-hall {
	margin-bottom: 10px;
}

.availability-btn-group {
	margin-bottom: 15px;
}

#info-place {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: 500;
}

#places-container .place-button.added {
	background-color: #000 !important;
	color: white !important;
	border-color: #000 !important;
}

.places-checkboxes {
	margin-top: 20px;
}

.places-label {
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.places-grid {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}

.place-checkbox-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.place-checkbox {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.place-checkbox:disabled {
	pointer-events: none;
}

.place-checkbox:disabled+.place-label,
.unavailable-checkbox+.place-label {
	color: #555;
}

.place-checkbox:disabled,
.unavailable-checkbox {
	pointer-events: none;
}

.selects-container>.selects-txt>h3 {
	font-weight: 700;
	text-align: left;
	font-size: 17px;
}

.selects-container>.selects-txt>p {
	font-size: 15px;
	text-align: left;
}

.seat-select-flex-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: nowrap;
	margin: 20px 0;
}

.seat-select-group {
	min-width: 200px;
	margin: 0;
}

.seat-select {
	width: 100%;
}

.seat-select-container {
	display: flex;
	justify-content: center;
	margin: 0 auto 40px;
	padding: 0;
	background-color: #fff;
	align-items: center;
	flex-direction: column;
}

.seat-select-group {
	margin: 0 10px;
}

.seat-select {
	width: fit-content;
	padding: 8px 15px;
	font-weight: 600;
	border: 2px solid #000;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	transition: all 0.3s ease;
}


.seat-select-label {
	display: block;
	margin-bottom: 8px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.availability-hall-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}

.hotspot-point {
	position: absolute;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotspot-point::after {
	content: "";
	background-image: var(--img-tskdos-mig);
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 50px;
	background-position: center;
}

.hotspot-point[data-id="1"]::after,
.hotspot-point[data-id="2"]::after {
	background-image: var(--img-tskdos-ade);
	background-size: 60px;
}

.hotspot-point[data-id="4"]::after {
	background-image: var(--img-tskdos-petla);
	background-size: 60px;
}

.hotspot-point:hover {
	transform: scale(1.4);
}

.hotspot-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
}

.hotspot-modal.active {
	opacity: 1;
	visibility: visible;
}

.hotspot-content {
	background-color: #fff;
	padding: 7px;
	border-radius: 8px;
	max-width: 90%;
	max-height: 90%;
	position: relative;
	overflow: hidden;
	transform: scale(0.8);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
}

.hotspot-modal.active .hotspot-content {
	transform: scale(1);
	opacity: 1;
}

#mini.ui-widget-content {
	border: none;
	margin: 15px auto;
	clear: both;
}

.mini-btn {
	width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}

#info_section {
	margin: 10px 0 20px;
}

#info_section .event_open>div:first-child strong {
	display: inline-block;
	margin-bottom: 6px;
}

#info_section .title {
	font-weight: 600;
	color: #000;
}

#info_section .city,
#info_section .name,
#info_section .datetime {
	color: #5f5f5f;
	font-size: 14px;
}

#info_section .datetime {
	display: inline-block;
	margin-top: 4px;
}

#hotspot-title {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.hotspot-image {
	max-width: 100%;
	max-height: 65vh;
	display: block;
}

.hotspot-close {
	position: absolute;
	background: #fff !important;
	top: 10px;
	right: 10px;
	font-size: 46px;
	color: #000;
	cursor: pointer;
	background: none;
	border: none;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 99;
}

.no-scroll {
	overflow: hidden !important;
	padding-right: 15px;
}

.hotspot-tooltip {
	position: absolute;
	background-color: #1FA396;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px;
	z-index: 2000;
	pointer-events: none;
	max-width: 200px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.hotspot-tooltip::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 15px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #1FA396 transparent;
}

.hall div {
	border: none !important;
	margin: auto;
}

#tooltip {
	position: fixed;
	background: #fff;
	border: 1px solid #000;
	padding: 1px;
	width: 312px;
	z-index: 10001;
	pointer-events: none;
}

#tooltip .header {
	font-weight: bold;
	padding: 5px;
	width: 290px;
	margin: 2px 5px;
}

#tooltip .header_sector {
	background: lightgrey;
	font-weight: bold;
	padding: 5px;
	width: 290px;
	margin: 2px auto;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tooltip .content {
	padding: 5px;
}

.price {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
}

.price span {
	font-size: 12px;
}

.unavaiable {
	color: gray;
	font-weight: bold;
	font-size: 15px;
}

.sector_view {
	width: 300px;
	height: 180px;
	margin: auto;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.swal-quantity-wrapper {
	padding: 10px;
}

.swal-quantity-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 15px;
}

.swal-quantity-btn {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color);
	color: #fff;
	border: 2px solid var(--primary-color);
	cursor: pointer;
	font-size: 16px;
	transition: all 0.2s ease;
	border-radius: 0;
}

.swal-quantity-btn.left {
	border-top-left-radius: var(--radius);
	border-bottom-left-radius: var(--radius);
	border-right: none;
}

.swal-quantity-btn.right {
	border-top-right-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
	border-left: none;
}

.swal-quantity-btn:hover {
	background-color: #333;
	border-color: #333;
}

.swal-quantity-btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.swal-quantity-input {
	width: 60px;
	height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid var(--primary-color);
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	border-radius: 0;
}

.swal-quantity-input:focus {
	border-color: var(--primary-color);
}


.hall-tooltip {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	padding: 0;
	z-index: 1000;
	box-shadow: none;
	border-radius: 0;
	width: 312px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.hall-tooltip .header {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	padding: 5px 8px 0;
	border-bottom: none !important;
	color: #000;
	background: #fff;
}

.hall-tooltip .header::after {
	content: "";
	display: block;
	margin: 5px -8px 0;
	border-bottom: 1px solid #000;
}

.hall-tooltip .content {
	padding: 5px 8px 8px;
	font-size: 13px;
	color: #000;
	line-height: 1.35;
}

.hall-tooltip .content b {
	font-weight: 600;
	color: #000;
}

.hall-tooltip .unavaiable {
	color: #808080;
	font-weight: 700;
	font-size: 15px;
}

.hall-tooltip .price {
	color: #FC5A57;
	font-size: 16px;
	margin-top: 8px;
	display: inline-block;
}

.hall-tooltip .price span {
	font-size: 16px;
}

.hall-tooltip .price b {
	font-weight: bold;
}

.hall-tooltip .hall-tooltip-place-extra {
	color: var(--txt-color, #333);
	font-size: 14px;
	line-height: 1.4;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--border-color, #e0e0e0);
	text-align: left;
}

.tooltip-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
	padding: 4px 0;
}

.tooltip-indicator {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.tooltip-label {
	flex-grow: 1;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
}

.tooltip-label i {
	font-style: italic;
	color: #666;
}

.tooltip-price {
	font-weight: 700;
	text-align: right;
	min-width: 70px;
	color: #000;
	font-size: 14px;
}

.hall-tooltip .sector-tooltip-row {
	align-items: stretch;
	gap: 8px;
	margin-bottom: 8px;
	padding: 0;
}

.hall-tooltip .sector-tooltip-row:last-child {
	margin-bottom: 0;
}

.hall-tooltip .sector-tooltip-row .tooltip-indicator {
	width: 15px;
	min-height: 54px;
	height: auto;
	align-self: stretch;
	border: none;
	flex-shrink: 0;
}

.hall-tooltip .tooltip-body {
	flex: 1;
	min-width: 0;
}

.hall-tooltip .tooltip-info {
	font-weight: 400;
	margin: 0 0 2px;
}

.hall-tooltip .tooltip-info i {
	font-style: italic;
	font-weight: 400;
	color: #000;
}

.hall-tooltip .tooltip-price-line {
	font-weight: 700;
	margin: 0;
	color: #000;
	font-size: 13px;
}

#swal2-title {
	color: #000 !important;
	font-family: Archivo, Arial, Helvetica, sans-serif;
	font-size: 30px !important;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.03em;
	margin: 0 0 18px !important;
	padding: 0;
}

.swal2-popup {
	width: min(100%, 540px) !important;
	padding: 32px 36px 28px !important;
	border-radius: 0 !important;
	border: 2px solid #1a1a1a !important;
	background: #fff !important;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22) !important;
}

.swal2-header {
	border-bottom: 1px solid #1a1a1a;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 18px;
}

#swal2-content {
	padding: 0;
	font-size: 16px;
	line-height: 1.45;
	color: var(--txt-color);
}

#swal2-content .price,
#swal2-content .price span {
	font-size: 24px;
	font-weight: 700;
	color: rgba(226, 0, 122, 1);
	text-transform: none;
	margin: 18px 0 0;
}

.swal2-actions {
	margin-top: 24px !important;
	gap: 12px;
}

.swal2-container .swal2-styled {
	height: 44px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid #1a1a1a !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: Archivo, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.swal2-container .swal2-styled.swal2-confirm,
.swal2-container .swal2-confirm.swal2-styled {
	min-width: 178px;
	background: var(--txt-color) !important;
	border-color: var(--txt-color) !important;
	color: #fff !important;
}

.swal2-container .swal2-styled.swal2-cancel,
.swal2-container .swal2-cancel.swal2-styled {
	min-width: 102px;
	background: #fff !important;
	border-color: #1a1a1a !important;
	color: #1a1a1a !important;
}

.swal2-container .swal2-styled.swal2-confirm:hover,
.swal2-container .swal2-styled.swal2-confirm:focus-visible,
.swal2-container .swal2-styled.swal2-cancel:hover,
.swal2-container .swal2-styled.swal2-cancel:focus-visible {
	background: var(--txt-color) !important;
	border-color: var(--txt-color) !important;
	color: #fff !important;
	outline: none;
}

.swal2-popup.swal-place-seat {
	width: min(100%, 460px) !important;
	padding: 22px 26px 20px !important;
	border-radius: 0 !important;
	border: 1px solid #000 !important;
	background: #fff !important;
	box-shadow: none !important;
	text-align: left !important;
}

.swal2-popup.swal-place-seat .swal2-header {
	border-bottom: none !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}

.swal2-popup.swal-place-seat #swal2-title {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	font-size: 22px !important;
	line-height: 1.1 !important;
	letter-spacing: -0.02em !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.swal2-popup.swal-place-seat #swal2-title::before {
	content: "";
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 14h20v8H6z'/%3E%3Cpath d='M8 14V9a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v5'/%3E%3Cpath d='M6 22v3M26 22v3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.swal2-popup.swal-place-seat #swal2-content {
	text-align: left !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	color: #000 !important;
}

.swal2-popup.swal-place-seat .swal-place-modal {
	padding: 0;
}

.swal2-popup.swal-place-seat .swal-place-row {
	margin: 0 0 6px;
	font-family: Archivo, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.45;
	text-align: left;
}

.swal2-popup.swal-place-seat .swal-place-row:last-child {
	margin-bottom: 0;
}

.swal2-popup.swal-place-seat .swal-place-label {
	font-weight: 700;
	color: #000;
}

.swal2-popup.swal-place-seat .swal-place-value {
	font-weight: 700;
	color: #e2007a;
}

.swal2-popup.swal-place-seat .swal-place-row-price {
	margin-top: 2px;
}

.swal2-popup.swal-place-seat .swal2-actions {
	justify-content: flex-start !important;
	margin-top: 18px !important;
	gap: 10px !important;
	width: 100% !important;
}

.swal2-popup.swal-place-seat .swal2-styled {
	height: 42px !important;
	margin: 0 !important;
	padding: 0 22px !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 11px !important;
}

.swal2-popup.swal-place-seat .swal2-confirm {
	min-width: 170px !important;
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.swal2-popup.swal-place-seat .swal2-cancel {
	min-width: 96px !important;
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}

.swal2-popup.swal-place-seat .swal2-confirm:hover,
.swal2-popup.swal-place-seat .swal2-confirm:focus-visible,
.swal2-popup.swal-place-seat .swal2-cancel:hover,
.swal2-popup.swal-place-seat .swal2-cancel:focus-visible {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.swal-quantity-wrapper {
	padding: 0;
}

.swal-info-row {
	align-items: center;
	margin-bottom: 18px;
	padding: 0;
}

.swal-price-cell {
	color: rgba(226, 0, 122, 1);
	font-size: 18px;
	font-weight: 700;
}

.swal-quantity-container {
	margin-top: 18px;
}

.swal-clear-cart-msg {
	text-align: center;
	padding: 25px 0;
}

svg>path {
	cursor: pointer;
}

.unavailable-place,
.btn.btn-secondary.unavailable-place {
	margin: 3px;
	border-radius: 0;
	background-color: #565e64;
	color: #fff;
	cursor: not-allowed;
}

.place-checkbox[aria-disabled="true"] {
	pointer-events: none;
	cursor: not-allowed;
}

.place-checkbox[aria-disabled="true"]+.place-label {
	pointer-events: none;
	cursor: not-allowed;
}

#back-to-sectors-wrap {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
}

#back-to-sectors-wrap.visible {
	max-height: 60px;
	opacity: 1;
	margin-top: 8px;
}

@media (min-width: 600px) {
	.swal2-popup {
		font-size: 1.0em;
	}
}

@media (max-width: 767px) {

	.swal2-container .swal2-styled.swal2-confirm,
	.swal2-container .swal2-confirm.swal2-styled {
		min-width: 100% !important;
		max-width: 100% !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	#tooltip {
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 280px !important;
		max-width: 90vw !important;
	}

	.hall-header .term-date .day {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	#text-hall {
		margin-top: 30px;
	}

	#toggle-hall-view-btn {
		min-width: fit-content;
		max-width: 90%;
	}

	#hall .hall-stage {
		transform-origin: 50% 30%;
	}

	#info-place {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 0;
	}

	#hall {
		width: unset;
		max-height: 550px;
		padding: 0 15px;
	}

	.hall-box {
		max-width: 95%;
		flex-direction: column;
		align-items: center;
		margin: 25px auto;
	}

	.zoom-box {
		position: static;
		bottom: auto;
		right: auto;
		transform: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 12px;
		margin: 12px auto 0;
		width: 100% !important;
	}

	.seat-select-flex-container {
		flex-direction: column;
		align-items: stretch;
	}

	.seat-select-group {
		width: 100%;
		margin: 0;
		padding-left: 15px;
	}
}

@media (min-width: 1024px) and (max-width: 1365px) {
	.seat-select {
		width: 80%;
		padding: 15px;
		font-weight: 500;
		font-size: 20px;
	}
}

#hall-wrapper {
	margin-top: 24px;
	padding-top: 0;
}

#hall-wrapper .zoom-box {
	margin-bottom: 12px;
}

#hall-wrapper .hall-box {
	border-top: 1px solid #e5e5e5;
	padding-top: 16px;
}