@import url(fonts.css);

/* ------------- LEGACY THEME ------------- */
:root {
	/* colors ( legacy, stop using them ) */
	--white: #ffffff;
	--gray: #595d6b;
	--lightGray: #878b99;
	--borderGray: #c3c7cf;
	--pageHorizontalLine: #dbdde2;
	--borderLightGray: #f2f4fb;
	--backgroundGray: #f8f9fc;
	--tableBorderGray: #eceef3;
	--black: #050e26;
	--bodyBackgroundColor: var(--neutral-50);
	--pink: #ea0267;
	--fadedBlue: #e5f1fe;
	--lightBlue: #178af5;
	--darkBlue: #204099;
	--lightGreen: #ceffd6;
	--green: #19b934;
	--red: #e12117;
	--lightRed: #ffe8e7;
	--mediumOrange: #f2ad26;
	--lightOrange: #fdf1d9;
	--mediumYellow: #f8ec21;
	/* statuses ( legacy, stop using them ) */
	--statusGreen: #2dc647;
	--statusBlue: #6bb3f8;
	--statusOrange: #e39b10;
	--statusRed: #cc3535;
	/* unit measures ( can be used ) */
	--transitionTime: 0.25s;
	--thinBorderWidth: 1px;
	--standardBorderWidth: 2px;
	--standardTransitionFunction: ease-out;

	--neutral-900-legacy: #080f27;
	--neutral-800-legacy: #282d3e;
	--neutral-600-legacy: #878b99;
	--neutral-400-legacy: #c3c7cf;
	--neutral-200-legacy: #dbdde2;
	--neutral-40-legacy: #eceef3;
	--neutral-20-legacy: #f2f4fb;
	--neutral-10-legacy: #f9f9fa;

	--red-200: #fb9791;

	--green-40: #b4f3bf;

	--orange-400: #f2ba4c;
}

/* ------------- NEW THEME ------------- */
:root {
	--radius: 0.625rem;
	--radius-sm: calc(var(--radius) - 4px);
	--radius-md: calc(var(--radius) - 2px);
	--radius-lg: var(--radius);
	--radius-xl: calc(var(--radius) + 4px);
	--radius-2xl: calc(var(--radius) + 8px);
	--radius-3xl: calc(var(--radius) + 12px);
	--radius-4xl: calc(var(--radius) + 16px);

	--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
	--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);

	--neutral-50: oklch(0.99 0 0);
	--neutral-100: oklch(0.97 0 0);
	--neutral-200: oklch(0.92 0 0);
	--neutral-300: oklch(0.87 0 0);
	--neutral-400: oklch(0.72 0 0);
	--neutral-500: oklch(0.56 0 0);
	--neutral-600: oklch(0.44 0 0);
	--neutral-700: oklch(0.37 0 0);
	--neutral-800: oklch(0.27 0 0);
	--neutral-900: oklch(0.2 0 0);
	--neutral-950: oklch(0.14 0 0);

	--blue-50: oklch(0.97 0.01 255);
	--blue-100: oklch(0.93 0.03 256);
	--blue-200: oklch(0.88 0.06 254);
	--blue-300: oklch(0.81 0.1 252);
	--blue-400: oklch(0.71 0.14 255);
	--blue-500: oklch(0.62 0.19 260);
	--blue-600: oklch(0.55 0.22 263);
	--blue-700: oklch(0.49 0.22 264);
	--blue-800: oklch(0.42 0.18 266);
	--blue-900: oklch(0.38 0.14 266);
	--blue-950: oklch(0.28 0.09 268);

	--green-50: oklch(0.98 0.02 156);
	--green-100: oklch(0.96 0.04 157);
	--green-200: oklch(0.93 0.08 156);
	--green-300: oklch(0.87 0.14 154);
	--green-400: oklch(0.8 0.18 152);
	--green-500: oklch(0.72 0.19 150);
	--green-600: oklch(0.63 0.17 149);
	--green-700: oklch(0.53 0.14 150);
	--green-800: oklch(0.45 0.11 151);
	--green-900: oklch(0.39 0.09 153);
	--green-950: oklch(0.27 0.06 153);

	--orange-50: oklch(0.98 0.02 74);
	--orange-100: oklch(0.95 0.04 75);
	--orange-200: oklch(0.9 0.07 71);
	--orange-300: oklch(0.84 0.12 66);
	--orange-400: oklch(0.76 0.16 56);
	--orange-500: oklch(0.7 0.19 48);
	--orange-600: oklch(0.65 0.19 41);
	--orange-700: oklch(0.55 0.17 38);
	--orange-800: oklch(0.47 0.14 37);
	--orange-900: oklch(0.41 0.12 38);
	--orange-950: oklch(0.27 0.08 36);

	--amber-50: oklch(0.99 0.02 95);
	--amber-100: oklch(0.96 0.06 96);
	--amber-200: oklch(0.92 0.12 96);
	--amber-300: oklch(0.88 0.15 92);
	--amber-400: oklch(0.84 0.16 84);
	--amber-500: oklch(0.77 0.16 70);
	--amber-600: oklch(0.67 0.16 58);
	--amber-700: oklch(0.56 0.15 49);
	--amber-800: oklch(0.47 0.12 46);
	--amber-900: oklch(0.41 0.11 46);
	--amber-950: oklch(0.28 0.07 46);

	--pink-50: oklch(0.97 0.01 343);
	--pink-100: oklch(0.95 0.03 342);
	--pink-200: oklch(0.9 0.06 343);
	--pink-300: oklch(0.82 0.11 346);
	--pink-400: oklch(0.73 0.18 350);
	--pink-500: oklch(0.66 0.21 354);
	--pink-600: oklch(0.59 0.22 1);
	--pink-700: oklch(0.52 0.2 4);
	--pink-800: oklch(0.46 0.17 4);
	--pink-900: oklch(0.41 0.14 2);
	--pink-950: oklch(0.28 0.1 4);

	--violet-50: oklch(0.969 0.016 293.756);
	--violet-100: oklch(0.943 0.029 294.588);
	--violet-200: oklch(0.894 0.057 293.283);
	--violet-300: oklch(0.811 0.111 293.571);
	--violet-400: oklch(0.702 0.183 293.541);
	--violet-500: oklch(0.606 0.25 292.717);
	--violet-600: oklch(0.541 0.281 293.009);
	--violet-700: oklch(0.491 0.27 292.581);
	--violet-800: oklch(0.432 0.232 292.759);
	--violet-900: oklch(0.38 0.189 293.745);
	--violet-950: oklch(0.283 0.141 291.089);

	--background: oklch(1 0 0);
	--foreground: oklch(0.145 0 0);
	--card: oklch(1 0 0);
	--card-foreground: oklch(0.145 0 0);
	--popover: oklch(1 0 0);
	--popover-foreground: oklch(0.145 0 0);
	--primary: oklch(54.6% 0.245 262.881); /* blue-600 */
	--primary-foreground: oklch(0.985 0 0);
	--secondary: oklch(0.97 0 0);
	--secondary-foreground: oklch(0.205 0 0);
	--muted: oklch(0.97 0 0);
	--muted-foreground: oklch(0.556 0 0);
	--accent: oklch(0.97 0 0);
	--accent-foreground: oklch(0.205 0 0);
	--destructive: oklch(0.584 0.239 28.474);
	--destructive-foreground: oklch(0.971 0.01 17.323);
	--border: oklch(0.922 0 0);
	--input: oklch(0.922 0 0);
	--ring: oklch(0.708 0 0);
	--chart-1: oklch(0.646 0.222 41.116);
	--chart-2: oklch(0.6 0.118 184.704);
	--chart-3: oklch(0.398 0.07 227.392);
	--chart-4: oklch(0.828 0.189 84.429);
	--chart-5: oklch(0.769 0.188 70.08);
	--radius: 0.625rem;

	--text-xs: 0.75rem;
	--text-xs--line-height: calc(1 / 0.75);
	--text-sm: 0.875rem;
	--text-sm--line-height: calc(1.25 / 0.875);
	--text-base: 1rem;
	--text-base--line-height: calc(1.5 / 1);
	--text-lg: 1.125rem;
	--text-lg--line-height: calc(1.75 / 1.125);
	--text-xl: 1.25rem;
	--text-xl--line-height: calc(1.75 / 1.25);
	--text-2xl: 1.5rem;
	--text-2xl--line-height: calc(2 / 1.5);
	--text-3xl: 1.875rem;
	--text-3xl--line-height: calc(2.25 / 1.875);
	--text-4xl: 2.25rem;
	--text-4xl--line-height: calc(2.5 / 2.25);
	--text-5xl: 3rem;
	--text-5xl--line-height: 1;
	--text-6xl: 3.75rem;
	--text-6xl--line-height: 1;
	--text-7xl: 4.5rem;
	--text-7xl--line-height: 1;
	--text-8xl: 6rem;
	--text-8xl--line-height: 1;
	--text-9xl: 8rem;
	--text-9xl--line-height: 1;

	/* Should apply them in the future */
	--sidebar: oklch(0.985 0 0);
	--sidebar-foreground: oklch(0.145 0 0);
	--sidebar-primary: oklch(0.205 0 0);
	--sidebar-primary-foreground: oklch(0.985 0 0);
	--sidebar-accent: oklch(0.97 0 0);
	--sidebar-accent-foreground: oklch(0.205 0 0);
	--sidebar-border: oklch(0.922 0 0);
	--sidebar-ring: oklch(0.708 0 0);
}

