@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*
    Variables
*/
:root {
    /*--mud-drawer-width-mini-left: 90px;*/
    --mud-typography-h1-letterspacing: 0 !important;
    --mud-typography-h2-letterspacing: 0 !important;
    --mud-typography-h3-letterspacing: 0 !important;
    --mud-typography-h4-letterspacing: 0 !important;
    --mud-typography-h5-letterspacing: 0 !important;
    --mud-typography-button-text-transform: unset !important;
    --mud-typography-h6-letterspacing: 0 !important;
    --mud-palette-error: var(--rose-600) !important;
    --mud-palette-primary-darken: rgb(7, 117, 134) !important;
    --mud-default-borderradius: 2px !important;
    --mud-typography-default-letterspacing: 0 !important;
    --mud-palette-primary: rgb(0, 156, 166);
    --planned-color: rgb(251 146 60/1);
    --released-color: hsl(0 0% 13.33%);
    --handled-color: hsl(152.7 50.6% 55.6%);;
    --header-color: #222;
    --border-color-primary: #c8c8c8;
    --text-color-primary: var(--neutral-900);
    --mud-palette-text-primary: var(--neutral-900);
    --work-package-light: rgb(245 245 245/1);
    --work-package-dark: rgb(229 229 229/1);
    --svg-default: rgb(218 218 218/1);
    --left: 0;
    --width: 0;
    --button-bottom: 0;
    --code-pro: "Code Pro", "Lato", "Roboto Mono", Arial, serif;
    --roboto: "Roboto Mono", "Code Pro", Lato, Arial, serif;
    --roboto-bold: "Roboto Mono Bold", "Code Pro", Lato, Arial, serif;
    --lato: "Lato", "Roboto Mono", "Code Pro", Arial, serif;
    --lato-bold: "Lato Bold", "Roboto Mono Bold", "Code Pro", Arial, serif;
    --border-radius: 4px;

    /* Brand Colors */
    --primary-950: #073141;
    --primary-900: #083B4E;
    --primary-800: #0e4e65;
    --primary-700: #077586;
    --primary-600: #009ca6;
    --primary-500: #8dc8c7;
    --primary-400: #B1D9D7;
    --primary-300: #D4EAE6;
    --primary-200: #ebf5f0;
    --primary-100: #F1F8F5;
    --primary-50: #f7fbf9;

    --purple: #482D55;

    /* Grayscale */
    --black: #000000;
    --neutral-950: #060606;
    --neutral-900: #222222;
    --neutral-800: #3E3E3E;
    --neutral-700: #555555;
    --neutral-600: #828282;
    --neutral-500: #A0A0A0;
    --neutral-400: #C8C8C8;
    --neutral-300: #DADADA;
    --neutral-200: #E8E8E8;
    --neutral-100: rgba(245, 245, 245, 0.1);
    --neutral-50: #f9f9f9;
    --white: #ffffff;

    /* UI Colors */
    /* Rose */
    --rose-950: #4c0519;
    --rose-900: #881337;
    --rose-800: #9f1239;
    --rose-700: #be123c;
    --rose-600: #e11d48;
    --rose-500: #f43f5e;
    --rose-400: #fb7185;
    --rose-300: #fda4af;
    --rose-200: #fecdd3;
    --rose-100: #ffe4e6;
    --rose-50: #fff1f2;

    /* Orange */
    --orange-950: #431407;
    --orange-900: #7c2d12;
    --orange-800: #9a3412;
    --orange-700: #c2410c;
    --orange-600: #ea580c;
    --orange-500: #f97316;
    --orange-400: #fb923c;
    --orange-300: #fdba74;
    --orange-200: #fed7aa;
    --orange-100: #ffedd5;
    --orange-50: #fff7ed;

    /* Green */
    --green-950: #052e16;
    --green-900: #14532d;
    --green-800: #166534;
    --green-700: #15803d;
    --green-600: #16a34a;
    --green-500: #22c55e;
    --green-400: #4fF16F;
    --green-300: #86efac;
    --green-200: #bbf7d0;
    --green-100: #dcfce7;
    --green-50: #f0fdf4;

    /* Sky */
    --sky-950: #082f49;
    --sky-900: #0c4a6e;
    --sky-800: #075985;
    --sky-700: #0369a1;
    --sky-600: #0284c7;
    --sky-500: #0ea5e9;
    --sky-400: #38bdf8;
    --sky-300: #7dd3fc;
    --sky-200: #bae6fd;
    --sky-100: #e0f2fe;
    --sky-50: #f0f9ff;
}


/* MD */
@media (min-width: 600px) {
    :root {
        --mud-drawer-width-left: 260px !important;
        --mud-drawer-width-mini-left: 100px !important;
    }
}

