:root {
	--bs-form-check-input-border: rgba(0, 0, 0, 0.3);
	--text-xs: 11px;
	--text-sm: 12px;
	--text-base: 13px;
	--text-md: 14px;
	--text-lg: 15px;
	--text-xl: 16px;
	--text-2xl: 18px;
	--text-primary: #1e293b;
	--text-secondary: #475569;
	--text-muted: #64748b;
	--text-light: #94a3b8;
	--text-accent: #2563eb;
	--leading-tight: 1.25;
	--leading-normal: 1.5;
	--leading-relaxed: 1.625;
}

/* ========================================
   Common Styles
   ======================================== */

.bg-grey {
	background: rgb(242, 242, 242);
}

.hover-bg-blue {
	background: #fff;
}

.bg-light-blue-gradient,
.hover-bg-blue:hover,
.tender-wrap.active {
	background: linear-gradient(90deg, #F2F9FF 0%, #E4EDF2 100%);
}

.hover-pointer:hover {
	cursor: pointer;
}

i.bi:has(+.spinner) {
	display: none;
}

.trans {
	transition: all 0.3s ease;
}

.shimmer {
	background: linear-gradient(-45deg, #eee 40%, #fafafa 50%, #eee 60%);
	background-size: 300%;
	background-position-x: 100%;
	animation: shimmer 1s infinite linear;
}

@keyframes shimmer {
	to {
		background-position-x: 0%
	}
}

.dropdown-menu.show {
	transform: none !important;
}

.custom-filter-left {
	justify-content: left;
}

/* ========================================
   Tender Search Container
   ======================================== */

.tender-search-container {
	font-size: var(--text-base);
	line-height: var(--leading-normal);
	color: var(--text-primary);
	display: flex;
	min-height: calc(100vh - 80px);
	background: #fff;
}

.tender-search-container h1,
.tender-search-container h2,
.tender-search-container h3,
.tender-search-container h4,
.tender-search-container h5,
.tender-search-container h6 {
	line-height: var(--leading-tight);
	color: var(--text-primary);
}

.tender-search-container p,
.tender-search-container li,
.tender-search-container label {
	color: var(--text-secondary);
}

/* ========================================
   Filter Sidebar
   ======================================== */

.filter-sidebar {
	width: 280px;
	min-width: 280px;
	background: #fff;
	border-right: 1px solid #e5e7eb;
	padding: 12px;
	height: calc(100vh - 80px);
	position: sticky;
	top: 80px;
	overflow-y: auto;
	transition: all 0.3s ease;
}

.filter-sidebar::-webkit-scrollbar {
	width: 4px;
}

.filter-sidebar::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 4px;
}

.filter-sidebar-header h5 {
	margin: 0;
	font-weight: 600;
	color: var(--text-primary);
	font-size: var(--text-lg);
}

.filter-section {
	margin-bottom: 8px;
	background: #f8fafc;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	overflow: hidden;
}

.filter-section-title {
	font-weight: 600;
	color: var(--text-secondary);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 6px 10px;
	background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e5e7eb;
}

.filter-section-title:hover {
	background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.filter-section-title i {
	transition: transform 0.2s;
}

.filter-section-title.collapsed i {
	transform: rotate(-90deg);
}

.filter-section-content {
	padding: 6px 10px;
	background: #fff;
	border-left: 2px solid var(--text-accent);
	margin-left: 0;
	font-size: 11px !important;
}

.filter-section-content li,
.filter-section-content label,
.filter-section-content .form-check-label,
.filter-section-content td,
.filter-section-content span {
	font-size: 11px !important;
}

.filter-section-content input.form-control {
	font-size: 11px !important;
}

.filter-section-content .badge {
	font-size: 9px !important;
}

.filter-section-content .btn-primary {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
	border: none !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 500;
	padding: 8px 12px;
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

.filter-section-content .btn-primary:hover {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.filter-item {
	display: flex;
	align-items: center;
	padding: 4px 6px;
	margin-bottom: 1px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 11px !important;
	background: transparent;
}

.filter-item label,
.filter-item span {
	font-size: 11px !important;
}

.filter-item:hover {
	background: #f1f5f9;
}

.filter-item.active {
	background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
	color: white;
}

.filter-item.active label {
	color: white !important;
}

.filter-item input[type="checkbox"] {
	margin-right: 10px;
}

.filter-item input[type="radio"] {
	margin-right: 10px;
	margin-top: 0;
	flex-shrink: 0;
}

.filter-badge {
	margin-left: auto;
	background: #e2e8f0;
	color: var(--text-muted);
	font-size: 9px;
	padding: 1px 6px;
	border-radius: 10px;
}

.filter-item.active .filter-badge {
	background: rgba(255, 255, 255, 0.2);
	color: white;
}

.filter-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.filter-accordion-content.show {
	max-height: 500px;
}

/* ========================================
   Search Bar
   ======================================== */

.search-bar-container {
	background: #fff;
	padding: 10px 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.search-bar-container>.d-flex {
	display: flex !important;
	width: 100%;
	justify-content: flex-start !important;
	margin-bottom: 0 !important;
}

.search-bar-container .btn-outline-primary {
	display: none !important;
}

.search-bar-container .search-input-wrapper {
	width: 100%;
}

.search-bar-container .search-input-wrapper input {
	height: 40px;
	padding: 8px 110px 8px 14px;
	font-size: var(--text-base);
	border-radius: 8px;
	border: 2px solid #e2e8f0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

.search-bar-container .search-input-wrapper input::placeholder {
	color: #94a3b8;
}

.search-bar-container .search-input-wrapper input:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
	outline: none;
}

.search-bar-container .search-btn-new {
	height: 32px;
	padding: 0 14px;
	font-size: 12px;
	border-radius: 6px;
}

.search-bar-container #error-message,
.search-bar-container #typed-text {
	display: none !important;
}

.search-input-wrapper input {
	width: 100%;
	padding: 10px 14px;
	padding-right: 120px;
	font-size: var(--text-base);
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	transition: all 0.3s;
}

.search-input-wrapper input:focus {
	border-color: #3b82f6;
	outline: none;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.search-btn-new {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	transition: all 0.3s;
}

.search-btn-new:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* ========================================
   Applied Filters & Keywords
   ======================================== */

.applied-filter-tag {
	font-size: 11px !important;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
	border-color: #93c5fd !important;
	color: #1d4ed8 !important;
}

.keyword-tag {
	font-size: 11px !important;
	font-weight: normal;
}

.keyword-tag:has(input:checked) {
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
	border-color: #93c5fd !important;
	color: #1d4ed8 !important;
	font-weight: 500;
}

.keywords-wrapper {
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.keywords-wrapper.collapsed {
	max-height: 50px;
}

.keywords-wrapper.expanded {
	max-height: none;
}

/* ========================================
   Results Panel & Layout
   ======================================== */

.results-panel {
	flex: 1;
	padding: 10px 15px;
	overflow-y: auto;
}

.results-count {
	font-size: var(--text-base);
	color: var(--text-secondary);
}

.results-count strong {
	color: var(--text-primary);
}

#tender-left-panel {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

#tender-left-panel.full-width {
	flex: 1;
}

#tender-left-panel.with-details {
	flex: 0 0 60%;
	max-width: 60%;
}

#tender-left-panel.with-details .filter-sidebar {
	width: 220px;
	min-width: 220px;
	transition: width 0.3s ease, min-width 0.3s ease;
}

#tender-search-section {
	padding: 10px 15px;
	flex-shrink: 0;
}

#tender-content-section {
	display: flex;
	flex-direction: row;
	flex: 1;
	min-height: 0;
	overflow: hidden;
	gap: 0;
	padding: 0;
}

#tender-results {
	flex: 1;
	overflow-y: auto;
	padding: 8px 12px;
	background: #fff;
	border-left: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	max-height: calc(100vh - 140px);
	transition: flex 0.3s ease;
	font-size: var(--text-base);
}

