@import url('https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Inter', sans-serif;
}

.page {
    height: 100vh !important;
}

a, .btn-link {
    color: #006bb7;
}

.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;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}



/** bar and bar progress of the different color */
/* initial state */
.gantt .bar-wrapper.blue .bar {
    fill: hsl(240, 50%, 57%);
}

.gantt .bar-wrapper.blue .bar-progress {
    fill: hsl(240, 100%, 77%);
}

.gantt .bar-wrapper.pink .bar {
    fill: hsl(347, 50%, 57%);
}

.gantt .bar-wrapper.pink .bar-progress {
    fill: hsl(347, 100%, 77%);
}

.gantt .bar-wrapper.purple .bar {
    fill: hsl(298, 50%, 57%);
}

.gantt .bar-wrapper.purple .bar-progress {
    fill: hsl(298, 100%, 77%);
}

/* hover state */
.gantt .bar-wrapper.blue:hover .bar-progress {
    fill: hsl(240, 100%, 77%);
}

.gantt .bar-wrapper.pink:hover .bar-progress {
    fill: hsl(347, 100%, 77%);
}

.gantt .bar-wrapper.purple:hover .bar-progress {
    fill: hsl(298, 100%, 77%);
}

/* active state */
.gantt .bar-wrapper.blue.active .bar {
    fill: hsl(240, 50%, 57%);
}

.gantt .bar-wrapper.blue.active .bar-progress {
    fill: hsl(240, 100%, 77%);
}

.gantt .bar-wrapper.pink.active .bar {
    fill: hsl(347, 50%, 57%);
}

.gantt .bar-wrapper.pink.active .bar-progress {
    fill: hsl(347, 100%, 77%);
}

.gantt .bar-wrapper.purple.active .bar {
    fill: hsl(298, 50%, 57%);
}

.gantt .bar-wrapper.purple.active .bar-progress {
    fill: hsl(298, 100%, 77%);
}



.gantt .handle {
    fill: #ddd;
    cursor: ew-resize;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    display: none !important;
}

#timeline {
    width: 100%;
    height: 700px;
}

#chart_div {
    width: 100%;
/*    height: 500px;*/
}

#gantt-chart {
    width:100%;
}


/*Modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.IndexBoxText {
    padding-inline: 14px;
    /*border-radius: 32px;*/
    /*    background-color: var(--primary-color-light);*/
    /*background-color: rgba(var(--mud-palette-primary), 0.8);*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.03em;
/*    font-family: 'Manrope';*/
    color: var(--mud-palette-primary);
}

.IndexBoxText2 {
/*    font-family: 'Manrope';*/
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -0.03em;
}


.IndexBox2 {
    width: 100%;
    text-align: start;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    min-width: 320px;
    border-radius: 8px !important;
}

.IndexBoxContractUp {
    width: 100%;
    padding: 2rem;
    border-radius: 8px !important;
}

.mud-expand-panel.mud-panel-expanded {
    padding-left: 0px !important;
    margin: 16px 0;
    transition-delay: 0ms;
}

.IndexBox {
    /*cursor: pointer;*/
    /*    background: #FFFFFF;*/
    /*    border: 2px solid #FFFFFF;*/
    /*    background-color: rgb(230 229 243) !important;*/
    background-color: #e4effb !important;
    /*    border-radius: 16px;*/
    width: 100%;
    text-align: start;
    padding: 1rem;
    min-width: 290px;
    border-radius: 8px !important;
}

    .IndexBox:hover {
        /*        background-color: #bfbff2 !important;*/
        background-color: #b3d0f3 !important;
    }


