@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap');


/* ================= GLOBAL BRAND COLORS & TYPOGRAPHY ================= */

:root {
    --primary: #5c2578;
    --pirmary-dark: #4D2276;
    /* --primary-dark: #0369a1;   */
    --secondary: #1e293b;
    --purple: #5c2578;
    --menuhover: #6B3392;

    /* Typography */
    --font-body: 'Archivo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-heading: 'Outfit', var(--font-body);

    /* Override button colors  */
    --btn-primary: #4f46e5;
    --btn-default-bg: #f3f4f6;
    --btn-default-hover-bg: #e5e7eb;
    --border-radius: 4px;

    /* Login page specific    */
    /* --control-bg: #f8ecff; */
    --control-bg: #fdfaff;
    /* --border-color: #E7E7E7; */
    --border-color: #D0D5DD;
    --input-border-color: #D0D5DD;
    /* --border-color: #acaab1; */

    --text-light: #6b7280;
    --scrollbar-track-color: #3d214400;
}

body {
    font-family: var(--font-body) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-heading) !important;
    font-weight: 600;
}

* {

    scrollbar-color: #d3d3d39e var(--scrollbar-track-color) !important;
    scrollbar-width: none;
}

.body-sidebar {
    background: #350b57 !important;
    overflow-y: auto !important;
    /* Move scrollbar to the edge while keeping content centered */
    overflow-x: visible !important;
    display: flex !important;
    flex-direction: column !important;

    /* Centered padding */
}

/* Hide scrollbar for a cleaner look but keep functionality */
.body-sidebar::-webkit-scrollbar {
    width: 0px;
}

.body-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

/* --- COLLAPSED STATE: Custom Wide-Mini Sidebar (70px) --- */
@media screen and (min-width: 768px) {
    .body-sidebar-container:not(.expanded) .body-sidebar {
        width: 70px !important;
        overflow-x: visible !important;
        /* Allow dropdowns to pop out */
    }

    .body-sidebar {
        padding: 8px 7px 0px 7px !important;
    }

}


.body-sidebar-container:not(.expanded) .body-sidebar .standard-sidebar-item .item-anchor {
    flex-direction: column !important;
    height: auto !important;
    padding: 2px 0 !important;
    /* Removed horizontal padding to ensure center */
    justify-content: center !important;
    gap: 2px !important;
    text-align: center !important;
}

.body-sidebar-container:not(.expanded) .body-sidebar .standard-sidebar-item {
    padding: 0 5px;
}

.body-sidebar-container:not(.expanded) .body-sidebar .sidebar-item-label {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    width: 100% !important;
    padding: 0 0px !important;
    text-align: center !important;
    color: #fff !important;
}

/* These classes are toggled via JS based on text content (Multi-word vs Single long word) */
.body-sidebar-container:not(.expanded) .label-wrap {
    white-space: normal !important;
    word-break: break-word !important;
    text-overflow: clip !important;
}

.body-sidebar-container:not(.expanded) .label-ellipsis {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.body-sidebar-container:not(.expanded) .body-sidebar .sidebar-item-icon svg,
.body-sidebar-container:not(.expanded) .body-sidebar .icon {
    width: 18px !important;
    height: 18px !important;
    margin: 0 auto !important;
}

/* Hide shortcuts in collapsed mode */
.body-sidebar-container:not(.expanded) .sidebar-item-suffix {
    display: none !important;
}

/* --- EXPANDED STATE: Standard Frappe Sidebar (220px) --- */
.body-sidebar-container.expanded .body-sidebar {
    width: 220px !important;
    /* padding: 8px 12px !important; */
    padding: 0px !important;
}

.body-sidebar-container.expanded .body-sidebar .standard-sidebar-item .item-anchor {
    flex-direction: row !important;
    height: 34px !important;
    padding: 4px 0px !important;
    justify-content: flex-start !important;
    gap: 0px !important;
    text-align: left !important;
}

.body-sidebar-container.expanded .body-sidebar .sidebar-item-label {
    font-size: 14px !important;
    text-align: left !important;
    color: #fff !important;
}

/* --- LOGO & HEADER --- */
/* Center logo in both states but style custom in collapsed */
.sidebar-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 10px 0 !important;
}

.body-sidebar-container .sidebar-header:not(.expanded) {
    padding: 9px 0 0 9px !important;
}

