.dashboard-container{background-color:#f8f9fa;padding:30px 0;min-height:70vh}.dashboard-container .welcome-card{border:none;border-radius:10px;box-shadow:0 4px 12px #0000001a}.dashboard-container .welcome-card .card-header{border-radius:10px 10px 0 0}.dashboard-container .info-card{border:none;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.dashboard-container .info-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.dashboard-container .info-card .card-title{color:#333;font-weight:600}.dashboard-container .info-card .card-text{color:#6c757d}.dashboard-container .info-card .btn{border-radius:5px;padding:.5rem 1rem;transition:all .2s}.dashboard-container .info-card .btn:hover{transform:translateY(-2px)}.dashboard-container .info-card .card-icon{font-size:2rem;margin-bottom:15px;color:#0d6efd}.dashboard-container .stats-row{margin-bottom:30px}.dashboard-container .stats-row .stat-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 6px #0000000d;display:flex;align-items:center}.dashboard-container .stats-row .stat-card .stat-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px}.dashboard-container .stats-row .stat-card .stat-icon i{font-size:1.5rem;color:#fff}.dashboard-container .stats-row .stat-card .stat-content .stat-value{font-size:1.5rem;font-weight:700;margin-bottom:0}.dashboard-container .stats-row .stat-card .stat-content .stat-label{color:#6c757d;margin-bottom:0}.dashboard-container .stats-row .stat-card.primary .stat-icon{background-color:#0d6efd26}.dashboard-container .stats-row .stat-card.primary .stat-icon i,.dashboard-container .stats-row .stat-card.primary .stat-value{color:#0d6efd}.dashboard-container .stats-row .stat-card.success .stat-icon{background-color:#19875426}.dashboard-container .stats-row .stat-card.success .stat-icon i,.dashboard-container .stats-row .stat-card.success .stat-value{color:#198754}.dashboard-container .stats-row .stat-card.warning .stat-icon{background-color:#ffc10726}.dashboard-container .stats-row .stat-card.warning .stat-icon i,.dashboard-container .stats-row .stat-card.warning .stat-value{color:#ffc107}.dashboard-container .stats-row .stat-card.info .stat-icon{background-color:#0dcaf026}.dashboard-container .stats-row .stat-card.info .stat-icon i,.dashboard-container .stats-row .stat-card.info .stat-value{color:#0dcaf0}.dashboard-container .recent-activity{margin-top:30px}.dashboard-container .recent-activity .card{border:none;border-radius:10px;box-shadow:0 4px 6px #0000000d}.dashboard-container .recent-activity .activity-item{padding:15px 0;border-bottom:1px solid #e9ecef}.dashboard-container .recent-activity .activity-item:last-child{border-bottom:none}.dashboard-container .recent-activity .activity-item .activity-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px}.dashboard-container .recent-activity .activity-item .activity-icon i{font-size:1.2rem;color:#fff}.dashboard-container .recent-activity .activity-item .activity-content{flex:1}.dashboard-container .recent-activity .activity-item .activity-content .activity-title{font-weight:600;margin-bottom:5px}.dashboard-container .recent-activity .activity-item .activity-content .activity-time{color:#6c757d;font-size:.875rem}
