/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hm9qhepqd5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hm9qhepqd5] {
    flex: 1;
}

.sidebar[b-hm9qhepqd5] {
    background-color: #b11a21;
}

.top-row[b-hm9qhepqd5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

    .top-row[b-hm9qhepqd5]  a, .top-row[b-hm9qhepqd5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hm9qhepqd5]  a:hover, .top-row[b-hm9qhepqd5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hm9qhepqd5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hm9qhepqd5] {
        justify-content: space-between;
    }

    .top-row[b-hm9qhepqd5]  a, .top-row[b-hm9qhepqd5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hm9qhepqd5] {
        flex-direction: row;
    }

    .sidebar[b-hm9qhepqd5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hm9qhepqd5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hm9qhepqd5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hm9qhepqd5], article[b-hm9qhepqd5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.dropdown-item[b-hm9qhepqd5] {
  margin-left:0px !important;
  text-decoration:none !important;
}


/* Optional spacing & font for the dropdown container */
.minimalist-profile-dropdown .dropdown-toggle[b-hm9qhepqd5] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

.minimalist-profile-dropdown .dropdown-menu[b-hm9qhepqd5] {
    font-size: 0.92rem;
    border-radius: 8px;
    border: 1px solid #eee;
    min-width: 180px;
}

/* Clean icon and item styling */
.minimalist-profile-dropdown .dropdown-item[b-hm9qhepqd5] {
    padding: 8px 12px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .minimalist-profile-dropdown .dropdown-item i[b-hm9qhepqd5] {
        color: #666;
    }

    /* Hover effect */
    .minimalist-profile-dropdown .dropdown-item:hover[b-hm9qhepqd5] {
        background-color: #f6f6f6;
        color: #000;
    }

        .minimalist-profile-dropdown .dropdown-item:hover i[b-hm9qhepqd5] {
            color: #000;
        }


.status-floating[b-hm9qhepqd5] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    z-index: 1050; /* above most content */
}

.status-circle[b-hm9qhepqd5] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

    .status-circle.online[b-hm9qhepqd5] {
        background-color: #28a745; /* green */
    }

    .status-circle.offline[b-hm9qhepqd5] {
        background-color: #dc3545; /* red */
    }

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cqjl9vknjq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cqjl9vknjq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.2);
}

.navbar-brand[b-cqjl9vknjq] {
    font-size: 1.1rem;
}

