﻿@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-BlackItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Black.woff2") format("woff2"), url("../fonts/HelveticaNeue-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Heavy.woff2") format("woff2"), url("../fonts/HelveticaNeue-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-LightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-MediumItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-HeavyItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-HeavyItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-ThinItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-UltraLightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-UltraLight.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #ecedf7 !important;
}

.page-sub-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e7e8f2;
    margin: 1px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* ---------------------- MudBlazor Library Modification ---------------------- */

.mud-typography-body1 {
    font-family: "Helvetica Neue", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.mud-input-helper-text.mud-input-error {
    font-size: 14px !important;
    color: rgba(244, 67, 54, 1) !important;
}

.validation-message {
    font-size: 14px !important;
    color: rgba(244, 67, 54, 1) !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    margin-top: 3px;
}

.mud-button-filled:hover,
.mud-button-filled:active,
.mud-button-filled {
    box-shadow: none !important;
}

.mud-button-label {
    text-transform: capitalize !important;
}

.mud-list.mud-list-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    .mud-list.mud-list-padding .mud-button-label {
        font-size: 12px !important;
    }

.mud-list-item-icon {
    min-width: 27px !important;
}

    .mud-list-item-icon .mud-icon-size-medium {
        font-size: 18px !important;
    }

.mud-progress-circular.mud-progress-small {
    color: #fff !important;
}

.mud-radio-group .mud-icon-button {
    padding: 0px;
    padding-right: 4px;
}

.mud-radio-group .mud-radio .mud-icon-button:hover,
.mud-radio-group .mud-radio .mud-icon-button:focus-visible,
.mud-radio-group .mud-radio .mud-icon-button:active {
    background-color: transparent !important;
}

.mud-radio > .mud-radio-content {
    color: #000;
    font-size: 14px !important;
    font-weight: 500;
    color: #343434;
}

.mud-radio-content-placement-end {
    margin-left: 0px !important;
    margin-right: 16px;
    margin-inline-start: 0px !important;
    margin-inline-end: 16px;
    flex-direction: row;
}

.mud-radio-icons .mud-icon-size-medium {
    font-size: 14px !important;
}

.mud-radio-icons.mud-checked svg:nth-child(2) {
    fill: #06c100 !important;
}

.mud-radio > .mud-radio-content {
    font-size: 12px !important;
    line-height: normal !important;
}

.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.mud-chip.mud-clickable {
    cursor: default !important;
}

.login-field .me-auto {
    text-align: left !important;
    /* Align text to the left */
    color: red;
    /* Optional: Style color for error messages */
    margin-top: 5px;
    /* Optional: Add spacing between the field and the message */
}

.dashboard-page-container .mud-chip-content {
    cursor: pointer !important;
}

.mud-drawer.mud-drawer-responsive.mud-drawer-pos-right.mud-drawer--open:not( .mud-drawer--initial ),
.mud-drawer.mud-drawer-persistent.mud-drawer-pos-right.mud-drawer--open:not( .mud-drawer--initial ) {
    animation: mud-drawer-slide-in-right 900ms cubic-bezier(0, 0, 0.2, 1) !important;
}

.mud-drawer.mud-drawer-responsive.mud-drawer-pos-right.mud-drawer--closed:not( .mud-drawer--initial ),
.mud-drawer.mud-drawer-persistent.mud-drawer-pos-right.mud-drawer--closed:not( .mud-drawer--initial ) {
    animation: mud-drawer-slide-out-right 900ms cubic-bezier(0, 0, 0.2, 1) !important;
}

.mud-input-control.mud-input-number-control .mud-input-numeric-spin {
    display: none !important;
}

/* ---------------------- Radzen Library Modification ---------------------- */
div:not(.rz-form-field-content) > .rz-state-disabled.rz-dropdown .rz-inputtext {
    background-color: transparent !important;
    opacity: 0.7 !important;
}

.rz-multiselect .rz-placeholder,
.rz-dropdown .rz-placeholder {
    color: #000 !important;
    opacity: 0.42 !important;
}

.print-button-with-only-icon {
    padding: 0 !important;
    width: 47px !important;
    height: 47px !important;
    border-radius: 100% !important;
    background: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 47px;
    min-width: 47px !important;
}

.black-loader svg circle {
    stroke: black !important; /* force loader color */
}


.rz-dropdown-chips .rz-chip .rz-chip-text {
    font-size: 10px !important;
}

.rz-state-highlight.rz-menuitem,
.rz-state-highlight.rz-autocomplete-list-item,
.rz-state-highlight.rz-multiselect-item,
.rz-autocomplete-items li.rz-state-highlight,
.rz-dropdown-items li.rz-state-highlight,
.rz-multiselect-items li.rz-state-highlight,
.rz-dropdown-item.rz-state-highlight {
    color: #4c57eb !important;
}

.rz-chkbox-box.rz-state-active {
    background-color: #4c57eb !important;
    border: 1px solid #4c57eb !important;
}

.rz-state-highlight.rz-menuitem,
.rz-state-highlight.rz-autocomplete-list-item,
.rz-state-highlight.rz-multiselect-item,
.rz-autocomplete-items li.rz-state-highlight,
.rz-dropdown-items li.rz-state-highlight,
.rz-multiselect-items li.rz-state-highlight,
.rz-dropdown-item.rz-state-highlight {
    background-color: #f7f6fb !important;
}

.rz-form-field-content,
.rz-colorpicker,
.rz-lookup-search input,
.rz-spinner,
.rz-calendar .rz-inputtext,
.rz-multiselect,
.rz-dropdown,
.mask,
.rz-textarea,
.rz-textbox {
    border: 1px solid #fff !important;
    border-radius: 20px !important;
}

.rz-multiselect,
.rz-dropdown {
    width: 154px !important;
}

    .rz-form-field.rz-state-focused .rz-form-field-content,
    .rz-spinner:focus-within:not(.rz-state-disabled),
    .rz-autocomplete:focus-within:not(.rz-state-disabled),
    .rz-colorpicker:not(:disabled):not(.rz-state-disabled):focus,
    .rz-lookup-search input:not(:disabled):not(.rz-state-disabled):focus,
    .rz-spinner:not(:disabled):not(.rz-state-disabled):focus,
    .rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus,
    .rz-multiselect:not(:disabled):not(.rz-state-disabled):focus,
    .rz-dropdown:not(:disabled):not(.rz-state-disabled):focus,
    .mask:not(:disabled):not(.rz-state-disabled):focus,
    .rz-textarea:not(:disabled):not(.rz-state-disabled):focus,
    .rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
        box-shadow: none !important;
    }

.valid.modified:not([type="checkbox"]) {
    outline: none !important;
}

.rz-selectable tbody tr.rz-data-row td,
.rz-selectable tbody tr.rz-data-row .rz-cell-data {
    font-size: 13px !important;
}

.radzen-button-with-input {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

    .radzen-button-with-input input {
        flex: 1;
    }

.rz-paginator-element .rzi,
.rz-button-lg .rzi {
    font-size: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    width: 14px !important;
}

#popup-radzen-data-grid .rz-paginator-element .rzi,
#popup-radzen-data-grid .rz-button-lg .rzi {
    font-size: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    width: 14px !important;
}

#popup-radzen-data-grid .rz-paginator {
    display: flex !important;
    gap: 5px !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#popup-radzen-data-grid .rz-paginator-last,
#popup-radzen-data-grid .rz-paginator-next,
#popup-radzen-data-grid .rz-paginator-first,
#popup-radzen-data-grid .rz-paginator-prev {
    padding: 0 !important;
}

#popup-radzen-data-grid .rz-paginator-element {
    min-height: 24px !important;
    min-width: 24px !important;
}

#popup-radzen-data-grid .rz-grid-table td,
#popup-radzen-data-grid .rz-grid-table th {
    padding: 7px 1rem !important;
}

.rz-datatable-thead th > div:not(.rz-cell-filter),
.rz-grid-table thead th > div:not(.rz-cell-filter),
.rz-datatable-thead th .rz-column-title,
.rz-grid-table thead th .rz-column-title {
    padding: 0px !important;
}

#popup-radzen-data-grid .rz-paginator-element {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px !important;
}

#popup-radzen-data-grid {
    min-width: 320px !important;
    max-width: 330px !important;
}

@media screen and (max-width: 600px) {
    #popup-radzen-data-grid {
        min-width: 220px !important;
        max-width: 220px !important;
    }

    .radzen-button-with-input {
        flex-direction: column !important;
    }
}

/* ---------------------- Utility Classes ---------------------- */
/* Buttons */
.button-with-only-icon {
    width: 47px !important;
    height: 47px !important;
    border-radius: 100% !important;
    background: #fff !important;
    border: 1px solid #f3f3f3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 47px;
    min-width: 47px !important;
}

.upload-file-container.mud-button {
    border: 2px dotted #f7f6fb !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 420px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px;
}

    .upload-file-container.mud-button .mud-button-label {
        gap: 20px;
    }

        .upload-file-container.mud-button .mud-button-label p {
            margin: 0;
            font-size: 12px;
            font-weight: 700;
        }

            .upload-file-container.mud-button .mud-button-label p b {
                color: #4c57eb;
                text-decoration: underline;
            }

        .upload-file-container.mud-button .mud-button-label div {
            text-align: left;
            line-height: 16px;
        }

            .upload-file-container.mud-button .mud-button-label div div {
                display: flex;
            }

        .upload-file-container.mud-button .mud-button-label span {
            font-size: 10px;
            font-weight: 400;
            color: #7f839a;
            margin-right: 15px;
            display: flex;
            gap: 8px;
            align-items: center;
        }

.button-primary.mud-button {
    padding: 2px 20px;
    border-radius: 20px;
    border: 1px solid #4c57eb;
    background: #4c57eb;
    display: flex;
    align-items: center;
    color: #fff !important;
    gap: 6px;
}

.button-primary.mud-button-filled:hover {
    background-color: #4c57eb !important;
    color: #fff !important;
}

.button-primary.mud-button p,
.button-primary.mud-button .mud-button-label {
    font-size: 12px;
    line-height: 29px;
    font-weight: 400;
    color: #fff !important;
}



.button-tertiary.mud-button {
    padding: 2px 20px;
    border-radius: 20px;
    border: 1px solid #E9EAF6;
    background: #E9EAF6;
    display: flex;
    align-items: center;
    color: #424242 !important;
    gap: 6px;
}

.button-tertiary.mud-button-filled:hover {
    background-color: #E9EAF6 !important;
    color: #424242 !important;
}

.button-tertiary.mud-button p,
.button-tertiary.mud-button .mud-button-label {
    font-size: 12px;
    line-height: 29px;
    font-weight: 400;
    color: #424242 !important;
}




.button-secondary.mud-button {
    padding: 3px 20px;
    border-radius: 10px;
    border: 1px solid #f7f6fb;
    background: #f7f6fb;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .button-secondary.mud-button p {
        font-size: 12px;
        line-height: 29px;
        font-weight: 400;
    }

