body {
	display: flex !important;
	flex-direction: column !important;
	min-height: 100vh !important;
	margin: 0 !important;
}

#generalBody {
	flex-grow: 1 !important;
	flex-shrink: 0 !important;
}

.main-footer-public {
	flex-shrink: 0 !important;
}

.pageTitle.modern-title {
	border-bottom: none !important;
	color: #ffffff !important;
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	margin-bottom: 25px;
	padding-bottom: 12px;
	position: relative;
	background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.pageTitle.modern-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #a855f7, #c084fc);
	border-radius: 3px;
}

.codiTimeLine {
	background-color: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 18px 14px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.codiTimeLine > div {
	background-color: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	font-size: 11px;
	font-weight: 500;
	color: #94a3b8;
	padding: 10px 12px;
	position: relative;
	transition: all 0.25s ease;
	text-align: center;
	line-height: 1.3;
}

.codiTimeLine > div::after {
	content: '↓';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.15);
	margin-top: 1px;
	z-index: 2;
}

.codiTimeLine > div:last-child::after {
	content: '';
}

.codiTimeLine > div.codiTimeLineSelected {
	background: linear-gradient(135deg, #a855f7 0%, #7e22ce 100%);
	border-color: transparent;
	color: #ffffff !important;
	font-size: 11.5px;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(168, 85, 247, 0.35);
}

.codiTimeLine > div.codiTimeLineSelectedAlert {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	border-color: transparent;
	color: #ffffff !important;
	font-size: 11.5px;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
}

.alert-danger {
	background: rgba(239, 68, 68, 0.08) !important;
	border: 1px solid rgba(239, 68, 68, 0.2) !important;
	color: #fca5a5 !important;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
}

.alert-danger h4 {
	color: #ef4444;
	font-weight: 700;
	margin-bottom: 8px;
}

.alert-warning {
	background: rgba(245, 158, 11, 0.08) !important;
	border: 1px solid rgba(245, 158, 11, 0.2) !important;
	color: #fde047 !important;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
}

.alert-warning b {
	color: #ffffff;
}

.alert-info-box {
	background: rgba(168, 85, 247, 0.08) !important;
	border: 1px solid rgba(168, 85, 247, 0.15) !important;
	color: #e9d5ff !important;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 13.5px;
	line-height: 1.6;
}

.alert-info-box b {
	color: #c084fc;
}

.table-responsive {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	background-color: #1e293b;
	margin-top: 20px;
	margin-bottom: 25px;
}

.table {
	margin-bottom: 0 !important;
	border-collapse: collapse;
}

.table th {
	background-color: #0f172a !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	font-weight: 700;
	font-size: 12.5px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 14px 16px !important;
}

.table td {
	color: #cbd5e1 !important;
	border: 1px solid rgba(255, 255, 255, 0.05) !important;
	font-size: 13px;
	padding: 16px !important;
	vertical-align: middle !important;
	background-color: #1e293b;
}

.file-upload-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.file-upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.file-upload-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
	color: #cbd5e1;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}

.file-upload-label:hover {
	background: rgba(168, 85, 247, 0.15);
	border-color: rgba(168, 85, 247, 0.35);
	color: #c084fc;
}

.download-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #c084fc !important;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.download-link:hover {
	color: #a855f7 !important;
	text-decoration: underline !important;
}

.file-status-none {
	color: #e2e8f0;
	opacity: 0.4;
	font-weight: 600;
	font-size: 12px;
}

.btn-submit-review {
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%) !important;
	border: none !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	padding: 14px 28px !important;
	border-radius: 30px !important;
	box-shadow: 0 8px 25px rgba(168, 85, 247, 0.25) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-submit-review:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 30px rgba(168, 85, 247, 0.45) !important;
}

.btn-submit-review:active {
	transform: translateY(1px) !important;
}

.status-feedback-box {
	background: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 40px 35px;
	text-align: center;
	box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.status-feedback-icon {
	font-size: 54px;
	color: #a855f7;
	margin-bottom: 22px;
}

.status-feedback-title {
	font-size: 15.5px;
	line-height: 1.6;
	color: #cbd5e1;
	margin: 0;
}

.status-highlight {
	color: #c084fc;
	font-weight: 700;
}

.scheduled-box {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.scheduled-label {
	color: #94a3b8;
}

.scheduled-value {
	color: #c084fc;
}

.verification-title {
	color: #ffffff;
}

.verification-subtitle {
	color: #94a3b8;
}

.verification-details {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.verification-details .info-row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.verification-details .info-row:last-child {
	border-bottom: none;
}

.verification-details .info-label {
	color: #94a3b8;
}

.verification-details .info-value {
	color: #ffffff;
}

.theme-light .pageTitle.modern-title {
	background: none !important;
	-webkit-text-fill-color: initial !important;
	color: #0f172a !important;
}

.theme-light .codiTimeLine {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .codiTimeLine > div {
	background-color: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	color: #64748b !important;
}

.theme-light .codiTimeLine > div::after {
	color: rgba(0, 0, 0, 0.15) !important;
}

.theme-light .alert-danger {
	background: rgba(239, 68, 68, 0.05) !important;
	border: 1px solid rgba(239, 68, 68, 0.15) !important;
	color: #991b1b !important;
}

.theme-light .alert-danger h4 {
	color: #dc2626 !important;
}

.theme-light .alert-warning {
	background: rgba(245, 158, 11, 0.05) !important;
	border: 1px solid rgba(245, 158, 11, 0.15) !important;
	color: #854d0e !important;
}

.theme-light .alert-warning b {
	color: #1e293b !important;
}

.theme-light .alert-info-box {
	background: rgba(168, 85, 247, 0.05) !important;
	border: 1px solid rgba(168, 85, 247, 0.15) !important;
	color: #6b21a8 !important;
}

.theme-light .alert-info-box b {
	color: #9333ea !important;
}

.theme-light .table-responsive {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .table th {
	background-color: #f8fafc !important;
	color: #0f172a !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .table td {
	background-color: #ffffff !important;
	color: #475569 !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .file-upload-label {
	border: 1px solid #cbd5e1 !important;
	background: #ffffff !important;
	color: #475569 !important;
}

.theme-light .file-upload-label:hover {
	background: rgba(168, 85, 247, 0.05) !important;
	border-color: rgba(168, 85, 247, 0.25) !important;
	color: #a855f7 !important;
}

.theme-light .download-link {
	color: #a855f7 !important;
}

.theme-light .download-link:hover {
	color: #7e22ce !important;
}

.theme-light .file-status-none {
	color: #64748b !important;
	opacity: 0.7 !important;
}

.theme-light .status-feedback-box {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04) !important;
}

.theme-light .status-feedback-title {
	color: #475569 !important;
}

.theme-light .status-highlight {
	color: #a855f7 !important;
}

.theme-light label {
	color: #334155 !important;
}

.theme-light hr {
	border-color: rgba(0, 0, 0, 0.08) !important;
}

.theme-light .scheduled-box {
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.theme-light .scheduled-label {
	color: #64748b !important;
}

.theme-light .scheduled-value {
	color: #a855f7 !important;
}

.theme-light .verification-title {
	color: #0f172a !important;
}

.theme-light .verification-subtitle {
	color: #64748b !important;
}

.theme-light .verification-details {
	background: rgba(0, 0, 0, 0.01) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .verification-details .info-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .verification-details .info-label {
	color: #64748b !important;
}

.theme-light .verification-details .info-value {
	color: #0f172a !important;
}