html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.loading-image {
    width: 130px;
    border-radius: 50%;
    background: #ffffff;
    /* resize to fit image size… */
    /*/background-color:"#f71c0c"*/
    height: 130px;
}
.header-logo {
    background-image: url(../images/gentingLogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*flex-shrink: 0;*/
    /*background-color: currentColor;
    -webkit-mask: url('../images/gentingLogo.svg');
    mask: url('../images/gentingLogo.svg');*/
    /*-webkit-mask-position: center;*/
    /*/mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    width: 180px;
    height: 35px;
    /*
    width: 180px;
    height: 24px;
        */
}
.dxbl-grid-edit-button {
    display: none !important;
}

/*.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: 28px;
    height: 24px;
}*/

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/* SplashScreen Caption Responsive */

/* Splash caption styling */
.dx-splash-screen-caption {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(16px, 4vw, 28px) !important;
    font-weight: 600;
    /* CENTER */
    text-align: center !important;
    width: 90%;
    line-height: 1.3;
    /* INI KUNCI */
    /*max-width: 280px;*/ /* batasi lebar supaya center rapi */
    max-width: clamp(220px, 80vw, 400px);
    margin: 0 auto; /* center horizontal */
    word-wrap: break-word;
    padding: 0 10px;
    /* GRADIENT TEXT */
    background: linear-gradient(90deg, #4CAF50, #2a5298);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback (browser yang tidak support) */
    color: #2a5298;
}

/* ===== CUSTOM SPLASH ===== */
.my-splash {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    text-align: center;
}

/* LOGO */
.my-logo {
    width: 80px;
    margin-bottom: 15px;
}

/* TEXT */
.my-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 14px; /* ?? sekarang pasti bisa berubah */
    font-weight: 600;
    line-height: 1.3;
    max-width: 260px;
}