.expanpanelNewCss {
    font-weight: 700;
    /*    font-size: 1.25rem;*/
    border: 0px solid #E2E4E7 !important;
    /*    padding-left: 0.75rem;
    padding-right: 0.75rem;*/
    border-radius: 8px !important;
    color: #404040;
    transition: all 0.4s ease-out;
}

    .expanpanelNewCss:hover {
        font-weight: 700;
        /*        font-size: 1.25rem;*/
        /*        padding-left: 0.75rem;
        padding-right: 0.75rem;*/
        border: 0px solid var(--mud-palette-primary) !important;
        border-radius: 8px !important;
        color: var(--mud-palette-primary);
        /*        box-shadow: 0px 16px 32px rgba(0, 128, 197, 0.16) !important;
        transition: all 0.4s ease-out;*/
    }

    .expanpanelNewCss:focus {
        font-weight: 700;
        font-size: 1.25rem;
/*        padding-left: 0.75rem;*/
        border: 0px solid var(--mud-palette-primary) !important;
        border-radius: 8px !important;
        color: var(--mud-palette-primary);
        /*        transition: all 0.4s ease-out;
        box-shadow: 0px 16px 32px rgba(0, 128, 197, 0.16) !important;*/
    }

    .expanpanelNewCss:focus-within {
        font-weight: 700;
        font-size: 1.25rem;
/*        padding-left: 0.75rem;*/
        border: 0px solid var(--mud-palette-primary) !important;
        border-radius: 8px !important;
        color: var(--mud-palette-primary);
        /*        transition: all 0.4s ease-out;
        box-shadow: 0px 16px 32px rgba(0, 128, 197, 0.16) !important;*/
    }

.mud-expand-panel.expanpanelNewCss .mud-expand-panel-header {
    width: 100%;
    align-items: center;
    display: flex;
    font-size: .9375rem;
    line-height: 1;
    min-height: 32px;
    outline: none;
    padding: 0px 0px;
    position: relative;
    transition: min-height .3s cubic-bezier(0.25, 0.8, 0.5, 1);
    user-select: none;
    border-bottom: 1px solid #d9e5f0;
}



.expanpanelCss {
    font-weight: 700;
/*    font-size: 1.25rem;*/
    border: 1px solid #E2E4E7 !important;
/*    padding-left: 0.75rem;
    padding-right: 0.75rem;*/
    border-radius: 8px !important;
    color: #404040;
    transition: all 0.4s ease-out;
}

    .expanpanelCss:hover {
        font-weight: 700;
/*        font-size: 1.25rem;*/
/*        padding-left: 0.75rem;
        padding-right: 0.75rem;*/
        border: 1px solid var(--mud-palette-primary) !important;
        border-radius: 8px !important;
        color: var(--mud-palette-primary);
        /*        box-shadow: 0px 16px 32px rgba(0, 128, 197, 0.16) !important;
        transition: all 0.4s ease-out;*/
    }

    .expanpanelCss:focus {
        font-weight: 700;
        font-size: 1.25rem;
        padding-left: 0.75rem;
        border: 1px solid var(--mud-palette-primary) !important;
        border-radius: 8px !important;
        color: var(--mud-palette-primary);
        /*        transition: all 0.4s ease-out;
        box-shadow: 0px 16px 32px rgba(0, 128, 197, 0.16) !important;*/
    }


    .expanpanelCss:focus-within {
        font-weight: 700;
        font-size: 1.25rem;
        padding-left: 0.75rem;
        border: 1px solid var(--mud-palette-primary) !important;
        border-radius: 8px !important;
        color: var(--mud-palette-primary);
        /*        transition: all 0.4s ease-out;
        box-shadow: 0px 16px 32px rgba(0, 128, 197, 0.16) !important;*/
    }


    


.allLabels {
/*    font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #0d47a1;
}

.mud-popover.mud-popover-open {
/*    background-color: dimgray;*/
/*    background-color: #2B2A29;*/
    opacity: 1;
    transition: opacity;
}


.countrycss .mud-input > input.mud-input-root-outlined,
.countrycss div.mud-input-slot.mud-input-root-outlined {
    padding: 8px 8px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
}


