.wdg-activity-day-limits-editor table td.wdg-activity-day-limits-prefix-col {
    padding-left: 20px;
}

.wdg-activity-day-limits-editor table td.wdg-activity-day-limits-limit-col input {
    width: 25px
}

.wdg-activity-day-limits-editor table td.wdg-activity-day-limits-command-col {
    width: 12px
}
.wdg-review-status .review-groups-table .wdg-group-col {
    padding-right: 4px;
}

.wdg-review-status .review-groups-table .wdg-status-name-col {
    padding-right: 12px;
}

.wdg-attachment-link-entity-item {
    margin-bottom: 2em;
}

.wdg-attachment-link-entity-item:last-child {
    margin-bottom: 0;
}

.wdg-attachment-link-entity-item h4 {
    font-weight: bold;
    margin-bottom: 0;
}
.att-info-item {
    white-space: nowrap;
    font-size: 0.8rem;
}

.wdg-attachment-filter {
    margin-bottom: 0.7rem;
    white-space: nowrap;
}

.wdg-attachment-filter > * {
    margin-right: 0.4rem;
}

table .sortIcon {
    padding-left: 3px;
}
.wdg-attachment-buttons {
    margin-bottom: 0.6rem;
}
.wdg-attachment-buttons-bottom {
    margin-top: 0.7rem;
}
.wdg-attachment-buttons .msbutton,
.wdg-attachment-buttons-bottom .msbutton {
    margin-right: 0.4rem;
    display: inline-block;
}
.node-field {
    display: block;
    margin-bottom: 10px;
}
.node-field .node-field--label.label-required:after {
    content: ' (*)';
}
.node-field .node-field--label.label-description:after {
    content: ' (i)';
}
.node-field .node-field--label.label-required.label-description:after {
    content: ' (*) (i)';
}

.node-field > span {
    
}
.node-field > input[type="text"], .node-field > input[type="number"], .node-field > textarea {
    width: 100%;
    padding: 5px;
}
.node-field > input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    margin-top: 4px;
    vertical-align: sub;
}
.node-buttons {
    margin-bottom: 15px;
}
.node-hd {
    display: flex;
}
.node-hd-ico {
    background-color: white;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: solid 1px #ccc;
    display: inline-block;
    font-size: 30px;
    float: left;
    text-align: center;
    flex: 0 0 48px;
    margin-right: 15px;
}
.node-hd-right {
    flex: 1;
}
.node-hd-id {
}
.node-hd-url {
    float: right;
}
.node-hd-isdisabled {
    margin-left: 15px;
}
.node-hd-istest {
    margin-left: 15px;
}
.node-hd-fields {
    display: flex;
}
.node-hd-fields-left {
    display: none;
    flex: 0 0 60px;
}
.node-hd-fields-right {
    flex: 1;
}
.msupload-edit {
    margin-left: 15px;
}
.msupload-delete {
    margin-left: 15px;
}
.node-field-table-editor-component {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(0,0,0,0.02);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 1em;
    border-radius: 3px;
}
.Pane.vertical.Pane2 {
    overflow: auto;
}

.tree-project-status {
    padding: 1px 3px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 10px;
}
.tree-project {
    margin: 8px 0;
}
ul.tree-project-container {
    padding-left: 25px;
}
.parent-class .child-class:not(.parent-class .child-class) {
    color: inherit; /* Or any other style you want to apply to the children */
}
span.tree-project-label {
    font-weight: bold;
}

.tree-project-note {
    display: block;
}
.wdg-help-hint-container .wdg-help-hint-text {
    min-width: 400px;
    max-width: 700px;
    min-height: 50px;
    max-height: 300px;
    overflow-y: auto;
}

#widget_HomeTilesSetup .hts-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

#widget_HomeTilesSetup .hts-fields {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#widget_HomeTilesSetup .card-body {
    padding: 1ex;
}

#widget_HomeTilesSetup .hts-cards {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#widget_HomeTilesSetup .hts-cards > div {
    width: 30%;
}

#widget_HomeTilesSetup .hts-card-body {
    display: flex;
    justify-content: space-between;
}