.body-sidebar-container:not(.expanded) .sidebar-header .header-logo {
    background-image: url('/assets/ui_core/images/logo_small.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 42px;
    margin: 0 auto !important;
    display: block !important;
}

.body-sidebar .collapse-sidebar-link {
    padding: 0 8px;
}

.body-sidebar .nav-item {
    margin-left: 14px;
}

.body-sidebar-container:not(.expanded) .sidebar-header .header-logo img,
.body-sidebar-container:not(.expanded) .sidebar-header .header-logo .icon-container {
    display: none !important;
}

/* --- USER MENU (POPOVER) FIX --- */
/* Only in collapsed mode, we want the dropdown menu to pop out of the narrow sidebar */
.body-sidebar-container:not(.expanded) .body-sidebar-bottom .dropdown-navbar-user {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
}

.body-sidebar-container:not(.expanded) .body-sidebar-bottom .avatar {
    margin: 0 auto !important;
    cursor: pointer;
}

/* Position the dropdown menu correctly outside the 70px bar */
.body-sidebar-container:not(.expanded) .body-sidebar-bottom .dropdown-navbar-user .dropdown-menu {
    position: fixed !important;
    left: 75px !important;
    bottom: 20px !important;
    top: auto !important;
    transform: none !important;
    z-index: 9999 !important;
    display: none;
}

.body-sidebar-container:not(.expanded) .body-sidebar-bottom .dropdown-navbar-user.show .dropdown-menu {
    display: block !important;
}

.body-sidebar-container:not(.expanded) .sidebar-footer .dropdown.show .dropdown-toggle {
    background: transparent !important;
}

/* --- SHARED & FIXES --- */
.current-color {
    color: #fff !important;
}

/* Hide Frappe default arrows for submenus/collapsible items */
.body-sidebar .drop-icon,
.body-sidebar [item-icon="chevron-right"],
.body-sidebar [item-icon="chevron-down"] {
    display: none !important;
}

/* Zoho-style triangle for items with submenus */
/* Targeted at the anchor to place it in the bottom-right corner of the item box */
.body-sidebar .standard-sidebar-item:has(.drop-icon) .item-anchor,
.body-sidebar .standard-sidebar-item:has([item-icon="chevron-right"]) .item-anchor {
    position: relative !important;
}

.body-sidebar .standard-sidebar-item:has(.drop-icon) .item-anchor::after,
.body-sidebar .standard-sidebar-item:has([item-icon="chevron-right"]) .item-anchor::after {
    content: '' !important;
    position: absolute !important;
    bottom: 4px !important;
    right: 4px !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 0 0 6px 6px !important;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent !important;
}

.body-sidebar .standard-sidebar-item:not(.active-sidebar):has(a:not(.section-break)):hover {
    background-color: var(--menuhover) !important;
}

.body-sidebar .icon {
    stroke: #fff !important;
}

/* Notification sideout */
.body-sidebar .standard-items-sections .dropdown-notifications .notifications-list {
    left: 7.4%;
}

/* Ensure Search and Notifications scroll with everything else */
.body-sidebar-top,
.standard-items-sections {
    overflow: auto !important;
    height: auto !important;
    flex: none !important;
    width: 100% !important;

}

.body-sidebar-container.expanded .body-sidebar-top,
.body-sidebar-container.expanded .standard-items-sections {
    padding: 0px 8px !important;
}

.body-sidebar-container.expanded .body-sidebar-bottom {
    padding: 20px 10px 20px 15px !important;
}

.body-sidebar-container:not(.expanded) .collapse-sidebar-link {
    padding: 0px 16px !important;
}

.body-sidebar-bottom {
    position: sticky !important;
    bottom: 0px;
    background: #350b57 !important;
    z-index: 1000;
    margin-top: auto;
    padding: 10px 0px 10px 0px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* 1. Hide the original SVG workspace icon or image */
.sidebar-header .header-logo img,
.sidebar-header .header-logo .icon-container {
    display: none !important;
}

/* 2. Insert your logo as a background in the header-logo container */
.sidebar-header .header-logo {
    background-image: url('/assets/ui_core/images/logo_small.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    /* Adjust size based on your logo aspect ratio */
    height: 32px;

    display: inline-block;
}

.hover {
    background-color: var(--menuhover) !important;
}

.header-title,
.header-subtitle {
    color: #ffffff !important;
}

.sidebar-item-icon>.header-logo {
    background-color: #fff;
    border-radius: 4px;
    padding: 0 2px;
}

/* Navbar */
.navbar {
    /* background: var(--pirmary-dark) !important; */
    background: #350b57 !important;
}

.frappe-control[data-fieldtype=Select] .control-input .select-icon.xs,
.frappe-control[data-fieldtype=Select].form-group .select-icon.xs {
    top: 8px;
}

/* Sidebar */
/* .layout-side-section {
    background: #0f172a !important;
} */



.active-sidebar {
    background: var(--menuhover) !important;
}

/* Buttons */
.btn-primary {
    background: var(--primary) !important;
    border: none !important;
}


/* Links */
a {
    color: var(--primary);

}


/* ======== HEader ========= */

.page-head {
    background: #f6f5f8;
    border-bottom: none;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}

.page-head .page-head-content {
    height: 50px;
    /* box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14); */
    /* margin: 8px 0px 0px 0px; */
    background: #fff;
    border-radius: 8px;
}


/* ====== FIXES ========== */
.attached-file .ellipsis {
    max-width: 40%;
}

/* ========== FORM PAGE LAYOUT ============ */


.std-form-layout>.form-layout>.form-page {
    border-radius: 8px;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
    margin: 15px;
}

div:has(> .form-footer) {
    margin: 15px;
    padding: 10px 0px;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
    border-radius: 8px;
    background: #fff;
}


/* ======== workspace background ========== */
[data-page-route=Workspaces] .layout-main-section {
    background: #f4f3f6;
}

/* ======= Content Area list view ========= */

.layout-main-section-wrapper {
    background: #f8f7fa;
}

.main-section {
    background: #f8f7fa;
}

.page-form {
    margin: 15px 15px 0px 15px;
    border-radius: 8px;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}

.frappe-list {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
    margin-bottom: 15px;
    margin-top: 15px;
}

.list-row-head {
    background-color: #3d3d3d;
}

.datatable .dt-row {
    /* background-color: #3d3d3d; */
}


.datatable .dt-header .dt-row-header {
    background-color: #3d3d3d;
}

.dt-cell--header {
    background-color: #3d3d3d;
}

.datatable .dt-row-filter .dt-filter.dt-input {
    background: #ebebeb;
}

.datatable .dt-header .dt-cell--header .dt-cell__content {
    background-color: #3d3d3d;
    color: #fff;
}

.dt-dropdown__toggle {
    background-color: #3d3d3d;
}

.datatable {
    border-radius: 8px;
}

.list-row-head .level-right {
    background-color: #3d3d3d;
}

.list-row-head {
    color: #fff !important;
    height: 38px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-row-head,
.level-item {
    color: #fff !important;
}

.list-row-head:hover .level-right {
    background-color: #524f4f;
}

.list-row-head .icon {
    color: #fff !important;
}

.list-paging-area {
    padding: 10px 10px !important
}

/* =========FORMS========== */

#navbar-search {
    background-color: #ffd4d400 !important;
    border: transparent !important;
    color: var(--text-light) !important;
    height: 24px;
}

.form-control {
    background-color: #fff !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-light) !important;
    height: 40px;
}

.btn-xs {
    border: var(--border-color) solid 1px !important;
}

.custom-actions .btn {
    border: #ddd solid 1px !important;
}

.standard-actions .text-muted,
.standard-actions .menu-more-button {
    border: #ddd solid 1px !important;
}

.filter-section .btn,
.input-group .btn {
    border: #ddd solid 1px !important;
}

.input-group .btn {
    height: 40px;
}

.btn-new-doc {
    border: #ddd solid 1px !important;
}

/* ===== sidebar ===== */

.collapse-sidebar-link {
    color: #fff !important;
}

.body-sidebar-bottom .avatar-name-email {
    color: #fff !important;
}

.body-sidebar-container.expanded .body-sidebar .dropdown-navbar-user:hover {
    background-color: var(--menuhover) !important;
    /* padding: 0 4px; */
    /* background-color: #3e254f !important; */
}


.page-form .form-control,
.page-form .input-group .btn {
    height: 32px !important;
}

.page-form .form-control,
.page-form .input-group {
    border-radius: 4px !important;
}

.page-form .checkbox {
    line-height: 20px !important;
}

.input-group>.form-control:not(:last-child) {
    margin-right: -1px !important;
}

.frappe-control[data-fieldtype=Select] .control-input .select-icon {
    top: 8px;
}

.frappe-control[data-fieldtype=Color] .selected-color {
    top: 11px;
}

/* Fix Input Alignment at 40px height */
/* .btn:not(.btn-sm):not(.btn-xs):not(.btn-link) {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.input-group .btn {
    height: 40px !important;
}

.input-group-append .btn,
.input-group-prepend .btn {
    margin-top: 0 !important;
} */

/* Ensure filter buttons and other desk elements align */
/* .filter-selector .btn,
.sort-selector .btn,
.list-filters .btn,
.input-group .btn {
    height: 40px !important;
} */



/* ================= SIDEBAR ================= */

/* .layout-side-section {
    background: linear-gradient(180deg, #5b2a86, #4c1d95); 
    width: 68px;
} */

/* Sidebar icons */
.standard-sidebar-item {
    color: #d6bcfa !important;
}

/* Active icon */
.standard-sidebar-item.selected,
.standard-sidebar-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}


/* ===== LOGIN ===== */
/* Layout Container */
.kof-login {
    display: flex;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    border: 1px solid #ffffff70;
    flex-flow: wrap;
    padding: 80px 20px;
    height: 100vh;
    /* width: 100vw; */
    margin: 0;

}

/* Left Side (Branding) */
.kof-left {
    flex: 1;
    background-color: #5c2578;
    /* Your brand purple */
    background: url(/assets/ui_core/images/login-bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kof-logo {
    width: 250px;
    /* Adjust size as needed */
}

/* Right Side (Form) */
.kof-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.login-card {
    width: 100%;
    max-width: 400px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .kof-left {
        display: none;
    }
}

.navbar-home {
    background: #fff;
    border-radius: 8px;
    padding: 3px;
}

.navbar-home img {
    content: url("/assets/ui_core/images/logo_small.svg");
    width: 34px;

}

/* Remove Frappe footer branding */
.footer-powered,
.powered-by {
    display: none !important;
}

/* ================= DASHBOARD CUSTOM STYLES ================= */

/* ================= DASHBOARD CUSTOM STYLES ================= */

.dashboard-section-header {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--secondary);
    margin-bottom: 2rem;
    margin-top: 3rem;
    position: relative;
    padding-left: 1rem;
}

.dashboard-section-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: var(--primary);
    border-radius: 2px;
}

.kof-metric-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.kof-metric-card {
    background: #fff;
    border: 1px solid rgba(8c, 37, 120, 0.08);
    /* Subtle brand border */
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.kof-metric-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #a855f7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kof-metric-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}

.kof-metric-card:hover::after {
    opacity: 1;
}

.kof-metric-title {
    font-weight: 700;
    font-size: 1.1rem;
    font-family: var(--font-heading);
    color: #1f2937;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kof-metric-stats {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.kof-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kof-stat-value {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.kof-stat-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    margin-top: 0.5rem;
}

/* Color Variants */
.text-total {
    background: linear-gradient(45deg, #059669, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-due {
    background: linear-gradient(45deg, #d97706, #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-overdue {
    background: linear-gradient(45deg, #dc2626, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-finance {
    background: linear-gradient(45deg, var(--primary), #9333ea);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kof-finance-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kof-finance-info {
    flex: 1;
}

.kof-finance-value {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
    font-family: var(--font-heading);
}

.kof-finance-subtitle {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.kof-finance-trend {
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
}

.kof-trend-up {
    background-color: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.kof-trend-down {
    background-color: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}

.kof-metric-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(92, 37, 120, 0.05);
    border-radius: 16px;
    padding: 12px;
}

.kof-metric-icon .icon {
    width: 100% !important;
    height: 100% !important;
    stroke: var(--primary) !important;
}

/* Table Style Widgets */
.kof-list-widget {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.kof-list-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(92, 37, 120, 0.02);
}

.kof-list-header span:first-child {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.2rem;
    color: #111827;
}

.kof-list-item {
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    border-bottom: 1px solid #f9fafb;
    transition: background-color 0.2s;
    cursor: pointer;
}

.kof-list-item:hover {
    background-color: #f9fafb;
}

.kof-list-item:last-child {
    border-bottom: none;
}

.kof-item-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary), #a855f7);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(92, 37, 120, 0.2);
}

.kof-item-details {
    flex: 1;
}

.kof-item-title {
    font-weight: 700;
    font-size: 1rem;
    color: #111827;
}

.kof-item-subtitle {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.15rem;
}

.kof-item-value {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--primary);
}

/* Glassmorphism Effect for certain elements */
.glass-effect {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}








/* Main Card */
.ui-core-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.ui-core-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Title */
.ui-core-card .card-title,
.ui-core-card .number-card-title {
    font-size: 13px;
    color: #6b7280;
}

/* Number */
.ui-core-card .card-number,
.ui-core-card .number-card-value {
    font-size: 26px;
    font-weight: 600;
    margin-top: 6px;
}

/* Icon */
.ui-core-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 42px;
    width: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Wave */
.ui-core-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    opacity: 0.9;
}

.ui-core-wave svg {
    width: 100%;
    height: 100%;
}