.countrycss .mud-input.mud-input-outlined .mud-input-outlined-border {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: start;
    pointer-events: none;
    border-radius: var(--mud-default-borderradius);
    border-color: #ffffff !important;
    border-width: 1px;
    border-style: solid;
/*    transition: border-width, border-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/
}

.countrycss .mud-icon-root.mud-svg-icon {
    fill: white !important;
}


.countrycss .mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: 14px;
    padding-inline-end: 14px;
    padding-inline-start: unset;
}

/*
.countrycss .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 6px 7px  ;
}


.countrycss .mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: 0px;
    padding-inline-end: 0px;
    padding-inline-start: unset;
}

.countrycss .mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: 14px;
    padding-inline-end: 14px;
    padding-inline-start: unset;
}
*/


.button-wizard {
    min-width: 228px !important;
    height: 56px !important;
    text-transform: None !important;
    border-radius:8px !important;
}

@media (min-width: 641px) {
    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}


.mud-chart .mud-chart-legend .mud-chart-legend-item .mud-chart-legend-marker {
    height: 24px !important;
    width: 24px !important;
    border-radius: 4px !important;
    position: relative !important;
    display: inline-flex !important;
}

.mud-chart .mud-chart-legend .mud-chart-legend-item {
    display: block;
    margin: 2px 5px;
    padding-left: 14px !important;
}

.mud-chart-donut .mud-donut-segment {
    stroke-width: 3.5 !important;
}

.mud-dialog .mud-dialog-actions {
    flex: 0 0 auto;
    display: block !important;
    padding: 8px;
    align-items: center;
    justify-content: flex-end;
    border-bottom-left-radius: var(--mud-default-borderradius);
    border-bottom-right-radius: var(--mud-default-borderradius);
}


.time-line-item-active {
    background-color: var(--mud-palette-primary);
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    border-radius: 100%;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid var(--mud-palette-primary);
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
}

.mud-timeline-horizontal .mud-timeline-item .mud-timeline-item-divider {
    min-height: 0px !important;
}

.mud-timeline-horizontal.mud-timeline-position-top::before {
    top: calc(100% - 54px) !important;
    bottom: auto;
}


.mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-default {
    background-color: white !important;
/*    border: 1px solid var(--mud-palette-primary);*/
}

.time-line-item-disabled {
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #D9E5F0;
    border-radius: 100%;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #D9E5F0;
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
}

.mud-timeline-item-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    border-radius: 50%;
    left: calc(50% - 19px);
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
}

    .mud-timeline-item-dot.mud-timeline-dot-size-medium {
        width: 32px !important;
        height: 32px !important;
    }

.time-line-item-active:hover {
    background-color: var(--mud-palette-primary);
    /*        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid var(--mud-palette-primary);
    border-radius: 100%;
    font-size: 14px;
    line-height: 22px;
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
}

.mud-timeline-horizontal::before {
    top: 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background: #D9E5F0;
}

.mud-timeline-item-dot.mud-timeline-dot-size-medium .mud-timeline-item-dot-inner {
    width: 32px !important;
    height: 32px !important;
}

.time-line-item {
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--mud-palette-primary);
    border-radius: 100%;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid var(--mud-palette-primary);
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
}

    .time-line-item:hover {
        background-color: none;
        /*        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: center;
        color: var(--mud-palette-primary);
        border-radius: 100%;
        font-size: 14px;
        line-height: 22px;
        border: 1px solid var(--mud-palette-primary);
        width: 32px !important;
        height: 32px !important;
        display: flex;
        align-items: center; /* Vertically center the content */
        justify-content: center; /* Horizontally center the content */
    }

.mud-tab {
    text-transform: none !important;
    font-size:14px !important;
    line-height:22px !important;
}


.mud-timeline-horizontal::before {
    top: 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 15% !important;
    width: 70% !important;
    background: #D9E5F0 !important;
}


.selected-list-item {
    background-color: white;
    border-top: 1px solid var(--mud-palette-table-lines);
   
}


    .selected-list-item:hover {
        background-color: var(--mud-palette-primary-hover) !important;
        border-top: 1px solid var(--mud-palette-table-lines);
    }



    .selected-list-item > .mud-list-item-text > .mud-typography-body1 {
       
        font-size: .875rem;
        text-align: start;
        font-weight: 400;
        line-height: 1.43;
    }

.mud-button-outlined.mud-icon-button {
    padding: 5px;
    border-radius: 8px !important;
    height: 48px;
    width: 48px;
    border-color: var(--mud-palette-lines-inputs);
}

@media (hover: hover) and (pointer: fine) {
    .mud-icon-button:hover {
        background-color: var(--mud-palette-action-default-hover);
    }
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: start;
    pointer-events: none;
    border-radius: 8px !important;
    border-color: var(--mud-palette-lines-inputs);
    border-width: 1px;
    border-style: solid;
    transition: border-width, border-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contractTitle1 {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-family: 'Inter' !important;
}

.contractTitle2 {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #6B6B6B;
    font-family: 'Inter' !important;
}

.contractTitle5 {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #6B6B6B;
    font-family: 'Inter' !important;
}

.contractTitle3 {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Inter' !important;
}

.contractTitle4 {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: 'Inter' !important;
}

.contractTitle66 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: var(--mud-palette-primary);
    font-family: 'Inter' !important;
    cursor: pointer;
    text-decoration: none;
}

    .contractTitle66:hover {
        text-decoration: underline; 
        color: #0056b3;
    }

