:root {
    font-size: var(--rz-root-font-size);
    --rz-root-font-size: 16px;
    --rz-body-font-size: 1rem;
    --rz-body-line-height: 1.5;
    /*--rz-text-font-family: "Noto Sans", sans-serif;*/
    --rz-text-font-family: "Inter", sans-serif;
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-body-font-size);
    line-height: var(--rz-body-line-height);
    background-color: var(--rz-body-background-color);
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 87.5;
}

.page-bg {
    background-image: url('/img/app-backgrounds.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.link {
    text-decoration: none;
}
a, .link {
    color: var(--rz-link-color);
    cursor: pointer;
    text-decoration: none;
}
    a:hover,
    a:focus,
    .link:hover,
    .link:focus {
        color: var(--rz-link-hover-color);
    }

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.btn-support {
    position: absolute;
    right: 42px;
    bottom: 30px;
    z-index: 10000;
}
.form-disabled {
    opacity: 0.7;
    pointer-events: none;
}
.auth-bg {
    background-image: url('/img/login-background.svg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.auth-topbar {
    background-color: #E6F3FF;
    color: white;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.auth-login-container {
    width: 100%;
    max-width: 1200px;
}
    .auth-login-container h1 {
        color: #585757;
        font-size: 2em;
        text-align: center;
    }
    .auth-login-container .white-text {
        color: white;
        font-size: 1.5em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

.auth-card {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 32px;
    border-radius: 20px;
    width: 100%;
    /*max-width: 480px;*/
}

.auth-footer {
    color: white;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

    .auth-footer h3 {
        text-align: center;
        margin-bottom: 25px;
        color: white;
        font-size: 2.5em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

.auth-product-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 10px;
    gap: 20px;
}

    .auth-product-list img {
        width: 150px;
        height: auto;
        object-fit: contain;
    }

.welcome-video {
    width: 100%;
}
.welcome-video video {
    width: 100%;
}

.validation-message {
    color: red;
    font-size: 12px;
    font-weight: 400 !important;
}

.hint-message {
    color: var(--rz-text-caption-color);
    font-size: 12px;
    font-weight: 400 !important;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.profile-avatar-img {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.profile-avatar-button {
    position: absolute;
    top: 64px;
    left: 64px;
    box-shadow: none;
}

/* NAVBAR */
.page-navbar {
    padding: 0.2rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.page-navbar__breadcrumb {
    padding: 8px 8px 4px 0;
}
.page-navbar__title {
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

/* PAGE HEADER */
.page-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 8px 16px;
    gap: 8px;
    margin: 0px;
    background: #f8f8f8;
    border: 1px solid var(--rz-primary-lighter);
    border-radius: var(--rz-card-border-radius);
}
.page-toolbar {
    padding: 8px 16px;
    margin: 0px;
    background: #f8f8f8;
    border: 1px solid var(--rz-primary-lighter);
    border-radius: var(--rz-card-border-radius);
    box-sizing: border-box;
}

/* FORM */
.form-title {
    position: relative;
    font-size: 20px !important;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #212121;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--rz-primary);
    padding-bottom: 4px;
}

.form-title-id {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px !important;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #aaa;
}
.form-stack-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
    grid-column-gap: 16px;
    width: 100%;
}
.form-stack-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 8px;
    grid-column-gap: 16px;
    width: 100%;
    margin: 0;
}
.form-stack-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 8px;
    grid-column-gap: 16px;
    width: 100%;
    margin: 0;
}
.form-stack-full-width {
    grid-column: 1 / -1;
}
@media (max-width: 920px) {
    .form-stack-3 {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .form-stack-2 {
        grid-template-columns: 1fr;
    }
    .form-stack-3 {
        grid-template-columns: 1fr;
    }
}
.form-item {
    width: 100%;
    display: flex;
}

.form-item__label {
    text-align: right;
}
@media screen and (max-width: 1024px) {
    .form-item__label {
        text-align: left;
    }
}

.subtraction {
    color: red !important;
}

/* CHARTS */
.chart-card-icon {
    width: 64px !important;
    height: 64px !important;
    font-size: 48px !important;
    position: absolute !important;
    left: 1.1rem !important;
    top: 1.4rem !important;
}
.chart-card-title {
    text-align: right !important;
    margin: 0px !important;
}
.chart-card-subtitle {
    text-align: right !important;
    margin: 0px !important;
    font-size: 12px !important;
}
.chart-card-value {
    text-align: right !important;
    font-size: 24px !important;
    margin-top: 13px !important;
    margin-bottom: 0px !important;
}


/* GRID */
.evo-grid {
    border: none;
    box-shadow: var(--rz-card-shadow);
    border-radius: var(--rz-card-border-radius);
    border-top: 2px solid var(--rz-primary-light);
    margin: 0;
}
.evo-grid-title {
    color: var(--rz-primary);
    font-size: 22px !important;
    line-height: normal;
    font-weight: 500;
    margin: 0;
}

/* DIALOGS */
.dialog-title {
    font-size: 1.2rem !important;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #212121;
    border-bottom: 1px solid #bbb;
    padding-bottom: 4px;
    margin: 0;
}

/* Captcha */
.divCaptach {
    display: flex;
    flex-wrap: nowrap;
}

.btn-refresh {
    border: none;
    height: 30px;
    align-self: center;
    margin-left: 3px;
    border-radius: 4px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMDAgMTAwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz48Zz48ZyBpZD0icmVmcmVzaCI+PHBhdGggZD0iTTg0MywxNTdDNzU3LjIsNjUuMSw2MzQuNywxMCw1MDAsMTBDMjMwLjUsMTAsMTAsMjMwLjUsMTAsNTAwYzAsMjY5LjUsMjIwLjUsNDkwLDQ5MCw0OTBjMjI2LjYsMCw0MTYuNS0xNTkuMyw0NzEuNi0zNjcuNUg4NDNjLTQ5LDE0MC45LTE4My44LDI0NS0zNDMsMjQ1Yy0yMDIuMSwwLTM2Ny41LTE2NS40LTM2Ny41LTM2Ny41YzAtMjAyLjEsMTY1LjQtMzY3LjUsMzY3LjUtMzY3LjVjMTA0LjEsMCwxODkuOSw0Mi45LDI1Ny4yLDExMC4ybC0xOTYsMTk2SDk5MFYxMEw4NDMsMTU3eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9nPg0KPC9zdmc+) no-repeat, #cacaca;
    background-position-y: center;
    background-position-x: center;
    background-size: 70%;
    width: 30px;
}

/* Custom Form fields */
.evo-form-field-content {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin: 0;
    box-shadow: var(--rz-form-field-shadow);
    transition: var(--rz-input-transition);
    border: var(--rz-input-border);
    border-radius: var(--rz-input-border-radius);
    box-shadow: var(--rz-input-shadow);
    background-color: var(--rz-input-background-color);
}
    .evo-form-field-content input {
        box-shadow: none;
        background-color: transparent;
        outline: none;
        border: none;
    }
        .evo-form-field-content input:hover,
        .evo-form-field-content input:active,
        .evo-form-field-content .rz-textbox:hover,
        .evo-form-field-content .rz-textbox:focus {
            border: none;
            box-shadow: none;
            outline: none;
        }
        .evo-form-field-content input:focus {
            box-shadow: var(--rz-input-hover-shadow);
            border: none !important;
        }
    .evo-form-field-content invalid:active {
        border: none !important;
        box-shadow: none !important;
    }

.evo-chmod {
    font-family: 'Courier New', Courier, monospace;
}

.evo-form-actions {
    border-top: 1px solid #ddd;
    padding: 1rem;
}

.form-switch-height {
    height: var(--rz-input-height);
}

.evo-pdf-button img {
    fill: var(--rz-on-primary-lighter) !important;
}

.editor-container {
    /*border: none;
    box-shadow: var(--rz-card-shadow);*/
    border-radius: var(--rz-card-border-radius);
    /*border-top: 2px solid var(--rz-primary-light);*/
    border-bottom: none;
    border: 1px solid #bdbdbd;
    margin: 0;
    width: 100%;
}

    .editor-container p {
        margin-bottom: 0;
    }

/* Evo Tree */
.evo-tree {
    position: relative;
    padding-left: 8px;
    width: 100%;
    box-sizing: border-box;
}

    .evo-tree .evo-tree-row {
        position: relative;
    }

        .evo-tree .evo-tree-row:not(:last-child)::before {
            position: absolute;
            content: "";
            top: 22px;
            bottom: -22px;
            left: 10px;
            border-right: 1px solid #bbb;
            width: 0;
            height: auto;
        }

        .evo-tree .evo-tree-row:last-child::before {
            bottom: 15px;
        }

        .evo-tree .evo-tree-row .item::after {
            position: absolute;
            content: "";
            display: block;
            left: 10px;
            top: 22px;
            border-top: 1px solid #bbb;
            width: 23px;
            height: 0;
        }

        .evo-tree .evo-tree-row .item {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding-top: 6px;
            box-sizing: border-box;
            width: 100%;
        }

            .evo-tree .evo-tree-row .item::before {
                position: absolute;
                content: "";
                top: -6px;
                bottom: 15px;
                left: 10px;
                border-right: 1px solid #bbb;
                width: 0;
                z-index: 0;
            }

    .evo-tree > .evo-tree-row > .item::before {
        display: none;
    }

    .evo-tree .evo-tree-row .item-text {
        padding: 4px 8px;
        cursor: pointer;
    }

    .evo-tree .evo-tree-row .disabled {
        text-decoration: line-through;
        color: #666;
    }

    .evo-tree .evo-tree-row .chevron {
        width: 20px;
        height: 20px;
        padding: 0;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #bbb;
        background-color: #eee;
        z-index: 100;
    }

    .evo-tree .evo-tree-row .no-chevron {
        width: 20px;
        height: 20px;
        z-index: 0;
    }

    .evo-tree .evo-tree-row .item-actions {
        display: inline-flex;
        gap: 4px;
    }

    .evo-tree .evo-tree-row .selected {
        border-radius: var(--rz-tree-node-selected-border-radius);
        color: var(--rz-tree-node-selected-color);
        background-color: var(--rz-tree-node-selected-background-color);
    }

    .evo-tree .evo-tree-row .childrens {
        position: relative;
        margin-left: 38px;
    }

/* Evo Icon */
.evo-icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 1px;
}

/* Titles */
.evo-form-title {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
    margin-block-start: 0;
    margin-block-end: 0.75rem;
    /* line */
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--rz-base-300);

    /*display: inline-flex;
    justify-content: space-between;
    align-items: end;*/
}
.evo-form-title .actions {
    position: absolute;
    right: 8px;
    top: -10px;
}

.loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--rz-primary);
    z-index: 9999;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        width: 0;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.loading-content {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.validation-errors {
    margin: 0;
}

.evo-validation-container {
    display: flex;
    flex-direction: column;
    border-radius: var(--rz-input-border-radius);
}
.evo-validation-content {
    border-radius: var(--rz-input-border-radius);
    overflow: hidden
}

.side-menu-logo {
    padding: 20px 12px;
}
.white-space-preline {
    white-space: pre-line;
}



.session-appointment {
    border-left: 4px solid rgba(0,0,0,0.1);
    border-radius: var(--rz-scheduler-border-radius);
    padding: var(--rz-scheduler-event-content-padding);
    font-size: var(--rz-scheduler-event-font-size);
    line-height: var(--rz-scheduler-event-line-height);
    height: 100%;
    overflow: hidden;
}

.session-scheduled {
    background-color: #b3d1ff; /* Más oscuro que #d9e9ff */
    border-color: #0052cc; /* Más oscuro que #0066ff */
    color: #0052cc;
}

.session-confirmed {
    background-color: #ccccff; /* Más oscuro que #e6e6ff */
    border-color: #2929cc; /* Más oscuro que #3333ff */
    color: #2929cc;
}

.session-inprogress {
    background-color: #e6ccff; /* Más oscuro que #f2e6ff */
    border-color: #6600cc; /* Más oscuro que #8000ff */
    color: #6600cc;
}

.session-completed {
    background-color: #b3ffb3; /* Más oscuro que #d9ffd9 */
    border-color: #008000; /* Más oscuro que #00b300 */
    color: #008000;
}

.session-cancelled {
    background-color: #ffb3b3; /* Más oscuro que #ffd9d9 */
    border-color: #cc0000; /* Más oscuro que #ff0000 */
    color: #cc0000;
}

.session-noshow {
    background-color: #ffcc99; /* Más oscuro que #ffe6cc */
    border-color: #cc5c14; /* Más oscuro que #ff751a */
    color: #cc5c14;
}

/* evo-icon-button */
.evo-icon-button {
    position: relative;
    width: auto;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-base-700);
}

    .evo-icon-button .icon {
        width: 24px;
        height: 24px;
    }

    .evo-icon-button .text {
        padding-left: 4px;
        font-weight: 500;
        color: var(--rz-base-700);
    }

    .evo-icon-button:hover::before {
        position: absolute;
        width: auto;
        height: 32px;
        background-color: #3c4043;
        border-radius: 2rem;
        content: "";
        inset: 0px;
        pointer-events: none;
        opacity: 0.08;
    }

    .evo-icon-button svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

    .evo-icon-button.gray {
        color: var(--rz-base-600);
    }

    .evo-icon-button.primary {
        color: var(--rz-primary);
    }

    .evo-icon-button.primary-light {
        color: var(--rz-primary-light);
    }

    .evo-icon-button.primary-lighter {
        color: var(--rz-primary-lighter);
    }


/* form-notes */
.evo-form-notes {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.evo-form-notes-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.evo-form-notes div,
.evo-form-notes textarea {
    align-self: stretch;
    width: 100%;
}

.evo-form-notes textarea {
    line-height: var(--rz-input-line-height);
    color: var(--rz-input-value-color);
    font-family: inherit;
    font-size: var(--rz-input-font-size);
    transition: var(--rz-input-transition);
    outline: none;
    box-sizing: border-box;
    border: var(--rz-input-border);
    border-radius: var(--rz-input-border-radius);
    box-shadow: var(--rz-input-shadow);
    background-color: var(--rz-input-background-color);
    padding: 4px 8px;
}

    .evo-form-notes textarea:hover {
        box-shadow: var(--rz-input-hover-shadow);
        border: var(--rz-input-hover-border);
    }

    .evo-form-notes textarea:focus {
        box-shadow: var(--rz-input-focus-shadow);
        border: var(--rz-input-focus-border);
        outline: var(--rz-input-focus-outline);
        outline-offset: var(--rz-input-focus-outline-offset);
    }

.evo-form-notes-message {
    display: flex;
    justify-content: space-between;
    color: var(--rz-text-caption-color);
    font-size: 12px;
    font-weight: 400 !important;
    text-align: end;
}

    .evo-form-notes-message .validation-message {
        text-align: left;
    }

.text-pre {
    white-space: pre-wrap;
}

/* attendance-card */
.attendance-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    width: 250px;
    text-align: center;
}

.attendance-name {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.attendance-role {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.attendance-status {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.attended {
    background: #e8f5e9;
}

.not-attended {
    background: #ffebee;
}

/* evo-file-upload */
.evo-file-upload {
    width: 100%;
    min-width: 200px;
    margin: 0 auto;
}

.evo-file-upload__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.evo-file-upload__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #fafafa;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 100px;
}

    .evo-file-upload__label:hover {
        border-color: #2196f3;
        background-color: #f8f9fa;
    }

.evo-file-upload__icon {
    font-size: 3rem !important;
    margin-bottom: 0.5rem;
    color: #757575;
}

.evo-file-upload__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.evo-file-upload__text {
    color: #616161;
    font-size: 1rem;
}

.evo-file-upload__link {
    color: #2196f3;
    text-decoration: none;
    font-weight: 500;
}

.evo-file-upload__formats {
    color: #9e9e9e;
    font-size: 0.875rem;
}

.dragover {
    border-color: #2196f3 !important;
    background-color: #f0f8ff !important;
}

.evo-file-upload__selected {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: #f0f0f0;
    border-radius: 4px;
    width: 100%;
}

.evo-file-upload__file-icon {
    color: #2196f3;
    font-size: 1.5rem;
}

.evo-file-upload__filename {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.evo-file-upload__remove {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .evo-file-upload__remove:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #333;
    }

/* evo-filters-bar */
.evo-filters-bar {
    display: inline-flex;
    gap: 0.5rem;
    row-gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}
    .evo-filters-bar .rz-form-field {
        flex-grow: 1;
    }

/* evo-scheduler */
.evo-scheduler {
    border: none;
    box-shadow: var(--rz-card-shadow);
    border-radius: var(--rz-card-border-radius);
    border-top: 2px solid var(--rz-primary-light);
    margin: 0;
}
    .evo-scheduler .rz-scheduler-nav {
        background-color: var(--rz-primary-lighter);
        border-bottom: 1px solid var(--rz-primary-lighter);
    }
    .evo-scheduler .rz-scheduler-nav-title {
        color: var(--rz-on-primary-lighter) !important;
        font-size: 1.2rem !important;
    }
    .evo-scheduler .rz-slot-header {
        font-weight: 700;
    }

.evo-badge {
    box-sizing: border-box;
    display: inline-block;
    padding: var(--rz-badge-padding);
    font-size: var(--rz-badge-font-size);
    font-weight: var(--rz-badge-font-weight);
    line-height: var(--rz-badge-line-height);
    text-align: center;
    text-transform: var(--rz-badge-text-transform);
    white-space: nowrap;
    border-radius: var(--rz-badge-border-radius);
    letter-spacing: var(--rz-badge-letter-spacing);
    border: 1px solid;
}