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;
}*/

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}



/*Custom*/

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/Logo.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 180px;
    height: 40px;
}

.loading-image {
    width: 595px;
    height: 595px;
}

.SchedulerHourCell {
    border-bottom-width: 1.8px !important;
    border-bottom-style: dashed;
}

.xaf-nav-link {
    text-decoration-line: none !important;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contains-filter {
    box-shadow: 0px 0px 8px 0px var(--info, var(--bs-info));
}

.scheduler-badge-invoiced {
    white-space: pre-wrap;
    background-color: var(--dx-color-separator) !important;
}

.scheduler-badge-uninvoiced {
    white-space: pre-wrap;
    background-color: var(--dxds-primary-100) !important;
}

.dxbl-sc-resource-hr {
    color: var(--dxds-primary-100) !important;
}
.dxbl-sc-tooltip-header {
    color: var(--dxds-primary-100) !important;
}


.dxbl-text-edit {
    border-bottom-color: var(--dxbl-text-edit-border-color);
}


.dxbl-theme-fluent .dxbl-group > .dxbl-group-header:has(> .dxbl-text) {
    color: var(--dx-color-primary);
    border-bottom: solid 1px var(--dx-color-border);
}



/*Scheduler Templates - Fluent Themes*/

.dxbl-sc-apt-container {
    border: solid 1px var(--dxds-primary-100);    
}

/*.dxbl-theme-fluent .card {
    display: flex;
    flex-direction: column;
    border: solid 2px var(--dxds-primary-100);
    border-radius: 0.25rem;
}*/

.dxbl-theme-fluent .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.dxbl-theme-fluent .p-2 {
    padding: 0.5rem;
}

.dxbl-theme-fluent .badge {
    display: inline-block;
    padding: 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
    width: 100%;
    max-width: 100%;
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

.dxbl-theme-fluent .badge-info {
    color: #fff;
    background-color: var(--dxds-primary-100);
}

.dxbl-theme-fluent .mb-1 {
    margin-bottom: 0.25rem;
}

.dxbl-theme-fluent .pl-0 {
    padding-left: 0;
}

.dxbl-theme-fluent .dxbl-sc-tooltip-header-subject {
    color: var(--dxds-primary-100);
}





.dxbl-theme-dark .dxbl-sc-apt-container,
.dxbl-theme-dark .scheduler-appointment-container {
    color: white;
    background: color-mix(in srgb, var(--dxds-primary-100) 10%, var(--dxds-neutral-240)) !important
}

.dxbl-sc-apt-container, .scheduler-appointment-container {
    box-shadow: 0px 0px 2px 2px color-mix(in srgb, var(--dxds-primary-100) 40%, transparent) !important;
}

/**/