[data-theme-style="dark"] .index-container {
	background:
		radial-gradient(140% 120% at 10% 15%, rgba(56, 178, 172, 0.22) 0%, rgba(56, 178, 172, 0) 60%),
		linear-gradient(120deg, #0b1c24 0%, #0f172a 55%, #111827 100%);
}
html {
	scroll-behavior: smooth;
}

b, strong {
	font-weight: 500;
}
/* Cancel the bg white for dark mode */
body[data-theme-style="dark"].bg-white {
	background: var(--body-bg) !important;
}

.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;
}

/* Forms */
.input-group-text {
	font-size: 0.9rem;
}

/* Footer */
.footer {
	margin: 4rem 0 0 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--white);
	border-top: 2px solid var(--gray-200);
}

.footer {
	color: var(--gray);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: var(--gray);
}

.footer a.icon {
	color: var(--gray);
}

.footer-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

/* Filters */
.filters-dropdown {
	width: 18rem;
	max-height: 35rem;
	overflow-y: auto;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.clickable {
	cursor: pointer;
}

.draggable {
	cursor: grab;
}

.no-underline, .no-underline:hover{
	text-decoration: none;
}

.icon-favicon {
	width: 1rem;
	height: 1rem;
}

/* Index navbar */
.navbar-index {
	min-height: 0 !important;
	background: transparent;
}

.navbar-index .navbar-nav > li {
	padding: .5rem 0 !important;
}


@media (min-width: 992px) {
	.navbar-index .navbar-nav > li {
		padding: .5rem !important;
	}
}

/* Navbar custom menu */

.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: unset;
	line-height: inherit;
	white-space: nowrap;
}

.dropdown-item svg {
	color: var(--gray-600);
}

.dropdown-item:active svg {
	color: var(--white);
}

.navbar-main {
	min-height: 0 !important;
	background: var(--white);
	border-bottom: 2px solid var(--gray-200);
}


.navbar-main .navbar-nav > li {
	padding: .5rem 0 !important;
}

@media (min-width: 992px) {
	.navbar-main .navbar-nav > li {
		padding: .5rem !important;
	}
}

.navbar-logo {
	max-height: 1.5rem;
	height: 1.5rem;
}

.navbar-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;

	color: var(--gray-700);
	border-color: var(--gray-300);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.85);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

/* Dropdown */
.dropdown-toggle-simple::after {
	display:none;
}

/* Index */
.index-container {
	position: relative;
	width: 100%;
	padding: 0 0 6rem 0;
	background:
		radial-gradient(140% 120% at 10% 10%, rgba(56, 178, 172, 0.25) 0%, rgba(56, 178, 172, 0) 55%),
		linear-gradient(120deg, #f0fffd 0%, #f4f9ff 55%, #e5f5ff 100%);
	overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

.index-container::before {
	content: '';
	position: absolute;
	width: 620px;
	height: 620px;
	background: radial-gradient(circle, rgba(56, 178, 172, 0.16) 0%, rgba(56, 178, 172, 0) 70%);
	top: -200px;
	left: -150px;
	z-index: 0;
}

.index-container::after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(56, 178, 172, 0.18) 0%, rgba(56, 178, 172, 0) 70%);
    bottom: -140px;
    right: -120px;
    z-index: 0;
}

[data-theme-style="dark"] .index-container {
	background: radial-gradient(140% 120% at 10% 15%, rgba(56, 178, 172, 0.22) 0%, rgba(56, 178, 172, 0) 60%),
		linear-gradient(120deg, #0b1c24 0%, #0f172a 55%, #111827 100%);
}

[data-theme-style="dark"] .index-container::before {
	background: radial-gradient(circle, rgba(56, 178, 172, 0.28) 0%, rgba(56, 178, 172, 0) 70%);
}

[data-theme-style="dark"] .index-container::after {
	background: radial-gradient(circle, rgba(56, 178, 172, 0.3) 0%, rgba(56, 178, 172, 0) 70%);
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.index-container {
		padding: 0 0 8rem 0;
	}
}

.index-image {
	width: 100%;
	height: auto;
	position: relative;
	filter: drop-shadow(0 30px 45px rgba(15, 23, 42, 0.18));
}


@media (min-width: 1375px) {
	.index-image {
		width: 115%;
		filter: drop-shadow(0 35px 50px rgba(15, 23, 42, 0.2));
	}
}

.index-header {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--black);
}

.index-subheader {
	font-size: 1.35rem;
	color: var(--gray-700);
}

.index-subheader strong {
	color: var(--gray-900);
}

.hero-content .hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(56, 178, 172, 0.1);
	color: #2c7a7b;
	border-radius: 999px;
	padding: 0.35rem 0.9rem;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}

.hero-feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--gray-700);
}

.hero-feature-list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.6rem;
	font-size: 0.95rem;
}

.hero-feature-list li i {
	color: #38b2ac;
	font-size: 0.95rem;
}

.index-button {
	padding: 1rem 1.7rem;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.swiper {
	width: 600px !important;
	height: 300px !important;
}

.screen-slider .swiper-pagination {
	bottom: -30px !important;
}

.swiper-pagination-bullet-active {
	background: #38b2ac !important;
}

.index-screenshot{
	border-radius: 25px;
	border: 3px solid;
	border-color: #e3e3e3;
}

.work-box {
	padding-top: 2rem;
}

.work-box .work-icon {
	font-size: 56px;
	border-radius: 28% 72% 50% 50% / 26% 20% 80% 74%;
	height: 96px;
	width: 96px;
	margin: 0 auto;
}

.highlight-card {
	border-radius: 18px;
	border: 1px solid rgba(56, 178, 172, 0.12);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
	background: white;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
}
.work-box .work-arrow {
	position: absolute;
	right: -56px;
	top: 45%;
	width: 30%;
}
@media (max-width: 991.98px) {
	.work-box .work-arrow {
		display: none;
	}
}


.index-background-one {
	background: linear-gradient(125deg, #ECFCFF 0%, #ECFCFF 40%, #B2FCFF calc(40% + 1px), #B2FCFF 60%, #5EDFFF calc(60% + 1px), #5EDFFF 72%, #3E64FF calc(72% + 1px), #3E64FF 100%);
	background-size: cover;
}

[data-theme-style="dark"] .index-background-one {
	background: linear-gradient(115deg, #000000 0%, #00C508 55%, #000000 100%), linear-gradient(115deg, #0057FF 0%, #020077 100%), conic-gradient(from 110deg at -5% 35%, #000000 0deg, #FAFF00 360deg), conic-gradient(from 220deg at 30% 30%, #FF0000 0deg, #0000FF 220deg, #240060 360deg), conic-gradient(from 235deg at 60% 35%, #0089D7 0deg, #0000FF 180deg, #240060 360deg);
	background-blend-mode: soft-light, soft-light, overlay, screen, normal;
}

.contact-us-section {
	padding: 80px 0;
}
.contact-us-section h2 {
	font-size: 2.5rem;
	font-weight: bold;
}
.contact-us-section p {
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.contact-us-section .btn {
	font-size: 1.25rem;
	padding: 15px 30px;
	width: 70%;
	margin: 0 auto;
	background-color: #0088cc;
	color: white;
}

.contact-us-section i {
	margin-bottom: 20px;
}

.user-avatar {
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
}

/* Basic wrapper */
.team-user-avatar {
	width: 45px;
	height: 45px;
}

/* Link Settings page */
.link-background-type-preset {
	width: 100%;
	height: 4rem;
	border-radius: .25rem;
	opacity: .75;
	transition: .3s opacity;
}

.link-background-type-preset:hover {
	cursor: pointer;
}

input[type="radio"]:checked ~ .link-background-type-preset {
	opacity: 1;
}

.link-background-type-image {
	border-radius: .25rem;
	margin-bottom: .5rem;
}

.form-group .link-background-type-image {
	max-height: 7.5rem;
}

/* Biolink theme */
.link-biolink-theme {
	opacity: .75;
	transition: .3s opacity, .3s border-color;
}

.link-biolink-theme:hover {
	cursor: pointer;
	border-color: var(--primary);
}

input[type="radio"]:checked ~ .link-biolink-theme {
	opacity: 1;
	border-color: var(--primary);
}

/* Biolink preview iframe */
.biolink-preview-container {

}

.biolink-preview {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: auto;
	display: inline-block;
	text-align: left;
	border-radius: 4rem;
	padding: .7rem;
	background: linear-gradient(45deg,#444,#111);
	box-shadow: 0 0px 30px rgba(0,0,0,0.20);
	border: .3rem solid #444546;
}

.sticky {
	position: sticky !important;
	top: 1rem;
	height: min-content;
}

.biolink-preview-iframe-container {
	overflow: hidden;
	width: 300px;
	height: 625px;
	border-radius: 3rem;
	position: relative;
}

@media (min-width: 768px) {
	.biolink-preview-iframe-container {
		width: 375px;
		height: 800px;
	}
}

.biolink-preview-iframe-loading {
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, .7);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.biolink-preview-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}


/* Others */
.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* Other animations */

/* Custom dropdown */
.dropdown .dropdown-menu {
	border: 2px solid var(--gray-200);
	box-shadow: none;
}

.dropdown-divider {
	border-top: 2px solid var(--gray-200);
}

/* Animate dropdown menu */
.dropdown .dropdown-menu {
	animation-name: opacityIn;
	animation-duration: 0.3s;
}
@keyframes opacityIn {
	from {
		opacity: .3;
	}
	to {
		opacity: 1;
	}
}

/* Custom row */
.custom-row {
	border-radius: .25rem;
	padding: .75rem;
	position: relative;
	border: 2px solid var(--gray-200);
	background: var(--white);
}


@media (min-width: 992px) {
	.custom-row {
		padding: 1.5rem;
	}
}

.custom-row-inactive {
	background: var(--gray-200);
}

.custom-row-side-controller {
	right: 100%;
	/*top: 25%;*/
	font-size: 1.2em;
	/*padding: .2em .2em;*/
}

.custom-end-row-side-controller {
	/*top: 25%;*/
	font-size: 1.2em;
	/*padding: .2em .2em;*/
	/*top:60px;*/
	left:46%;
	position: absolute;
	margin-top: -30px;

}

.custom-end-row-side-controller button:focus{
	outline: none;
	box-shadow: none;
}

[dir="rtl"] .custom-row-side-controller {
	right: initial;
	left: 100%;
}
@media (min-width: 992px) {
	.custom-row-side-controller {
		/*position: absolute;*/
		padding: .4em .8em;
	}
}

@media (min-width: 992px) {
	.custom-end-row-side-controller {
		/*padding: .6em .8em;*/
	}
}

.custom-row-side-controller-grab {
	cursor: grab;
}

.biolink-block-card {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.project-stats-mini {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.link-stats-mini {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

/* Quick Search Styles */
.quick-search {
	min-width: 300px;
}

.quick-search .input-group {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.quick-search .form-control {
	border: 1px solid var(--gray-300);
	border-right: none;
	border-radius: 8px 0 0 8px;
	height: calc(1.5em + 0.75rem + 5px);
}

.quick-search .form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
	border-right: none;
}

.quick-search .input-group-append .btn {
	border: 1px solid var(--gray-300);
	border-left: none;
	border-radius: 0;
	min-width: 150px;
}

.quick-search .input-group-append:last-child .btn {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.quick-search .input-group-append:not(:last-child) .btn {
	border-right: none;
}


.stat-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.75rem;
	background: var(--gray-50);
	border-radius: 16px;
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--gray-800);
	border: 1px solid var(--gray-300);
	transition: all 0.2s ease;
	min-width: 60px;
}

.stat-badge:hover {
	background: var(--primary-50);
	color: var(--primary);
	border-color: var(--primary-100);
	transform: translateY(-1px);
}

.stat-badge i {
	font-size: 0.7rem;
}

/* Base card styles */
.squared-card {
	background: var(--white);
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: all 0.3s ease;
}

.squared-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
	border-color: #c0c0c0;
}

.modern-project-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	min-height: 200px;
}

.project-card-header {
	position: relative;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	border-bottom: 1px solid var(--gray-100);
}

.project-color-indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: var(--primary);
}

.project-title h5 {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.project-title h5 a:hover {
	color: var(--primary) !important;
}

.project-card-body {
	padding: 1rem 1.5rem;
	flex-grow: 1;
}

.project-stats {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	padding: 0.5rem 0;
}

.stat-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	text-decoration: none;
	color: var(--gray-600);
	transition: all 0.2s ease;
	border: 1px solid var(--gray-200);
	background: var(--gray-50);
	flex-shrink: 0;
}

.stat-link:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.stat-link:focus {
	outline: 2px solid var(--primary);
	outline-offset: 2px;
	background: var(--primary-50);
	border-color: var(--primary);
}

.stat-link:focus-visible {
	outline: 2px solid var(--primary);
	outline-offset: 2px;
}

.stat-link i {
	font-size: 1.1rem;
}

.project-card-footer {
	padding: 1rem 1.5rem;
	border-top: 1px solid var(--gray-100);
	background: var(--gray-50);
}

.project-card-footer .btn {
	border-radius: 8px;
	font-weight: 500;
	padding: 0.5rem 1rem;
	transition: all 0.2s ease;
}

.project-card-footer .btn-primary {
	background: #38b2ac !important;
	border-color: #38b2ac !important;
	color: #ffffff !important;
}

.project-card-footer .btn-primary:hover {
	background: #2d9187 !important;
	border-color: #2d9187 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(56, 178, 172, 0.3);
}

.project-card-footer .btn:focus {
	outline: 2px solid #38b2ac;
	outline-offset: 2px;
}

.project-card-footer .btn-primary:active {
	background: #2d9187 !important;
	border-color: #2d9187 !important;
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(56, 178, 172, 0.2);
}

/* Modern Link Cards */
.modern-link-card {
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

.modern-link-card:hover {
    z-index: 10;
}

.link-type-indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: var(--link-type-color, var(--primary));
	border-radius: 12px 0 0 0;
	z-index: 2;
	transition: width 0.2s ease;
}


.modern-link-card.link-card-inactive {
	opacity: 0.7;
	background: var(--gray-50);
}

.link-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	border-bottom: 1px solid var(--gray-100);
	gap: 1rem;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}


.link-type-indicator:hover {
	width: 6px;
}

.link-title-section {
	flex: 1;
	min-width: 0;
	text-align: left;
}

.link-title-with-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}


.link-title {
	margin: 0 0 0.5rem 0;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.3;
}

.link-title a {
	color: var(--dark);
	text-decoration: none;
	transition: color 0.2s ease;
}

.link-title a:hover {
	color: var(--primary);
	text-decoration: none;
}

.link-url {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 0.85rem;
	margin-top: 0.25rem;
}

.link-url a {
	color: var(--gray-600);
	text-decoration: none;
	transition: color 0.2s ease;
}

.link-url a:hover {
	color: var(--primary);
	text-decoration: none;
}

.icon-favicon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.link-url .btn-link {
	transition: all 0.2s ease;
}

.link-url .btn-link:hover {
	color: var(--primary) !important;
	transform: scale(1.1);
}

.link-actions {
	flex-shrink: 0;
}

.link-card-body {
	padding: 1rem 1.5rem;
	flex-grow: 1;
}

.link-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: baseline;
    justify-content: center;
    padding: 0.5rem 0;
}

