:root {
    /* Primary Brand Color */
    --color-primary: #0d6efd; /* Biru utama - Total Saldo */
    --color-primary-light: #e7f1ff;

    /* Success - Pemasukan */
    --color-income: #198754; /* Hijau - Pendapatan */
    --color-income-light: #d1e7dd;

    /* Danger - Pengeluaran */
    --color-expense: #dc3545; /* Merah - Pengeluaran */
    --color-expense-light: #f8d7da;

    /* Warning - Laba / Laba Rugi */
    --color-profit: #ffc107; /* Kuning - Laba */
    --color-profit-light: #fff3cd;

    /* Secondary / Rugi / Netral */
    --color-neutral: #6c757d; /* Abu - Rugi / info umum */
    --color-neutral-light: #f1f3f5;

    /* Info / Tambahan */
    --color-info: #0dcaf0;
    --color-info-light: #cff4fc;

    /* Background & Text Base */
    --color-background: #f8f9fa;
    --color-text: #212529;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #F1F5FB;
   /* background-color: #F8FAFB;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.table th{
    color:#444444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
   
}




.card-income {
    background-color: var(--color-income);
    color: white;
}
.card-expense {
    background-color: var(--color-expense);
    color: white;
}
.card-profit {
    background-color: var(--color-profit);
    color: white;
}
.card-total {
    background-color: var(--color-primary);
    color: white;
}

#header {
    background-color: #FFFFFF;
   
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.page-section {
    padding-top: 180px;
}

.page-section p {
    font-size: 15px;
}

.page-section ul li {
    font-size: 15px;
}

/* css */

/* navbar state */
.navbar.is-solid {
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.navbar.is-transparent {
    background: transparent !important;
    border-bottom: none !important;
}

/* lock solid untuk non-/kol supaya nggak berubah saat scroll */
.navbar.is-locked-solid {
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.invoice-header-border {
    border-bottom: 3px solid #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar {
    background-color: #FFFFFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    color: #000000;
}

.dropdown-item {
    font-size: 14px;
}

#header.app-header .navbar-brand {
    height: 100px;
    display: flex;
    align-items: center;
}



.logo {
    width: 300px;
}

#app .breadcrumb {
    list-style: none;
}

#app .breadcrumb .breadcrumb-item a {
    color: #6b8d21;
    text-decoration: none;
}

.fixed-top.app-header {
    background-color: #ffffff;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.step-card {
    height: 100%;
    transition: all 0.3s ease;
}
.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.login-input {
    padding: 11px;
    width: 320px;
}

.dashboard-card{
    background-color: #FFFFFF;
    border-radius: 5px;
    
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.dashboard-card.brand{
    border-top: 1px solid #5C34B9;
    border-right: 1px solid #5C34B9;
    border-left: 1px solid #5C34B9;
    border-bottom: 5px solid #5C34B9;
    color: #5C34B9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard-card.campaign{
    border-top: 1px solid #FFA914;
    border-right: 1px solid #FFA914;
    border-left: 1px solid #FFA914;
    border-bottom: 5px solid #FFA914;
    color: #FFA914;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard-card.registration{
    border-top: 1px solid #09A8A4;
    border-right: 1px solid #09A8A4;
    border-left: 1px solid #09A8A4;
    border-bottom: 5px solid #09A8A4;
    color: #09A8A4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard-card.content{
    border-top: 1px solid #D2548D;
    border-right: 1px solid #D2548D;
    border-left: 1px solid #D2548D;
    border-bottom: 5px solid #D2548D;
    color: #D2548D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.campaign-posts{
    background-color: #FFFFFF;
    border-radius: 5px;
    
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-top: 1px solid #3D7EB6;
    border-right: 1px solid #3D7EB6;
    border-left: 1px solid #3D7EB6;
    border-bottom: 5px solid #3D7EB6;
    color: #3D7EB6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h6{
    color:#444444;
}

.fs-12{
    font-size: 12px;
    color:#444444;
}

.is-draft-locked {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.bg-profile{
    background-color: #F1F5FB;
}