body {
	width: 100%;
	height: 100%;
}

/* Share qr code */
.qr-code img {
	width: 100%;
}

/* Base animation */
.tapqo-animate {
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

.tapqo-animate-fill-both {
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.tapqo-animate-fill-none {
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
}

@-webkit-keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
@keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
.tapqo-animate-fade-in {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}

/* Images, icons */
.svg-sm, .svg-sm svg {
	width: 1.2rem;
	height: 1.2rem;
}

.svg-md, .svg-md svg {
	width: 1.5rem;
	height: 1.5rem;
}

.svg-lg, .svg-lg svg {
	width: 1.5rem;
	height: 1.5rem;
}

/* Modals */
.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* New york */
.new-york-logo {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 50rem;
	background: var(--white);
	position: absolute;
	top: -3.2rem;
	border: 2px solid var(--white);
}

/* San Francisco */
.san-francisco-logo {
	width: 300px;
	height: 100px;
	object-fit: contain;
	border-radius: .25rem;
	background: var(--white);
	border: 0px solid var(--gray-100);
}

.san-francisco-button {
	display: block;
	padding: .5rem .75rem;
	margin: .5rem 0;
	transition: .3s background;
	word-break: break-all;
}

.san-francisco-button:hover {
	background: var(--gray-100);
	border-radius: .25rem;
}

.san-francisco-button .icon {
	width: 2.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
	min-height: 2.5rem;
	background: var(--gray-100);
	transition: .3s background;
}
.san-francisco-button:hover .icon {
	background: var(--gray-200);
}

.san-francisco-card {
	padding: 2.25rem;
}

/* Los Angeles */
.los-angeles-logo {
	width: 125px;
	height: 125px;
	object-fit: cover;
	border-radius: 50rem;
	background: var(--white);
	border: 2px solid var(--gray-100);
}

.los-angeles-button {
	display: block;
	padding: .5rem .75rem;
	margin: .5rem 0;
	transition: .3s background;
	background: var(--gray-100);
	border-radius: .25rem;
	word-break: break-all;
}

.los-angeles-button:hover {
	background: var(--gray-200);
}

.los-angeles-button .icon {
	width: 2.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
	min-height: 2.5rem;
	transition: .3s background;
}

.los-angeles-card {
	padding: 2rem;
}

/* Chicago */
.chicago-logo {
	width: 100px;
	height: 100px;
	object-fit: contain;
	/*border-radius: 50rem;*/
	background: var(--white);
}

.chicago-button {
	display: block;
	padding: .5rem .75rem;
	margin: .5rem 0;
	transition: .3s background;
	background: var(--gray-100);
	word-break: break-all;
}

.chicago-button:hover {
	background: var(--gray-200);
}

.chicago-button .icon {
	width: 2.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
	min-height: 2.5rem;
	transition: .3s background;
}
.chicago-button:hover .icon {
}

.chicago-card {
	padding: 2rem 1rem;
}

/* Tapqo branding footer */
.tapqo-branding-footer {
	position: relative !important;
	width: 200px !important;
	background: rgb(0 0 0 / 40%) !important;
	padding: 10px !important;
	border-radius: 15px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column !important;
	text-align: center !important;
	z-index: 1000 !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	transition: background 0.3s ease !important;
	margin: 20px auto !important;
}

.tapqo-branding-footer:hover {
	background: rgb(0 0 0 / 60%) !important;
}

.tapqo-branding-footer img {
	width: 80px;
	height: auto;
	filter: brightness(0) invert(1);
	margin-bottom: 5px;
}

.tapqo-branding-footer .website-text {
	color: white;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	margin: 0;
}

.tapqo-branding-footer .website-text:hover {
	color: white;
	text-decoration: none;
}

/* Social Share Buttons */
.social-share-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.social-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	transition: transform 0.2s ease;
	font-size: 18px;
}

.social-share-btn:hover {
	transform: scale(1.1);
	text-decoration: none;
	color: white;
}

.social-share-btn.facebook { background: #1877F2; }
.social-share-btn.threads { background: #000000; }
.social-share-btn.twitter { background: #000000; }
.social-share-btn.whatsapp { background: #25D366; }
.social-share-btn.email { background: #EA4335; }
.social-share-btn.linkedin { background: #0A66C2; }
.social-share-btn.telegram { background: #0088CC; }
.social-share-btn.viber { background: #665CAC; }
