@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.tw2xma3vzh.bundle.scp.css';

/* /Components/Pages/Grids/CourseGrid.razor.rz.scp.css */
.courses-header[b-envendmae4] {
    width: 100%;
    /*padding: 1rem 2rem;*/
    /*background: #fff;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.search-section[b-envendmae4] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 60%;
}

.search-input[b-envendmae4] {
    width: 100%;
    max-width: 400px;
}

.total-count[b-envendmae4] {
    margin-top: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.add-course-button[b-envendmae4] {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .courses-header[b-envendmae4] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-section[b-envendmae4] {
        max-width: 100%;
    }

    .add-course-button[b-envendmae4] {
        align-self: flex-end;
    }
}

.courses-container[b-envendmae4] {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.courses-header[b-envendmae4] {
    position: sticky;
    top: 0;
    z-index: 10;
    /*background: #fff;*/
}

.courses-container[b-envendmae4] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
}

.courses-header[b-envendmae4] {
    flex: 0 0 auto;
}

.courses-grid-wrapper[b-envendmae4] {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.telerik-grid[b-envendmae4] {
    flex: 1 1 auto;
    overflow: auto;
}
/* /Components/Pages/Grids/ReportGrid.razor.rz.scp.css */
html[b-ym317fqb4h],
body[b-ym317fqb4h] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #f4f6fa;
}

.generic-grid-container[b-ym317fqb4h] {
    /*height: calc(100dvh - 4rem);*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.generic-grid-container-inner[b-ym317fqb4h] {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.generic-grid-container-wrapper[b-ym317fqb4h] {
    flex: 1 1 auto;
    margin: 2rem auto;
    padding: 1rem;
    max-width: 100%;
    /*height: calc(100dvh - 7rem);*/
    overflow: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.generic-header[b-ym317fqb4h] {
    width: 100%;
    padding: 1rem 2rem;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    flex: 0 0 auto;
}

.total-count[b-ym317fqb4h] {
    margin-top: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .generic-header[b-ym317fqb4h] {
        flex-direction: column;
        align-items: stretch;
    }

    .add-generic-button[b-ym317fqb4h] {
        align-self: flex-end;
    }
}

.generic-container[b-ym317fqb4h] {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.generic-grid-wrapper[b-ym317fqb4h] {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.telerik-grid[b-ym317fqb4h] {
    flex: 1 1 auto;
    overflow: auto;
}