.stat-item {
	display: flex;
	align-items: center;
}

.stat-link {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--gray-600);
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.2s ease;
	padding: 0.4rem 0.6rem;
	border-radius: 0.375rem;
	background: var(--white);
	border: 1px solid var(--border);
	white-space: nowrap;
	min-height: 32px;
}

.stat-link:hover {
	color: var(--primary);
	background: var(--primary-light);
	border-color: var(--primary);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(45, 145, 135, 0.30);
}

.stat-link i {
	font-size: 0.9rem;
	opacity: 0.8;
}


.link-card-footer {
	padding: 1rem 1.5rem;
	border-top: 1px solid var(--gray-100);
	background: var(--gray-50);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.link-footer-actions {
	display: flex;
	align-items: center;
}

.link-card-footer .btn {
	margin-left: auto;
	margin-right: 0.5rem;
}

.link-card-footer .btn {
	border-radius: 8px;
	font-weight: 500;
	transition: all 0.2s ease;
	border: 1px solid var(--gray-300);
	background: var(--white);
	color: var(--gray-600);
	padding: 0.5rem 0.75rem;
}

.link-card-footer .btn:hover {
	background: var(--gray-50);
	border-color: var(--gray-400);
	color: var(--gray-700);
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.link-card-footer .btn-primary:hover {
	background: #2d9187 !important;
	border-color: #2d9187 !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 12px rgba(56, 178, 172, 0.3) !important;
}

.link-card-footer .btn-primary {
	background: #38b2ac !important;
	border-color: #38b2ac !important;
	color: #ffffff !important;
}

.link-card-footer .btn-primary:active {
	background: #2d9187 !important;
	border-color: #2d9187 !important;
	transform: translateY(0) !important;
	box-shadow: 0 2px 6px rgba(56, 178, 172, 0.2) !important;
}

.link-card-footer .btn-outline-primary:hover {
	box-shadow: 0 4px 12px rgba(56, 178, 172, 0.3);
}

/* Search button styles with brand colors */
.btn-outline-primary {
    color: #38b2ac;
    border-color: #38b2ac;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #38b2ac;
    border-color: #38b2ac;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 178, 172, 0.25);
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #2d9187;
    border-color: #2d9187;
}

.link-card-footer .btn-outline-secondary:hover {
	box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* Dropdown menu z-index fix */
.modern-link-card .dropdown-menu {
	z-index: 1050;
	position: absolute;
}

.modern-link-card:hover {
	z-index: 10;
}

.modern-link-card .dropdown.show {
	z-index: 1050;
}

.modern-link-card .dropdown.show .dropdown-menu {
	z-index: 1051;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.modern-project-card {
		margin-bottom: 1rem;
	}
	
	.project-stats {
		gap: 0.4rem;
	}
	
	.stat-link {
		width: 44px;
		height: 44px;
		padding: 8px;
	}
	
	.stat-link i {
		font-size: 1rem;
	}
	
	.modern-link-card {
		margin-bottom: 1rem;
	}
	
	.link-card-header {
		padding: 1rem;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0.75rem;
	}
	
	.link-title-with-icon {
		flex-direction: row;
		gap: 0.5rem;
		justify-content: flex-start;
	}
	
	.link-card-body {
		padding: 0.75rem 1rem;
	}
	
	.link-card-footer {
		padding: 0.75rem 1rem;
		flex-direction: column;
		gap: 0.75rem;
		align-items: stretch;
	}
	
	.link-footer-actions {
		justify-content: center;
	}
	
	.link-stats {
		flex-direction: column;
		gap: 0.5rem;
		align-items: flex-start;
	}
}

@media (max-width: 576px) {
	.project-stats {
		gap: 0.3rem;
	}
	
	.stat-link {
		width: 44px;
		height: 44px;
		padding: 8px;
	}
	
	.stat-link i {
		font-size: 0.9rem;
	}
	
	.link-stats {
		flex-direction: column;
		gap: 0.5rem;
		align-items: center;
	}
	
	.stat-item {
		width: 100%;
		justify-content: center;
	}
	
	.stat-link,
	.stat-date {
		width: 100%;
		justify-content: center;
		padding: 0.5rem 0.75rem;
		min-height: 36px;
	}
	
	.stat-link i,
	.stat-date i {
		font-size: 0.9rem;
	}
	
	.link-card-footer {
		flex-direction: column;
		gap: 0.75rem;
		align-items: stretch;
	}
	
	.link-footer-actions {
		justify-content: center;
	}
	
	.link-card-footer .btn {
		margin: 0;
		width: 100%;
	}
	
	.project-card-header,
	.project-card-body,
	.project-card-footer {
		padding: 1rem;
	}
	
	.project-stats-mini {
		gap: 0.25rem;
	}
	
	.link-stats-mini {
		gap: 0.25rem;
	}
	
	.stat-badge {
		padding: 0.2rem 0.4rem;
		font-size: 0.7rem;
	}
	
	.stat-badge i {
		font-size: 0.65rem;
	}
	
	.link-card-header,
	.link-card-body,
	.link-card-footer {
		padding: 1rem;
	}
	
	.link-title {
		font-size: 1rem;
	}
	
	.link-stats {
		gap: 0.25rem;
	}
	
	.stat-link,
	.stat-date {
		font-size: 0.8rem;
		padding: 0.2rem 0.4rem;
	}
}


/* Tables */
.table-custom-container {
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	background: var(--gray-100);
	color: var(--gray-900)
}

.table-custom th {
	padding: 1.25rem 1rem;
}

.table-custom td {
	padding: 1.75rem 1rem;
	background: var(--white);
	vertical-align: middle;
}

.table-custom tbody tr {
	transition: all .3s ease-in-out;
}

.table-custom tbody tr:hover td {
	background: var(--gray-100);
}


@media(min-width: 576px) {
	.table-container {
		max-width:640px
	}
}

@media(min-width: 768px) {
	.table-container {
		max-width:820px
	}
}

@media(min-width: 992px) {
	.table-container {
		max-width:1060px
	}
}

@media(min-width: 1200px) {
	.table-container {
		max-width:1240px
	}
}

/* Helpers */
.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select-custom-altum {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: var(--gray-200);
	text-align: left;
}

[data-theme-style="dark"] .select-custom-altum {
	background-color: var(--gray-100);
}

/* Highlight color pickers */
.pickr .pcr-button {
	border: 1px solid var(--gray-300)
}

/* Pricing */
.pricing-plan {
	border: 2px solid var(--gray-300);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pricing-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.2rem 2.2rem 0 2.2rem;
	border-bottom: 1px solid var(--gray-200);
}

[data-theme-style="dark"] .pricing-header {
	border-color: var(--gray-100);
}

.pricing-name {
	background: var(--primary-200);
	padding: .15rem 1.25rem;
	color: var(--primary-600);
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5rem;
}

.pricing-price {
	margin: 1rem 0;
}

.pricing-price-amount {
	font-size: 3.3rem;
	font-weight: bold;
}

.pricing-price-currency {
	font-size: .9rem;
	color: var(--gray);
}

.pricing-details {
	text-align: center;
	font-size: .85rem;
	color: var(--primary-800);
	margin-bottom: 1.5rem;
}

.pricing-body {
	padding: 0 2.2rem 2.2rem 2.2rem;
	background: var(--white);
	height: 100%;
}

.pricing-features {
	margin: 3rem 0;
	list-style: none;
	padding: 0;
}

.pricing-features li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 2.25rem;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 2.5rem;
}

.custom-radio-box input[type="radio"] + div {
	transition: all .3s ease-in-out;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

.custom-radio-box input[type="radio"]:checked + div {
	border: 2px solid var(--primary);
}

.custom-radio-box input[type="radio"]:hover + div {
	border: 2px solid var(--primary);
}

/* QR Codes */
.qr-code {
	width: 100rem;
}

.qr-code-loading {
	animation: opacity-loading 3s infinite ease-in-out;
}

@keyframes opacity-loading {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

.qr-code-avatar {
	width: 65px;
	height: 65px;
	border-radius: .25rem;
	padding: .25rem;
	border: 2px solid var(--gray-200);
}

/* Round circles */
.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Badge colors */
.badge-primary {
	color: #2d9187;
	background-color: rgba(56, 178, 172, 0.15);
}

[data-theme-style="dark"] .badge-primary {
	background-color: #38b2ac;
	color: rgba(56, 178, 172, 0.9);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	background-color: hsla(45, 100%, 85%, 1);
	color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(50, 10%, 20%, 1);
	color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

@media print {
	.invoice-logo {
		filter: grayscale(100%);
	}
}


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

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

.altum-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
	}
}
.altum-animate-fade-in {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}


/* App sub menu */
.account-header-navbar {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 0 0 1.5rem 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.5rem;
}

@media (min-width: 992px) {
	.account-header-navbar {
		flex-direction: row;
	}
}

.account-header-navbar .nav-item {
	margin-bottom: 0;
	min-width: fit-content;
}

.account-header-navbar .nav-link {
	padding: .5rem 1.5rem;
	color: var(--gray);
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
	font-size: .9rem;
	background: var(--white);
}

.account-header-navbar .nav-link:hover {
	color: var(--gray);
	border: 2px solid var(--gray);
}

.account-header-navbar .nav-link.active {
	color: var(--primary);
	border: 2px solid var(--primary);
}

/* Blog */
.blog-post-image {
	max-height: 25rem;
	object-fit: cover;
}

/* File input */
.altum-file-input {
	padding: 1rem;
	background: var(--gray-100);
	border: 2px solid var(--gray-200);
	border-radius: 0.25rem;
	cursor: pointer;
	font-size: .9rem;
}

.altum-file-input:hover {
	border-color: var(--gray-300);
}

.altum-file-input::file-selector-button {
	border: 0;
	padding: .4rem .75rem;
	border-radius: .25rem;
	background-color: var(--white);
	cursor: pointer;
	font-size: .9rem;
	margin-right: 1rem;
}


/* Icon when the collapsible content is shown */
.qa:before {
	content: "\2212";
	font-weight: 900;
	padding-right: 5px;
}

/* Icon when the collapsible content is hidden */
.qa.collapsed:before {
	content: "\002B";
}

.qa:hover,
.qa:active,
.qa:focus  {
	text-decoration:none;
}

.cropper-view-box,
.cropper-face {
	border-radius: 50%;
}
.tox-tbtn:not(.tox-tbtn--select){
	width: 29px !important;
}

.tox-tbtn__select-label{
	width:unset!important;
}
.tox-tbtn--select[aria-label = "Размер шрифта"]{
	width: 62px!important;
}

.tox-tbtn--select[aria-label = "Fonts"]{
	max-width: 150px!important;
}

.btn-link-description{
	opacity: .7;
	font-size: 90%;
	margin-top: .2rem;
}

.carousel-indicators {
	margin-bottom:-25px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.carousel .carousel-indicators li {
	background-color: #fff;
	background-color: rgba(70,70,70,.25);
}

.carousel .carousel-indicators .active {
	background-color: #444;
}

.carousel-inner,.banner-inner {
	margin-bottom:25px;
}


.slider-outimg{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;

}

.slider-img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background-color: #f5fcff;*/
	text-align: center;
	color: #757575;
	background-position: center;
	background-repeat: no-repeat;
}

/*.banner-img {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	background-color: #f5fcff;*/
/*	text-align: center;*/
/*	color: #757575;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/

.banner-outimg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.image-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0 !important;
	cursor: pointer;
	background-color: #f5fcff;
	opacity: .8;
	transition: all 0.15s ease;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='50px' height='50px' fill='%23888' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 419.2 419.2'%3E%3Cg%3E%3Ccircle cx='158' cy='144.4' r='28.8'/%3E%3Cpath d='M394.4,250.4c-13.6-12.8-30.8-21.2-49.6-23.6V80.4c0-15.6-6.4-29.6-16.4-40C318,30,304,24,288.4,24h-232 c-15.6,0-29.6,6.4-40,16.4C6,50.8,0,64.8,0,80.4v184.4V282v37.2c0,15.6,6.4,29.6,16.4,40c10.4,10.4,24.4,16.4,40,16.4h224.4 c14.8,12,33.2,19.6,53.6,19.6c23.6,0,44.8-9.6,60-24.8c15.2-15.2,24.8-36.4,24.8-60C419.2,286.8,409.6,265.6,394.4,250.4z M21.2,80.4c0-9.6,4-18.4,10.4-24.4c6.4-6.4,15.2-10.4,24.8-10.4h232c9.6,0,18.4,4,24.8,10.4c6.4,6.4,10.4,15.2,10.4,24.8v124.8 l-59.2-59.2c-4-4-10.8-4.4-15.2,0L160,236l-60.4-60.8c-4-4-10.8-4.4-15.2,0l-63.2,64V80.4z M56,355.2v-0.8 c-9.6,0-18.4-4-24.8-10.4c-6-6.4-10-15.2-10-24.8V282v-12.4L92,198.4l60.4,60.4c4,4,10.8,4,15.2,0l89.2-89.6l58.4,58.8 c-1.2,0.4-2.4,0.8-3.6,1.2c-1.6,0.4-3.2,0.8-5.2,1.6c-1.6,0.4-3.2,1.2-4.8,1.6c-1.2,0.4-2,0.8-3.2,1.6c-1.6,0.8-2.8,1.2-4,2 c-2,1.2-4,2.4-6,3.6c-1.2,0.8-2,1.2-3.2,2c-0.8,0.4-1.2,0.8-2,1.2c-3.6,2.4-6.8,5.2-9.6,8.4c-15.2,15.2-24.8,36.4-24.8,60 c0,6,0.8,11.6,2,17.6c0.4,1.6,0.8,2.8,1.2,4.4c1.2,4,2.4,8,4,12v0.4c1.6,3.2,3.2,6.8,5.2,9.6H56z M378.8,355.2 c-11.6,11.6-27.2,18.4-44.8,18.4c-16.8,0-32.4-6.8-43.6-17.6c-1.6-1.6-3.2-3.6-4.8-5.2c-1.2-1.2-2.4-2.8-3.6-4 c-1.6-2-2.8-4.4-4-6.8c-0.8-1.6-1.6-2.8-2.4-4.4c-0.8-2-1.6-4.4-2-6.8c-0.4-1.6-1.2-3.6-1.6-5.2c-0.8-4-1.2-8.4-1.2-12.8 c0-17.6,7.2-33.2,18.4-44.8c11.2-11.6,27.2-18.4,44.8-18.4s33.2,7.2,44.8,18.4c11.6,11.6,18.4,27.2,18.4,44.8 C397.2,328,390,343.6,378.8,355.2z'/%3E%3Cpath d='M341.6,267.6c-0.8-0.8-2-1.6-3.6-2.4c-1.2-0.4-2.4-0.8-3.6-0.8c-0.4,0-0.4,0-0.4,0c-0.4,0-0.4,0-0.4,0 c-1.2,0-2.4,0.4-3.6,0.8c-1.2,0.4-2.4,1.2-3.6,2.4l-24.8,24.8c-4,4-4,10.8,0,15.2c4,4,10.8,4,15.2,0l6.4-6.4v44 c0,6,4.8,10.8,10.8,10.8s10.8-4.8,10.8-10.8v-44l6.4,6.4c4,4,10.8,4,15.2,0c4-4,4-10.8,0-15.2L341.6,267.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60%;
	margin-bottom: unset;
}

input.image_slide, input.banner {
	display: none;
}



.image-label:hover {
	opacity: 1;
}
.edit-label {
	background-color: rgba(0, 0, 0, 0.6);
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	padding: 10px;
	background-image: unset;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none;
}

.edit-label-border
{
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.edit-label .replace_img {
	display: inline-block;
	font-size: 13px;
	opacity: .7;
	transition: all 200ms ease-in-out;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' x='0px' y='0px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='backup'%3E%3Cpath d='M494.7,255C476.85,168.3,400.35,102,306,102c-73.95,0-137.7,40.8-168.3,102C58.65,214.2,0,277.95,0,357 c0,84.15,68.85,153,153,153h331.5c71.4,0,127.5-56.1,127.5-127.5C612,316.2,558.45,260.1,494.7,255z M357,331.5v102H255v-102 h-76.5L306,204l127.5,127.5H357z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 0 0 35px;
	height: 24px;
	box-sizing: border-box;
}
.edit-label .replace_img:hover {
	opacity: 1;
}

.carousel-buttons {
	text-align: center;
	margin-bottom: 10px;
}

.carousel-buttons a {
	display: inline-block;
	margin: 0 5px;
}

/* Carousel thumbnails strip */
.carousel-thumbnails-container {
	padding: 10px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.carousel-thumbnails {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 5px 0;
}

.carousel-thumbnails::-webkit-scrollbar {
	height: 6px;
}

.carousel-thumbnails::-webkit-scrollbar-thumb {
	background: rgba(143, 142, 142, 0.5);
	border-radius: 4px;
}

.carousel-thumbnail {
	position: relative;
	flex: 0 0 100px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 3px solid transparent;
	background: #fff;
}

.carousel-thumbnail.active {
	border-color: #007bff;
	box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.carousel-thumbnail:hover {
	transform: scale(1.05);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.carousel-thumbnail-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.carousel-thumbnail-drag-handle {
	position: absolute;
	top: 5px;
	left: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 4px 6px;
	border-radius: 3px;
	font-size: 12px;
	cursor: move;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.carousel-thumbnail:hover .carousel-thumbnail-drag-handle {
	opacity: 1;
}

.carousel-thumbnail-number {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
}

.carousel-thumbnail.sortable-ghost {
	opacity: 0.4;
}

.carousel-thumbnail.sortable-drag {
	opacity: 0.8;
}

.slide-description {
	padding: 10px 10px;
}

.slide-link {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 10px 10px;
}

.select-link-type {
	height: 100%;
}

.qa-description {
	padding: 0 0 1rem 25px;
}

.link-body::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}
.link-body::-webkit-scrollbar-thumb {
	background: rgba(143, 142, 142, 0.5);
	border-radius: 4px;
}

.link-body{
	overflow-x: hidden;
}

#show_blocks_menu > .modal-dialog{
	max-width: 730px;
}

.fp-nav-tabs{
	border-color: #38b2ac !important;
}

.fp-nav-link{
	padding: 0.3rem 0.3rem;
}

.fp-nav-link.active{
	border-color: #38b2ac !important;
	background-color: unset !important;
}

.fp-nav-link:hover {
	border-color: #38b2ac !important;
}

.img_banner_src{
	max-width: 100%;
}

.sortable-chosen{
	background-color: rgba(143, 142, 142, 0.5);


}

.sortable-chosen.sortable-ghost {
	opacity: 0;
}
.sortable-fallback {
	opacity: 1 !important;
}

.no-transition {
	transition: none !important;
}

.collapsing-no-transition {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.opacity70 {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}



.youtube {
	position: relative;
	width: 100%;
	max-width: 300px;
	height:620px;
	max-height:730px;
	margin-right: auto;
	margin-left: auto;
}

.youtube:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.youtube:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://linkrr.app/uploads/backgrounds/iphone_bg.png) no-repeat center center;
	background-size: cover;
	pointer-events: none;
}

.youtube__iframe {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 92.6%;
	height: 93.4%;
	z-index: 2;
	-moz-border-radius: 8%;
	-webkit-border-radius: 8%;
	border-radius: 8%;
}

.form-group-highlight{
	padding: 1.5rem;
	border-top: 1px solid #e5e5e5;
	border-color: #f8f9fa;
}

.disabledDiv {
	pointer-events: none;
	opacity: 0.4;
}


.animate__highlight {
	overflow: hidden;
}

.animate__highlight:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fa4923;
	opacity: 0;
	z-index: 1;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.animate__highlight:after {
	content: "";
	display: block;
	width: 30px;
	height: 400px;
	margin-left: 60px;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -100px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; }
}

@keyframes highlight {
	0% {
		background: rgba(47, 149, 144, 0.37);
	}
	50% {
		background: none;
	}
	100% {
		background: rgba(47, 149, 144, 0.37);
	}
}

.highlight::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(47, 149, 144, 0.37);
	animation: highlight 1s infinite;
	pointer-events: none;
	z-index: 1000;
}

@media (min-width: 992px) {
	.modal-custom-row-side-controller{
		position: unset;
		padding: .4em .8em;
	}
}

.biolink-block-content-loading {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.edit-carousel-control {
	height:100px;
	top:100px;
	width: 40px;
	opacity: 0.6;
	transition: all 0.3s ease;
}

.edit-carousel-control:hover {
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 28px;
	height: 28px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.edit-carousel-control:hover .carousel-control-prev-icon,
.edit-carousel-control:hover .carousel-control-next-icon {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transform: scale(1.1);
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	background-size: 14px;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	background-size: 14px;
}



.delimiter__options {
	border: none;
	padding: 0;
	margin-bottom: 4rem;
}


.delimiter__answer {
	display: inline-block;
	box-sizing: border-box;
	height: 60px;
	width: 110px;
	vertical-align: top;
	font-size: 22px;
	text-align: center;
	margin-right: 10px;
}

label.delimiter__icon {
	border: 1px solid rgba(0, 23, 31, 0.15);
	box-sizing: border-box;
	display: block;
	height: 100%;
	width: 100%;
	 padding: 10px 10px 10px 10px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
label.delimiter__icon:hover, label.delimiter__icon:focus, label.delimiter__icon:active {
	border: 1px solid rgba(0, 23, 31, .5);
}



.delimiter__answer > input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.delimiter__answer > input[type="radio"]:active ~ label {
	opacity: 1;
}

.delimiter__answer > input[type="radio"]:checked ~ label {
	opacity: 1;
	border: 1px solid #00171F;
}

.delimiter__icon > span:before, .delimiter__icon > span:after {
	content:'\00a0\00a0\00a0';
	text-decoration: line-through;
}

.delimiter__icon.single-line > span:before {
	content:'\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
	text-decoration: line-through;
	margin: auto 0.5em;
}

.delimiter__icon.single-line > span:after {
	content:unset;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
	}
}


.header-with-help{
	display: flex;
	justify-content: space-between;
}



.app-container {
}

.app-navbar {
	min-height: 75px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 4rem;
}

[data-theme-style="dark"] .app-navbar {
	border-color: var(--gray-200);
}

.navbar .dropdown-item svg {
	color: var(--gray-700);
}

.navbar .dropdown-item:active svg {
	color: white;
}

/* App sub menu */
.app-sub-navbar {
	min-height: 65px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 3rem;
	padding: 0;
}

[data-theme-style="dark"] .app-sub-navbar {
	border-color: var(--gray-200);
}

.app-sub-navbar .app-sub-navbar-ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 1rem 0;
}

@media (min-width: 992px) {
	.app-sub-navbar .app-sub-navbar-ul {
		flex-direction: row;
		margin: 0;
	}
}

.app-sub-navbar .nav-item {
	min-width: fit-content;
}

.app-sub-navbar .nav-link {
	padding: .75rem;
	color: var(--gray-500);
}

@media (min-width: 992px) {

	.app-sub-navbar .nav-link {
		padding: 1.2rem;
	}

}

.app-sub-navbar .nav-link:hover {
	color: var(--gray);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link:hover {
		border-bottom: 2px solid var(--gray);
	}
}

.app-sub-navbar .nav-link.active {
	color: var(--primary);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link.active {
		border-bottom: 2px solid var(--primary);
	}
}


/* Order */
.order-item-image-wrapper {
	position: relative;
	min-width: 5rem;
	min-height: 5rem;
	max-width: 5rem;
	max-height: 5rem;
	background: var(--primary-100);
	border-radius: .25rem;
	overflow: hidden;
}

.order-item-image-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}


/* Qr Code */
#qr {
	padding: 1rem;
}
#qr img {
	width: 100%;
	height: auto;
}





.multiple-upload-block{
	background-color: rgba(255, 255, 255, 0.5);
	margin:0 auto;
	margin-bottom: 30px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.clear-both{clear:both;}

label.multiple-upload-button{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 1px solid #6C6C6C;
	color: #6C6C6C;
	padding: 5px 10px;
	margin: 5px 0;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

label.multiple-upload-button:hover{
	background-color:#F0F0F0;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

input#multiple-upload-images{display: none;}

#multiple-upload-multiple-file-preview{
	border-top: 1px solid rgba(0, 0, 0, 0.11); margin-top: 10px; padding: 10px;
	max-height: 160px;
}

#multiple-upload-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 150px;
	max-height: 150px;
}

#multiple-upload-sortable li {
	margin: 3px 3px 3px 0;
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

#multiple-upload-sortable li, #multiple-upload-sortable li img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#multiple-upload-sortable li div.order-number{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	background-color: #2B91E3;
	color: #FFFFFF;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#multiple-upload-sortable li button.remove-image{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 12px;
	color: white;
	border: none;
	background: red;
}

.js-show-url-input-button, .js-show-upload-input-button{
	margin: 0;
	box-sizing: inherit;
	position: relative;
	display: inline;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font: inherit;
	box-shadow: none;
	text-align: inherit;
	cursor: pointer;
	user-select: auto;
	text-decoration: none;
	background: none;
}

#pills-tab{
	border-style: solid;
	border-radius: .45rem;
	border-color: #38b2ac;
	border-width: thin;
}