#tender-results a {
	font-size: var(--text-md);
	font-weight: 600;
	color: var(--text-accent);
}

#tender-results td {
	font-size: var(--text-sm);
	color: var(--text-secondary);
	padding: 3px 6px;
	vertical-align: top;
}

#tender-results .text-muted {
	font-size: var(--text-xs) !important;
	color: var(--text-muted) !important;
}

#tender-results small {
	font-size: var(--text-xs);
	color: var(--text-muted);
}

/* ========================================
   Tender Details Wrapper
   ======================================== */

#tender-details-wrapper {
	width: 0;
	max-width: 0;
	flex: 0 0 0;
	background: #fff;
	border-left: 1px solid #e5e7eb;
	overflow: hidden;
	padding: 0;
	position: sticky;
	top: 0;
	height: calc(100vh - 80px);
	align-self: flex-start;
	opacity: 0;
	font-size: var(--text-base);
	color: var(--text-primary);
}

#tender-details-wrapper.visible {
	width: 40%;
	max-width: 40%;
	flex: 0 0 40%;
	padding: 12px;
	opacity: 1;
	overflow-y: auto;
	animation: slideInPanel 0.35s ease-out;
}

@keyframes slideInPanel {
	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

#tender-details-wrapper.closing {
	width: 40%;
	max-width: 40%;
	flex: 0 0 40%;
	padding: 12px;
	overflow-y: auto;
	animation: slideOutPanel 0.5s ease-in forwards;
}