/* ---------------- BUTTONS ---------------- */

.ui-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	white-space: nowrap;
	border-radius: var(--radius-md);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	transition: all 0.15s ease;
	outline: none;
	border: 1px solid transparent;
	cursor: pointer;
	flex-shrink: 0;
	height: 2.25rem;
	padding: 0.5rem 1rem;
}

.ui-btn:has(> svg) {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.ui-btn svg {
	pointer-events: none;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
}

.ui-btn:focus-visible {
	border-color: var(--ring);
	box-shadow: 0 0 0 3px color-mix(in oklch, var(--ring) 50%, transparent);
}

.ui-btn[aria-invalid='true'] {
	border-color: var(--destructive);
	box-shadow: 0 0 0 3px color-mix(in oklch, var(--destructive) 20%, transparent);
}

.ui-btn:disabled {
	pointer-events: none;
	opacity: 0.2;
}

a.ui-btn {
	color: inherit;
	text-decoration: none;
}

/* Variants */

.ui-btn-primary {
	background-color: var(--primary);
	color: var(--primary-foreground);
	box-shadow: var(--shadow-xs);
}
.ui-btn-primary:hover {
	background-color: color-mix(in oklch, var(--primary) 90%, transparent);
}

.ui-btn-destructive {
	background-color: var(--destructive);
	color: white;
	box-shadow: var(--shadow-xs);
}
.ui-btn-destructive:hover {
	background-color: color-mix(in oklch, var(--destructive) 90%, transparent);
}
.ui-btn-destructive:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in oklch, var(--destructive) 20%, transparent);
}

.ui-btn-outline {
	background-color: var(--background);
	border-color: var(--border);
	box-shadow: var(--shadow-xs);
	color: var(--black);
}
.ui-btn-outline:hover {
	background-color: var(--accent);
	color: var(--accent-foreground);
}

.ui-btn-secondary {
	background-color: var(--secondary);
	color: var(--secondary-foreground);
	box-shadow: var(--shadow-xs);
}
.ui-btn-secondary:hover {
	background-color: color-mix(in oklch, var(--secondary) 80%, transparent);
}

.ui-btn-ghost {
	background-color: transparent;
}
.ui-btn-ghost:hover {
	background-color: var(--accent);
	color: var(--accent-foreground);
}

.ui-btn-link {
	background-color: transparent;
	color: var(--primary);
	text-underline-offset: 4px;
	text-decoration: underline;
	color: var(--neutral-600);
	padding-inline: 0px !important;
}

.ui-btn-link:hover {
	text-decoration: underline;
}

/* Sizes */

.ui-btn-sm {
	height: 2rem;
	padding: 0.375rem 0.75rem;
	gap: 0.375rem;
}
.ui-btn-sm:has(> svg) {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.ui-btn-lg {
	height: 2.5rem;
	padding: 0.5rem 1.5rem;
}
.ui-btn-lg:has(> svg) {
	padding-left: 1rem;
	padding-right: 1rem;
}

.ui-btn-xl {
	height: 3rem;
	padding: 0.5rem 2rem;
	font-size: 1rem;
}
.ui-btn-xl:has(> svg) {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.ui-btn-xl svg {
	width: 1.25rem;
	height: 1.25rem;
}

.ui-btn-icon {
	height: 2rem;
	width: 2rem;
	padding: 0;
}

/* --- Inputs --- */
.ui-form-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ui-label {
	font-size: var(--text-sm);
	font-weight: 500;
	margin-bottom: 0;
}

.ui-input {
	border: 1px solid var(--border);
	font-size: var(--text-base);
	height: 2.5rem;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	padding: 0 1rem;
	width: 100%;
}

.ui-input:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px color-mix(in oklch, var(--primary) 20%, transparent);
}

/* --- Tabs --- */
.tabs-container {
	display: inline-flex;
	background-color: #f0f0f0;
	border-radius: 8px;
	padding: 4px;
	gap: 4px;
	width: fit-content;
}

.tab-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Gilroy';
	color: var(--gray);
	background: none;
	border-radius: 6px;
	cursor: pointer;
	transition:
		background-color var(--transitionTime) var(--standardTransitionFunction),
		color var(--transitionTime) var(--standardTransitionFunction);
}

