:root {
    --ipm-icon-size: 1.25rem;
    --ipm-avatar-size: 2rem;
    --ipm-avatar-margin-left: 0.75rem;
    --ipm-header-padding: 0.625rem;
    --ipm-toolbar-margin-bottom: 1rem;
    --ipm-module-content-padding: 1rem;
    --ipm-toolbar-padding-x: 0.375rem;
    --ipm-messagelist-padding-x: 1.25rem;
    --ipm-messagelist-padding-y: 2rem;
    --ipm-submitarea-padding-x: 1.25rem;
    --ipm-submitarea-padding-y: 0.5rem;
}

.small-size {
    --ipm-icon-size: 1rem;
    --ipm-avatar-size: 1.5rem;
    --ipm-avatar-margin-left: 0.5rem;
    --ipm-toolbar-padding-x: 0.25rem;
    --ipm-messagelist-padding-x: 0.75rem;
    --ipm-messagelist-padding-y: 1.5rem;
    --ipm-submitarea-padding-x: 0.75rem;
    --ipm-submitarea-padding-y: 0.375rem;
}

.large-size {
    --ipm-icon-size: 1.5rem;
    --ipm-avatar-size: 2.5rem;
    --ipm-avatar-margin-left: 1rem;
    --ipm-toolbar-padding-x: 0.5rem;
    --ipm-messagelist-padding-x: 1.75rem;
    --ipm-messagelist-padding-y: 2.5rem;
    --ipm-submitarea-padding-x: 1.75rem;
    --ipm-submitarea-padding-y: 0.625rem;
}

.my-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

.card {
    background-color: var(--dxds-color-surface-neutral-default-rest, var(--bs-body-bg));
    color: var(--dxds-color-text-primary);
    /*border-color: var(--dx-color-border) ;*/
}

.card-header,
.card-footer {
    background-color: var(--dxds-color-surface-neutral-default-rest, var(--bs-body-bg));
    /*border-color: var(--dx-color-border) ;*/
}

.bg-light {
    background-color: var(--dxds-color-surface-neutral-default-rest, var(--bs-body-bg));
    color: var(--dxds-color-text-primary) !important;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    letter-spacing: var(--dxds-letter-spacing-base-md);
    background-color: var(--dxds-color-surface-neutral-subdued-rest);
}

*, ::after, ::before {
    box-sizing: border-box
}

.headline {
    display: block;
    background-color: var(--dxds-color-surface-neutral-default-rest, var(--bs-body-bg));
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    text-align: start;
    padding: 8px 12px;
    border-bottom: 1px solid #D6D6D6;
    position: sticky;
    top: 0;
    z-index: 1;
    margin-right: 20px;
}

.notification {
    position: relative;
}

    .notification::after {
        content: attr(notification-count) / "";
        color: white;
        display: flex;
        position: absolute;
        top: 0;
        left: 5%;
        font-size: 0.8em;
        width: 1.2em;
        height: 1.2em;
        border-radius: 50%;
        background-color: red;
        align-items: center;
        justify-content: center;
    }

.dropdown-no-padding {
    --dxbl-dropdown-body-padding-x: 0;
    --dxbl-dropdown-body-padding-y: 0;
}


@media (min-width: 899.98px) {
    .pw-800 {
        max-width: 800px !important;
        width: 800px !important;
    }
}