@keyframes slideOutPanel {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(30px);
	}
}

#tender-details-wrapper td[title="Close."] {
	cursor: pointer;
}

#tender-details-wrapper td[title="Close."]:hover svg {
	color: #3b82f6;
}

#tender-details-wrapper h5,
#tender-details-wrapper .tender-title {
	font-size: var(--text-lg) !important;
	font-weight: 600;
	color: var(--text-primary);
	line-height: var(--leading-tight);
	margin-bottom: 8px;
}

#tender-details-wrapper h6 {
	font-size: var(--text-md) !important;
	font-weight: 600;
	color: var(--text-primary);
	margin-bottom: 6px;
}

#tender-details-wrapper table {
	font-size: var(--text-sm);
}

#tender-details-wrapper td {
	font-size: var(--text-sm);
	color: var(--text-secondary);
	padding: 4px 8px;
	vertical-align: top;
}

#tender-details-wrapper td b,
#tender-details-wrapper td strong {
	font-weight: 600;
	color: var(--text-primary);
}

#tender-details-wrapper .text-muted,
#tender-details-wrapper small {
	font-size: var(--text-xs) !important;
	color: var(--text-muted) !important;
}

#tender-details-wrapper .badge {
	font-size: var(--text-xs);
	padding: 3px 8px;
}

#tender-details-wrapper div.sticky-top {
	top: 215px;
	height: calc(100vh - 100px);
	overflow: scroll;
}

#tender-details-wrapper .sticky-govt-top {
	top: 261px !important;
}

/* ========================================
   Nav Tabs
   ======================================== */

.nav-tabs-scroll-container {
	flex-shrink: 0;
	margin-bottom: 0;
	width: 100%;
}

.nav-tabs-scroll-container .nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 2px;
	border: none !important;
	background: #f1f5f9;
	padding: 3px;
	border-radius: 8px;
	width: fit-content;
}

.nav-tabs-scroll-container .nav-item {
	margin: 0;
	flex-shrink: 0;
}

.nav-tabs-scroll-container .nav-link {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 6px !important;
	border: none !important;
	background: transparent;
	color: var(--text-muted);
	transition: all 0.15s ease;
	white-space: nowrap;
	margin: 0 !important;
}

.nav-tabs-scroll-container .nav-link i {
	display: none;
}

.nav-tabs-scroll-container .nav-link:hover {
	background: rgba(255, 255, 255, 0.7);
	color: var(--text-primary);
	box-shadow: none !important;
}

.nav-tabs-scroll-container .nav-link.active {
	background: #fff !important;
	color: var(--text-primary) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
	font-weight: 600;
}

/* ========================================
   Floating Buttons
   ======================================== */

.floating-rating-btn {
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
	color: #fff;
	border: none;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 1000;
	font-size: 18px;
}

.floating-rating-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}

.filter-toggle-mobile {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
	z-index: 1000;
}

/* ========================================
   Skeleton Loader
   ======================================== */

