﻿html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
/*    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;*/
    width: 180px;
    height: 60px;
    background-image: url('../images/LogoHRM-NOBG.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
/* Ẩn mũi tên expand/collapse trong Pivot Grid */
.dxbl-pivot-table .dxbl-pivot-table-expand-button > .dxbl-btn {
    display: none !important;
}

.dxbl-pivot-table .dxbl-pivot-table-expand-button > span {
    margin-inline-start: 0 !important;
    margin-left: 0 !important;
}

/* Splash screen: logo tràn đầy vòng tròn */
.loading-image-wrapper {
    background-color: #fff !important;
    overflow: hidden;
}

.loading-image-wrapper .loading-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}
