﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');




body {
    margin: 0;
    font-family: Maven Pro !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #F5F5F5 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /*user-select: auto !important;*/
}




.mud-typography-body1 {
    font-size: var(--mud-typography-body1-size);
    font-family: Maven Pro !important;
    line-height: var(--mud-typography-body1-lineheight);
    letter-spacing: var(--mud-typography-body1-letterspacing);
    text-transform: var(--mud-typography-body1-text-transform);
}

.mud-typography-subtitle2 {
    font-size: var(--mud-typography-subtitle2-size);
    font-family: Maven Pro !important;
    font-weight: var(--mud-typography-subtitle2-weight);
    line-height: var(--mud-typography-subtitle2-lineheight);
    letter-spacing: var(--mud-typography-subtitle2-letterspacing);
    text-transform: var(--mud-typography-subtitle2-text-transform);
}

.mud-typography-subtitle1 {
    font-size: var(--mud-typography-subtitle1-size);
    font-family: Maven Pro !important;
    font-weight: var(--mud-typography-subtitle1-weight);
    line-height: var(--mud-typography-subtitle1-lineheight);
    letter-spacing: var(--mud-typography-subtitle1-letterspacing);
    text-transform: var(--mud-typography-subtitle1-text-transform);
}

.mud-input-label-outlined {
    transform: translate(14px, 20px) scale(1);
    max-width: calc(100% - 14px);
    pointer-events: none;
    background-color: #F5F5F5 !important;
    padding: 0px 5px !important;
}

.mud-typography-body2 {
    font-size: var(--mud-typography-body2-size);
    font-family: Maven Pro !important;
    font-weight: var(--mud-typography-body2-weight);
    line-height: var(--mud-typography-body2-lineheight);
    letter-spacing: var(--mud-typography-body2-letterspacing);
    text-transform: var(--mud-typography-body2-text-transform);
}

.mud-typography-h6 {
    font-size: var(--mud-typography-h6-size);
    font-family: Maven Pro !important;
    font-weight: var(--mud-typography-h6-weight);
    line-height: var(--mud-typography-h6-lineheight);
    letter-spacing: var(--mud-typography-h6-letterspacing);
    text-transform: var(--mud-typography-h6-text-transform);
}

.mud-typography-caption {
    font-size: var(--mud-typography-caption-size);
    font-family: Maven Pro !important;
    font-weight: var(--mud-typography-caption-weight);
    line-height: var(--mud-typography-caption-lineheight);
    letter-spacing: var(--mud-typography-caption-letterspacing);
    text-transform: var(--mud-typography-caption-text-transform);
}

.mud-typography-input {
    font-size: var(--mud-typography-input-size);
    font-family: Maven Pro !important;
    font-weight: var(--mud-typography-input-weight);
    line-height: 1.3 !important;
    letter-spacing: var(--mud-typography-input-letterspacing);
    text-transform: var(--mud-typography-input-text-transform);
}

body, html {
    min-height: 100vh; /* Ensure at least one viewport height is available */
    margin: 0;
    display: flex;
    flex-direction: column;
}

.mud-dialog {
    display: flex;
    z-index: calc(var(--mud-zindex-dialog) + 2);
    flex-direction: column;
    color: grey !important;
    background-color: #F5F5F5 !important;
    border-radius: var(--mud-default-borderradius);
    -webkit-animation: mud-open-dialog-center .1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: mud-open-dialog-center .1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,.2),0px 24px 38px 3px rgba(0,0,0,.14),0px 9px 46px 8px rgba(0,0,0,.12);
    max-height: calc(100vh - var(--mud-appbar-height));
    overflow-y: auto;
}

.mud-primary-hover {
    background-color: rgb(0 0 0 / 8%) !important;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 10.5px 14px;
}

.mud-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

mud-main-content {
    flex-grow: 1;
}

.footer {
    background-color: #f5f5f5; /* Light grey background */
    text-align: center;
    padding: 20px;
}



@media (max-width: 768px) {
    .banner-logo {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .banner-logo {
        width: 100px;
    }
}

html, body * {
    scrollbar-color: auto !important;
    scrollbar-width: auto !important;
}


body {
    overflow-y: scroll !important; /* Keeps vertical scrolling functional without showing the scrollbar */
    scrollbar-width: auto !important; /* Hides scrollbar for Firefox */
    -ms-overflow-style: none !important; /* Hides scrollbar for Internet Explorer and Edge */
}


::-webkit-scrollbar {
    width: 3.5px !important;
    height: 4px !important;
}


    ::-webkit-scrollbar:hover {
        background: #ccc;
    }

::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 18px;
}