/*.mud-table-row {
    border-style: hidden !important;
}*/


#contractpeoplegrid.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(odd) {
    background-color: var(--mud-palette-table-striped);
    display: table-row !important;
}

.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(odd) {
    background-color: var(--mud-palette-table-striped);
/*    display: none;*/
}

.mud-table-dense * .mud-table-row .mud-table-cell:last-child {
    padding-right: 16px;
    padding-inline-end: 16px;
    /*    border-style: hidden !important;*/
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#departmetpeopletableId .mud-table-container 
{
    max-height: 265px;
}

.containerSpinner {
    text-align: center;
}

    .containerSpinner:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }


    .containerSpinner .spinner-frame {
        display: inline-block;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 4px solid #fff;
        padding: 4px;
        background-color: #F1F5F9;
    }

        .containerSpinner .spinner-frame .spinner-cover {
            background: #fff;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: relative;
            z-index: 2;
        }

        .containerSpinner .spinner-frame .spinner-bar {
            background: #0080C5;
            width: 50%;
            height: 50%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 100% 0 0 0;
            -webkit-animation: spinny 1s linear infinite;
            transform-origin: 100% 100%;
        }

@-webkit-keyframes spinny {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


#departmetpeopletableId .mud-table-container 
{
    max-height: 265px;
}


.department-text {
/*    color: #393939 !important;*/
    font-weight: 700 !important;
    line-height: 24px !important;
    font-size: 14px !important;
}

.mud-table-root .mud-table-head .mud-table-cell {
    color: var(--mud-palette-text-primary) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}


.mud-table-root > .mud-table-body:last-child > .mud-table-row:last-child > .mud-table-cell, .mud-table-root > .mud-table-foot:last-child > .mud-table-row:last-child > .mud-table-cell {
    border-bottom: none;
/*    display: none;*/
}

/*#contractpeoplegrid .mud-table-root > .mud-table-body:last-child > .mud-table-row:last-child > .mud-table-cell, .mud-table-root > .mud-table-foot:last-child > .mud-table-row:last-child > .mud-table-cell {
    border-bottom: none;
}*/

.SuccessPageText1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.SuccessPageText2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}



.primaryButton {
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
}

    .primaryButton:hover {
        background-color: var(--mud-palette-primary-darken) !important;
        color: white !important;
    }

    .primaryButton:focus {
        border: 2px solid rgba(0, 109, 192, 0.24) !important;
        color: white !important;
    }


.outLinePrimaryButton {
/*    background-color: white !important;*/
    color: var(--mud-palette-primary) !important;
    border: 1px solid var(--mud-palette-primary) !important;
}

    .outLinePrimaryButton:hover {
        background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
        color: var(--mud-palette-primary) !important;
        border: 1px solid var(--mud-palette-primary) !important;
    }

    .outLinePrimaryButton:focus {
/*        background-color: white !important;*/
        color: var(--mud-palette-primary) !important;
        border: 2px solid rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    }

    .outLinePrimaryButton:active {
        background-color: var(--mud-palette-primary-darken) !important;
        color: white !important;
    }

.outLinePrimaryButtonDisable {
/*    background-color: rgb(from var(--mud-palette-primary) r g b / 20%) !important;*/
    color: rgb(from var(--mud-palette-primary) r g b / 20%) !important;
    border: 1px solid rgb(from var(--mud-palette-primary) r g b / 20%) !important;
}


.outLineHomePrimaryButton {
/*    background-color: white !important;*/
    color: var(--mud-palette-primary) !important;
    border: 1px solid var(--mud-palette-primary) !important;
}

    .outLineHomePrimaryButton:hover {
        background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
        color: var(--mud-palette-primary) !important;
        border: 1px solid var(--mud-palette-primary) !important;
    }

    .outLineHomePrimaryButton:focus {
/*        background-color: white !important;*/
        color: var(--mud-palette-primary) !important;
        border: 2px solid rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    }

    .outLineHomePrimaryButton:active {
        background-color: var(--mud-palette-primary-darken) !important;
        color: white !important;
    }

