* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body.env-prod .dev-only {
    display: none !important;
    pointer-events: none !important;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    display: none;
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid transparent;
    background-clip: content-box;
    background-color: var(--mud-palette-primary-lighten);
    min-height: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.mud-main-content {
    position: relative;
    margin-top: 18px;
}

tr:not(:hover) td.cell-has-error, .error {
    color: var(--mud-palette-error-darken);
    background-color: var(--mud-palette-error-hover);
}

.page-header {
    margin-top: -20px;
    border-radius: 0px;
}

.mud-dialog-width-sm .page-header {
    margin-top: -32px;
}

.page-header.no-end-padding > .mud-toolbar {
    padding-right: 10px !important;
    padding-left: 20px !important;
}

.mud-application-layout-rtl .page-header.no-end-padding > .mud-toolbar {
    padding-right: 20px !important;
    padding-left: 10px !important;
}

.page-header.no-end-padding > .mud-toolbar.no-padding, .mud-application-layout-rtl .page-header.no-end-padding > .mud-toolbar.no-padding {
    adding-left: 10px !important;
    padding-right: 10px !important;
}

.light-mode .page-header {
    background-color: var(--mud-palette-primary-lighten) !important;
    color: white;
}

.page-header h1 {
    margin-top: -4px;
}

.page-content {
    margin-top: 20px;
    height: calc(100vh - 174px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 20px;
    margin-left: 5px;
    padding-left: 8px;
    margin-right: 5px;
    padding-right: 8px;
    min-width: 70vw;
}

#component {
    display: none;
}

.line-between {
    border: none;
    background-image: linear-gradient(to right, lightgray 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.line-between:last-child {
    background-image: none;
}

.text-button {
    text-transform: none !important;
    padding: 0px !important;
    font-weight: normal !important;
    min-width: auto !important;
    text-align: left;
}

.mud-application-layout-rtl .text-button {
    text-align: right;
}

.text-button .mud-button-label {
    justify-content: flex-start;
    border-bottom: 1px dashed #AAA;
}

.no-hover:hover, .no-hover div:not(.allow-hover):hover {
    background-color: unset !important;
}

.mud-dialog-fullscreen {
    width: 96vw;
    height: 96vh;
}

.mud-dialog-fullscreen .mud-dialog-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    overflow-x: hidden;
}

.strong, .mud-badge-root.strong p {
    font-weight: bold;
}

.inline-badge, .counter {
    background-color: #DDD;
    border-radius: 10px;
    font-size: 13px;
    padding: 0px 5px;
    color: black;
}

.mud-progress-linear-bar.last {
    opacity: 0.3;
}

.did-you-know {
    border-top: 1px dashed lightgray;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    min-height: 150px;
}

.mark-container.marked {
    animation: pulse2 1.5s forwards;
}

.pt10 {
    padding-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb--10 {
    margin-bottom: -10px !important;
}

.mb--5 {
    margin-bottom: -5px !important;
}

.inline-badge {
    margin-left: 5px;
}

.mud-application-layout-rtl .inline-badge {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.clock-event-picker {
    box-shadow: none !important;
}

.clock-event-picker-enter {
    margin-left: 380px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.clock-event-picker-exit {
    margin-left: 60px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

h1 .counter {
    vertical-align: top;
    line-height: 30px;
}

.inline-badge.inverted, .counter.inverted {
    background-color: black;
    color: #DDD;
}

.add-value {
    opacity: 0.3;
}

.editable-field-center input {
    text-align: center;
}

.editable-field-center .mud-input-control-input-container {
    position: relative;
    margin: 0 auto;
}

.editable-fields-container .mud-input-input-control, td.editable-fields-container {
    max-width: fit-content;
}

.core-icon {
    position: relative;
    top: 2px;
    height: 17px;
    margin-left: -1px;
    margin-right: -1px;
}

.isufit-data-table.editing:not(.editing-time) {
    pointer-events: none;
}

.isufit-data-table.adding-row .mud-table-container {
    overflow-y: hidden;
}

.table-min-height .mud-table-container, .table-min-height .mud-table {
    height: auto !important;
}

.isufit-data-table tr {
    height: 61px;
}

.editable-fields-container {
    pointer-events: all !important;
}

.mud-application-layout-rtl .mud-menu-list .mud-menu .mud-menu-submenu-icon {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.isufit-data-table.editing::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    animation: fadeIn 0.2s forwards;
    pointer-events: none;
}

.isufit-data-table.editing.editing-time::after {
    background-color: transparent;
}

    @keyframes grow {
        0% {
            transform: scale(0.8);
        }

        100% {
            transform: scale(1);
        }
    }

    .editable-fields-container {
        position: fixed;
        margin-top: -68px;
        padding: 10px 20px;
        z-index: 2000;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
        background-color: var(--mud-palette-surface);
        border-radius: var(--mud-default-borderradius);
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        animation: grow 0.2s forwards;
        min-width: max-content;
    }

        .editable-fields-container.out-of-bounds {
            left: auto;
            right: 20px;
        }

    .mud-application-layout-rtl .editable-fields-container.out-of-bounds {
        right: auto;
        left: 20px;
    }

    .editable-field-center .time-picker {
        position: absolute;
        top: 80px;
        z-index: 2;
        padding-bottom: 10px;
    }

        .editable-field-center .time-picker.overflow {
            top: -350px;
        }

        .editable-field-center .time-picker .mud-picker-static {
            zoom: 0.7;
        }

    .hidden {
        display: none !important;
    }

    aside {
        overflow-x: hidden;
    }

        aside .avatar {
            text-align: center;
            transition: opacity 0.3s;
        }

        aside .mud-nav-link-text {
            white-space: nowrap;
        }

        aside.mud-drawer--closed .avatar {
            opacity: 0;
        }

        aside.mud-drawer--closed .mud-nav-link-expand-icon {
            display: none;
        }

    .avatar-picture {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .mud-code .mud-input-slot {
        font-size: 30px !important;
        margin-left: 10px !important;
        top: 3px !important;
    }

.upload-overlay {
    position: relative;
    padding-top: 50px;
}

        .upload-overlay, .upload-overlay input {
            width: 100%;
            height: 150px;
            border: 2px solid transparent;
            border-radius: 10px;
        }

            .upload-overlay.drag-and-drop {
                border: 2px dashed black;
            }

            .upload-overlay .mud-file-upload {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
            }

            .upload-overlay .upload-overly-info {
                text-align: center;
                pointer-events: none;
            }

    .avatar-picture-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        background-color: #3e819e;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
    }

    #capture-message {
        width: 300px;
        margin: 100px auto;
        text-align: center;
        font-weight: bold;
        padding: 30px;
        border: 5px solid black;
        background-color: white;
        margin-bottom: 1000px;
    }

    .avatar-picture-overlay:hover, .avatar-picture-overlay.drag-and-drop {
        opacity: 1;
    }

    .avatar-picture-overlay.drag-and-drop {
        border: 2px dashed white;
    }

    .avatar-picture-overlay.delete:hover {
        opacity: 0.5;
        background-image: none !important;
    }

    .avatar .avatar-picture-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 5;
    }

    .admin-company-logo .mud-progress-circular {
        width: 120px;
        height: 120px;
        left: -8px;
    }

    .avatar-picture-overlay input {
        cursor: pointer;
    }

    .admin-company-logo input {
        width: 120px !important;
        height: 120px !important;
    }

    .avatar-picture-overlay .mud-icon-root {
        margin-top: -3px;
    }

    .avatar-loading {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 0px;
    }

    .mud-application-layout-rtl .avatar-loading {
        padding-right: 8px;
        padding-left: 0px;
    }

    .avatar-sidebar .avatar-loading {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .avatar-loading.loading {
        display: block;
    }

    .avatar-picture-overlay button {
        width: 100%;
        height: 100%;
    }

    .avatar-picture-overlay.delete {
        background-color: rgba(255, 0, 0, 0.3);
    }

        .avatar-picture-overlay.delete .mud-icon-root {
            margin-top: 4px;
        }

    aside .mud-avatar {
        margin-top: 60px !important;
        transform: scale(2.5);
    }

    aside .avatar-name {
        margin-top: 47px;
        color: white;
    }

    .isufit-time-picker {
        position: absolute;
        top: -470px;
        left: 113px;
        zoom: 0.6;
        z-index: 1;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
    }

    .mud-appbar.mud-appbar-fixed-top {
        z-index: 1;
    }

    .mud-table-root {
        position: relative;
    }

    .date-range-arrow-prev, .date-range-arrow-next {
        transform: rotate(180deg);
    }

    .mud-application-layout-rtl .date-range-arrow-prev, .mud-application-layout-rtl .date-range-arrow-next {
        transform: rotate(0deg);
    }

    tr:has(.mud-table-loading) {
        position: absolute;
        height: 2px;
        width: 100%;
    }

    .mud-application-layout-rtl .editable-fields-container.editable-field-time {
        margin-top: -60px;
        margin-left: 90px;
    }

.isufit-select-clear-value {
    position: absolute;
    top: 59px;
    z-index: 11;
    left: 20px;
}

.mud-table-loading {
    position: absolute;
    width: 100%;
}

    .table-filter {
        opacity: 0;
    }

    th:hover .table-filter {
        opacity: 1;
    }

    .mud-table-sort-label {
        width: 100%;
    }

    aside .mud-nav-link {
        padding: 15px 15px;
    }

    .loading-container {
        position: relative;
    }

        .loading-container .loading-content {
            transition: all 0.3s;
        }

        .loading-container.loading .loading-content {
            opacity: 0.4;
            filter: grayscale();
            pointer-events: none;
        }

        .loading-container .mud-progress-circular.loader {
            position: absolute;
            top: calc(50% - 20px);
            left: calc(50% - 20px);
            pointer-events: none;
            opacity: 0;
            transition: all 0.3s;
        }

        .loading-container .mud-progress-linear.loader {
            position: absolute;
            top: -10px;
            left: 0;
            pointer-events: none;
            opacity: 0;
            transition: all 0.3s;
        }

        .loading-container.loading > .mud-progress-circular, .loading-container.loading > .mud-progress-linear {
            opacity: 1;
        }

    @keyframes border-dance {
        0% {
            background-position: left top, right bottom, left bottom, right top;
        }

        100% {
            background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
        }
    }

    .mud-drop-zone {
        background-image: linear-gradient(90deg, #EEE 50%, transparent 50%), linear-gradient(90deg, #EEE 50%, transparent 50%), linear-gradient(0deg, #EEE 50%, transparent 50%), linear-gradient(0deg, #EEE 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 3px, 15px 3px, 3px 15px, 3px 15px;
        background-position: left top, right bottom, left bottom, right top;
        padding: 10px;
        box-sizing: border-box;
        min-height: 50px;
        overflow-y: auto;
    }

        .mud-drop-zone:hover {
            background-image: linear-gradient(90deg, #CCC 50%, transparent 50%), linear-gradient(90deg, #CCC 50%, transparent 50%), linear-gradient(0deg, #CCC 50%, transparent 50%), linear-gradient(0deg, #CCC 50%, transparent 50%);
        }

    .mud-calendar .mud-drop-zone, .mud-calendar .mud-drop-zone:hover {
        background-image: none;
    }

    .mud-cal-overflow-message {
        display: none;
    }

    .mud-calendar-day {
        opacity: 1;
        transition: opacity 0.3s;
    }

        .mud-calendar-day.switching {
            opacity: 0;
        }

    .mud-calendar .mud-drop-zone {
        height: 117px !important;
    }

    .mud-cal-toolbar {
        display: none !important;
    }

    .mud-drop-zone.no-border {
        background-image: none;
    }

    .mud-application-layout-rtl .mud-cal-toolbar-nav {
        direction: ltr;
    }

    .mud-calendar .mud-drop-item.disabled {
        pointer-events: all !important;
    }

    .mud-cal-month-cell {
        position: relative;
    }

    .mud-calendar .mud-drop-zone {
        overflow: hidden
    }

    .mud-cal-drop-item.mud-cal-overflow-hidden {
        visibility: visible !important;
    }

    .mud-drop-zone.drop-here {
        background-image: linear-gradient(90deg, #594ae2 50%, transparent 50%), linear-gradient(90deg, #594ae2 50%, transparent 50%), linear-gradient(0deg, #594ae2 50%, transparent 50%), linear-gradient(0deg, #594ae2 50%, transparent 50%);
        animation: border-dance 1s infinite linear;
    }

    .mud-drop-zone.no-drop {
        background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
        opacity: 0.5;
        filter: grayscale(1);
    }

    .mud-drop-zone.simple-hover.drop-here:has(.mud-dropitem-placeholder) {
        background-image: linear-gradient(90deg, #594ae2 50%, transparent 50%), linear-gradient(90deg, #594ae2 50%, transparent 50%), linear-gradient(0deg, #594ae2 50%, transparent 50%), linear-gradient(0deg, #594ae2 50%, transparent 50%);
    }

    .mud-drop-zone.simple-hover.drop-here:has(.mud-dropitem-placeholder.d-none) {
        background-image: linear-gradient(90deg, #888 50%, transparent 50%), linear-gradient(90deg, #888 50%, transparent 50%), linear-gradient(0deg, #888 50%, transparent 50%), linear-gradient(0deg, #888 50%, transparent 50%);
    }

    .mud-drop-zone.dragging {
        background-image: none;
    }

    .mud-drop-zone.no-drop .mud-dropitem-placeholder {
        display: none;
    }

    .mud-drop-item {
        position: relative;
    }

        .mud-drop-item .drag-icon {
            position: absolute;
            right: 0px;
        }

        .mud-drop-item.dragging {
            background-color: #dcd9f5;
        }

    .double-layout-dropzone .mud-drop-item {
        display: inline-block;
        vertical-align: top;
    }

    .double-layout-dropzone.reorder .mud-drop-item {
        display: block;
    }

    .loader-end {
        position: absolute;
        left: calc(100% - 50px);
    }

    .mud-application-layout-rtl .loader-end {
        position: absolute;
        right: calc(100% - 50px);
    }

    .small {
        zoom: 0.7;
    }

    @keyframes fadeInOut {
        0% {
            transform: scale(0);
        }

        10% {
            transform: scale(1);
        }

        90% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }

    .textfield-state-icon {
        position: absolute;
        margin-top: -20px;
        margin-right: 5px;
        margin-left: 5px;
        animation: 2s fadeInOut forwards;
    }

        .textfield-state-icon.checkbox {
            margin-top: 5px;
            margin-left: -15px;
            margin-right: -15px;
        }

    .mud-input {
        margin-bottom: 5px;
    }

    .mud-input-numeric-spin {
        margin: 5px 7px;
    }

    .password input {
        font-family: monospace !important;
    }

    .mud-input-helper-text .ms-auto {
        direction: ltr;
    }

    .icon-end {
        position: absolute;
        top: calc(50% - 4px);
        text-align: right;
        right: 10px;
        pointer-events: none;
    }

    h2 {
        font-size: var(--mud-typography-body1-size);
        font-family: var(--mud-typography-body1-family);
        font-weight: var(--mud-typography-body1-weight);
        line-height: var(--mud-typography-body1-lineheight);
        letter-spacing: var(--mud-typography-body1-letterspacing);
        text-transform: var(--mud-typography-body1-text-transform);
        font-size: 20px;
        white-space: nowrap;
    }

    .icon-end button {
        pointer-events: all;
    }

    .sticky-note {
        background-color: #f7eb44;
        padding: 5px;
        font-size: 12px;
        max-width: fit-content;
        margin: 0 auto;
    }

    .mud-application-layout-rtl .icon-end {
        text-align: left;
        left: 10px;
    }

    .mud-table-row {
        position: relative
    }

    .no-border td {
        border-bottom: 0px !important;
    }

    tr.odd td {
        background-color: #fafafa;
    }

    .manual-change-indicator-container .mud-paper {
        margin-top: 30px;
    }

    .manual-change-indicator {
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 100%;
        height: 20px;
        padding: 0px;
    }

    .manual-change-indicator > span > div {
        width: 100%;
/*        height: 3px;*/
        height: 30px;
        opacity: 0.4;
        margin-top: 16px;
    }

    @keyframes pulse {
        0% {
        }

        50% {
            background-color: #e9e1ee;
        }

        100% {
        }
    }

    @keyframes pulse2 {
        0% {
        }

        50% {
            box-shadow: 0px 0px 0px 5px #ff1f69;
        }

        100% {
        }
    }

    .mud-alert-button {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .mud-application-layout-rtl .mud-alert-button {
        right: auto;
        left: 5px;
    }

    .mud-application-layout-rtl .mud-alert-position.justify-sm-end {
        justify-content: flex-start !important;
    }

    .isufit-data-table {
        background-color: transparent;
    }

        .isufit-data-table .mud-table-row.edited-row {
            background-color: #e9e1ee !important;
        }

    .dark-mode .isufit-data-table .mud-table-row.edited-row {
        background-color: #876e91 !important;
    }

    .simple-hover .mud-dropitem-placeholder {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-color: transparent !important;
        background-color: #e9e1ee !important;
        opacity: 0.1;
    }

    .mud-table-body .mud-table-row:hover {
        background-color: #e9e1ee !important;
    }

    .isufit-data-table tr:has(.single-save) {
        background-color: #e9e1ee !important;
    }

    .no-hover .mud-table-body .mud-table-row:hover {
        background-color: inherit !important;
    }

    .dark-mode .mud-table-row:hover {
        background-color: #242424 !important;
    }

    .dark-mode .isufit-data-table tr:has(.single-save) {
        background-color: #242424 !important;
    }

    .mud-table-row.selected td {
        background-color: #e0ddff !important;
        font-weight: bold;
    }

    .block-label .mud-button-label {
        display: block;
        line-height: normal;
    }

    .dark-mode .mud-table-row.selected td {
        background-color: #242424 !important;
    }

    .new-item {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .mud-chart-donut {
        overflow: hidden !important;
    }

    .mud-application-layout-rtl .new-item {
        right: 10px;
    }

    button .mud-progress-circular {
        position: static !important;
        opacity: 1 !important;
    }

    .scrollbar-track-y {
        right: auto !important;
        left: 0 !important;
        background: none !important;
    }

    .mud-nav-link.active:not(.mud-nav-link-disabled) svg {
        color: var(--mud-palette-primary) !important;
    }

    .mud-expand-panel-icon {
        position: absolute;
        right: 20px;
    }

    .mud-expand-panel-text {
        margin-right: 30px;
    }

    .mud-select-input-extended.min-width {
        min-width: 242px;
    }

    .isufit-card.tight .isufit-card-header .mud-list-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .mud-badge.mud-badge-top.left {
        right: auto;
        left: -20px;
        top: -10px;
    }

    .mud-application-layout-rtl .mud-badge.mud-badge-top.left {
        left: auto;
        right: -20px;
        top: -10px;
    }

    .badge-in-button-top {
        position: absolute;
        top: 13px;
        right: 29px;
    }

    .mud-application-layout-rtl .badge-in-button-top {
        right: auto;
        left: 6px;
    }

    .isufit-card.tight .isufit-card-header .mud-badge.mud-badge-top.left, .mud-application-layout-rtl .isufit-card.tight .isufit-card-header .mud-badge.mud-badge-top.left {
        top: -16px;
    }

    .mud-menu-item-text div[role=img]:has(.avatar-picture) {
        top: 5px;
    }

    .isufit-card-header .mud-list-item {
        margin-top: -20px;
        margin-bottom: -20px;
        margin-right: -10px;
    }

    .mud-application-layout-rtl .isufit-card.tight .isufit-card-header .mud-list-item {
        margin-right: -20px;
    }

    .isufit-card.tight .isufit-card-header .mud-list-item {
        margin-left: -20px;
    }

    .isufit-card-header .mud-list-item .mud-list-item-icon {
        min-width: 35px;
    }

    .isufit-card-header .mud-card-header-actions {
        min-height: 48px;
    }

        .isufit-card-header .mud-card-header-actions > div {
            margin-top: 10px;
        }

    .isufit-card-header {
        padding-bottom: 10px !important;
    }

    .mud-card-content {
        padding-top: 10px;
    }

    .isufit-card.tight .mud-card-content {
        padding: 8px;
        padding-top: 0px;
    }

    .smaller .isufit-select {
        min-width: 200px !important;
    }

    .printable-page td, .printable-page th {
        padding: 0px 3px !important;
    }

    .printable-page:not(.line-style) td, .printable-page th:not(.line-style) {
        font-size: 12px !important;
    }

    .printable-page .isufit-badge p {
        font-size: 12px !important;
    }

    .printable-page.tight td {
        font-size: 12px !important;
    }

    .printable-page.tight .mud-table, .printable-page.tight section {
        margin-bottom: 5px !important;
    }

    .printable-page.tight .printable-page-header {
        margin-bottom: 10px !important;
    }

    .printable-page.line-style thead {
        background-color: white !important;
        vertical-align: top;
    }

    .printable-page.line-style table {
        border-collapse: collapse;
    }

    .printable-page.line-style tr, .printable-page.line-style th, .printable-page.line-style td {
        border: 1px solid #DDD;
        padding: 0px 3px !important;
    }

    .printable-page.line-style th {
        background-color: #f0f0f0;
    }

    .printable-page.line-style .no-lines tr, .printable-page.line-style .no-lines th, .printable-page.line-style .no-lines td {
        border: none !important;
    }

    .printable-page.line-style .inline-badge, .printable-page.line-style .counter {
        font-size: inherit !important;
    }

    .printable-page.line-style .mud-button-root {
        font-size: 8.5px;
    }

    .no-column-borders {
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

        .no-column-borders tr {
            border: none !important;
        }

        .no-column-borders th, .no-column-borders td {
            border: none !important;
            border-left: 1px solid #DDD !important;
            border-right: 1px solid #DDD !important;
        }

        .no-column-borders th {
            border-bottom: 1px solid #DDD;
        }

    .A4.tight {
        padding: 10px !important;
    }

    .login-language-selector {
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .selected, .selected svg {
        color: var(--mud-palette-primary) !important;
    }

    .disabled {
        pointer-events: none;
    }

    .clickable-object {
        padding: 0px 5px;
        border-radius: 20px;
        text-align: unset;
    }

    .has-manual-changes {
        text-decoration: underline;
        padding: 0px;
    }

    .isufit-data-table .mud-overlay {
        display: none !important;
    }

    .mud-toolbar .mud-overlay {
        backdrop-filter: blur(3px);
    }

    .mud-dialog-container {
        backdrop-filter: blur(10px);
    }

        .mud-dialog-container:has(.hidden-dialog) {
            opacity: 0;
        }

    .lang-icon-container .lang-icon {
        background-position: center;
        background-size: 25px;
        background-repeat: no-repeat;
        border-radius: 30px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
    }

    .lang-icon-container.lang-he .lang-icon {
        background-image: url(/img/lang-he.svg);
    }

    .lang-icon-container.lang-en .lang-icon {
        background-image: url(/img/lang-en.svg);
    }

    .lang-icon-container.lang-ru .lang-icon {
        background-image: url(/img/lang-ru.svg);
    }

    .lang-icon-container.lang-ar .lang-icon {
        background-image: url(/img/lang-ar.svg);
    }

    .mud-drop-item-preview-start {
        position: absolute !important;
    }

    .card-header-text p {
        font-size: 20px;
        white-space: nowrap;
    }

    .worker-card .mud-avatar.mud-avatar-large {
        width: 100px;
        height: 100px;
    }

    .mud-simple-table.no-lines table * tr > td, .mud-simple-table table * tr th {
        border: 0;
    }

    .mud-simple-table .mud-table-container {
        overflow-y: hidden;
    }

    .link {
        color: var(--mud-palette-primary);
    }

        .link:hover {
            text-decoration: underline !important;
        }

    .inline {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

        .inline > div {
            margin: 0px 10px;
        }

    .inline-start {
        justify-content: flex-start;
    }

    .saved-logins {
        max-height: 420px;
        overflow-y: auto;
    }

        .saved-logins.side {
            width: 140px;
            margin-right: 130px;
            margin-left: 0px;
        }

    .mud-application-layout-rtl .saved-logins.side {
        width: 140px;
        margin-left: 130px;
        margin-right: 0px;
    }

    .saved-logins > div {
        position: relative;
        text-align: center;
    }

    .saved-logins .delete {
        position: absolute;
        top: 0px;
        left: -5px;
    }

    .aligned-with-icon {
        display: inline-block;
        margin: 0px 3px;
        position: relative;
        top: -5px;
    }

    .aligned-with-text {
        display: inline-block;
        margin: 0px 3px;
        position: relative;
        top: 7px;
    }

    .mud-stepper .mud-avatar-filled-transparent {
        background-color: white;
    }

    .mud-stepper .mud-stepper-header {
        pointer-events: none;
    }

        .mud-stepper .mud-stepper-header:has(.mud-icon-badge) {
            pointer-events: all;
        }

    .mud-application-layout-rtl .mud-transfer-list > .flex-column .mud-icon-button {
        transform: rotate(180deg);
    }

    .mud-application-layout-rtl .mud-transfer-list .mud-typography-subtitle2 {
        direction: ltr;
        text-align: right;
    }

    .mud-transfer-list > div .mud-typography-inherit .mud-typography-body1 {
        font-size: 1.5em;
        font-weight: bold;
    }

    .mud-select-extended {
        max-width: 500px;
    }

    #pdf-container .mud-select-extended {
        height: 20px;
    }

    #pdf-container .mud-input-control.mud-select-extended {
        margin-top: -5px !important;
    }

    .mud-select-extended:has(.no-min-width) {
        max-width: 100%;
    }

    .mud-select-extended .mud-select-input-extended .mud-select-extended-nowrap {
        white-space: normal;
        /*    max-height: 35px;*/
        overflow-y: auto !important;
        padding: 18.5px 20px !important;
        padding-bottom: 5px !important;
    }

    .align-icon-as-button .mud-input-adornment {
        margin-right: 10px;
        margin-left: 0px;
    }

    .mud-application-layout-rtl .align-icon-as-button .mud-input-adornment {
        margin-right: 0px;
        margin-left: 10px;
    }

    div[dir=rtl] .no-start-gutter {
        padding-right: 10px !important;
    }

    div[dir=ltr] .no-start-gutter {
        padding-left: 10px !important;
    }

    div[dir=rtl] .no-end-gutter {
        padding-left: 10px !important;
    }

    div[dir=ltr] .no-end-gutter {
        padding-right: 10px !important;
    }

    .center {
        text-align: center !important;
    }

    .center-margin, .center-align {
        margin: 0 auto !important;
    }

    .mud-list-item .mud-list-item-icon {
        min-width: 35px;
    }

    .underline {
        text-decoration: underline;
    }

    .printable-pages {
        overflow-y: auto;
        max-height: calc(96vh - 64px);
        background-color: var(--mud-palette-dark);
    }

    .printable-page {
        position: relative;
        color: black;
        background-color: white;
        margin: 20px auto;
        overflow: hidden;
    }

    .document-field-container {
        position: absolute;
    }

        .document-field-container .text-area, .document-field-container .text-area .mud-input-control {
            width: 100%;
            height: 100%;
        }

        .document-field-container:has(.selected) {
            position: relative;
        }

        .document-field-container button[aria-label=Increment], .document-field-container button[aria-label=Decrement], .document-field .me-auto, .document-field .mud-picker .mud-icon-root, .document-field .mud-select-extended .mud-icon-root {
            display: none;
        }

    .mud-signature-pad-container {
        height: 100%;
    }

    .add-new-fields-toolbar {
        position: fixed;
        z-index: 1;
        right: 0px;
    }

        .add-new-fields-toolbar .mud-expand-panel-content {
            padding-bottom: 0px;
        }

    .add-new-fields-button {
        padding: 0px 15px;
        cursor: grab;
    }

    .printable-page-contents {
        position: relative;
        height: 100%;
    }

    .A4 {
        width: 210mm;
        padding: 20px;
        box-sizing: border-box;
    }

        .A4.view {
            min-height: 297mm;
        }

        .A4.landscape {
            width: 297mm;
        }

        .A4.view.landscape {
            min-height: 210mm;
        }

    .mud-dialog-content {
        margin-top: -10px;
    }

    .printable-page header {
        background-color: #DDD;
        padding: 17px;
        min-height: 57.41px;
    }

        .printable-page header.dense {
            padding: 7px;
            min-height: auto;
        }

        .printable-page header h3 {
            margin-top: 0px !important;
            width: 70%;
            margin: 0 auto;
        }

    .printable-page .report-date {
        position: absolute;
        top: 10px;
        left: 20px;
        width: 100px;
        text-align: left;
    }

    .printable-page header h3 {
        text-align: center;
    }

    .printable-page footer {
        opacity: 0;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: left;
        pointer-events: none;
    }

    .printable-page thead {
        background-color: #EEE;
    }

    .ai-button {
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    .ai-chat {
        position: fixed;
        height: 500px;
        width: 310px;
        bottom: 60px;
        left: 10px;
        z-index: 10;
    }

    .ai-chat-container {
        overflow-y: auto;
        height: 407px;
    }

    .chat-bubble.ai .mud-chat-bubble {
        text-align: right;
    }

    td {
        position: relative;
    }

    th {
        font-weight: bold !important;
    }

    .nothing-to-show {
        margin: 0 auto;
    }

    .nothing-to-show, .o05 {
        opacity: 0.5;
    }

    .o02 {
        opacity: 0.2;
    }

    .o06 {
        opacity: 0.6;
    }

    .missing-value {
        opacity: 0.3;
        font-style: italic;
    }

    .nothing-to-show dotlottie-player {
        margin: 0 auto;
        zoom: 0.3;
    }

    #pdf-container {
        opacity: 0;
        width: 100%;
        height: 800px;
        overflow-y: scroll;
        overflow-x: scroll;
        position: relative;
        background-color: #EEE;
    }
        /*#pdf-container .mud-menu, #pdf-container button[aria-label="Previous Page"], #pdf-container button[aria-label="Next Page"], #pdf-container .mud-input-nospin, #pdf-container .mud-toolbar p {*/
        #pdf-container .mud-menu {
            display: none;
        }

        #pdf-container .mud-toolbar {
            position: fixed;
            z-index: 2;
            width: 500px;
            top: 0px;
            left: 200px;
            background-color: transparent !important;
            color: white !important;
        }

        #pdf-container .blazorpdf__scroll {
            height: 100% !important;
            padding: 0px !important;
            background-color: transparent !important;
        }

        #pdf-container .mud-toolbar .mud-chip-content {
            color: white;
        }

        #pdf-container .mud-toolbar .mud-input-filled {
            height: 35px;
            color: white;
        }

            #pdf-container .mud-toolbar .mud-input-filled .mud-input-slot {
                padding-top: 10px !important;
            }

        #pdf-container .textLayer {
            pointer-events: none;
        }

        #pdf-container ..blazorpdf-pdf {
            overflow-x: hidden !important;
        }

        #pdf-container .blazorpdf-pdf__thumbnails {
            position: fixed;
            background: transparent !important;
        }

    .print-container-document {
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .print-container-document img {
            display: block;
            width: 100%;
        }

    #document-fields-overlay {
        position: absolute;
        transform-origin: 0 0;
        /*    background-color: rgba(0, 255, 0, 0.3);*/
    }

    .document-loader {
        position: absolute;
        top: 300px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .document-field {
        position: absolute;
        text-align: right;
        /*    background-color: rgba(255, 0, 0, 0.05);*/
        border: 2px solid transparent;
    }

        .document-field.edit-mode {
            border: 2px solid rgba(255, 0, 0, 0.2);
        }

        .document-field .mud-button-label {
            width: 100%;
            height: 100%;
        }

        .document-field:hover {
            background-color: transparent;
        }

        .document-field.selected {
            border: 2px dashed black;
        }

        .document-field .mud-input {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

            .document-field .mud-input input {
                font-size: 10px;
                color: black !important;
            }

            .document-field .mud-input > input.mud-input-root {
                padding: 0px !important;
            }

    .align-with-title {
        padding: 5px 0px !important;
    }

    .mud-simple-table.mud-table-superdense * tr td, .mud-simple-table.mud-table-superdense * tr th {
        padding: 1px 5px;
    }

    .short-day {
        width: 38px;
        display: inline-block;
    }

    .mud-application-layout-rtl .short-day {
        width: 18px;
    }

    .badge-inline, .badge-inline > p {
        margin-right: 10px;
    }

    .badge-inline {
        margin-top: 0px !important;
        margin-right: 15px;
    }

        .badge-inline > p {
            margin-right: 10px;
        }

        .badge-inline.digits-2 {
            margin-right: 20px;
        }

    .virtual-clock-button {
        margin-top: -20px;
    }

        .virtual-clock-button .mud-button-root:active {
            background-color: transparent !important;
        }

        .virtual-clock-button input {
            display: none
        }

        .virtual-clock-button button:disabled {
            opacity: 0.7;
        }

        .virtual-clock-button .on, .virtual-clock-button .off {
            position: absolute;
            text-align: center;
            -webkit-text-shadow: inset 1px 1px 1px black;
            width: 100%;
        }

        .virtual-clock-button .on {
            top: 10px;
            -webkit-transition: all 0.15s;
            font-family: sans-serif;
            display: block;
            color: #111 !important;
        }

        .virtual-clock-button .off {
            bottom: 5px;
            -webkit-transition: all 0.15s;
            transform: scaleY(0.85);
            display: block;
            color: white;
        }

        .virtual-clock-button button:disabled .off {
            color: #111;
        }

        .virtual-clock-button .but {
            background-color: #272727;
            border-radius: 400px 400px 400px 400px / 400px 400px 300px 300px;
            border-bottom-width: 0px;
            box-shadow: inset 8px 6px 5px -7px rgba(0,0,0,1),inset -8px 6px 5px -7px rgba(0,0,0,1),inset 0 -3px 2px -2px rgba(200,200,200,.5),0 3px 3px -2px rgba(0,0,0,1),inset 0 -230px 60px -200px rgba(255,255,255,.2),inset 0 220px 40px -200px rgba(0,0,0,.3);
            display: block;
            font-size: 27px;
            height: 178px;
            position: relative;
            -webkit-transition: all 0.2s;
            width: 200px;
        }

        .virtual-clock-button .back {
            background-color: black;
            background-image: -webkit-linear-gradient(0deg, transparent 30%, transparent 70%),-webkit-linear-gradient(0deg, rgba(150,150,150,0) 30%, rgba(150,150,150,.1) 50%, rgba(150,150,150,0) 70%);
            border-radius: 105px;
            box-shadow: 30px 30px 30px -20px rgba(0,0,0,.3),-30px 30px 30px -20px rgba(0,0,0,.3),0 30px 30px 0px rgba(0,0,0,.3),inset 0 -1px 0 0 #333;
            box-sizing: border-box;
            height: 210px;
            padding: 4px 4px;
            -webkit-transition: all 0.2s;
            width: 210px;
        }

    .mud-cal-month-grid-header {
        background-color: #766ae7;
        color: white;
    }

    .virtual-clock-button .round {
        background: black;
        background: -webkit-linear-gradient(270deg, #444, #222);
        border-radius: 130px;
        -webkit-box-sizing: border-box;
        box-shadow: 0px 0px 0px 8px rgba(0,0,0,.1),0px 0px 3px 1px rgba(0,0,0,1),inset 0 8px 3px -8px rgba(255,255,255,.4);
        height: 260px;
        margin: 30px auto;
        padding: 25px;
        width: 260px;
    }

    .virtual-clock-button input.checked + .back .on, .virtual-clock-button input.checked + .back .off {
        text-shadow: inset 1px 1px 1px black;
    }

    .virtual-clock-button input.checked + .back .off {
        color: #111 !important;
    }

    .virtual-clock-button input.checked + .back .on {
        color: white !important;
        top: 10px;
        -webkit-transform: scaleY(0.85);
    }

    .virtual-clock-button input.checked + .back .off {
        color: #bbb;
        bottom: 5px;
        -webkit-transform: scaleY(1);
    }

    .virtual-clock-button input.checked + .back .but {
        background: #232323;
        background-image: -webkit-radial-gradient(50% 15%,circle closest-corner,rgba(0,0,0,.3),rgba(0,0,0,0));
        border-radius: 400px 400px 400px 400px / 300px 300px 400px 400px;
        box-shadow: inset 8px -4px 5px -7px rgba(0,0,0,1),inset -8px -4px 5px -7px rgba(0,0,0,1), 0 -3px 8px -4px rgba(250,250,250,.4),inset 0 3px 4px -2px rgba(10,10,10,1),inset 0 280px 40px -200px rgba(0,0,0,.2),inset 0 -200px 40px -200px rgba(180,180,180,.2);
        margin-top: 20px;
    }

    .virtual-clock-button input.checked + .back {
        background-image: -webkit-linear-gradient(90deg, black 30%, transparent 70%),-webkit-linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(250,250,250,.4) 50%, rgba(150,150,150,0) 100%);
        box-shadow: 30px 30px 30px -20px rgba(0,0,0,.1),-30px 30px 30px -20px rgba(0,0,0,.1),0 30px 30px 0px rgba(0,0,0,.2),inset 0 1px 2px 0 rgba(0,0,0,.6);
        padding: 2px 4px;
    }

    .virtual-clock-button .l, .virtual-clock-button .r {
        margin: 0 auto;
        text-align: center
    }

    .virtual-clock-button .round, .virtual-clock-button #onoff, .virtual-clock-button .back, .virtual-clock-button .but, .virtual-clock-button .on, .virtual-clock-button .off {
        user-select: none
    }

    .w-100p .mud-tooltip-root {
        width: 100%;
    }











    .printable-page .mud-badge {
        background-color: #DDD !important;
        color: black !important;
    }

    .printable-page .printable-page-header {
        margin-bottom: 20px;
    }

    .printable-page .mud-table, .printable-page section {
        margin-bottom: 20px;
    }

        .printable-page section.to-bottom {
            position: absolute;
            width: 100%;
            bottom: 20px;
        }

    #debug-window {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 210px;
        overflow-y: scroll;
        z-index: 10000;
        background-color: white;
        padding: 20px;
        direction: ltr;
        border-top: 1px dashed black;
    }

    .w-25p {
        width: 25%;
    }

    .w-50p {
        width: 50%;
    }

    .sign-line {
        border-top: 1px solid black;
        width: 90%;
        margin: 0 auto;
    }

    .table-sum {
        background-color: #EEE;
    }

        .table-sum td {
            font-weight: bold !important;
        }

    .elipsis {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .w-100p {
        width: 100%;
    }

    .sticky-left {
        position: sticky !important;
        left: 0;
        z-index: 2;
        background-color: #f5f5f5;
    }

    .sticky-right {
        position: sticky !important;
        right: 0;
        z-index: 2;
        background-color: #f5f5f5;
    }

    .full-screen-loading .loading-container {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(3px);
    }

        .full-screen-loading .loading-container .mud-progress-circular {
            opacity: 1;
            position: fixed;
            top: calc(50% - 50px);
            left: calc(50% - 50px);
            width: 100px;
            height: 100px;
        }

        .full-screen-loading .loading-container .mud-icon-root {
            position: fixed;
            top: 50%;
            left: 50%;
            color: white;
            zoom: 2;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            padding: 5px;
        }

    .padding-top-0 {
        padding-top: 0px;
    }

    .padding-end-30 {
        padding-right: 30px;
        padding-left: inherit;
    }

    .mud-application-layout-rtl .padding-end-30 {
        padding-right: inherit;
        padding-left: 30px;
    }

    .manual-entry-table {
        height: calc(100vh - 335px);
        overflow-y: auto;
    }

    .end {
        margin-left: auto !important;
        margin-right: inherit !important;
    }

    .end-position {
        position: absolute;
        left: auto;
        right: 0;
    }

    .mud-table-smalldevices-sortselect {
        display: none !important;
    }

    .mud-application-layout-rtl .end-position {
        position: absolute;
        right: auto;
        left: 0;
    }

    .undo-button {
        display: inline-block;
        position: absolute;
        /* top: 10px; */
        margin-top: 8px;
        opacity: 0;
    }

    tr:hover .undo-button {
        opacity: 1;
    }

    .mud-application-layout-rtl .end {
        margin-left: inherit !important;
        margin-right: auto !important;
    }

    .report-viewer-nav .mud-input-control {
        width: 130px;
        padding: 10px;
    }

    .align-end {
        text-align: right;
    }

    .admin-visibility-container {
        position: relative;
        display: inline-block;
    }

    .admin-visibility-toggle {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        z-index: 100;
    }

    .admin-visibility-container:hover .admin-visibility-toggle {
        display: block;
        background-color: white;
    }

    .mud-application-layout-rtl .align-end {
        text-align: left;
    }

    .mud-dialog-width-sm {
        max-width: inherit;
        min-width: 200px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .mud-dialog-width-sm .mud-dialog-title {
            margin-top: -5px !important;
        }

    .mud-chip.mud-chip-size-medium {
        height: auto;
    }

    .smaller-text {
        font-size: 12px;
    }

    .mud-dialog-width-full {
        width: calc(100% - 200px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .padding-h-20 {
        padding: 0px 20px;
    }

    .mud-card-actions {
        width: 100%;
        padding: 10px 15px;
    }

    .mud-dialog .mud-card-actions {
        padding: 10px 25px;
    }

    .mud-card-actions button {
        margin-left: 10px;
        margin-right: 0px;
    }

    .mud-application-layout-rtl .mud-card-actions button {
        margin-left: 0px;
        margin-right: 10px;
    }

    .workers-selector tr {
        cursor: pointer;
    }

    .mud-application-layout-rtl .mud-toggle-group-horizontal.rounded-xl.mud-toggle-group-rtl > .mud-toggle-item:not(:last-child), .mud-application-layout-rtl .mud-toggle-group-horizontal.rounded-xl.mud-toggle-group-rtl > :not(:last-child) .mud-toggle-item {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .mud-application-layout-rtl .mud-toggle-group-horizontal.rounded-xl.mud-toggle-group-rtl > .mud-toggle-item:not(:first-child), .mud-application-layout-rtl .mud-toggle-group-horizontal.rounded-xl.mud-toggle-group-rtl > :not(:first-child) .mud-toggle-item {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .mud-list-subheader-extended {
        background-color: white !important;
    }

    .dark-mode .mud-list-subheader-extended {
        background-color: #32333d !important;
    }

    .mud-list-subheader-extended .mud-input-margin-dense {
        color: black !important;
        background-color: white;
    }

    .dark-mode .mud-list-subheader-extended .mud-input-margin-dense {
        color: white !important;
        background-color: #32333d;
    }

    .mud-badge-root {
        margin-top: 5px;
    }

    .report-viewer-nav {
        padding: 0px 10px;
    }

    .report-wizard-preview .report-viewer-nav {
        display: none;
    }

    .report-wizard-preview #print-container {
        min-height: 666px !important;
        max-height: 666px !important;
    }

    .date-range-picker {
        max-width: 290px;
    }

    .mud-tab .mud-badge-root {
        right: 20px;
        left: inherit;
        position: absolute;
        top: 50%;
    }

    .mud-application-layout-rtl .tab-with-badge .mud-tab {
        padding-left: 50px;
    }

    .mud-tab .mud-badge-dot {
        top: -10px !important;
    }

    .mud-tab:has(.mud-badge-root) {
        padding-right: 50px;
        padding-left: 20px;
    }

    .mud-application-layout-rtl .mud-tab:has(.mud-badge-root) {
        padding-left: 50px;
        padding-right: 20px;
    }

    .mud-application-layout-rtl .mud-tab .mud-badge-root {
        right: inherit;
        left: 20px;
        position: absolute;
        top: 50%;
    }

    .small-label {
        border-radius: 5px;
        position: absolute;
        top: 3px;
        right: 25px;
        font-size: 10px;
        padding: 0px 5px;
    }

    .search {
        max-width: 300px;
    }

        .search input {
            padding: 10px 14px !important;
        }

    .rounded .mud-input-outlined-border, .mud-list-extended .mud-input-outlined-border {
        border-radius: 20px !important;
    }

    .mud-list-extended {
        overflow-x: hidden;
    }

    .disable-item-selection .mud-list-item-clickable-extended {
        pointer-events: none !important;
    }

    .disable-item-selection button {
        pointer-events: all !important;
    }

    .mud-dialog:has(.no-title) .mud-dialog-title {
        display: none;
    }

    .mud-dialog-container:has(.w90p) .mud-dialog {
        width: 90%;
    }

    .mud-dialog-container:has(.dialog-popup) {
        z-index: 10000;
    }

    .mud-dialog .mud-dialog-title {
        pointer-events: none;
    }

    .mud-dialog-container:has(.dialog-popup.error-message) .mud-typography-body1, .error-message {
        direction: ltr;
    }

    .mud-dialog .mud-dialog-actions {
        padding: 16px !important;
    }

    .info-popup-title {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .printable-marker {
        transform: translateY(calc(38vh));
        height: 100px;
        position: absolute;
        pointer-events: none;
    }

    .mud-navmenu {
        overflow-y: auto;
        max-height: 80vh;
    }

    .mud-toggle-group {
        width: 100%;
        height: 37px;
    }

    .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
        background-color: white;
    }

    .dark-mode .mud-input > input.mud-input-root-outlined, .dark-mode div.mud-input-slot.mud-input-root-outlined {
        background-color: #35353d;
        color: white;
    }

    .mud-select-input-extended {
        min-height: 2em !important;
        overflow-y: hidden !important;
    }

        .mud-select-input-extended .mud-chip {
            margin-top: 0px !important;
        }

    .date-selector input[type=text] {
        text-align: center;
    }

    .date-selector .mud-picker-inline {
        width: 320px;
    }

    .date-selector-with-arrows .mud-input, .date-selector-with-arrows .mud-input-control-input-container {
        width: 200px;
    }

    .icon-button-placeholder {
        width: 48px;
        height: 10px;
        display: inline-block;
    }

    .isufit-select {
        min-width: 280px;
    }

        .isufit-select:has(.no-min-width) {
            min-width: auto;
        }

        .isufit-select .tight .mud-input-slot {
            padding: 10px 25px !important;
            padding-bottom: 0px !important;
        }

            .isufit-select .tight .mud-input-slot > div {
                margin-top: 5px;
            }

        .isufit-select .mud-chip {
            top: 2px;
        }

    .mud-timeline-item-divider {
        pointer-events: none;
    }

    .shorter .mud-input-control-input-container {
        height: 40px;
    }

    .mud-select-extended.shorter .mud-select-input-extended .mud-select-extended-nowrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .end-of-list-item {
        float: right;
        margin-top: -32px;
        margin-right: 15px;
        margin-left: initial;
        font-size: 12px;
        opacity: 0.5;
    }

    .mud-application-layout-rtl .end-of-list-item {
        float: left;
        margin-top: -32px;
        margin-left: 15px;
        margin-right: initial;
    }

    .isufit-select-popover .mud-checkbox {
        pointer-events: none !important;
    }

    .isufit-select-popover .mud-list-item-functional {
        position: sticky;
        margin-top: -20px;
        padding-top: 5px;
        top: 76px;
        z-index: 9;
        background-color: white !important;
        border-bottom: 1px solid lightgray;
    }

    .dark-mode .isufit-select-popover .mud-list-item-functional {
        background-color: #32333d;
        border-bottom: 1px solid black;
    }

    td.new-empty-item {
        animation: pulse 1s forwards;
    }

    .isufit-select-popover hr {
        display: none;
    }

    .table-group {
        border-left: 1px dashed lightgray;
        border-right: 1px dashed lightgray;
    }

    #print-container {
        min-height: calc(96vh - 64px);
    }

        #print-container.loading .printable-page {
            opacity: 0.8 !important;
        }

        #print-container.loading::after {
            content: "";
            width: 50px;
            height: 50px;
            position: fixed;
            bottom: 40px;
            left: 50px;
            background-image: url(../img/loading.png);
            background-repeat: no-repeat;
            background-size: contain;
        }

    #components-reconnect-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6) !important;
        backdrop-filter: blur(3px);
        text-align: center;
        display: none;
    }

        #components-reconnect-modal.components-reconnect-show, #components-reconnect-modal.components-reconnect-failed, #components-reconnect-modal.components-reconnect-rejected {
            display: block;
        }

        #components-reconnect-modal > div {
            background-color: #fff;
            padding: 30px;
            border-radius: 20px;
            margin: 30vh auto;
            width: fit-content;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        }

        #components-reconnect-modal button {
            margin: 0px 10px !important;
            font-weight: bold;
        }

    .components-reconnect-hide > div {
        display: none;
    }

    .components-reconnect-show > div {
        display: none;
    }

    .components-reconnect-show > .show {
        display: block;
    }

    .components-reconnect-failed > div {
        display: none;
    }

    .components-reconnect-failed > .failed {
        display: block;
    }

    .components-reconnect-rejected > div {
        display: none;
    }

    .components-reconnect-rejected > .rejected {
        display: block;
    }

    .isufit-table-search {
        width: 120px;
        transition: width 0.2s;
    }

    .isufit-data-table.no-toolbar > .mud-toolbar {
        display: none;
    }

    .isufit-table-search:has(*:focus) {
        width: 200px;
    }

    .background {
        background-color: white;
    }

    .dark-mode .background {
        background-color: black;
    }

    .normal-align {
        text-align: left !important;
    }

    .mud-application-layout-rtl .normal-align {
        text-align: right !important;
    }

    th.clock-event.clock-event-number::before {
        position: absolute;
        left: 5px;
        top: 3px;
        background-color: #ff4081;
        color: white;
        width: 24px;
        text-align: center;
        border-radius: 50%;
        zoom: 0.7;
    }

    .mud-application-layout-rtl th.clock-event.clock-event-number::before {
        left: auto;
        right: 5px;
    }

    th.clock-event.clock-event-1::before {
        content: "1";
    }

    th.clock-event.clock-event-2::before {
        content: "2";
    }

    th.clock-event.clock-event-3::before {
        content: "3";
    }

    th.clock-event.clock-event-4::before {
        content: "4";
    }

    th.clock-event.clock-event-5::before {
        content: "5";
    }

    th.clock-event.clock-event-6::before {
        content: "6";
    }

    th.clock-event.clock-event-7::before {
        content: "7";
    }

    th.clock-event.clock-event-8::before {
        content: "8";
    }

    th.clock-event.clock-event-start, td.clock-event.clock-event-start {
        border-left: 1px dashed lightgray;
    }

    th.clock-event.clock-event-end, td.clock-event.clock-event-end {
        border-right: 1px dashed lightgray;
    }

    .mud-application-layout-rtl th.clock-event.clock-event-start, .mud-application-layout-rtl td.clock-event.clock-event-start {
        border-left: none;
        border-right: 1px dashed lightgray !important;
    }

    .mud-application-layout-rtl th.clock-event.clock-event-end, .mud-application-layout-rtl td.clock-event.clock-event-end {
        border-right: none;
        border-left: 1px dashed lightgray !important;
    }

    .fixed-bottom {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 20px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        background-color: white;
        z-index: 2;
    }

    .mud-select-extended .mud-select-input-extended .mud-select-extended-nowrap.mud-chipset {
        padding: 18.5px 0px !important;
        padding-top: 0px !important;
        white-space: normal;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-bottom: 5px !important;
    }

    .shorter .mud-chipset {
        margin-top: -2px;
    }

    .shorter .mud-chip-container button {
        border: 0px;
    }

    .isufit-data-table-more {
        top: 4px;
    }

    .mud-dialog-fullscreen .mud-dialog-content .page-header {
        position: fixed;
        width: 100%;
        top: -4px !important;
        z-index: 2;
    }

    .mud-dialog-fullscreen .mud-dialog-content {
        padding-top: 56px !important;
    }

    .list-item-selected, .mud-table-row:hover.list-item-selected {
        background-color: #766ae7 !important;
        color: white;
    }

    @media only screen and (max-width: 1280px) {

        .mud-dialog-fullscreen {
            height: 90vh;
        }

        label.mud-checkbox {
            align-items: flex-start;
        }

        label.mud-checkbox > span {
            margin-top: -12px;
        }

        #pdf-container .mud-toolbar {
            display: none;
        }

        .form-editor .mud-select-input-extended {
            min-height: inherit !important;
        }

        .mud-select-input-extended .mud-input-slot {
            padding-right: 18px !important;
        }

        .editable-fields-container {
            margin-top: 0px !important;
            top: 340px;
            zoom: 1;
            left: 25vw !important;
        }

        .isufit-data-table td {
            padding: 10px 10px !important;
        }

        .isufit-data-table td .isufit-table-edit-button, .isufit-data-table .text-button {
            position: absolute;
            left: auto;
            right: 10px;
        }

        .mud-application-layout-rtl .isufit-data-table td .isufit-table-edit-button, .mud-application-layout-rtl .isufit-data-table .text-button {
            position: absolute;
            right: auto;
            left: 10px;
        }

        .isufit-data-table td, .isufit-data-table .isufit-table-edit-button, .isufit-data-table .text-button {
            font-size: 18px;
        }

        .page-content {
            padding: 0px !important;
        }

        .isufit-time-picker {
            left: 25%;
        }

        .isufit-data-table .textfield-state-icon {
            position: absolute;
            left: 50%;
        }

        .isufit-data-table .undo-button {
            position: absolute;
            left: 50%;
            margin-top: 15px;
        }

        .isufit-data-table .isufit-data-table-progress-bar {
            position: absolute;
            left: 50%;
            margin-top: -35px;
        }

        .mud-table-body .mud-table-row:hover {
            background-color: initial !important;
        }

        .isufit-data-table-more {
            top: -2px;
        }

        .editable-fields-container:has(.isufit-select) {
            top: 130px;
        }

        .isufit-data-table.adding-row .mud-table-container {
            overflow-y: auto;
        }
    }

    @media only screen and (max-width: 1024px) {

        .editable-fields-container {
            width: 100vw !important;
            left: 0 !important;
            top: 50vh !important;
        }

        .editable-fields-container.editable-field-time {
            margin-left: 0px !important;
        }

        .editable-fields-container.editable-field-time .isufit-time-picker {
            margin-left: 0px !important;
        }

        .editable-fields-container.editable-field-time > div {
            text-align: center;
        }

        .editable-fields-container.editable-field-time > div > div {
            display: inline-block;
        }

        .editable-fields-container .isufit-select {
            min-width: 60vw !important;
        }

        .isufit-select .mud-popover {
            min-width: 100% !important;
            left: 0 !important;
        }
    }

    @media print {

        body {
            background-color: white;
        }

        .printable-page {
            color: black;
            background-color: white;
            margin: 0;
            print-color-adjust: exact;
            -webkit-print-color-adjust: exact;
        }

        .printable-page.tight footer {
            width: calc(100% - 20px);
            margin-left: 20px;
        }
    }