h1:focus {
    outline: none;
}


a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #00A51D;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #00A51D;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



.mud-badge.mud-badge-top.left.mud-badge-overlap {
    inset: auto calc(100% - 40px) calc(100% - 12px) auto;
}

/* Custom Styles*/
.mud-input-control.mud-input-control-margin-dense {
    margin-top: 8px;
}

.mud-input.mud-input-outlined {
    position: relative;
    border-width: 0;
    border-radius: 6px;
}

.mud-input {
    position: relative;
    color: var(--mud-palette-text-primary);
    cursor: text;
    display: inline-flex;
    font-size: 1rem;
    box-sizing: border-box;
    font-weight: 100;
}

.mud-input-control {
    border: 0;
    margin: 0;
    padding: 4px;
    display: flex;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    flex-direction: column;
    vertical-align: top;
    margin-top: 6px;
}

    .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
        color: grey;
        padding: 0;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .00938em;
        z-index: 0;
        pointer-events: none;
    }


.mud-table {
    color: var(--mud-palette-text-primary);
    background-color: #FAFAFA;
    border-radius: 4px;
    transition: box-shadow 300ms cubic-bezier(.4,0,.2,1) 0ms;
}

.mud-table-cell {
    display: table-cell;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.43;
    border-bottom: 1px solid var(--mud-palette-table-lines);
    letter-spacing: .01071em;
    vertical-align: inherit;
}

.pa-4 {
    padding: 10px !important;
}

.pa-6 {
    padding: 6px !important;
}

.ma-8 {
    margin: 8px !important;
}



.mud-list-item {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: start;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 5px;
    justify-content: flex-start;
    text-decoration: none;
}

.mud-table-root .mud-table-head {
    display: table-header-group;
    background: #059118 !important;
}

@media (max-width: 576px) {
    .login-card {
        width: 100%;
    }

        .login-card .mud-card-content {
            top: 25px;
        }

        .login-card .mud-text-field {
            top: 25px;
        }

    .loginimage {
        position: relative;
        right: 10px !important;
        top: 10px;
        height: 70% !important;
        max-width: 120% !important;
    }

    .income {
        font-size: 10px !important;
    }

    .pendingevents {
        margin-left: -20px !important;
    }

    .dashboardcarosuel {
        top: 5px;
    }
}

.disabledcomponent {
    cursor: auto;
}

.mud-button {
    padding: 6px 16px;
    font-family: Maven Pro !important;
    font-size: var(--mud-typography-button-size);
    font-weight: var(--mud-typography-button-weight);
    line-height: var(--mud-typography-button-lineheight);
    letter-spacing: var(--mud-typography-button-letterspacing);
    text-transform: none;
    min-width: 64px;
    border-radius: 8px !important;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;
    color: var(--mud-palette-text-primary);
}

.mud-appbar {
    width: 100%;
    display: flex;
    z-index: var(--mud-zindex-appbar);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    background: #50A852;
    flex-direction: column;
    color: var(--mud-palette-appbar-text);
    transition: margin 225ms cubic-bezier(0,0,.2,1) 0ms,width 225ms cubic-bezier(0,0,.2,1) 0ms;
}


.popupvalue {
    color: #4182fe;
}

.mud-button-label {
    width: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
}

.mud-chart.mud-chart-legend-bottom .mud-chart-legend {
    margin-top: 10px;
    display: none;
    justify-content: center;
    width: 100%;
}

.pa-10 {
    padding: 20px !important;
}

.mud-table-root .mud-table-body .mud-table-cell {
    color: #212529;
}

.mud-list.custom-scrollbar {
    height: 200px;
    overflow-y: scroll;
}

    .mud-list.custom-scrollbar::-webkit-scrollbar {
        width: 2px !important;
    }

    .mud-list.custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
    }

.mud-list-item-icon {
    color: #50a852;
    display: inline-flex;
    min-width: 35px;
    flex-shrink: 0;
}