.custom-switch .custom-control-label::after{
	background-color: black;
}

.text-decoration-underline {
	text-decoration: underline;
	text-decoration-color: #38b2ac;
	text-decoration-thickness: 2px;
}


.folder-card {
	cursor: pointer;
	transition: all 0.2s ease;
}

.folder-card .card {
	transition: all 0.2s ease;
	border: 1px solid #e5e9f2;
}

.folder-card:hover .card {
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
	border-color: #d1d7e4;
}

.folder-card.folder-current .card {
	background: #38B2AC;
	border-color: #38B2AC;
	color: white;
}

.folder-card.folder-current:hover .card {
	background: #319795;
	border-color: #319795;
}

.folder-card .card-body {
	padding: 1rem;
}

.folder-card a {
	color: inherit;
}

.folder-card.drag-over .card {
	background-color: rgba(56, 178, 172, 0.1);
	border-color: #38B2AC;
}

.folder-card.drag-over {
	transform: scale(1.02);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.folder-card.folder-current.drag-over .card {
	background-color: #319795;
}

/* Remove underline from the link on hover */
.folder-card a:hover {
	text-decoration: none !important;
}

/* Style for the folder counter */
.folder-card small {
	opacity: 0.8;
}



.project-title i {
	opacity: 0.5;
	transition: all 0.2s ease;
}

.project-title:hover i {
	opacity: 1;
	transform: translateX(3px);
}

.folder-item .folder-content {
	transition: all 0.2s ease;
	cursor: pointer;
}

.folder-item:hover .folder-content {
	border-color: #38b2ac !important;
	box-shadow: 0 0 0 1px #38b2ac;
}

.folder-content {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 0.375rem;
	padding: 0.75rem 1rem;
}

.folder-content a {
	color: inherit;
	transition: all 0.2s ease;
}

.folder-content a:hover {
	color: #38b2ac;
	text-decoration: none;
}

.folder-content a:hover .folder-name {
	color: #38b2ac;
}

.project-chevron {
	transition: transform 0.2s ease;
	opacity: 0.5;
}

.project-title:hover .project-chevron {
	opacity: 1;
}

.project-title {
	color: #2d3436;
	transition: all 0.2s ease;
}

.project-title:hover {
	color: #38b2ac;
	text-decoration: none;
}

.folder-card {
	position: relative;
}

.folder-card-body {
	display: flex;
	align-items: center;
	padding: 0.75rem 1rem !important;
}

.folder-icon {
	margin-right: 0.5rem;
}

.folder-name {
	flex-grow: 1;
	margin-right: 0.5rem;
}

.folder-action-btn {
	padding: 4px;
	color: #6c757d;
	background: none;
	border: none;
	opacity: 0.5;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.folder-card:hover .folder-action-btn {
	opacity: 1;
}

.folder-action-btn:hover {
	color: #000;
}

/* Document Wizard - Nested service styles */
/* Prodamus publish button styles */
.btn-prodamus {
    background-color: #f8d053;
    border-color: #f8d053;
    color: #000;
}
.btn-prodamus:hover,
.btn-prodamus:focus {
    background-color: #f6c83a;
    border-color: #f6c83a;
    color: #000;
}
.btn-prodamus.disabled,
.btn-prodamus:disabled {
    opacity: .7;
}
.btn-prodamus .prodamus-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: text-bottom;
}
.service-nested {
	margin-left: 20px;
	position: relative;
}

.service-nested::before {
	content: "└─";
	position: absolute;
	left: -20px;
	color: #ccc;
	font-family: monospace;
}

/* Document Wizard modal styles (moved from create_document_modal.php) */
#create_document .modal-dialog {
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
}