.mud-navmenu {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mud-toolbar-gutters {
    padding-inline: 24px !important;
}


.stepButton svg {
    max-height: 20px;
    max-width: 20px;
}

.white.search .mud-input-outlined-border {
    display: none;

}

input[disabled] {
    cursor: not-allowed;
}

.mud-input.mud-disabled {
    cursor: not-allowed !important;
}

*::placeholder {
    font-family: "Roboto Mono Bold", "Roboto", "Arial", serif !important;
    font-size: 12px;
}

.mud-input-control.select {
    margin: 0;
}

.mud-input-adornment.select {
    margin-left: 0;
    margin-right: 8px;
}

.select * {
    font-family: "Roboto Mono Bold", "Roboto", "Arial", serif !important;
}


.TableMaxHeight .mud-table-container {
    max-height: 75vh !important;
}


.search * {
    font-family: "Lato", "Roboto", "Arial", serif !important;
}


html, body, #app {
    font-family: var(--lato);
    margin: 0;
    height: 100%;

    background-color: #F0F0F0 !important;
}


#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%;
    color: black;
    z-index: 1000;
}

.mud-chip-outlined {
}

#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."
}

.reduced-input-padding * {
}

/** {*/
/*    font-family: "Lato", "Roboto", "Arial", serif;*/
/*}*/

.reduced-input-padding .mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: 0 !important;
}

.reduced-input-padding .mud-input > input.mud-input-root.mud-input-root-filled, .reduced-input-padding div.mud-input-slot.mud-input-root.mud-input-root-filled, {
    padding: 8px !important;
    border-radius: 0 !important;
}

.mud-layout {
    min-height: 100% !important;
}

* {
    overflow-anchor: none !important;
}

.table-head-bordered th, .table-head-bordered td {
    border-bottom: 1px solid var(--mud-palette-table-lines) !important;
}