.mud-divider {
    margin: 0;
    flex-shrink: 0;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid none none none;
}


.mud-list-item.mud-list-item-disabled {
    background: #cdcdcd6e;
    cursor: default !important;
    border-bottom: 1px solid #b9b9b9b3;
    pointer-events: none !important;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: start;
    pointer-events: none;
    border-radius: 6px;
    border-color: #D3D3D3;
    border-width: 1px;
    border-style: solid;
    transition: border-width,border-color 200ms cubic-bezier(.4,0,.2,1) 0ms;
}

.mud-avatar > .mud-image {
    color: transparent;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    text-align: center;
    text-indent: 10000px;
}

.mud-fab-primary {
    color: var(--mud-palette-primary-text);
    background-color: #00A51D;
}

.mud-progress-circular.mud-progress-medium {
    height: 30px;
    width: 30px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f3f9f5 inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
}


.mud-input > input.mud-input-root-outlined.mud-input-root:-webkit-autofill label.mud-input-label {
    transform: translate(14px,-6px) scale(.75) !important;
    transform-origin: top left !important;
    line-height: 14px !important;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms, transform 200ms cubic-bezier(0,0,.2,1) 0ms !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
}

.mud-button-filled.mud-button-filled-primary {
    color: #fff !important;
    background-color: #00A51D !important;
}

    .mud-button-filled.mud-button-filled-primary:hover, .mud-button-filled.mud-button-filled-primary:focus-visible {
        background-color: #70D481 !important;
    }

.mud-button-filled.mud-button-filled-secondary {
    color: #fff !important;
    background: #70D481 !important;
}

    .mud-button-filled.mud-button-filled-secondary:hover, .mud-button-filled.mud-button-filled-secondary:focus-visible {
        background-color: #00A51D !important;
    }

.mud-secondary-text {
    color: #70D481 !important;
}

.mud-primary-text {
    color: #00A51D !important;
}

.mud-button-outlined.mud-button-outlined-primary {
    color: #00A51D;
    border: 1px solid #00A51D;
}

    .mud-button-outlined.mud-button-outlined-primary:hover, .mud-button-outlined.mud-button-outlined-primary:focus-visible {
        border: 1px solid #70D481 !important;
        background-color: #70D481 !important;
        color: #fff !important;
    }

.mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-width: 2px;
    border-color: #70D481 !important;
}


.mud-button-text.mud-button-text-primary {
    color: #00A51D;
}

.mud-avatar-filled.mud-avatar-filled-primary {
    background-color: #70D481;
}

.mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #70D481;
}

.mud-table-root .mud-table-head .mud-table-cell {
    color: white;
    font-weight: 500;
    line-height: 1.5rem;
    white-space: nowrap;
}

.mud-button-filled.mud-button-filled-success {
    color: var(--mud-palette-success-text);
    background-color: #50A852;
}

.mud-theme-primary {
    color: #FFFFFF !important;
    background-color: #50A852 !important;
}

.mud-range-selection-primary:hover {
    color: #FFFFFF !important;
    background-color: #50A852 !important;
}


.mud-input.mud-input-underline:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    border-bottom: 2px solid #50a852;
    pointer-events: none;
}

.me-auto {
    font-size: 10px;
}

.mud-snackbar mud-alert-filled-success {
    opacity: 0 !important;
    animation: 500ms linear snackbar-bf79011a-2d23-497b-a6d2-a62a63c9fa86 !important;
}

.mud-fab-primary:hover, .mud-fab-primary:focus-visible {
    background-color: #70D481 !important;
}

.mud-fab-primary {
    color: var(--mud-palette-secondary-text);
    background-color: #00A51D !important;
}

.scroll-locked {
    padding-right: 0px !important;
}

    .scroll-locked .mud-layout .mud-appbar {
        padding-right: 0px !important;
    }

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 7px 4px 6px 7px !important;
    padding-inline-start: 12px !important;
    padding-inline-end: 10px !important;
}

.mud-data-grid .mud-table-cell .column-header:hover .column-options .sort-direction-icon, .mud-data-grid .mud-table-cell .column-header:hover .column-options .column-options-icon, .mud-data-grid .mud-table-cell .column-header:hover .column-options .drag-icon-options {
    opacity: .8;
    color: #ffffff;
}