.button-with-only-text {
    padding: 3px 20px !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    background-color: transparent;
    display: flex !important;
    align-items: center !important;
    gap: 6px;
    color: #c7c7c7 !important;
    font-size: 12px !important;
    line-height: 29px;
    font-weight: 400;
}

    .button-with-only-text:hover {
        background-color: transparent !important;
    }

    .button-with-only-text.attachment-link {
        background: #ebecf6 !important;
        border-radius: 25px !important;
        color: #000 !important;
        height: 27px;
        padding: 3px 10px !important;
        font-size: 10px !important;
    }

        .button-with-only-text.attachment-link:hover {
            background: #ebecf6 !important;
        }

        .button-with-only-text.attachment-link .mud-button-label {
            display: flex !important;
            gap: 6px;
        }

.button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.align-items-end {
    align-items: end !important;
}

.button-wrapper.button-align-center {
    justify-content: center;
    margin-top: 50px;
}

.button-wrapper.button-align-end {
    justify-content: end;
    margin-top: 50px !important;
}

.mr-10 {
    margin-left: 10px;
}

.checkbox-button-spacing {
    flex-direction: column;
    gap: 8px !important;
    margin-top: 10px !important;
    align-items: flex-start;
}

    .checkbox-button-spacing .mud-icon-button {
        border-radius: 0 !important;
    }

    .checkbox-button-spacing label.mud-checkbox {
        align-items: flex-start !important;
    }

/* ---------------------- Loader ---------------------- */
.mud-overlay.web-loading-overlay .mud-overlay-scrim.mud-overlay-dark {
    background-color: #f9f9f9 !important;
}

.loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #000;
    box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
}

@keyframes l27 {
    100% {
        transform: rotate(1turn);
    }
}

