﻿article.content.px-4 {
    margin-top: 30px;
}
.sidebar-white {
    background-color: white !important;
}
.mud-table-root thead.mud-table-head tr th {
    padding-left: 5px !important;
    padding-right: 5px !important;
    /*  background: #14AC00 !important;*/
    background: #6a2004 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff !important;
    border-right: 1px solid #fff;
}

.mud-table-root button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon {
    margin: 0;
    padding: 0;
}

.mud-table-root > tbody > tr:nth-of-type(even) > * {
    background-color: #f9f9f9;
}

.mud-table-root > tbody > tr:hover > * {
    background-color: #ededed;
}
/*.logo-indigo .page-header.navbar .page-logo {
    background: #6a2004 !important;
}*/
.logo-indigo .page-header.navbar .page-logo.missa-logo {
    background: #00a648 !important;
}
.logo-indigo .page-header.navbar .page-logo.nissa-logo {
    background: #6a2004 !important;
}
body .mud-button-filled.mud-button-filled-primary {
    background-color: #00a748;
}
.signup-content .signup-form {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
}
    .signup-content .signup-form{
        width:100%;
    }
    .signup-form .form-title {
        text-align: center;
    }
img.mx-auto.d-block.logo-top-public {
    width: 100px;
}

.mud-dialog-title,
.custom-dialog-title {
    font-size: 2rem !important; /* Increase font size */
    font-weight: bold !important; /* Make it bold */
    color: #2d3a4a !important; /* Custom color (adjust as needed) */
    padding: 24px 24px 8px 24px !important; /* Add padding */
    background: #f8fafc !important; /* Light background */
    border-bottom: 1px solid #e0e0e0 !important; /* Optional: subtle border */
    letter-spacing: 0.5px;
}
.divCaptach button {
    height: 65px;
    border-radius: 0;
    margin-left: 0px;
}
.divCaptach img {
    width: 90%;
    height: 65px;
}
.page .sidemenu-container .sidemenu > li > a, .sidemenu-closed.sidemenu-container-fixed .sidemenu-container:hover .sidemenu > li > a {
    font-size: 15px;
}
.mud-table-root .mud-table-body .mud-table-cell {
    font-size: 15px;
}
td p.mud-typography.mud-typography-body1 {
    border-radius: 28px !important;
    padding: 5px 15px !important;
}
.mud-table-root thead.mud-table-head tr th.fit,
.mud-table-root .mud-table-body .mud-table-cell.fit
table td.fit, table th.fit {
    white-space: nowrap !important;
    width: 1% !important;
}

.masonry-container {
    column-count: 2;
    column-gap: 1rem;
}

@media (max-width: 768px) {
    .masonry-container {
        column-count: 1;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}
}
.missa-dashboard-page .mud-main-content {
    background-color: #f8f9fe;
    padding: 24px;
}

.missa-sidebar {
    background-color: #f0f3f2;
}

.missa-sidebar-header {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
}

.missa-sidebar .mud-nav-link.active {
    background-color: #029a44 !important;
    color: white !important;
    border-radius: 8px;
}

    .missa-sidebar .mud-nav-link.active .mud-icon-root {
        color: white !important;
    }

.missa-sidebar .mud-nav-item {
    margin: 4px 12px;
}

.missa-sidebar .mud-nav-link {
    color: #555;
}

.missa-tabs .mud-tabs-toolbar {
    background-color: #029a44 !important;
}

.missa-tabs .mud-tab {
    color: rgba(255, 255, 255, 0.7) !important;
}

    .missa-tabs .mud-tab.mud-tab-active {
        color: white !important;
    }
    .mud-tabs-tabbar-primary {
    background-color: #029a44;
    color: var(--mud-palette-primary-text);
}
.missa-chart-card {
    border-radius: 12px;
}

    .missa-chart-card .mud-card-header-content .mud-card-header-title {
        font-weight: 500;
    }

    .missa-chart-card .mud-card-header-content .mud-card-header-subtitle {
        color: #888;
        font-size: 0.85rem;
    }

    .missa-chart-card .mud-card-actions {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 8px;
        background-color: #fafafa;
        padding: 12px;
    }

