html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.header {
    z-index: 1030;
    min-height: 3.1rem;
    word-wrap: inherit;
    background-color: khaki;

}

.header-logo {
    background-image: url(../images/DropBearLogo-nobg.png);
    width: 360px;
    height: 72px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.header-logo.mx-3 {
    background-image: url(../images/DropBearLogo-nobg.png);
    width: 360px;
    height: 40px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 3rem !important;
    margin-left: .5rem !important;
}


#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-items-center > .bg-primary {
    background-color: #FF865B !important;
}

.loading-items-center > .border-primary {
    border-color: #FF865B !important;
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-grid-command-cell .dxbl-btn-link > span {
    text-decoration: revert !important;
}
/* Remove underline on listview related entities */
a.grid-cell-object-link:not(:hover), a.combo-box-object-link:not(:hover) {
    color: inherit;
    text-decoration: none !important;
}

a.grid-cell-object-link:not(:hover), a.combo-box-object-link:not(:hover) {
    color: inherit;
    text-decoration: none !important;
}

.GroupSummaryLeftSide {
    text-align: left; /* Align the text to the left */
    font-weight: bold; /* Make the font bold */
    color: #4CAF50; /* Set a custom color */
    padding: 5px; /* Add padding */
}

.custom-group-row-with-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
/* Blurred Background Effect */
.custom-login-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px); /* Adjust blur strength */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    background: rgba(0, 0, 0, 0.3); /* Optional dark overlay */
}

/* Login Box */
.custom-login-box {
    position: relative;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent white */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 450px;
    animation: slideUp 0.7s ease-in-out;
    backdrop-filter: blur(10px); /* Creates the frosted glass effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Optional border for better visibility */
}


/* Logo */
.custom-login-logo img {
    width: 120px;
    margin-bottom: 15px;
    animation: zoomIn 0.8s ease-in-out;
}

.logon-main,
.logon-main .card-body {
    background-color: transparent !important;
    border: hidden !important;
    color: white;
}

.card-body .dxbl-fl-cpt.xaf-item-username,
.card-body .dxbl-fl-cpt.xaf-item-password,
.custom-login-logo + h1 {
    color: white;
}

#customerListViewCardCheckBox .dxbl-checkbox-check-element {
    right: -50px;
    z-index: 1;
    top: 20px;
}
/* Fullscreen Background with Blur Effect */
.custom-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('/images/splash.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.dxbl-fl-cpt xaf-item-username xaf-item-username-0f6756034de84c9899e9415d1458d1f6 dxbl-text {
    color: white !important;
}

.card-body card {
    --bs-card-bg: #ffffff00 !important;
}

.card-header {
    display: none;
}
.loading-image {
    width: 120px;
    height: 120px;
    border-radius:50%;
    padding:5px;
}
.logon-main {
    box-shadow: none;
}

.logon-template-header {
    display: none !important;
}

.dxbl-fl .dxbl-fl-item .dxbl-fl-ctrl-nc, .dxbl-fl .dxbl-fl-item .dxbl-fl-empty-caption + .dxbl-fl-ctrl {
    color: white !important;
}
.dx-dashboard-loading-container .dx-dashboard-surface .dx-layout-item-wrapper .dx-layout-item-container, .dx-dashboard-widget-container .dx-dashboard-surface .dx-layout-item-wrapper .dx-layout-item-container
{
    border-radius:10px !important;
}
/*.dxbl-accordion .dxbl-accordion-group:not(.dxbl-accordion-filter) > .dxbl-accordion-group-header {
    background-color: gainsboro !important;
}*/
.dxbl-fl-ctrl .xaf-component-image {
    border-radius: 20px !important;
}