.PanelClass {
    border: 1px #777777 solid !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

.TabsClass .mud-tab-active {
    border: 1px solid var(--mud-palette-primary) !important;
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
    pointer-events: none;
}

.TabsClass {
    color: #777777 !important;
}

.TabsClass .mud-tabs-tabbar-wrapper.mud-tabs-centered {
    gap: 1rem;
}

.TabsClass div:first-child:not(.mud-tab-active) {
    background-color: transparent !important;
}

.menu-fix .mud-menu > button {
    padding: 0.5rem 1rem;
}

.popover-menu {
    border-radius: 0;
    margin-top: 4px;
    border-left-width: 4px !important;
    border-style: solid !important;
    border-color: var(--mud-palette-primary) !important;
}

.nested-popover {
}

.nested-popover .mud-list {
    padding: 0;
}

.MenuItem-nested {
    padding: 0 !important;
    border-radius: 0;
}

.MenuItem-nested:hover {
    background-color: transparent;
}

.MenuItem-nested .MenuItem {
    padding-right: .5rem !important;
    padding-block: .5rem !important;
    min-height: 44px;

}

.MenuItem-nested .mud-list-item-text {
    margin: 0 !important;
}

.MenuItem-nested .mud-menu {
    height: 100%;
    width: 100%;
}


.MenuItem {
    padding: 0 !important;
    padding-right: .5rem !important;
    padding-block: .5rem !important;
}

.MenuItem > svg {
    min-width: unset !important;
    margin-inline: .5rem !important;
}

.MenuItem > p {
    display: flex !important;
    font-family: var(--roboto-bold) !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.MenuItem .mud-list-item-text p * {
    height: 15px;
    width: 15px;
    margin-left: 4rem;
}

.mudOuterCont {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.DialogItem {
    min-width: 100px !important;
    font-weight: 700;
}

.mud-chip-selected {
    color: white !important;
    background-color: var(--mud-palette-primary) !important;
}

.PopOver {
    border-radius: 0 !important;
}

.PopOver .mud-list > div {
    color: unset !important;
    background-color: unset !important;
    cursor: unset !important;
}

.PopOver div .mud-list-item {
    padding: 0 !important;
}

.itemHover:hover {
    cursor: pointer !important;
    position: relative;
}

.itemHover:hover::before {
    content: "" !important;
    position: absolute !important;
    height: 110% !important;
    width: 100% !important;
    z-index: -1 !important;
    opacity: 16%;
    background-color: var(--mud-palette-primary-darken) !important;
}

.itemHover p:first-child {
    padding-left: 1rem;
}


.itemHover p {
    padding-block: .8rem;
    display: flex;
    align-items: center;
}

.itemHeader p {
    padding-left: 1rem;
    color: black;
    opacity: 27%;
}

.circle-icon {
    display: flex;
    background-color: lightgrey;
    padding: 6px;
    border-radius: 24px;
}


.drop-upload-container {
    width: 100%;
    cursor: pointer;
    min-height: unset;
    padding: 10px;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.drop-upload-container > input {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-size: inherit;
}


.file-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    max-width: 140px;
    width: 140px;
    border: 2px solid #EDEDED;
    border-radius: 0;
    transition: all 0.3s ease;
}

.file-card .rounded-circle {
    height: 70%;
    width: 70%;
}

.file-card .rounded-circle svg {
    height: 100%;
    width: 100%;
}

.file-card .action-container {
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
}

.action-container:hover .fab-xs {
    opacity: 1;
}

.action-container .fab-xs {
    opacity: 0;
}

.action-container:hover {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.action-container button:hover {
    background-color: white;
}

.fab-xs {
    background-color: white;
    transition: all 0.3s ease;

}


.card-link {
    padding: 8px 24px !important;
    color: white !important;
    background-color: #C9C9C9;
    display: flex;
    z-index: 100;
}

.file-card-horizontal {
    width: 100%;
    border: 2px solid #EDEDED;
    border-radius: 0;
}


.file-upload p {
    padding: 0 12px;
    font-size: 12px;
    text-align: center;
}

.mud-main-content {
    min-height: 100%;
    overflow-y: scroll;
}

.textfield-btn {
    margin-top: 2px;
    margin-bottom: 3px;
}

.dense {
    padding: 0 !important;
    color: green !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fab-transparent {
    background: transparent !important;
}

.fab-transparent:hover {
    color: #000 !important;
}

a
.adapt-button.mud-button-filled-primary {
    /*text-transform: c !important;*/
}

.adapt-button.mud-button-filled-error {
    text-transform: capitalize !important;
}

.testStandard {
    background-color: #009ca61a !important;
    border-bottom: 1px #00000033 solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .4rem;
}

.testStandard span {
    font-size: 11px;
}

.testStandard button {
    cursor: pointer;
}


.saved {
    background-color: transparent !important;
}


.mud-drawer.mud-drawer-responsive, .mud-drawer.mud-drawer-persistent {
    height: calc(100% - var(--mud-appbar-height)) !important;
}

.mud-drawer-mini.mud-drawer--closed .mud-icon-root {
    margin: 0 auto;
}

.mud-drawer-mini .mud-icon-root.mud-icon-default {
    color: white !important;
}

.Upper {
    /*text-transform: uppercase;*/
}

.nav-menu-drawer {
    background: #222222 !important;
}

.user-menu-container {
    min-width: 300px;
    right: 24px;
    left: unset !important;
    margin-top: 14px;
    -webkit-tap-highlight-color: transparent;
}

.popover-increased-z {
    z-index: 1337 !important;
}

.mud-table-container {
    height: 100% !important;
}

/*.maxHeight .mud-table-container {*/
/*    max-height: 70vh !important;*/
/*}*/

/*.maxHeightNone .mud-table-container {*/
/*    max-height: none !important;*/
/*}*/

.adapt-table {
    height: calc(100% - 1px);
}

.adapt-table tbody tr.subrow-1 td {
    background-color: rgba(0, 0, 0, 0.03);
}

.adapt-table tbody tr.subrow-2 td {
    background-color: rgba(0, 0, 0, 0.06);
}

.adapt-table tbody tr.subrow-3 td {
    background-color: rgba(0, 0, 0, 0.09);
}

.adapt-table thead tr th:first-child:not(.drag) {
    padding-left: 2rem;
}

.adapt-table thead tr th.drag {
    padding-left: 2rem !important;
}

.adapt-table thead tr th:last-child {
    padding-right: 2rem;
}

.adapt-table tbody tr td:first-child:not(.drag) {
    padding-left: 2rem;
}

.adapt-table tbody tr td.drag {
    padding-left: 0 !important;
}

.adapt-table tbody tr td.drag > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adapt-table tbody tr td:last-child {
    padding-right: 2rem;
}

.adapt-table tbody tr td .mud-fab {
    min-height: auto;
    height: auto;
    max-height: none;
    padding: 0 0.75rem;
    margin-left: -0.75rem;
    border-radius: 99px;
    overflow: hidden;
}

.adapt-table tbody tr:last-of-type td {
    border-bottom: none !important;
}

.mud-table-cell {
    white-space: nowrap;
}

.mud-tabs-tabbar {
    background-color: transparent;
}

.mud-tabs-tabbar-inner {
    min-height: 33px !important;
}

.mud-tab {
    text-transform: unset;
    min-height: 33px !important;
    min-width: unset !important;
    padding: 6px 24px;

}

.mud-drawer-open-persistent-left {
    max-width: calc(100% - var(--mud-drawer-width-left));
}

/* .mud-drawer-open-persistent-right {
    max-width: calc(100% - var(--mud-drawer-width-right));
} */


.text-large > p:first-child {
    font-size: 16px !important;
}

.text-large > p:last-child {
    font-size: 14px !important;
}

.text-medium > p:first-child {
    font-size: 14px !important;
}

.text-medium > p:last-child {
    font-size: 12px !important;
}

.text-small > p:first-child {
    font-size: 12px !important;
}

.text-small > p:last-child {
    font-size: 10px !important;
}

.lds-ring.with-background {
    box-shadow: 0 5px 10px #00000029;
    background: white;
    border-radius: 50%;
}

.lds-ring.with-background > div {
    width: 58px;
    height: 58px;
    margin: 11px;
    border-width: 6px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring-white div {
    border-color: #F0F0F0 transparent transparent transparent !important;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--mud-palette-primary);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--mud-palette-primary) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-container {
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tox-tinymce {
    border: none !important;
}

/*Equipment start*/

.dataTypes {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 0.75rem;
}

.dataTypes > div:last-child {
    display: flex;
    align-items: flex-end;
}

.dataTypes > .Remove {
    display: flex;
    align-items: flex-end;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    position: absolute;
}

.dataTypes > .Remove button {
    height: 40px;
    width: 40px;
}

.mappingContainer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mappingItem {
    flex-basis: 31%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mappingOutput .mappingItem > div:first-child {
    flex-direction: column-reverse;
    /*min-height: 62px;*/
}

.mappingItem:last-child {
    justify-content: flex-end;
}

.newMapping {
    width: 96.5%;
    display: flex;
    align-items: flex-end;
}

.newMapping button {
    margin-top: .4rem;
    flex-basis: 100%;
}

/*Equipment end*/
.expandButton {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 60%);
    z-index: 1000;
}

.expandHeight {
    max-height: 40px;
    overflow: hidden;
}

.tox-tinymce-aux {
    z-index: calc(var(--mud-zindex-dialog) + 200) !important;
}

.commentContainer > div > div {
    max-width: 100%;
}

.CustomTextField div div > input {
    font-size: 36px !important;
    padding: 0 !important;
}

.CustomTextField {
    margin: 0 !important;
    margin-top: 8px !important;
}

.Test {
    color: red;
}

.mud-alert-filled-info {
    background-color: #299da5;
    opacity: 1 !important;
}

.mud-alert-filled-success {
    background-color: #93b788;
    opacity: 1 !important;
}

.mud-alert-filled-warning {
    background-color: #F8CB42;
    color: black;
    opacity: 1 !important;
}

.mud-alert-filled-normal {
    background-color: #313131;
    opacity: 1 !important;
}

.mud-alert-filled-error {
    opacity: 1 !important;
}


.mud-select-input > button {
    z-index: 10;
}

.hoverCheckbox {
    padding: .4rem;
}

.hoverCheckbox:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.iti {
    width: 100%;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    width: 100%;
    outline: 0;
}

.pushDownAppBar {
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
}

.pushDownAppBar:hover {
    background-color: #c5dddf !important;
    cursor: pointer;
}

.pushDownAppBar > div {
    height: unset !important;
}

.refresh-version-button {
    display: flex;
    align-items: center;
    padding: .5rem;
    /*text-transform: unset !important;*/
}

.refresh-version-button svg {
    width: 16px;
    height: 16px;
}

.refresh-version-button > * {
    color: black;
    font-size: 16px;
    font-family: "Roboto Mono Bold", "Roboto", Helvetica, Arial, sans-serif !important;
}

.refresh-version-button:hover {
    background-color: unset !important;
}

.arrowLink a {
    transition: color .15s, background-color .15s, border-bottom-color .15s, opacity .15s;
}

.arrowLink a:hover {
    color: #009ca6ff;
}

.arrowLink a {
    border-bottom: 1px #009ca6ff solid;
}

.StatusFinished {
    background-color: #F1F6EF !important;
    border: 2px solid #688460 !important;
    Color: #688460 !important;
}

.terms_link a {
    color: #616161;
    transition: all .15s;

}

.terms_link a:hover {
    border-bottom: 1px #009ca6ff solid;

}

.StatusFinished.Test {
    border: none;
    font-size: 14px;
}

.StatusTesting {
    Color: #009CA6 !important;
    border: 2px #009CA6 solid !important;
    background-color: #EBF5F0 !important;
}

.StatusTesting.Test {
    border: none;
    font-size: 14px;
}

#mud-snackbar-container {
    margin-left: var(--mud-drawer-width-mini-left);
}

.mud-drawer-mini.mud-drawer--closed .navMenuNameContainer h5:first-child {
    display: none !important;
}

.navMenuNameContainer svg {
    width: 20px;
    height: 20px;
}

.mud-drawer-mini.mud-drawer--closed .navMenuNameContainer {
    justify-content: center !important;
}

.reportMenuList .mud-button-label {
    font-family: var(--mud-typography-button-family);
}

.breadCrumb ul li:last-child > * {
    font-family: var(--mud-typography-h2-family);
    pointer-events: none;
}

.breadCrumb ul li:not(:last-child):not(.mud-breadcrumb-separator) > * {
    font-family: var(--mud-typography-h5-family);
}

.breadCrumb ul li {
    border-bottom: 1px transparent solid;

}

.breadCrumb ul li:not(:last-child):not(.mud-breadcrumb-separator):hover {
    border-bottom: 1px #009ca6ff solid;
    color: #009ca6ff !important;
}

.breadCrumb ul li a {
    color: inherit;
}

.iconCircle {
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    height: 48px;
    width: 48px;
    align-items: center;
    border-radius: 50%;
}

.iconCircle > svg {
    height: 24px !important;
    text-align: center;
    width: 24px !important;
    color: #75777B !important;
    stroke: #75777B;
}


/* 
    Responsive variants
    (Should really be generated with sass)

    Breakpoints (from Mudblazor)
    Device	                Code	Type	                    Range
    Extra small	            xs	    Small to large phone	    < 600px
    Small	                sm	    Small to medium tablet	    600px > < 960px
    Medium	                md	    Large tablet to laptop	    960px > < 1280px
    Large	                lg	    Desktop	                    1280px > < 1920px
    Extra Large	            xl	    HD and 4k	                1920px > < 2560px
    Extra Extra Large	    xx	    4k+ and ultra-wide	        >= 2560px*
*/

/* XS down */
@media (max-width: 599px) {
    body {
        padding-bottom: 4rem;
    }

    .drawer-toggle {
        display: none;
    }

    .mud-drawer.main-navigation {
        overflow: visible;
        inset: auto 0 0 0;
        width: 100% !important;
        height: auto !important;
    }

    .mud-drawer.main-navigation .nav-container {
        display: flex;
        padding: 0 !important;
    }

    .hidden-mobile {
        display: none !important;
    }

    .mud-drawer.main-navigation .nav-container .mud-nav-item.hidden-mobile {
        display: none;
    }

    .mud-drawer.main-navigation .nav-container .mud-nav-item .mud-nav-link {
        padding: 0.5rem;
    }

    .mud-drawer.main-navigation .nav-container .mud-nav-item .mud-nav-link .mud-nav-link-text {
        font-size: 8px !important;
    }

    .navbar-logo {
        position: fixed;
        inset: 0 auto auto 0;
        width: 5rem;
        height: 64px;
    }

    .navbar-logo > div {
        max-height: 56px;
        padding: 0.5rem !important;
    }

    .mud-drawer-close-mini-lg-left .mud-main-content {
        margin-left: 0;
    }
}

.ProjectTable .mud-table-cell:nth-child(1) h5,
.ProjectTable .mud-table-cell:nth-child(2) h5,
.ProjectTable .mud-table-cell:nth-child(3) h5,
.ProjectTable .mud-table-cell:nth-child(4) h5,
.ProjectTable .mud-table-cell:nth-child(5) h5,
.ProjectTable .mud-table-cell:nth-child(6) h5,
.ProjectTable .mud-table-cell:nth-child(7) h5,
.ProjectTable .mud-table-cell:nth-child(8) h5,
.ProjectTable .mud-table-cell:nth-child(9) h5 {
    max-width: 150px;
    min-width: 150px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.ProjectTable .mud-table-cell:nth-child(1) h5,
.ProjectTable .mud-table-cell:nth-child(2) h5,
.ProjectTable .mud-table-cell:nth-child(3) h5,
.ProjectTable .mud-table-cell:nth-child(4) h5,
.ProjectTable .mud-table-cell:nth-child(5) h5,
.ProjectTable .mud-table-cell:nth-child(6) h5,
.ProjectTable .mud-table-cell:nth-child(7) h5,
.ProjectTable .mud-table-cell:nth-child(8) h5,
.ProjectTable .mud-table-cell:nth-child(9) h5 {
    max-width: 90px;
    min-width: 90px;
}

/* SM */
@media (min-width: 600px) {
}

/* MD */
@media (min-width: 960px) {
    .ProjectTable .mud-table-cell:nth-child(1) h5,
    .ProjectTable .mud-table-cell:nth-child(2) h5,
    .ProjectTable .mud-table-cell:nth-child(3) h5,
    .ProjectTable .mud-table-cell:nth-child(4) h5,
    .ProjectTable .mud-table-cell:nth-child(5) h5,
    .ProjectTable .mud-table-cell:nth-child(6) h5,
    .ProjectTable .mud-table-cell:nth-child(7) h5,
    .ProjectTable .mud-table-cell:nth-child(8) h5,
    .ProjectTable .mud-table-cell:nth-child(9) h5 {
        max-width: 150px;
        min-width: 150px;
    }
}

/* LG */
@media (min-width: 1280px) {
    .ProjectTable .mud-table-cell:nth-child(1) h5,
    .ProjectTable .mud-table-cell:nth-child(2) h5,
    .ProjectTable .mud-table-cell:nth-child(3) h5,
    .ProjectTable .mud-table-cell:nth-child(4) h5,
    .ProjectTable .mud-table-cell:nth-child(5) h5,
    .ProjectTable .mud-table-cell:nth-child(6) h5,
    .ProjectTable .mud-table-cell:nth-child(7) h5,
    .ProjectTable .mud-table-cell:nth-child(8) h5,
    .ProjectTable .mud-table-cell:nth-child(9) h5 {
        max-width: 200px;
        min-width: 200px;

    }

    .mud-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mud-toolbar-gutters {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* XL */
@media (min-width: 1920px) {
}

/* XX */
@media (min-width: 2560px) {
}


.modebar-container > div .modebar-group:first-of-type {
    display: none !important;
}

.PauseTestContainer {
    container: PauseButtons / inline-size;
}

@container PauseButtons (max-width: 270px) {
    .PauseTestContainer > div {
        flex-direction: column;
        margin-top: 8px !important;
    }

    .adapt-button {
        margin: 0 !important;
    }
}

@container CheckBodySize (max-width: 500px ) {
    #mud-snackbar-container {
        margin-left: var(--mud-drawer-width-left) !important;
    }
}

.mud-select-input > button {
    z-index: 10;
}

.hoverCheckbox {
    padding: .4rem;
}

.hoverCheckbox:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.iti {
    width: 100%;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    width: 100%;
    outline: 0;
}

.uploadingAttachment {
    width: 50%;
    height: 50%;
    background: #ffffffd9;
}

.uploadingAttachment .lds-ring {
    width: 50px;
    height: 50px;
}

.pushDownAppBar {
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
}

.pushDownAppBar:hover {
    background-color: #c5dddf !important;
    cursor: pointer;
}

.pushDownAppBar > div {
    height: unset !important;
}

.refresh-version-button {
    display: flex;
    align-items: center;
    padding: .5rem;
    text-transform: unset !important;
}

.refresh-version-button svg {
    width: 16px;
    height: 16px;
}

.refresh-version-button > * {
    color: black;
    font-size: 16px;
    font-family: "Roboto Mono Bold", "Roboto", Helvetica, Arial, sans-serif !important;
}

.refresh-version-button:hover {
    background-color: unset !important;
}

.sliderInput {
    width: 60px !important;
}

.sliderInput .mud-input-root-margin-dense {
    padding: 5px !important;
}

.uploadingAttachment .lds-ring div {
    width: 40px;
    height: 40px;
    border: 4px solid var(--mud-palette-primary);
    animation: lds-ring .5s linear infinite;
    border-color: var(--mud-palette-primary) transparent transparent transparent;
}

.TemplateVariable {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 8px 16px 8px 8px;
    background: var(--primary-50);
    color: var(--primary-600);
    white-space: nowrap;
    box-sizing: border-box;
    height: 36px;
}

/*.TemplateVariable.variable-project {*/
/*    background: var(--rose-50);*/
/*    color: var(--rose-600);*/
/*}*/

/*.TemplateVariable.variable-equipment {*/
/*    background: var(--neutral-50);*/
/*    color: var(--neutral-600);*/
/*}*/

/*.TemplateVariable.variable-customer {*/
/*    background: var(--orange-50);*/
/*    color: var(--orange-600);*/
/*}*/

/*.TemplateVariable.variable-manager {*/
/*    background: var(--green-50);*/
/*    color: var(--green-600);*/
/*}*/

/*.TemplateVariable.variable-standard {*/
/*    background: var(--sky-50);*/
/*    color: var(--sky-600);*/
/*}*/

/*.TemplateVariable.variable-test {*/
/*    background: var(--primary-50);*/
/*    color: var(--primary-600);*/
/*}*/

.TemplateVariable:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11), -2px 0 0 0 #009CA6;
}

.TemplateVariable h5 {
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;

}


.TemplateVariable .variable-svg {
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
}

.TemplateVariable .variable-svg .delete {
    padding: 0;
    background: none;
    display: block;
    color: var(--rose-500);
}


.TemplateVariable .variable-svg .delete:hover {
    color: var(--rose-600);
}

.variableHidden {
    justify-content: start;
    align-items: center;
    background: rgba(240, 249, 250, 1);
    color: rgba(0, 156, 166, 1);
    white-space: nowrap;
    box-sizing: border-box;
    height: 36px;
}

.variableHidden:hover h5 {
    display: none;

}

.variableHidden:hover .TemplateVariableExtra {
    display: flex;

}


.TemplateVariableExtra:hover {
    background: #DEEFF1;
}

.variableHidden > div {
    width: 100%;
    height: 100%;
}

.variableHidden:hover .TemplateVariableExtra:not(:first-child) {
    box-shadow: -1px 0 0 0 #D6EEF1;
}

.TemplateVariableExtra {
    justify-content: start;
    align-items: center;
    display: none;
    background: rgba(240, 249, 250, 1);
    color: rgba(0, 156, 166, 1);
    flex: 1;
    height: 100%;
}

.TemplateVariableExtra svg {
    margin: 0 !important;
}

.NestedVariableListItem {
    background: rgba(0, 156, 166, 1);
    color: rgba(255, 255, 255, 1);
    margin-block: 4px;
    padding-left: 8px !important;
    cursor: pointer;
    height: 28px;
}

.NestedVariableListItem:hover {
    background: #00838B;
}

.NestedVariableListItem:has(.mud-collapse-entered ) {
    background: red;
}

.NestedVariableListItem svg {
    color: rgba(255, 255, 255, 1);
}

.NestedVariableListItem p {
    font-family: "Lato", "Roboto", "Arial", serif !important;
    font-weight: 700;
    font-size: 14px;

}

.mud-collapse-container:has(.NestedVariableListItem) {
    margin-left: 16px;
}

.VariableListItem {
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}

.VariableListItem:hover {
    background: #F0F0F0;
}


.VariableListItem p {
    font-family: "Lato", "Roboto", "Arial", serif !important;
    font-weight: 700;
    font-size: 16px;

}

.VariableListItem svg {
    color: rgba(0, 0, 0, 0.537)
}

.CustomVariableChipSet {
    display: flex;
    height: 100%;
}

.CustomVariableChipSet .mud-chip {
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.CustomVariableChipSet .mud-chip:not(.mud-chip-selected) {
    background: white !important;
    border: 1px rgba(120, 120, 120, 1) solid;
    color: rgba(120, 120, 120, 1);
}

.mud-dialog-content .tox-editor-header {
    top: 10px !important;
}

.tox-editor-header {
    top: calc(10px + var(--mud-appbar-height)) !important;
    position: sticky !important;

}

.TemplateExpansionPanel {
    overflow: hidden;
}

.TemplateExpansionPanel .mud-expand-panel-icon {
    color: var(--mud-palette-text-secondary);

}

.TemplateExpansionPanel .mud-expand-panel-header {
    padding: 8px;

    min-height: 30px !important;
}

.TemplateExpansionPanel .mud-expand-panel-header:hover {
    background: #F0F0F0;

}

.tox-tinymce {
    position: static !important;
    margin-top: 10px !important;
}

.tox-editor-container, .tox-tinymce {
    overflow: visible !important;
}

.VariableSearch {
    background: #F0F0F0;
    margin-left: 16px;
}

.VariableSearch .mud-input-outlined-border {
    display: none !important;
}

.InfoToolTip {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.InfoToolTip svg {
    height: 14px;
    color: #C8C8C8;
}

.iconTag {
    height: 18px;
    width: 18px;
}

.iconTag svg {
    height: 16px;
    color: #007981;
}

/*#mapping start*/

.mapping-table-container {
    margin: 1rem auto auto;
    max-width: 1600px;
    padding: 1rem 1rem 0 1rem;
    border-radius: 5px;
    background-color: white;
    overflow: auto;
    max-height: 1000px;

}

.mapping-table-container > div:first-child {
    /* margin-bottom: 1rem;*/

}

.mapping-table-container > div:last-child {
    position: sticky;
    bottom: -1px;
    background-color: white;
    padding-block: 1rem;
    margin-top: 1rem;
}


.mapping-table-container > div button {
    padding-block: 8px;
}

.mapping-table-container > div button p {
    font-size: 14px;
}


.mapping-table-container table {

    padding: 1rem;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.mapping-table-container table thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.mapping-table-container table thead tr th {
    padding-block: 1rem;
    font-size: 16px;
    font-family: var(--lato-bold);
}

.mapping-table-container table tbody tr td:not(:last-child) {
    border: 1px #E8E8E8 solid;
}

.mapping-table-container table tbody tr td:last-child div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapping-table-container table tbody tr td:last-child button {
    margin: 0;
    padding: 4px;
}


.mapping-table-container table tbody tr td:last-child button svg {
    color: black;
}

.mapping-table-container table tbody tr td:not(:last-child) {
    padding: 4px
}

.mapping-table-container table tbody tr td .csv-select {
    margin: 0;
}

.mapping-table-container table tbody tr td .csv-select .mud-input {
    margin-top: 0 !important;
}

.mapping-table-container table tbody tr td input {
    border-color: transparent !important;
}

/*mapping end*/
.csv-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px var(--border-color-primary) solid;
    padding: .5rem 1rem;
    width: 100%;
}

.csv-card > svg:first-child {
    height: 30px;
    width: auto;
}

.csv-card div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
}

.classification {
    display: flex;
    gap: 16px;
    border-radius: var(--border-radius);
    border: 1px transparent solid;
    color: #060606FF;
    flex-direction: column;
    padding: 8px 16px;
}


.mud-select:has(.delimiter) {
    height: 100%;
    width: 200px;
}

.mud-select:has(.delimiter) .mud-input-control-input-container {
    height: 100%;
}

.mud-select:has(.delimiter) .mud-input-control-input-container .mud-input {
    height: 100%;
}

.classification svg {
    height: 20px;
    width: 20px;
}

.classification p {
    text-wrap: pretty;
    font-size: 14px;
}

.classification-default {
    background-color: var(--neutral-50) !important;
    border-color: var(--neutral-400) !important;
}

.classification-success {
    border-color: var(--green-500) !important;
    background-color: var(--green-50) !important;
}

.classification-success svg {
    color: var(--green-500) !important;
}

.classification-error {
    border-color: var(--rose-300) !important;
    background-color: var(--rose-200) !important;
}

.classification-error svg {
    color: var(--rose-600) !important;
}

.classification-warning {
    border-color: var(--orange-400) !important;
    background-color: var(--orange-50) !important;
}

.classification-warning svg {
    color: var(--orange-500) !important;
}

.classification-info {
    border-color: var(--mud-palette-primary) !important;
    background-color: var(--primary-200) !important;
}

.classification-info svg {
    color: var(--mud-palette-primary) !important;
}

.classification-info a {
    text-decoration: underline;
}

.classification-small {
    gap: 4px;
    padding: 4px 8px 4px 4px;
}

.classification-medium {
    gap: 8px;
    padding: 8px 16px 8px 8px;
}

.classification-large {
    gap: 16px;
    padding: 16px 32px 16px 32px;
}

.comment-container > div:nth-child(even) {
    background-color: rgba(245, 245, 245, 0.5) !important;
    border-radius: 4px;
}

.hover-effect-parent {
    padding: 1rem;
}

.comment-html {
    max-width: 766px;
}

.comment-html p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
    text-wrap: wrap;
    word-break: break-all;
}

.comment-html table {
    display: table !important;
    border-collapse: separate;
    box-sizing: border-box !important;
    text-indent: initial !important;
    unicode-bidi: isolate !important;
    border-spacing: 2px !important;
    border-color: gray !important;
}

.comment-html tbody {
    display: table-row-group !important;
    vertical-align: middle !important;
    unicode-bidi: isolate !important;
    border-color: inherit !important;

}

.comment-html tr {
    display: table-row !important;
    vertical-align: inherit !important;
    unicode-bidi: isolate !important;
    border-color: inherit !important;


}

.comment-html td {
    padding: 4px;
    border: 1px solid #ccc;
}

.comment-html h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}

.comment-html h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}

.comment-html h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;

}

.comment-html h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}

.comment-html h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;

}

.comment-html h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}