.skeleton {
	background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.skeleton-card {
	background: #ffffff;
	border-bottom: 1px solid #e2e8f0;
}

.skeleton-card .tender-card-body {
	padding: 16px 16px 16px 20px;
}

.skeleton-title {
	height: 16px;
	width: 60%;
	border-radius: 4px;
}

.skeleton-badge {
	height: 18px;
	width: 60px;
	border-radius: 20px;
}

.skeleton-text {
	height: 13px;
	width: 100%;
	border-radius: 4px;
}

.skeleton-icon {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	flex-shrink: 0;
}

.skeleton-label {
	height: 10px;
	width: 50px;
	border-radius: 3px;
	margin-bottom: 4px;
}

.skeleton-value {
	height: 12px;
	width: 80px;
	border-radius: 3px;
}

.skeleton-action-btn {
	height: 32px;
	width: 100px;
	border-radius: 8px;
}

.skeleton-action-btn-sm {
	height: 32px;
	width: 70px;
	border-radius: 8px;
}

.skeleton-action-btn-icon {
	width: 32px;
	height: 32px;
	border-radius: 8px;
}

.skeleton-btn {
	height: 28px;
	width: 70px;
}

.skeleton-btn-icon {
	width: 32px;
	height: 32px;
}

.skeleton-stat-box {
	height: 40px;
}

/* Skeleton styles for Tender Details Panel */
.skeleton-details-title {
	height: 22px;
	width: 75%;
	border-radius: 4px;
}

.skeleton-details-subtitle {
	height: 14px;
	width: 55%;
	border-radius: 4px;
}

.skeleton-action-btn-lg {
	height: 36px;
	width: 85px;
	border-radius: 8px;
}

.skeleton-stat-label {
	height: 10px;
	width: 70%;
	margin-bottom: 6px;
	border-radius: 3px;
}

.skeleton-stat-value {
	height: 14px;
	width: 85%;
	border-radius: 3px;
}

.skeleton-date-label {
	height: 14px;
	width: 70%;
	border-radius: 4px;
}

.skeleton-date-value {
	height: 12px;
	width: 55%;
	border-radius: 4px;
}

.skeleton-section-title {
	height: 18px;
	width: 100px;
	border-radius: 4px;
}

/* ========================================
   Tender Card (Line Item)
   ======================================== */

.tender-card {
	position: relative;
	background: #ffffff;
	border-radius: 0;
	margin-bottom: 0;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: visible;
	border-bottom: 1px solid #c7cbd1;
}

.tender-card:hover {
	background: #f8fafc;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.tender-card.selected,
.tender-card.active {
	background: linear-gradient(135deg, #f0f7ff 0%, #e0efff 100%);
}

.tender-status-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #3b82f6;
	transition: width 0.2s ease;
}

.tender-card.active .tender-status-bar {
	width: 4px;
}

.tender-card-body {
	position: relative;
	padding: 16px 16px 16px 20px;
}

.badge-top-right {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
}

.tender-title-section {
	flex: 1;
	min-width: 0;
}

.tender-title {
	font-size: 14px;
	font-weight: 600;
	color: #1e40af;
	margin: 0 0 6px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tender-wrap .title {
	width: calc(100% - 160px);
}

.tender-wrap .desc {
	max-height: 58px;
	overflow: hidden;
}

.badge-corrigendum {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 8px;
	font-size: 10px;
	font-weight: 600;
	color: #92400e;
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.badge-corrigendum i {
	font-size: 9px;
}

.badge-expired {
	padding: 3px 8px;
	font-size: 10px;
	font-weight: 600;
	color: #991b1b;
	background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.badge-cancelled {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 8px;
	font-size: 10px;
	font-weight: 600;
	color: #991b1b;
	background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.badge-cancelled i {
	font-size: 9px;
}

@keyframes pulse-subtle {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.8;
	}
}

.tender-description {
	font-size: 13px;
	color: #64748b;
	line-height: 1.5;
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tender-description mark,
.tender-description .highlight {
	background: linear-gradient(135deg, #fef08a 0%, #fde047 100%);
	padding: 1px 4px;
	border-radius: 3px;
	color: #1f2937;
}

.tender-details-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding: 0;
}

.detail-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.detail-icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
	border-radius: 8px;
	flex-shrink: 0;
}

.detail-icon i {
	font-size: 12px;
	color: #2563eb;
}

.detail-icon.value i {
	color: #059669;
}

.detail-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.detail-label {
	font-size: 10px;
	font-weight: 500;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.2;
}

.detail-value {
	display: block;
	max-width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #334155;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail-subtext {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #94a3b8;
	margin-top: 1px;
}

/* ========================================
   Action Buttons
   ======================================== */

.action-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 500;
	color: #475569;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.action-btn:hover {
	background: #f8fafc;
	border-color: #3b82f6;
	color: #3b82f6;
}

.action-btn i {
	font-size: 14px;
}

.action-btn.primary-btn {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	color: #ffffff;
	border: none;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.action-btn.primary-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.action-btn.expired-btn {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: #ffffff;
	border: none;
}

.action-btn.secondary-btn {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #64748b;
}

.action-btn.secondary-btn:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
	color: #475569;
}

.action-btn.corrigendum-btn {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	color: #92400e;
	border: 1px solid #f59e0b;
	letter-spacing: 0.3px;
	font-weight: 600;
}

.action-btn.corrigendum-btn:hover {
	background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
	border-color: #d97706;
	color: #78350f;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.docs-btn {
	background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
	border-color: #60a5fa;
	color: #1d4ed8;
}

.docs-btn:hover {
	background: linear-gradient(135deg, #bfdbfe 0%, #93c5fd 100%);
	border-color: #3b82f6;
	color: #1e40af;
}

.action-btn.static {
	cursor: default;
	pointer-events: none;
}

.action-btn.static:hover {
	background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
	border-color: #60a5fa;
	color: #1d4ed8;
	transform: none;
	box-shadow: none;
}

.bid-amount-text {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.docs-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	border-radius: 10px;
}

.lock-icon {
	font-size: 10px;
	color: #94a3b8;
}

.action-btn-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.action-btn-icon i {
	font-size: 14px;
	color: #64748b;
	transition: all 0.2s ease;
}

.action-btn-icon:hover {
	background: #f8fafc;
	transform: scale(1.05);
}

.action-btn-icon.close-btn:hover {
	background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
	border-color: #fca5a5;
}

.action-btn-icon.close-btn:hover i {
	color: #dc2626;
}

.wishlist-btn:hover,
.wishlist-btn.active {
	background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
	border-color: #fca5a5;
}

.wishlist-btn:hover i,
.wishlist-btn.active i {
	color: #ef4444;
}

.share-btn:hover {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	border-color: #7dd3fc;
}

.share-btn:hover i {
	color: #0284c7;
}

/* ========================================
   Dropdown Styles
   ======================================== */

.dropdown-menu-modern {
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-radius: 12px;
	padding: 8px;
	background: #ffffff;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
	z-index: 1050;
}

.dropdown-menu-modern .dropdown-header {
	font-size: 10px;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 8px 12px 6px;
}

.dropdown-menu-modern .dropdown-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	font-size: 13px;
	color: #334155;
	border-radius: 8px;
	transition: all 0.15s ease;
}

.dropdown-menu-modern .dropdown-item:hover {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	color: #0369a1;
}

.dropdown-menu-modern .dropdown-item i {
	font-size: 16px;
}

.tender-search-filter .dropdown-menu ul,
#my-keywords-filter .dropdown-menu {
	width: 280px;
	max-height: 360px;
	overflow-y: scroll;
}

.tender-search-filter-xl {
	width: 550px;
}

.tender-search-filter-xl .nav-tabs li.active {
	color: rgb(var(--bs-primary-rgb));
	background: linear-gradient(to right, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
}

.tender-search-filter-xl .tab-pane ul {
	max-height: 324px;
	overflow-y: scroll;
}

/* ========================================
   Tender Details Container
   ======================================== */

.tender-details-container {
	background: #ffffff;
	padding: 14px;
}

.details-header-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.header-actions-right {
	display: flex;
	gap: 8px;
}

.details-title-section {
	margin-bottom: 20px;
}

.details-title {
	font-size: 22px;
	font-weight: 700;
	color: #1e40af;
	margin: 0 0 8px 0;
	line-height: 1.3;
	width: 60%;
}

.details-subtitle {
	font-size: 13px;
	color: #64748b;
}

.details-subtitle i {
	color: #94a3b8;
}

.details-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.quoted-status-section {
	margin-bottom: 12px;
}

.td-stats-container {
	background: #f8fafc;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 16px;
	border: 1px solid #e2e8f0;
}

.td-stats-row {
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}

.td-stats-row:last-child {
	margin-bottom: 0;
}

.td-stat-item {
	flex: 1;
	background: #ffffff;
	border-radius: 6px;
	padding: 8px 10px;
	border: 1px solid #e2e8f0;
	min-width: 0;
}

.td-stat-label {
	display: block;
	font-size: 9px;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 2px;
}

.td-stat-value {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #334155;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.td-stat-value.clickable {
	cursor: pointer;
	color: #334155;
}

.td-stat-value.clickable:hover {
	color: #3b82f6;
}

.type-badge {
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 600;
	border-radius: 12px;
}

.type-badge.gem {
	background: #d1fae5;
	color: #059669;
}

.type-badge.non-gem {
	background: #f1f5f9;
	color: #64748b;
}

/* ========================================
   Search List Header
   ======================================== */

.tender-list-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e2e8f0;
	flex-wrap: wrap;
	gap: 10px;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 10;
	margin: 0 -12px;
	padding: 8px 12px;
}

.header-left {
	flex: 1;
	min-width: 0;
}

.results-info {
	font-size: 12px;
	color: #64748b;
}

.results-info strong {
	color: #334155;
	font-weight: 600;
}

.search-term {
	color: #3b82f6;
	font-weight: 600;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

/* ========================================
   Sort Dropdown
   ======================================== */

.sort-dropdown {
	position: relative;
}

.sort-dropdown-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #f8fafc;
	padding: 6px 10px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.sort-dropdown-btn:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
}

.sort-dropdown-btn i:first-child {
	color: #64748b;
	font-size: 14px;
}

.sort-chevron {
	font-size: 10px;
	color: #94a3b8;
	transition: transform 0.2s ease;
}

.sort-dropdown.show .sort-chevron {
	transform: rotate(180deg);
}

.sort-dropdown-menu {
	min-width: 160px;
	padding: 6px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
	background: #ffffff;
}

.sort-dropdown-menu .sort-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	font-size: 12px;
	border-radius: 6px;
	transition: all 0.15s ease;
}

.sort-dropdown-menu .sort-option:hover {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	color: #0369a1;
}

.sort-dropdown-menu .sort-option.active {
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	color: #1d4ed8;
}

.sort-dropdown-menu .sort-option i {
	font-size: 12px;
	color: #1d4ed8;
}

/* ========================================
   Toggle Switch
   ======================================== */

.toggle-wrapper {
	display: flex;
	align-items: center;
}

.toggle-switch {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 11px;
	color: #64748b;
	margin: 0;
}

.toggle-switch input[type="checkbox"] {
	width: 32px;
	height: 16px;
	appearance: none;
	background: #e2e8f0;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	transition: 0.2s;
}

.toggle-switch input[type="checkbox"]::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: white;
	border-radius: 50%;
	top: 2px;
	left: 2px;
	transition: 0.2s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.toggle-switch input[type="checkbox"]:checked {
	background: #3b82f6;
}

.toggle-switch input[type="checkbox"]:checked::before {
	left: 18px;
}

.toggle-label {
	user-select: none;
}

/* ========================================
   Empty State
   ======================================== */

.empty-state {
	padding: 60px 20px;
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
}

.empty-state i {
	font-size: 48px;
	color: #cbd5e1;
	margin-bottom: 12px;
	display: block;
}

.empty-state p {
	color: #94a3b8;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

/* ========================================
   Pagination
   ======================================== */

.pagination-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	margin-top: 12px;
	border-top: 1px solid #e2e8f0;
	flex-wrap: wrap;
	gap: 12px;
}

.report-link {
	font-size: 11px;
	color: #94a3b8;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: color 0.2s;
}

.report-link:hover {
	color: #ef4444;
}

.report-link i {
	font-size: 12px;
}

.pagination-nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.page-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 500;
	color: #64748b;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.15s ease;
}

.page-btn:hover {
	background: #f8fafc;
	border-color: #3b82f6;
	color: #3b82f6;
}

.page-btn.active {
	background: #3b82f6;
	border-color: #3b82f6;
	color: #ffffff;
}

.page-btn.prev,
.page-btn.next {
	background: #f8fafc;
}

.page-btn.prev:hover,
.page-btn.next:hover {
	background: #3b82f6;
	color: white;
}

.page-ellipsis {
	padding: 0 6px;
	color: #94a3b8;
	font-size: 12px;
}

/* ========================================
   Popup & Sticky Elements
   ======================================== */

#popup-msg {
	width: 300px;
	position: absolute;
	top: 90px;
	right: 1.5rem;
	display: none;
}