.mud-data-grid .mud-table-cell .column-header:hover .column-options .mud-menu .mud-icon-button-label {
    opacity: 1;
    color: #ffffff;
}


.addcoursebtn {
    position: absolute;
    top: 0px;
    right: 50px;
    border-radius: 18px;
    background: white;
    width: fit-content;
}

@media print {
    .page-break {
        page-break-before: always;
        margin: 0; /* Optional: Remove margins to prevent extra space */
    }
}

/*nav-menu Link*/
.mud-nav-link .mud-nav-link-text {
    width: 100%;
    text-align: start;
    margin-left: 12px;
    margin-inline-start: 16px;
    margin-inline-end: unset;
    letter-spacing: 0;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #00A51D !important;
    background-color: #E6E7E9 !important;
}

    .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-secondary-text {
        color: #00A51D !important;
        background-color: transparent !important;
    }

.mud-input-label-outlined {
    transform: translate(14px,20px) scale(1);
    pointer-events: none;
    padding: 0 5px !important;
}

.mud-drawer-mini .mud-nav-link {
    line-height: 1;
    display: flex;
    align-items: center;
}

.mud-nav-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
}

.mud-drawer--closed.mud-drawer-mini .mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link {
    padding: 8px 16px 8px 16px !important;
}

.mud-nav-link.active:not(.mud-nav-link-disabled) {
    font-weight: 500 !important;
    background-color: #E6E7E9 !important;
}

.mud-nav-link.active:not(.mud-nav-link-disabled) {
    font-weight: 500 !important;
    background-color: #00a51d26 !important;
    color: #00A51D !important;
    border-radius: 6px;
}

    .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-primary-text {
        font-weight: 500 !important;
        background-color: transparent !important;
        color: #00A51D !important;
    }

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #00A51D !important;
    background-color: #00a51d29 !important;
    border-radius: 6px;
}

.mud-nav-link {
    width: 100%;
    font-weight: 400;
    padding: 10px 14px 10px 14px;
    color: inherit;
    line-height: 1.75;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: inherit;
    background-color: transparent;
    transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms,padding 250ms cubic-bezier(.4,0,.2,1) 0ms;
    align-items: flex-start;
}

    .mud-nav-link:hover:not(.mud-nav-link-disabled) {
        cursor: pointer;
        text-decoration: none;
        color: #00A51D !important;
        background-color: #00a51d29 !important;
        border-radius: 8px;
    }

.mud-drawer-mini .mud-nav-link {
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.mud-nav-group {
    width: 100%;
    display: block;
    justify-content: flex-start;
}

.mud-nav-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.follow-inner {
    margin-top: 10px;
    margin-bottom: 10px;
}

.menunavbtn {
    margin-bottom: 10px;
}

.mud-progress-linear.horizontal.mud-progress-linear-large {
    height: 8px;
}

.mud-progress-linear.mud-progress-linear-rounded {
    border-radius: 18px;
}

    .mud-progress-linear.mud-progress-linear-rounded .mud-progress-linear-bars {
        border-radius: 18px;
    }

.mud-progress-linear.mud-progress-linear-color-success:not(.mud-progress-linear-buffer) .mud-progress-linear-bar {
    background-color: #FFFFFF;
}

.mud-progress-linear.mud-progress-linear-rounded .mud-progress-linear-bar {
    border-radius: 18px;
}

.mud-drawer-fixed.mud-drawer-mini.mud-drawer-clipped-docked.mud-drawer-md, .mud-drawer-fixed.mud-drawer-responsive.mud-drawer-clipped-docked.mud-drawer-md {
    top: 80px;
    height: calc(100% - var(--mud-appbar-height));
}

.mud-appbar .mud-toolbar-appbar {
    height: 5rem;
}


.mud-appbar .mud-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mud-appbar .mud-grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mud-appbar .mud-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive logo adjustment for smaller screens */
@media (max-width: 600px) {
    .logo {
        max-height: 40px; /* Adjust logo size for mobile */
    }
}

.mud-drawer-close-mini-md-left.mud-drawer-left-clipped-docked .mud-appbar {
    margin-left: 0px;
    width: calc(100%);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555 !important; /* Darker on hover */
}

.mud-avatar-filled {
    color: var(--mud-palette-white);
    background-color: #00a51d;
}

@media (max-width: 600px) {
    .add-item-btn {
        width: 100%; /* Make the button full width on small screens */
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        width: 56px;
    }

    to {
        width: 240px;
    }
}

@keyframes slideOut {
    from {
        width: 240px;
    }

    to {
        width: 56px;
    }
}

.drawer-open {
    animation: slideIn 0.3s ease-in-out forwards;
    animation-duration: 0.3s;
}

.drawer-close {
    animation: slideOut 0.3s ease-in-out forwards;
    animation-duration: 0.3s;
}



/* Hide the button on mobile screens */
.hide-on-mobile {
    display: none;
}

/* Show the button on larger screens */
@media (min-width: 600px) { /* Adjust this breakpoint as needed */
    .hide-on-mobile {
        display: inline-flex; /* or block if you prefer */
    }
}

/* Hide the icon button on larger screens */
.hide-on-desktop {
    display: inline-flex; /* Default to show on mobile */
}

/* Show the icon button on small screens */
@media (min-width: 600px) { /* Adjust this breakpoint as needed */
    .hide-on-desktop {
        display: none; /* Hide on larger screens */
    }
}

/*    .mud-dialog .mud-dialog-title .mud-button-close {
        top: 8px;
        right: 8px;
        position: absolute;
    }*/


.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #00a51d; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.loading-overlay_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff91;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center spinner vertically */
    align-items: center; /* Center horizontally */
    z-index: 9999;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center spinner vertically */
    align-items: center; /* Center horizontally */
    z-index: 9999;
}