#create_document .modal-content {
	height: 100vh;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}

#create_document .modal-body {
	padding: 1rem 1.25rem;
	overflow-y: auto;
	flex: 1 1 auto;
	max-height: none;
}

#create_document .modal-header {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #dee2e6;
}

#create_document .modal-footer {
	padding: 1rem 1.5rem;
	border-top: 1px solid #dee2e6;
}

/* Wizard Step Indicators */
#create_document .wizard-steps { position: relative; }
#create_document .step-indicator {
	padding: 8px 12px;
	border-radius: 10px;
	font-weight: 500;
	color: #5f6b76;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
	font-size: 0.85rem;
	text-align: center;
	min-width: 120px;
	background-color: #f8f9fa;
	border: 1px solid #e3e6ea;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	outline: none;
}
#create_document .step-indicator .step-index {
	width: 22px; height: 22px; border-radius: 50%;
	background: #e9eef2; color: #495057; font-size: .8rem;
	display: inline-flex; align-items: center; justify-content: center;
}
#create_document .step-indicator.active .step-index,
#create_document .step-indicator.completed .step-index { background: #38b2ac; color: #fff; }

#create_document .step-indicator.active {
	background-color: #e6fffa;
	color: #207e79;
	font-weight: 600;
	border-color: #38b2ac;
	box-shadow: 0 2px 8px rgba(56, 178, 172, 0.18);
}