.tab-item:hover {
	color: var(--black);
}

.tab-item.active {
	background-color: var(--white);
	color: var(--black);
	font-weight: 600;
	box-shadow: var(--shadow-xs);
}

/* ---------------- GENERAL ---------------- */

html {
	font-size: 16px;
}

* {
	font-family: 'Gilroy', sans-serif;
}

body {
	font-size: 13px;
}

body.stop-scrolling {
	overflow: hidden;
}

a {
	color: #004dc5;
}

img {
	image-rendering: crisp-edges;
}

strong {
	font-weight: bolder;
}

a:hover,
a:active {
	color: #333;
}

a:focus,
select:focus,
option:focus,
option:active:focus,
.btn:focus,
.btn:active:focus,
:focus,
:active:focus,
input:focus,
input:active,
input:active:focus {
	outline: none !important;
}

::-webkit-input-placeholder {
	color: #bbb !important;
}

::-moz-placeholder {
	color: #bbb !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #bbb !important;
}

.help-block,
.text-muted {
	color: #999;
}

.text-muted {
	font-family: 'Gilroy';
}

.text-success,
.help-block.text-success {
	color: var(--green);
}

.text-danger,
.help-block.text-danger,
.text-error,
.help-block.text-error,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #cc0000;
}

.text-cta,
.help-block.text-cta,
.text-cta,
.help-block.text-cta,
.has-cta .help-block,
.has-cta .control-label,
.has-cta .radio,
.has-cta .checkbox,
.has-cta .radio-inline,
.has-cta .checkbox-inline,
.has-cta.radio label,
.has-cta.checkbox label,
.has-cta.radio-inline label,
.has-cta.checkbox-inline label {
	color: #ff4688;
}

/* Keep open modals scrollable even if body loses modal-open (e.g. nested modals). */
.modal.in {
	overflow-x: hidden;
	overflow-y: auto;
}

/* ----- Alerts ----- */
.modal-body.alert {
	margin: -1px 0 0;
	border-radius: 0;
}

.alert {
	padding: 16px;
	margin-bottom: 16px;
	border: 1px solid transparent;
	border-radius: 4px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Gilroy';
}

.alert-info,
.alert-danger,
.alert-error,
.alert-success,
.alert-warning {
	background: #009dde;
	color: white;
	border: 0;
	text-shadow: none;
}

.alert-info {
	background-color: var(--fadedBlue);
	color: var(--lightBlue);
	border: var(--thinBorderWidth) solid var(--lightBlue);
}

.alert-info-alternate {
	background: #b2deef;
	color: #333;
}

.alert-danger,
.alert-error {
	background: var(--lightRed);
	color: var(--red);
	border: var(--thinBorderWidth) solid var(--red);
}

.alert-success {
	background: var(--lightGreen);
	color: var(--green);
}

.alert-warning {
	background: var(--lightOrange);
	border: 1px solid var(--mediumOrange);
	color: var(--black);
}

