html, body {
    font-family: 'Montserrat', Arial, sans-serif !important;
    background-color: white;
    height: 100vh;
    margin: 0;
    padding-right: 0 !important;
    overflow: hidden;
}

.dxbl-widget-container.dx-visibility-change-handler {
    min-height: 5px !important;
    max-height: 100% !important;
}

.dxbl-chart-with-legend-container {
    max-height: 100% !important;
}

.dxbl-grid .dxbl-grid-table .dxbl-grid-detail-cell {
    padding: 0 !important;
}

.grid-container {
    height: 100%;
    width: 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    overflow-x: auto;
    white-space: nowrap;
}

.cw-300 {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 300px;
}

.cw-600 {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 800px;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.retail-grid {
    flex-grow: 1;
    height: 100%;
}

.draggable-card {
    position: absolute;
    top: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    background: white;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: auto;
}

.drag-header {
    background: #007bff;
    color: white;
    position: sticky;
    padding: 10px;
    cursor: grab;
    text-align: center;
    font-weight: bold;
    top: 0;
    z-index: 10;
}


.dxbl-popup-cell {
    position: absolute !important;
}

.dxbl-dropdown {
    top: 100% !important;
    left: 0 !important;
    width: auto !important;
    transform: translate(500px, 200px);
    position: relative !important;
}

.dxbl-grid .dxbl-grid-table td {
    border: 1px solid #ccc;
}

.summary-text {
    color: white;
    font-weight: 700;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.bi-x-lg {
    transform: scale(1.5);
}

.header-btn {
    width: 35px !important;
    height: 35px !important;
    border: 2px solid #d0d2d5;
    color: #7D7772 !important;
    background-color: unset !important;
    transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}

    .header-btn:hover {
        border-color: rgba(208, 210, 213, 0.5);
        color: rgba(208, 210, 213, 0.5);
        transform: scale(1.1);
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.dxbl-splitter > .dxbl-splitter-pane > .dxbl-splitter-pane-content {
    padding: unset !important
}

.dxbl-chart-legend-item {
    cursor: pointer !important;
}

.dxbl-chart-legend {
    opacity: 1;
    padding: .5em 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dxbl-chart-legend-outside .dxbl-chart-legend.dxbl-chart-legend-horizontal.dxbl-chart-legend-align-right, .dxbl-chart-legend-outside .dxbl-chart-legend.dxbl-chart-legend-vertical.dxbl-chart-legend-valign-bottom:not(.dxbl-chart-legend-align-center) {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.dxbl-chart-legend-outside .dxbl-chart-legend.dxbl-chart-legend-horizontal.dxbl-chart-legend-valign-top, .dxbl-chart-legend-outside .dxbl-chart-legend.dxbl-chart-legend-vertical.dxbl-chart-legend-align-center.dxbl-chart-legend-valign-top {
    margin-bottom: .5rem;
}

.dxbl-chart-legend-icon {
    border-radius: 3px;
}


.dxbl-text {
    cursor: pointer !important;
}

.container-fluid {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

.row {
    padding-right: unset !important;
    padding-left: unset !important;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 40vh;
    max-height: 40vh;
    justify-content: space-between;
}

.grid-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    height: 100%;
    justify-content: space-between;
}

.chart-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    height: 100% !important;
}

    .chart-container .dx-chart {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

.chart {
    width: 100%;
    height: 100%;
}

.card-body .summary-text {
    flex-shrink: 0;
}

.Workorders-jobs-list {
    flex-grow: 1;
    overflow-y: auto;
}

.modal-dialog {
    max-height: 80vh;
    overflow-y: auto;
}

.d-flex {
    display: flex;
}

.inner-layout {
    margin-top: 0px !important;
    height: calc(100% - 64.5px);
    overflow: hidden !important;
}

.chart-empty-text {
    max-width: 100%;
    color: #BABFBC;
    align-items: center;
    font-weight: bold;
    font-size: 2.5rem;
}

.d-flex.flex-column {
    flex-direction: column;
}

.dxbl-chart-title {
    color: #BABFBC;
    font-size: 0.9em !important;
    font-weight: bold !important;
    width: 100% !important;
}

.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element, .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element {
    display: none;
}

.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio).dxbl-checkbox-unchecked .dxbl-checkbox-check-element {
    background-color: var(--dxbl-checkbox-check-element-unchecked-bg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.dxbl-chart-legend.dxbl-chart-legend-horizontal .dxbl-chart-legend-item:not(:last-child) {
    margin-right: 0.5rem !important;
}



.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


.loading-svg {
    width: 5em;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}

.chart-circle {
    fill: none;
    stroke: hsl(214, 97%, 59%);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

code {
    color: #c02d76;
}

.height-pane {
    height: 82.5vh !important;
}

@media only screen and (min-height: 1700px) and (max-height: 1799px ) {
    .height-pane {
        height: 92.5vh !important;
    }
}

@media only screen and (min-height: 900px) and (max-height: 957px ) {
    .height-pane {
        height: 86.5vh !important;
    }
}

@media only screen and (min-height: 600px) (max-height: 899px ) {
    .height-pane {
        height: 82.5vh !important;
    }
}

@media only screen and (max-height: 599px ) {
    .height-pane {
        height: 75.5vh !important;
    }
}


@media only screen and (min-width: 1400px) {
    .header {
        z-index: 9 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header {
        z-index: 9 !important;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1219px) {
    .date-range {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .header {
        z-index: 9 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header {
        z-index: 9 !important;
    }

    .retail-header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .date-range {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
    .cw-600 {
        width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header {
        z-index: 9 !important;
    }

    .retail-header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .date-range {
        display: none;
    }

    body#body-pd {
        margin-left: unset !important;
        margin-top: 20px;
    }

    .inner-layout {
        margin-top: 40px !important;
        overflow: auto !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .header {
        z-index: 9 !important;
    }

    body#body-pd {
        margin-left: unset !important;
    }

    .retail-header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .date-range {
        display: none;
    }
}

.retail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 50px;
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

    .retail-header .left-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .retail-header .right-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .retail-header button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 5px;
    }

    .retail-header .btn-graph {
        background-color: inherit !important;
        border: none;
        color: #4723D9 !important;
    }

    .retail-header .btn-summary {
        background-color: #4723D9 !important;
        border: none;
        color: white !important;
    }

    .retail-header .dx-combobox {
        min-width: 200px;
    }

@media (max-width: 768px) {
    .retail-header {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
}


.circlewrapperDX {
    background-color: white;
    border-radius: 50%;
    border: 2px solid hsla(210,33.33%,calc(94.12% + calc(0 * 1%)), calc(1 + 0));
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


body#body-pd {
    margin-left: -30px;
    background-color: white !important;
}

    body#body-pd.body-pd {
        margin-left: -56px;
    }

.inner-layout {
    margin-top: 64.5px !important;
}

.custom-row-spacing .dxgvDataRow {
    margin-bottom: 10px;
    border-bottom: 2px solid gray !important;
}



.badge {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    font-weight: 400 !important;
    line-height: unset !important;
}

.no-data-wrapper[b-japavqogj0] {
    height: calc(100vh - 65px) !important;
}

#body-pd > div > div.d-flex.justify-content-end.align-items-center.gap-0.p-2.mb-3.pt-3 > div > select,
#body-pd > div > div.d-flex.justify-content-end.align-items-center.gap-0.p-2.mb-3.pt-3 > div > input {
    height: 40px;
}

#body-pd > div > div.d-flex.justify-content-end.align-items-center.gap-0.p-2.mb-3.pt-3 > div > select {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#body-pd > div > div.d-flex.justify-content-end.align-items-center.gap-0.p-2.mb-3.pt-3 > div > input {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#body-pd > div > div.d-flex.justify-content-end.align-items-center.gap-0.p-2.mb-3.pt-3 > div > select {
    width: 400px !important;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-query {
    padding: 10px;
    width: 43px;
    height: 40px;
    background-color: #4723D9;
    color: transparent;
    font-size: 1em;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: .25rem !important;
    border: none !important;
}

    .search-query:focus {
        width: 300px;
        background-color: transparent;
        border: 1px solid #ced4da;
        color: black;
    }

        .search-query:focus::placeholder {
            color: black;
            border: none;
        }


        .search-query:focus + .search-btn,
        .search-query:not(:placeholder-shown) + .search-btn {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
        }

.search-btn {
    border: 0;
    background: transparent !important;
    padding: 0;
    position: absolute;
    left: 0px;
    cursor: unset;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

    .search-btn i {
        color: white;
        font-size: 1em;
        pointer-events: none;
    }

.search-query:not(:placeholder-shown) {
    width: 300px;
    background-color: transparent;
    border: 1px solid #ced4da !important;
    color: black;
}

select.form-select {
    appearance: none;
    background-color: #f8f9fa;
}

.retail-header button,
.retail-header select,
.retail-header .search-btn {
    height: 40px;
    width: 43px;
}

.circlewrapperoptionsDX {
    background-color: transparent;
    color: var(--first-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .circlewrapperoptionsDX i {
        font-size: 30px;
        transition: 0.5s;
    }

        .circlewrapperoptionsDX i:hover {
            font-size: 32px;
            cursor: pointer;
        }


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header {
        z-index: 9 !important;
    }

    .retail-header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

    body#body-pd {
        margin-left: unset !important;
        margin-top: 20px;
    }

    .inner-layout {
        margin-top: 40px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .header {
        z-index: 9 !important;
    }

    body#body-pd {
        margin-left: unset !important;
    }

    .retail-header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
}


div#nav-tabContent.tab-content .dxbl-grid > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-grid-table > thead {
    border: unset;
}

div#nav-tabContent.tab-content .dxbl-grid .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row):not([dxbl-top-virtual-spacer-element]):not([dxbl-bottom-virtual-spacer-element]) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > tbody > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > tfoot > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row):not([dxbl-top-virtual-spacer-element]):not([dxbl-bottom-virtual-spacer-element]) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > tfoot > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > thead > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row):not([dxbl-top-virtual-spacer-element]):not([dxbl-bottom-virtual-spacer-element]) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > thead > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header) {
    border-bottom: 0.5px solid hsla(210,33.33%,calc(94.12% + calc(0 * 1%)), calc(1 + 0)) !important;
    border-top: 0.5px solid hsla(210,33.33%,calc(94.12% + calc(0 * 1%)), calc(1 + 0)) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

div#nav-tabContent.tab-content .dxbl-grid > .dxbl-grid-top-panel:first-of-type {
    border-bottom: 0.5px solid hsla(210,33.33%,calc(94.12% + calc(0 * 1%)), calc(1 + 0)) !important;
}

div#nav-tabContent.tab-content .dxbl-grid .dxbl-grid-table > tbody > tr {
    transition: 0.5s;
}

    div#nav-tabContent.tab-content.dxbl-grid .dxbl-grid-table > tbody > tr:hover {
        background-color: #f0f0f0;
    }

.dxbl-checkbox.dxbl-checkbox-display-view-indeterminate > div::after {
    background-color: unset !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr > td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dxbl-dropdown-body {
    max-width: 513px !important;
}


.dxbl-text-edit-invalid {
    border-color: red !important;
}

.dxbl-grid-tree-node-indents-container {
    display: none !important;
}

.invalid-feedback {
    display: block !important;
}

#nav-bar > nav > div.bottom-links > a:nth-child(2) {
    display: none !important;
}