.loading-panel {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loading-panel > .loader {
        display: flex;
        align-items: center;
    }

        .loading-panel > .loader > .spinner {
            width: 2rem;
            height: 2rem;
            border: 0.25rem solid color-mix(in sRGB, var(--dxds-color-surface-primary-default-rest) 30%, transparent);
            border-bottom-color: var(--dxds-color-surface-primary-default-rest);
            border-radius: 50%;
            display: inline-block;
            box-sizing: border-box;
            animation: rotation 0.75s linear infinite;
        }

        .loading-panel > .loader > .label {
            color: var(--dxds-color-content-neutral-default-rest);
            font-size: var(--dxds-font-size-base-lg);
            font-weight: var(--dxds-font-weight-base-strong);
            margin-left: 0.75rem;
        }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.single-line {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.no-overflow {
    overflow: hidden;
    white-space: nowrap;
}

.no-header-grid .dxbl-grid-header-row,
.no-header-grid .dxbl-grid-header {
    display: none !important;
}

.lbl {
    line-height: 30px;
    margin-right: 10px;
    color: #6c757d;
}

.lbl-unit {
    margin-top: 5px;
    margin-left: 5px;
    color: #6c757d;
}

.cur {
    margin-top: 7px;
}

.hdr {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px #000000;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.hiddenHeader {
    display: none;
}

h1:focus {
    outline: none;
}

.out-line {
    outline: 1px solid lightgray;
}

.brd-0 {
    border-width: 0;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.tab-split {
    border-right: .5px solid lightgray !important;
}

.pos-absolute {
    position: absolute;
}

.right-aligned {
    position: absolute;
    right: 0;
}

.pos-relative {
    position: relative;
}

.grd-button-1 {
    position: absolute;
    top: 16px;
    right: 266px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-button-2 {
    position: absolute;
    top: 16px;
    right: 299px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-button-3 {
    position: absolute;
    top: 16px;
    right: 332px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-button-4 {
    position: absolute;
    top: 16px;
    right: 365px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-group {
    background: #6c757d;
    color: white;
}

.pos-previous {
    position: absolute;
    top: 12px;
    left: 13px;
    padding: 2px 5px 2px 5px; /* -top -right -bottom -left */
}

.align-right {
    text-align: right;
}

.alt-row > td {
    background: #D4D4D8;
}

.bg-red-row > td {
    background: #FECACA;
}

.bg-green-row > td {
    background: #BEF264;
}

.txBlue {
    color: #0000e5 !important;
}

.txGreen {
    color: green !important;
}

.txOrange {
    color: orange !important;
}

.txRed {
    color: #B91C1C !important;
}

.txBold {
    font-weight: bold !important;
}

.txIndigo {
    color: #560591 !important;
}

.txGray {
    color: gray !important;
}

.txZinc400 {
    color: #9f9fa9 !important;
}

.bg-blue {
    background: #8ec5ff;
}

.bg-indigo {
    background: indigo;
}

.bg-green {
    background: #adebad !important;
}

.bg-header-indigo-50 {
    background: #faf5ff !important;
}

.bg-header-red {
    background: #ffa1ad !important;
}

.bg-header-green {
    background: #05df72 !important;
}

.bg-red-50 {
    background: #fef2f2;
}

.bg-orange-50 {
    background: #fff7ed;
}

.bg-orange-75 {
    background: #fff2e0;
}

.bg-orange-100 {
    background: #ffedd4;
}

.bg-amber-50 {
    background: #fffbeb;
}

.bg-amber-75 {
    background: #fef7d9;
}

.bg-yellow-50 {
    background: #fefce8;
}

.bg-lime-50 {
    background: #f7fee7;
}

.bg-green-50 {
    background: #f0fdf4;
}

.bg-stone-50 {
    background: #fafaf9;
}

.bg-blue-50 {
    background: #eff6ff;
}

.bg-yellow {
    background: #fde047 !important;
}

/* bg-light */
.bg-shade {
    background: #eeeeee !important;
}

.bg-gray {
    background: lightgray !important;
}

.bg-red {
    background: #ffc9c9;
}

#gantt {
    height: 500px;
}


.e-photo {
    border: 1px solid currentColor;
    object-fit: cover;
    object-position: center top;
    border-radius: 100px;
    width: 100px;
    height: 100px;
}

.img-regular {
    object-fit: cover;
    width: 750px;
    height: 150px;
}

.bg-green-row {
    border-color: green;
}

.e-name {
    color: rebeccapurple;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.e-main {
    line-height: 1;
}

.h-26 {
    height: 26px;
}

.h-050 {
    height: 50px;
}

.h-160 {
    height: 160px;
    overflow: auto;
}

.h-200 {
    height: 200px;
    overflow: auto;
}

.h-240 {
    height: 240px;
    overflow: auto;
}

.h-320 {
    height: 320px;
    overflow: auto;
}

.h-400 {
    height: 400px;
    overflow: auto;
}

.h-480 {
    height: 480px;
    overflow: auto;
}

.h-560 {
    height: 560px;
    overflow: auto;
}

.h-640 {
    height: 640px;
    overflow: auto;
}

.h-720 {
    height: 720px;
    overflow: auto;
}

.h-800 {
    height: 800px;
    overflow: auto;
}

.mmh {
    min-height: 200px;
    max-height: 360px;
    overflow: auto;
}

.mih-240 {
    min-height: 240px;
    overflow: auto;
}

.mh-160 {
    max-height: 160px;
    height: 100%;
}

.mh-200 {
    max-height: 200px;
    height: 100%;
}

.mh-240 {
    max-height: 240px;
    height: 100%;
}

.mh-320 {
    max-height: 320px;
    height: 100%;
}

.mh-400 {
    max-height: 400px;
    height: 100%;
}

.mh-480 {
    max-height: 480px;
    height: 100%;
}

.mh-560 {
    max-height: 560px;
    height: 100%;
}

.mh-640 {
    max-height: 640px;
    height: 100%;
}

.mh-720 {
    max-height: 720px;
    height: 100%;
}

.mh-800 {
    max-height: 800px;
    height: 100%;
}

.mh-960 {
    max-height: 960px;
    height: 100%;
}

.mh-1040 {
    max-height: 1040px;
    height: 100%;
}

.mh-1120 {
    max-height: 1120px;
    height: 100%;
}

.mh-1200 {
    max-height: 1200px;
    height: 100%;
}

.mh-1440 {
    max-height: 1440px;
    height: 100%;
}

.mw-60 {
    max-width: 60px;
    width: 100%;
}

.mw-70 {
    max-width: 70px;
    width: 100%;
}

.mw-80 {
    max-width: 80px;
    width: 100%;
}


.mw-90 {
    max-width: 90px;
    width: 100%;
}

.mw-0100 {
    max-width: 100px;
    width: 100%;
}

.mw-110 {
    max-width: 110px;
    width: 100%;
}

.mw-120 {
    max-width: 120px;
    width: 100%;
}

.mw-130 {
    max-width: 130px;
    width: 100%;
}

.mw-140 {
    max-width: 140px;
    width: 100%;
}

.mw-150 {
    max-width: 150px;
    width: 100%;
}

.mw-160 {
    max-width: 160px;
    width: 100%;
}

.mw-180 {
    max-width: 180px;
    width: 100%;
}

.mw-200 {
    max-width: 200px;
    width: 100%;
}

.mw-240 {
    max-width: 240px;
    width: 100%;
}

.mw-270 {
    max-width: 270px;
    width: 100%;
}

.mw-320 {
    max-width: 320px;
    width: 100%;
}

.mw-400 {
    max-width: 400px;
    width: 100%;
}

.mw-480 {
    max-width: 480px;
    width: 100%;
}

.mw-560 {
    max-width: 560px;
    width: 100%;
}

.mw-640 {
    max-width: 640px;
    width: 100%;
}

.mw-720 {
    max-width: 720px;
    width: 100%;
}

.mw-800 {
    max-width: 800px;
    width: 100%;
}

.mw-880 {
    max-width: 880px;
    width: 100%;
}

.mw-960 {
    max-width: 960px;
    width: 100%;
}

.mw-1040 {
    max-width: 1040px;
    width: 100%;
}

.mw-1120 {
    max-width: 1120px;
    width: 100%;
}

.mw-1200 {
    max-width: 1200px;
    width: 100%;
}

.mw-1280 {
    max-width: 1280px;
    width: 100%;
}

.mw-1360 {
    max-width: 1360px;
    width: 100%;
}

.mw-1440 {
    max-width: 1440px;
    width: 100%;
}

.mw-1460 {
    max-width: 1460px;
    width: 100%;
}

.mw-1520 {
    max-width: 1520px;
    width: 100%;
}

.mw-1600 {
    max-width: 1600px;
    width: 100%;
}

.mw-1680 {
    max-width: 1680px;
    width: 100%;
}

.mw-1760 {
    max-width: 1760px;
    width: 100%;
}

.mw-1840 {
    max-width: 1840px;
    width: 100%;
}

.mw-1920 {
    max-width: 1920px;
    width: 100%;
}

.mw-2560 {
    max-width: 2560px;
    width: 100%;
}

.mih-240 {
    min-height: 240px;
    height: 100%;
}

.miw-240 {
    min-width: 240px;
    width: 100%;
}

.miw-480 {
    min-width: 480px;
    width: 100%;
}

/*Fix Width*/
.w-40 {
    width: 40px;
}

/*Fix Width*/
.w-51 {
    width: 50px;
}

.w-60 {
    width: 60px;
}

.w-70 {
    width: 70px;
}

.w-75 {
    width: 75px;
}

.w-80 {
    width: 80px;
}

.w-90 {
    width: 90px;
}

.w-101 {
    width: 100px;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-125 {
    width: 125px;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-160 {
    width: 160px;
}

.w-200 {
    width: 200px;
}

.w-240 {
    width: 240px;
}

.w-320 {
    width: 320px;
}

.w-400 {
    width: 400px;
}

.w-640 {
    width: 640px;
}

.w-720 {
    width: 720px;
}

.w-800 {
    width: 800px;
}

.height180 {
    height: calc(100vh-180px) !important;
}

.width180 {
    width: calc(100vh-180px) !important;
}

.beginGroup span {
    border-top: 1px solid lightgray;
    padding-top: 8px;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.highlightedDanger > td {
    color: red;
}

.highlightedWarning > td {
    background-color: #FCD34D;
}

.separator {
    overflow: hidden;
    background-color: currentColor;
    opacity: 0.2;
    height: 1px;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.user-profile .logo-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-profile .log-off-btn {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.user-profile
.menu-icon-user-profile {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.gantt-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

input[type="color"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    box-shadow: 2px 2px 5px #000000;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
}

    input[type="color"]::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    input[type="color"]::-webkit-color-swatch {
        border: none;
    }
