html{
  font-size: 80%;
}
body {
    background: #f8f9fa;
    font-family: "Inter", sans-serif;
    /*font-family: Onest;*/
    font-weight: 400;
    font-style: Regular;
    /*font-size: 14px;*/
    leading-trim: NONE;
    line-height: 175%;
    letter-spacing: 0%;

}
.sidebar {
  min-height: 100vh;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  padding: 1rem;
}
.sidebar .nav-link {
  color: #333;
  border-radius: 8px;
  margin: 4px 0;
}
.sidebar .nav-link.active {
    background: #000;
    color: #fff;
    angle: 0 deg;
    opacity: 1;
    padding-top: 8px !important;
    padding-right: 24px!important;
    padding-bottom: 8px !important;
    padding-left: 24px !important;
    border-radius: 8px !important;

}
.topbar {
  background: #fff;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.card-stats {
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.welcome-card {
  background: #0c713d;
  color: #fff;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.chart-box {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.owner_font{
  font-weight: 400;font-style: Regular;leading-trim: NONE;line-height: 100%;letter-spacing: 0%;vertical-align: middle;
}

.stats-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9ecef;
}
.stat-value {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 5px 0;
}
.stat-label {
    color: #6c757d;
    font-size: 12px;
}
.stat-icon {
    font-size: 20px;
}
.trend-up { color: #28a745; }
.trend-down { color: #dc3545; }
.trend-neutral { color: #17a2b8; }
.badge-active { background-color: #d4edda; color: #155724; }
.badge-out-going { background-color: #fff3cd; color: #856404; }
.badge-inactive { background-color: #f8d7da; color: #721c24; }
.badge-cancelled { background-color: #f8d7da; color: #721c24; }
.table-container {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #e9ecef;
}
.search-bar {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 8px 15px;
    width: 300px;
}
.btn-filter, .btn-export {
    border: 1px solid #e9ecef;
    background: white;
    color: #6c757d;
    padding: 8px 15px;
    border-radius: 6px;
}
.table thead th {
    font-weight: 500;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 2px solid #e9ecef;
}
.table tbody td {
    vertical-align: middle;
    font-size: 14px;
}
.avatar-initials {
    background-color: #e9ecef;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
}
.search-bar {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    background: white;
    width: 100%;
    max-width: 300px;
}
.btn-filter, .btn-export {
    border: 1px solid #e9ecef;
    background: white;
    color: #6c757d;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.product-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.product-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.product-info {
    flex-grow: 1;
}
.product-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    color: #212529;
}
.product-measure {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 8px;
}
.product-price {
    font-size: 13px;
    color: #212529;
    font-weight: 500;
}
.product-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #6c757d;
}
.pagination-info {
    color: #6c757d;
    font-size: 14px;
}
.leaderboard-section {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}
.crown-badge {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
}
.position-number {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #007bff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}
.total-orders {
    font-size: 13px;
    color: #6c757d;
    margin-top: 5px;
}
.order-count {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}
.ranking-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f5;
}
.ranking-item:last-child {
    border-bottom: none;
}
.rank-number {
    width: 30px;
    font-weight: 600;
    color: #6c757d;
    font-size: 14px;
}
.user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
}
.user-name {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
}
.points-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    background: #f8f9fa;
    border-radius: 20px;
    font-size: 13px;
}
.trend-icon {
    font-size: 14px;
}
.trend-up { color: #28a745; }
.trend-down { color: #dc3545; }
.trend-neutral { color: #6c757d; }
.stat-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9ecef;
    position: relative;
}
.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
}
.icon-green { background: #d4edda; color: #28a745; }
.icon-red { background: #f8d7da; color: #dc3545; }
.icon-yellow { background: #fff3cd; color: #ffc107; }
.stat-value {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0 5px 0;
}
.stat-label {
    color: #6c757d;
    font-size: 13px;
}
.stat-trend {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
}
.search-bar {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    background: white;
    width: 100%;
    max-width: 300px;
}
.btn-filter, .btn-export {
    border: 1px solid #e9ecef;
    background: white;
    color: #6c757d;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.table-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
}
.table thead th {
    font-weight: 500;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 2px solid #e9ecef;
    padding: 12px 8px;
}
.table tbody td {
    vertical-align: middle;
    font-size: 14px;
    padding: 16px 8px;
}
.initials-badge {
    background: #e9ecef;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
}

.category-name {
    font-weight: 500;
    color: #212529;
}
.type-text {
    color: #6c757d;
}
.action-btn {
    color: #6c757d;
    cursor: pointer;
    font-size: 18px;
}
.action-btn:hover {
    color: #212529;
}

.welcome-card {
    background: #001E00;
    color: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.metric-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.metric-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 10px 0 5px 0;
}
.metric-label {
    color: #6c757d;
    font-size: 0.875rem;
}
.progress-ring {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #e9ecef;
    border-top-color: #28a745;
    display: inline-block;
    margin: 0 auto;
}
.chart-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e0e0e0;
}
.sidebar-menu {
    background: white;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #e0e0e0;
}
.sidebar-menu-item {
    padding: 12px 15px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}
.sidebar-menu-item:hover {
    background: #f8f9fa;
}
.user-item {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 5px 0;
    border-radius: 8px;
}
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #6c757d;
    margin-right: 12px;
}
.activity-item {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 5px 0;
    border-radius: 8px;
}
.activity-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.875rem;
}
.nav-tabs .nav-link {
    border: none;
    color: #6c757d;
}
.nav-tabs .nav-link.active {
    color: white;
    background: #1e3a5f;
    border-radius: 20px;
    angle: 0 deg;
    opacity: 1;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    border-radius: 8px;

}