#create_document .step-indicator.completed {
	background-color: #f0fff4;
	color: #2e7d32;
	font-weight: 600;
	border-color: #28a74533;
}

#create_document .step-indicator.completed::before { content: ""; }

#create_document .step-indicator:not(.active):not(.completed) {
	background-color: #f8f9fa;
	color: #8a98a6;
	border-color: #e9ecef;
}

#create_document .step-indicator:focus { box-shadow: 0 0 0 2px rgba(56,178,172,.35); }

#create_document .step-indicator.completed::after {
	content: "✓";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	background: #28a745;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: white;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Document Type Cards */
#create_document .document-type-card {
	cursor: pointer;
	transition: all 0.3s ease;
	border: 3px solid #e9ecef;
	position: relative;
}

#create_document .document-type-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	border-color: #38b2ac;
}

#create_document .document-type-card.selected {
	border-color: #38b2ac !important;
	background-color: #e6fffa !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(56, 178, 172, 0.3);
}

#create_document .document-type-card.selected::before {
	content: "✓";
	position: absolute;
	top: 10px;
	right: 15px;
	background: #38b2ac;
	color: white;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
}

#create_document .document-type-card.selected .card-title { color: #38b2ac !important; font-weight: 600; }
#create_document .document-type-icon { font-size: 2.5rem; margin-bottom: 1rem; }

/* Questions styling */
#create_document .question-section { margin-bottom: 2rem; padding: 1.5rem; border: 1px solid #dee2e6; border-radius: 8px; background-color: #f8f9fa; }
#create_document .question-section h5 { color: #495057; margin-bottom: 1rem; }

/* Form Validation Styles */
#create_document .form-control.is-invalid { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
#create_document .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

#create_document .question-section { background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 1.5rem; margin-bottom: 1.5rem; }
#create_document .question-section h6 { color: #495057; margin-bottom: .75rem; font-weight: 600; }
#create_document .question-section, #create_document .card-body, #create_document .alert { font-size: .95rem; }

#create_document .conditional-fields { margin-top: 1rem; padding: 1rem; background-color: #f1f8ff; border-left: 4px solid #38b2ac; border-radius: 4px; }
#create_document .inline-conditional-fields { margin-top: 1rem; padding: 1rem; background-color: #f8f9fa; border-left: 4px solid #38b2ac; border-radius: 4px; animation: fadeInDown 0.3s ease-in-out; }

#create_document input[type="date"] { cursor: pointer; }

#create_document .services-group { max-height: 320px; overflow-y: auto; border: 1px solid #e3e6f0; border-radius: 4px; padding: 15px; background: white; }

/* Privacy policy blocks */
#create_document .privacy-purposes-always,
#create_document .privacy-purposes-website { border: 1px solid #e3e6f0; border-radius: 6px; padding: 15px; background: #fafbfc; }
#create_document .privacy-purposes-website { border-color: #17a2b8; background: #f0fbff; }
#create_document .personal-data-categories { animation: fadeInDown 0.3s ease; }
#create_document .privacy-purpose-checkbox:checked + label { background-color: #e7f7ff; border-radius: 4px; padding: 8px; margin: -8px; }

/* Forced visibility for status branch during local updates */
#create_document .status-branch.fixed-visible { display: block !important; }

@keyframes fadeInDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 768px) {
	#create_document .step-indicator { font-size: 0.75rem; min-width: 80px; padding: 6px 8px; }
	#create_document .step-indicator .step-label { display: none; }
}

/* Step 0 tweaks */
#step-0 { font-size: 1.05rem; }
#step-0 h4 { font-size: 1.7rem; }
#step-0 .alert-info .small { font-size: 1rem; }
#step-0 .card .font-weight-600 { font-size: 1.05rem; }
#step-0 #btn_start_wizard { font-size: 1.1rem; padding: .75rem 1.25rem; }

/* Center content vertically on step 0 */
#step-0 { min-height: calc(100vh - 180px); }
#step-0 .step-content-inner { display: flex; flex-direction: column; justify-content: center; }


.stats-trend {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.stats-description {
    display: flex;
    align-items: flex-start;
    font-size: 0.8rem;
    line-height: 1.4;
}

.stats-label .fa-info-circle {
    transition: all 0.2s ease;
    opacity: 0.7;
}

.stats-label .fa-info-circle:hover {
    opacity: 1;
    transform: scale(1.1);
    color: var(--info) !important;
}

.upgrade-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #d97706;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.upgrade-card:hover .upgrade-badge {
    background: linear-gradient(135deg, #fde68a, #fcd34d);
    transform: scale(1.05);
}

.plan-card .btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.plan-card .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Compact Plan Badge */
.plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.625rem 0.875rem;
    transition: all 0.2s ease;
    max-width: fit-content;
}