/* ---------------------- Landing Page ---------------------- */
.landing-page {
    background: #f9f9f9;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------------------- Login Page ---------------------- */
.login-page {
    background: url(../images/pngs/login-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-page .login-page-content {
        max-width: 455px;
        width: 100%;
        padding: 12px;
    }

    .login-page .login-page-logo {
        text-align: center;
        margin-bottom: 10px;
    }

        .login-page .login-page-logo img {
            width: 150px !important;
        }

    .login-page .login-page-section {
        border: 1px solid #f1f1f1;
        border-radius: 30px;
        background: #ffffff;
        padding: 40px;
    }

    .login-page .login-page-form {
        margin-top: 30px;
    }

    .login-page .login-page-section h1 {
        color: #232323;
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
    }

    .login-page .login-page-section p {
        color: #969696;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .login-page .mud-input-control {
        padding-bottom: 12px;
    }

    .login-page
    .login-page-section
    .mud-input.mud-input-outlined
    .mud-input-outlined-border,
    .login-page .login-page-section .mud-input.mud-input-outlined {
        border-radius: 20px;
        overflow: hidden;
    }

    .login-page .login-page-section .login-page-helper-text-button {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        display: flex;
        justify-content: end;
    }

        .login-page .login-page-section .login-page-helper-text-button p {
            color: #3874ff;
            font-size: 14px;
            font-weight: 400;
        }

    .login-page .login-page-section .login-page-forget-password {
        display: flex;
        justify-content: flex-end !important;
    }

    .login-page .login-page-section .mud-checkbox p {
        color: #232323;
        font-size: 16px;
        font-weight: 500;
    }

    .login-page .login-page-section .button-primary.mud-button {
        padding: 10px 14px;
        border-radius: 20px;
        border: 1px solid #4c57eb;
        background: #4c57eb;
        display: flex;
        align-items: center;
        gap: 6px;
        width: 100%;
        margin-top: 16px;
    }

    .login-page .login-page-section .mud-button-filled:disabled {
        background-color: #4c57eb !important;
        opacity: 0.7 !important;
    }

    .login-page .login-page-section .button-primary.mud-button p {
        font-size: 18px;
        font-weight: 500;
        color: #fff !important;
    }

    .login-page .login-page-section .mud-checkbox .mud-icon-button {
        padding: 0 !important;
        padding-right: 10px !important;
    }

    .login-page.forget-password .login-page-section .mud-input {
        margin-bottom: 0px !important;
    }

    .login-page.forget-password .login-page-section h1 {
        color: #232323;
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
    }

    .login-page .login-page-section .mud-checkbox .mud-icon-root.mud-svg-icon {
        fill: #000000;
    }

.login-page-error-message {
    color: red !important;
    text-align: left !important;
}

.logout-button {
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
    width: 100%;
}

    .logout-button img {
        padding-right: 10px;
    }

    .logout-button:hover {
        color: #000 !important;
    }

@media screen and (max-width: 768px) {
    .login-page .login-page-logo img {
        max-width: 120px;
    }

    .login-page .login-page-section h1 {
        color: #232323;
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
    }

    .login-page .login-page-section {
        padding: 18px;
    }

    .login-page .login-page-form {
        margin-top: 16px;
    }
}

@media screen and (max-width: 358px) {
    .login-page .login-page-section .login-page-helper-text-button p {
        margin-bottom: 10px;
    }
}

/* ---------------------- Main Layout ---------------------- */
/* Dashboard Container */
.dashboard-main-container {
    display: flex;
    min-height: 100vh;
    gap: 10px;
    position: relative;
    padding: 10px;
    background: #ecedf7;
}

    /* Sidebar */
    /*.dashboard-main-container .dashboard-sidebar {
    width: 300px;
    transition: transform 0.3s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0;
    z-index: 1;
    padding: 20px;
}*/

    .dashboard-main-container .dashboard-sidebar {
        flex: 1;
        margin-left: 23px;
    }

        .dashboard-main-container .dashboard-sidebar > div {
            display: flex;
            justify-content: space-between;
        }

    .dashboard-main-container .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .dashboard-main-container .logo img {
            width: 100px;
        }

    .dashboard-main-container .sidebar-content .logo img {
        display: none !important;
    }

    .dashboard-main-container .dashboard-sidebar .sidebar-content > span {
        font-size: 14px;
        font-weight: 400;
        color: #989898;
        display: block;
        margin-bottom: 16px;
    }

    /*
.dashboard-main-container .dashboard-sidebar .sidebar-content .menu {
    list-style-type: none;
    padding-left: 14px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .menu li {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 20px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .menu li.active {
    background-color: #4C57EB;
    color: #fff;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .menu li.active img {
    filter: invert(1) brightness(100);
}*/

    .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu {
        height: auto;
        overflow: auto;
        display: flex;
        gap: 10px !important;
    }

        .dashboard-main-container
        .dashboard-sidebar
        .sidebar-content
        .main-menu
        .mud-nav-link-text {
            font-size: 14px;
            font-weight: 400 !important;
            color: #575757;
        }

.mud-navmenu.mud-navmenu-default .mud-nav-link-expand-icon.mud-transform {
    fill: #575757 !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-nav-link:hover,
.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-navmenu.mud-navmenu-default
.mud-nav-link.active:not(.mud-nav-link-disabled) {
    background: none !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon
.mud-nav-link-text {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}

    .dashboard-main-container
    .dashboard-sidebar
    .sidebar-content
    .main-menu
    .nav-menu-icon
    .mud-nav-link-text:before {
        content: "";
        position: relative;
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        display: inline-block !important;
    }

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-dashboard-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/dashboard.svg);
    width: 13.33px;
    height: 13.33px;
}


.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-setting-icon .mud-nav-link-text:before {
    background: url(/Images/svgs/setting.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-jv-icon .mud-nav-link-text:before {
    background: url(/Images/svgs/jv.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .nav-menu-icon.nav-menu-budget-icon .mud-nav-link-text:before {
    background: url(/Images/svgs/budget.svg);
    width: 15px;
    height: 15px;
}


.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-dashboard-icon
.mud-nav-link-text
.mud-nav-link-text:before {
    display: none !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-workflow-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/finance.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-inventory-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/inventory.svg);
    width: 15px;
    height: 15.07px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-accounts-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/accounts.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-general-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/general.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-assests-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/assets.svg);
    width: 15px;
    height: 12px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-finance-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/finance-cancel.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-users-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/users.svg);
    width: 13.32px;
    height: 16px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-fixed-assets-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-fixed-assets-icon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-general-accounting-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-general-accounting-icon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-account-payable-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-account-payable-icon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-inventoryy-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-inventory-icon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-reconciliation-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-reconciliation-icon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-finance-cancelationicon-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-finance-cancelationicon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.nav-menu-account-receivable-icon
.mud-nav-link-text:before {
    background: url(/Images/svgs/nav-account-receivable-icon.svg);
    width: 15px;
    height: 15px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-navmenu
.mud-nav-link-text {
    font-size: 12px !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.nav-menu-icon.no-icon
.mud-nav-link-text:before {
    display: none !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-nav-link.active
.mud-nav-link-text {
    color: #000 !important;
    font-weight: 500 !important;
}

/*
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background: #4C57EB !important;
    border-radius: 28px;
    padding: 13px;
}
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-item > .mud-nav-link {
    padding: 12px 16px 12px 16px !important;
}
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-text{
    color: #FFFFFF !important;
}
.dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-link.active:not(.mud-nav-link-disabled) .nav-menu-icon {
    filter: brightness(100);
}
*/
.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-nav-item,
.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu > .mud-nav-item,
.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu > .mud-nav-group
.mud-nav-link {
    height: 50px !important;
    border-radius: 28px;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu > .mud-nav-group > .mud-nav-group
.mud-nav-link {
    height: 30px !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu > .mud-nav-item
.mud-nav-link.active:not(.mud-nav-link-disabled)
.mud-nav-link-text {
    color: #ffffff !important;
}

    .dashboard-main-container
    .dashboard-sidebar
    .sidebar-content
    .main-menu > .mud-nav-item
    .mud-nav-link.active:not(.mud-nav-link-disabled)
    .mud-nav-link-text:before {
        filter: brightness(100);
    }

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-nav-link.active:not(.mud-nav-link-disabled) {
    background: #4c57eb !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-nav-link {
    align-items: center !important;
}

.dashboard-main-container
.dashboard-sidebar
.sidebar-content
.main-menu
.mud-nav-link-text {
    line-height: normal !important;
}

/* Sidebar Footer */
.dashboard-main-container .dashboard-sidebar .sidebar-footer {
    bottom: 20px;
    width: 100%;
    text-align: center;
    background-color: #ebecf6;
    border-radius: 20px;
    padding: 14px;
}

    .dashboard-main-container .dashboard-sidebar .sidebar-footer p:nth-child(1) {
        font-size: 14px;
        font-weight: 500;
        color: #1d1d1d;
        margin-bottom: 8px;
    }

    .dashboard-main-container .dashboard-sidebar .sidebar-footer p:nth-child(2) {
        font-size: 11px;
        font-weight: 300;
        color: #777;
        margin-bottom: 10px;
    }

    .dashboard-main-container
    .dashboard-sidebar
    .sidebar-footer
    .visit-website-button {
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 27px;
        cursor: pointer;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        max-width: 143px;
    }

/* Main Content */
.dashboard-main-container .dashboard-main-content {
    margin-left: 0px;
    transition: margin-left 0.3s ease;
    width: calc(100% - 0px);
    height: calc(100vh - 121px);
}

/* Toggle Button */
.dashboard-main-container .toggle-sidebar-btn {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
}

    .dashboard-main-container .toggle-sidebar-btn img {
        width: 16px;
    }

/* Backdrop */
.dashboard-main-container .sidebar-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

/* ---------------------- Page Header ---------------------- */
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .page-header .page-title div:nth-child(1),
    .page-title-mobile div:nth-child(1) {
        font-size: 30px;
        font-weight: 700;
    }

    .page-header .page-title div:nth-child(2),
    .page-title-mobile div:nth-child(2) {
        font-size: 14px;
        font-weight: 400;
        color: #898989;
    }

.page-title-mobile {
    display: none;
}

.page-header .page-action-wrapper {
    display: flex;
    align-items: center;
    gap: 7px;
}

    .page-header .page-action-wrapper .page-header-avatar {
        width: 38px;
        height: 38px;
    }

        .page-header .page-action-wrapper .page-header-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            object-fit: cover;
        }

    .page-header .page-action-wrapper .page-header-icon img {
        width: 20px;
    }

    .page-header .page-action-wrapper .page-header-user-info {
        justify-content: space-between;
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 50px;
        padding: 2px 2px 2px 16px;
        gap: 10px;
        cursor: pointer;
    }

        .page-header .page-action-wrapper .page-header-user-info span {
            font-size: 12px;
            font-weight: 500;
        }

    .page-header .page-action-wrapper .settings-container {
        position: relative;
        border-radius: 33px;
        border: 1px solid #f3f3f3;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .page-header .page-action-wrapper .settings-container .button-with-only-icon {
            border: 1px solid #fff;
        }

    .page-header .page-action-wrapper #expanded-menu {
        display: flex;
        gap: 5px;
        padding-left: 7px;
        display: none;
    }

        .page-header .page-action-wrapper #expanded-menu a {
            display: flex;
            gap: 10px;
            background: #fafafc;
            border-radius: 33px;
            padding: 8px 16px;
            align-items: center;
        }

            .page-header .page-action-wrapper #expanded-menu a img {
                height: 16px;
            }

    .page-header .page-action-wrapper .menu-item {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        background-color: white;
        border: none;
    }

        .page-header .page-action-wrapper .menu-item img {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

        .page-header .page-action-wrapper .menu-item span {
            font-size: 14px;
            color: black;
        }

        .page-header .page-action-wrapper .menu-item:hover {
            background-color: #f0f0f0;
        }

.page-header-user-info {
    position: relative;
    display: flex;
    align-items: center;
}

.page-header-avatar {
    cursor: pointer;
}

.page-header .page-action-wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 150px;
    display: none;
    z-index: 1002;
    width: 250px;
    padding: 27px 20px 20px;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    cursor: auto;
}

    .page-header .page-action-wrapper .dropdown-menu .dropdown-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-header .page-action-wrapper .dropdown-menu .profile-img {
        width: 45px;
        height: 45px;
        border-radius: 100%;
    }

    .page-header .page-action-wrapper .dropdown-menu h2 {
        margin: 5px 0 0px;
        font-size: 16px;
        font-weight: 700;
        color: #04091e;
    }

    .page-header .page-action-wrapper .dropdown-menu p {
        font-size: 12px;
        font-weight: 400;
        color: #747681;
    }

.page-header .page-action-wrapper .button-primary.mud-button {
    padding: 7px 20px !important;
    background-color: #6180fb !important;
}

.page-header .page-action-wrapper .dropdown-menu a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    padding-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.page-header .page-action-wrapper .dropdown-menu > img {
    padding-right: 8px;
}

/* ---------------------- Page Table Container ---------------------- */
.page-table-container {
    background: #f7f6fb;
    border-radius: 20px;
    padding: 10px;
    /*   height: 100%;*/
    overflow: auto;
    height: calc(100vh - 92px);
}

    .page-table-container .page-table-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .page-table-container .page-table-header.justifynot {
            display: flex;
            justify-content: flex-start !important;
            align-items: center;
            margin-bottom: 10px;
            height: 42px !important;
        }

            .page-table-container .page-table-header.justifynot .mud-icon-size-medium {
                font-size: 18px !important;
                fill: #7b7c85 !important;
            }

        .page-table-container .page-table-header .button-with-only-icon {
            width: 42px !important;
            height: 42px !important;
            min-width: 42px !important;
        }

        .page-table-container .page-table-header .page-table-title {
            font-size: 24px;
            font-weight: 500;
            color: #7b7c85;
        }

.page-table-title {
    display: flex;
    align-items: center;
}

.page-table-container .page-table-header-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .page-table-container
    .page-table-header-action
    .page-table-header-action-dropdown
    .custom-select-with-icon {
        height: auto;
        min-height: 37.63px;
        min-width: 223px;
    }

.page-table-container .page-table-header .form-field-wrapper .mud-input {
    height: 42px !important;
}

.page-table-container .page-table-header .rz-dropdown {
    height: 42px !important;
}

.page-table-container .page-table-tabs {
    display: flex;
    background: #e9eaf6;
    display: flex;
    align-items: center;
    border-radius: 24px;
    margin-bottom: 10px;
}


    .page-table-container .page-table-tabs > div:nth-child(1) {
        border-radius: 24px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        flex-wrap: wrap;
    }

        .page-table-container .page-table-tabs > div:nth-child(1) div {
            background: #ffffff;
            font-size: 12px;
            font-weight: 500;
            padding: 7px 18px;
            border-radius: 24px;
            color: #898989;
            border: 0.5px solid #eaebf5;
            min-width: 126px;
            text-align: center;
            cursor: pointer;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .page-table-container .page-table-tabs > div:nth-child(1) div.active {
                color: #000;
            }

.page-table-container .bottom {
    display: flex;
    justify-content: space-between;
}

.page-table-container .records {
    margin-right: 20px;
}

.page-table-container .page-table-content {
    display: flex;
    gap: 10px;
    overflow: hidden;
    align-items: stretch;
}

.compact-table {
    align-self: flex-start; /* Opt-out of flex stretch */
    height: auto !important;
}

.mud-drawer-page-content {
    display: flex;
    flex-direction: column;
}

.page-table-container .page-table-info-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

    .page-table-container .page-table-info-wrapper p {
        font-size: 15px;
        /*Need to Fix this*/
        /*font-size: 10px;*/
        font-weight: 500;
        color: #cbcbcb;
        width: 14%;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
        word-break: break-all;
    }

    .page-table-container .page-table-info-wrapper.with-document-column p {
        width: calc(25% - 5px);
        word-break: break-all;
    }

    .page-table-container .page-table-info-wrapper p strong {
        color: #000 !important;
    }

.page-table-content-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

    .page-table-content-wrapper .tab-content .mud-radio-group {
        margin-bottom: 10px !important;
    }

    .page-table-content-wrapper .tab-content .content {
        display: none;
        padding-top: 0 !important;
    }

        .page-table-content-wrapper .tab-content .content.active {
            display: block;
        }

        .page-table-content-wrapper .tab-content .content .mud-input-control {
            max-width: 253px;
        }

    .page-table-content-wrapper .tab-content .button-wrapper {
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
        float: right;
    }

    .page-table-content-wrapper .form-field-wrapper {
        margin-bottom: 0 !important;
    }

        .page-table-content-wrapper .form-field-wrapper.mb-1 {
            margin-bottom: 4px !important;
        }

.page-table-tabs-wrapper .mud-radio {
    color: #000000;
    background: #f7f6fb;
    padding: 8px 15px;
    border-radius: 25px;
    margin-right: 8px;
}

.page-table-tabs-wrapper .mud-input-control.mud-input-control-boolean-input {
    margin-top: 12px;
}

/*
    .page-table-tabs-wrapper .mud-radio .mud-icon-button{
    height:0 !important;
    width:0 !important;
    opacity:0 !important;
   }
*/
.page-table-tabs-wrapper label {
    position: relative;
}

    .page-table-tabs-wrapper label .mud-checked {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        background: #4c57eb;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 21px;
    }

.page-table-tabs-wrapper .mud-radio-group .mud-radio .mud-icon-button:hover,
.page-table-tabs-wrapper
.mud-radio-group
.mud-radio
.mud-icon-button:focus-visible,
.page-table-tabs-wrapper .mud-radio-group .mud-radio .mud-icon-button:active {
    background: #4c57eb !important;
}

.page-table-tabs-wrapper label .mud-checked + .mud-radio-content {
    color: #fff !important;
}

.page-table-tabs-wrapper label.mud-radio-content-placement-start {
    margin: 0 !important;
}

.page-table-tabs-wrapper label.mud-radio-content-placement-start {
    background: #e9eaf6;
}

.page-table-tabs-wrapper
.default-tabs.view-pdf-btn-wrapper.only-one-radio
label.mud-radio-content-placement-start {
    background: #4c57eb !important;
    color: #fff !important;
}

.page-table-tabs-wrapper
.default-tabs.view-pdf-btn-wrapper.only-one-radio
label
.mud-radio-content {
    color: #fff !important;
}

.page-table-tabs-wrapper .default-tabs .mud-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.page-table-tabs-wrapper
.default-tabs
.mud-input-control.mud-input-control-boolean-input {
    margin-top: 0 !important;
}

.page-table-tabs-wrapper label .mud-radio-icons {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.page-table-tabs-wrapper label .mud-radio-content {
    z-index: 1 !important;
}

.page-table-tabs-wrapper .mud-radio-group .mud-icon-button {
    padding-right: 0 !important;
}

#reject .form-wrapper-with-button {
    margin-top: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.form-wrapper-with-button .form-field-wrapper {
    max-width: 253px;
    width: 100%;
}

.mud-table-heading {
    color: #7b7c85;
    font-size: 24px;
    font-weight: 500;
}

.page-table-tabs-wrapper-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

    .page-table-tabs-wrapper-flex
    .mud-input-control.mud-input-control-boolean-input {
        margin-top: 0px;
    }

/* Default Tabs Content */
.page-table-tabs-wrapper .default-tabs label .mud-radio-content {
    font-size: 12px !important;
}

.default-tabs-content .default-tabs-grid-item {
    background: #fcfcfc;
    border-radius: 20px !important;
    padding: 15px;
}

.default-tabs-grid-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

    .default-tabs-grid-heading.align-heading-left {
        text-align: left !important;
    }

.default-tabs-content-card {
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
}

    .default-tabs-content-card .form-field-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3px;
        padding-left: 14px;
        background: #f7f6fb;
        border-radius: 20px;
        margin-bottom: 10px;
        height: 37px;
    }

        .default-tabs-content-card .form-field-header .mud-button {
            width: 25px !important;
            height: 25px !important;
            min-width: 25px !important;
            max-width: 25px !important;
            padding: 0;
        }

            .default-tabs-content-card .form-field-header .mud-button img {
                width: 8px !important;
                height: 8px !important;
            }

        .default-tabs-content-card .form-field-header > div:nth-child(1) {
            font-size: 14px;
            font-weight: 500;
            color: #0f0f0f;
        }

    .default-tabs-content-card .form-field-wrapper:not(:last-child) {
        margin-bottom: 10px !important;
    }

.default-tabs-grid-item .justify-content-center {
    justify-content: center !important;
}

.default-tabs-content-card .default-tabs-fields-wrapper {
    border: 1px solid #f5f5f5 !important;
    border-radius: 10px !important;
    padding: 10px;
}

    .default-tabs-content-card .default-tabs-fields-wrapper:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .default-tabs-content-card .default-tabs-fields-wrapper:last-child {
        margin-bottom: 1px !important;
    }

    .default-tabs-content-card .default-tabs-fields-wrapper > div:nth-child(1) {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap > div:nth-child(1) {
        flex-wrap: wrap;
    }

        .default-tabs-content-card
        .default-tabs-fields-wrapper.with-gap > div:nth-child(1) > div:nth-child(1) {
            max-width: 100% !important;
        }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap
    .form-field-wrapper {
        width: 13% !important;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper > div:nth-child(1)
    .mud-button {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        max-width: 20px !important;
        padding: 0;
        background: #f7f6fb !important;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper > div:nth-child(1) > div:nth-child(1) {
        max-width: 80% !important;
    }

.default-tabs-content-card-scroll {
    max-height: 184px !important;
    overflow: auto !important;
}

.default-tabs-content-card .form-field-heading-with-badge span {
    padding: 2px;
    background: #fff;
    display: inline-block;
    border-radius: 26px;
    margin-left: 9px;
    min-width: 50px;
    text-align: center;
}

/* ---------------------- Form Sidebar ---------------------- */
.form-sidebar {
    width: 272px;
    background-color: white;
    display: none;
    z-index: 1000;
    padding: 20px;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 10px;
    min-height: calc(100vh - 268px);
    max-height: calc(100vh - 268px);
}

    .form-sidebar .form-sidebar-header {
        margin-bottom: 20px;
    }

        .form-sidebar .form-sidebar-header h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 15px;
        }

    .form-sidebar .button-wrapper {
        padding-top: 15px;
        border-top: 1px solid #f7f6fb;
        flex-wrap: wrap;
    }

    .form-sidebar form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
        padding-right: 10px;
    }

    .form-sidebar .rz-dropdown-chips {
        padding: 7px 15px !important;
        min-height: 37.63px !important;
    }

    .form-sidebar .rz-dropdown,
    .form-sidebar .rz-multise {
        height: auto !important;
        min-height: 37.63px !important;
    }
/* Form Sidebar As Column*/
.view-pdf-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .view-pdf-btn-wrapper > div:nth-child(2) {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .view-pdf-btn-wrapper button.view-pdf-btn-ro {
        width: 47px !important;
        height: 47px !important;
        border-radius: 100% !important;
        border: 1px solid #f3f3f3 !important;
        background: #fff !important;
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        max-width: 47px;
        min-width: 47px !important;
    }

        .view-pdf-btn-wrapper button.view-pdf-btn-ro img {
            width: 15px !important;
        }

.form-sidebar.form-sidebar-as-column {
    display: block !important;
    min-height: 150px !important;
    max-height: auto !important;
    background: #f7f6fb !important;
    width: 100% !important;
    height: 100%;
}

    .form-sidebar.form-sidebar-as-column .ro-pdf-wrapper {
        height: 300px;
        overflow-y: auto !important;
    }

        .form-sidebar.form-sidebar-as-column .ro-pdf-wrapper.ro-pdf-wrapper-small {
            height: 212px;
        }

#hide-form-fields {
    width: 100%;
}
/* ---------------------- Table Styling ---------------------- */
.mud-table {
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
}

.mud-table-container {
    height: 100%;
    min-height: calc(100vh - 320px);
    max-height: calc(100vh - 320px);
    padding-right: 5px;
}

.mud-table-empty-row {
    background-color: transparent !important;
}

.mud-table-root thead th {
    padding: 8px 10px;
    background: #eaebf5;
    border-bottom: none;
    color: #7b7c85;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.mud-table-root td {
    border-top: 4px solid #f7f6fb !important;
    border-bottom: 4px solid #f7f6fb !important;
    color: #898989 !important;
    font-size: 12px;
    font-weight: 400;
}

.mud-table-pagination {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
}

.mud-table-pagination-toolbar {
    border-top: 0px !important;
    padding-right: 10px;
}

.mud-table-root .mud-table-head {
    height: 44px !important;
}

.mud-table-body .mud-table-row {
    background-color: #fff !important;
}

.mud-table-body .mud-table-row {
    background-color: #fff !important;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: #e9eaf6 !important;
}

.mud-table-body .mud-table-row td:nth-child(1) {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    overflow: hidden;
}

.mud-table-body .mud-table-row td:last-child {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    overflow: hidden;
}

.mud-table-sticky-header
*
.mud-table-root
.mud-table-head
*
.mud-table-cell:first-child {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    overflow: hidden;
}

.mud-table-sticky-header
*
.mud-table-root
.mud-table-head
*
.mud-table-cell:last-child {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    overflow: hidden;
}

/* Pagination */
.mud-table-pagination .mud-pagination-item {
    border: 1px solid #eaeaea;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mud-table-pagination .mud-icon-button-label {
    color: #000000 !important;
    font-size: 10px;
    font-weight: 700;
}

.mud-table-pagination .mud-pagination-item.mud-pagination-item-selected,
.mud-table-pagination
.mud-pagination-item.mud-pagination-item-selected
.mud-button-filled.mud-button-filled-primary {
    background: #ebecf6;
    box-shadow: none !important;
}

    .mud-table-pagination
    .mud-pagination-item.mud-pagination-item-selected
    .mud-button-filled.mud-button-filled-primary
    .mud-button-label {
        color: #000000 !important;
        font-size: 10px;
        font-weight: 700;
    }

.mud-select.mud-table-pagination-select {
    border-radius: 20px !important;
    padding: 5px 6px !important;
    border: 1px solid #eaeaea;
}

.mud-table-pagination .mud-table-pagination-select .mud-select-input {
    margin-top: 0px !important;
    padding: 0 4px !important;
}

.mud-table-pagination-caption {
    padding: 0 !important;
}

.mud-table-pagination .mud-select .mud-select-input .mud-input-slot {
    line-height: normal !important;
}

/*  No Data Found */

.no-data-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    gap: 10px;
}

    .no-data-found img {
        width: 205px;
    }

    .no-data-found h5 {
        color: #424242;
    }

/* Status */
.status-tag {
    padding: 4px 14px;
    border-radius: 20px;
    display: inline-block;
    font-size: 11px;
    text-transform: capitalize;
    min-width: 100px;
    text-align: center;
    white-space: nowrap;
}

.NONE {
    background: #ededed;
    color: #6e6e6e;
}

.PENDING {
    background: #dbf3ed;
    color: #0b998d;
}

.APPROVED {
    background: #d2ffd0;
    color: #06c100;
}

.REJECT {
    background: #ffdbdb;
    color: #df0000;
}

.CORRECTED {
    color: #89a551;
    background: #ebf7d1;
}

.VOID {
    background: #f3d8efc4;
    color: #bd069d;
}

.NEED_TO_BE_CORRECT {
    background: #fef0db;
    color: #be6f00;
}

.DRAFT {
    background: #ededed;
    color: #6e6e6e;
}

.SUBMITTED {
    background: #ceffd2;
    color: #05a15a;
}

.Active {
    background: #d2ffd0;
    color: #06c100;
    position: relative;
    padding-right: 33px;
    text-align: left;
    min-width: 86px !important;
}

    .Active::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        background: url(/Images/svgs/tick-mark.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 7px;
        height: 6.29px;
    }

.Inactive {
    background: #ffdbdb;
    color: #df0000;
    position: relative;
    padding-right: 33px;
    text-align: left;
    min-width: 86px !important;
}

    .Inactive::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        background: url(/Images/svgs/cross-mark.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 7px;
        height: 7px;
    }

/* Dropdown */

.table-dropdown-menu.mud-popover.mud-popover-open {
    border-radius: 15px !important;
}

    .table-dropdown-menu.mud-popover.mud-popover-open .mud-button-root {
        background: #f5f5f5;
        border-radius: 28px;
        font-size: 10px;
        color: #3d3d3d;
        padding: 3px 10px;
        width: 100%;
        font-weight: 400;
    }

    .table-dropdown-menu.mud-popover.mud-popover-open
    .mud-list.mud-list-padding
    .mud-button-label {
        justify-content: flex-start !important;
    }

    .table-dropdown-menu.mud-popover.mud-popover-open .mud-button-icon-start {
        margin-right: 5px !important;
    }

    .table-dropdown-menu.mud-popover.mud-popover-open
    .mud-button-icon-size-medium > *:first-child {
        font-size: 14px !important;
    }

    .table-dropdown-menu.mud-popover.mud-popover-open .mud-list {
        padding: 5px 7px !important;
        width: 170px !important;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

.table-review-dropdown {
    color: #06c100 !important;
    background: #f2fcf2 !important;
}

.table-edit-dropdown {
    color: #5b93ff !important;
    background: #f7f9ff !important;
}

.table-view-dropdown {
    color: #3d3d3d !important;
    background: #f5f5f5 !important;
}

.table-permission-dropdown {
    color: #06c100 !important;
    background: #f2fcf2 !important;
}

.table-reset-dropdown {
    color: #d5a00d !important;
    background: #fdfaf3 !important;
}

.table-delete-dropdown {
    color: #df0000 !important;
    background: #ffdbdb !important;
}

/* Permission Table Button */
.table-radio-buttons,
.table-checkboxes {
    display: flex;
    gap: 34px;
}

    .table-radio-buttons .mud-icon-button,
    .table-checkboxes .mud-icon-button {
        padding: 0 !important;
    }

    .table-radio-buttons .mud-typography,
    .table-checkboxes .mud-typography {
        font-size: 12px !important;
        color: #4a4a4a !important;
    }

    .table-radio-buttons .mud-icon-button:hover,
    .table-checkboxes .mud-icon-button:hover {
        background-color: transparent !important;
    }

    .table-checkboxes .mud-icon-root {
        font-size: 16px !important;
        margin-right: 5px !important;
    }

    .table-radio-buttons .mud-icon-root {
        font-size: 16px !important;
        margin-right: 5px !important;
    }

/* Mudblazor Simple Table */
.mudblazor-simple-table.mud-simple-table table * tr > th {
    background-color: #e9eaf6 !important;
    border-bottom: none !important;
}

.mudblazor-simple-table.mud-simple-table table * tr > td {
    background-color: #fff !important;
    color: #898989;
    border-top: 4px solid #f7f6fb !important;
    border-bottom: 4px solid #f7f6fb !important;
}

.mudblazor-simple-table.mud-simple-table table * tr > th,
.mudblazor-simple-table.mud-simple-table table * tr > td {
    font-size: 12px !important;
    padding: 6px 24px 6px 16px;
    height: 44px;
}

.mudblazor-simple-table.mud-simple-table table * tr:nth-child(3) > th {
    border-bottom: 4px solid #f7f6fb !important;
}

.mudblazor-simple-table.mud-simple-table table * tr:nth-child(3) > th {
    border-radius: 0px !important;
    height: 0px !important;
}

.mudblazor-simple-table.mud-simple-table
table
*
tr:nth-child(1) > th:nth-child(1) {
    border-top-left-radius: 10px !important;
}

.mudblazor-simple-table.mud-simple-table
table
*
tr:nth-child(3) > th:nth-child(1) {
    border-bottom-left-radius: 10px !important;
}

.mudblazor-simple-table.mud-simple-table
table
*
tr:nth-child(1) > th:last-child {
    border-top-right-radius: 10px !important;
}

.mudblazor-simple-table.mud-simple-table
table
*
tr:nth-child(3) > th:last-child {
    border-bottom-right-radius: 10px !important;
}

.mudblazor-simple-table.mud-simple-table table * tr > td:nth-child(1) {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.mudblazor-simple-table.mud-simple-table table * tr > td:last-child {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.mudblazor-simple-table.mud-simple-table table * tr th {
    min-height: 33px;
    height: 33px;
}

.mudblazor-simple-table.mud-simple-table table * tr:nth-child(2) th {
    border-radius: 0px !important;
}

    .mudblazor-simple-table.mud-simple-table
    table
    *
    tr:nth-child(2)
    th:not(:first-child) {
        background: #fff !important;
    }

    .mudblazor-simple-table.mud-simple-table
    table
    *
    tr:nth-child(2)
    th:nth-child(5) {
        border-right: 4px solid #e9eaf6 !important;
    }

    .mudblazor-simple-table.mud-simple-table table * tr:nth-child(2) th:last-child {
        border-right: 4px solid #e9eaf6 !important;
    }

.mudblazor-simple-table.mud-simple-table table * tr:nth-child(2) th {
    min-height: 28px;
    height: 28px;
    padding: 3px 25px !important;
}

.mudblazor-simple-table.mud-simple-table .mud-table-container {
    height: 100%;
    min-height: calc(100vh - 183px);
    max-height: calc(100vh - 183px) !important;
    padding-right: 5px;
}

.mudblazor-simple-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

/* ---------------------- Form Fields ---------------------- */
.form-field-wrapper {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

    .form-field-wrapper label {
        font-size: 12px;
        font-weight: 500;
    }

    .form-field-wrapper.search-form-field
    .mud-input > input.mud-input-root-outlined,
    .form-field-wrapper.search-form-field
    div.mud-input-slot.mud-input-root-outlined {
        padding-top: 10.51px !important;
        padding-bottom: 10.51px !important;
    }

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    padding-top: 12.51px !important;
    padding-bottom: 12.51px !important;
}

.form-field-wrapper.search-form-field
.mud-input > input.mud-input-root-outlined,
.form-field-wrapper.search-form-field
div.mud-input-slot.mud-input-root-outlined {
    padding-left: 0px !important;
}

.form-field-wrapper.search-form-field .mud-input-adornment-start {
    margin-right: 3px !important;
    margin-inline-end: 3px !important;
    margin-inline-start: unset !important;
    margin-top: 9px !important;
}

.form-field-wrapper .mud-input > input.mud-input-root-outlined,
.form-field-wrapper div.mud-input-slot.mud-input-root-outlined {
    padding: 10.5px 14px !important;
}

.form-field-wrapper .mud-input-control {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 0 !important;
}

.form-field-wrapper .mud-input-control-input-container {
    border-radius: 20px;
    overflow: hidden;
}

.form-field-wrapper .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 20px;
    border: 1px solid #f7f6fb !important;
}

.form-field-wrapper .mud-input.mud-input-outlined {
    background-color: #f7f6fb !important;
}

.form-field-wrapper.search-form-field {
    margin-bottom: 0px;
}

    .form-field-wrapper.search-form-field .mud-input-control {
        background-color: #fff !important;
        border-radius: 20px;
        overflow: hidden;
        width: 180px;
    }

    .form-field-wrapper.search-form-field .mud-input.mud-input-outlined {
        background-color: #ffffff !important;
    }

    .form-field-wrapper.search-form-field .mud-input-outlined-border {
        border-radius: 20px;
        border: 1px solid #fff !important;
    }

.form-field-wrapper-horizontal .form-field-wrapper .mud-input-control {
    width: 120px;
}

.form-field-wrapper-horizontal {
    width: 120px;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .form-field-wrapper-horizontal .form-field-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 15px;
    }

        .form-field-wrapper-horizontal .form-field-wrapper label {
            white-space: nowrap;
        }

.radio-buttons-vertical .mud-radio-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-top: 12px;
}

.radio-buttons-horizontal .mud-radio-group {
    display: flex !important;
    gap: 16px !important;
    margin-top: 12px;
    flex-wrap: wrap;
}

.spacing-bottom {
    padding-bottom: 15px !important;
}

.custom-switch {
    width: 78px !important;
}

.yes-no-switch label.mud-switch .mud-switch-track.mud-default::after {
    content: "No" !important;
    right: 20px !important;
}

.yes-no-switch label.mud-switch .mud-switch-track.mud-success::after {
    content: "Yes" !important;
    left: 20px !important;
}

/* Radzen */
.rz-dropdown.cusotm-select {
    min-width: 100% !important;
    background-color: #f7f6fb !important;
    justify-content: center !important;
}

.cusotm-select-bg-white {
    min-width: 223px !important;
    background-color: #fff !important;
    justify-content: center !important;
}

.rz-dropdown.custom-select-with-icon {
    position: relative;
    padding-left: 40px;
    min-width: 160px;
}

    .rz-dropdown.custom-select-with-icon::before {
        content: "";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        background: url(../Images/svgs/store.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }

.mud-input,
.rz-placeholder,
.rz-dropdown-label {
    font-size: 12px !important;
    line-height: 12px !important;
}

.rz-dropdown.custom-select-with-icon {
    justify-content: center !important;
}

.rz-autocomplete-items li,
.rz-multiselect-items li,
.rz-dropdown-items li {
    font-size: 14px !important;
}

.custom-picker.mud-picker {
    max-width: 325px !important;
}

.custom-picker .mud-input-control > .mud-input-control-input-container {
    background: #fff;
}

.custom-picker .mud-input-outlined-border {
    border: none !important;
}

.custom-picker.mud-picker .mud-input-input-control {
    margin: 0 !important;
}

.custom-picker.mud-picker .mud-input-control-input-container {
    max-width: 270px !important;
    border-radius: 20px !important;
    min-height: 40px !important;
}

@media screen and (max-width: 768px) {
    .custom-picker.mud-picker {
        max-width: 100% !important;
    }

        .custom-picker.mud-picker .mud-input-control-input-container {
            max-width: 100% !important;
        }
}

/* Mudblazor */
.form-field-wrapper .mud-switch-span-medium.mud-switch-span {
    padding: 0px !important;
    height: 30px !important;
    width: 78px !important;
    border-radius: 15px !important;
}

.form-field-wrapper label.mud-switch {
    border-radius: 15px !important;
    margin: 0 !important;
}

    .form-field-wrapper label.mud-switch .mud-switch-base-medium.mud-switch-base {
        padding: 3px !important;
    }

    .form-field-wrapper label.mud-switch .mud-switch-base.mud-checked {
        transform: translateX(47px) !important;
    }

    .form-field-wrapper
    label.mud-switch
    .mud-switch-button
    .mud-switch-thumb-medium {
        width: 24px;
        height: 24px;
        background-color: #fff;
    }

    .form-field-wrapper
    label.mud-switch
    .mud-switch-span
    .mud-switch-track.mud-success {
        background-color: #5ba55c !important;
        opacity: 1 !important;
    }

    .form-field-wrapper label.mud-switch .mud-switch-track.mud-success {
        position: relative;
    }

        .form-field-wrapper label.mud-switch .mud-switch-track.mud-success::after {
            content: "Active";
            color: #fff;
            position: absolute;
            left: 12px;
            top: 50%;
            display: block;
            font-size: 10px;
            font-weight: 400;
            transform: translateY(-50%);
        }

    .form-field-wrapper label.mud-switch .mud-switch-track.mud-default {
        position: relative;
        background-color: #f7f6fb !important;
        border: 1px solid #f7f6fb !important;
        opacity: 1 !important;
    }

        .form-field-wrapper label.mud-switch .mud-switch-track.mud-default::after {
            content: "Inactive";
            color: #bcbcbc;
            position: absolute;
            right: 9px;
            top: 50%;
            display: block;
            font-size: 10px;
            font-weight: 400;
            transform: translateY(-50%);
        }

.form-field-wrapper > label > span {
    color: #ff0000 !important;
}

.custom-switch-small .mud-switch-span-medium.mud-switch-span {
    height: 25px !important;
    width: 70px !important;
}

.custom-switch-small
label.mud-switch
.mud-switch-button
.mud-switch-thumb-medium {
    width: 18px;
    height: 18px;
}

.custom-switch-small label.mud-switch .mud-switch-base.mud-checked {
    transform: translateX(46px) !important;
}

/* ---------------------- MUD Drawer ---------------------- */
.mud-drawer.mud-paper {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index: 1 !important;
    border-radius: 20px;
}

.mud-drawer-content {
    background: #f7f6fb !important;
}

/*.mud-drawer.mud-drawer-responsive,
.mud-drawer.mud-drawer-persistent {
    height: calc(100vh - 138px) !important;
}
*/
/* ---------------------- Dashboard ---------------------- */
.dashboard-page-container .mud-paper.mud-elevation-1 {
    box-shadow: none !important;
    border-radius: 15px !important;
}

    .dashboard-page-container
    .mud-paper.mud-elevation-1 > div.dashbaord-card-content {
        background: #f7f6fb !important;
        border-radius: 30px !important;
        padding: 20px;
        margin-bottom: 15px;
    }

        .dashboard-page-container
        .mud-paper.mud-elevation-1 > div.dashbaord-card-content > div:nth-child(1) {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .dashboard-page-container
        .mud-paper.mud-elevation-1 > div.dashbaord-card-content > span {
            font-size: 18px;
            font-weight: 400;
            padding-top: 10px;
            display: block;
        }

        .dashboard-page-container
        .mud-paper.mud-elevation-1 > div.dashbaord-card-content > div:nth-child(3) {
            display: flex;
            align-items: center;
            gap: 15px;
        }

            .dashboard-page-container
            .mud-paper.mud-elevation-1 > div.dashbaord-card-content > div:nth-child(3)
            span:nth-child(1) {
                font-size: 48px;
                font-weight: 500;
                color: #000000;
                line-height: normal;
            }

            .dashboard-page-container
            .mud-paper.mud-elevation-1 > div.dashbaord-card-content > div:nth-child(3)
            span:nth-child(2) {
                font-size: 12px;
                font-weight: 400;
                color: #19d454;
            }

.dashboard-page-container .mud-chipset {
    display: flex !important;
    gap: 7px !important;
    flex-wrap: wrap;
}

    .dashboard-page-container .mud-chipset .mud-chip {
        border: 1px solid #ecedf7 !important;
        background: transparent !important;
        font-size: 12px;
        font-weight: 400;
        color: #8d8faa !important;
        margin: 0 !important;
    }

.dashboard-page-container .mud-grid-item {
    align-self: stretch !important;
}

    .dashboard-page-container .mud-grid-item .mud-paper {
        height: 100% !important;
    }

/* Radzen File Upload*/
.radzen-custom-upload .rz-fileupload-buttonbar {
    padding: 0;
    background-color: transparent !important;
}

.radzen-custom-upload .rz-fileupload-choose {
    border: none !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
    height: 37.63px !important;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    background-color: #f7f6fb !important;
    gap: 12px !important;
}

.radzen-custom-upload .rz-button .rzi {
    background: url(/Images/svgs/upload-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
}

.radzen-custom-upload.radzen-custom-upload-flull-width
.rz-fileupload
.rz-button {
    width: 100% !important;
}

.radzen-custom-upload.radzen-custom-upload-flull-width .rz-fileupload-choose {
    width: 100% !important;
}

/* ---------------------- Error / Not Found Page ---------------------- */
.error-container {
    height: calc(100vh - 98px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .error-container div {
        height: 170px;
        position: relative;
        z-index: 1;
    }

        .error-container div h1 {
            font-size: 129px;
            margin: 0;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: url(../Images/pngs/error-bg.webp) no-repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: top;
        }

    .error-container h2 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin-top: 0;
    }

    .error-container p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
    }

    .error-container a {
        font-size: 14px;
        text-decoration: none;
        background: #fff !important;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 40px;
        color: #000;
        font-weight: 700;
    }

.radio-group-with-input {
    display: flex;
    gap: 10px;
}

    .radio-group-with-input .form-field-wrapper {
        min-width: 150px;
    }

@media screen and (max-width: 1800px) {
    .page-table-container .page-table-info-wrapper p {
        font-size: 12px;
    }

    .mud-radio > .mud-radio-content {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1600px) {
    .page-table-container .page-table-info-wrapper p {
        font-size: 10px;
    }

    .mud-radio > .mud-radio-content {
        font-size: 10px !important;
    }
}

.table-with-button .mud-table-container {
    min-height: calc(100vh - 285px);
    max-height: calc(100vh - 285px);
}


@media screen and (max-width: 1397px) {
    .mud-table-container {
        min-height: calc(100vh - 270px);
        max-height: calc(100vh - 270px);
    }

    .mud-table-large .mud-table-container {
        min-height: calc(100vh - 270px);
        max-height: calc(100vh - 270px);
    }

    .form-sidebar {
        min-height: calc(100vh - 220px);
        max-height: calc(100vh - 220px);
    }

    .variable-height-table .mud-table-container {
        min-height: auto !important;
    }

    .table-with-button .mud-table-container {
        min-height: calc(100vh - 285px);
        max-height: calc(100vh - 285px);
    }
}

.full-height-table .mud-table-container {
    min-height: calc(100vh - 167px) !important;
    max-height: calc(100vh - 167px) !important;
}

@media (max-width: 1200px) {
    .dashboard-main-container .dashboard-sidebar {
        width: 280px;
        transition: all 0.3s ease;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0;
        z-index: 1;
        padding: 10px;
    }

        .dashboard-main-container .dashboard-sidebar > div {
            background-color: #f7f8fa;
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            padding: 20px;
            border-radius: 20px;
        }

    .dashboard-main-container .logo {
        justify-content: flex-start;
        flex: 1;
        margin-left: 27px;
    }

    .dashboard-main-container .sidebar-content .logo img {
        display: block !important;
        margin-bottom: 30px;
    }

    .dashboard-main-container .dashboard-sidebar {
        flex: 1;
        margin-left: 0px;
    }

        .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu {
            flex-direction: column;
        }

    .dashboard-main-container .dashboard-sidebar {
        transform: translateX(-100%);
        z-index: 1000;
    }

    .dashboard-main-container .dashboard-main-content {
        margin-left: 0;
        width: 100% !important;
    }

    .toggle-sidebar-btn {
        display: flex !important;
    }

    .dashboard-main-container .toggle-sidebar-desktop-btn {
        display: none !important;
    }

    .dashboard-sidebar-open .dashboard-sidebar {
        transform: translateX(0);
    }

    .dashboard-sidebar-open .sidebar-backdrop {
        display: block;
    }

    .mud-drawer.mud-paper {
        height: auto !important;
    }

    .mud-drawer.mud-drawer-responsive,
    .mud-drawer.mud-drawer-persistent {
        height: 100% !important;
    }

    .page-header .page-title {
        display: none;
    }

    .page-title-mobile {
        display: block;
        margin: 20px 0px;
    }

    .no-data-found {
        width: calc(100vw - 0px);
    }

    .table-with-sidebar .no-data-found {
        width: calc(100vw - 300px);
    }

    .page-table-container {
        height: 100%;
    }
}

@media (max-width: 998px) {
    .page-table-container .page-table-header {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }

    .dashboard-main-container .dashboard-main-content,
    .page-table-container {
        height: auto !important;
    }

        .page-table-container .page-table-info-wrapper p {
            width: 30% !important;
        }
}

@media (max-width: 959px) {
    .mud-drawer-overlay.mud-drawer-overlay--open.mud-drawer-overlay-responsive.mud-drawer-overlay-md {
        display: none !important;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap > div:nth-child(1) {
        flex-wrap: wrap;
        gap: 4px !important;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap > div:nth-child(1) {
        justify-content: flex-start !important;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap
    .form-field-wrapper {
        width: 24% !important;
    }
}

@media (max-width: 768px) {
    .error-container div {
        height: 110px;
    }

        .error-container div h1 {
            font-size: 90px;
        }

    .page-table-container .page-table-header-action {
        gap: 6px;
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
    }

    .page-table-container
    .form-field-wrapper.search-form-field
    .mud-input-control {
        width: 100%;
    }

    .page-table-container .page-table-header-action .form-field-wrapper,
    .page-table-container .page-table-header-action .rz-dropdown {
        width: 100%;
        min-width: 100% !important;
    }

    .form-sidebar {
        position: fixed;
        top: 20px;
        right: 20px;
        height: auto;
        bottom: 20px;
    }

    .form-field-wrapper-horizontal {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

        .form-field-wrapper-horizontal .form-field-wrapper {
            gap: 5px !important;
            flex-direction: column;
            width: 100%;
            align-items: flex-start;
        }

            .form-field-wrapper-horizontal .form-field-wrapper .mud-input-control {
                width: 100%;
            }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap
    .form-field-wrapper {
        width: 31% !important;
    }

    .radio-group-with-input {
        flex-wrap: wrap;
    }

        .radio-group-with-input .form-field-wrapper {
            min-width: 100%;
        }
}

@media screen and (max-width: 600px) {
    .page-table-container {
        height: auto !important;
    }

        .page-table-container .page-table-content {
            height: auto !important;
        }

    .mud-table {
        background: #fff !important;
    }

    .mud-table-root {
        border-spacing: 11px !important;
        border-collapse: separate !important;
    }

    .mud-table-body .mud-table-row {
        background: #f9f9f9 !important;
    }

    .mud-table-root td {
        border-top: 0px solid #f7f6fb !important;
        border-bottom: 0px solid #f7f6fb !important;
    }

    .mud-table-body .mud-table-row td:nth-child(1) {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .mud-table-body .mud-table-row td:last-child {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        overflow: hidden;
    }

    .page-header .page-action-wrapper .page-header-user-info .page-header-icon,
    .page-header .page-action-wrapper .page-header-user-info > span {
        display: none !important;
    }

    .page-header .page-action-wrapper .page-header-user-info {
        padding: 2px 2px 2px 2px !important;
    }

    .page-header-avatar {
        margin: 0 !important;
    }

    .page-table-container .page-table-info-wrapper p {
        width: 50% !important;
    }
}

@media screen and (max-width: 500px) {
    .mud-table-pagination {
        flex-direction: column !important;
        margin-top: 20px;
        gap: 0px;
        align-items: center;
    }

    .page-header .page-action-wrapper #expanded-menu {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        margin-top: 10px;
        background: #fff;
        border-radius: 20px;
        padding: 5px;
    }

    .page-table-tabs-wrapper-flex {
        flex-direction: column;
        gap: 10px;
    }

    .default-tabs-content-card
    .default-tabs-fields-wrapper.with-gap
    .form-field-wrapper {
        width: 100% !important;
    }
}

@media (max-width: 416px) {
    .mud-table .mud-table-pagination .mud-table-pagination-toolbar {
        padding-top: 0px !important;
        min-height: auto !important;
    }
}

@media screen and (max-width: 375px) {
    .page-table-container .page-table-tabs > div:nth-child(1) {
        flex-direction: column;
        width: 100%;
    }

        .page-table-container .page-table-tabs > div:nth-child(1) .tab {
            width: 100%;
        }

    .dashboard-page-container
    .mud-paper.mud-elevation-1 > div.dashbaord-card-content > div:nth-child(3) {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
}

.rz-dropdown-items-wrapper .rz-dropdown-items {
    padding: 0 !important;
}

.rz-dropdown-items-wrapper .rz-dropdown-item {
    font-size: 13px !important;
    padding: 8px 16px !important;
}

.mud-button.button-primary:disabled {
    background-color: #4c57eb !important;
    opacity: 0.8 !important;
}

.info-text-form {
    padding: 10px 20px;
    background: #f9f9f9;
    font-size: 11px;
    margin: 10px 0px;
    border-radius: 23px;
}

.form-sidebar .button-primary.mud-button p {
    font-size: 14px !important;
    font-weight: 400;
    color: #fff !important;
}

.form-sidebar.form-sidebar-as-column {
    display: block !important;
    min-height: auto !important;
    max-height: auto !important;
    background: #f7f6fb !important;
    width: 100% !important;
}

    .form-sidebar.form-sidebar-as-column .ro-pdf-wrapper {
        height: 300px;
        overflow-y: auto !important;
    }

        .form-sidebar.form-sidebar-as-column .ro-pdf-wrapper.ro-pdf-wrapper-small {
            height: 212px;
        }

.form-sidebar.form-sidebar-as-column {
    position: unset !important;
}
/* Helper Text */

.disclaimer-text {
    display: flex !important;
    flex-direction: column;
    padding-top: 89px;
    justify-content: center;
    align-items: center !important;
    border-top: 1px solid #e9eaf6 !important;
    position: relative !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #b9b9b9 !important;
    width: 100% !important;
}

    .disclaimer-text::before {
        content: "";
        display: block;
        width: 47px;
        height: 47px;
        display: block;
        position: absolute;
        left: 50%;
        top: 30px;
        background: url(/Images/svgs/pdf-document.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateX(-50%);
        text-align: center;
        filter: grayscale(1) brightness(2.75);
        padding-top: 23px;
    }

/* Mege Button */

.merge-button-container .merge-button {
    width: 31px !important;
    height: 31px !important;
    border-radius: 100% !important;
    border: 1px solid #f3f3f3 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 31px !important;
    min-width: 31px !important;
}

    .merge-button-container .merge-button img {
        width: 14px !important;
    }

/* Upload Button */

.table-with-sidebar .form-sidebar .form-sidebar-heading,
.form-sidebar-heading {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin-bottom: 30px;
}

.form-sidebar-heading-with-upload-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .form-sidebar-heading-with-upload-icon .button-with-only-icon {
        width: 31px !important;
        height: 31px !important;
        border-radius: 100% !important;
        border: 1px solid #f3f3f3 !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        max-width: 31px !important;
        min-width: 31px !important;
    }

        .form-sidebar-heading-with-upload-icon .button-with-only-icon img {
            width: 12px !important;
        }

/* ---------------------- PDF wrapper ---------------------- */
.ro-pdf-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    height: calc(100% - 59px);
}

    .ro-pdf-wrapper .pdf-card {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #ececec;
        background-color: white;
    }

        .ro-pdf-wrapper .pdf-card .pdf-checkbox {
            margin-right: 5px !important;
        }

    .ro-pdf-wrapper .pdf-icon {
        width: 32px;
        height: 32px;
        margin-right: 7px;
    }

    .ro-pdf-wrapper .pdf-details {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: flex-start;
    }

        .ro-pdf-wrapper .pdf-details .pdf-detail-flex {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 10px;
            width: 100%;
        }

    .ro-pdf-wrapper .pdf-name {
        font-weight: 500 !important;
        margin: 0;
        color: #000 !important;
        font-size: 11px !important;
        display: flex !important;
        justify-content: space-between !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100%;
        word-wrap: break-word;
    }

    .ro-pdf-wrapper .pdf-details .pdf-detail-flex .button-with-only-icon {
        width: 25px !important;
        height: 25px !important;
        border-radius: 100% !important;
        border: 1px solid #f3f3f3 !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        max-width: 25px;
        min-width: 25px !important;
        padding: 10px !important;
    }

    .ro-pdf-wrapper .pdf-info {
        font-size: 10px !important;
        color: #7b7c85 !important;
        font-weight: 500 !important;
        margin-top: 4px;
        margin-bottom: 0px;
        word-wrap: break-word;
    }

    .ro-pdf-wrapper .pdf-links {
        font-size: 10px !important;
        color: #5ba55c !important;
        font-weight: 500 !important;
        display: block;
    }

    .ro-pdf-wrapper .pdf-link {
        font-size: 12px !important;
        text-decoration: none;
        font-weight: 400 !important;
        color: #5ba55c !important;
        align-self: end;
        text-decoration: underline;
    }

.form-sidebar-attachment {
    min-height: 100% !important;
    max-height: 100% !important;
}

.form-sidebar-attachment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .form-sidebar-attachment-header span {
        font-family: Helvetica Neue;
        font-size: 18px;
        font-weight: 700;
    }

.form-siderbar-attachment {
    background: #f7f6fb !important;
    border-radius: 20px !important;
    padding: 10px;
}

    .form-siderbar-attachment:not(:last-child) {
        margin-bottom: 20px !important;
    }

.page-table-content-with-attachment-sidebar {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

    .page-table-content-with-attachment-sidebar .employee-table {
        width: 100%;
    }

@media screen and (max-width: 768px) {
    .form-sidebar-attachment-header button {
        display: none !important;
    }

    .form-siderbar-attachment {
        position: fixed;
        top: 20px;
        right: 20px;
        height: auto;
        bottom: 20px;
    }
}

.button-control {
    border-radius: 0 !important;
    border: 0px !important;
    display: flex;
    align-items: center;
    color: #000 !important;
    width: 100%;
    font-size: 12px !important;
    height: 12px;
    width: 12px;
    margin: 0 !important;
    min-width: 10px !important;
    padding: 0 !important;
    background-color: transparent !important;
}

    .button-control img {
        width: 12px !important;
        height: 12px !important;
    }

    .button-control:hover {
        background-color: transparent !important;
        color: #000 !important;
    }

.mud-dialog-width-sm {
    max-width: 600px;
    width: 100%;
    border-radius: 20px !important;
}

.mud-dialog-title {
    font-size: 17px !important;
    font-weight: bold !important;
}

.select-control-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .select-control-header > label > span {
        color: red !important;
    }

.default-tabs-content-card
.default-tabs-fields-wrapper > div:nth-child(1)
.select-control-header
.mud-button {
    background: transparent !important;
}

.mud-table-cell {
    white-space: nowrap;
}

.mud-input > textarea.mud-input-root {
    max-height: 200px !important;
    overflow: auto;
}

.documentation-button a {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 15px 25px !important;
    border-radius: 50px !important;
    background: #fff;
    color: #424242 !important;
    height: 42px;
    display: flex;
    gap: 6px;
    align-items: center;
    line-height: normal;
}

.documentation-button img {
    width: 12px;
}

.full-width.rz-multiselect,
.full-width.rz-dropdown {
    width: 100% !important;
}

.content-with-icon .mud-icon-root.mud-svg-icon {
    fill: #898989 !important;
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: inline-block;
    margin-right: 4px;
}

.pills-list {
    display: flex;
    gap: 3px;
}

    .pills-list span {
        min-width: auto !important;
    }

.status-icon {
    height: 10px !important;
    width: 10px !important;
    min-width: 10px !important;
    padding: 10px !important;
}

    .status-icon::after {
        top: 50% !important;
        right: unset !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

.count-chip {
    background-color: #f7f6fb;
    display: inline-block;
    border-radius: 20px;
    font-size: 10px !important;
    margin-left: 5px !important;
    min-width: 23px !important;
    min-height: 23px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}

.dashboard-page-container .mud-chipset .mud-chip {
    padding-right: 4px !important;
}

.page-table-container .page-table-tabs > .page-table-chips:nth-child(1) div {
    justify-content: space-between !important;
    padding-right: 4px !important;
}


@media screen and (min-width:1200px) {
    .mega-menu .mud-collapse-container {
        position: absolute !important;
        background: #fff !important;
        z-index: 99 !important;
        margin-top: 14px !important;
        border-radius: 16px !important;
    }

    .mega-menu .mega-menu-col .mud-collapse-container {
        height: 100% !important;
        position: relative !important;
    }

    .mega-menu-row {
        column-count: 2;
        column-gap: 10px;
        width: 500px;
        padding: 30px !important;
        border-radius: 16px !important;
        box-shadow: 0 0 12px 0 #00000014;
    }

    .mega-menu-small {
        width: 200px !important;
        column-count: 1;
    }

        .mega-menu-small .mega-menu-col {
            margin-bottom: 0px !important;
        }

        .mega-menu-small .mud-nav-link {
            padding-left: 0px !important;
        }

    .mega-menu-col {
        break-inside: avoid;
        margin-bottom: 10px;
        background: #fff;
        display: inline-block;
        width: 100%;
    }

    .mega-menu-row .mud-nav-link .mud-nav-link-expand-icon {
        display: none !important;
    }

    .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mega-menu-row .mud-nav-group > button .mud-nav-link-text {
        font-weight: 500 !important;
    }

    .mega-menu .mega-menu-row button.mud-nav-link {
        pointer-events: none !important;
        cursor: not-allowed;
    }

    .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-item, .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu > .mud-nav-item, .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu > .mud-nav-group .mud-nav-link {
        height: auto !important;
    }

    .mud-nav-item {
        width: auto !important;
    }

    .dashboard-main-container .dashboard-sidebar .sidebar-content .main-menu .mud-nav-item {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .mud-nav-link .mud-nav-link-text {
        margin-left: 0px !important;
    }

    .mega-menu .mud-collapse-container .mud-collapse-container {
        margin-top: 0px !important;
    }

    .mega-menu .mega-menu-row button.mud-nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.mega-menu-overlay {
    position: fixed;
    inset: 0;
    background: transparent; /* or rgba(0,0,0,.001) to ensure clicks */
    z-index: 10; /* higher than sidebar, lower than menu if needed */
}

/* Ensure your mega menu content has a higher z-index if overlay overlaps */
.mega-menu .mega-menu-row {
    position: relative;
    z-index: 11;
}


.dashboard-main-container .dashboard-main-content {
    height: auto !important;
    max-height: 100% !important;
    min-height: 100% !important;
}

.page-table-container.dashboard-page-container {
    height: auto !important;
}

/* New Veicle */
.excel-table {
    overflow: auto;
}

    .excel-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .excel-table tr {
        background: #fff !important;
    }

        .excel-table tr.header {
            background: #E9EAF6 !important;
            text-align: center;
        }

            .excel-table tr.header td {
                padding: 0px !important;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.5rem;
            }

    .excel-table td {
        padding: 4px 8px;
        font-size: 11px;
        border: 1.5px solid #f7f6fb !important;
        border-bottom: 1.5px solid #f7f6fb !important;
        min-width: 100px !important;
    }

.excel-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}



.excel-table .mud-icon-button {
    padding: 0px !important;
}

.excel-table .form-field-wrapper {
    margin-bottom: 0px !important;
}

.excel-table * {
    font-size: 11px !important;
}

.excel-table .column-header {
    background: #E9EAF6 !important;
    padding: 0px !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}

.excel-table-small td {
    border: 1.5px solid #fff !important;
    padding: 0px !important;
    width: 100px !important;
}


.excel-table .form-field-wrapper .mud-input > input.mud-input-root-outlined.mud-input-root-adorned-start,
.excel-table .form-field-wrapper div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-start {
    padding-left: 0px !important;
}

.excel-table .form-field-wrapper .mud-input > input.mud-input-root-outlined.mud-input-root-adorned-end,
.excel-table .form-field-wrapper div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-end {
    padding-right: 0px !important;
}

.excel-table .mud-typography-body1 {
    line-height: normal !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.excel-table-small table {
    width: auto !important;
    margin-left: auto !important;
}


.excel-table .form-field-wrapper {
    width: 100px !important;
    margin-left: auto !important;
}

    .excel-table .form-field-wrapper .mud-input > input.mud-input-root-outlined,
    .excel-table .form-field-wrapper div.mud-input-slot.mud-input-root-outlined {
        padding: 3.5px 12px !important;
    }

.excel-footer .column-header {
    text-align: left !important;
}

.column-header.text-left {
    text-align: left !important;
}

.excel-table {
    background: #fff !important;
}

    .excel-table > table > tr:nth-child(1) {
        opacity: 0 !important;
    }

        .excel-table > table > tr:nth-child(1) td {
            padding: 0px !important;
        }

.execl-table-field {
    display: flex;
    align-items: flex-end;
}

.excel-table .mud-radio-icons.mud-checked svg:nth-child(2) {
    fill: #6F6F6F !important;
}

.excel-table .mud-icon-size-small {
    font-size: 0.8rem !important;
}

.excel-table .mud-radio-content {
    padding-left: 5px !important;
}

.excel-fields {
    display: flex;
    gap: 5px !important;
}

    .excel-fields .form-field-wrapper:not(:first-child) {
        margin-left: 0px !important;
    }
/* Commission Level Configuration Styles */
.form-section-header {
    margin: 20px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #E9EAF6;
}

    .form-section-header h4 {
        margin: 0;
        color: #333;
        font-weight: 600;
        font-size: 16px;
    }

.commission-level-table {
    margin: 20px 0;
    border: 1.5px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

    .commission-level-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .commission-level-table th {
        background-color: #f8f9fa;
        padding: 12px 8px;
        text-align: left;
        font-weight: 600;
        border-bottom: 1.5px solid #dee2e6;
        font-size: 13px;
    }

    .commission-level-table td {
        padding: 8px;
        border-bottom: 1.5px solid #dee2e6;
        vertical-align: middle;
    }

    .commission-level-table tr:hover {
        background-color: #f8f9fa;
    }

    .commission-level-table .mud-textfield {
        margin-bottom: 0;
    }

    .commission-level-table .mud-select {
        margin-bottom: 0;
    }

    .commission-level-table .mud-input-root {
        font-size: 12px;
    }

        .commission-level-table .mud-input-root input {
            padding: 6px 8px;
            font-size: 12px;
        }

    .commission-level-table .mud-select-root {
        font-size: 12px;
    }

        .commission-level-table .mud-select-root .mud-select-input {
            padding: 6px 8px;
            font-size: 12px;
        }

.excel-table-level tr td.column-header:nth-child(1) {
    text-align: left !important;
    padding-left: 8px !important;
    background: #fbfbfd !important;
}

.excel-table-level tr td.column-header-dark:nth-child(1), .column-header.column-header-dark {
    background: #dedfee !important;
}

.column-header-light {
    background: #f5f6fa !important;
}

.excel-graphics {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px !important;
}

    .excel-graphics img {
        max-height: 40px !important;
        padding: 10px !important;
    }

.excel-table-level table > tr > td:nth-child(1) {
    border-right: 3.5px solid #dee2e6 !important;
}

.excel-table-level table > tr > td.default-border:nth-child(1) {
    border-right: 1.5px solid #f7f6fb !important;
}


.excel-table-level tr td.column-header-normal:nth-child(1) {
    background: #E9EAF6 !important;
}

.signature-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.signature-column {
    flex: 1;
    text-align: center;
}

.signature-line {
    width: 80%;
    margin: 0 auto;
}

.comission-content-page h2 {
    font-size: 18px !important;
}

    .comission-content-page h2:not(:first-child) {
        margin-top: 30px !important;
    }

.comission-content-page h3 {
    font-size: 16px !important;
    background: #F7F6FB !important;
    text-align: right !important;
    border-radius: 30px !important;
    padding: 7px 20px !important;
    margin-bottom: 30px !important;
}

.comission-content-page-footer {
    margin-top: 80px !important;
}

.comission-content-page-footer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

    .comission-content-page-footer div {
        border-top: 1px solid #000;
        min-width: 300px;
        display: flex;
        justify-content: space-between;
    }

.comission-content-page ul {
    padding-left: 30px !important;
    margin-bottom: 16px !important;
}

    .comission-content-page ul li:not(:last-child) {
        margin-bottom: 10px !important;
    }

.comission-content-page .form-field-wrapper {
    display: inline-block;
}

@media screen and (max-width:700px) {
    .comission-content-page-footer {
        flex-direction: column !important;
        gap: 80px !important;
    }
}

.selectable-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

    .selectable-tabs .tab {
        color: #000000;
        background: #f7f6fb;
        padding: 8px 15px;
        border-radius: 25px;
        background: #e9eaf6;
        display: flex;
        gap: 7px;
        align-items: center;
        font-size: 12px !important;
        line-height: normal !important;
        cursor: pointer !important;
    }

        .selectable-tabs .tab svg {
            width: 16px;
            height: 16px;
            object-fit: contain;
            margin: 0px !important;
        }

        .selectable-tabs .tab.active {
            background: #4C57EB !important;
            color: #fff !important;
        }

.comission-content-page-footer table,
.comission-content-page-footer tablle th,
.comission-content-page-footer table td {
    border: none;
}

.multiselect-dropdown.rz-dropdown {
    min-width: 220px;
}

.multiselect-dropdown .rz-dropdown-chips .rz-chip {
    background: transparent;
}

.multiselect-dropdown.color-secondary {
    background: #F7F6FB !important;
    justify-content: center;
}

.rz-autocomplete-items li, .rz-multiselect-items li, .rz-dropdown-items li {
    font-size: 13px !important;
}

.rz-multiselect-item,
.rz-multiselect-header {
    padding: 8px !important;
}

.excel-table .column-header {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.table-with-button {
    flex-direction: column;
}

    .table-with-button .form-field-wrapper {
        margin-bottom: 0px !important;
    }

        .table-with-button .form-field-wrapper .mud-input.mud-input-outlined {
            background-color: #fff !important;
            bord
        }

            .table-with-button .form-field-wrapper .mud-input.mud-input-outlined .mud-input-outlined-border {
                border-radius: 20px !important;
            }

    .table-with-button .button-wrapper {
        margin-top: 0px !important;
    }

    .table-with-button .mud-table-dense * .mud-table-row .mud-table-cell {
        padding: 1px 4px 1px 4px !important;
        padding-inline-start: 4px !important;
        padding-inline-end: 4px !important;
    }


    .table-with-button .form-field-wrapper .mud-input > input.mud-input-root-outlined,
    .table-with-button .form-field-wrapper div.mud-input-slot.mud-input-root-outlined {
        padding: 2px 8px !important;
    }

    .table-with-button .mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:first-child {
        padding-inline-start: 15px !important;
        padding-left: 15px !important;
    }

    .table-with-button .mud-table-body .mud-table-row td:nth-child(1) {
        padding-inline-start: 15px !important;
        padding-left: 15px !important;
    }

.excel-table-content {
    background: #fff !important;
}

.excel-table-content-footer {
    padding: 20px !important;
}

    .excel-table-content-footer .form-field-wrapper {
        margin-bottom: 20px !important;
    }


.comission-content-fields {
    display: flex;
    gap: 10px;
    align-items: center;
}


.excel-table .mud-success-text svg {
    fill: rgb(0 0 0);
    background: #fff;
    margin: 7px;
    border-radius: 100%;
    padding: 2px;
    min-height: 15px;
    min-width: 15px;
}

.border-top-spacing td {
    border-top: 3.5px solid #dee2e6 !important;
}

.excel-table-level tr td.column-header.column-header-dark-right:nth-child(1) {
    background: #E9EAF6 !important;
    text-align: right !important;
}

.textarea-container textarea {
    min-height: calc(100vh - 360px) !important;
    max-height: calc(100vh - 360px) !important;
}

/* Cover Photo Hover Preview Styles */
.cover-photo-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cover-photo-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: transform 0.2s ease;
    cursor: pointer;
}

    .cover-photo-thumbnail:hover {
        transform: scale(1.05);
        border-color: #1976d2;
    }

.cover-photo-preview {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    max-height: 400px;
}

.cover-photo-preview img {
        max-width: 100%;
        max-height: 400px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 4px;
}

.cover-photo-container:hover .cover-photo-preview {
    opacity: 1;
    visibility: visible;
}

.cover-photo-preview::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
    margin-top: -2px;
}

/* Image Preview Dialog Styles */
.image-preview-dialog-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 400px;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    cursor: default;
    user-select: none;
    touch-action: none;
}

    .image-preview-dialog-content.dragging {
        cursor: grabbing !important;
    }

.image-zoom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.image-preview-full {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.image-preview-dialog-content .mud-dialog-content {
    padding: 0 !important;
}


.w-100 {
    width: 100%;
}


/* Match Excel header row styling - wrapper */
.excel-table td .mud-expansion-panels,
.excel-table td .mud-expansion-panels .mud-expansion-panel {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Match Excel header row styling - use more specific selector */
.excel-table td .excel-expansion-header .mud-expansion-panel-header,
.excel-expansion-header .mud-expansion-panel-header {
    background: #E9EAF6 !important;
    background-color: #E9EAF6 !important;
    text-align: center !important;
    padding: 0px !important;
    border: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1.5px solid #f7f6fb !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* Override hover and focus states */
.excel-table td .excel-expansion-header .mud-expansion-panel-header:hover,
.excel-table td .excel-expansion-header .mud-expansion-panel-header:focus,
.excel-table td .excel-expansion-header .mud-expansion-panel-header:active,
.excel-expansion-header .mud-expansion-panel-header:hover,
.excel-expansion-header .mud-expansion-panel-header:focus,
.excel-expansion-header .mud-expansion-panel-header:active {
    background: #E9EAF6 !important;
    background-color: #E9EAF6 !important;
    box-shadow: none !important;
}

/* Match italic style you had in <i> */
.excel-table td .excel-expansion-header .mud-expansion-panel-header-title,
.excel-expansion-header .mud-expansion-panel-header-title {
    font-style: italic !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.5rem !important;
    color: inherit;
    text-align: center !important;
    width: 100%;
}

/* Ensure full-width clickable header */
.excel-table td .excel-expansion-header .mud-expansion-panel-header-content,
.excel-expansion-header .mud-expansion-panel-header-content {
    width: 100% !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Center the title text */
.excel-table td .excel-expansion-header .mud-expansion-panel-header-content .mud-expansion-panel-header-title,
.excel-expansion-header .mud-expansion-panel-header-content .mud-expansion-panel-header-title {
    flex: 1;
    text-align: center !important;
}

/* Match the panel itself */
.excel-table td .excel-expansion-header.mud-expansion-panel,
.excel-expansion-header.mud-expansion-panel {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Panel content area */
.excel-table td .excel-expansion-header .mud-expansion-panel-content,
.excel-expansion-header .mud-expansion-panel-content {
    padding: 0 !important;
    border: none !important;
}

/* Optional: keep expand icon aligned nicely */
.excel-table td .excel-expansion-header .mud-expand-panel-icon,
.excel-expansion-header .mud-expand-panel-icon {
    position: absolute;
    right: 16px;
}