/*.outline-none {
    outline-style: none;
}*/

.mud-badge {
    border-radius: 20px;
    font-size: 12px;
    height: 20px;
    letter-spacing: 0;
    min-width: 20px;
    padding: 6px 8px;
    pointer-events: auto;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: auto;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    white-space: nowrap;
}

.mud-icon-button:hover, .mud-icon-button:focus-visible {
    background-color: var(--mud-palette-action-default-hover) !important;
}

@keyframes rotate180 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

/* Close button animation on hover */
.mud-dialog .mud-dialog-title .mud-button-close {
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.2s ease-in-out; /* Smooth transition for transform and color */
}

    .mud-dialog .mud-dialog-title .mud-button-close:hover {
        color: #70d481; /* Change color on hover */
        transform: rotate(180deg);
    }


.mud-chip.mud-chip-size-medium {
    height: 32px;
    font-size: 14px;
    border-radius: 8px;
}

.downloadicn .mud-icon-button {
    padding: 6px;
}

.status-pending .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: orange !important;
}

.background-status-pending.mud-primary-hover {
    background-color: #ffa50026 !important
}


.status-appointment .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: blue !important;
}


.background-status-appointment.mud-primary-hover {
    background-color: #0d6efd1f !important
}


.status-followup .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    /*border-color: purple !important;*/
}

.background-status-followup.mud-primary-hover {
  /*  background-color: #800080 !important;
        text-color:#fff;*/
}


.status-booking .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: green !important;
}


.background-status-booking.mud-primary-hover {
    background-color: #0080001c !important
}


.status-cancelled .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: red !important;
}

.background-status-cancelled.mud-primary-hover {
    background-color: #ff00001c !important
}

.status-noresponse .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: deeppink !important;
}

.background-status-noresponse.mud-primary-hover {
    background-color: #ff14931f !important
}

.status-nostatus .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: black !important;
}

.background-status-nostatus.mud-primary-hover {
    background-color: #00000026 !important
}

.status-closed .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: grey !important;
}

.background-status-closed.mud-primary-hover {
    background-color: #8080801a !important
}

.background-status-pending .mud-input.mud-input-outlined {
    background: #ffa50026;
}

.background-status-appointment .mud-input.mud-input-outlined {
    background: #0000ff1a;
}

.background-status-followup .mud-input.mud-input-outlined {
    /* background: #8000801a*/;
    /*background: #ffbbff;*/
}

.background-status-booking .mud-input.mud-input-outlined {
    background: #00800036;
}

.background-status-cancelled .mud-input.mud-input-outlined {
    background: #ff00001a;
}

.background-status-noresponse .mud-input.mud-input-outlined {
    background: #ff14932b;
}

.background-status-nostatus .mud-input.mud-input-outlined {
    background: #0000003d;
}