.bi[b-cqjl9vknjq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-cqjl9vknjq] {
    font-size: 15px;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cqjl9vknjq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cqjl9vknjq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cqjl9vknjq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-cqjl9vknjq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cqjl9vknjq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cqjl9vknjq] {
        display: none;
    }

    .collapse[b-cqjl9vknjq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-cqjl9vknjq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Customer/CustomerDetails.razor.rz.scp.css */
.custom-tab .e-tab[b-izcdexhhyq] {
    border: none;
    background-color: #f8f8f8 !important;
}

/* Tab header background and styling */
.custom-tab .e-tab-header[b-izcdexhhyq] {
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 0.5rem 1rem;
}

    /* Tab header text styling */
    .custom-tab .e-tab-header .e-tab-text[b-izcdexhhyq] {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 20px;
        color: white;
    }

    /* Active tab styling */
    .custom-tab .e-tab-header .e-tab-active .e-tab-text[b-izcdexhhyq] {
        font-weight: bold;
        border-bottom: 3px solid white;
    }

/* Tab content styling */
.tab-content-wrapper[b-izcdexhhyq] {
    background-color: #ffffff;
    padding: 24px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
/* /Pages/Home.razor.rz.scp.css */

.msg-template-section .e-btn.msg-hidden[b-kvwaqogxsz] {
    display: none;
}

.msg-template-section .e-message h1[b-kvwaqogxsz] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.msg-template-section .e-message .e-msg-icon[b-kvwaqogxsz] {
    padding: 0 4px;
    margin-top: 3px;
}

.msg-template-section .e-message p[b-kvwaqogxsz] {
    margin: 8px 0 4px;
}

.msg-template-section .e-message .e-btn[b-kvwaqogxsz] {
    padding: 0;
}

.bg-total-services[b-kvwaqogxsz] {
    background-color: rgb(177 26 33) !important;
}
/* /Pages/Login/Login.razor.rz.scp.css */
/* Optional: smaller label font */
.form-floating > label[b-gskmujzu4x] {
    font-size: 0.9rem;
    padding-left: 0.75rem;
}

/* Optional: focus effect */
.form-control:focus[b-gskmujzu4x] {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

/* Button hover */
.btn-primary[b-gskmujzu4x] {
    background-color: #fe1e27;
    border-color: #fe1e27;
}
    .btn-primary:hover[b-gskmujzu4x] {
        background-color: #cd161d;
        border-color: #cd161d;
    }

.login-background[b-gskmujzu4x] {
   /* background: url('images/login-background.png') no-repeat center center;
    background-size: cover;*/
   margin-top:-30px;
}

.login-button[b-gskmujzu4x] {
    height: 48px;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
}

.button-overlay[b-gskmujzu4x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); /* semi-transparent white */
    border-radius: 0.375rem; /* match button rounded corners */
    z-index: 10;
    pointer-events: none; /* let button keep its disabled state */
}

.validation-message[b-gskmujzu4x] {
    margin-top: 4px !important;
}

/* /Pages/Service/AddService.razor.rz.scp.css */
.full-screen[b-47a8iqamkv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999; /* Optional, for stacking above other content */
}

/*
                    Customize Floating for date picker
                    Floating label container */
.floating-container[b-47a8iqamkv] {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

/* Floating label style */
.floating-label[b-47a8iqamkv] {
    position: absolute;
    top: 2px;
    left: 10px;
    padding: 0 4px;
    background: white;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    pointer-events: none;
}

/* When input is focused or has value, float label up */
.floating-container .e-input:focus + .floating-label[b-47a8iqamkv],
.floating-container .e-input:not(:placeholder-shown) + .floating-label[b-47a8iqamkv] {
    top: -8px;
    left: 12px;
    font-size: 0.75rem;
    color: #495057;
}



.form-control[b-47a8iqamkv] {
    padding: 0px 0px 0px 0px !important;
}

.e-richtexteditor.e-rte-tb-expand .e-rte-content[b-47a8iqamkv], .e-richtexteditor.e-rte-tb-expand .e-source-content[b-47a8iqamkv] {
    border-bottom:0px !important

}
/* /Pages/Service/ServiceList.razor.rz.scp.css */
.full-screen[b-mclgz1be0h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999; /* Optional, for stacking above other content */
}

@media (max-width: 768px) {
    .e-grid[b-mclgz1be0h] {
        font-size: 12px;
    }

        .e-grid .e-headercell[b-mclgz1be0h] {
            white-space: normal;
        }

        .e-grid .e-rowcell[b-mclgz1be0h] {
            word-break: break-word;
        }
}

@media (max-width: 480px) {
    .btn[b-mclgz1be0h] {
        padding: 0.375rem 0.75rem;
        font-size: 0.85rem;
    }
}
/* /Pages/WorkSheet/AddWorkSheet.razor.rz.scp.css */
.full-screen[b-jgoea6xyj1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999; /* Optional, for stacking above other content */
}

/*
                    Customize Floating for date picker
                    Floating label container */
.floating-container[b-jgoea6xyj1] {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

/* Floating label style */
.floating-label[b-jgoea6xyj1] {
    position: absolute;
    top: 2px;
    left: 10px;
    padding: 0 4px;
    background: white;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    pointer-events: none;
}

/* When input is focused or has value, float label up */
.floating-container .e-input:focus + .floating-label[b-jgoea6xyj1],
.floating-container .e-input:not(:placeholder-shown) + .floating-label[b-jgoea6xyj1] {
    top: -8px;
    left: 12px;
    font-size: 0.75rem;
    color: #495057;
}

/* Add padding so label doesn’t overlap the input text */
.floating-container .e-input[b-jgoea6xyj1] {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    height: 45px; /* match dropdown height */
}



.form-control[b-jgoea6xyj1] {
    padding: 0px 0px 0px 0px !important;
}

.e-richtexteditor.e-rte-tb-expand .e-rte-content[b-jgoea6xyj1], .e-richtexteditor.e-rte-tb-expand .e-source-content[b-jgoea6xyj1] {
    border-bottom: 0px !important
}
/* /Pages/WorkSheet/WorkSheetList.razor.rz.scp.css */
.full-screen[b-0ip3ivd6tb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999; /* Optional, for stacking above other content */
}


@media (max-width: 768px) {
    .e-grid[b-0ip3ivd6tb] {
        font-size: 12px;
    }

        .e-grid .e-headercell[b-0ip3ivd6tb] {
            white-space: normal;
        }

        .e-grid .e-rowcell[b-0ip3ivd6tb] {
            word-break: break-word;
        }

    .btn[b-0ip3ivd6tb] {
        font-size: 0.85rem;
        padding: 0.375rem 0.75rem;
    }

    .btn-group[b-0ip3ivd6tb] {
        display: block;
    }
}
