/* _content/SMARTHRM/Pages/Index.razor.rz.scp.css */
.text-break-line-2[b-9jectgh8sd] {
    height: 50px;
}

.text-break-line-2[b-9jectgh8sd] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 1px 0px;
    text-align: left;
}

.container[b-9jectgh8sd] {
    display: flex;
    flex-wrap: wrap;
}


img[b-9jectgh8sd] {
    max-width: 100%;
}

img[b-9jectgh8sd] {
    vertical-align: middle;
    border-style: none;
}

.rounded-xl[b-9jectgh8sd] {
    border-radius: 12px !important;
}

.shadow[b-9jectgh8sd] {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.overflow-hidden[b-9jectgh8sd] {
    overflow: hidden !important;
}

.border[b-9jectgh8sd] {
    border: 1px solid #dee2e6 !important;
}
/* _content/SMARTHRM/Shared/MainLayout.razor.rz.scp.css */
.page[b-z8movh47fc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z8movh47fc] {
    flex: 1;
}

.sidebar[b-z8movh47fc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z8movh47fc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z8movh47fc]  a, .top-row .btn-link[b-z8movh47fc] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-z8movh47fc] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-z8movh47fc] {
        display: none;
    }

    .top-row.auth[b-z8movh47fc] {
        justify-content: space-between;
    }

    .top-row a[b-z8movh47fc], .top-row .btn-link[b-z8movh47fc] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z8movh47fc] {
        flex-direction: row;
    }

    .sidebar[b-z8movh47fc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z8movh47fc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-z8movh47fc], article[b-z8movh47fc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