.background-status-closed .mud-input.mud-input-outlined {
    background: #80808036;
}

.background-status-pending .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #ffa50026;
}

.background-status-appointment .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #0000ff1a;
}

.background-status-followup .mud-input.mud-input-outlined .mud-input-outlined-border {
    /*border-color: #80008040;*/
}

.background-status-booking .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #00800036;
}

.background-status-cancelled .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #ff000040;
}

.background-status-noresponse .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #ff14932b;
}

.background-status-nostatus .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #0000003d;
}

.background-status-closed .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #80808036;
}

.status-pending {
    color: orange;
}

.status-appointment {
    color: blue;
}

.status-followup {
    /*color: purple;*/
}

.status-booking {
    color: green;
}

.status-cancelled {
    color: red;
}

.status-noresponse {
    color: deeppink;
}

.status-nostatus {
    color: black;
}

.status-closed {
    color: grey;
}

.status-default {
    color: black;
}

.background-status-pending .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #ffa50026;
}

.background-status-appointment .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #0000ff1a;
}

.background-status-followup .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
   /* border-color: #80008040;*/
}

.background-status-booking .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #00800036;
}

.background-status-cancelled .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #ff000040;
}

.background-status-noresponse .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #ff14932b;
}

.background-status-nostatus .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #0000003d;
}

.background-status-closed .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #80808036;
}

.background-status-pending .mud-icon-default {
    color: orange;
}

.background-status-appointment .mud-icon-default {
    color: blue;
}

.background-status-followup .mud-icon-default {
    /*color: #ffbbff;*/
}

.background-status-booking .mud-icon-default {
    color: green;
}

.background-status-cancelled .mud-icon-default {
    color: red;
}

.background-status-noresponse .mud-icon-default {
    color: deeppink;
}

.background-status-nostatus .mud-icon-default {
    color: black;
}

.background-status-closed .mud-icon-default {
    color: grey;
}



.mud-button-close .mud-icon-size-medium {
    font-size: 16px;
}

.mud-button-close.mud-icon-button {
    padding: 12px;
}


.mud-button-text.mud-button-text-primary:hover, .mud-button-text.mud-button-text-primary:focus-visible {
    background-color: #70d481;
    color: white;
}

.mud-button-outlined.mud-button-outlined-secondary {
    color: #70d481;
    border: 1px solid #70d481;
}

    .mud-button-outlined.mud-button-outlined-secondary:hover, .mud-button-outlined.mud-button-outlined-secondary:focus-visible {
        border: 1px solid #70d481;
        background-color: #70d48147;
    }


.blazored-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid var(--mud-palette-lines-inputs) !important;
    border-radius: 10px !important;
}

.blazored-typeahead__input {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 7px 10px !important;
    border-radius: 10px !important;
}

.blazored-typeahead:focus-within {
    border-color: #70d481 !important;
    box-shadow: none !important;
}

.blazored-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid var(--mud-palette-lines-inputs) !important;
    border-radius: 10px !important;
}

.blazored-typeahead__results {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    border-radius: 6px !important;
    min-height: 2rem;
    max-height: 30rem;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: #f8f9fa !important;
}

.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #70d481;
    border-top: 1px solid #70d481;
    border-bottom: 1px solid #70d481;
    color: #fff;
    cursor: pointer;
}

.mud-tertiary-text {
    color: #70d481 !important;
    --mud-ripple-color: #00a51d !important;
}

.mud-dialog .mud-dialog-content {
    position: relative;
    flex: 1 1 auto;
    overflow: auto;
    padding: 0px 24px;
    margin: 8px 0px;
    -webkit-overflow-scrolling: touch;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
}

.mud-paper {
    color: #333333 !important;
    background-color: #fff !important;
    border-radius: var(--mud-default-borderradius);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #70d481;
}

.mud-fab-extended.mud-fab-size-small {
    width: auto;
    height: 34px;
    margin-top: 5px;
    margin-left: 0px;
    padding: 0 12px;
    min-width: 34px;
    border-radius: 8px;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: grey !important;
}

.mud-primary {
    background-color: #70d481 !important;
}

.mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link {
    padding-left: 36px;
    padding-inline-start: 30px;
    padding-inline-end: unset;
}

.hover\:mud-error-hover:hover {
    background-color: var(--mud-palette-error-hover) !important;
}