.missa-footer-label {
    color: #777;
    font-size: 0.9rem;
}

.missa-footer-value {
    font-weight: bold;
    font-size: 1.1rem;
    color: #f59e0b;
}

.custom-legend {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.custom-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2196f3;
}
.missa-tabs .mud-tabs-tabbar.mud-tabs-tabbar-primary {
    background-color: #029a44 !important;
    background-image: none !important;
}
.mud-charts-bar-series path {
    animation: grow-bars 1s ease-in-out;
    transform-origin: bottom;
    stroke-width: 25px;
    /*  transform: scaleY(0);*/
}
.mud-chart-serie {
    animation: grow-bars 1s ease-in-out;
    transform-origin: center;
    /*  transform: scaleY(0);*/
}
.animated-bar-chart svg rect {
    animation: grow-bars 1s ease-in-out;
    transform-origin: bottom;
    /* transform: scaleY(0);*/
}
.text-white{color:white !important;}
/* Plain inputs & textareas with readonly attribute */
.readonly {
    background-color: #f4f4f4 !important; /* subtle light background */
    cursor: default; /* not editable */
    box-shadow: none;
}
.stepper-content-item .login-section-form-layout {
    width: 60% !important;
}
.mud-list-item-extended.mud-list-item-dense-extended,
.mud-list-item.mud-list-item-gutters.mud-list-item-clickable.mud-ripple {
   /* border-top: 1px dotted;*/
}
.mud-list-item-extended.mud-list-item-dense-extended {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mud-list-subheader-extended {
    padding-bottom: 5px !important;
}
    .swiper-wrapper {
        display: block !important
    }

    .mud-picker-inline.mud-picker-input-button .mud-input, .mud-picker-inline.mud-picker-input-button .mud-input .mud-input-root {
        cursor: pointer;
        background-color: #fff !important;
    }

    @keyframes grow-bars {
        from {
            transform: scaleY(0);
        }

        to {
            transform: scaleY(1);
        }
    }

.status {
    display: block;
    padding: 6px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

/* Account Status (string) */
.status-open {
    background-color: #f5f5f5;
    color: #616161;
    border: 1px solid #e0e0e0;
}

.status-under-review {
    background-color: #fff8e1;
    color: #f9a825;
    border: 1px solid #ffecb3;
}

.status-approved {
    background-color: #e6f4ea;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.status-in-progress {
    background-color: #e3f2fd;
    color: #1565c0;
    border: 1px solid #90caf9;
}

.status-closed {
    background-color: #fff3e0;
    color: #ef6c00;
    border: 1px solid #ffe0b2;
}

.status-rejected {
    background-color: #fdecea;
    color: #c62828;
    border: 1px solid #f5c6cb;
}

.status-default {
    background-color: #eeeeee;
    color: #424242;
    border: 1px solid #bdbdbd;
}

/* User Status (bool) */
.status-active {
    background-color: #e6f4ea;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.status-inactive {
    background-color: #fcebea;
    color: #c62828;
    border: 1px solid #f5c6cb;
}

.welcome {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    font-weight: bold; /* Added bold text */
}

.welcome h2 {
    margin: 0;
    font-size: 22px
}

.welcome .meta {
    color: var(--muted);
    font-size: 13px;
    margin-top: 6px
}

/* Metrics grid */
.metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 12px;
    margin-top: 18px
}

.card {
    background: var(--card);
    border-radius: 12px;
    padding: 18px;
    border: 1px solid #eef4fb;
    box-shadow: 0 6px 18px rgba(18,52,86,0.04)
}
.quick-btn {
    width: 100%;
    height: 60px;
    font-weight: 600;
    border-radius: 8px;
}

.metric-title {
    font-size: 13px;
    color: var(--muted)
}

.metric-value {
    font-size: 20px;
    margin-top: 8px;
    font-weight: 700
}

.metric-icon {
    float: right;
    opacity: 0.9
}

.actions-analytics {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 18px;
    margin-top: 18px
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px
}

.btn.ghost {
    background: transparent;
    border: 1px dashed #e2e8f0;
    color: var(--muted)
}

.activity {
    margin-top: 18px
}

.activity h3 {
    margin: 0 0 8px 0
}

.activity ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.activity li {
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg,#ffffff,#fbfdff);
    margin-bottom: 8px;
    border: 1px solid #f0f7ff;
    color: #0f172a
}

.charts .chart-card {
    margin-bottom: 12px
}

.btn-bluebase {
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn-bluebase:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
/* 1. Sky Blue (Light / Friendly) */
.btn-skyblue {
    background: linear-gradient(90deg, #7dd3fc, #38bdf8);
    color: white;
}

/* 2. Blue (Default / Balanced Primary) */
.btn-blue {
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    color: white;
}

/* 3. Deep Blue (Strong / Action Emphasis) */
.btn-deepblue {
    background: linear-gradient(90deg, #1e3a8a, #1d4ed8);
    color: white;
}

/* 4. Navy Blue (Professional / Serious Tone) */
.btn-navyblue {
    background: linear-gradient(90deg, #0f172a, #1e293b);
    color: white;
}

/* 5. Midnight Blue (Elegant / Power Tone) */
.btn-midnightblue {
    background: linear-gradient(90deg, #0a192f, #112240);
    color: white;
}

.district-label {
    font-size: 18px;
    font-weight: bold;
    color: #0d47a1; /* dark blue */
    text-shadow: 1px 1px 2px white;
}

/* Make text smaller inside tab headers */
.small-tabs .mud-tab {
    font-size: 10px !important; /* text size */
    padding: 4px 8px !important; /* height + padding reduced */
    min-height: 28px !important; /* smaller tab height */
    border-radius: 10px !important; /* rounded tabs */
}

/* Adjust icon size inside the tabs */
.small-tabs .mud-tab .mud-icon-root {
    font-size: 16px !important; /* smaller icons */
}

/* Style for the active tab */
.small-tabs .mud-tab.mud-tab-active {
    border-radius: 10px 10px 0 0 !important; /* rounded top corners */
    background-color: #1976d2 !important; /* optional highlight color */
    color: white !important;
}

/* Reduce spacing between tabs */
.small-tabs .mud-tabs-toolbar-inner {
    gap: 4px !important;
}

.metric-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    color: white;
    height: 120px;
}

.metric-icon {
    font-size: 32px;
    margin-right: 15px;
    opacity: 0.9;
}

.metric-number {
    font-size: 32px;
    font-weight: 700;
}

.metric-label {
    font-size: 14px;
    opacity: 0.9;
}

/* Bluish color palette (adjust as needed) */
.bg-blue-1 {
    background-color: #1E6BA8;
}

.bg-blue-2 {
    background-color: #17A2B8;
}

.bg-blue-3 {
    background-color: #48C9B0;
}

.bg-blue-4 {
    background-color: #F4D03F;
}

.bg-blue-5 {
    background-color: #F7DC6F;
}

.bg-blue-6 {
    background-color: #2980B9;
}

.bg-blue-7 {
    background-color: #8E44AD;
}

.bg-blue-8 {
    background-color: #4AA3DF;
}
.pmt-poor {
    background-color: #e6f4ea;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}
.pmt-middle {
    background-color: #fff8e1;
    color: #f9a825;
    border: 1px solid #ffecb3;
}
.pmt-able {
    background-color: #eeeeee;
    color: #424242;
    border: 1px solid #bdbdbd;
}
.pmt-default {
    background-color: #f5f5f5;
    color: #616161;
    border: 1px solid #e0e0e0;
}


/* responsive */
@media(max-width:980px) {
    .actions-analytics {
        grid-template-columns: 1fr
    }
}
.text-wrap {
    white-space: normal !important;
    word-break: break-word;
}