.plan-badge:hover {
    border-color: var(--primary-300);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.upgrade-badge-link:hover {
    border-color: #f59e0b;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    text-decoration: none;
}

.plan-info {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.plan-name {
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
}

.plan-expiry {
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    color: #64748b;
    white-space: nowrap;
    border-bottom: 1px dotted #cbd5e1;
    cursor: help;
}

.plan-expiry i {
    opacity: 0.7;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .plan-expiry {
        font-size: 0.75rem;
    }

    .plan-badge {
        padding: 0.625rem 0.875rem;
    }
}

.plan-manage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.plan-manage:hover {
    background: var(--primary-50);
    border-color: var(--primary-200);
    color: var(--primary-600);
    text-decoration: none;
}

.upgrade-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f59e0b;
    border-radius: 6px;
    color: #fff;
    transition: all 0.2s ease;
}

.upgrade-badge-link:hover .upgrade-arrow {
    background: #d97706;
    transform: translateX(2px);
}

/* Compact Entity Cards */
.entity-card {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    cursor: pointer;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.entity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transition: all 0.2s ease;
    background: var(--entity-accent, #3b82f6);
}

.entity-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
    background: white;
}

.entity-icon {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    opacity: 0.7;
}

.entity-number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.25rem;
    color: #1e293b;
}

.entity-label {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 500;
    line-height: 1;
}