#my-keywords-filter {
	margin-top: -40px;
	margin-right: 164px;
}

#tender-search-keyword {
	height: 50px;
}

.sticky-1 {
	position: sticky;
	position: -webkit-sticky;
	top: var(--sticky-top, 64px);
	z-index: 9;
	overflow: visible;
	transition: box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	padding-bottom: 20px;
}

.sticky-1 .collapse {
	display: block;
	overflow: hidden;
	transition: height 0.35s ease, visibility 0.35s ease;
}

.is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(90deg, #f2f9ff 0%, #e4edf2 100%);
	padding-top: 15px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.sticky-1 .dropdown-menu {
	z-index: 1070;
}

.sticky-1.is-stuck .collapse {
	display: none !important;
}

.sticky-1.is-stuck .collapse.show {
	display: block !important;
}

.sticky-1.is-stuck .hover-pointer.text-primary {
	display: none !important;
}

.sticky-1.is-stuck #SearchResults {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 999px;
}

button#filter-sticky-toggle {
	background: transparent;
	border: 0;
}

.filter-sticky-btn {
	position: absolute;
	top: 50%;
	right: 164px;
	transform: translateY(-50%);
	height: 40px;
	padding-inline: 14px;
	display: none;
}

.sticky-2 {
	position: sticky;
	position: -webkit-sticky;
	top: var(--sticky-top, 64px);
	z-index: 9;
	overflow: visible;
	transition: box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
	padding-bottom: 20px;
}

