@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';

/* /Layout/Empty.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x90kb073vn] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-x90kb073vn] {
    flex: 1;
}
.pwa-instruction-content[b-x90kb073vn]{
    font-size:10px;
    margin: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* /Layout/TopNavMenu.razor.rz.scp.css */
.btn.dropdown-toggle:active[b-p2muduiwgv],
.btn.dropdown-toggle:focus[b-p2muduiwgv],
.btn.dropdown-toggle.show[b-p2muduiwgv] {
    background-color: #0d6efd !important; /* Bootstrap blue, change as desired */
    color: #fff !important;
    border-color: #0a58ca !important;
}

.item-menu[b-p2muduiwgv] {
    border: none;
    background: transparent;
    width: 20px;
    height: 20px;
}
.menu-fonts[b-p2muduiwgv]{
    font-size:18px;
    padding-left: 4px;
}
.divider[b-p2muduiwgv] {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 25px; /* same height as buttons */
    align-self: center;
}
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
.gradient-border-bottom[b-1oie2tcx0a] {
    position: relative;
}

    .gradient-border-bottom[b-1oie2tcx0a]::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(135deg, #6dd5ed, #8360c3);
        border-radius: 0 0 0.5rem 0.5rem;
    }

/* Cards */
.stat-card[b-1oie2tcx0a] {
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

    .stat-card:hover[b-1oie2tcx0a] {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

/* Typography */
.card-total-title[b-1oie2tcx0a] {
    font-size: 1rem;
    font-weight: 600;
    color: #2e4765;
    font-family: "Rajdhani", sans-serif;
}

.small-font[b-1oie2tcx0a] {
    font-size: 0.75rem;
}

.xsmall-font[b-1oie2tcx0a] {
    font-size: 0.7rem;
}

/* Recent Activity */
.icon-circle[b-1oie2tcx0a] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef5ff;
    font-size: 1rem;
}

.activity-item:hover[b-1oie2tcx0a] {
    background-color: #f8f9fb;
    border-radius: 0.5rem;
    transition: background 0.2s ease;
}

/* Responsive */
@media (max-width: 576px) {
    .card-total-title[b-1oie2tcx0a] {
        font-size: 12px;
        font-family: 'Century Gothic';
        margin-top: 3px;
    }

    .small-font[b-1oie2tcx0a] {
        font-size: 0.7rem;
    }
}

.card[b-1oie2tcx0a] {
    background: #fff;
    border-radius: 0.65rem;
}

.stat-card[b-1oie2tcx0a] {
    margin-bottom: 0 !important; 
}

    .stat-card .card-body[b-1oie2tcx0a] {
        padding-bottom: 0.5rem !important;
    }

.row.g-1 > .col-12[b-1oie2tcx0a],
.row.g-2 > .col-12[b-1oie2tcx0a] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.gradient-border-bottom[b-1oie2tcx0a]::after {
    bottom: 0;
    height: 2px;
}

.card-body h6[b-1oie2tcx0a] {
    margin-bottom: 0.25rem !important;
}

.dashboard-description[b-1oie2tcx0a] {
    font-size: 10px;
}

.input-date[b-1oie2tcx0a] {
  font-size:10px;
}
/* /Pages/Tracking/C/ProjectAndTaskList/ProjectAndTaskList.razor.rz.scp.css */
.refresh-icon[b-0p5aev2tey] {
    font-size: 18px;
    padding-top: 3px;
}
/* Ensure search suggestions show above all cards and footers */
.hx-search-box[b-0p5aev2tey] {
    position: relative;
    z-index: 1500;
}

.hx-search-box-dropdown[b-0p5aev2tey] {
    z-index: 2000 !important;
}

.card-body[b-0p5aev2tey] {
    overflow: visible !important; /* allow dropdown to render outside */
}
/* /Pages/Tracking/C/RegisterTracking/RegisterTracking.razor.rz.scp.css */
html[b-hszkc19yyt], body[b-hszkc19yyt] {
    height: 100%;
    margin: 0;
    background-color: white !important; /* force override */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* pushes container to bottom */
    align-items: center; /* centers horizontally */
    padding-bottom: 70px;
}

.buttons-container[b-hszkc19yyt] {
    position: fixed;
    bottom: 0;
    left: 0; /* align left edge to viewport left */
    transform: none; /* remove horizontal centering */
    width: 100%; /* full viewport width */
    background: white;
    padding: 1rem;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    display: flex;
    gap: 1rem;
    box-sizing: border-box;
    z-index: 1000;

}

@media (max-width: 576px) {
    .buttons-container[b-hszkc19yyt] {
        max-width: 100%;
        left: 0;
        transform: none;
    }

        .buttons-container button[b-hszkc19yyt] {
            flex: 1 1 100%;
        }
}

.submit-btn[b-hszkc19yyt] {
    background-color: rgba( 95, 37, 159, .9);
    color: white;
}

.custom-textarea-group[b-hszkc19yyt] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 5px;
}

    .custom-textarea-group textarea[b-hszkc19yyt] {
        width: 100%;
        min-height: 100px;
        padding: 0.75rem;
        font-size: 1rem;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 0.5rem;
        resize: vertical;
        font-family: inherit;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

        .custom-textarea-group textarea[b-hszkc19yyt]::placeholder {
            color: #aaa;
        }

        .custom-textarea-group textarea:focus[b-hszkc19yyt] {
            border-color: #5f259f;
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(95, 37, 159, 0.2);
        }

.overlay[b-hszkc19yyt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9999; /* Higher than your nav/menu */
    display: flex;
    align-items: center;
    justify-content: center;
}
.readonly-look-like-normal.responsive-text[b-hszkc19yyt] {
    width: 100%;
    resize: none;
    overflow-y: hidden;
    white-space: pre-wrap;
    word-break: break-word;
}

.form-container[b-hszkc19yyt]{
    margin-bottom: 75px;
}
/* /Pages/Tracking/Tracking.razor.rz.scp.css */
.fancy-border[b-ljvrxh8lje] {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #6a11cb, #2575fc);
    border-image-slice: 1;
}

.week-btn[b-ljvrxh8lje] {
    background-color: #5f259f;
    color: white;
    border: 2px solid #8a57c4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.btn-update[b-ljvrxh8lje] {
    font-size: 15px;
    background-color: rgba(22, 72, 146, .8);
    color: white;
}

.btn-delete[b-ljvrxh8lje] {
    font-size: 15px;
    background-color: rgba(162, 25, 25, .8);
    color: white;
}

.calendar-sticky-container[b-ljvrxh8lje] {
    z-index: 1040;
    margin-top: 30px;
    overflow: hidden;
}

.content-below-sticky[b-ljvrxh8lje] {
    padding-top: 120px;
}

#calendar[b-ljvrxh8lje] {
    width: 100%;
    max-width: 100%;
}

.small-text[b-ljvrxh8lje] {
    font-size: 10px;
}

.minimal-select[b-ljvrxh8lje] {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    padding: 0.25rem 1.75rem 0.25rem 0; /* space for arrow */
    font-size: 11px;
    height: auto;
    line-height: 1.5;
    /* keep Bootstrap's custom arrow */
    background-image: var(--bs-form-select-bg-img), none;
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 16px 12px;
}

    .minimal-select:focus[b-ljvrxh8lje] {
        outline: none;
        border-bottom: 1px solid #000;
        box-shadow: none;
    }
