html, body {
    height: 100%;
} 

app {
    display: block;
    height: 100%;
}

p {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}

.h3, h3 {
    font-size: 1.17rem !important;
    margin-top: 8px !important;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.17rem;
    }
}

.dxbl-chatui-root {
    --dx-chatui-message-user-bg: #293791 !important;
    --dx-chatui-message-user-color: #f7f9fb !important;
}

.monaco-editor-container {
    height: 385px;
}

.tox .tox-promotion {
    visibility: hidden
}
.tox-statusbar__branding {
    visibility: hidden
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-position: center;
    height: 72px;
    width: 60px;
}

.loading-image-wrapper { 
    background-color: transparent !important;
}

.dx-splash-screen img {
    width: 70%; /* setengah dari lebar kontainer */
    height: auto; /* menjaga rasio aspek */
}

.loading-image {
    width: 80px !important;
    height: 80px !important;
}


.htCheckboxRendererInput {
    text-align: center; /* Horizontal centering */
    vertical-align: middle; /* Vertical centering */
}

.mud-markdown-body p {
    margin-bottom: 0 !important;
    padding: 5px !important;
}

.hot-table {
    /*overflow-x: scroll;*/
    width: 100%;
    height: 300px;
}

.header-logo {
    background-image: url('../link/param/logo');
    -webkit-mask: url('../link/param/logo');
    mask: url('../link/param/logo');
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    width: 167px;
    height: 37px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.btn-header {
    color: white;
}

.btn-header:hover {
    color: black;
}

.xaf-view-caption-lg {
    color: beige;
}

.xaf-view-caption-sm {
    color: beige;
}

.xaf-object-caption {
    color: white;
}

.logon-main.card .card-header,
.logon-template-header {
    background-color: #293791 !important;
    color: white !important;
}

.navigate-back-icon-container > .xaf-image {
    color: white;
}

.dxbl-modal > .dxbl-modal-root > 
.dxbl-popup > .dxbl-modal-content 
.dxbl-popup-header > .dxbl-modal-header,
.dxbl-modal > .dxbl-modal-root > .dxbl-popup > 
.dxbl-modal-content > .dxbl-modal-header {
    background-color: #293791;
}

.dxbl-grid .dxbl-grid-column {
    width: auto;
}

.chat-body {
    height: 82vh;
    display: flex;
    justify-content: center;
    /*background-image: url("./logo.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.my-chat {
    width: 90%;
    margin: 18px;
    margin-bottom: 0;
}

    .my-chat .my-chat-content > p {
        margin-bottom: 0;
    }

    .my-chat .my-chat-message {
        padding: 10px;
        border-radius: 10px;
        width: calc(100% - 60px);
        box-shadow: 0px 2px 6px -2px;
    }

        .my-chat .my-chat-message.my-assistant-message {
            background-color: rgba(76, 255, 0, 0.2);
            align-self: self-start;
        }

        .my-chat .my-chat-message.my-user-message {
            background-color: #FFF;
            align-self: self-end;
        }

        .my-chat .my-chat-message.my-error-message {
            background-color: rgb(255, 0, 0, 0.2);
            align-self: center;
        }

    .my-chat .my-chat-ui-description {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

code {
    color: #d63384; /* Ganti dengan warna yang diinginkan */
}


.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
    width: 100%;
    position: fixed;
    top: 5px;
    z-index: 10;
}

.dxbrv-wrapper {
    border: none !important;
    box-shadow: none !important;
}