/* Card specific colors */
.links-card .entity-icon { color: var(--entity-accent, #3b82f6); }
.links-card:hover { border-color: var(--entity-accent, #3b82f6); }

.pages-card .entity-icon { color: var(--entity-accent, #8b5cf6); }
.pages-card:hover { border-color: var(--entity-accent, #8b5cf6); }

.qr-card .entity-icon { color: var(--entity-accent, #f59e0b); }
.qr-card:hover { border-color: var(--entity-accent, #f59e0b); }

.files-card .entity-icon { color: var(--entity-accent, #265828); }
.files-card:hover { border-color: var(--entity-accent, #265828); }

/* Trial Widget */
.trial-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1.5rem;
    transition: all 0.2s ease;
}

.trial-widget:hover {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
    transform: translateY(-1px);
}

.trial-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.trial-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f59e0b;
    border-radius: 8px;
    color: #fff;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.trial-text {
    flex: 1;
}

.trial-title {
    font-weight: 600;
    color: #92400e;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.trial-subtitle {
    font-size: 0.875rem;
    color: #a16207;
    line-height: 1.3;
}

.trial-button {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #f59e0b;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.trial-button:hover {
    background: #d97706;
    color: #fff;
    text-decoration: none;
    transform: translateX(2px);
}

/* Chart Widget */
.chart-widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    transition: all 0.2s ease;
}

.chart-widget:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.chart-widget.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.chart-widget.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 2px solid #e2e8f0;
    border-top: 2px solid #38b2ac;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.chart-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-header-with-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.chart-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.period-selector {
    display: flex;
    background: #f8fafc;
    border-radius: 6px;
    padding: 2px;
    border: 1px solid #e2e8f0;
}

.period-btn {
    padding: 0.375rem 0.75rem;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.period-btn:hover {
    color: #1e293b;
    background: rgba(255, 255, 255, 0.7);
}

.period-btn.active {
    background: #fff;
    color: #1e293b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.period-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.chart-content {
    margin-top: 1rem;
}

.chart-stats {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.stat-item {
    text-align: center;
    margin-bottom: 1rem;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
    font-weight: 500;
}

.stat-description {
    font-size: 0.65rem;
    color: #94a3b8;
    margin-top: 0.125rem;
    line-height: 1.2;
}

.top-projects {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
}

.top-projects-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
    text-align: center;
}

.top-project-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.top-project-item:last-child {
    border-bottom: none;
}



.chart-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1e293b;
    font-size: 1.1rem;
}

.chart-title i {
    color: #64748b;
}

.chart-info-icon {
    font-size: 0.875rem;
    color: #94a3b8;
    cursor: help;
    transition: color 0.2s ease;
}

.chart-info-icon:hover {
    color: #38b2ac;
}

.chart-period {
    display: flex;
    align-items: center;
}

.period-label {
    font-size: 0.875rem;
    color: #64748b;
    background: #f8fafc;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.chart-container {
    position: relative;
    height: 320px;
    width: 100%;
    background: linear-gradient(135deg, #fefefe, #f8fafc);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #f1f5f9;
}


/* Project Filters */
.project-filters {
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.5rem 0.5rem 0.6rem;
    border: 1px solid #e2e8f0;
    height: fit-content;
}

.project-filters-header {
    margin-bottom: 0.5rem;
}

.project-filters-header h6 {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 0;
}

.project-filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.project-filters-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.project-filter-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.2s ease;
    cursor: pointer;
    min-height: 60px;
    position: relative;
}

.project-filter-item:hover {
    border-color: #38b2ac;
    box-shadow: 0 2px 8px rgba(56, 178, 172, 0.12);
}

.project-filter-item.active {
    border-color: #38b2ac;
    background: rgba(56, 178, 172, 0.08);
}

.project-filter-item .custom-control {
    position: relative;
    min-height: auto;
    padding-left: 0;
    margin-right: 0.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-filter-item .custom-control-label {
    margin: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-left: 0;
    position: relative;
}

.project-filter-item .custom-control-label::before,
.project-filter-item .custom-control-label::after {
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    position: absolute;
}

.project-filter-item .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #38b2ac;
    border-color: #38b2ac;
}

.project-filter-item .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.project-filter-item .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(56, 178, 172, 0.25);
}

.project-info {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
}

.project-name {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-metrics {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.5rem;
    align-items: center;
    justify-content: end;
}

.project-metric {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.7rem;
    color: #64748b;
}

.project-metric-views {
    color: #319795;
}

.project-metric-visitors {
    color: #2c7a7b;
}

.metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.35rem;
    background: rgba(49, 151, 149, 0.12);
    color: inherit;
    flex-shrink: 0;
}

.metric-value {
    line-height: 1;
    font-weight: 600;
}

.project-filter-item .project-stats {
    display: none;
}

.project-filter-item .project-stats .stat-item {
    display: none;
}

.project-filter-item .project-stats .stat-item:first-child {
    display: none;
}

.project-filter-item .project-stats .stat-item:last-child {
    display: none;
}

.project-filter-item .project-stats .stat-icon {
    display: none;
}

.project-filter-item .project-stats .stat-number {
    display: none;
}

.project-filter-item .project-stats .stat-item {
    display: none;
}

.project-filter-item .project-stats .stat-item:first-child {
    display: none;
}

.project-filter-item .project-stats .stat-item:last-child {
    display: none;
}

.project-filter-item .project-stats .stat-icon {
    display: none;
}

.project-filter-item .project-stats .stat-number {
    display: none;
}

/* Stats under chart */
.chart-stats-below {
    margin-top: 1rem;
}

.chart-stats-below .row {
    margin: 0;
}

.chart-stats-below .col-md-4 {
    padding-left: 0;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}

.chart-stats-below .col-md-4:last-child {
    padding-right: 0;
}

.stat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    transition: all 0.2s ease;
    min-height: 70px;
    height: 100%;
}

.stat-card:hover {
    border-color: #38b2ac;
    box-shadow: 0 2px 8px rgba(56, 178, 172, 0.15);
    transform: translateY(-1px);
}

.stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e6fffa, #b2f5ea);
    color: #38b2ac;
    font-size: 16px;
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
    min-width: 0;
}

.stat-card .stat-value {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.stat-card .stat-label {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.stat-card .stat-description {
    font-size: 0.7rem;
    color: #94a3b8;
    line-height: 1.3;
}

/* Chart responsive adjustments */
@media (max-width: 992px) {
    .chart-content .row {
        flex-direction: column-reverse;
    }
    
    .chart-content .col-lg-4 {
        margin-bottom: 1.5rem;
    }
    
    .project-filters-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .project-filter-item {
        padding: 0.65rem 0.75rem;
        flex: 1;
        min-width: 180px;
        min-height: 56px;
    }
    
    .project-metrics {
        grid-template-columns: 1fr 1fr;
        justify-items: end;
        width: 100%;
    }
    
    .chart-stats-below .row {
        justify-content: center;
    }
    
    .chart-stats-below .col-md-4 {
        margin-bottom: 1rem;
        max-width: 300px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media (max-width: 768px) {
    .chart-container {
        height: 280px;
        padding: 0.75rem;
    }
    
    .period-selector {
        flex-wrap: wrap;
        gap: 2px;
    }
    
    .period-btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .project-filters-sidebar {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .project-filter-item {
        flex: none;
        min-width: auto;
        padding: 0.6rem;
        min-height: 50px;
    }
    
    .project-metrics {
        grid-template-columns: 1fr;
        gap: 0.25rem;
        justify-items: end;
    }
    
    .project-metric {
        font-size: 0.65rem;
    }
    
    .metric-icon {
        width: 1.1rem;
        height: 1.1rem;
    }
    
    .stat-card {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .stat-card .stat-value {
        font-size: 1.25rem;
    }
}



/* Responsive adjustments for entity cards */
@media (max-width: 768px) {
    .entity-card {
        height: 85px;
        padding: 0.75rem;
    }
    
    .entity-number {
        font-size: 1.4rem;
    }
    
    .entity-icon {
        font-size: 1.1rem;
    }
    
    .chart-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .chart-controls {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }
}

@media (max-width: 576px) {
    .entity-card {
        height: 80px;
        padding: 0.5rem;
    }
    
    .entity-number {
        font-size: 1.3rem;
    }
    
    .entity-label {
        font-size: 0.65rem;
    }
    
    .entity-icon {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    
    .chart-widget {
        padding: 1rem;
        margin-top: 1rem;
    }
    
    .chart-header {
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }
    
    .chart-controls {
        gap: 0.5rem;
    }
    
    .period-selector {
        flex-wrap: wrap;
        gap: 2px;
    }
    
    .period-btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 992px) {
    .project-filters-sidebar {
        flex-direction: column;
        gap: 0.5rem;
    }

    .project-filter-item {
        padding: 0.5rem 0.75rem;
    }

    .project-metrics {
        grid-template-columns: 1fr 1fr;
        justify-items: end;
        width: 100%;
    }
}

/* Dark theme styles for dashboard */
[data-theme-style="dark"] .plan-badge {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .plan-name {
    color: var(--gray-800);
}

[data-theme-style="dark"] .plan-expiry {
    color: var(--gray-600);
}

[data-theme-style="dark"] .plan-manage {
    background: var(--gray-200);
    border-color: var(--gray-300);
    color: var(--gray-600);
}

[data-theme-style="dark"] .plan-manage:hover {
    background: var(--primary-100);
    border-color: var(--primary-200);
    color: var(--primary-700);
}

[data-theme-style="dark"] .entity-card {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .entity-card:hover {
    background: var(--gray-200);
    border-color: var(--gray-300);
}

[data-theme-style="dark"] .entity-number {
    color: var(--gray-800);
}

[data-theme-style="dark"] .entity-label {
    color: var(--gray-600);
}

[data-theme-style="dark"] .chart-widget {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .chart-widget:hover {
    border-color: var(--gray-300);
}

[data-theme-style="dark"] .chart-title {
    color: var(--gray-800);
}

[data-theme-style="dark"] .chart-container {
    background: linear-gradient(135deg, var(--gray-50), var(--gray-100));
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .period-selector {
    background: var(--gray-50);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .period-btn {
    color: var(--gray-600);
}

[data-theme-style="dark"] .period-btn:hover {
    color: var(--gray-700);
    background: rgba(255, 255, 255, 0.05);
}

[data-theme-style="dark"] .period-btn.active {
    background: var(--gray-200);
    color: var(--gray-800);
}

[data-theme-style="dark"] .project-filters {
    background: var(--gray-50);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .project-filter-item {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .project-filter-item:hover {
    border-color: var(--primary);
}

[data-theme-style="dark"] .project-filter-item.active {
    background: rgba(56, 178, 172, 0.15);
    border-color: var(--primary);
}

[data-theme-style="dark"] .project-name {
    color: var(--gray-800);
}

[data-theme-style="dark"] .stat-card {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .stat-card:hover {
    border-color: var(--primary);
}

[data-theme-style="dark"] .stat-card .stat-value {
    color: var(--gray-800);
}

[data-theme-style="dark"] .stat-card .stat-label {
    color: var(--gray-600);
}

[data-theme-style="dark"] .stat-card .stat-description {
    color: var(--gray-500);
}

[data-theme-style="dark"] .stat-icon {
    background: linear-gradient(135deg, rgba(56, 178, 172, 0.2), rgba(56, 178, 172, 0.1));
    color: var(--primary);
}

[data-theme-style="dark"] .trial-widget {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.15));
    border-color: rgba(245, 158, 11, 0.3);
}

[data-theme-style="dark"] .trial-icon {
    background: rgba(245, 158, 11, 0.3);
}

[data-theme-style="dark"] .trial-title {
    color: #fbbf24;
}

[data-theme-style="dark"] .trial-subtitle {
    color: #fcd34d;
}

[data-theme-style="dark"] .trial-button {
    background: #f59e0b;
}

[data-theme-style="dark"] .trial-button:hover {
    background: #fbbf24;
}

[data-theme-style="dark"] .entity-icon {
    opacity: 0.8;
}

[data-theme-style="dark"] .chart-info-icon {
    color: var(--gray-500);
}

[data-theme-style="dark"] .chart-info-icon:hover {
    color: var(--primary);
}

[data-theme-style="dark"] .project-filters-header h6 {
    color: var(--gray-800);
}

[data-theme-style="dark"] .metric-icon {
    background: rgba(49, 151, 149, 0.2);
}

[data-theme-style="dark"] .project-metric {
    color: var(--gray-600);
}

[data-theme-style="dark"] .upgrade-badge-link {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .upgrade-badge-link:hover {
    border-color: #f59e0b;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.15));
}

[data-theme-style="dark"] .upgrade-arrow {
    background: rgba(245, 158, 11, 0.3);
}

[data-theme-style="dark"] .upgrade-badge-link:hover .upgrade-arrow {
    background: #f59e0b;
}

[data-theme-style="dark"] .search-filters-dropdown {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .search-filters-header {
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .filter-group-title {
    color: var(--gray-600);
}

[data-theme-style="dark"] .filter-chip {
    background: var(--gray-200);
    border-color: var(--gray-300);
    color: var(--gray-700);
}

[data-theme-style="dark"] .filter-chip:hover {
    background: var(--gray-300);
    border-color: var(--gray-400);
    color: var(--gray-800);
}

[data-theme-style="dark"] .filter-chip.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

[data-theme-style="dark"] .filter-chip.active:hover {
    background: var(--primary-600);
    border-color: var(--primary-600);
}

[data-theme-style="dark"] .filter-group .range-inputs .range-input {
    background: var(--gray-100);
    border-color: var(--gray-300);
    color: var(--gray-800);
}

[data-theme-style="dark"] .filter-group .range-inputs .range-input:focus {
    background: var(--gray-100);
    border-color: var(--primary);
}

[data-theme-style="dark"] .filter-group .range-inputs .range-input:hover:not(:focus) {
    border-color: var(--gray-400);
}

/* Dark theme for document wizard */
[data-theme-style="dark"] #create_document .modal-header {
    border-bottom-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .modal-footer {
    border-top-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .step-indicator {
    color: var(--gray-600);
}

[data-theme-style="dark"] #create_document .step-indicator .step-index {
    background: var(--gray-200);
    color: var(--gray-700);
}

[data-theme-style="dark"] #create_document .step-indicator.active {
    background-color: rgba(56, 178, 172, 0.15);
    color: var(--primary-700);
    border-color: var(--primary);
}

[data-theme-style="dark"] #create_document .step-indicator.completed {
    background-color: rgba(40, 167, 69, 0.15);
    color: #4ade80;
    border-color: rgba(40, 167, 69, 0.3);
}

[data-theme-style="dark"] #create_document .step-indicator:not(.active):not(.completed) {
    background-color: var(--gray-100);
    color: var(--gray-500);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .document-type-card {
    border-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .document-type-card:hover {
    border-color: var(--primary);
}

[data-theme-style="dark"] #create_document .document-type-card.selected {
    border-color: var(--primary);
    background-color: rgba(56, 178, 172, 0.15);
}

[data-theme-style="dark"] #create_document .document-type-card.selected .card-title {
    color: var(--primary-700);
}

[data-theme-style="dark"] #create_document .question-section {
    background-color: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .question-section h5,
[data-theme-style="dark"] #create_document .question-section h6 {
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .conditional-fields {
    background-color: rgba(56, 178, 172, 0.1) !important;
    border-left-color: var(--primary);
}

[data-theme-style="dark"] #create_document .inline-conditional-fields {
    background-color: var(--gray-100) !important;
    border-left-color: var(--primary);
}

[data-theme-style="dark"] #create_document .services-group {
    border-color: var(--gray-200);
    background: var(--gray-100) !important;
}

[data-theme-style="dark"] #create_document .privacy-purposes-always,
[data-theme-style="dark"] #create_document .privacy-purposes-website {
    border-color: var(--gray-200);
    background: var(--gray-100) !important;
}

[data-theme-style="dark"] #create_document .privacy-purposes-website {
    border-color: var(--primary-300);
    background: rgba(56, 178, 172, 0.1) !important;
}

[data-theme-style="dark"] #create_document .privacy-purpose-checkbox:checked + label {
    background-color: rgba(56, 178, 172, 0.15) !important;
}

[data-theme-style="dark"] #create_document .card {
    background: var(--gray-100) !important;
    border-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .card-body {
    background: var(--gray-100) !important;
}

[data-theme-style="dark"] #create_document .alert {
    background: var(--gray-100) !important;
    border-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document .alert-info {
    background: rgba(56, 178, 172, 0.1) !important;
    border-color: var(--primary-300);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .form-control,
[data-theme-style="dark"] #create_document .custom-select {
    background: var(--gray-100) !important;
    border-color: var(--gray-300);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .form-control:focus,
[data-theme-style="dark"] #create_document .custom-select:focus {
    background: var(--gray-100) !important;
    border-color: var(--primary);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .form-control::placeholder {
    color: var(--gray-500);
}

[data-theme-style="dark"] #create_document .custom-control-label::before {
    background-color: var(--gray-100) !important;
    border-color: var(--gray-300);
}

[data-theme-style="dark"] #create_document .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

[data-theme-style="dark"] #create_document textarea.form-control {
    background: var(--gray-100) !important;
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document #review_container {
    background: transparent !important;
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document #review_container .card,
[data-theme-style="dark"] #create_document #review_container .alert {
    background: var(--gray-100) !important;
    border-color: var(--gray-200);
}

[data-theme-style="dark"] #create_document #review_container h5,
[data-theme-style="dark"] #create_document #review_container h6,
[data-theme-style="dark"] #create_document #review_container p,
[data-theme-style="dark"] #create_document #review_container div {
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document #review_container .text-muted {
    color: var(--gray-600) !important;
}

[data-theme-style="dark"] #create_document [id*="selected_channels"],
[data-theme-style="dark"] #create_document [id*="selected_contacts"],
[data-theme-style="dark"] #create_document [class*="selected-channels"],
[data-theme-style="dark"] #create_document [class*="selected-contacts"] {
    background: var(--gray-100) !important;
    border-color: var(--gray-200);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .selected-item,
[data-theme-style="dark"] #create_document .selected-channel,
[data-theme-style="dark"] #create_document .selected-contact {
    background: var(--gray-200) !important;
    border-color: var(--gray-300);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .channel-item,
[data-theme-style="dark"] #create_document .contact-item {
    background: var(--gray-100) !important;
    border-color: var(--gray-200);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .list-group-item {
    background: var(--gray-100) !important;
    border-color: var(--gray-200);
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .list-group-item:hover {
    background: var(--gray-200) !important;
}

[data-theme-style="dark"] #create_document .badge {
    background: var(--gray-200) !important;
    color: var(--gray-800);
}

[data-theme-style="dark"] #create_document .badge-primary {
    background: var(--primary) !important;
    color: white;
}

/* Dark theme for projects folder content */
[data-theme-style="dark"] .folder-content {
    background: var(--gray-100);
    border-color: var(--gray-200);
}

[data-theme-style="dark"] .folder-item:hover .folder-content {
    border-color: var(--primary);
}

[data-theme-style="dark"] .folder-content a:hover {
    color: var(--primary);
}

[data-theme-style="dark"] .folder-content a:hover .folder-name {
    color: var(--primary);
}

.chart-header-with-search .quick-search {
    flex-grow: 1;
    margin: 0 1.5rem;
    position: relative;
}


/* Search Filters Dropdown */
.search-filters-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    margin-top: 0;
    max-height: 400px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.search-filters-dropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.search-filters-header {
    padding: 0.75rem 1rem 0.5rem;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-filters-content {
    padding: 1rem;
}

.filter-group {
    margin-bottom: 1rem;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-group-title {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 1.5rem;
    font-size: 0.875rem;
    color: #495057;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
}

.filter-chip:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    text-decoration: none;
}

.filter-chip.active {
    background: #38b2ac;
    border-color: #38b2ac;
    color: white;
}

.filter-chip.active:hover {
    background: #2d9187;
    border-color: #2d9187;
    color: white;
}

.quick-search .input-group-prepend .btn,
.quick-search .input-group-append .btn {
/* ... existing code ... */
}

/* Disable browser autocomplete dropdown */
.quick-search input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quick-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.quick-search input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

/* Ensure our dropdown appears above browser autocomplete */
.quick-search {
    position: relative;
    z-index: 100;
}

.quick-search input[type="search"]:focus {
    z-index: 101;
}

/* When modal is open, ensure search doesn't appear above modal backdrop */
body.modal-open .quick-search {
    z-index: auto;
}

body.modal-open .quick-search input[type="search"]:focus {
    z-index: auto;
}

/* Pages Search Component */
.pages-search-container {
    position: relative;
}

.pages-search-input {
    border-radius: 0.375rem;
}

.pages-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.375rem 0.375rem;
    border-top: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.pages-dropdown.show {
    display: block;
}

.pages-dropdown-content {
    padding: 0.25rem 0;
}

.page-item {
    padding: 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    border-bottom: 1px solid #f8f9fa;
}

.page-item:last-child {
    border-bottom: none;
}

.page-item:hover {
    background-color: #f8f9fa;
}

.page-item.active {
    background-color: rgba(56, 178, 172, 0.1);
    color: #38b2ac;
}

.page-item.hidden {
    display: none;
}

.page-item-content {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.page-details {
    flex: 1;
    min-width: 0;
}

.page-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-item.active .page-name {
    color: #38b2ac;
}

.page-url {
    font-size: 0.75rem;
    color: #6c757d;
    line-height: 1.2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* When page has no name, show URL larger */
.page-item .page-details > .page-url:only-child {
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
}

.selected-pages {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.selected-pages:empty {
    display: none;
}

.selected-pages .badge {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

.selected-pages .badge .page-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-close-page {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.btn-close-page:hover {
    color: white;
}

.pages-clear-btn {
    border-color: #ced4da;
}

/* Projects Search Component */
.projects-search-container {
    position: relative;
}

.projects-search-input {
    border-radius: 0.375rem;
}

.projects-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.375rem 0.375rem;
    border-top: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.projects-dropdown.show {
    display: block;
}

.projects-dropdown-content {
    padding: 0.25rem 0;
}

.project-item {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f8f9fa;
}

.project-item:last-child {
    border-bottom: none;
}

.project-item:hover {
    background-color: #f8f9fa;
}

.project-item.active {
    background-color: rgba(56, 178, 172, 0.1);
    color: #38b2ac;
}

.project-item.hidden {
    display: none;
}

.project-name {
    font-size: 0.875rem;
    color: #495057;
}

.selected-projects {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.selected-projects:empty {
    display: none;
}

.selected-projects .badge {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

.selected-projects .badge .project-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-close-project {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.btn-close-project:hover {
    color: white;
}

.projects-clear-btn {
    border-color: #ced4da;
}

/* Fix for date and amount range inputs */
.filter-group .range-inputs .range-input {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter-group .range-inputs .col-6:first-child .range-input {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    margin-right: 0.25rem;
}

.filter-group .range-inputs .col-6:last-child .range-input {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    margin-left: 0.25rem;
}

.filter-group .range-inputs .range-input:focus {
    border-color: #38b2ac !important;
    box-shadow: 0 0 0 0.2rem rgba(56, 178, 172, 0.25) !important;
    outline: 0;
    z-index: 3;
}

.filter-group .range-inputs .range-input::placeholder {
    color: #6c757d;
    opacity: 1;
}

/* Improve spacing for range filter groups */
.filter-group .range-inputs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.filter-group .range-inputs .col-6 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

/* Better styling for specific input types */
.filter-group input[type="date"].range-input {
    line-height: 1.25;
    color: #495057;
}

.filter-group input[type="number"].range-input {
    line-height: 1.25;
    text-align: left;
}

/* Remove number input spinners for better appearance (optional) */
.filter-group input[type="number"].range-input::-webkit-outer-spin-button,
.filter-group input[type="number"].range-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-group input[type="number"].range-input {
    -moz-appearance: textfield;
}

/* Hover effects for better UX */
.filter-group .range-inputs .range-input:hover:not(:focus) {
    border-color: #adb5bd;
}

.hero-content .btn-outline-dark:hover {
	background: rgba(15, 23, 42, 0.05);
	color: #0f172a;
}

/* Feature Grid Section */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(56, 178, 172, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.2s ease;
}

[data-theme-style="dark"] .feature-card {
    background: rgba(15, 23, 42, 0.3);
    border-color: rgba(56, 178, 172, 0.2);
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
    border-color: rgba(56, 178, 172, 0.3);
}

.feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid rgba(56, 178, 172, 0.1);
    border-radius: 10px;
    color: #2c7a7b;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

[data-theme-style="dark"] .feature-icon {
    background: #1f2937;
    border-color: rgba(56, 178, 172, 0.2);
}

.feature-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.feature-card p {
    color: var(--gray-700);
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

/* Signup Form CTA */
.signup-form {
    max-width: 640px;
    margin: 2rem auto 0;
}

.signup-form .input-group {
    border: 1px solid rgba(56, 178, 172, 0.2);
    border-radius: 1rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

[data-theme-style="dark"] .signup-form .input-group {
    background: rgba(15, 23, 42, 0.4);
    border-color: rgba(56, 178, 172, 0.25);
}

.signup-form .input-group-text,
.signup-form .form-control {
    border: none;
    background: transparent;
    font-size: 1rem;
}

.signup-form .input-group-text {
    color: var(--gray-600);
    padding-left: 1.25rem;
}

.signup-form .form-control {
    color: var(--black);
    padding: 0.75rem 1rem;
    height: unset;
}

.signup-form .form-control:focus {
    box-shadow: none;
}

.signup-form .btn {
    border-radius: 0.875rem !important;
    padding: 0.75rem 1.75rem;
    font-weight: bold;
}

/* Modern Navbar Styles */
.modern-nav-link {
    color: var(--gray-700) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.modern-nav-link:hover {
    color: var(--primary) !important;
    background: rgba(56, 178, 172, 0.08);
    transform: translateY(-1px);
}

.modern-nav-link i {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.modern-nav-link:hover i {
    opacity: 1;
}

.modern-nav-btn {
    padding: 0.5rem 1.25rem !important;
    border-radius: 8px !important;
    font-weight: 500;
    border: 1.5px solid rgba(56, 178, 172, 0.3) !important;
    color: var(--primary) !important;
    background: rgba(56, 178, 172, 0.05) !important;
    transition: all 0.2s ease;
}

.modern-nav-btn:hover {
    border-color: var(--primary) !important;
    background: rgba(56, 178, 172, 0.1) !important;
    color: var(--primary) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(56, 178, 172, 0.15);
}

.modern-nav-btn-primary {
    padding: 0.5rem 1.25rem !important;
    border-radius: 8px !important;
    font-weight: 600;
    background: var(--primary) !important;
    border: 1.5px solid var(--primary) !important;
    color: white !important;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(56, 178, 172, 0.2);
}

.modern-nav-btn-primary:hover {
    background: #2c7a7b !important;
    border-color: #2c7a7b !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(56, 178, 172, 0.3);
}

[data-theme-style="dark"] .modern-nav-link {
    color: var(--gray-300) !important;
}

[data-theme-style="dark"] .modern-nav-link:hover {
    color: var(--primary) !important;
    background: rgba(56, 178, 172, 0.15);
}

[data-theme-style="dark"] .modern-nav-btn {
    border-color: rgba(56, 178, 172, 0.4) !important;
    background: rgba(56, 178, 172, 0.1) !important;
}

[data-theme-style="dark"] .modern-nav-btn:hover {
    background: rgba(56, 178, 172, 0.2) !important;
}

/* Modern Stats Section */
.stats-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

[data-theme-style="dark"] .stats-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
}

.stats-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(56, 178, 172, 0.05) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.stats-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
}

.stats-subtitle {
    font-size: 1.1rem;
    opacity: 0.8;
}

.stats-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(56, 178, 172, 0.1);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

[data-theme-style="dark"] .stats-card {
    background: rgba(45, 55, 72, 0.9);
    border-color: rgba(56, 178, 172, 0.2);
}

.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #4fd1c7);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(56, 178, 172, 0.15);
    border-color: var(--primary);
}

.stats-card:hover::before {
    transform: scaleX(1);
}

.stats-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), #4fd1c7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.stats-card:hover .stats-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(56, 178, 172, 0.3);
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--primary), #4fd1c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gray-600);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .stats-title {
        font-size: 2rem;
    }
    
    .stats-card {
        padding: 1.5rem 1rem;
    }
    
    .stats-number {
        font-size: 2rem;
    }
    
    .stats-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .signup-form .input-group {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        align-items: center;
    }

    .signup-form .input-group-prepend {
        margin-bottom: 0.25rem;
    }

    .signup-form .input-group-text {
        justify-content: center;
        background: transparent;
        border: none;
        padding: 0.25rem 0;
        color: var(--gray-700);
    }
    
    .signup-form .form-control {
        margin-bottom: 1rem;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(56, 178, 172, 0.3);
        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
        width: 100%;
        text-align: center;
        border-radius: 0.875rem !important;
    }

    .signup-form .btn {
        width: 100%;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        border-radius: 0.875rem !important;
    }
}