#widget_HomeTilesSetup li.item-color-red,
#widget_HomeTilesSetup div.item-color-red select {
    background-color: color-mix(in srgb, red 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-pink,
#widget_HomeTilesSetup div.item-color-pink select {
    background-color: color-mix(in srgb, pink 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-coral,
#widget_HomeTilesSetup div.item-color-coral select {
    background-color: color-mix(in srgb, coral 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-fuchsia,
#widget_HomeTilesSetup div.item-color-fuchsia select {
    background-color: color-mix(in srgb, fuchsia 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-yellow,
#widget_HomeTilesSetup div.item-color-yellow select {
    background-color: color-mix(in srgb, yellow 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-olive,
#widget_HomeTilesSetup div.item-color-olive select {
    background-color: color-mix(in srgb, olive 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-violet,
#widget_HomeTilesSetup div.item-color-violet select {
    background-color: color-mix(in srgb, violet 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-lime,
#widget_HomeTilesSetup div.item-color-lime select {
    background-color: color-mix(in srgb, lime 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-aqua,
#widget_HomeTilesSetup div.item-color-aqua select {
    background-color: color-mix(in srgb, aqua 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-gray,
#widget_HomeTilesSetup div.item-color-gray select {
    background-color: color-mix(in srgb, gray 60%, transparent);
}

#widget_HomeTilesSetup li.item-color-silver,
#widget_HomeTilesSetup div.item-color-silver select {
    background-color: color-mix(in srgb, silver 60%, transparent);
}

#widget_HomeTilesSetup div select option {
    background-color: white;
}

.home-tiles-widget {

}

.home-tiles-widget.ht-wrapper {
}

    .home-tiles-widget.ht-wrapper > .ht-container {
        padding: 20px;
        margin-top: 10px;
    }

        .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards-overlay {
            position: fixed;
            left: 0;
            top: 0;
            height: 100vh;
            width: 100vw;
            z-index: -1;
            background-color: rgba(255, 255, 255, 0);
            pointer-events: none;
        }

        .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards {
            margin: 20px auto;
            max-width: 1020px;
            /* z-index: 100000; */
            text-align: center;
            padding: 0 11px;
        }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards > .ht-header {
                font-size: 1.74rem;
                font-weight: 600;
                margin-bottom: 0.1rem;
                font-family: 'Ubuntu', arial, roboto;
                width: 100%;
                text-align: left;
                margin-left: 15px;
            }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards > .ht-subheader {
                font-size: 1.21rem;
                margin-bottom: 2rem;
                width: calc(100% - 31px);
                text-align: left;
                margin-left: 15px;
            }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card {
                position: relative;
                background-color: white;
                text-align: center;
                color: white;
                z-index: 10;
                width: 400px;
                height: 180px;
                margin: 0 15px 30px 15px;
                border-radius: 6px;
                float: left;
                box-shadow: 0 1px 1px 1px rgba(10, 16, 34, .08);
                -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
                transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
                transition: transform .2s ease, box-shadow .2s ease;
                transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
            }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card {
                height: 200px;
                width: 300px;
                text-align: left;
            }

                .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card:hover {
                    box-shadow: 0 16px 32px 0 rgba(10, 16, 34, .2), 0 0 0 transparent;
                    -webkit-transform: translateY(-5px) translateZ(0);
                    transform: translateY(-5px) translateZ(0);
                }

                .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card .ht-card-title {
                    box-sizing: border-box;
                    border-radius: 40px;
                    width: 5rem;
                    height: 5rem;
                    padding-top: 1rem;
                    color: white !important;
                    font-size: 2rem;
                    margin-bottom: 0;
                    margin: 1.5rem 0 0 2rem;
                    text-align: center;
                }

                .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card .ht-card-title {
                    /* background-image: linear-gradient(to top right, #2382ff 0%, #61b8ff 100%); */
                    background-color: blue;
                }

                .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card .ht-card-action {
                    color: var(--dark);
                    font-weight: 600;
                    margin: 2.2rem 0 0 2.5rem;
                }

                .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-card .ht-card-details {
                    color: var(--dark);
                    margin-left: 2.5rem;
                    margin-top: 0.3rem;
                }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-bottom {
                width: calc(100% - 30px);
                float: left;
                display: block;
                text-align: left;
                position: relative;
                top: -0.8rem;
                margin: -0.8rem 15px 0 15px;
                z-index: 0;
            }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-bottom span+span {
                margin-left: 2ex;
            }

            .home-tiles-widget.ht-wrapper > .ht-container > .ht-cards .ht-end {
                 clear: both;
            }

    .home-tiles-widget.ht-wrapper .ht-setup-wrapper {
        position: absolute;
    }

.batch-import-table-container {
    overflow-x: auto; 
    width: 100%;
}