.comment-html ul {
    list-style-type: disc;
    margin-block: 4px;
}

.comment-html ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
    unicode-bidi: isolate;

}

.comment-html ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.dragging {
    cursor: grab;
    opacity: 0.5;
    background-color: #f0f0f0;
}

.placeholder {
    height: 0;
}

.placeholder td {
    padding: 0 !important;
    border: 3px var(--mud-palette-primary) solid;
}

.border-b-0 td {
    border-bottom: 0 !important;
}

.border-t-0 td {
    border-top: 0 !important;
}


.sticky-header .mud-dialog-title {
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--white);
}

.release-notes:last-child {
    border-bottom-width: 0;
}

.release-notes {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom-width: 1px;
    border-color: var(--border-color-primary);
}

.release-notes .release-header {
    display: flex;
    justify-content: space-between;
}

.release-notes .release-header p:last-child {
    opacity: .5;
    text-transform: capitalize;
}

.release-notes .release-header p {
    margin-bottom: 1rem;
}

.release-notes .release-body {
    margin-bottom: 1rem;
}

.release-notes .release-body .external-link {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
}

.release-notes .release-body .external-link a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    color: inherit;
    font-size: 14px;
    width: fit-content;
}

.release-notes .release-body .external-link svg {
    height: 14px;
    width: 14px;

}

.release-notes .release-body .external-link {
    color: var(--primary-600);
    cursor: pointer;
}

.release-notes .release-body .external-link:hover {
    color: var(--primary-700);
}

.release-notes .release-body p {
    margin-bottom: 1rem;
}

.release-notes .release-body > p:last-child {
    font-size: 14px;
}

.release-notes .release-changes p {
    margin-bottom: .5rem;
}

.release-notes .release-changes ul {
    padding-left: 1.25rem;
    list-style-type: disc;
    margin-bottom: 1rem;
}
