﻿/* Styles used by the dock / my services page */

.app-card-create {
	min-height: 256px;
}

.app-card-create .card-body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.app-card-create-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
	padding: 2rem 1rem;
	color: inherit;
}

.app-card-create-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.app-card-create-icon {
	width: 64px;
	height: 64px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-gray-200);
	color: var(--bs-gray-700);
}

.app-card-create-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--bs-gray-800);
}

.team-tag {
	max-width: 94px;
	vertical-align: middle;
}

.team-description-box {
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--bs-secondary-text-emphasis);
	font-size: 0.875rem;
	line-height: 1.45;
}

.team-description-box p {
	max-width: 980px;
	margin: 0;
}

.btn-load-more-wrapper {
	padding-bottom: 1rem;
}

.apps-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem 1rem 0;
	min-height: 220px;
	color: var(--bs-secondary-color);
}

.apps-empty-state__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-emphasis-color);
}

.apps-empty-state__text {
	margin: 0.35rem 0 0;
	font-size: 1rem;
	line-height: 1.5;
}