.sticky-2.is-stuck .filter-sticky-btn {
	display: inline-flex;
	align-items: center;
}

.badge.bg-primary-subtle {
	background-color: rgba(13, 110, 253, 0.12);
	color: #0d6efd;
}

.tender-result-list.sticky-new {
	padding-top: 132px;
}

/* ========================================
   AI Summary Button
   ======================================== */

.ai-summary-btn-lineitem {
	transition: all 0.3s ease;
	border: 1px solid #556ee6 !important;
	background-color: transparent !important;
	color: #556ee6 !important;
}

.ai-summary-btn-lineitem:hover {
	background-color: #556ee6 !important;
	color: white !important;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(85, 110, 230, 0.3);
}

/* ========================================
   Animations
   ======================================== */

.arrow-down-animation {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		opacity: 0.6;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.6;
	}
}



.free-trial-main-strip {
	border-radius: 14px;
	border: 0.8px solid #BEDBFF;
	background: linear-gradient(90deg, #EFF6FF 0%, #DBEAFE 100%);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
	padding: 10px;
}

.free-trial-main-strip .banner-icon {
	width: 40px;
	height: 40px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	border-radius: 4px;
	padding: 4px;
}

.free-trial-main-strip .banner-title {
	color: #101828;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 21.75px;
}

.free-trial-main-strip.banner-subtitle {
	color: #4A5565;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.85px;
}

.free-trial-main-strip .trial-btn {
	border: none;
	font-size: 13px;
}

.free-trial-detail-strip .trial-banner {
	background: #22C55E;
	border-radius: 4px;
	padding: 10px;
	color: white;
}

.free-trial-detail-strip .trial-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20.3px;
}

