@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';
@import '_content/StatefulReconnection/StatefulReconnection.bundle.scp.css';

/* /Components/Layout/Login.razor.rz.scp.css */
.page[b-5bdvhgmahb] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-5bdvhgmahb] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5bdvhgmahb] #menu-top {
    display: block;
}

    [b-5bdvhgmahb] #menu-top.hidden {
        display: none;
    }

[b-5bdvhgmahb] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-5bdvhgmahb] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-5bdvhgmahb] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-5bdvhgmahb] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-5bdvhgmahb] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-5bdvhgmahb]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-5bdvhgmahb]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-5bdvhgmahb] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-5bdvhgmahb] #menu-top {
        display: none;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/*.page {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}



.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fcglexs1zm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fcglexs1zm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin/Course/Course.razor.rz.scp.css */

.card-img[b-jx1mnuk67l] {
    max-width: 350px;
    height: 160px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.ticard[b-jx1mnuk67l] {
    position: relative;  
    width: 380px;
    height: 410px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .ticard[b-jx1mnuk67l]::after {
        content: "";
        border-radius: 10px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .ticard:hover[b-jx1mnuk67l] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

        .ticard:hover[b-jx1mnuk67l]::after {
            opacity: 1;
        }
table[b-jx1mnuk67l] {
    border-collapse: collapse;
    width: 100%;
}

th[b-jx1mnuk67l] {
    background-color: #696969;
    color: white
}

td[b-jx1mnuk67l], th[b-jx1mnuk67l] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-jx1mnuk67l] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