.outLineHomePrimaryButtonDisable {
    /*    background-color: rgb(from var(--mud-palette-primary) r g b / 20%) !important;*/
    color: rgb(from var(--mud-palette-primary) r g b / 20%) !important;
    border: 1px solid rgb(from var(--mud-palette-primary) r g b / 20%) !important;
}




    .ghostPrimaryButton {
        background-color: white !important;
        color: #393939 !important;
        border: 1px solid #D9E5F0 !important;
    }

    .ghostPrimaryButton:hover {
        background-color: #D9E5F0 !important;
        color: #393939 !important;
        border: 1px solid #D9E5F0 !important;
    }

    .ghostPrimaryButton:focus {
        background-color: white !important;
        color: #393939 !important;
        border: 2px solid rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    }

.outLinePrimaryButton:active {
    background-color: var(--mud-palette-primary-darken) !important;
    color: white !important;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 15px 16px 14px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}


.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    transform: translate(14px, 14px) scale(1);
}

.mud-input-label-outlined {
    transform: translate(14px, 14px) scale(1);
}


#countryid {
    padding: 6px 7px !important;
}


.createwizardTitle1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #7E7D8D;
}

.createwizardTitle2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7E7D8D;
}


.TitleLargeCss {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.TitleMediumCss {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.NormalButtonAndMenuCss {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.TextAndSmallControlsCss {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.NavMenuCss1 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
    .NavMenuCss1:active {
        font-weight: 700 !important;
    }

.NavMenuCss2 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
    .NavMenuCss2:active {
        font-weight: 700 !important;
    }



.mud-dialog .mud-dialog-title .mud-button-close {
    top: 18px !important;
    right: 12px !important;
    position: absolute;
}

.mud-dialog .mud-dialog-title {
    z-index: 1;
    flex: 0 0 auto;
    margin: 0;
    padding: 0px 0px !important;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
}

.mud-dialog .mud-dialog-content {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 0px !important;
    -webkit-overflow-scrolling: touch;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
}



.mud-table-toolbar {
     padding-left: 0px !important; 
     padding-right: 0px !important; 
    padding-inline-start: 16px;
    padding-inline-end: 8px;
}

.mud-dialog .mud-dialog-actions {
    flex: 0 0 auto;
    display: flex;
    padding: 0px !important;
    align-items: center;
    justify-content: flex-end;
    border-bottom-left-radius: var(--mud-default-borderradius);
    border-bottom-right-radius: var(--mud-default-borderradius);
}

.mud-tab.mud-tab-active {
    color: var(--mud-palette-primary);
    font-weight: 700;
}

.mud-icon-root {
    width: 1em;
    height: unset !important;
    display: inline-block;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.removeHeaders {
    display: none !important;
}

.baseiconclass {
    cursor: pointer;
    color: #393939;
}

    .baseiconclass:hover {
        color: var(--mud-palette-primary);
    }

.baseiconclassSmall {
    cursor: pointer;
    color: #393939;
}

    .baseiconclassSmall:hover {
        color: var(--mud-palette-primary);
    }


.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 11px 24px 11px 16px !important;
    padding-inline-start: 16px;
    padding-inline-end: 24px;
}


.mud-table-root .mud-table-head {
    display: table-header-group;
    border-bottom: 2px solid #D9E5F0 !important;
}


th,
td,
tr {
    border-collapse: collapse;
    border-color: transparent !important;
}


.normalIconSize {
    font-size:24px !important;
}


.mud-button-group-outlined.mud-button-group-override-styles .mud-button-root {
    padding: 5px 15px !important;
    border: 1px solid #D9E5F0 !important;
}

@media (min-width: 600px) {
    .mud-toolbar {
         --mud-internal-toolbar-height: 40px !important; 
    }
}

#gridtestid .mud-table-container {
    padding-top: 24px !important;
}


.background-icon {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
}



.contracts-title {
    position: relative;
    letter-spacing: -0.02em;
    line-height: 22px;
}

.contracts-subtitle {
    position: relative;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-weight: 500;
    color: #7e7d8d;
}

.title-subtitle {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: #393939;
    font-family: Inter;
}


.section-title {
    background-color: #CCE4F7;
/*    background-color: #f0f0f0;*/
    font-weight: bold;
    text-align: center;
}