.free-trial-detail-strip .trial-btn {
	background: #fff;
	color: #22C55E;
	border: none;
	font-weight: 500;
}

.nav-bar-trial .trial-text {
	color: #101828;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.nav-bar-trial .btn-primary {
	background-color: #058C2C;
	border: none;
}



.credit-balance {
	background: #6366F1;
	border-radius: 8px;
	padding: 6px 16px;
}

.add-credit-btn {
	margin-left: 8px;
	padding: 4px 8px;
	font-size: 12px;
}

.transaction-credit-btn {
	padding: 4px 8px;
	font-size: 12px;
	color: white;
	border-color: white;
}

.credit-btn {
	color: white;
	font-weight: 600;
	font-size: 12px;
}

/* ========================================
   Responsive Styles
   ======================================== */

@media (max-width: 992px) {
	.filter-sidebar {
		position: fixed;
		left: -320px;
		top: 0;
		height: 100vh;
		z-index: 1050;
		box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
	}

	.filter-sidebar.show {
		left: 0;
	}

	.filter-toggle-mobile {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.results-panel {
		padding: 15px;
	}

	.filter-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1040;
		cursor: pointer;
	}

	.filter-overlay.d-none {
		display: none !important;
	}

	.filter-sticky-btn {
		right: 100px;
	}


	.free-trial-main-strip {
		border-radius: 14px;
		border: 0.8px solid #BEDBFF;
		background: linear-gradient(90deg, #EFF6FF 0%, #DBEAFE 100%);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
		padding: 8px 4px;
		margin: 2px;
	}

	.free-trial-main-strip .banner-icon {
		width: 28px;
		height: 28px;
		margin-right: 6px;
	}

	.free-trial-main-strip .banner-title {
		color: #101828;
		font-size: 14px;
	}

	.free-trial-main-strip .banner-subtitle {
		color: #4A5565;
		font-size: 11px;
	}

	.free-trial-main-strip .trial-btn {
		border: none;
		font-size: 9px;
	}

	/* Remove background on selected Publish Date filter items in mobile */
	[data-filter-key="dateFilter"] .filter-item.active {
		background: transparent;
		color: inherit;
	}

	[data-filter-key="dateFilter"] .filter-item.active label {
		color: inherit !important;
	}

	.start-trial {
		font-size: 9px !important;
	}


	.free-trial-detail-strip .trial-btn {
		font-size: 9px;
		height: auto;
	}

	.free-trial-detail-strip .trial-text {
		font-size: 12px;
	}

	/* .ai-summary-btn {
		width: 140px;
	} */
}

@media (max-width: 768px) {
	.tender-details-container {
		padding: 0px;
	}

	.tender-list-header {
		padding: 8px 0;
	}

	.results-info {
		font-size: 11px;
	}

	.header-right {
		gap: 8px;
	}

	.sort-wrapper {
		padding: 3px 6px;
	}

	.sort-select {
		min-width: 70px;
		font-size: 10px;
	}

	.toggle-switch {
		font-size: 10px;
	}

	.toggle-switch input[type="checkbox"] {
		width: 28px;
		height: 14px;
	}

	.toggle-switch input[type="checkbox"]::before {
		width: 10px;
		height: 10px;
	}

	.toggle-switch input[type="checkbox"]:checked::before {
		left: 16px;
	}

	.page-btn {
		min-width: 28px;
		height: 28px;
		font-size: 11px;
		padding: 0 6px;
	}

	.action-btn {
		padding: 8px 10px;
	}


	.credit-balance {
		background: #6366F1;
		border-radius: 8px;
		padding: 6px 10px;
	}

	.add-credit-btn {
		margin-left: 4px;
		padding: 4px 8px;
		font-size: 9px;
	}

	.transaction-credit-btn {
		padding: 4px 8px;
		font-size: 9px;
	}

	.credit-btn {
		color: white;
		font-weight: 600;
		font-size: 12px;
	}

	.details-title {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.tender-search-filter .dropdown-menu {
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		border-radius: 0 !important;
		border-left: none !important;
		border-right: none !important;
		margin-top: -29px !important;
	}

	.tender-search-filter {
		float: none;
		position: static !important;
	}

	div#filter-wrapper {
		position: relative;
	}

	.nav-tabs-scroll-container {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.nav-tabs-scroll-container .nav {
		display: inline-block;
		width: auto;
	}

	.nav-tabs-scroll-container .nav-item {
		display: inline-block;
		float: none;
	}

	.custom-filter-left {
		justify-content: center;
	}

	.sticky-1 {
		top: var(--sticky-top-sm, 56px);
	}

	button#filter-sticky-toggle {
		background: transparent;
		border: 0;
		font-size: 19px;
		right: 50px;
		display: block;
	}

	.sticky-1 .collapse {
		display: none !important;
	}

	.sticky-1 .collapse.show {
		display: block !important;
	}
}

@media (max-width: 576px) {
	.filter-sticky-btn {
		right: 86px;
		height: 36px;
		padding-inline: 10px;
	}
}

@media (max-width: 575.98px) {
	.tender-details-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 16px;
	}

	.tender-details-grid .detail-item {
		min-width: 0;
		overflow: hidden;
	}

	.tender-details-grid .detail-icon {
		width: 24px;
		height: 24px;
	}

	.tender-details-grid .detail-icon i {
		font-size: 11px;
	}

	.tender-details-grid .detail-content {
		flex: 1;
		min-width: 0;
	}

	.tender-details-grid .detail-value {
		font-size: 11px;
	}
}

