/* Add here all your CSS customizations */

.status {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.selesai {
  background: #008000;
}

.onprogress {
  background: #FFFF00;
}

.cancel {
  background: #FF0000;
}

.featuretitle{
    font-size: 15px;
    font-weight: 700;
    color: black;
    
}
.featuredetail{
    
}

.featurewidth{
    width: 75%
}

.releasewidth{
    width: 20%;
}

.featurerequest{
    overflow: hidden; 
    overflow-wrap: break-word; 
    resize: none; 
    height: 150px;
}

.statusbox{
    width: 100%;
    border-color: transparent;
}

.passworduser{
    background-color: transparent; 
    border: 0px;
}

.userID{
    padding: 10px;
}

.textstatus{
    padding: 3px;
    font-weight: 700;
}

/* Modern Dashboard Theme - Purple/Modern */
:root {
	--primary-gradient: linear-gradient(135deg, #6e45e2 0%, #88d3ce 100%);
	--purple-gradient: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
	--card-bg: #ffffff;
	--text-main: #2d3436;
	--text-muted: #636e72;
	--sidebar-bg: #ffffff;
	--body-bg: #f8f9fa;
	--primary-color: #6c5ce7;
}

body {
	background-color: var(--body-bg) !important;
	font-family: 'Inter', 'Segoe UI', sans-serif;
}

.header {
	background: #ffffff !important;
	border-bottom: 1px solid #edf2f7 !important;
	box-shadow: 0 2px 4px #3c387c) !important;
}

.sidebar-left {
	background: var(--sidebar-bg) !important;
	box-shadow: 2px 0 10px rgba(0,0,0,0.05) !important;
	min-height: 100vh !important;
}

.sidebar-left .sidebar-header {
	background: #ffffff !important;
	border-bottom: 1px solid #f1f2f6;
}

.sidebar-left .sidebar-title {
	color: #a4b0be !important;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

.nav-main li a {
	border-radius: 12px !important;
	margin: 2px 12px !important;
	padding: 10px 15px !important;
	color: #636e72 !important;
	font-weight: 500;
	transition: all 0.3s ease;
}

.nav-main li.nav-active > a {
	background: #f1f2f6 !important;
	color: var(--primary-color) !important;
	box-shadow: none !important;
}

.nav-main li a:hover {
	background: #f1f2f6 !important;
	color: var(--primary-color) !important;
}

.nav-main li a i {
	font-size: 1.1rem !important;
	margin-right: 12px !important;
	width: 20px;
	text-align: center;
}

.nav-category {
	padding: 20px 25px 8px !important;
	color: #a4b0be !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1.2px !important;
	list-style: none;
}


/* Header Refinement */
.header {
	background: #ffffff !important;
	border-bottom: 1px solid #edf2f7 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 70px;
}

.logo-container {
	width: 250px;
	height: 100%;
	display: flex;
	align-items: center;
	border: none !important;
	background: none !important;
}

.header-left {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.notifications {
	margin: 0 !important;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
	gap: 10px;
}

.userbox {
	margin: 0 !important;
}

/* Summary Cards Horizontal */
.summary-cards-row {
	margin-top: 30px;
	display: flex;
	gap: 15px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 10px;
}

.summary-card-modern {
	background: var(--purple-gradient);
	border-radius: 18px;
	padding: 20px;
	flex: 1;
	min-width: 180px;
	border: none;
	transition: all 0.3s ease;
	color: white !important;
	box-shadow: 0 10px 20px rgba(102, 126, 234, 0.2);
}

.summary-card-modern:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(102, 126, 234, 0.3);
}

.summary-card-modern .title {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
	margin-bottom: 5px;
	display: block;
	color: white !important;
}

.summary-card-modern .value {
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	color: white !important;
}

.summary-card-modern .card-icon {
	background: rgba(255,255,255,0.2) !important;
	color: white !important;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.summary-card-modern .trend {
	font-size: 0.8rem;
	margin-top: 8px;
	display: block;
	color: rgba(255,255,255,0.8) !important;
}

.content-card {
	background: white;
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	margin-bottom: 30px;
	border: none;
}

.progress-modern {
	height: 10px;
	border-radius: 5px;
	background-color: #f1f2f6;
	margin-bottom: 15px;
	overflow: hidden;
}

.progress-bar-modern {
	border-radius: 5px;
	background: var(--purple-gradient);
}

.activity-item {
	display: flex;
	gap: 15px;
	margin-bottom: 22px;
	align-items: center;
}

.activity-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: white;
}

.activity-info .name {
	font-weight: 600;
	display: block;
	color: var(--text-main);
}

.activity-info .action {
	font-size: 0.85rem;
	color: var(--text-muted);
}

.activity-time {
	margin-left: auto;
	font-size: 0.8rem;
	color: var(--text-muted);
}

.trend {
	font-size: 0.85rem;
	margin-top: 5px;
	display: block;
}
.trend.up { color: #55efc4; }
.trend.down { color: #fab1a0; }

.summary-card-modern .title {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
	margin-bottom: 10px;
	display: block;
}
.summary-card-modern .value {
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
}

.card-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text-main);
}

.btn-default { border-radius: 8px; background: #fff; border-color: #cbd5e1; color: #475569; }

/* Links */
a, .btn-link { color: #10b981; }
a:hover, a:focus, .btn-link:hover, .btn-link:focus { color: #047857; }

/* Tables */
.table thead th { background: #f8fafc; color: #c8ccd1; border-bottom: 2px solid #e2e8f0; font-weight: 600; }
.table tbody tr:hover { background: #f8fafc; }
.table.table-bordered { border-color: #e2e8f0; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border-color: #e2e8f0; }

/* Tabs */
.tabs .nav-tabs li a { color: #64748b; }
.tabs .nav-tabs li.active a { color: #10b981; border-top: 3px solid #10b981; }

/* Labels */
.label-primary { background-color: #10b981; }

/* Form controls */
.form-control {
    border-color: #cbd5e1;
    border-radius: 6px;
}
.form-control:focus {
    border-color: #10b981;
}

/* Utilities */
.shadow-soft { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05); }
.rounded-lg { border-radius: 12px; }