.alert-with-icon {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.alert-with-icon .lucide-icon {
	flex-shrink: 0;
}

.alert-with-icon p {
	margin: 0;
}

.pairing-paired-alert .alert-with-icon {
	width: 100%;
}

.pairing-paired-alert-content {
	flex: 1;
	min-width: 0;
}

.pairing-paired-alert-title {
	margin-top: 0;
	margin-bottom: 12px;
}

.pairing-paired-wearables {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pairing-paired-wearable {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pairing-paired-wearable-code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	word-break: break-all;
}

.pairing-paired-wearable-meta {
	font-size: 13px;
	color: var(--neutral-600);
	line-height: 1.4;
}

.pairing-paired-wearable-meta-label {
	font-weight: 500;
}

.paid-feature-warning {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.paid-feature-warning div {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.paid-feature-info-icon {
	vertical-align: super;
	margin-top: 4px;
}

.alert.alert-info .text-danger {
	color: #840b0b;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.alert .btn.btn-default {
	color: #333;
}

.alert a {
	text-decoration: underline;
}

.alert-warning a:not(.btn) {
	color: #333;
	font-weight: bold;
}

.alert .close {
	color: #333;
}

.alert ul {
	margin: 10px 0 0 0;
	padding-left: 20px;
}

.alert-heading {
	display: block;
	margin-bottom: 5px;
}

.alert-heading:last-child {
	margin-bottom: 0;
}

strong.alert-heading {
	font-size: 15px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.alert {
		margin-bottom: 24px;
	}
}

/* ----- Toastify ----- */
.toastify {
	font-family: 'Gilroy';
	display: flex !important;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	color: var(--neutral-900-legacy) !important;
	box-shadow: var(--shadow-xl) !important;
	border-radius: var(--radius-lg) !important;
}

.toastify.info {
	background: var(--statusBlue) !important;
}

.toastify.danger {
	background: var(--red-200) !important;
}

.tostify.danger img {
	width: 16px !important;
}

.toastify.warning {
	background: var(--orange-400) !important;
}

.toastify.success {
	background: var(--green-100) !important;
	border: 1px solid var(--green-300) !important;
	color: var(--green-800) !important;
}

/* ----- Loading spinner ----- */
.spinner {
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	animation: spinner-rotate 1s infinite linear;
	border-bottom-color: transparent;
}

.spinner.default {
	border-top-color: var(--pink);
	border-left-color: var(--pink);
	border-right-color: var(--pink);
}

.spinner.white {
	border-top-color: var(--white);
	border-left-color: var(--white);
	border-right-color: var(--white);
}

.spinner.blue {
	border-top-color: var(--lightBlue);
	border-left-color: var(--lightBlue);
	border-right-color: var(--lightBlue);
}

.spinner.gray {
	border-top-color: var(--gray);
	border-left-color: var(--gray);
	border-right-color: var(--gray);
}

.spinner.small {
	height: 16px;
	width: 16px;
}

.spinner.medium {
	height: 24px;
	width: 24px;
}

@keyframes spinner-rotate {
	to {
		transform: rotate(1turn);
	}
}

.spin-icon {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.panel-default {
	border: none;
}

.panel-default > .panel-heading {
	background: white;
}

.nomargin {
	margin-bottom: 0 !important;
}

.form-control,
.form-control:focus,
.input-group-integrated,
.selectize-input,
.selectize-input.focus,
.has-error .form-control:focus {
	border: 1px solid #c4d1db;
	box-shadow: none;
}

.form-control,
.input-group-integrated,
.selectize-input {
	border-radius: 4px;
}

.form-control:focus,
.input-group-integrated.focus,
.selectize-input.focus {
	border-color: var(--lightBlue);
}

.standard-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.standard-input {
	font-size: 16px;
	padding: 8px 12px;
	border-radius: var(--radius);
	border: 2px solid var(--borderGray);
	background: var(--white);
	color: var(--black);
	width: 100%;
	height: fit-content;
	font-family: 'Gilroy';
}

.standard-input.with-icon-left {
	padding-left: 32px;
}

.input-with-icon-container {
	position: relative;
}

.input-with-icon-container .icon-left {
	position: absolute;
	left: 12px;
	top: 12px;
}

.standard-input:read-only:not(select) {
	background-color: var(--backgroundGray);
}

.standard-input.error {
	border-color: var(--red);
}

.standard-input-label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 4px;
	font-family: 'Gilroy';
}

.mandatory-field-star {
	color: var(--red);
	font-size: 18px;
}

.standard-input-error {
	color: var(--red);
}

.date-and-time-group {
	display: flex;
	gap: 8px;
}

@media screen and (min-width: 1024px) {
	.standard-form {
		gap: 24px;
	}
}

.selectize-input.selectize-input-sm {
	height: 26px;
	min-height: initial;
	padding: 3px 8px;
}

.has-error .form-control,
.has-error .form-control:focus {
	border-color: #cc0000;
	box-shadow: none;
}

.input-group-integrated.autocomplete-open {
	border-radius: 4px 4px 0 0;
}

.input-group-integrated .form-control,
.input-group-integrated .form-control:focus {
	border: none;
	box-shadow: none;
}

.input-group-integrated .btn-link {
	background: white;
	border-radius: 6px;
}

.input-group-integrated .btn-link:hover {
	text-decoration: none;
}

.btn {
	font-weight: 600;
}

.btn-link {
	box-shadow: none;
	color: #004dc5;
}

.btn-link:hover,
.btn-link:active {
	color: #333;
}

.btn-default {
	border-color: #a2a8ae;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.open .dropdown-toggle.btn-default {
}

.input-group-btn .btn {
	box-shadow: none;
}

.btn-lg {
	font-weight: 600;
	font-size: 15px;
	border-radius: 4px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
	background-color: #0090ff;
	border-color: #0090ff;
}

.btn-primary:hover {
	background-color: #0072db;
	border-color: #0072db;
}

.btn-cta {
	color: white;
	background: #ff4688;
	border-color: #ff4688;
	font-weight: 600;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus {
	color: white;
	background: #d43f6a;
	border-color: #d43f6a;
}

/* Deprecated classes. We need to remove them progressively */
.button-dark-blue-contained,
.button-green,
.button-red,
.button-no-fill,
.button-dark-blue-outlined,
.button-gray {
	transition:
		background var(--transitionTime) var(--standardTransitionFunction),
		color var(--transitionTime) var(--standardTransitionFunction);
	display: flex;
	align-items: center;
	gap: 8px;
}

.button-no-fill {
	color: var(--darkBlue);
}

.button-no-fill:hover {
	color: var(--darkBlue);
}

.button-no-fill path {
	stroke: var(--darkBlue);
}

.button-dark-blue-contained,
.button-dark-blue-contained:visited,
.button-dark-blue-contained:focus {
	background: var(--darkBlue);
	color: var(--white);
	border: var(--standardBorderWidth) solid var(--darkBlue);
}

.button-dark-blue-contained:hover {
	background: var(--white);
	color: var(--darkBlue);
}

.button-dark-blue-contained path {
	stroke: var(--white);
	transition: stroke var(--transitionTime) var(--standardTransitionFunction);
}

.button-dark-blue-contained:hover path {
	stroke: var(--darkBlue);
}

.button-dark-blue-outlined,
.button-dark-blue-outlined:visited {
	background: var(--white);
	color: var(--darkBlue);
	border: var(--standardBorderWidth) solid var(--darkBlue);
}

.button-red {
	background: var(--red);
	color: var(--white);
	border: var(--standardBorderWidth) solid var(--red);
}

.button-red:hover {
	background: var(--white);
	color: var(--red);
}

.button-green,
.button-green:focus {
	background: var(--green);
	color: var(--white);
	border: var(--standardBorderWidth) solid var(--green);
}

.button-green:hover {
	background: var(--white);
	color: var(--green);
}

.button-green path {
	stroke: var(--white);
	transition: stroke var(--transitionTime) var(--standardTransitionFunction);
}

.button-green:hover path {
	stroke: var(--green);
}

.button-red {
	background: var(--red);
	color: var(--white);
	border: var(--standardBorderWidth) solid var(--red);
}

.button-red:hover {
	background: var(--white);
	color: var(--red);
}

.button-gray {
	background: var(--gray);
	color: var(--white);
	border: var(--standardBorderWidth) solid var(--gray);
}

.button-gray:hover {
	background: var(--white);
	color: var(--gray);
}

.cursor-pointer {
	cursor: pointer;
}

.btn-paypal {
	color: #333;
	background: #ffc439;
	border-color: #ffc439;
}

.btn-paypal:hover {
	background: #ffaf00;
	border-color: #ffaf00;
}

.btn-xs {
	font-size: 11px;
}

.add-to-apple-wallet-form {
	position: relative;
}

.btn-add-to-wallet {
	background: transparent;
	padding: 5px 0;
}

.btn-add-to-wallet img {
	width: 105px;
}

.add-to-apple-wallet-loading-spinner {
	position: absolute;
	width: 16px;
	left: -20px;
	top: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #0090ff;
}

.alert a.btn {
	text-decoration: none;
}

.alert .btn:not(class='button-'),
.alert .btn:hover {
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-shadow: none;
}

.alert > p + p {
	margin-top: 0;
}

.alert p:last-child,
.alert ul:last-child,
.well p:last-child,
.well ul:last-child {
	margin-bottom: 0;
}

.alert .form-control {
	border-color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
	font-size: 13px;
	border-radius: var(--radius-md);
	border-color: var(--border);
}

.radio input,
.checkbox input,
.radio-inline input,
.checkbox-inline input {
	margin-top: 1px;
}

.panel-footer {
	background: #ebf0f4;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}

.btn .fa {
	font-size: 14px;
	margin: 1px 5px 0 0;
}

.btn-xs .fa {
	font-size: 13px;
	margin: 1px 5px 0 0;
}

.btn-sm .fa {
	line-height: 1.1em;
}

.btn-icon .fa,
.btn-xs.btn-icon .fa {
	margin-right: 0;
}

.panel-heading {
	padding: 20px 12px;
}

.panel-body {
	padding: 12px;
}

.panel-body-thank-you img {
	max-width: 100%;
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3 {
	margin: 0;
}

.panel-main {
	padding: 0;
	border-radius: 4px;
	background: transparent;
	border: 1px solid #d8dee3;
}

.panel-main .panel-heading {
	background: #f3f6f8;
	border-radius: 2px 2px 0 0;
	border: none;
}

.panel-main .panel-body {
	background: white;
}

.panel-main .panel-footer {
	border: none;
	background: #f3f6f8;
}

.panel-main .panel-heading h2 {
	line-height: 26px;
	margin: 0;
}

h1,
h2,
h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
}

h1 {
	font-size: 24px;
	line-height: 32px;
}

h2 {
	font-size: 20px;
	line-height: 28px;
}

h3 {
	font-size: 14px;
	text-transform: none;
}

.table-tickets {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0;
	width: 100%;
}

.table-tickets > thead > tr > th,
.table-tickets > tbody > tr > th,
.table-tickets > tbody > tr > td,
.table-tickets > tfoot > tr > td {
	border: none;
}

.table-tickets > thead > tr > th:not([class^='text-']),
.table-tickets > tbody > tr > th:not([class^='text-']),
.table-tickets > tbody > tr > td:not([class^='text-']),
.table-tickets > tfoot > tr > td:not([class^='text-']) {
	text-align: center;
}

.table-tickets > tbody > tr > td {
	background: #f3f6f8;
	border-left-width: 0;
	border-right-width: 0;
	vertical-align: middle;
	padding: 10px;
}

.table-tickets > tbody.cart-item--with-children > tr:first-child > td {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.table-tickets > tbody.cart-item--with-children > tr.cart-item__child > td {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 0;
}

.table-tickets > tbody.cart-item--with-children > tr.cart-item__child:not(:nth-last-child(2)) > td {
	border-bottom: none;
	border-radius: 0;
	padding-bottom: 0;
}

.table-tickets > tbody.cart-item--with-children > tr.cart-item__child > td:first-child {
	padding-left: 30px;
}

.table-tickets > thead > tr > th:last-child,
.table-tickets > tbody > tr > td:last-child,
.table-tickets > tfoot > tr > td:last-child {
	text-align: right;
}

.table-tickets > thead > tr > th:first-child,
.table-tickets > tbody > tr > td:first-child,
.table-tickets > tfoot > tr > td:first-child {
	text-align: left;
}

.table-tickets > tbody > tr > td:first-child {
	border-radius: 2px 0 0 2px;
	border-left-width: 2px;
}

.table-tickets > tbody > tr > td:last-child {
	border-radius: 0 2px 2px 0;
	border-right-width: 2px;
}

.table-tickets > tbody > tr.spacer > td {
	border: none;
	background: transparent;
}

.table-tickets > tbody > tr.spacer > td {
	padding: 0;
	height: 12px;
	line-height: 0;
	font-size: 0;
}

.table-tickets > tfoot > tr > th {
	border: none;
}

.table-tickets > tbody > tr > td > .close {
	float: right;
	width: 16px;
	text-align: center;
	margin: 6px 0 0 10px;
}

table.table.table-tickets > tfoot > tr > td,
table.table.table-tickets > tfoot > tr > th {
	vertical-align: top;
}

table.table.table-tickets > tfoot > tr > td:first-child {
	padding-left: 0;
}

table.table.table-tickets > tfoot > tr > th:last-child {
	padding-right: 0;
}

ul.list-ticket-types,
ul.list-ticket-types li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-ticket-types > li:not(1) {
	background: #f3f6f8;
	border-radius: 2px;
	border: 2px solid #d1dee8;
}

ul.list-ticket-types > li,
ul.list-ticket-types #calendar-wrapper-tickets > li > div,
ul.list-ticket-types li.ticket-type-group {
	margin-bottom: 12px;
}

ul.list-ticket-types li.ticket-type-group .ticket-type-group-header {
	cursor: pointer;
}

ul.list-ticket-types > li:first-child {
	margin-bottom: 0;
}

ul.list-ticket-types > li:first-child > div {
	background: transparent;
	border: none;
}

ul.list-ticket-types li > div {
	display: table;
	width: 100%;
}

ul.list-ticket-types li > div > div {
	display: table-row;
}

ul.list-ticket-types li > div > div > div {
	vertical-align: middle;
	display: table-cell;
	padding: 7px;
}

ul.list-ticket-types > li:first-child > div > div > div {
	padding-top: 0;
	font-weight: 600;
}

ul.list-ticket-types li > div > div > div:not([class^='text-']) {
	text-align: center;
}

ul.list-ticket-types li > div > div > div:first-child {
	text-align: left;
}

ul.list-ticket-types li > div > div > div:last-child {
	text-align: right;
}

.cart-items-footer {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
}

.cart-items-footer input[name='voucher_code'] {
	width: 120px;
}

.ticket-type-value {
	width: 80px;
}

.ticket-type-value-select {
	width: 66px;
}

.ticket-type-value-select .input-sm {
	padding: 5px 8px;
	margin-left: auto;
}

@media (min-width: 768px) {
	.cart-items-footer input[name='voucher_code'] {
		width: 180px;
	}
	ul.list-ticket-types li > div > div > div {
		padding: 10px;
	}
	.ticket-type-value {
		width: 140px;
	}
	.ticket-type-value-select {
		width: 100px;
	}
}

ul.list-ticket-types li div.description {
	font-size: 12px;
	padding: 0 10px 10px 10px;
	margin-top: -5px;
}

ul.list-ticket-types li div.discounts {
	font-size: 12px;
	padding: 0 10px 10px 10px;
}

ul.list-ticket-types li div.discounts p {
	margin-bottom: 5px;
}

ul.list-ticket-types li div.discounts p:last-child {
	margin-bottom: 0;
}

ul.list-ticket-types li.ticket-type-group ul li {
	border-top: 1px solid #d1dee8;
}

ul.list-ticket-types li.ticket-type-group > div > div > div:first-child {
	font-weight: 600;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
}

ul.list-ticket-types li ul li > div > div > div:first-child,
ul.list-ticket-types li ul li div.description,
ul.list-ticket-types li ul li div.discounts {
	padding-left: 30px;
}

ul.list-ticket-types li ul li ul li > div > div > div:first-child,
ul.list-ticket-types li ul li ul li div.description,
ul.list-ticket-types li ul li ul li div.discounts {
	padding-left: 60px;
}

ul.list-ticket-types li.ticket-type-group a.ticket-type-group-toggle {
	float: right;
	font-size: 12px;
	width: 20px;
	text-align: center;
	line-height: 21px;
	height: 20px;
	background: #bfccd6;
	color: white;
	border-radius: 100%;
}

ul.list-ticket-types li.ticket-type-group a.ticket-type-group-toggle:hover {
	background: #929ea8;
}

.list-ticket-types .addons__title {
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	border-top: 1px solid #d1dee8;
}

.list-ticket-types .addon .addon__name {
	padding-left: 30px;
}

.list-ticket-types .addon .addon__price {
	width: 100px;
}

.list-ticket-types .addon .addon__fee {
	width: 100px;
}

.list-ticket-types .addon .addon__price-disclaimer,
.list-ticket-types .addon .addon__fee-disclaimer {
	display: block;
}

.label {
	font-size: 12px;
	font-weight: 600;
}

.table > thead > tr > th {
	font-weight: 600;
}

.form-control-code {
	font-family: monospace;
	background-color: #f0f3f6;
}

.tooltip.right .tooltip-arrow {
	border-right-color: var(--lightBlue);
}

.tooltip.top .tooltip-arrow {
	border-top-color: var(--lightBlue);
}

.tooltip-inner {
	background-color: var(--lightBlue);
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
}

.tooltip.in {
	opacity: 1;
}

.help-icon {
	color: #ff4688;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

.password-field {
	position: relative;
}

.password-field .password-toggle {
	position: absolute;
	right: 10px;
	top: 9px;
	font-size: 12px;
	cursor: pointer;
	color: #888;
	text-transform: uppercase;
	font-weight: 600;
}

.password-field.password-field-lg .password-toggle {
	font-size: 13px;
	right: 15px;
	top: 14px;
}

.password-field .password-toggle:hover {
	color: #444;
}

tr.order-item--addon td:first-child {
	padding-left: 30px !important;
}

.btn-success {
	background-color: #17bc91;
}

.btn-success:hover {
	background-color: #11a781;
}

/*
NFT START
 */

.ltb {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}

.p2-regular {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.p2-medium {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.p2-semibold {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.p2-bold {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.h2-bold {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.h1-semibold {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

.large-title-bold {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}

.table.nft-table > thead > tr > th {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.modal-md {
		width: 500px;
	}

	.modal-400 {
		width: 400px;
	}
}

.nft-m-top {
	margin-top: 40px;
}

.nft-m-bottom {
	margin-bottom: 40px;
}

.nft-m-top-20 {
	margin-top: 20px;
}

.nft-m-bottom-20 {
	margin-bottom: 20px;
}

.nft-m-top-5 {
	margin-top: 5px;
}

.nft-m-bottom-5 {
	margin-bottom: 5px;
}

.nft-m-bottom-small {
	margin-bottom: 10px;
}

.nft-m-top-small {
	margin-top: 10px;
}

.underline {
	text-decoration: underline;
}

.p-l-10 {
	padding-left: 10px;
}

.p20 {
	padding: 20px;
}

.m20 {
	margin: 20px;
}

.m30 {
	margin: 30px;
}

@media (max-width: 768px) {
	.nopadding-m {
		padding: 0;
	}

	.nomargin-m {
		margin: 0;
	}
}

.letter1px {
	letter-spacing: 1px;
}

.nft-page body {
	background: #f3f5fb;
}

img.qr-img {
	border: 3px solid #fff !important;
	border-radius: 5px;
}

.nft-content .tooltip-inner {
	max-width: 320px;
}

.nft-container-fluid {
	padding: 0;
}

.nft-page .panel.panel-main {
	border: none;
}

.btn-wallet {
	padding: 10px 16px;
	width: 170px;
	white-space: normal;
	border-radius: 28px;
}

.btn-wallet-mini {
	width: 80px;
	/*height: 45px;*/
	padding: 5px 5px;
}

.btn-wallet-wide {
	width: 250px;
}

.btn-wallet-superwide {
	width: 270px;
}

.btn-default.btn-wallet {
	background-color: #fff;
	color: #178af5;
	border-color: #93c8fb;
}

.btn-default.btn-wallet:hover,
.btn-default.btn-wallet:active,
.btn-default.btn-wallet:focus {
	color: #ffffff;
	background-color: #0090ff;
}

.success .btn-wallet {
	background: #e3ffe8;
	border: 1px solid #19b934;
	color: #19b934;
}

.success .btn-default.btn-wallet:hover,
.success .btn-default.btn-wallet:active,
.success .btn-default.btn-wallet:focus,
.success .btn-primary.btn-wallet:hover,
.success .btn-primary.btn-wallet:active,
.success .btn-primary.btn-wallet:focus {
	background: #19b934;
	color: #fff;
}

.btn-wallet .left-side {
	margin-right: 8px;
}

.mint-btn-manual {
	padding: 10px 16px;
}

.nft_wallet_address_manual input {
	padding: 10px 16px;
	border: 2px solid #c3c7cf;
	border-radius: 5px;
	width: 250px;
}

.error-container {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 5px 10px;
}

.minted-wallet-address,
.current-wallet-address,
.copy-wallet {
	word-break: break-word;
}

.after-mint-info {
	max-width: 510px;
	margin: 40px auto 0;
}

.after-mint-info .fa-info-circle {
	color: #f2ad26;
}

.nft-separator {
	height: 1px;
	background: #eceef3;
}

.too-long-text {
	word-break: break-word;
}

.panel-body.nft-list {
	padding: 40px;
}

.dropdownAccounts {
	background-color: #f1f2f4;
	border-radius: 100px;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	padding: 12px;
	display: inline-block;
	position: relative;
}

@media (max-width: 768px) {
	.dropdownAccounts {
		font-size: 13px;
	}
}

.account-container .dropdown-caret .fa-chevron-up {
	display: none;
}

.account-container.open .dropdown-caret .fa-chevron-down {
	display: none;
}

.account-container.open .dropdown-caret .fa-chevron-up {
	display: inline-block;
}

.dropdownAccounts + .dropdown-menu {
	text-align: right;
	min-width: 80px;
	border-radius: 100px;
}

.dropdownAccounts + .dropdown-menu span {
	cursor: pointer;
	padding: 5px 10px;
	display: block;
	border-radius: 100px;
}

.dropdownAccounts + .dropdown-menu span:hover {
	background-color: #f1f2f4;
}

.dropdownAccounts > * {
	vertical-align: middle;
	line-height: normal;
}

.wallet-jazz {
	width: 35px;
	height: 35px;
	background: url(../images/jazzicons-5.png) no-repeat 0 0;
	display: inline-block;
	background-size: cover;
}

.wallet-jazz_1 {
	background-position: 0 0;
}

.wallet-jazz_2 {
	background-position: -35px 0;
}

.wallet-jazz_3 {
	background-position: -70px 0;
}

.wallet-jazz_4 {
	background-position: -105px 0;
}

.wallet-jazz_5 {
	background-position: -140px 0;
}

.wallet-jazz-mini {
	width: 21px;
	height: 21px;
	background: url(../images/jazzicons-5.png) no-repeat 0 0;
	display: inline-block;
	background-size: cover;
}

.wallet-jazz-mini_1 {
	background-position: 0 0;
}

.wallet-jazz-mini_2 {
	background-position: -21px 0;
}

.wallet-jazz-mini_3 {
	background-position: -42px 0;
}

.wallet-jazz-mini_4 {
	background-position: -63px 0;
}

.wallet-jazz-mini_5 {
	background-position: -84px 0;
}

.nft-header {
	padding: 15px 20px;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}

@media (max-width: 768px) {
	.nft-header {
		padding: 15px 10px;
	}
}

.nft-header .logo {
	float: left;
}

.text-center .img-responsive {
	margin: 0 auto;
}

.separator-text {
	width: 90%;
	height: 10px;
	border-bottom: 1px solid #eceef3;
	text-align: center;
	margin: 20px 5% 0;
}

.separator-text span {
	background-color: #fff;
	padding: 0 10px;
	letter-spacing: 2px;
}

@media (max-width: 768px) {
	.nft-header .logo {
		max-width: 90px;
		padding-top: 5px;
	}
}

.account-container {
	float: right;
	position: relative;
}

.connect-container {
	float: right;
}

.nft-ticket-item-artwork-zoom {
	position: absolute;
	left: 10px;
	top: 10px;
	color: white;
	padding: 5px;
	border: 1px solid;
	border-radius: 5px;
	background: #000000;
	opacity: 0.2;
	z-index: 2;
}

.nft-ticket-item-artwork-container {
	border-radius: 8px;

	padding: 0;
}

.nft-ticket-item-artwork-container > span {
	position: relative;
}

.nft-ticket-item-artwork-container.show-qrcode {
	border: 0;
}

.nft-ticket-item-artwork-container img {
	border-radius: 8px;
	transition: 0.3s;
	border: 1px solid #595d6b;
	text-align: center;
}

.nft-ticket-item-artwork-container img:hover {
	opacity: 0.7;
}

.show-artwork .qr-code-generated {
	display: none;
}

.show-artwork .qr-code-generated-text {
	display: none;
}

.qr-code-generated-text > span {
	display: block;
	margin: 5px 0;
}

.qr-code-generated-text a {
	display: block;
	text-align: left;
	padding: 0;
	margin-top: 5px;
}

.show-qrcode .nft-ticket-item-artwork-zoom {
	display: none;
}

.show-qrcode .nft-ticket-item-artwork {
	position: absolute;
	width: 124px;
	left: -100px;
	top: calc(50% - 62px);
	border-radius: 8px;
}

@media (max-width: 990px) {
	.show-qrcode .nft-ticket-item-artwork {
		top: initial;
		left: initial;
		bottom: 0;
		right: 0;
		width: 50px;
	}
}

.show-qrcode .nft-ticket-item-qrcode {
	border-radius: 0;
	border: 0;
	margin: 0 auto;
	max-width: 200px;
}

@media (max-width: 990px) {
	.show-qrcode .nft-ticket-item-qrcode {
		margin: initial;
	}
}

.buttons-toolbar {
	display: inline-block;
	float: right;
}

@media (max-width: 768px) {
	.buttons-toolbar {
		margin-top: 20px;
	}
}

.nft-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	float: left;
	max-width: calc(100% - 180px);
}

@media (max-width: 768px) {
	.nft-title {
		max-width: calc(100% - 44px);
		margin-top: 20px;
	}
}

.nft-btn-group .btn {
	background-color: #fff;
}

.nft-btn-group {
	border: 1px solid #c3c7cf;
	border-radius: 4px;
}

.nft-btn-group .btn-group + .btn-group {
	margin-left: 0;
}

.nft-btn-group .btn-group {
	border-left: 1px solid #c3c7cf;
}

.nft-btn-group .btn-group:first-of-type {
	border-left: none;
}

.nft-btn-group.btn-group-vertical .btn-group {
	border-left: none;
	border-top: 1px solid #c3c7cf;
}

.nft-btn-group.btn-group-vertical .btn-group:first-of-type {
	border-top: none;
}

.nft-action-btn a {
	display: block;
	text-decoration: none;
}

.nft-action-btn .nft-action-btn-icon {
	margin-right: 5px;
	display: inline-block;
}

.benefits-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.collapsed .ticket-benefits-icon .fa-chevron-up,
.ticket-benefits-icon .fa-chevron-down {
	display: none;
}

.collapsed .ticket-benefits-icon .fa-chevron-down,
.ticket-benefits-icon .fa-chevron-up {
	display: inline-block;
}

.ticket-benefits-icon {
	position: absolute;
	right: 20px;
}

.benefits-row {
	line-height: 52px;
	background: #f8f9fc;
	border-top: 1px solid #eceef3;
	padding: 0 15px;
}

.benefits-row-header {
	background: #fff;
	padding: 0;
}

.ticket-balance-title,
.ticket-addons-name {
	float: left;
	line-height: 52px;
	display: inline-block;
}

.ticket-balance-value,
.ticket-addons-available {
	float: right;
	line-height: 52px;
	display: inline-block;
}

.ticket-addons-name {
	font-weight: 500;
}

.ticket-transaction-item {
	padding: 10px 0;
	border-bottom: 1px solid #eceef3;
}

.ticket-transaction-item span {
	display: block;
	line-height: 1.2;
	font-size: 14px;
}

.ticket-transaction-product {
	float: left;
	width: 100%;
}

.order-qr-link {
	font-size: 18px;
	position: relative;
	line-height: 30px;
	background: #f8f9fc;
	padding: 10px;
	max-width: 400px;
	width: 100%;
}

.order-qr-link-text {
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 45px;
	padding-right: 25px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #178af5;
}

.order-qr-link .icon-left {
	width: 33px;
	position: absolute;
	left: 15px;
	top: 7px;
	z-index: 1;
}

.order-qr-link .icon-right {
	width: 18px;
	position: absolute;
	right: 15px;
	top: 18px;
	z-index: 1;
}

.copy-wrapper {
	font-size: 18px;
	position: relative;
	line-height: 30px;
	background: #f8f9fc;
	padding: 10px;
	width: 100%;
	word-break: break-word;
}

.btn.text-left {
	text-align: left;
}

.social-share-dropdown.dropdown-menu {
	min-width: 30px;
}

.social-share-dropdown.dropdown-menu > li > a {
	padding: 3px 5px;
}

.social-share-dropdown.dropdown-menu > li > a.social-share-facebook {
	color: #4267b2;
}

.social-share-dropdown.dropdown-menu > li > a.social-share-twitter {
	color: #1da1f2;
}

.social-share-dropdown.dropdown-menu > li > a.social-share-linkedin {
	color: #0e76a8;
}

.social-share-dropdown.dropdown-menu > li > a.social-share:hover,
.social-share-dropdown.dropdown-menu > li > a.social-share:focus {
	text-decoration: none;
}

.secondary-connect-button {
	display: inline-block;
}

.minting-step {
	margin: 0 auto;

	position: relative;
}

.confirmation-step {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.modal-nft-qr .modal-content,
.modal-nft-artwork .modal-content {
	border-radius: 0;
}

.modal-nft-qr .modal-content h4,
.modal-nft-qr .modal-content .modal-footer,
.modal-nft-qr .modal-content .modal-header,
.modal-nft-artwork .modal-content h4,
.modal-nft-artwork .modal-content .modal-footer,
.modal-nft-artwork .modal-content .modal-header {
	display: none;
}

.modal-nft-qr-wrapper {
	text-align: center;
}

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

.modal-nft-qr-wrapper .modal-nft-qr,
.modal-nft-qr-wrapper .modal-nft-artwork {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

button.floating-close-btn {
	position: absolute;
	text-shadow: none;
	color: #050e26;
	width: 24px;
	height: 24px;
	background: #999ba0;
	opacity: 1;
	right: -30px;
	top: -30px;
	border-radius: 4px;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.nft-modal .modal-content {
	border-radius: 0;
}

.nft-modal .modal-header {
	background-color: #f8f9fc;
	border-bottom: none;
}

.nft-modal .modal-footer {
	border-top: none;
}

.nft-modal button.close {
	font-size: 40px;
	opacity: 1;
	font-weight: 100;
	margin-top: -4px;
}

@media (max-width: 768px) {
	.minting-step {
		margin: 32px 10px 0;
		padding: 32px 10px;
	}
}

.minting-step.active .show-on-active {
	display: inline;
}

.minting-step.active .show-on-active.wallet-jazz-mini {
	vertical-align: middle;
	display: inline-block;
}

.minting-step.active .show-on-active-block {
	display: block;
}

.minting-step.active .show-on-success,
.minting-step.active .show-on-success-block {
	display: none;
}

.minting-step.success .show-on-active,
.minting-step.success .show-on-active-block {
	display: none;
}

.minting-step.success .show-on-success {
	display: inline;
}

.minting-step.success .show-on-success-block {
	display: block;
}

.share-btns {
	text-align: center;
	margin: 40px auto;
	padding: 15px 30px;
}

.share-btns-wrapper {
	padding: 15px 30px;
	background: #fff;
	display: inline-block;
	border-radius: 4px;
}

.share-btns-wrapper .share-text {
	margin-right: 30px;
}

.share-btns-wrapper a {
	margin: 0 5px;
}

.share-btns-wrapper a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.heart-loader {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: black;
	opacity: 0.8;
	left: 0;
	text-align: center;
	z-index: 9999;
}

.heart-loader span {
	background: url(../images/heart.png) no-repeat;
	margin-top: 40vh;
	animation: heartbeat 1s infinite;
	width: 58px;
	height: 64px;
	display: inline-block;
}

.loader img {
	margin-top: 40vh;
	animation: heartbeat 1s infinite;
}

@-webkit-keyframes heartbeat {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
	}
	60% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes heartbeat {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
	}
	60% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}
/*
NFT END
 */
.splide {
	margin: 0 auto;
}

.splide-thumbnails {
	display: flex;
	margin: 1rem auto 0;
	padding: 0;
	justify-content: center;
}

.splide-thumbnail {
	width: 70px;
	height: 70px;
	overflow: hidden;
	list-style: none;
	margin: 0 0.2rem;
	cursor: pointer;
	opacity: 0.3;
}

.splide-thumbnail.is-active {
	opacity: 1;
}

.splide-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#event-slider .splide__slide {
	background-size: contain !important;
}

.cover-photo {
	margin-top: 15px;
}

.cover-photo img {
	border-radius: 10px 10px 0 0;
}

.horizontal-separator {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-block: 12px;
}

.horizontal-separator p {
	margin-bottom: 0px;
}

.horizontal-separator span {
	height: 1px;
	background: var(--border);
	display: inline-block;
	width: 100%;
}

.lucide-icon {
	vertical-align: middle;
}

/* Camera capture modal */
.camera-capture-modal .modal-dialog {
	max-width: 640px;
}

.camera-capture-body {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	background: var(--neutral-800);
}

.camera-capture-viewfinder {
	width: 100%;
}

.camera-capture-viewfinder video {
	display: block;
	width: 100%;
	max-height: 480px;
	object-fit: contain;
	background: black;
}

.camera-capture-error {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 40px 20px;
	color: var(--neutral-100);
	text-align: center;
}

.camera-capture-error p {
	margin: 0;
	font-size: 0.875rem;
	max-width: 320px;
}

.camera-capture-btn {
	gap: 6px;
}

/* Image field upload (attendee form) */
.image-field-upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 24px 16px;
	border: 2px dashed var(--border);
	border-radius: var(--radius-md);
	background: var(--accent);
}

.image-field-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.image-field-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: fit-content;
}

.image-field-preview-frame img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: var(--radius);
	border: 1px solid var(--border);
}

.image-field-preview-actions {
	display: flex;
	gap: 8px;
}

/* Copyable link input (readonly URL field with copy + open actions) */
.copyable-link-input {
	position: relative;
}

.copyable-link-input input {
	padding-right: 72px;
}

.copyable-link-input-copy {
	cursor: pointer;
	position: absolute;
	right: 44px;
	top: 12px;
}

.copyable-link-input-tooltip {
	position: absolute;
	top: -28px;
	right: -22px;
	background: var(--neutral-600);
	color: white;
	padding: 2px 12px;
	border-radius: 2px;
	opacity: 0;
	transition: 0.1s ease-out opacity;
	border-radius: var(--radius-sm);
}

.copyable-link-input-open {
	position: absolute;
	top: 12px;
	right: 14px;
}

/* Cursor pagination (Prev/Next) */
#cursor-pagination-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
}

.cursor-pagination-buttons {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid var(--border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-xs);
	overflow: hidden;
}

.cursor-pagination-buttons > a {
	display: flex;
}

.cursor-pagination-buttons > a + a {
	border-left: 1px solid var(--border);
}

.cursor-pagination-buttons .ui-btn {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

@media screen and (min-width: 1024px) {
	#pagination-container {
		margin-top: 24px;
	}
}