.mud-chip.mud-chip-size-small {
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    padding: 0 8px;
}

.loading-overlay_Custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.circle-container {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotating-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid transparent;
    border-top: 2px solid #00a51d;
    border-radius: 50%;
    animation: rotate 2s linear infinite;
}

.circle-container img {
    width: 80px;
    height: auto;
    z-index: 1;
    animation: zoom 1.5s ease-in-out infinite;
}

/* Keyframes for rotation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Keyframes for zooming */
@keyframes zoom {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }

    50% {
        transform: scale(1.2); /* Zoom in */
    }
}

/* CSS for clear icon on hover */

/* Ensure the clear icon is visible by default */
.mud-autocomplete .mud-input-control .mud-input-clear-button {
    visibility: hidden; /* Initially hidden */
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s ease-out;
}

/* On hover of the MudAutocomplete, make the clear icon visible */
.mud-autocomplete:hover .mud-input-control .mud-input-clear-button {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

/* Optional: Change the adornment icon to the clear icon when hovering over the entire component */
.mud-autocomplete .mud-input-control .mud-input-adornment-end {
    transition: transform 0.3s ease;
}

.mud-autocomplete:hover .mud-input-control .mud-input-adornment-end {
    transform: scale(1.1); /* Slightly increase the size of the clear icon */
}



/* Hide the default adornment end icon */
.mud-autocomplete:hover .mud-input-control .mud-input-adornment-end {
    display: none; /* Hides the default adornment icon */
}

/* Show the clear icon on hover */
.mud-autocomplete:hover .mud-input-control .mud-input-clear-button {
    display: block; /* Show the clear icon */
}

/* Optional: Apply additional styles to the clear icon for better visibility */
.mud-autocomplete .mud-input-control .mud-input-clear-button {
    display: none; /* Make the clear icon hidden by default */
    transition: opacity 0.3s ease-in-out;
}

/* On hover, make the clear icon visible */
.mud-autocomplete:hover .mud-input-control .mud-input-clear-button {
    display: block;
    opacity: 1;
}

    /* Optional: Make the clear icon larger on hover */
    .mud-autocomplete:hover .mud-input-control .mud-input-clear-button .mud-icon {
        transform: scale(1.2);
        transition: transform 0.3s ease;
    }





/* Hide the default adornment end icon */
.mud-select:hover .mud-input-control .mud-input-adornment-end {
    display: none; /* Hides the default adornment icon */
}

/* Show the clear icon on hover */
.mud-select:hover .mud-input-control .mud-input-clear-button {
    display: block; /* Show the clear icon */
}

/* Optional: Apply additional styles to the clear icon for better visibility */
.mud-select .mud-input-control .mud-input-clear-button {
    display: none; /* Make the clear icon hidden by default */
    transition: opacity 0.3s ease-in-out;
}

/* On hover, make the clear icon visible */
.mud-select:hover .mud-input-control .mud-input-clear-button {
    display: block;
    opacity: 1;
}

    /* Optional: Make the clear icon larger on hover */
    .mud-select:hover .mud-input-control .mud-input-clear-button .mud-icon {
        transform: scale(1.2);
        transition: transform 0.3s ease;
    }





@keyframes iconFadeInOut {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animated-icon {
    animation: iconFadeInOut 0.5s ease;
}


.mud-toolbar-gutters {
    padding-left: 16px !important;
    padding-right: 24px !important;
}


.icon-container {
    visibility: hidden;
}

.food-item:hover .icon-container {
    visibility: visible;
}

.icon-container {
    visibility: hidden;
}

.session-item:hover .icon-container {
    visibility: visible;
}

.mud-picker-calendar .mud-day:hover {
    background-color: #70D481 !important;
    color: white !important;
}


.has-cursor-grab {
    cursor: grab;
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fa;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    padding: 0.5rem 1rem;
}

    .breadcrumb-item a {
        text-decoration: none;
        color: #007bff;
    }

    .breadcrumb-item.active {
        color: #6c757d;
        pointer-events: none;
    }


.mud-data-grid .mud-table-cell.edit-mode-cell .mud-input {
    font-size: 1rem !important;
}

.mud-icon-button-size-small {
    padding: 6px !important;
    font-size: 1.125rem !important;
}
