@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --font-family-sans-serif: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --color-surface: #F8FAFC;
    --color-primary: #CEBFFA;
    --color-primary-80: rgba(206, 191, 250, 0.8);
    --color-nav-text: #1f2937;
    --color-nav-text-muted: #475569;
}

html,
body {
    font-family: var(--font-family-sans-serif);
}

body,
button,
input,
select,
textarea,
.mud-typography,
.mud-button,
.mud-link,
.mud-list,
.mud-list-item,
.sidebar,
.sidebar * {
    font-family: var(--font-family-sans-serif) !important;
}

.fa,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular {
    font-weight: 400 !important;
}

.fa-light,
.fa-thin {
    font-weight: 300 !important;
}

.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.appbar-brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.appbar-brand__logo {
    height: 32px;
    width: auto;
}

.appbar-brand__text {
    font-family: var(--font-family-sans-serif);
    font-weight: 600;
    font-size: 1.8rem;
    color: var(--color-nav-text);
}

.sidebar .nav-item i {
    margin-right: 0.65rem;
    width: 1.5rem;
    text-align: center;
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: black;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

.main-yah .top-row {
    background-color: #2d2141 !important;
}

.main .top-row > a,
.main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar,
.sidebar-yah {
    background-color: var(--color-surface);
    background-image: none;
}

    .sidebar .top-row,
    .sidebar-yah .top-row {
        background-color: var(--color-surface);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
        color: var(--color-nav-text);
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
        color: var(--color-nav-text-muted);
    }

    .sidebar .nav-item,
    .sidebar-yah .nav-item {
        font-size: 0.95rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type,
        .sidebar-yah .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type,
        .sidebar-yah .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a,
        .sidebar-yah .nav-item a {
            color: var(--color-nav-text-muted);
            border-radius: 12px;
            height: 3rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            line-height: 3rem;
            font-weight: 500;
            transition: background-color 0.2s ease, color 0.2s ease;
            padding-left: 0.85rem;
        }

            .sidebar .nav-item a .nav-text,
            .sidebar-yah .nav-item a .nav-text {
                flex: 1;
                white-space: nowrap;
            }

.mud-table-cell .mud-checkbox > .mud-icon-button {
    color: var(--mud-palette-primary) !important;
}

.move-left-button {
    padding-left: 0px !important;
}


.mud-table-dense * .mud-table-row .mud-table-cell {
    padding-left: 16px !important;
    padding-right: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.sidebar .nav-item a .nav-badge,
.sidebar-yah .nav-item a .nav-badge {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fb923c;
    color: #fff;
    border-radius: 8px;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.sidebar .nav-item a.active,
.sidebar-yah .nav-item a.active {
    background-color: var(--color-primary-80);
    color: var(--color-nav-text);
}

.sidebar .nav-item a:hover,
.sidebar-yah .nav-item a:hover {
    background-color: var(--color-primary-80);
    color: var(--color-nav-text);
}

/*.sidebar--collapsed .nav-item {
    justify-content: center;
}

    .sidebar--collapsed .nav-item a {
        justify-content: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        position: relative;
    }*/

        .sidebar--collapsed .nav-item a .nav-text {
            display: none;
        }

    .sidebar--collapsed .nav-item a .nav-badge {
        min-width: 1.2rem;
        height: 1.2rem;
        padding: 0;
        position: absolute;
        margin-left: 13px;
        margin-bottom: 25px;
    }

    .sidebar--collapsed tutorialvideoicon {
        display: none;
    }

    .filters-overlay {
        position: fixed;
        inset: 0;
        background-color: rgba(15, 23, 42, 0.45);
        backdrop-filter: none;
        z-index: 1200;
        padding: 4vh 1rem;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        animation: none !important;
    }

    .filters-panel {
        width: min(1100px, 100%);
        background-color: rgba(248, 250, 252, 0.95);
        border-radius: 24px;
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
        padding: 2rem;
        max-height: calc(100vh - 8vh);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-left: auto;
    }

    .processing-overlay {
        position: fixed;
        inset: 0;
        background-color: rgba(15, 23, 42, 0.35);
        backdrop-filter: blur(6px);
        z-index: 1400;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: all;
    }

    .processing-overlay__content {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        padding: 1.5rem 2rem;
        box-shadow: 0 16px 48px rgba(15, 23, 42, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        color: #111827;
        text-align: center;
    }

    .processing-overlay__text {
        font-weight: 600;
        font-size: 1rem;
    }

    .filters-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .filters-body {
        max-height: 60vh;
        padding-right: 0.5rem;
    }

    .filters-actions {
        display: flex;
        justify-content: flex-end;
    }

    .filter-chip-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .active-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .active-filters__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        flex: 1 1 auto;
    }

    .active-filters__item {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .active-filters__label {
        font-size: 0.9rem;
        font-weight: 600;
        color: #000;
        white-space: nowrap;
    }

    .active-filters__clear {
        margin-left: auto;
        background: transparent;
        border: none;
        color: #dc2626;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        padding: 0;
        align-self: center;
    }

        .active-filters__clear:hover,
        .active-filters__clear:focus {
            text-decoration: underline;
        }

        .active-filters__clear:focus-visible {
            outline: none;
            box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.35);
            border-radius: 4px;
        }

    .filter-chip {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.2rem 0.75rem;
        border-radius: 999px;
        border: 1px solid var(--color-primary);
        background-color: rgba(206, 191, 250, 0.2);
        color: var(--color-nav-text);
        font-size: 0.85rem;
    }

    .filter-chip__close {
        background: transparent;
        border: none;
        color: inherit;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        font-size: 0.9rem;
    }

        .filter-chip__close:focus-visible {
            outline: none;
            box-shadow: 0 0 0 2px rgba(206, 191, 250, 0.4);
            border-radius: 999px;
        }

    .filter-label {
        display: block;

        font-weight: 600;
        color: var(--color-nav-text-muted);
        margin-bottom: 0.35rem;
        margin-top: 10px;
    }

.filter-label-godirect .mud-input-label {
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    color: var(--color-nav-text-muted) !important;
    margin-top: 2px !important;
}


.mud-select.mud-autocomplete .mud-select-input {
    margin-top : 13px!important;
}


.filter-chip--inline {
    width: 100%;
    justify-content: space-between;
    padding: 0.35rem 1rem;
}

    .filters-dialog__footer {
        border-radius: 16px;
        background-color: rgba(206, 191, 250, 0.2);
        padding: 1rem 1.5rem;
        font-weight: 500;
        color: var(--color-nav-text);
    }

        .filters-dialog__footer strong {
            color: var(--color-nav-text);
        }

    .content {
        padding-top: 1.1rem;
    }

    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }

    @media (max-width: 767.98px) {
        .main .top-row:not(.auth) {
            display: none;
        }

        .main .top-row.auth {
            justify-content: space-between;
        }

        .main .top-row a,
        .main .top-row .btn-link {
            margin-left: 0;
        }
    }

    @media (min-width: 768px) {
        .app {
            flex-direction: row;
        }
        /*    .page {
        flex-direction: row;
    }*/

        app {
            flex-direction: row;
        }
        /*
    page {
        flex-direction: row;
    }*/

        .sidebar {
            width: 56px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .main .top-row {
            position: sticky;
            top: 0;
        }

        .main > div {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }

        .navbar-toggler {
            display: none;
        }

        .sidebar .collapse {
            /* Never collapse the sidebar for wide screens */
            display: block;
        }

        #container {
            margin-top: 80px;
        }

            #container .row {
                display: flex;
            }

                #container .row .col-sm {
                    width: 20%
                }

        .spin-row {
            position: relative;
            height: 50px;
            width: 50px;
        }

        .spin-row-bg {
            background-color: #F5F5F5;
        }

        #container .row {
            margin-right: 0px;
            margin-left: 0px;
        }

        .e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
            fill: #000;
            stroke: #000;
        }

        .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
            stroke: #007bff;
        }


        @media only screen and (max-width: 1025px) {
            #container .row {
                margin-left: 275px;
                display: block;
            }
        }
    }

    .mud_spin_hidden {
        display: "none";
    }

    .mud_spin_visible {
        display: "block";
    }

    .filter_customerBroker {
        width: 100%;
        border: none;
        border-bottom: dotted;
        border-bottom-width: 1px;
        padding-top: 5px;
    }

        .filter_customerBroker:focus:not(.focus-visible) {
            outline: none;
        }


    .font_awesome_table_checks {
        font-size: x-large;
        font-weight: 400 !important;
        text-align: center;
    }

        .font_awesome_table_checks.success {
            color: green;
        }

        .font_awesome_table_checks.fail {
            color: red;
        }

    .chart_dashboard {
        padding: 3em;
    }



    #buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        #buttons button {
            font-size: 1rem;
            padding: 1rem;
            width: calc(50% - 0.25rem);
        }


    .record {
        background: #0088cc;
        text-align: center;
        color: white;
    }

        .record:hover,
        .record:focus {
            box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 1);
            background: #0ae;
        }

        .record:active {
            box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
            transform: translateY(2px);
        }

    .recording {
        background: red;
        text-align: center;
        color: white;
    }

    .stop {
        font-size: 1rem;
        background: #0088cc;
        text-align: center;
        color: white;
        border: none;
        transition: all 0.2s;
        padding: 0.5rem;
    }

        .stop:hover,
        .stop:focus {
            box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 1);
            background: #0ae;
        }

        .stop:active {
            box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
            transform: translateY(2px);
        }

    .blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }

    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }

    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }

    .drag-drop-zone {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .4s;
        min-height: 78px;
    }

    .drag-drop-input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }

    .drag-enter {
        box-shadow: var(--mud-elevation-10);
    }

    .drag-file-hover {
        border-style: dashed;
        border-color: #FFEB3B;
        border-width: 3px;
    }

    .drag-hide {
        display: "none";
    }

    .chat-thread {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .chat-load-sentinel {
        display: flex;
        justify-content: center;
        padding: 0.5rem 0;
        min-height: 2rem;
    }

    .chat-message {
        width: 60%;
        max-width: 60%;
        border-radius: 12px;
    }


    .chat-paper-width {
        width: 60%;
        max-width: 60%;
        border-radius: 12px;
    }

    @media (max-width: 1260px) {
        .chat-paper-width {
            width: 70%;
            max-width: 70%;
        }
    }

    @media (max-width: 1120px) {
        .chat-paper-width {
            width: 80%;
            max-width: 80%;
        }
    }

    @media (max-width: 980px) {
        .chat-paper-width {
            width: 90%;
            max-width: 90%;
        }
    }

    @media (max-width: 840px) {
        .chat-paper-width {
            width: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {
        .chat-paper-width {
            width: 100%;
            max-width: 100%;
        }
    }

    .chat_broker {
        align-self: flex-start;
        background-color: var(--mud-palette-primary) !important;
        color: #333 !important;
        border: none !important;
    }

    .chat_broker_yah {
        align-self: flex-start;
        background-color: var(--mud-palette-primary) !important;
        color: #333 !important;
    }

    .chat_client {
        align-self: flex-end;
        background-color: #fff !important;
        border: 1px solid var(--mud-palette-primary) !important;
        color: inherit;
    }

    .chat-video-panel {
        border: 1px solid var(--mud-palette-primary);
        padding: 0.5rem;
        border-radius: 12px;
        background-color: #fafafa;
        width:400px;
    }

    .video_thumb {
        width: 150px;
        aspect-ratio: 16 / 9;
        height: auto;
        display: block;
        border: 2px solid #fff;
        border-radius: 12px;
        margin: 0.5em auto 0;
        overflow: hidden;
        position: relative;
    }

        .video_thumb .img,
        .video_thumb .img-thumbnail {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            object-fit: contain;
        }

    .video_play {
        width: 150px;
        aspect-ratio: 16 / 9;
        height: auto;
        display: block;
        border: 2px solid #fff;
        border-radius: 12px;
        margin: 0.5em auto 0;
        overflow: hidden;
        position: relative;
    }


    .play-button {
        position: absolute;
        bottom: 2px;
        left: 2px;
        width: 30px;
        height: 30px;
        display: block;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 0;
        margin: 0 auto;
        user-select: none;
        background-color: rgba(0, 0, 0, 0.6);
        transition: background-color 0.5s ease;
        cursor: pointer;
    }

    .play-button-no-header {
        bottom: -2px;
        left: -2px;
    }

    .send_position {
        top: -58px;
        left: calc(0% + 156px);
    }

    .vet_position {
        top: -170px;
        left: calc(0% + 10px);
    }


    .play-button:after {
        position: absolute;
        top: calc(100% - 21px);
        left: calc(0% + 8px);
        display: block;
        content: '';
        box-sizing: border-box;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 8px 0 8px 14px;
    }

    .play-button:hover {
        background-color: lightgrey;
    }

    .my_card_title {
        max-width: 180px;
        font-size: small;
        margin: 10px;
        height: 25px;
    }

    .my_card_body {
        width: 200px;
        height: 150px;
        overflow: hidden;
    }

    .my_card_body_date {
        width: 200px;
        height: 150px;
    }

    .my_send_date_chooser {
        font-size: 14px;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .close {
        position: absolute;
        right: calc(0% + 13px);
        top: 104px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
        z-index: 3;
    }

        .close:hover {
            opacity: 1;
        }

        .close:before,
        .close:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 33px;
            width: 5px;
            background-color: red;
            z-index: 4;
        }

        .close:before {
            transform: rotate(45deg);
        }

        .close:after {
            transform: rotate(-45deg);
        }

    .close_no_header {
        right: calc(0% + 12px);
        top: 57px;
    }

    .card {
        background-color: #FAFAFA;
    }

    .none_block {
        width: 150px;
        aspect-ratio: 16 / 9;
        background-color: black;
        height: auto;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .none_block_date {
        margin-bottom: 28px !important;
    }

    .video_card-body {
        padding: 0rem;
    }


    .video_table_col_width_parent {
        width: 190px !important;
    }

    .video_table_col_width {
        width: 170px !important;
    }

    .video_play_size {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .video_checkbox_tick {
        margin-top: 4px;
    }

    .video_checkbox_label {
        margin-left: 5px;
    }

    .video_send_date {
        margin-right: 15px;
    }




    #components-reconnect-modal {
        display: flex !important;
        opacity: 1 !important;
        background-color: rgb(255 255 255 / 80%) !important;
    }

        #components-reconnect-modal::before {
            content: '';
            width: 300px;
            height: 65px;
            background: #fff3cd;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
        }

        #components-reconnect-modal h5 {
            margin-top: 50px !important;
            padding: .75rem 1.25rem;
            width: 300px;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1050;
            color: #856404;
            background-color: #fff3cd;
            box-shadow: 0px 10px 10px 0px hsl(0deg 0% 0% / 20%);
        }

        #components-reconnect-modal div {
            border-color: rgb(133 100 4) rgb(212 188 118) rgb(230 218 178) !important;
            margin: auto;
            z-index: 1050;
        }

        #components-reconnect-modal h5 a {
            color: #092464 !important;
        }

    tr.recent {
        color: green;
        font-weight: bold;
    }

    tr.expired {
        color: red;
    }

    .time_component {
        width: 30%;
    }

    .customer-sort-menu__trigger {
        min-width: 0;
        padding: 0;
    }

    .customer-sort-menu__popover {
        padding: 0;
    }

    .customer-sort-menu__item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        min-width: 180px;
        font-size: 0.9rem;
    }

        .customer-sort-menu__item .mud-menu-item-icon {
            margin-right: 0;
        }

    .customer-sort-menu__item--active {
        font-weight: 600;
    }

    .customer-list__header {
        display: grid !important;
        grid-template-columns: 1fr minmax(360px, 520px) 1fr;
        align-items: center;
        gap: 1.5rem;
    }

        .customer-list__header .page-title {
            justify-self: start;
        }

    .customer-list__actions {
        flex: 1 1 auto;
        justify-content: flex-end;
        justify-self: end;
    }

    .customer-list__action-buttons {
        gap: 0.5rem;
        justify-self: center;
        width: 100%;
        max-width: 520px;
    }

    .customer-list__search {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 0.85rem;
        background-color: #ffffff;
        border: 1px solid #d1d5db;
        border-radius: 9999px;
        flex: 1 0 clamp(260px, 30%, 420px);
        max-width: 420px;
        min-width: 360px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .customer-list__search:focus-within {
            border-color: var(--color-primary);
            box-shadow: 0 0 0 4px rgba(206, 191, 250, 0.25);
        }

        .customer-list__search i {
            color: var(--color-primary);
            font-size: 1rem;
        }

    .customer-list__search-input {
        border: none;
        background: transparent;
        width: 100%;
        font-size: 0.95rem;
        color: #0f172a;
    }

        .customer-list__search-input:focus {
            outline: none;
        }

        .customer-list__search-input::placeholder {
            color: #94a3b8;
        }

    .customer-list__avatar {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 0.9rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    .customer-list__avatar-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .customer-list__avatar-wrapper {
        display: flex;
        align-items: center;
    }

    .customer-list__name-cell {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .customer-list__name-details {
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
    }

    .customer-list__verified-cell {
        text-align: left;
        color: green !important;
        font-size: large !important;
    }

    .customer-list__table {
        --customer-list-checkbox-size: 20px;
    }

        .customer-list__table th,
        .customer-list__table td {
            padding: 0.75rem 1rem;
        }

        .customer-list__table .mud-table-checkbox {
            display: flex;
            align-items: center;
            width: 54px;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

            .customer-list__table .mud-table-checkbox label.mud-checkbox-root {
                width: var(--customer-list-checkbox-size);
                height: var(--customer-list-checkbox-size);
                border: 1px solid #d0d5dd;
                border-radius: 8px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
                padding: 0;
                color: #0f172a;
            }

                .customer-list__table .mud-table-checkbox label.mud-checkbox-root.mud-checked {
                    border-color: var(--mud-palette-primary);
                    background-color: var(--mud-palette-primary);
                    color: #fff;
                }

                .customer-list__table .mud-table-checkbox label.mud-checkbox-root .mud-svg-icon {
                    color: inherit;
                    fill: currentColor;
                    stroke: currentColor;
                }

                .customer-list__table .mud-table-checkbox label.mud-checkbox-root .mud-checkbox,
                .customer-list__table .mud-table-checkbox .mud-checkbox {
                    margin: 0;
                }

    .customer-list__action-button {
        min-width: 0;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background-color: #f1f5f9;
        color: #475569;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

        .customer-list__action-button:hover,
        .customer-list__action-button:focus {
            background-color: #e2e8f0;
            color: var(--mud-palette-primary);
            box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.05);
        }

    @media (max-width: 992px) {
        .customer-list__header {
            grid-template-columns: 1fr;
            justify-items: stretch;
        }

            .customer-list__header .page-title {
                justify-self: start;
            }

        .customer-list__action-buttons {
            justify-self: stretch;
            max-width: none;
        }

        .customer-list__actions {
            justify-self: stretch;
            justify-content: flex-start;
        }
    }

    .customer-empty-state {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 1rem;
        background-color: #f1f5f9;
        border-radius: 20px;
        padding: 3rem 1rem;
        min-height: 360px;
    }

    .customer-empty-state__circle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 20%;
        max-width: 180px;
        min-width: 120px;
        aspect-ratio: 1 / 1;
        background-color: rgba(206, 191, 250, 0.6);
        border-radius: 9999px;
        color: var(--color-primary);
        font-size: 1.75rem;
    }

    .customer-empty-state__title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 0;
    }

    .customer-empty-state__subtitle {
        color: #475569;
        max-width: 420px;
        margin-bottom: 0.75rem;
    }

    .customer-empty-state__clear {
        border: 1px solid var(--color-primary);
        background-color: #f1f5f9;
        color: var(--color-primary);
        border-radius: 9999px;
        padding: 0.5rem 1.5rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

        .customer-empty-state__clear:hover,
        .customer-empty-state__clear:focus {
            background-color: rgba(206, 191, 250, 0.2);
            border-color: var(--color-primary);
            outline: none;
        }

    @media (max-width: 991.98px) {
        .customer-list__actions {
            width: 100%;
        }

        .customer-list__search {
            flex: 1 1 100%;
            max-width: 100%;
        }
    }

    .planner_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 10px;
        padding: auto;
    }

    .planner_grid_item {
        padding: auto;
        align-self: end;
        justify-self: stretch;
    }

.mud-typography-body2 {
    font-size: medium!important;
}