/* ========================================
   Keywords Wrapper
   ======================================== */

.keywords-wrapper {
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.keywords-wrapper.collapsed {
	max-height: 50px;
}

.keywords-wrapper.expanded {
	max-height: none;
}

/* ========================================
   Tender Detail Tabs – Pill Style
   ======================================== */

.td-tab-bar {
	background: #f8fafc;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #e2e8f0;
}

.td-tab-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.td-tab-scroll::-webkit-scrollbar {
	display: none;
}

.td-nav-pills {
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
	border: none;
}

.td-nav-pills .nav-item {
	flex-shrink: 0;
}

.td-tab-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	color: #64748b;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
	line-height: 1.4;
}

.td-tab-pill i {
	font-size: 14px;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.td-tab-pill:hover {
	background: #ffffff;
	color: #334155;
	border-color: #e2e8f0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.td-tab-pill:hover i {
	opacity: 1;
}

.td-tab-pill.active {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.td-tab-pill.active i {
	opacity: 1;
}

.td-tab-pill.active .td-tab-count {
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
}

.td-tab-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 600;
	border-radius: 10px;
	background: #e2e8f0;
	color: #475569;
	line-height: 1;
	transition: all 0.2s ease;
}


.ai-summary-btn {
	background: linear-gradient(135deg, #1D4ED8, #7C3AED);
	border-color: #7C3AED;
	color: #fff;
}

.ai-summary-btn:hover {
	background: linear-gradient(135deg, #1D4ED8, #7C3AED);
	border-color: #7C3AED;
	color: #fff;
}

.ai-charge {
	font-size: 11px;
}

.ai-text {
	font-size: 13px;
	height: 15px;
}