/* _content/PelsaServiceDesk/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-89tuf2k4e6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-89tuf2k4e6] {
    flex: 1;
}

.sidebar[b-89tuf2k4e6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-89tuf2k4e6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-89tuf2k4e6]  a, .top-row[b-89tuf2k4e6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-89tuf2k4e6]  a:hover, .top-row[b-89tuf2k4e6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-89tuf2k4e6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-89tuf2k4e6] {
        justify-content: space-between;
    }

    .top-row[b-89tuf2k4e6]  a, .top-row[b-89tuf2k4e6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-89tuf2k4e6] {
        flex-direction: row;
    }

    .sidebar[b-89tuf2k4e6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-89tuf2k4e6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-89tuf2k4e6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-89tuf2k4e6], article[b-89tuf2k4e6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-89tuf2k4e6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-89tuf2k4e6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.layout-loading[b-89tuf2k4e6] {
    min-height: 100vh;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-loading-card[b-89tuf2k4e6] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 2rem;
    min-width: 280px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.layout-loading-logo[b-89tuf2k4e6] {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #ffc400;
    color: #0b2d5c;
    font-weight: 950;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .85rem auto;
}

.layout-loading-card strong[b-89tuf2k4e6] {
    display: block;
    color: #101828;
    font-size: 1rem;
    margin-bottom: .25rem;
}

.layout-loading-card span[b-89tuf2k4e6] {
    color: #667085;
    font-size: .85rem;
}


.user-menu-wrap[b-89tuf2k4e6] {
    position: relative;
}

.user-pill-button[b-89tuf2k4e6] {
    border: none;
    cursor: pointer;
    background: white;
}

.user-dropdown[b-89tuf2k4e6] {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    width: 230px;
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .45rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
    z-index: 100;
}

    .user-dropdown button[b-89tuf2k4e6] {
        width: 100%;
        border: none;
        background: transparent;
        text-align: left;
        padding: .75rem .8rem;
        border-radius: 13px;
        cursor: pointer;
        font-weight: 800;
        color: #334155;
    }

        .user-dropdown button:hover[b-89tuf2k4e6] {
            background: #eef2ff;
            color: #1f4fd8;
        }

        .user-dropdown button.danger[b-89tuf2k4e6] {
            color: #991b1b;
        }

            .user-dropdown button.danger:hover[b-89tuf2k4e6] {
                background: #fee2e2;
                color: #991b1b;
            }

.user-dropdown-separator[b-89tuf2k4e6] {
    height: 1px;
    background: #e7eaf0;
    margin: .35rem 0;
}

.help-chat-box[b-89tuf2k4e6] {
    position: relative;
}

.help-chat-btn[b-89tuf2k4e6] {
    background: white;
}

.help-chat-dropdown[b-89tuf2k4e6] {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    width: 250px;
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .55rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
    z-index: 120;
}

.help-chat-header[b-89tuf2k4e6] {
    padding: .65rem .75rem .55rem;
    border-bottom: 1px solid #e7eaf0;
    margin-bottom: .35rem;
}

    .help-chat-header strong[b-89tuf2k4e6] {
        display: block;
        color: #101828;
        font-size: .92rem;
        font-weight: 900;
    }

    .help-chat-header small[b-89tuf2k4e6] {
        display: block;
        color: #667085;
        margin-top: .15rem;
        font-size: .78rem;
    }

.help-chat-dropdown button[b-89tuf2k4e6] {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: .75rem .8rem;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 800;
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: .12rem;
}

    .help-chat-dropdown button:hover:not(:disabled)[b-89tuf2k4e6] {
        background: #eef2ff;
        color: #1f4fd8;
    }

    .help-chat-dropdown button:disabled[b-89tuf2k4e6] {
        opacity: .65;
        cursor: not-allowed;
    }

    .help-chat-dropdown button small[b-89tuf2k4e6] {
        color: #667085;
        font-size: .72rem;
        font-weight: 700;
    }

@media (max-width: 700px) {
    .help-chat-dropdown[b-89tuf2k4e6] {
        right: -80px;
        width: 235px;
    }
}

.notification-dropdown[b-89tuf2k4e6] {
    z-index: 110;
}

.user-dropdown[b-89tuf2k4e6] {
    z-index: 130;
}

.help-chat-dropdown[b-89tuf2k4e6] {
    z-index: 120;
}
/* _content/PelsaServiceDesk/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0hvj42e9ak] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0hvj42e9ak] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0hvj42e9ak] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0hvj42e9ak] {
    font-size: 1.1rem;
}

.bi[b-0hvj42e9ak] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0hvj42e9ak] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0hvj42e9ak] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0hvj42e9ak] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-0hvj42e9ak] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0hvj42e9ak] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0hvj42e9ak] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0hvj42e9ak]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0hvj42e9ak]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0hvj42e9ak]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0hvj42e9ak] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0hvj42e9ak] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0hvj42e9ak] {
        display: none;
    }

    .nav-scrollable[b-0hvj42e9ak] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Auth/CambiarPassword.razor.rz.scp.css */
.password-page[b-5l9o4z0613] {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1.25rem;
}

.password-card[b-5l9o4z0613] {
    width: min(560px, 100%);
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 1.25rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.password-header h1[b-5l9o4z0613] {
    margin: 0;
    color: #101828;
    font-weight: 900;
}

.password-header p[b-5l9o4z0613] {
    color: #667085;
    margin: .25rem 0 1rem;
}

.form-group[b-5l9o4z0613] {
    margin-bottom: .85rem;
}

    .form-group label[b-5l9o4z0613] {
        display: block;
        font-size: .78rem;
        font-weight: 800;
        color: #667085;
        margin-bottom: .25rem;
    }

    .form-group input[b-5l9o4z0613] {
        width: 100%;
        border: 1px solid #d0d5dd;
        border-radius: 13px;
        padding: .75rem .85rem;
        outline: none;
        background: #f8fafc;
    }

        .form-group input:focus[b-5l9o4z0613] {
            border-color: #1f4fd8;
            box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
            background: white;
        }

.password-rules[b-5l9o4z0613] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .85rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: 1rem;
    color: #475467;
    font-size: .85rem;
}

    .password-rules strong[b-5l9o4z0613] {
        color: #101828;
    }

.btn-primary-password[b-5l9o4z0613] {
    width: 100%;
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 13px;
    padding: .85rem 1rem;
    font-weight: 900;
    cursor: pointer;
}

.password-message[b-5l9o4z0613] {
    border-radius: 13px;
    padding: .75rem;
    font-weight: 800;
    margin-bottom: .85rem;
}

    .password-message.ok[b-5l9o4z0613] {
        background: #dcfce7;
        color: #166534;
    }

    .password-message.error[b-5l9o4z0613] {
        background: #fee2e2;
        color: #991b1b;
    }


.password-strength-card[b-5l9o4z0613] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .95rem;
    margin-bottom: 1rem;
}

.password-strength-head[b-5l9o4z0613] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
    margin-bottom: .75rem;
}

    .password-strength-head strong[b-5l9o4z0613] {
        color: #101828;
        font-weight: 950;
    }

.strength-label[b-5l9o4z0613] {
    background: #f1f5f9;
    color: #64748b;
    border-radius: 999px;
    padding: .28rem .65rem;
    font-size: .75rem;
    font-weight: 950;
}

    .strength-label.weak[b-5l9o4z0613] {
        background: #fee2e2;
        color: #991b1b;
    }

    .strength-label.medium[b-5l9o4z0613] {
        background: #fef3c7;
        color: #92400e;
    }

    .strength-label.strong[b-5l9o4z0613] {
        background: #dcfce7;
        color: #166534;
    }

.password-strength-bar[b-5l9o4z0613] {
    height: 10px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: .9rem;
}

.strength-fill[b-5l9o4z0613] {
    height: 100%;
    width: 0;
    background: #cbd5e1;
    border-radius: 999px;
    transition: width .25s ease, background .25s ease;
}

    .strength-fill.weak[b-5l9o4z0613] {
        background: linear-gradient(90deg, #ef4444, #f97316);
    }

    .strength-fill.medium[b-5l9o4z0613] {
        background: linear-gradient(90deg, #f59e0b, #eab308);
    }

    .strength-fill.strong[b-5l9o4z0613] {
        background: linear-gradient(90deg, #22c55e, #16a34a);
    }

.password-rules-modern[b-5l9o4z0613] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
}

.password-rule-pending[b-5l9o4z0613],
.password-rule-ok[b-5l9o4z0613] {
    display: flex;
    align-items: center;
    gap: .45rem;
    border-radius: 12px;
    padding: .55rem .65rem;
    font-size: .82rem;
    font-weight: 800;
    transition: all .2s ease;
}

.password-rule-pending[b-5l9o4z0613] {
    background: white;
    border: 1px solid #e7eaf0;
    color: #64748b;
}

    .password-rule-pending span[b-5l9o4z0613] {
        width: 20px;
        height: 20px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #94a3b8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 950;
    }

.password-rule-ok[b-5l9o4z0613] {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
    transform: scale(1.01);
}

    .password-rule-ok span[b-5l9o4z0613] {
        width: 20px;
        height: 20px;
        border-radius: 999px;
        background: #22c55e;
        color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 950;
    }

@media (max-width: 700px) {
    .password-rules-modern[b-5l9o4z0613] {
        grid-template-columns: 1fr;
    }

    .password-strength-head[b-5l9o4z0613] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Auth/MiPerfil.razor.rz.scp.css */
.profile-page[b-3jnezhjjht] {
    padding: 1.25rem;
}

.profile-header[b-3jnezhjjht] {
    margin-bottom: 1rem;
}

    .profile-header h1[b-3jnezhjjht] {
        margin: 0;
        font-size: 1.7rem;
        font-weight: 900;
        color: #101828;
    }

    .profile-header p[b-3jnezhjjht] {
        margin: .25rem 0 0;
        color: #667085;
    }

.profile-grid[b-3jnezhjjht] {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 1rem;
}

.profile-card[b-3jnezhjjht] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

    .profile-card h3[b-3jnezhjjht] {
        margin: 0 0 1rem;
        color: #101828;
        font-weight: 900;
    }

.profile-info[b-3jnezhjjht] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

    .profile-info div[b-3jnezhjjht] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 14px;
        padding: .75rem;
    }

    .profile-info span[b-3jnezhjjht],
    .form-group label[b-3jnezhjjht] {
        display: block;
        font-size: .78rem;
        font-weight: 800;
        color: #667085;
        margin-bottom: .25rem;
    }

    .profile-info strong[b-3jnezhjjht] {
        display: block;
        color: #101828;
    }

.form-group[b-3jnezhjjht] {
    margin-bottom: .85rem;
}

    .form-group input[b-3jnezhjjht] {
        width: 100%;
        border: 1px solid #d0d5dd;
        border-radius: 13px;
        padding: .75rem .85rem;
        outline: none;
        background: #f8fafc;
    }

        .form-group input:focus[b-3jnezhjjht] {
            border-color: #1f4fd8;
            box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
            background: white;
        }

.btn-primary-profile[b-3jnezhjjht] {
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 13px;
    padding: .8rem 1rem;
    font-weight: 900;
    cursor: pointer;
}

.profile-message[b-3jnezhjjht] {
    border-radius: 13px;
    padding: .75rem;
    font-weight: 800;
    margin-bottom: .85rem;
}

    .profile-message.ok[b-3jnezhjjht] {
        background: #dcfce7;
        color: #166534;
    }

    .profile-message.error[b-3jnezhjjht] {
        background: #fee2e2;
        color: #991b1b;
    }

@media (max-width: 900px) {
    .profile-grid[b-3jnezhjjht] {
        grid-template-columns: 1fr;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Correo/BandejaCorreoEntrante.razor.rz.scp.css */
.mail-box-page[b-pzbtlhbgs3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mail-box-hero[b-pzbtlhbgs3],
.mail-box-filters[b-pzbtlhbgs3],
.mail-list-card[b-pzbtlhbgs3],
.mail-detail-card[b-pzbtlhbgs3] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
}

.mail-box-hero[b-pzbtlhbgs3] {
    padding: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .mail-box-hero h1[b-pzbtlhbgs3] {
        margin: 0;
        color: #101828;
        font-size: 1.65rem;
        font-weight: 900;
    }

    .mail-box-hero p[b-pzbtlhbgs3] {
        margin: .35rem 0 0;
        color: #667085;
    }

.mail-box-alert[b-pzbtlhbgs3] {
    border-radius: 16px;
    padding: 1rem;
    font-weight: 800;
}

    .mail-box-alert.success[b-pzbtlhbgs3] {
        background: #dcfce7;
        color: #166534;
        border: 1px solid #bbf7d0;
    }

    .mail-box-alert.danger[b-pzbtlhbgs3] {
        background: #fee2e2;
        color: #991b1b;
        border: 1px solid #fecaca;
    }

.mail-box-filters[b-pzbtlhbgs3] {
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 220px auto;
    gap: .85rem;
    align-items: end;
}

.mail-box-layout[b-pzbtlhbgs3] {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 1rem;
    min-height: 650px;
}

.mail-list-card[b-pzbtlhbgs3] {
    padding: .75rem;
    max-height: 720px;
    overflow-y: auto;
}

.mail-row[b-pzbtlhbgs3] {
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .85rem;
    margin-bottom: .65rem;
    cursor: pointer;
    transition: .15s ease;
    background: #fff;
}

    .mail-row:hover[b-pzbtlhbgs3] {
        border-color: #b9c7ff;
        background: #f8faff;
    }

    .mail-row.active[b-pzbtlhbgs3] {
        border-color: #1f4fd8;
        background: #eef4ff;
    }

.mail-row-top[b-pzbtlhbgs3] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    align-items: center;
}

    .mail-row-top strong[b-pzbtlhbgs3] {
        color: #101828;
        font-size: .92rem;
    }

.mail-subject[b-pzbtlhbgs3] {
    margin-top: .35rem;
    color: #344054;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mail-row-meta[b-pzbtlhbgs3] {
    margin-top: .45rem;
    display: flex;
    gap: .55rem;
    flex-wrap: wrap;
    color: #667085;
    font-size: .8rem;
}

.mail-status[b-pzbtlhbgs3] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 900;
    white-space: nowrap;
}

.status-downloaded[b-pzbtlhbgs3] {
    background: #eef2ff;
    color: #3730a3;
}

.status-processed[b-pzbtlhbgs3] {
    background: #dcfce7;
    color: #166534;
}

.status-error[b-pzbtlhbgs3] {
    background: #fee2e2;
    color: #991b1b;
}

.status-ignored[b-pzbtlhbgs3] {
    background: #f3f4f6;
    color: #374151;
}

.status-neutral[b-pzbtlhbgs3] {
    background: #f8fafc;
    color: #475467;
}

.mail-detail-card[b-pzbtlhbgs3] {
    padding: 1.1rem;
    overflow: hidden;
}

.mail-detail-head[b-pzbtlhbgs3] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e7eaf0;
    padding-bottom: 1rem;
}

    .mail-detail-head h2[b-pzbtlhbgs3] {
        margin: .6rem 0 .25rem;
        color: #101828;
        font-size: 1.35rem;
    }

    .mail-detail-head p[b-pzbtlhbgs3] {
        margin: 0;
        color: #667085;
    }

        .mail-detail-head p span[b-pzbtlhbgs3] {
            margin-left: .5rem;
        }

.mail-detail-actions[b-pzbtlhbgs3] {
    display: flex;
    gap: .45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mail-detail-grid[b-pzbtlhbgs3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin: 1rem 0;
}

    .mail-detail-grid div[b-pzbtlhbgs3] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 14px;
        padding: .75rem;
    }

    .mail-detail-grid span[b-pzbtlhbgs3] {
        display: block;
        color: #667085;
        font-size: .8rem;
        font-weight: 800;
    }

    .mail-detail-grid strong[b-pzbtlhbgs3] {
        color: #101828;
        font-size: .9rem;
    }

.mail-error-box[b-pzbtlhbgs3],
.mail-ignore-box[b-pzbtlhbgs3] {
    border-radius: 16px;
    padding: .9rem;
    margin-bottom: .8rem;
}

.mail-error-box[b-pzbtlhbgs3] {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.mail-ignore-box[b-pzbtlhbgs3] {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.mail-tabs[b-pzbtlhbgs3] {
    display: flex;
    gap: .45rem;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7eaf0;
    padding-bottom: .65rem;
}

.mail-tab[b-pzbtlhbgs3] {
    border: none;
    border-radius: 12px;
    padding: .6rem .8rem;
    font-weight: 900;
    color: #475467;
    background: #f8fafc;
    cursor: pointer;
}

    .mail-tab.active[b-pzbtlhbgs3] {
        background: #153e75;
        color: white;
    }

.mail-body-preview[b-pzbtlhbgs3] {
    margin-top: .9rem;
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: 1rem;
    max-height: 460px;
    overflow: auto;
}

    .mail-body-preview pre[b-pzbtlhbgs3] {
        white-space: pre-wrap;
        word-break: break-word;
        margin: 0;
        font-size: .84rem;
        color: #344054;
    }

.headers-box p[b-pzbtlhbgs3] {
    margin: .45rem 0;
    overflow-wrap: anywhere;
}

.mail-attachments[b-pzbtlhbgs3] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.mail-attachment[b-pzbtlhbgs3] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    padding: .75rem;
    text-decoration: none;
    color: #101828;
    background: #f8fafc;
}

    .mail-attachment:hover[b-pzbtlhbgs3] {
        border-color: #1f4fd8;
        background: #eef4ff;
    }

    .mail-attachment small[b-pzbtlhbgs3] {
        color: #667085;
    }

.btn-primary-mail[b-pzbtlhbgs3],
.btn-secondary-mail[b-pzbtlhbgs3],
.btn-danger-mail[b-pzbtlhbgs3] {
    border: none;
    border-radius: 13px;
    padding: .75rem .95rem;
    font-weight: 900;
    cursor: pointer;
}

.btn-primary-mail[b-pzbtlhbgs3] {
    background: #1f4fd8;
    color: white;
}

.btn-secondary-mail[b-pzbtlhbgs3] {
    background: #eef2ff;
    color: #3730a3;
}

.btn-danger-mail[b-pzbtlhbgs3] {
    background: #fee2e2;
    color: #991b1b;
}

.form-control[b-pzbtlhbgs3] {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: .75rem .85rem;
    outline: none;
}

.form-group label[b-pzbtlhbgs3] {
    display: block;
    margin-bottom: .35rem;
    font-weight: 900;
    color: #101828;
}

.empty-state[b-pzbtlhbgs3] {
    color: #667085;
    padding: 2rem;
    text-align: center;
    font-weight: 800;
}

.muted[b-pzbtlhbgs3] {
    color: #667085;
}

@media (max-width: 1100px) {
    .mail-box-layout[b-pzbtlhbgs3] {
        grid-template-columns: 1fr;
    }

    .mail-box-filters[b-pzbtlhbgs3] {
        grid-template-columns: 1fr;
    }

    .mail-detail-grid[b-pzbtlhbgs3] {
        grid-template-columns: 1fr 1fr;
    }

    .mail-detail-head[b-pzbtlhbgs3] {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .mail-box-hero[b-pzbtlhbgs3] {
        flex-direction: column;
        align-items: stretch;
    }

    .mail-detail-grid[b-pzbtlhbgs3] {
        grid-template-columns: 1fr;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Correo/ConfiguracionCorreoEntrante.razor.rz.scp.css */
.mail-config-page[b-nqakrcwsst] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mail-config-hero[b-nqakrcwsst] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

    .mail-config-hero h1[b-nqakrcwsst] {
        margin: 0;
        font-size: 1.7rem;
        color: #101828;
        font-weight: 900;
    }

    .mail-config-hero p[b-nqakrcwsst] {
        margin: .35rem 0 0;
        color: #667085;
    }

.mail-config-actions[b-nqakrcwsst] {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn-primary-mail[b-nqakrcwsst],
.btn-secondary-mail[b-nqakrcwsst] {
    border: none;
    border-radius: 14px;
    padding: .8rem 1rem;
    font-weight: 900;
    cursor: pointer;
}

.btn-primary-mail[b-nqakrcwsst] {
    background: #1f4fd8;
    color: white;
    box-shadow: 0 10px 24px rgba(31, 79, 216, .22);
}

.btn-secondary-mail[b-nqakrcwsst] {
    background: #eef2ff;
    color: #3730a3;
}

    .btn-primary-mail:disabled[b-nqakrcwsst],
    .btn-secondary-mail:disabled[b-nqakrcwsst] {
        opacity: .65;
        cursor: not-allowed;
    }

.mail-config-alert[b-nqakrcwsst] {
    border-radius: 16px;
    padding: 1rem;
    font-weight: 800;
}

    .mail-config-alert.success[b-nqakrcwsst] {
        background: #dcfce7;
        color: #166534;
        border: 1px solid #bbf7d0;
    }

    .mail-config-alert.danger[b-nqakrcwsst] {
        background: #fee2e2;
        color: #991b1b;
        border: 1px solid #fecaca;
    }

.mail-config-grid[b-nqakrcwsst] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mail-config-card[b-nqakrcwsst] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1.25rem;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
}

    .mail-config-card.wide[b-nqakrcwsst] {
        grid-column: 1 / -1;
    }

    .mail-config-card h3[b-nqakrcwsst] {
        margin: 0 0 1rem;
        color: #101828;
        font-size: 1.15rem;
        font-weight: 900;
    }

.form-grid-2[b-nqakrcwsst] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-grid-4[b-nqakrcwsst] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.form-group label[b-nqakrcwsst] {
    font-weight: 800;
    color: #101828;
    margin-bottom: .35rem;
    display: block;
}

.form-control[b-nqakrcwsst] {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: .75rem .85rem;
    outline: none;
}

    .form-control:focus[b-nqakrcwsst] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
    }

.check-row[b-nqakrcwsst] {
    display: flex !important;
    align-items: center;
    gap: .55rem;
    color: #344054 !important;
    font-weight: 700 !important;
}

.help-text[b-nqakrcwsst] {
    display: block;
    margin-top: .35rem;
    color: #667085;
    font-size: .82rem;
}

@media (max-width: 900px) {
    .mail-config-hero[b-nqakrcwsst] {
        flex-direction: column;
        align-items: stretch;
    }

    .mail-config-actions[b-nqakrcwsst] {
        justify-content: stretch;
    }

        .mail-config-actions button[b-nqakrcwsst] {
            flex: 1;
        }

    .mail-config-grid[b-nqakrcwsst],
    .form-grid-2[b-nqakrcwsst],
    .form-grid-4[b-nqakrcwsst] {
        grid-template-columns: 1fr;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Correo/ProcesarCorreoEntrante.razor.rz.scp.css */
.mail-in-page[b-0w2hw7anpv] {
    padding: 1.25rem;
}

.mail-in-card[b-0w2hw7anpv] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1.25rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

    .mail-in-card h1[b-0w2hw7anpv] {
        margin: 0;
        color: #101828;
        font-weight: 950;
    }

    .mail-in-card p[b-0w2hw7anpv] {
        margin: .25rem 0 0;
        color: #667085;
    }

    .mail-in-card button[b-0w2hw7anpv] {
        border: none;
        background: #1f4fd8;
        color: white;
        border-radius: 14px;
        padding: .85rem 1.1rem;
        font-weight: 900;
        cursor: pointer;
        box-shadow: 0 10px 24px rgba(31, 79, 216, .22);
    }

        .mail-in-card button:disabled[b-0w2hw7anpv] {
            opacity: .65;
            cursor: not-allowed;
        }

.mail-in-message[b-0w2hw7anpv] {
    margin-top: 1rem;
    border-radius: 16px;
    padding: .9rem 1rem;
    font-weight: 850;
}

    .mail-in-message.ok[b-0w2hw7anpv] {
        background: #dcfce7;
        color: #166534;
    }

    .mail-in-message.error[b-0w2hw7anpv] {
        background: #fee2e2;
        color: #991b1b;
    }

@media (max-width: 700px) {
    .mail-in-card[b-0w2hw7anpv] {
        flex-direction: column;
        align-items: stretch;
    }

        .mail-in-card button[b-0w2hw7anpv] {
            width: 100%;
        }
}

.mail-result-alert[b-0w2hw7anpv] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

    .mail-result-alert.success[b-0w2hw7anpv] {
        background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
        border-color: #bbf7d0;
        color: #166534;
    }

.mail-result-icon[b-0w2hw7anpv] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.15rem;
}
.mail-result-content[b-0w2hw7anpv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .mail-result-content strong[b-0w2hw7anpv] {
        font-size: 1rem;
        font-weight: 800;
        color: #14532d;
    }

    .mail-result-content span[b-0w2hw7anpv] {
        font-size: .95rem;
        color: #166534;
    }


.mail-result-alert.danger[b-0w2hw7anpv] {
    background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
    border-color: #fecaca;
    color: #991b1b;
}

.mail-result-icon.success-icon[b-0w2hw7anpv] {
    background: #22c55e;
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.25);
}

.mail-result-icon.danger-icon[b-0w2hw7anpv] {
    background: #ef4444;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.25);
}

.mail-result-alert.danger .mail-result-content strong[b-0w2hw7anpv] {
    color: #7f1d1d;
}

.mail-result-alert.danger .mail-result-content span[b-0w2hw7anpv] {
    color: #991b1b;
}



.mail-in-card button[b-0w2hw7anpv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
}

.btn-spinner[b-0w2hw7anpv] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.45);
    border-top-color: white;
    border-radius: 999px;
    animation: spinMail-b-0w2hw7anpv .75s linear infinite;
}

@keyframes spinMail-b-0w2hw7anpv {
    to {
        transform: rotate(360deg);
    }
}

.mail-actions[b-0w2hw7anpv] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.btn-secondary-mail[b-0w2hw7anpv] {
    background: #eef2ff !important;
    color: #3730a3 !important;
    box-shadow: none !important;
}

.mail-actions[b-0w2hw7anpv] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
}

    .mail-actions button[b-0w2hw7anpv] {
        border: none;
        border-radius: 14px;
        padding: .85rem 1.1rem;
        font-weight: 900;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .55rem;
        white-space: nowrap;
    }

        .mail-actions button:first-child[b-0w2hw7anpv] {
            background: #1f4fd8;
            color: white;
            box-shadow: 0 10px 24px rgba(31, 79, 216, .22);
        }

.btn-secondary-mail[b-0w2hw7anpv] {
    background: #eef2ff !important;
    color: #3730a3 !important;
    box-shadow: none !important;
}

.mail-actions button:disabled[b-0w2hw7anpv] {
    opacity: .65;
    cursor: not-allowed;
}

.btn-spinner[b-0w2hw7anpv] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.45);
    border-top-color: white;
    border-radius: 999px;
    animation: spinMail-b-0w2hw7anpv .75s linear infinite;
}

@keyframes spinMail-b-0w2hw7anpv {
    to {
        transform: rotate(360deg);
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.home-dashboard-page[b-1wayxmv4qm] {
    padding: 1.25rem;
}

.home-header[b-1wayxmv4qm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .home-header h1[b-1wayxmv4qm] {
        margin: 0;
        color: #101828;
        font-size: 1.8rem;
        font-weight: 950;
    }

    .home-header p[b-1wayxmv4qm] {
        margin: .25rem 0 0;
        color: #667085;
    }

.btn-primary-home[b-1wayxmv4qm] {
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 14px;
    padding: .85rem 1.1rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(31, 79, 216, .22);
}

.home-kpi-grid[b-1wayxmv4qm] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-kpi-card[b-1wayxmv4qm] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    border-left: 5px solid #1f4fd8;
}

    .home-kpi-card span[b-1wayxmv4qm] {
        display: block;
        color: #667085;
        font-size: .82rem;
        font-weight: 800;
        margin-bottom: .35rem;
    }

    .home-kpi-card strong[b-1wayxmv4qm] {
        display: block;
        color: #101828;
        font-size: 2rem;
        font-weight: 950;
        line-height: 1;
        margin-bottom: .45rem;
    }

    .home-kpi-card small[b-1wayxmv4qm] {
        color: #667085;
        font-size: .78rem;
    }

    .home-kpi-card.info[b-1wayxmv4qm] {
        border-left-color: #2563eb;
    }

    .home-kpi-card.warning[b-1wayxmv4qm] {
        border-left-color: #d97706;
    }

        .home-kpi-card.warning strong[b-1wayxmv4qm] {
            color: #d97706;
        }

    .home-kpi-card.danger[b-1wayxmv4qm] {
        border-left-color: #dc2626;
    }

        .home-kpi-card.danger strong[b-1wayxmv4qm] {
            color: #dc2626;
        }

    .home-kpi-card.success[b-1wayxmv4qm] {
        border-left-color: #16a34a;
    }

        .home-kpi-card.success strong[b-1wayxmv4qm] {
            color: #16a34a;
        }

.home-recommended-card[b-1wayxmv4qm] {
    background: linear-gradient(135deg, #182235, #26395f);
    color: white;
    border-radius: 22px;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

    .home-recommended-card span[b-1wayxmv4qm] {
        opacity: .75;
        font-size: .8rem;
    }

    .home-recommended-card h2[b-1wayxmv4qm] {
        margin: .25rem 0;
        font-size: 1.15rem;
    }

    .home-recommended-card p[b-1wayxmv4qm] {
        margin: 0;
        opacity: .8;
    }

.recommended-score-home[b-1wayxmv4qm] {
    background: rgba(255,255,255,.13);
    border-radius: 16px;
    padding: .7rem 1rem;
    min-width: 130px;
    text-align: center;
}

    .recommended-score-home strong[b-1wayxmv4qm] {
        display: block;
        font-size: 1.8rem;
    }

.home-section-card[b-1wayxmv4qm] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.home-section-header[b-1wayxmv4qm] {
    margin-bottom: .85rem;
}

    .home-section-header h3[b-1wayxmv4qm] {
        margin: 0;
        color: #101828;
        font-weight: 950;
    }

    .home-section-header span[b-1wayxmv4qm] {
        color: #667085;
        font-size: .85rem;
    }


    .home-ticket-row:hover[b-1wayxmv4qm] {
        border-color: #1f4fd8;
        background: #eef2ff;
    }

    .home-ticket-row strong[b-1wayxmv4qm] {
        display: block;
        color: #101828;
        margin-bottom: .2rem;
    }

    .home-ticket-row span[b-1wayxmv4qm] {
        color: #667085;
        font-size: .82rem;
    }

.home-ticket-list[b-1wayxmv4qm] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.home-ticket-card[b-1wayxmv4qm] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .9rem;
    display: flex;
    justify-content: space-between;
    gap: .9rem;
    align-items: stretch;
    cursor: pointer;
    transition: .18s ease;
}

    .home-ticket-card:hover[b-1wayxmv4qm] {
        border-color: #1f4fd8;
        background: #eef2ff;
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(31, 79, 216, .12);
    }

.home-ticket-main[b-1wayxmv4qm] {
    min-width: 0;
    flex: 1;
}

.home-ticket-code-row[b-1wayxmv4qm] {
    display: flex;
    align-items: center;
    gap: .45rem;
    flex-wrap: wrap;
    margin-bottom: .45rem;
}

.home-ticket-code[b-1wayxmv4qm] {
    color: #1f4fd8;
    font-size: .88rem;
    font-weight: 950;
}

.home-ticket-card h4[b-1wayxmv4qm] {
    margin: 0 0 .55rem 0;
    color: #101828;
    font-size: .98rem;
    line-height: 1.3;
    font-weight: 950;
}

.home-ticket-meta[b-1wayxmv4qm] {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

    .home-ticket-meta span[b-1wayxmv4qm] {
        background: white;
        border: 1px solid #e7eaf0;
        color: #475467;
        border-radius: 999px;
        padding: .25rem .55rem;
        font-size: .76rem;
        font-weight: 800;
    }

.home-ticket-side[b-1wayxmv4qm] {
    min-width: 88px;
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .65rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-score-label[b-1wayxmv4qm] {
    color: #667085;
    font-size: .7rem;
    font-weight: 800;
    margin-bottom: .2rem;
}

.home-ticket-side strong[b-1wayxmv4qm] {
    color: #3730a3;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 950;
}

.home-ticket-side small[b-1wayxmv4qm] {
    color: #667085;
    font-size: .72rem;
    font-weight: 800;
    margin-top: .25rem;
}

.home-priority-pill[b-1wayxmv4qm] {
    border-radius: 999px;
    padding: .22rem .5rem;
    font-size: .72rem;
    font-weight: 900;
}

    .home-priority-pill.priority-critical[b-1wayxmv4qm] {
        background: #fee2e2;
        color: #991b1b;
    }

    .home-priority-pill.priority-high[b-1wayxmv4qm] {
        background: #ffedd5;
        color: #9a3412;
    }

    .home-priority-pill.priority-medium[b-1wayxmv4qm] {
        background: #fef9c3;
        color: #854d0e;
    }

    .home-priority-pill.priority-low[b-1wayxmv4qm] {
        background: #dcfce7;
        color: #166534;
    }

    .home-priority-pill.priority-normal[b-1wayxmv4qm] {
        background: #e0e7ff;
        color: #3730a3;
    }

@media (max-width: 1100px) {
    .home-ticket-list[b-1wayxmv4qm] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .home-ticket-card[b-1wayxmv4qm] {
        flex-direction: column;
    }

    .home-ticket-side[b-1wayxmv4qm] {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

        .home-ticket-side strong[b-1wayxmv4qm] {
            font-size: 1.25rem;
        }
}

.user-home-actions[b-1wayxmv4qm] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.user-action-card[b-1wayxmv4qm] {
    text-align: left;
    border: 1px solid #e7eaf0;
    background: white;
    border-radius: 20px;
    padding: 1rem;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

    .user-action-card:hover[b-1wayxmv4qm] {
        border-color: #1f4fd8;
        transform: translateY(-1px);
    }

    .user-action-card strong[b-1wayxmv4qm] {
        display: block;
        color: #101828;
        font-size: 1rem;
        margin-bottom: .25rem;
    }

    .user-action-card span[b-1wayxmv4qm] {
        color: #667085;
        font-size: .85rem;
    }

.home-loading[b-1wayxmv4qm],
.home-empty[b-1wayxmv4qm] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 2rem;
    color: #667085;
    text-align: center;
}

@media (max-width: 1000px) {
    .home-kpi-grid[b-1wayxmv4qm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .home-dashboard-page[b-1wayxmv4qm] {
        padding: .85rem;
    }

    .home-header[b-1wayxmv4qm] {
        flex-direction: column;
        align-items: stretch;
    }

    .home-kpi-grid[b-1wayxmv4qm],
    .user-home-actions[b-1wayxmv4qm] {
        grid-template-columns: 1fr;
    }

    .home-recommended-card[b-1wayxmv4qm] {
        flex-direction: column;
        align-items: stretch;
    }

    .recommended-score-home[b-1wayxmv4qm] {
        width: 100%;
    }

    .home-ticket-row[b-1wayxmv4qm] {
        flex-direction: column;
        align-items: flex-start;
    }
}
.home-section-header.enhanced[b-1wayxmv4qm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.btn-link-home[b-1wayxmv4qm] {
    border: none;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 999px;
    padding: .55rem .85rem;
    font-weight: 900;
    cursor: pointer;
}

    .btn-link-home:hover[b-1wayxmv4qm] {
        background: #1f4fd8;
        color: white;
    }

@media (max-width: 700px) {
    .home-section-header.enhanced[b-1wayxmv4qm] {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-link-home[b-1wayxmv4qm] {
        width: 100%;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Reportes/DashboardGerencial.razor.rz.scp.css */
.dashboard-gerencial-page[b-j45v7wkiuv] {
    padding: 1.5rem;
}

.dashboard-header[b-j45v7wkiuv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

    .dashboard-header h1[b-j45v7wkiuv] {
        margin: 0;
        font-size: 1.85rem;
        font-weight: 900;
        color: #101828;
        letter-spacing: -.03em;
    }

    .dashboard-header p[b-j45v7wkiuv] {
        margin: .25rem 0 0 0;
        color: #667085;
        font-size: .95rem;
    }

.btn-refresh[b-j45v7wkiuv] {
    border: none;
    background: linear-gradient(135deg, #3448f0, #1f4fd8);
    color: white;
    border-radius: 14px;
    padding: .85rem 1.2rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(31, 79, 216, .24);
}

    .btn-refresh:hover[b-j45v7wkiuv] {
        transform: translateY(-1px);
    }

.dashboard-filter-card[b-j45v7wkiuv] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.filter-left[b-j45v7wkiuv] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: .75rem;
}

.filter-item[b-j45v7wkiuv] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

    .filter-item label[b-j45v7wkiuv] {
        font-size: .75rem;
        color: #667085;
        font-weight: 900;
    }

    .filter-item input[b-j45v7wkiuv] {
        height: 44px;
        border: 1px solid #d0d5dd;
        border-radius: 13px;
        padding: 0 .85rem;
        outline: none;
        background: #f8fafc;
        color: #101828;
        font-weight: 700;
    }

        .filter-item input:focus[b-j45v7wkiuv] {
            border-color: #1f4fd8;
            box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
            background: white;
        }

.btn-apply-filter[b-j45v7wkiuv] {
    height: 44px;
    border: none;
    background: #111827;
    color: white;
    border-radius: 13px;
    padding: 0 1.1rem;
    font-weight: 900;
    cursor: pointer;
}

    .btn-apply-filter:hover[b-j45v7wkiuv] {
        background: #1f2937;
    }

.filter-quick-actions[b-j45v7wkiuv] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

    .filter-quick-actions button[b-j45v7wkiuv] {
        height: 38px;
        border: none;
        background: #eef2ff;
        color: #3730a3;
        border-radius: 999px;
        padding: 0 .9rem;
        font-weight: 900;
        cursor: pointer;
        font-size: .82rem;
    }

        .filter-quick-actions button:hover[b-j45v7wkiuv] {
            background: #1f4fd8;
            color: white;
        }

.dashboard-kpis[b-j45v7wkiuv] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .9rem;
    margin-bottom: 1rem;
}

.dashboard-kpi-card[b-j45v7wkiuv] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 96px;
    position: relative;
    overflow: hidden;
}

    .dashboard-kpi-card[b-j45v7wkiuv]::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 5px;
        background: #1f4fd8;
    }

.kpi-icon[b-j45v7wkiuv] {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.dashboard-kpi-card span[b-j45v7wkiuv] {
    display: block;
    color: #667085;
    font-size: .78rem;
    margin-bottom: .25rem;
    font-weight: 800;
}

.dashboard-kpi-card strong[b-j45v7wkiuv] {
    display: block;
    font-size: 1.65rem;
    color: #101828;
    line-height: 1.1;
    font-weight: 950;
}

.kpi-blue[b-j45v7wkiuv]::before {
    background: #2563eb;
}

.kpi-red[b-j45v7wkiuv]::before {
    background: #dc2626;
}

.kpi-orange[b-j45v7wkiuv]::before {
    background: #d97706;
}

.kpi-green[b-j45v7wkiuv]::before {
    background: #16a34a;
}

.kpi-indigo[b-j45v7wkiuv]::before {
    background: #4f46e5;
}

.kpi-dark[b-j45v7wkiuv]::before {
    background: #111827;
}

.kpi-blue .kpi-icon[b-j45v7wkiuv] {
    background: #dbeafe;
}

.kpi-red .kpi-icon[b-j45v7wkiuv] {
    background: #fee2e2;
}

.kpi-orange .kpi-icon[b-j45v7wkiuv] {
    background: #ffedd5;
}

.kpi-green .kpi-icon[b-j45v7wkiuv] {
    background: #dcfce7;
}

.kpi-indigo .kpi-icon[b-j45v7wkiuv] {
    background: #e0e7ff;
}

.kpi-dark .kpi-icon[b-j45v7wkiuv] {
    background: #f1f5f9;
}

.kpi-red strong[b-j45v7wkiuv] {
    color: #dc2626;
}

.kpi-orange strong[b-j45v7wkiuv] {
    color: #d97706;
}

.kpi-green strong[b-j45v7wkiuv] {
    color: #16a34a;
}

.kpi-indigo strong[b-j45v7wkiuv] {
    color: #4f46e5;
}

.dashboard-grid[b-j45v7wkiuv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.charts-grid[b-j45v7wkiuv] {
    margin-top: 1rem;
}

.dashboard-loading[b-j45v7wkiuv] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    color: #667085;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

/* Tarjetas de series si las tienes directas en este mismo CSS */
.serie-card[b-j45v7wkiuv] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.serie-card-header[b-j45v7wkiuv] {
    margin-bottom: 1rem;
}

    .serie-card-header h3[b-j45v7wkiuv] {
        margin: 0;
        color: #101828;
        font-size: 1.05rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .serie-card-header span[b-j45v7wkiuv] {
        color: #667085;
        font-size: .82rem;
    }

.serie-empty[b-j45v7wkiuv] {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    color: #667085;
    font-size: .85rem;
}

.serie-list[b-j45v7wkiuv] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.serie-line[b-j45v7wkiuv] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    font-size: .86rem;
}

    .serie-line span[b-j45v7wkiuv] {
        color: #334155;
        font-weight: 850;
    }

    .serie-line strong[b-j45v7wkiuv] {
        color: #101828;
        font-weight: 950;
    }

.serie-bar[b-j45v7wkiuv] {
    height: 10px;
    background: #eef2ff;
    border-radius: 999px;
    overflow: hidden;
    margin-top: .35rem;
}

.serie-bar-fill[b-j45v7wkiuv] {
    height: 100%;
    background: linear-gradient(90deg, #1f4fd8, #5667ff);
    border-radius: 999px;
}

@media (max-width: 1400px) {
    .dashboard-kpis[b-j45v7wkiuv] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .dashboard-gerencial-page[b-j45v7wkiuv] {
        padding: .9rem;
    }

    .dashboard-header[b-j45v7wkiuv] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-filter-card[b-j45v7wkiuv] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-left[b-j45v7wkiuv] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .filter-quick-actions[b-j45v7wkiuv] {
        justify-content: flex-start;
    }

    .dashboard-kpis[b-j45v7wkiuv],
    .dashboard-grid[b-j45v7wkiuv] {
        grid-template-columns: 1fr;
    }

    .btn-refresh[b-j45v7wkiuv] {
        width: 100%;
    }
}

.charts-grid .chart-card:last-child[b-j45v7wkiuv] {
    grid-column: 1 / -1;
}

@media (max-width: 900px) {
    .charts-grid .chart-card:last-child[b-j45v7wkiuv] {
        grid-column: auto;
    }
}


.performance-card[b-j45v7wkiuv] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.performance-header[b-j45v7wkiuv] {
    margin-bottom: 1rem;
}

    .performance-header h3[b-j45v7wkiuv] {
        margin: 0;
        color: #101828;
        font-size: 1.1rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .performance-header span[b-j45v7wkiuv] {
        color: #667085;
        font-size: .84rem;
    }

.performance-empty[b-j45v7wkiuv] {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1rem;
    color: #667085;
    text-align: center;
}

.performance-table-wrap[b-j45v7wkiuv] {
    width: 100%;
    overflow-x: auto;
}

.performance-table[b-j45v7wkiuv] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 .55rem;
}

    .performance-table thead th[b-j45v7wkiuv] {
        text-align: left;
        color: #667085;
        font-size: .76rem;
        font-weight: 900;
        padding: .25rem .75rem;
        white-space: nowrap;
    }

    .performance-table tbody tr[b-j45v7wkiuv] {
        background: #f8fafc;
        border-radius: 16px;
    }

    .performance-table tbody td[b-j45v7wkiuv] {
        padding: .85rem .75rem;
        color: #101828;
        font-size: .88rem;
        vertical-align: middle;
        white-space: nowrap;
    }

        .performance-table tbody td:first-child[b-j45v7wkiuv] {
            border-top-left-radius: 16px;
            border-bottom-left-radius: 16px;
        }

        .performance-table tbody td:last-child[b-j45v7wkiuv] {
            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
        }

.tech-cell[b-j45v7wkiuv] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.tech-avatar[b-j45v7wkiuv] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #1f4fd8;
    color: white;
    font-weight: 950;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-cell strong[b-j45v7wkiuv] {
    display: block;
    font-weight: 950;
    color: #101828;
}

.tech-cell span[b-j45v7wkiuv] {
    display: block;
    color: #667085;
    font-size: .76rem;
    margin-top: .1rem;
}

.metric-pill[b-j45v7wkiuv] {
    display: inline-flex;
    min-width: 32px;
    height: 28px;
    padding: 0 .55rem;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-weight: 950;
}

    .metric-pill.danger[b-j45v7wkiuv] {
        background: #fee2e2;
        color: #991b1b;
    }

    .metric-pill.success[b-j45v7wkiuv] {
        background: #dcfce7;
        color: #166534;
    }

.sla-progress[b-j45v7wkiuv] {
    min-width: 130px;
}

.sla-progress-text[b-j45v7wkiuv] {
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem;
    font-size: .8rem;
    font-weight: 900;
    color: #334155;
}

.sla-progress-bar[b-j45v7wkiuv] {
    height: 8px;
    background: #e0e7ff;
    border-radius: 999px;
    overflow: hidden;
}

    .sla-progress-bar div[b-j45v7wkiuv] {
        height: 100%;
        background: linear-gradient(90deg, #1f4fd8, #22c55e);
        border-radius: 999px;
    }

.load-pill[b-j45v7wkiuv] {
    display: inline-flex;
    border-radius: 999px;
    padding: .35rem .65rem;
    font-size: .78rem;
    font-weight: 950;
}

.load-high[b-j45v7wkiuv] {
    background: #fee2e2;
    color: #991b1b;
}

.load-medium[b-j45v7wkiuv] {
    background: #ffedd5;
    color: #9a3412;
}

.load-normal[b-j45v7wkiuv] {
    background: #dcfce7;
    color: #166534;
}

.load-empty[b-j45v7wkiuv] {
    background: #f1f5f9;
    color: #475569;
}

@media (max-width: 900px) {
    .performance-card[b-j45v7wkiuv] {
        padding: .8rem;
        border-radius: 18px;
    }
}


@media (max-width: 700px) {
    .dashboard-gerencial-page[b-j45v7wkiuv] {
        padding: .75rem;
    }

    .dashboard-header h1[b-j45v7wkiuv] {
        font-size: 1.45rem;
    }

    .dashboard-header p[b-j45v7wkiuv] {
        font-size: .85rem;
    }

    .dashboard-filter-card[b-j45v7wkiuv] {
        padding: .85rem;
        border-radius: 18px;
        gap: .85rem;
    }

    .filter-left[b-j45v7wkiuv] {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .filter-item input[b-j45v7wkiuv],
    .btn-apply-filter[b-j45v7wkiuv] {
        width: 100%;
    }

    .filter-quick-actions[b-j45v7wkiuv] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: .45rem;
    }

        .filter-quick-actions button[b-j45v7wkiuv] {
            width: 100%;
        }

    .dashboard-kpis[b-j45v7wkiuv] {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .dashboard-kpi-card[b-j45v7wkiuv] {
        min-height: 86px;
        padding: .85rem;
        border-radius: 18px;
    }

        .dashboard-kpi-card strong[b-j45v7wkiuv] {
            font-size: 1.45rem;
        }

    .kpi-icon[b-j45v7wkiuv] {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 1.1rem;
    }

    .dashboard-grid[b-j45v7wkiuv] {
        grid-template-columns: 1fr;
        gap: .85rem;
    }

    .charts-grid .chart-card:last-child[b-j45v7wkiuv] {
        grid-column: auto;
    }
}

.performance-mobile-list[b-j45v7wkiuv] {
    display: none;
}

@media (max-width: 700px) {
    .performance-table-wrap[b-j45v7wkiuv] {
        display: none;
    }

    .performance-mobile-list[b-j45v7wkiuv] {
        display: flex;
        flex-direction: column;
        gap: .8rem;
    }

    .performance-mobile-card[b-j45v7wkiuv] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 18px;
        padding: .9rem;
    }

    .performance-mobile-header[b-j45v7wkiuv] {
        display: flex;
        align-items: center;
        gap: .65rem;
        margin-bottom: .8rem;
    }

        .performance-mobile-header strong[b-j45v7wkiuv] {
            display: block;
            font-weight: 950;
            color: #101828;
        }

        .performance-mobile-header span[b-j45v7wkiuv] {
            display: block;
            color: #667085;
            font-size: .78rem;
        }

    .performance-mobile-grid[b-j45v7wkiuv] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .6rem;
        margin-bottom: .8rem;
    }

        .performance-mobile-grid div[b-j45v7wkiuv] {
            background: white;
            border: 1px solid #e7eaf0;
            border-radius: 14px;
            padding: .7rem;
        }

        .performance-mobile-grid span[b-j45v7wkiuv] {
            display: block;
            color: #667085;
            font-size: .75rem;
            font-weight: 800;
            margin-bottom: .25rem;
        }

        .performance-mobile-grid strong[b-j45v7wkiuv] {
            color: #101828;
            font-size: 1rem;
            font-weight: 950;
        }

    .danger-text[b-j45v7wkiuv] {
        color: #dc2626 !important;
    }

    .success-text[b-j45v7wkiuv] {
        color: #16a34a !important;
    }

    .performance-mobile-sla[b-j45v7wkiuv] {
        margin-bottom: .75rem;
    }

    .load-pill[b-j45v7wkiuv] {
        width: fit-content;
    }
}

.dashboard-select[b-j45v7wkiuv] {
    height: 44px;
    min-width: 230px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: 0 .85rem;
    outline: none;
    background: #f8fafc;
    color: #101828;
    font-weight: 700;
}

    .dashboard-select:focus[b-j45v7wkiuv] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
        background: white;
    }

@media (max-width: 700px) {
    .dashboard-select[b-j45v7wkiuv] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Seguridad/PermisosMenu.razor.rz.scp.css */
.permissions-page[b-jrq8ws66l4] {
    padding: 1.25rem;
}

.permissions-header[b-jrq8ws66l4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .permissions-header h1[b-jrq8ws66l4] {
        margin: 0;
        color: #101828;
        font-size: 1.75rem;
        font-weight: 950;
    }

    .permissions-header p[b-jrq8ws66l4] {
        margin: .25rem 0 0;
        color: #667085;
    }

.permissions-toolbar[b-jrq8ws66l4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .85rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: .85rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.form-group[b-jrq8ws66l4] {
    min-width: 280px;
}

    .form-group label[b-jrq8ws66l4] {
        display: block;
        font-size: .78rem;
        color: #667085;
        font-weight: 900;
        margin-bottom: .3rem;
    }

    .form-group select[b-jrq8ws66l4] {
        width: 100%;
        border: 1px solid #d0d5dd;
        border-radius: 13px;
        padding: .75rem .85rem;
        outline: none;
        background: #f8fafc;
    }

        .form-group select:focus[b-jrq8ws66l4] {
            border-color: #1f4fd8;
            box-shadow: 0 0 0 3px rgba(31,79,216,.12);
            background: white;
        }

.quick-actions[b-jrq8ws66l4] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

    .quick-actions button[b-jrq8ws66l4],
    .btn-primary-permissions[b-jrq8ws66l4] {
        border: none;
        border-radius: 13px;
        padding: .75rem 1rem;
        font-weight: 900;
        cursor: pointer;
    }

.btn-primary-permissions[b-jrq8ws66l4] {
    background: #1f4fd8;
    color: white;
}

    .btn-primary-permissions:disabled[b-jrq8ws66l4] {
        opacity: .65;
        cursor: not-allowed;
    }

.quick-actions button[b-jrq8ws66l4] {
    background: #eef2ff;
    color: #3730a3;
}

.permissions-card[b-jrq8ws66l4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.permissions-empty[b-jrq8ws66l4] {
    text-align: center;
    color: #667085;
}

.permissions-table-wrap[b-jrq8ws66l4] {
    width: 100%;
    overflow-x: auto;
}

.permissions-table[b-jrq8ws66l4] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 .5rem;
}

    .permissions-table th[b-jrq8ws66l4] {
        text-align: left;
        color: #667085;
        font-size: .76rem;
        font-weight: 950;
        padding: .4rem .7rem;
        white-space: nowrap;
    }

    .permissions-table td[b-jrq8ws66l4] {
        background: #f8fafc;
        padding: .75rem .7rem;
        vertical-align: middle;
        border-top: 1px solid #e7eaf0;
        border-bottom: 1px solid #e7eaf0;
    }

        .permissions-table td:first-child[b-jrq8ws66l4] {
            border-left: 1px solid #e7eaf0;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .permissions-table td:last-child[b-jrq8ws66l4] {
            border-right: 1px solid #e7eaf0;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

.menu-parent-row td[b-jrq8ws66l4] {
    background: #eef2ff;
}

.menu-child-row td:first-child[b-jrq8ws66l4] {
    padding-left: 1.5rem;
}

.menu-name[b-jrq8ws66l4] {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #101828;
}

    .menu-name strong[b-jrq8ws66l4] {
        font-weight: 950;
    }

.menu-url[b-jrq8ws66l4] {
    color: #667085;
    font-size: .82rem;
    font-weight: 750;
}

.permissions-table input[type="checkbox"][b-jrq8ws66l4] {
    width: 18px;
    height: 18px;
    accent-color: #1f4fd8;
    cursor: pointer;
}

    .permissions-table input[type="checkbox"]:disabled[b-jrq8ws66l4] {
        cursor: not-allowed;
        opacity: .5;
    }

.permissions-message[b-jrq8ws66l4] {
    border-radius: 14px;
    padding: .85rem 1rem;
    font-weight: 850;
    margin-bottom: 1rem;
}

    .permissions-message.ok[b-jrq8ws66l4] {
        background: #dcfce7;
        color: #166534;
    }

    .permissions-message.error[b-jrq8ws66l4] {
        background: #fee2e2;
        color: #991b1b;
    }

@media (max-width: 800px) {
    .permissions-page[b-jrq8ws66l4] {
        padding: .85rem;
    }

    .permissions-header[b-jrq8ws66l4],
    .permissions-toolbar[b-jrq8ws66l4] {
        flex-direction: column;
        align-items: stretch;
    }

    .form-group[b-jrq8ws66l4] {
        min-width: 0;
    }

    .btn-primary-permissions[b-jrq8ws66l4] {
        width: 100%;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Seguridad/Usuarios.razor.rz.scp.css */
.users-page[b-5n6s0l61tz] {
    padding: 1.25rem;
}

.users-header[b-5n6s0l61tz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .users-header h1[b-5n6s0l61tz] {
        margin: 0;
        color: #101828;
        font-size: 1.75rem;
        font-weight: 950;
    }

    .users-header p[b-5n6s0l61tz] {
        margin: .25rem 0 0;
        color: #667085;
    }

.users-toolbar[b-5n6s0l61tz] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .85rem;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: .75rem;
    align-items: center;
    margin-bottom: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

    .users-toolbar input[b-5n6s0l61tz] {
        border: 1px solid #d0d5dd;
        border-radius: 13px;
        padding: .75rem .85rem;
        outline: none;
        background: #f8fafc;
    }

.users-check[b-5n6s0l61tz] {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-weight: 800;
    color: #334155;
    white-space: nowrap;
}

.users-layout[b-5n6s0l61tz] {
    display: grid;
    grid-template-columns: minmax(360px, 520px) 1fr;
    gap: 1rem;
    align-items: start;
}

.users-list-card[b-5n6s0l61tz],
.user-form-card[b-5n6s0l61tz] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.users-list-header[b-5n6s0l61tz],
.user-form-header[b-5n6s0l61tz] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: .85rem;
}

    .users-list-header h3[b-5n6s0l61tz],
    .user-form-header h3[b-5n6s0l61tz] {
        margin: 0;
        color: #101828;
        font-weight: 950;
    }

    .users-list-header span[b-5n6s0l61tz],
    .user-form-header span[b-5n6s0l61tz] {
        color: #667085;
        font-size: .84rem;
    }

.users-list[b-5n6s0l61tz] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    max-height: 680px;
    overflow: auto;
    padding-right: .25rem;
}

.user-row[b-5n6s0l61tz] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 17px;
    padding: .75rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .75rem;
    align-items: center;
    cursor: pointer;
}

    .user-row:hover[b-5n6s0l61tz],
    .user-row.active[b-5n6s0l61tz] {
        border-color: #1f4fd8;
        background: #eef2ff;
    }

.user-avatar-list[b-5n6s0l61tz] {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: #1f4fd8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
}

.user-row-main[b-5n6s0l61tz] {
    min-width: 0;
}

    .user-row-main strong[b-5n6s0l61tz] {
        display: block;
        color: #101828;
        font-weight: 950;
    }

    .user-row-main span[b-5n6s0l61tz],
    .user-row-main small[b-5n6s0l61tz] {
        display: block;
        color: #667085;
        font-size: .8rem;
        margin-top: .1rem;
    }

.user-row-status[b-5n6s0l61tz] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    align-items: flex-end;
}

.status-pill[b-5n6s0l61tz] {
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .72rem;
    font-weight: 900;
    white-space: nowrap;
}

    .status-pill.active[b-5n6s0l61tz] {
        background: #dcfce7;
        color: #166534;
    }

    .status-pill.inactive[b-5n6s0l61tz] {
        background: #fee2e2;
        color: #991b1b;
    }

    .status-pill.warning[b-5n6s0l61tz] {
        background: #fef3c7;
        color: #92400e;
    }

.form-grid[b-5n6s0l61tz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.form-group.full[b-5n6s0l61tz] {
    grid-column: 1 / -1;
}

.form-group label[b-5n6s0l61tz] {
    display: block;
    font-size: .78rem;
    color: #667085;
    font-weight: 900;
    margin-bottom: .3rem;
}

.form-group input[b-5n6s0l61tz],
.form-group select[b-5n6s0l61tz] {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: .75rem .85rem;
    outline: none;
    background: #f8fafc;
}

    .form-group input:focus[b-5n6s0l61tz],
    .form-group select:focus[b-5n6s0l61tz] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31,79,216,.12);
        background: white;
    }

.form-checks[b-5n6s0l61tz] {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #334155;
    font-weight: 800;
}

    .form-checks label[b-5n6s0l61tz] {
        display: flex;
        align-items: center;
        gap: .45rem;
    }

.form-actions-users[b-5n6s0l61tz] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}

.btn-primary-users[b-5n6s0l61tz],
.btn-secondary-users[b-5n6s0l61tz],
.btn-warning-users[b-5n6s0l61tz] {
    border: none;
    border-radius: 13px;
    padding: .75rem 1rem;
    font-weight: 900;
    cursor: pointer;
}

.btn-primary-users[b-5n6s0l61tz] {
    background: #1f4fd8;
    color: white;
}

.btn-secondary-users[b-5n6s0l61tz] {
    background: #eef2ff;
    color: #3730a3;
}

.btn-warning-users[b-5n6s0l61tz] {
    background: #fef3c7;
    color: #92400e;
}

.users-message[b-5n6s0l61tz] {
    border-radius: 14px;
    padding: .85rem 1rem;
    font-weight: 850;
    margin-bottom: 1rem;
}

    .users-message.ok[b-5n6s0l61tz] {
        background: #dcfce7;
        color: #166534;
    }

    .users-message.error[b-5n6s0l61tz] {
        background: #fee2e2;
        color: #991b1b;
    }

.users-empty[b-5n6s0l61tz] {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    color: #667085;
}

.password-temp-box[b-5n6s0l61tz] {
    margin-top: 1rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 16px;
    padding: .9rem;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    color: #92400e;
}

    .password-temp-box strong[b-5n6s0l61tz] {
        font-weight: 950;
    }

    .password-temp-box span[b-5n6s0l61tz] {
        font-size: 1.1rem;
        font-weight: 950;
        color: #101828;
    }

    .password-temp-box small[b-5n6s0l61tz] {
        color: #92400e;
    }

@media (max-width: 1200px) {
    .users-layout[b-5n6s0l61tz] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .users-page[b-5n6s0l61tz] {
        padding: .85rem;
    }

    .users-header[b-5n6s0l61tz] {
        flex-direction: column;
        align-items: stretch;
    }

    .users-toolbar[b-5n6s0l61tz] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-5n6s0l61tz] {
        grid-template-columns: 1fr;
    }

    .user-row[b-5n6s0l61tz] {
        grid-template-columns: auto 1fr;
    }

    .user-row-status[b-5n6s0l61tz] {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: flex-start;
    }
}

.password-help-box[b-5n6s0l61tz] {
    grid-column: 1 / -1;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #3730a3;
    border-radius: 14px;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-size: .85rem;
}

    .password-help-box strong[b-5n6s0l61tz] {
        font-weight: 950;
    }
/* _content/PelsaServiceDesk/Components/Pages/Tecnico/PortalTecnico.razor.rz.scp.css */
.portal-tecnico-page[b-tu1kri7spf] {
    padding: 1.25rem;
}

.portal-header[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

    .portal-header h1[b-tu1kri7spf] {
        margin: 0;
        font-size: 1.7rem;
        font-weight: 800;
        color: #182235;
    }

    .portal-header p[b-tu1kri7spf] {
        margin: .25rem 0 0 0;
        color: #667085;
    }

.btn-refresh[b-tu1kri7spf] {
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 12px;
    padding: .7rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

    .btn-refresh:disabled[b-tu1kri7spf] {
        opacity: .7;
        cursor: not-allowed;
    }

.kpi-grid[b-tu1kri7spf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.kpi-card[b-tu1kri7spf] {
    background: white;
    border-radius: 18px;
    padding: 1rem;
    border: 1px solid #e7eaf0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.kpi-label[b-tu1kri7spf] {
    display: block;
    color: #667085;
    font-size: .85rem;
    margin-bottom: .35rem;
}

.kpi-card strong[b-tu1kri7spf] {
    font-size: 2rem;
    color: #182235;
}

.kpi-card.danger strong[b-tu1kri7spf] {
    color: #dc2626;
}

.kpi-card.warning strong[b-tu1kri7spf] {
    color: #d97706;
}

.kpi-card.info strong[b-tu1kri7spf] {
    color: #2563eb;
}

.portal-toolbar[b-tu1kri7spf] {
    display: grid;
    grid-template-columns: 1fr 220px 220px auto;
    gap: .75rem;
    margin-bottom: 1rem;
}

.search-box[b-tu1kri7spf],
.filter-select[b-tu1kri7spf] {
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: .75rem .9rem;
    background: white;
    outline: none;
}

    .search-box:focus[b-tu1kri7spf],
    .filter-select:focus[b-tu1kri7spf] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
    }

.ticket-work-panel[b-tu1kri7spf] {
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e7eaf0;
    padding: 1rem;
}

.ticket-list[b-tu1kri7spf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
}

.ticket-card[b-tu1kri7spf] {
    background: white;
    border-radius: 18px;
    border: 1px solid #e7eaf0;
    padding: 1rem;
    cursor: pointer;
    transition: .18s ease;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

    .ticket-card:hover[b-tu1kri7spf] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
    }

    .ticket-card.ticket-danger[b-tu1kri7spf] {
        border-left: 5px solid #dc2626;
    }

    .ticket-card.ticket-warning[b-tu1kri7spf] {
        border-left: 5px solid #d97706;
    }

.ticket-card-header[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-bottom: .6rem;
}

    .ticket-card-header strong[b-tu1kri7spf] {
        color: #1f4fd8;
    }

.ticket-card h3[b-tu1kri7spf] {
    margin: 0 0 .65rem 0;
    font-size: 1rem;
    color: #182235;
    line-height: 1.3;
}

.ticket-meta[b-tu1kri7spf] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-size: .84rem;
    color: #667085;
    margin-bottom: .75rem;
}

.ticket-footer[b-tu1kri7spf] {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: .65rem;
}

.priority-badge[b-tu1kri7spf],
.state-pill[b-tu1kri7spf],
.sla-pill[b-tu1kri7spf] {
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 700;
}

    .priority-badge.critical[b-tu1kri7spf] {
        background: #fee2e2;
        color: #991b1b;
    }

    .priority-badge.high[b-tu1kri7spf] {
        background: #ffedd5;
        color: #9a3412;
    }

    .priority-badge.medium[b-tu1kri7spf] {
        background: #fef9c3;
        color: #854d0e;
    }

    .priority-badge.low[b-tu1kri7spf] {
        background: #dcfce7;
        color: #166534;
    }

    .priority-badge.normal[b-tu1kri7spf] {
        background: #e0e7ff;
        color: #3730a3;
    }

.state-pill[b-tu1kri7spf] {
    background: #eef2ff;
    color: #3730a3;
}

.sla-pill.danger[b-tu1kri7spf] {
    background: #fee2e2;
    color: #991b1b;
}

.sla-pill.warning[b-tu1kri7spf] {
    background: #ffedd5;
    color: #9a3412;
}

.sla-pill.ok[b-tu1kri7spf] {
    background: #dcfce7;
    color: #166534;
}

.sla-pill.neutral[b-tu1kri7spf] {
    background: #f1f5f9;
    color: #475569;
}

.ticket-small[b-tu1kri7spf] {
    color: #667085;
    font-size: .8rem;
}

.loading-card[b-tu1kri7spf],
.empty-state[b-tu1kri7spf] {
    background: white;
    border-radius: 18px;
    padding: 2rem;
    text-align: center;
    color: #667085;
    border: 1px solid #e7eaf0;
}

.loader-dot[b-tu1kri7spf] {
    width: 16px;
    height: 16px;
    background: #1f4fd8;
    border-radius: 50%;
    margin: 0 auto .75rem auto;
    animation: pulse-b-tu1kri7spf 1s infinite ease-in-out;
}

@keyframes pulse-b-tu1kri7spf {
    0% {
        transform: scale(.85);
        opacity: .45;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(.85);
        opacity: .45;
    }
}

@media (max-width: 1200px) {
    .ticket-list[b-tu1kri7spf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kpi-grid[b-tu1kri7spf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portal-toolbar[b-tu1kri7spf] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .portal-tecnico-page[b-tu1kri7spf] {
        padding: .85rem;
    }

    .portal-header[b-tu1kri7spf] {
        flex-direction: column;
        align-items: stretch;
    }

    .ticket-list[b-tu1kri7spf] {
        grid-template-columns: 1fr;
    }

    .kpi-grid[b-tu1kri7spf] {
        grid-template-columns: 1fr 1fr;
        gap: .7rem;
    }

    .kpi-card[b-tu1kri7spf] {
        padding: .8rem;
        border-radius: 15px;
    }

        .kpi-card strong[b-tu1kri7spf] {
            font-size: 1.55rem;
        }
}

.recommended-ticket[b-tu1kri7spf] {
    background: linear-gradient(135deg, #182235, #26395f);
    color: white;
    border-radius: 20px;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .18);
}

    .recommended-ticket:hover[b-tu1kri7spf] {
        transform: translateY(-1px);
    }

.recommended-left[b-tu1kri7spf] {
    display: flex;
    align-items: center;
    gap: .9rem;
}

.recommended-icon[b-tu1kri7spf] {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .13);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.recommended-label[b-tu1kri7spf] {
    font-size: .78rem;
    opacity: .75;
    display: block;
    margin-bottom: .2rem;
}

.recommended-ticket h3[b-tu1kri7spf] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.recommended-ticket p[b-tu1kri7spf] {
    margin: .25rem 0 0 0;
    opacity: .78;
    font-size: .86rem;
}

.recommended-score[b-tu1kri7spf] {
    background: rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: .7rem 1rem;
    min-width: 150px;
    text-align: center;
}

    .recommended-score span[b-tu1kri7spf] {
        display: block;
        font-size: .75rem;
        opacity: .75;
    }

    .recommended-score strong[b-tu1kri7spf] {
        display: block;
        font-size: 1.7rem;
        line-height: 1.1;
    }

    .recommended-score small[b-tu1kri7spf] {
        display: block;
        font-size: .72rem;
        opacity: .8;
    }

.ticket-header-badges[b-tu1kri7spf] {
    display: flex;
    align-items: center;
    gap: .35rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.score-badge[b-tu1kri7spf] {
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .72rem;
    font-weight: 800;
}

    .score-badge.attention-critical[b-tu1kri7spf] {
        background: #fee2e2;
        color: #991b1b;
    }

    .score-badge.attention-high[b-tu1kri7spf] {
        background: #ffedd5;
        color: #9a3412;
    }

    .score-badge.attention-medium[b-tu1kri7spf] {
        background: #fef9c3;
        color: #854d0e;
    }

    .score-badge.attention-normal[b-tu1kri7spf] {
        background: #e0e7ff;
        color: #3730a3;
    }

.attention-line[b-tu1kri7spf] {
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .5rem;
    border-radius: 10px;
    padding: .35rem .5rem;
    display: inline-block;
}

    .attention-line.attention-critical[b-tu1kri7spf] {
        background: #fee2e2;
        color: #991b1b;
    }

    .attention-line.attention-high[b-tu1kri7spf] {
        background: #ffedd5;
        color: #9a3412;
    }

    .attention-line.attention-medium[b-tu1kri7spf] {
        background: #fef9c3;
        color: #854d0e;
    }

    .attention-line.attention-normal[b-tu1kri7spf] {
        background: #eef2ff;
        color: #3730a3;
    }

@media (max-width: 700px) {
    .recommended-ticket[b-tu1kri7spf] {
        flex-direction: column;
        align-items: stretch;
    }

    .recommended-left[b-tu1kri7spf] {
        align-items: flex-start;
    }

    .recommended-score[b-tu1kri7spf] {
        width: 100%;
    }

    .ticket-card-header[b-tu1kri7spf] {
        align-items: flex-start;
    }

    .ticket-header-badges[b-tu1kri7spf] {
        justify-content: flex-start;
    }
}

.outlook-workspace[b-tu1kri7spf] {
    display: grid;
    grid-template-columns: minmax(360px, 45%) minmax(420px, 1fr);
    gap: 1rem;
    align-items: start;
}

.outlook-list-panel[b-tu1kri7spf],
.outlook-detail-panel[b-tu1kri7spf] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    min-height: 540px;
}

.outlook-panel-title[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .85rem;
}

    .outlook-panel-title h3[b-tu1kri7spf] {
        margin: 0;
        font-size: 1rem;
        font-weight: 800;
        color: #182235;
    }

    .outlook-panel-title span[b-tu1kri7spf] {
        font-size: .8rem;
        color: #667085;
    }

.outlook-ticket-list[b-tu1kri7spf] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-height: 680px;
    overflow-y: auto;
    padding-right: .25rem;
}

.outlook-ticket-card[b-tu1kri7spf] {
    width: 100%;
    box-shadow: none;
}

    .outlook-ticket-card.selected[b-tu1kri7spf] {
        border: 2px solid #1f4fd8;
        box-shadow: 0 10px 24px rgba(31, 79, 216, .16);
    }

        .outlook-ticket-card.selected strong[b-tu1kri7spf] {
            color: #1f4fd8;
        }

.quick-detail[b-tu1kri7spf] {
    background: white;
    border-radius: 18px;
    padding: 1.1rem;
    border: 1px solid #e7eaf0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.quick-detail-header[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1rem;
}

.quick-ticket-code[b-tu1kri7spf] {
    display: inline-block;
    font-size: .8rem;
    color: #1f4fd8;
    font-weight: 800;
    margin-bottom: .25rem;
}

.quick-detail-header h2[b-tu1kri7spf] {
    margin: 0;
    font-size: 1.35rem;
    color: #182235;
    line-height: 1.25;
}

.quick-score-card[b-tu1kri7spf] {
    border-radius: 18px;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .quick-score-card span[b-tu1kri7spf] {
        display: block;
        font-size: .8rem;
        opacity: .75;
        margin-bottom: .2rem;
    }

    .quick-score-card strong[b-tu1kri7spf] {
        font-size: 2rem;
        line-height: 1;
    }

    .quick-score-card p[b-tu1kri7spf] {
        margin: 0;
        font-weight: 800;
    }

    .quick-score-card.attention-critical[b-tu1kri7spf] {
        background: #fee2e2;
        color: #991b1b;
    }

    .quick-score-card.attention-high[b-tu1kri7spf] {
        background: #ffedd5;
        color: #9a3412;
    }

    .quick-score-card.attention-medium[b-tu1kri7spf] {
        background: #fef9c3;
        color: #854d0e;
    }

    .quick-score-card.attention-normal[b-tu1kri7spf] {
        background: #eef2ff;
        color: #3730a3;
    }

.quick-info-grid[b-tu1kri7spf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-bottom: 1rem;
}

.quick-info-item[b-tu1kri7spf] {
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    padding: .8rem;
    background: #f8fafc;
}

    .quick-info-item span[b-tu1kri7spf] {
        display: block;
        font-size: .75rem;
        color: #667085;
        margin-bottom: .25rem;
    }

    .quick-info-item strong[b-tu1kri7spf] {
        display: block;
        font-size: .9rem;
        color: #182235;
        line-height: 1.25;
    }

.quick-sla-box[b-tu1kri7spf] {
    margin-bottom: 1rem;
}

.sla-status[b-tu1kri7spf] {
    border-radius: 16px;
    padding: .9rem;
}

    .sla-status strong[b-tu1kri7spf] {
        display: block;
        margin-bottom: .25rem;
    }

    .sla-status span[b-tu1kri7spf] {
        display: block;
        font-size: .85rem;
    }

    .sla-status.danger[b-tu1kri7spf] {
        background: #fee2e2;
        color: #991b1b;
    }

    .sla-status.warning[b-tu1kri7spf] {
        background: #ffedd5;
        color: #9a3412;
    }

    .sla-status.ok[b-tu1kri7spf] {
        background: #dcfce7;
        color: #166534;
    }

.quick-actions[b-tu1kri7spf] {
    display: flex;
    justify-content: flex-end;
    gap: .65rem;
}

.btn-primary-detail[b-tu1kri7spf] {
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 12px;
    padding: .75rem 1rem;
    font-weight: 800;
    cursor: pointer;
}

    .btn-primary-detail:hover[b-tu1kri7spf] {
        background: #173eb0;
    }

.detail-empty[b-tu1kri7spf] {
    min-height: 500px;
    background: white;
    border-radius: 18px;
    border: 1px dashed #cbd5e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #667085;
    text-align: center;
    padding: 2rem;
}

.detail-empty-icon[b-tu1kri7spf] {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: #eef2ff;
    color: #1f4fd8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: .75rem;
}

.detail-empty h3[b-tu1kri7spf] {
    margin: 0 0 .35rem 0;
    color: #182235;
}

.detail-empty p[b-tu1kri7spf] {
    margin: 0;
}

@media (max-width: 1200px) {
    .outlook-workspace[b-tu1kri7spf] {
        grid-template-columns: 1fr;
    }

    .outlook-ticket-list[b-tu1kri7spf] {
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 700px) {
    .outlook-list-panel[b-tu1kri7spf],
    .outlook-detail-panel[b-tu1kri7spf] {
        padding: .75rem;
        border-radius: 16px;
        min-height: auto;
    }

    .quick-info-grid[b-tu1kri7spf] {
        grid-template-columns: 1fr;
    }

    .quick-detail-header[b-tu1kri7spf] {
        flex-direction: column;
    }

    .quick-score-card[b-tu1kri7spf] {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

    .quick-actions[b-tu1kri7spf] {
        justify-content: stretch;
    }

    .btn-primary-detail[b-tu1kri7spf] {
        width: 100%;
    }
}

.portal-tabs[b-tu1kri7spf] {
    display: flex;
    gap: .6rem;
    margin-bottom: 1rem;
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .4rem;
    width: fit-content;
}

.portal-tab[b-tu1kri7spf] {
    border: none;
    background: transparent;
    color: #667085;
    font-weight: 800;
    padding: .7rem 1rem;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .45rem;
}

    .portal-tab:hover[b-tu1kri7spf] {
        background: #eef2ff;
        color: #1f4fd8;
    }

    .portal-tab.active[b-tu1kri7spf] {
        background: #1f4fd8;
        color: white;
        box-shadow: 0 8px 18px rgba(31, 79, 216, .22);
    }

.kanban-workspace[b-tu1kri7spf] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
}

.kanban-header[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .kanban-header h3[b-tu1kri7spf] {
        margin: 0;
        color: #182235;
        font-size: 1.1rem;
        font-weight: 900;
    }

    .kanban-header span[b-tu1kri7spf] {
        color: #667085;
        font-size: .85rem;
    }

.kanban-summary[b-tu1kri7spf] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 999px;
    padding: .45rem .85rem;
    color: #182235;
    font-weight: 800;
    font-size: .85rem;
}

.kanban-board[b-tu1kri7spf] {
    display: grid;
    grid-template-columns: repeat(5, minmax(260px, 1fr));
    gap: .9rem;
    overflow-x: auto;
    padding-bottom: .35rem;
}

.kanban-column[b-tu1kri7spf] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.kanban-column-header[b-tu1kri7spf] {
    padding: .9rem;
    border-bottom: 1px solid #e7eaf0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .kanban-column-header h4[b-tu1kri7spf] {
        margin: 0;
        font-size: .95rem;
        color: #182235;
        font-weight: 900;
    }

    .kanban-column-header span[b-tu1kri7spf] {
        color: #667085;
        font-size: .76rem;
    }

    .kanban-column-header strong[b-tu1kri7spf] {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .85rem;
    }

.kanban-pending .kanban-column-header strong[b-tu1kri7spf] {
    background: #eef2ff;
    color: #3730a3;
}

.kanban-assigned .kanban-column-header strong[b-tu1kri7spf] {
    background: #dbeafe;
    color: #1d4ed8;
}

.kanban-progress .kanban-column-header strong[b-tu1kri7spf] {
    background: #fef9c3;
    color: #854d0e;
}

.kanban-waiting .kanban-column-header strong[b-tu1kri7spf] {
    background: #ffedd5;
    color: #9a3412;
}

.kanban-done .kanban-column-header strong[b-tu1kri7spf] {
    background: #dcfce7;
    color: #166534;
}

.kanban-default .kanban-column-header strong[b-tu1kri7spf] {
    background: #f1f5f9;
    color: #475569;
}

.kanban-column-body[b-tu1kri7spf] {
    padding: .75rem;
    display: flex;
    flex-direction: column;
    gap: .7rem;
    overflow-y: auto;
    max-height: 620px;
}

.kanban-card[b-tu1kri7spf] {
    border: 1px solid #e7eaf0;
    background: #ffffff;
    border-radius: 16px;
    padding: .85rem;
    cursor: pointer;
    transition: .18s ease;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .04);
}

    .kanban-card:hover[b-tu1kri7spf] {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(15, 23, 42, .09);
    }

    .kanban-card.selected[b-tu1kri7spf] {
        border: 2px solid #1f4fd8;
        box-shadow: 0 10px 22px rgba(31, 79, 216, .15);
    }

    .kanban-card.ticket-danger[b-tu1kri7spf] {
        border-left: 5px solid #dc2626;
    }

    .kanban-card.ticket-warning[b-tu1kri7spf] {
        border-left: 5px solid #d97706;
    }

.kanban-card-top[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-bottom: .6rem;
}

    .kanban-card-top strong[b-tu1kri7spf] {
        color: #1f4fd8;
        font-size: .9rem;
    }

.kanban-card h5[b-tu1kri7spf] {
    margin: 0 0 .6rem 0;
    color: #182235;
    font-size: .93rem;
    line-height: 1.3;
    font-weight: 900;
}

.kanban-card-meta[b-tu1kri7spf] {
    display: flex;
    flex-direction: column;
    gap: .18rem;
    color: #667085;
    font-size: .78rem;
    margin-bottom: .65rem;
}

.kanban-card-badges[b-tu1kri7spf] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-bottom: .6rem;
}

.kanban-card-footer[b-tu1kri7spf] {
    color: #667085;
    font-size: .76rem;
    margin-bottom: .65rem;
}

.kanban-open-btn[b-tu1kri7spf] {
    border: none;
    background: #eef2ff;
    color: #3730a3;
    font-weight: 900;
    border-radius: 10px;
    padding: .5rem .75rem;
    cursor: pointer;
    width: 100%;
}

    .kanban-open-btn:hover[b-tu1kri7spf] {
        background: #1f4fd8;
        color: white;
    }

.kanban-selected-mobile[b-tu1kri7spf] {
    display: none;
    margin-top: 1rem;
}

@media (max-width: 1400px) {
    .kanban-board[b-tu1kri7spf] {
        grid-template-columns: repeat(5, 280px);
    }
}

@media (max-width: 700px) {
    .portal-tabs[b-tu1kri7spf] {
        width: 100%;
    }

    .portal-tab[b-tu1kri7spf] {
        flex: 1;
        justify-content: center;
    }

    .kanban-workspace[b-tu1kri7spf] {
        padding: .75rem;
        border-radius: 16px;
    }

    .kanban-header[b-tu1kri7spf] {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

    .kanban-board[b-tu1kri7spf] {
        display: flex;
        overflow-x: auto;
        gap: .75rem;
        scroll-snap-type: x mandatory;
    }

    .kanban-column[b-tu1kri7spf] {
        min-width: 280px;
        scroll-snap-align: start;
        min-height: 480px;
    }

    .kanban-column-body[b-tu1kri7spf] {
        max-height: none;
    }

    .kanban-selected-mobile[b-tu1kri7spf] {
        display: block;
    }
}

.workflow-box[b-tu1kri7spf] {
    border: 1px solid #e7eaf0;
    background: #f8fafc;
    border-radius: 18px;
    padding: .9rem;
    margin-bottom: 1rem;
}

.workflow-box-header[b-tu1kri7spf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
}

    .workflow-box-header h4[b-tu1kri7spf] {
        margin: 0;
        color: #182235;
        font-size: .95rem;
        font-weight: 900;
    }

    .workflow-box-header span[b-tu1kri7spf] {
        display: block;
        color: #667085;
        font-size: .76rem;
        margin-top: .15rem;
    }

.workflow-message[b-tu1kri7spf] {
    border-radius: 12px;
    padding: .65rem .75rem;
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: .65rem;
}

    .workflow-message.ok[b-tu1kri7spf] {
        background: #dcfce7;
        color: #166534;
    }

    .workflow-message.error[b-tu1kri7spf] {
        background: #fee2e2;
        color: #991b1b;
    }

.workflow-comment[b-tu1kri7spf] {
    width: 100%;
    min-height: 82px;
    resize: vertical;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: .75rem;
    outline: none;
    font-size: .9rem;
    margin-bottom: .75rem;
}

    .workflow-comment:focus[b-tu1kri7spf] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
    }

.workflow-empty[b-tu1kri7spf] {
    background: white;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: .8rem;
    color: #667085;
    font-size: .85rem;
    text-align: center;
}

.workflow-actions[b-tu1kri7spf] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.workflow-action-btn[b-tu1kri7spf] {
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 14px;
    padding: .75rem .9rem;
    cursor: pointer;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
}

    .workflow-action-btn:hover[b-tu1kri7spf] {
        background: #173eb0;
    }

    .workflow-action-btn:disabled[b-tu1kri7spf] {
        opacity: .65;
        cursor: not-allowed;
    }

    .workflow-action-btn small[b-tu1kri7spf] {
        opacity: .78;
        font-weight: 700;
    }

.kanban-workflow-actions[b-tu1kri7spf] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    margin-bottom: .55rem;
}

.kanban-workflow-btn[b-tu1kri7spf] {
    border: none;
    background: #1f4fd8;
    color: white;
    border-radius: 10px;
    padding: .48rem .65rem;
    font-size: .78rem;
    font-weight: 900;
    cursor: pointer;
}

    .kanban-workflow-btn:hover[b-tu1kri7spf] {
        background: #173eb0;
    }

    .kanban-workflow-btn:disabled[b-tu1kri7spf] {
        opacity: .65;
        cursor: not-allowed;
    }


.closed-toggle[b-tu1kri7spf] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: white;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: .7rem .9rem;
    font-weight: 800;
    color: #334155;
    cursor: pointer;
    white-space: nowrap;
}

    .closed-toggle input[b-tu1kri7spf] {
        width: 18px;
        height: 18px;
        accent-color: #1f4fd8;
    }

    .closed-toggle span[b-tu1kri7spf] {
        font-size: .88rem;
    }
/* _content/PelsaServiceDesk/Components/Pages/Tickets/MisTickets.razor.rz.scp.css */
.my-tickets-page[b-kx3vgc7ae4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.my-tickets-hero[b-kx3vgc7ae4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

    .my-tickets-hero h1[b-kx3vgc7ae4] {
        margin: 0;
        color: #101828;
        font-size: 1.85rem;
        font-weight: 900;
    }

    .my-tickets-hero p[b-kx3vgc7ae4] {
        margin: .35rem 0 0;
        color: #667085;
    }

.btn-primary-ticket[b-kx3vgc7ae4],
.btn-secondary-ticket[b-kx3vgc7ae4] {
    border: none;
    border-radius: 14px;
    padding: .8rem 1rem;
    font-weight: 900;
    cursor: pointer;
}

.btn-primary-ticket[b-kx3vgc7ae4] {
    background: #1f4fd8;
    color: white;
    box-shadow: 0 10px 24px rgba(31, 79, 216, .22);
}

.btn-secondary-ticket[b-kx3vgc7ae4] {
    background: #eef2ff;
    color: #3730a3;
}

.ticket-kpi-grid[b-kx3vgc7ae4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.ticket-kpi[b-kx3vgc7ae4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    transition: .15s ease;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
}

    .ticket-kpi span[b-kx3vgc7ae4] {
        display: block;
        color: #667085;
        font-size: .85rem;
        font-weight: 800;
    }

    .ticket-kpi strong[b-kx3vgc7ae4] {
        display: block;
        margin-top: .4rem;
        font-size: 1.8rem;
        color: #101828;
    }

    .ticket-kpi.active[b-kx3vgc7ae4] {
        border-color: #1f4fd8;
        background: #eef4ff;
    }

.tickets-filter-card[b-kx3vgc7ae4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: .85rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
}

.form-group label[b-kx3vgc7ae4] {
    display: block;
    margin-bottom: .35rem;
    font-weight: 900;
    color: #101828;
}

.form-control[b-kx3vgc7ae4] {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: .75rem .85rem;
    outline: none;
}

    .form-control:focus[b-kx3vgc7ae4] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
    }

.tickets-card-list[b-kx3vgc7ae4] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.ticket-user-card[b-kx3vgc7ae4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .045);
}

.ticket-card-top[b-kx3vgc7ae4] {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-wrap: wrap;
}

.ticket-code-chip[b-kx3vgc7ae4] {
    background: #eef2ff;
    color: #3730a3;
    border-radius: 999px;
    padding: .28rem .6rem;
    font-weight: 900;
    font-size: .78rem;
}

.ticket-status[b-kx3vgc7ae4] {
    border-radius: 999px;
    padding: .28rem .6rem;
    font-weight: 900;
    font-size: .78rem;
}

.status-final[b-kx3vgc7ae4] {
    background: #dcfce7;
    color: #166534;
}

.status-danger[b-kx3vgc7ae4] {
    background: #fee2e2;
    color: #991b1b;
}

.status-pending[b-kx3vgc7ae4] {
    background: #fef3c7;
    color: #92400e;
}

.status-assigned[b-kx3vgc7ae4] {
    background: #dbeafe;
    color: #1e40af;
}

.status-process[b-kx3vgc7ae4] {
    background: #eef2ff;
    color: #3730a3;
}

.status-neutral[b-kx3vgc7ae4] {
    background: #f3f4f6;
    color: #374151;
}

.ticket-user-card h3[b-kx3vgc7ae4] {
    margin: .65rem 0 .45rem;
    color: #101828;
    font-size: 1.15rem;
    font-weight: 900;
}

.ticket-meta[b-kx3vgc7ae4] {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap;
    color: #667085;
    font-weight: 700;
    font-size: .88rem;
}

.ticket-progress-row[b-kx3vgc7ae4] {
    margin-top: .85rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

    .ticket-progress-row div[b-kx3vgc7ae4] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 14px;
        padding: .7rem;
    }

    .ticket-progress-row small[b-kx3vgc7ae4] {
        display: block;
        color: #667085;
        font-weight: 800;
        margin-bottom: .25rem;
    }

    .ticket-progress-row strong[b-kx3vgc7ae4] {
        color: #101828;
    }

.sla-ok[b-kx3vgc7ae4] {
    color: #166534 !important;
}

.sla-warning[b-kx3vgc7ae4] {
    color: #92400e !important;
}

.sla-danger[b-kx3vgc7ae4] {
    color: #991b1b !important;
}

.empty-tickets[b-kx3vgc7ae4],
.tickets-loading[b-kx3vgc7ae4] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 2rem;
    text-align: center;
    color: #667085;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .045);
}

.empty-icon[b-kx3vgc7ae4] {
    font-size: 2.4rem;
    margin-bottom: .5rem;
}

.empty-tickets h3[b-kx3vgc7ae4] {
    margin: 0;
    color: #101828;
}

.empty-tickets p[b-kx3vgc7ae4] {
    margin: .4rem 0 1rem;
}

@media (max-width: 900px) {
    .my-tickets-hero[b-kx3vgc7ae4],
    .ticket-user-card[b-kx3vgc7ae4] {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .ticket-kpi-grid[b-kx3vgc7ae4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tickets-filter-card[b-kx3vgc7ae4] {
        grid-template-columns: 1fr;
    }

    .ticket-card-actions[b-kx3vgc7ae4] {
        display: flex;
    }

        .ticket-card-actions button[b-kx3vgc7ae4] {
            width: 100%;
        }

    .ticket-progress-row[b-kx3vgc7ae4] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .ticket-kpi-grid[b-kx3vgc7ae4] {
        grid-template-columns: 1fr;
    }

    .my-tickets-hero h1[b-kx3vgc7ae4] {
        font-size: 1.45rem;
    }
}
/* _content/PelsaServiceDesk/Components/Pages/Tickets/NuevoTicket.razor.rz.scp.css */
.ticket-wizard-page[b-zie404if1i] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wizard-hero[b-zie404if1i] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

    .wizard-hero h1[b-zie404if1i] {
        margin: 0;
        color: #101828;
        font-size: 1.85rem;
        font-weight: 900;
    }

    .wizard-hero p[b-zie404if1i] {
        margin: .35rem 0 0;
        color: #667085;
    }

.btn-primary-ticket[b-zie404if1i],
.btn-secondary-ticket[b-zie404if1i] {
    border: none;
    border-radius: 14px;
    padding: .8rem 1rem;
    font-weight: 900;
    cursor: pointer;
}

.btn-primary-ticket[b-zie404if1i] {
    background: #1f4fd8;
    color: white;
    box-shadow: 0 10px 24px rgba(31, 79, 216, .22);
}

.btn-secondary-ticket[b-zie404if1i] {
    background: #eef2ff;
    color: #3730a3;
}

    .btn-primary-ticket:disabled[b-zie404if1i],
    .btn-secondary-ticket:disabled[b-zie404if1i] {
        opacity: .65;
        cursor: not-allowed;
    }

.wizard-steps[b-zie404if1i] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
}

.wizard-step[b-zie404if1i] {
    border: 1px solid #e7eaf0;
    background: white;
    border-radius: 18px;
    padding: .85rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .65rem;
    text-align: left;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
}

    .wizard-step span[b-zie404if1i] {
        width: 32px;
        height: 32px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: #f3f4f6;
        color: #344054;
        font-weight: 900;
    }

    .wizard-step strong[b-zie404if1i] {
        color: #344054;
        font-size: .9rem;
    }

    .wizard-step.active[b-zie404if1i] {
        border-color: #1f4fd8;
        background: #eef4ff;
    }

        .wizard-step.active span[b-zie404if1i] {
            background: #1f4fd8;
            color: white;
        }

        .wizard-step.active strong[b-zie404if1i] {
            color: #1f4fd8;
        }

    .wizard-step.completed span[b-zie404if1i] {
        background: #dcfce7;
        color: #166534;
    }

.wizard-card[b-zie404if1i] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 1.4rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.wizard-section[b-zie404if1i] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wizard-badge[b-zie404if1i] {
    background: #eef2ff;
    color: #3730a3;
    border-radius: 999px;
    padding: .3rem .65rem;
    font-size: .8rem;
    font-weight: 900;
    width: fit-content;
}

.wizard-section h2[b-zie404if1i] {
    margin: 0;
    color: #101828;
    font-size: 1.6rem;
    font-weight: 900;
}

.wizard-section p[b-zie404if1i] {
    margin: 0;
    color: #667085;
}

.form-group label[b-zie404if1i] {
    display: block;
    margin-bottom: .35rem;
    font-weight: 900;
    color: #101828;
}

.form-control[b-zie404if1i] {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: .8rem .9rem;
    outline: none;
}

    .form-control:focus[b-zie404if1i] {
        border-color: #1f4fd8;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
    }

.textarea-lg[b-zie404if1i] {
    min-height: 180px;
    resize: vertical;
}

.form-grid-2[b-zie404if1i] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.wizard-tip[b-zie404if1i] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .9rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

    .wizard-tip strong[b-zie404if1i] {
        color: #153e75;
        font-weight: 900;
    }

    .wizard-tip span[b-zie404if1i] {
        color: #667085;
    }

.priority-grid[b-zie404if1i] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.priority-option[b-zie404if1i] {
    border: 1px solid #e7eaf0;
    background: #fff;
    border-radius: 18px;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

    .priority-option span[b-zie404if1i] {
        font-size: 1.6rem;
    }

    .priority-option strong[b-zie404if1i] {
        color: #101828;
        font-size: 1rem;
    }

    .priority-option small[b-zie404if1i] {
        color: #667085;
        line-height: 1.35;
    }

    .priority-option.active[b-zie404if1i] {
        border-color: #1f4fd8;
        background: #eef4ff;
        box-shadow: 0 0 0 3px rgba(31, 79, 216, .12);
    }

.upload-box[b-zie404if1i] {
    border: 2px dashed #b9c7ff;
    background: #f8faff;
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .upload-box input[b-zie404if1i] {
        max-width: 100%;
    }

    .upload-box span[b-zie404if1i] {
        color: #153e75;
        font-weight: 900;
    }

    .upload-box small[b-zie404if1i] {
        color: #667085;
    }

.wizard-attachments[b-zie404if1i] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.wizard-attachment[b-zie404if1i] {
    border: 1px solid #e7eaf0;
    background: #f8fafc;
    border-radius: 14px;
    padding: .75rem;
    display: flex;
    justify-content: space-between;
    gap: .7rem;
}

    .wizard-attachment span[b-zie404if1i] {
        font-weight: 800;
        color: #101828;
        overflow-wrap: anywhere;
    }

    .wizard-attachment small[b-zie404if1i] {
        color: #667085;
    }

.confirm-grid[b-zie404if1i] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

    .confirm-grid div[b-zie404if1i],
    .confirm-description[b-zie404if1i] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 16px;
        padding: .9rem;
    }

        .confirm-grid span[b-zie404if1i],
        .confirm-description span[b-zie404if1i] {
            display: block;
            color: #667085;
            font-weight: 800;
            font-size: .85rem;
            margin-bottom: .25rem;
        }

    .confirm-grid strong[b-zie404if1i] {
        color: #101828;
    }

.confirm-description p[b-zie404if1i] {
    color: #344054;
    margin: .35rem 0 0;
    white-space: pre-wrap;
}

.wizard-actions[b-zie404if1i] {
    margin-top: 1.25rem;
    border-top: 1px solid #e7eaf0;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    gap: .75rem;
}

.wizard-alert[b-zie404if1i] {
    border-radius: 16px;
    padding: 1rem;
    font-weight: 800;
}

    .wizard-alert.danger[b-zie404if1i] {
        background: #fee2e2;
        color: #991b1b;
        border: 1px solid #fecaca;
    }

    .wizard-alert.success[b-zie404if1i] {
        background: #dcfce7;
        color: #166534;
        border: 1px solid #bbf7d0;
    }

@media (max-width: 1000px) {
    .wizard-steps[b-zie404if1i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .priority-grid[b-zie404if1i],
    .confirm-grid[b-zie404if1i],
    .form-grid-2[b-zie404if1i] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .wizard-hero[b-zie404if1i] {
        flex-direction: column;
        align-items: stretch;
    }

    .wizard-steps[b-zie404if1i] {
        grid-template-columns: 1fr;
    }

    .wizard-actions[b-zie404if1i] {
        flex-direction: column;
    }

        .wizard-actions button[b-zie404if1i] {
            width: 100%;
        }

    .wizard-hero h1[b-zie404if1i] {
        font-size: 1.45rem;
    }
}
p[b-zie404if1i]
/* _content/PelsaServiceDesk/Components/Pages/Tickets/TicketDetalle.razor.rz.scp.css */
.readonly-banner[b-1uuddxzdpe] {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 14px;
    padding: .85rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

    .readonly-banner strong[b-1uuddxzdpe] {
        font-weight: 900;
    }

    .readonly-banner span[b-1uuddxzdpe] {
        font-size: .86rem;
    }


.ticket-message-body[b-1uuddxzdpe] {
    color: #344054;
    line-height: 1.55;
    font-size: .95rem;
    overflow-wrap: anywhere;
}

    .ticket-message-body p[b-1uuddxzdpe] {
        margin: 0 0 .65rem;
    }

    .ticket-message-body img[b-1uuddxzdpe] {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        border: 1px solid #e7eaf0;
        margin: .5rem 0;
    }

    .ticket-message-body table[b-1uuddxzdpe] {
        max-width: 100%;
        border-collapse: collapse;
        margin: .75rem 0;
    }

    .ticket-message-body td[b-1uuddxzdpe],
    .ticket-message-body th[b-1uuddxzdpe] {
        border: 1px solid #e7eaf0;
        padding: .45rem .6rem;
    }

    .ticket-message-body a[b-1uuddxzdpe] {
        color: #1f4fd8;
        font-weight: 700;
    }

.rich-editor-wrapper[b-1uuddxzdpe] {
    border: 1px solid #d0d5dd;
    border-radius: 16px;
    overflow: hidden;
    background: white;
}

    .rich-editor-wrapper .ql-toolbar[b-1uuddxzdpe] {
        border: none;
        border-bottom: 1px solid #e7eaf0;
        background: #f8fafc;
    }

    .rich-editor-wrapper .ql-container[b-1uuddxzdpe] {
        border: none;
        min-height: 180px;
        font-family: inherit;
    }

.rich-editor[b-1uuddxzdpe] {
    min-height: 180px;
}

.rich-editor-wrapper .ql-editor[b-1uuddxzdpe] {
    min-height: 180px;
    font-size: .95rem;
    color: #344054;
    line-height: 1.55;
}

    .rich-editor-wrapper .ql-editor img[b-1uuddxzdpe] {
        max-width: 100%;
        border-radius: 12px;
        border: 1px solid #e7eaf0;
        margin: .5rem 0;
    }

.rich-editor-wrapper .ql-toolbar button[b-1uuddxzdpe] {
    border-radius: 8px;
}

    .rich-editor-wrapper .ql-toolbar button:hover[b-1uuddxzdpe] {
        background: #eef2ff;
    }

.rich-editor-wrapper .ql-toolbar .ql-active[b-1uuddxzdpe] {
    color: #1f4fd8;
}

.reply-start[b-1uuddxzdpe] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e7eaf0;
    display: flex;
    justify-content: flex-end;
}

.reply-header[b-1uuddxzdpe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.small-btn[b-1uuddxzdpe] {
    padding: .55rem .85rem;
    border-radius: 10px;
    font-size: .85rem;
}

.message-attachments[b-1uuddxzdpe] {
    margin-top: .8rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.message-attachment[b-1uuddxzdpe] {
    border: 1px solid #e7eaf0;
    background: #f8fafc;
    border-radius: 14px;
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.message-attachment-info[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-width: 0;
}

    .message-attachment-info span[b-1uuddxzdpe] {
        font-weight: 800;
        color: #101828;
        overflow-wrap: anywhere;
    }

    .message-attachment-info small[b-1uuddxzdpe] {
        color: #667085;
    }

.message-attachment-actions[b-1uuddxzdpe] {
    display: flex;
    gap: .45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mini-action-btn[b-1uuddxzdpe] {
    border: none;
    text-decoration: none;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 10px;
    padding: .45rem .7rem;
    font-weight: 900;
    cursor: pointer;
    font-size: .82rem;
}

    .mini-action-btn:hover[b-1uuddxzdpe] {
        background: #dbe4ff;
    }

.attachment-preview-modal[b-1uuddxzdpe] {
    max-width: 920px;
    width: min(920px, calc(100vw - 2rem));
}

.attachment-preview-image[b-1uuddxzdpe] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    display: block;
    margin: auto;
    border-radius: 14px;
    border: 1px solid #e7eaf0;
}

.attachment-preview-pdf[b-1uuddxzdpe] {
    width: 100%;
    height: 70vh;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    background: white;
}

@media (max-width: 700px) {
    .message-attachment[b-1uuddxzdpe] {
        align-items: flex-start;
        flex-direction: column;
    }

    .message-attachment-actions[b-1uuddxzdpe] {
        justify-content: flex-start;
    }
}

.portal-user-actions[b-1uuddxzdpe] {
    margin-top: 1.3rem;
    border-top: 1px solid #e7eaf0;
    padding-top: 1.2rem;
}

    .portal-user-actions h3[b-1uuddxzdpe] {
        margin: 0 0 .85rem;
        color: #101828;
        font-weight: 900;
    }

.rating-box[b-1uuddxzdpe],
.rating-saved[b-1uuddxzdpe],
.reopen-box[b-1uuddxzdpe] {
    border: 1px solid #e7eaf0;
    background: #f8fafc;
    border-radius: 18px;
    padding: 1rem;
    margin-top: .9rem;
}

.rating-buttons[b-1uuddxzdpe] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: .5rem 0 1rem;
}

.rating-btn[b-1uuddxzdpe] {
    border: 1px solid #d0d5dd;
    background: white;
    color: #344054;
    border-radius: 12px;
    padding: .55rem .75rem;
    font-weight: 900;
    cursor: pointer;
}

    .rating-btn.active[b-1uuddxzdpe] {
        background: #153e75;
        color: white;
        border-color: #153e75;
    }

.rating-saved[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

    .rating-saved strong[b-1uuddxzdpe] {
        color: #153e75;
    }

.reopen-box h4[b-1uuddxzdpe] {
    margin: 0;
    color: #101828;
    font-weight: 900;
}

.reopen-box p[b-1uuddxzdpe] {
    margin: .35rem 0 .85rem;
}


.workflow-warning[b-1uuddxzdpe] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 14px;
    padding: .75rem;
    margin: .75rem 0;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

    .workflow-warning strong[b-1uuddxzdpe] {
        font-weight: 900;
    }

    .workflow-warning span[b-1uuddxzdpe] {
        font-size: .85rem;
        line-height: 1.35;
    }

.comment-required[b-1uuddxzdpe] {
    border-color: #f97316 !important;
    background: #fff7ed !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, .12);
}

.state-ready-btn[b-1uuddxzdpe] {
    background: #153e75 !important;
    color: white !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(21, 62, 117, .22);
}

.state-disabled-btn[b-1uuddxzdpe] {
    background: #e5e7eb !important;
    color: #667085 !important;
    cursor: not-allowed !important;
    opacity: .85;
}


.portal-conversation[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.portal-message[b-1uuddxzdpe] {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.portal-message-mine[b-1uuddxzdpe] {
    flex-direction: row-reverse;
}

.portal-message-avatar[b-1uuddxzdpe] {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #eef2ff;
    border: 1px solid #dbe4ff;
    flex: 0 0 auto;
}

.portal-message-mine .portal-message-avatar[b-1uuddxzdpe] {
    background: #dcfce7;
    border-color: #bbf7d0;
}

.portal-message-bubble[b-1uuddxzdpe] {
    width: min(760px, 100%);
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.portal-message-mine .portal-message-bubble[b-1uuddxzdpe] {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.portal-message-support .portal-message-bubble[b-1uuddxzdpe] {
    background: #f8faff;
    border-color: #dbe4ff;
}

.portal-message-internal .portal-message-bubble[b-1uuddxzdpe] {
    background: #fff7ed;
    border-color: #fed7aa;
}

.portal-message-head[b-1uuddxzdpe] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .65rem;
}

    .portal-message-head strong[b-1uuddxzdpe] {
        display: block;
        color: #101828;
        font-weight: 900;
    }

    .portal-message-head span[b-1uuddxzdpe] {
        display: inline-block;
        margin-top: .15rem;
        color: #667085;
        font-size: .8rem;
        font-weight: 800;
    }

    .portal-message-head small[b-1uuddxzdpe] {
        color: #667085;
        white-space: nowrap;
        font-size: .78rem;
    }

.portal-message-mine .portal-message-head[b-1uuddxzdpe] {
    text-align: right;
}

@media (max-width: 700px) {
    .portal-message[b-1uuddxzdpe],
    .portal-message-mine[b-1uuddxzdpe] {
        flex-direction: column;
    }

        .portal-message-mine .portal-message-head[b-1uuddxzdpe] {
            text-align: left;
        }

    .portal-message-bubble[b-1uuddxzdpe] {
        width: 100%;
    }

    .portal-message-head[b-1uuddxzdpe] {
        flex-direction: column;
        gap: .25rem;
    }
}

.user-ticket-summary[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.user-ticket-status-card[b-1uuddxzdpe] {
    background: linear-gradient(135deg, #eef4ff, #ffffff);
    border: 1px solid #dbe4ff;
    border-radius: 22px;
    padding: 1.2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.user-ticket-icon[b-1uuddxzdpe] {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1f4fd8;
    color: white;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    flex: 0 0 auto;
    box-shadow: 0 12px 28px rgba(31, 79, 216, .22);
}

.user-ticket-status-content[b-1uuddxzdpe] {
    flex: 1;
    min-width: 0;
}

    .user-ticket-status-content h3[b-1uuddxzdpe] {
        margin: .45rem 0 .35rem;
        color: #101828;
        font-size: 1.45rem;
        font-weight: 900;
    }

    .user-ticket-status-content p[b-1uuddxzdpe] {
        margin: 0 0 1rem;
        color: #475467;
        line-height: 1.45;
    }

.user-progress[b-1uuddxzdpe] {
    width: 100%;
    height: 12px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.user-progress-bar[b-1uuddxzdpe] {
    height: 100%;
    background: linear-gradient(90deg, #1f4fd8, #22c55e);
    border-radius: 999px;
    transition: width .25s ease;
}

.user-progress-labels[b-1uuddxzdpe] {
    margin-top: .45rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .35rem;
    font-size: .72rem;
    color: #667085;
    font-weight: 800;
}

.user-ticket-info-grid[b-1uuddxzdpe] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.user-info-card[b-1uuddxzdpe] {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .95rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

    .user-info-card span[b-1uuddxzdpe] {
        display: block;
        color: #667085;
        font-weight: 800;
        font-size: .82rem;
        margin-bottom: .35rem;
    }

    .user-info-card strong[b-1uuddxzdpe] {
        color: #101828;
        font-weight: 900;
        overflow-wrap: anywhere;
    }

.user-sla-ok[b-1uuddxzdpe] {
    color: #166534 !important;
}

.user-sla-warning[b-1uuddxzdpe] {
    color: #92400e !important;
}

.user-sla-danger[b-1uuddxzdpe] {
    color: #991b1b !important;
}

.user-sla-neutral[b-1uuddxzdpe] {
    color: #475467 !important;
}

.user-description-card[b-1uuddxzdpe] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
}

    .user-description-card h3[b-1uuddxzdpe] {
        margin: 0 0 .5rem;
        color: #101828;
        font-weight: 900;
    }

    .user-description-card p[b-1uuddxzdpe] {
        margin: 0;
        color: #344054;
        line-height: 1.55;
        white-space: pre-wrap;
    }

.user-next-action[b-1uuddxzdpe] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .user-next-action strong[b-1uuddxzdpe] {
        display: block;
        color: #9a3412;
        font-weight: 900;
    }

    .user-next-action span[b-1uuddxzdpe] {
        display: block;
        color: #9a3412;
        margin-top: .2rem;
    }

@media (max-width: 1100px) {
    .user-ticket-info-grid[b-1uuddxzdpe] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .user-ticket-status-card[b-1uuddxzdpe] {
        flex-direction: column;
    }

    .user-ticket-info-grid[b-1uuddxzdpe] {
        grid-template-columns: 1fr;
    }

    .user-next-action[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: stretch;
    }

        .user-next-action button[b-1uuddxzdpe] {
            width: 100%;
        }

    .user-progress-labels[b-1uuddxzdpe] {
        font-size: .65rem;
    }
}

.user-reply-main-btn[b-1uuddxzdpe] {
    font-size: .95rem;
    padding: .85rem 1.1rem;
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(31, 79, 216, .24);
}

.user-reply-start[b-1uuddxzdpe] {
    background: linear-gradient(135deg, #eef4ff, #ffffff);
    border: 1px solid #dbe4ff;
    border-radius: 20px;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
}

    .user-reply-start strong[b-1uuddxzdpe] {
        display: block;
        color: #101828;
        font-weight: 900;
        font-size: 1rem;
    }

    .user-reply-start span[b-1uuddxzdpe] {
        display: block;
        margin-top: .25rem;
        color: #667085;
        line-height: 1.35;
    }

.reply-helper-text[b-1uuddxzdpe] {
    margin: .25rem 0 0;
    color: #667085;
    font-size: .88rem;
    line-height: 1.35;
}

.user-send-reply-btn[b-1uuddxzdpe] {
    min-width: 170px;
}

@media (max-width: 700px) {
    .user-reply-start[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: stretch;
    }

        .user-reply-start button[b-1uuddxzdpe],
        .user-reply-main-btn[b-1uuddxzdpe],
        .user-send-reply-btn[b-1uuddxzdpe] {
            width: 100%;
        }

    .reply-header[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: stretch;
    }

        .reply-header .small-btn[b-1uuddxzdpe] {
            width: 100%;
        }
}

.reply-upload-box[b-1uuddxzdpe] {
    border: 2px dashed #b9c7ff;
    background: linear-gradient(135deg, #f8faff, #ffffff);
    border-radius: 18px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: .15s ease;
}

    .reply-upload-box:hover[b-1uuddxzdpe] {
        border-color: #1f4fd8;
        background: #eef4ff;
    }

    .reply-upload-box input[type="file"][b-1uuddxzdpe] {
        max-width: 230px;
    }

.reply-upload-text[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

    .reply-upload-text strong[b-1uuddxzdpe] {
        color: #153e75;
        font-weight: 900;
    }

    .reply-upload-text span[b-1uuddxzdpe] {
        color: #475467;
        font-size: .9rem;
        line-height: 1.35;
    }

    .reply-upload-text small[b-1uuddxzdpe] {
        color: #667085;
        font-size: .8rem;
    }

.reply-selected-files[b-1uuddxzdpe] {
    margin-top: .8rem;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.reply-selected-head[b-1uuddxzdpe] {
    background: #f8fafc;
    border-bottom: 1px solid #e7eaf0;
    padding: .75rem .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

    .reply-selected-head strong[b-1uuddxzdpe] {
        color: #101828;
        font-weight: 900;
    }

    .reply-selected-head span[b-1uuddxzdpe] {
        color: #667085;
        font-size: .85rem;
        font-weight: 800;
    }

.reply-selected-file[b-1uuddxzdpe] {
    padding: .75rem .9rem;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

    .reply-selected-file:last-child[b-1uuddxzdpe] {
        border-bottom: none;
    }

    .reply-selected-file div[b-1uuddxzdpe] {
        min-width: 0;
    }

    .reply-selected-file span[b-1uuddxzdpe] {
        display: block;
        color: #101828;
        font-weight: 800;
        overflow-wrap: anywhere;
    }

    .reply-selected-file small[b-1uuddxzdpe] {
        display: block;
        margin-top: .15rem;
        color: #667085;
    }

.remove-file-btn[b-1uuddxzdpe] {
    border: none;
    background: #fee2e2;
    color: #991b1b;
    border-radius: 10px;
    padding: .45rem .65rem;
    font-weight: 900;
    cursor: pointer;
    font-size: .8rem;
}

    .remove-file-btn:hover[b-1uuddxzdpe] {
        background: #fecaca;
    }

@media (max-width: 700px) {
    .reply-upload-box[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: stretch;
    }

        .reply-upload-box input[type="file"][b-1uuddxzdpe] {
            max-width: 100%;
            width: 100%;
        }

    .reply-selected-head[b-1uuddxzdpe],
    .reply-selected-file[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: flex-start;
    }

    .remove-file-btn[b-1uuddxzdpe] {
        width: 100%;
    }
}

.sla-user-panel[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sla-user-main-card[b-1uuddxzdpe] {
    background: linear-gradient(135deg, #eef4ff, #ffffff);
    border: 1px solid #dbe4ff;
    border-radius: 22px;
    padding: 1.2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.sla-user-icon[b-1uuddxzdpe] {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1f4fd8;
    color: white;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    flex: 0 0 auto;
    box-shadow: 0 12px 28px rgba(31, 79, 216, .22);
}

.sla-user-content[b-1uuddxzdpe] {
    flex: 1;
    min-width: 0;
}

    .sla-user-content h3[b-1uuddxzdpe] {
        margin: .45rem 0 .35rem;
        color: #101828;
        font-size: 1.45rem;
        font-weight: 900;
    }

    .sla-user-content p[b-1uuddxzdpe] {
        margin: 0 0 1rem;
        color: #475467;
        line-height: 1.45;
    }

.sla-user-progress[b-1uuddxzdpe] {
    width: 100%;
    height: 12px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.sla-user-bar-ok[b-1uuddxzdpe],
.sla-user-bar-warning[b-1uuddxzdpe],
.sla-user-bar-danger[b-1uuddxzdpe],
.sla-user-bar-neutral[b-1uuddxzdpe] {
    height: 100%;
    border-radius: 999px;
    transition: width .25s ease;
}

.sla-user-bar-ok[b-1uuddxzdpe] {
    background: linear-gradient(90deg, #1f4fd8, #22c55e);
}

.sla-user-bar-warning[b-1uuddxzdpe] {
    background: linear-gradient(90deg, #f59e0b, #f97316);
}

.sla-user-bar-danger[b-1uuddxzdpe] {
    background: linear-gradient(90deg, #dc2626, #991b1b);
}

.sla-user-bar-neutral[b-1uuddxzdpe] {
    background: #98a2b3;
}

.sla-user-progress-footer[b-1uuddxzdpe] {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: #667085;
    font-weight: 800;
    font-size: .8rem;
}

.sla-user-grid[b-1uuddxzdpe] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.sla-user-info[b-1uuddxzdpe] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: .95rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

    .sla-user-info span[b-1uuddxzdpe] {
        display: block;
        color: #667085;
        font-weight: 800;
        font-size: .82rem;
        margin-bottom: .35rem;
    }

    .sla-user-info strong[b-1uuddxzdpe] {
        color: #101828;
        font-weight: 900;
        overflow-wrap: anywhere;
    }

.sla-user-note[b-1uuddxzdpe] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 18px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

    .sla-user-note strong[b-1uuddxzdpe] {
        color: #9a3412;
        font-weight: 900;
    }

    .sla-user-note span[b-1uuddxzdpe] {
        color: #9a3412;
        line-height: 1.4;
    }

@media (max-width: 1000px) {
    .sla-user-grid[b-1uuddxzdpe] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .sla-user-main-card[b-1uuddxzdpe] {
        flex-direction: column;
    }

    .sla-user-grid[b-1uuddxzdpe] {
        grid-template-columns: 1fr;
    }

    .sla-user-progress-footer[b-1uuddxzdpe] {
        flex-direction: column;
        gap: .25rem;
    }
}

.user-tech-card[b-1uuddxzdpe] {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
}

.user-tech-avatar[b-1uuddxzdpe] {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: linear-gradient(135deg, #153e75, #1f4fd8);
    color: white;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(21, 62, 117, .22);
}

    .user-tech-avatar span[b-1uuddxzdpe] {
        font-size: 1.45rem;
    }

.user-tech-content[b-1uuddxzdpe] {
    min-width: 0;
}

    .user-tech-content > span[b-1uuddxzdpe] {
        display: block;
        color: #667085;
        font-weight: 900;
        font-size: .8rem;
        margin-bottom: .2rem;
    }

    .user-tech-content h3[b-1uuddxzdpe] {
        margin: 0;
        color: #101828;
        font-size: 1.15rem;
        font-weight: 900;
    }

    .user-tech-content p[b-1uuddxzdpe] {
        margin: .25rem 0 .75rem;
        color: #475467;
        line-height: 1.4;
    }

.user-tech-meta[b-1uuddxzdpe] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

    .user-tech-meta div[b-1uuddxzdpe] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 14px;
        padding: .55rem .7rem;
        min-width: 150px;
    }

    .user-tech-meta small[b-1uuddxzdpe] {
        display: block;
        color: #667085;
        font-weight: 800;
        margin-bottom: .15rem;
    }

    .user-tech-meta strong[b-1uuddxzdpe] {
        display: block;
        color: #101828;
        font-weight: 900;
        overflow-wrap: anywhere;
    }

.user-tech-btn[b-1uuddxzdpe] {
    white-space: nowrap;
}

@media (max-width: 850px) {
    .user-tech-card[b-1uuddxzdpe] {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .user-tech-avatar[b-1uuddxzdpe] {
        width: 52px;
        height: 52px;
    }

    .user-tech-btn[b-1uuddxzdpe] {
        width: 100%;
    }

    .user-tech-meta[b-1uuddxzdpe] {
        flex-direction: column;
    }

        .user-tech-meta div[b-1uuddxzdpe] {
            min-width: 0;
        }
}

.user-state-timeline[b-1uuddxzdpe] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
    align-items: start;
    gap: .55rem;
}

.state-step[b-1uuddxzdpe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    text-align: center;
    min-width: 72px;
}

.state-dot[b-1uuddxzdpe] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #e5e7eb;
    color: #667085;
    font-weight: 900;
    border: 2px solid #d0d5dd;
}

.state-step strong[b-1uuddxzdpe] {
    color: #667085;
    font-size: .78rem;
    font-weight: 900;
}

.state-step span[b-1uuddxzdpe] {
    color: #98a2b3;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.25;
    max-width: 90px;
}

.state-step.completed .state-dot[b-1uuddxzdpe] {
    background: #dcfce7;
    color: #166534;
    border-color: #86efac;
}

.state-step.completed strong[b-1uuddxzdpe] {
    color: #166534;
}

.state-step.active .state-dot[b-1uuddxzdpe] {
    background: #1f4fd8;
    color: white;
    border-color: #1f4fd8;
    box-shadow: 0 0 0 5px rgba(31, 79, 216, .13);
}

.state-step.active strong[b-1uuddxzdpe] {
    color: #1f4fd8;
}

.state-step.active span[b-1uuddxzdpe] {
    color: #475467;
}

.state-line[b-1uuddxzdpe] {
    height: 4px;
    background: #e5e7eb;
    border-radius: 999px;
    margin-top: 15px;
}

    .state-line.completed[b-1uuddxzdpe] {
        background: linear-gradient(90deg, #1f4fd8, #22c55e);
    }

@media (max-width: 900px) {
    .user-state-timeline[b-1uuddxzdpe] {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .state-line[b-1uuddxzdpe] {
        width: 4px;
        height: 20px;
        margin: 0 auto;
    }

    .state-step[b-1uuddxzdpe] {
        background: #f8fafc;
        border: 1px solid #e7eaf0;
        border-radius: 16px;
        padding: .75rem;
        align-items: flex-start;
        text-align: left;
    }

        .state-step span[b-1uuddxzdpe] {
            max-width: none;
        }

    .state-dot[b-1uuddxzdpe] {
        margin-bottom: .2rem;
    }
}


.user-reopen-card[b-1uuddxzdpe] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

    .user-reopen-card.compact[b-1uuddxzdpe] {
        margin-bottom: 1rem;
    }

.user-reopen-head[b-1uuddxzdpe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .user-reopen-head strong[b-1uuddxzdpe] {
        display: block;
        color: #9a3412;
        font-weight: 900;
    }

    .user-reopen-head span[b-1uuddxzdpe] {
        display: block;
        color: #9a3412;
        margin-top: .2rem;
        line-height: 1.35;
    }

.user-reopen-btn[b-1uuddxzdpe] {
    white-space: nowrap;
}

.user-reopen-form[b-1uuddxzdpe] {
    background: white;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: .9rem;
}

    .user-reopen-form textarea[b-1uuddxzdpe] {
        min-height: 110px;
    }

.user-reopen-actions[b-1uuddxzdpe] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: .85rem;
}

.user-reopen-message[b-1uuddxzdpe] {
    background: white;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 14px;
    padding: .75rem;
    font-weight: 800;
}

@media (max-width: 700px) {
    .user-reopen-head[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: stretch;
    }

    .user-reopen-actions[b-1uuddxzdpe] {
        flex-direction: column;
    }

        .user-reopen-actions button[b-1uuddxzdpe],
        .user-reopen-btn[b-1uuddxzdpe] {
            width: 100%;
        }
}

.user-rating-card[b-1uuddxzdpe] {
    background: #f8fafc;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

    .user-rating-card.compact[b-1uuddxzdpe] {
        margin-bottom: 1rem;
    }

.user-rating-head[b-1uuddxzdpe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .user-rating-head strong[b-1uuddxzdpe] {
        display: block;
        color: #101828;
        font-weight: 900;
    }

    .user-rating-head span[b-1uuddxzdpe] {
        display: block;
        color: #667085;
        margin-top: .2rem;
        line-height: 1.35;
    }

.user-rating-btn[b-1uuddxzdpe] {
    white-space: nowrap;
}

.user-rating-message[b-1uuddxzdpe] {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534;
    border-radius: 14px;
    padding: .75rem;
    font-weight: 800;
}

.user-rating-form[b-1uuddxzdpe] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .9rem;
}

.rating-user-buttons[b-1uuddxzdpe] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.rating-user-btn[b-1uuddxzdpe] {
    border: 1px solid #e7eaf0;
    background: white;
    color: #667085;
    border-radius: 14px;
    padding: .65rem .85rem;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .35rem;
}

    .rating-user-btn span[b-1uuddxzdpe] {
        color: #f59e0b;
    }

    .rating-user-btn.active[b-1uuddxzdpe] {
        background: #fff7ed;
        border-color: #f59e0b;
        color: #92400e;
        box-shadow: 0 0 0 3px rgba(245, 158, 11, .14);
    }

.rating-text[b-1uuddxzdpe] {
    margin-top: .5rem;
    color: #92400e;
    font-weight: 900;
}

.rating-check[b-1uuddxzdpe] {
    margin: .85rem 0;
}

.user-rating-actions[b-1uuddxzdpe] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: .85rem;
}

.user-rating-saved[b-1uuddxzdpe] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    padding: .9rem;
    display: flex;
    gap: .9rem;
    align-items: flex-start;
}

.rating-stars[b-1uuddxzdpe] {
    white-space: nowrap;
    font-size: 1.25rem;
}

.star-on[b-1uuddxzdpe] {
    color: #f59e0b;
}

.star-off[b-1uuddxzdpe] {
    color: #d0d5dd;
}

.user-rating-saved strong[b-1uuddxzdpe] {
    display: block;
    color: #101828;
    font-weight: 900;
}

.user-rating-saved span[b-1uuddxzdpe] {
    display: block;
    color: #667085;
    margin-top: .2rem;
}

.user-rating-saved p[b-1uuddxzdpe] {
    color: #344054;
    margin: .45rem 0 0;
    line-height: 1.45;
}

@media (max-width: 700px) {
    .user-rating-head[b-1uuddxzdpe] {
        flex-direction: column;
        align-items: stretch;
    }

    .user-rating-actions[b-1uuddxzdpe] {
        flex-direction: column;
    }

        .user-rating-actions button[b-1uuddxzdpe],
        .user-rating-btn[b-1uuddxzdpe] {
            width: 100%;
        }

    .user-rating-saved[b-1uuddxzdpe] {
        flex-direction: column;
    }

    .rating-user-buttons[b-1uuddxzdpe] {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .rating-user-btn[b-1uuddxzdpe] {
        justify-content: center;
        padding: .65rem .4rem;
    }
}

.rich-editor-wrapper[b-1uuddxzdpe] {
    border: 1px solid #d0d5dd;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

    .rich-editor-wrapper .ql-toolbar[b-1uuddxzdpe] {
        background: #f8fafc;
        border: none !important;
        border-bottom: 1px solid #e7eaf0 !important;
        padding: .65rem;
    }

    .rich-editor-wrapper .ql-container[b-1uuddxzdpe] {
        border: none !important;
        font-size: .95rem;
    }

    .rich-editor-wrapper .ql-editor[b-1uuddxzdpe] {
        min-height: 160px;
        max-height: 320px;
        overflow-y: auto;
        line-height: 1.55;
        color: #101828;
    }

        .rich-editor-wrapper .ql-editor.ql-blank[b-1uuddxzdpe]::before {
            color: #98a2b3;
            font-style: normal;
        }

.reply-box[b-1uuddxzdpe] {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1rem;
    margin-top: 1rem;
}

.reply-header[b-1uuddxzdpe] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: .85rem;
}

    .reply-header h3[b-1uuddxzdpe] {
        margin: 0;
        color: #101828;
        font-weight: 900;
    }

.reply-helper-text[b-1uuddxzdpe] {
    margin: .25rem 0 0;
    color: #667085;
    font-size: .88rem;
}
/* _content/PelsaServiceDesk/Components/Shared/DashboardChartCard.razor.rz.scp.css */
.chart-card[b-b0vhhcc3t9] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    min-height: 360px;
    overflow: hidden;
}

.chart-card-header[b-b0vhhcc3t9] {
    margin-bottom: .75rem;
}

    .chart-card-header h3[b-b0vhhcc3t9] {
        margin: 0;
        color: #101828;
        font-size: 1.05rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .chart-card-header span[b-b0vhhcc3t9] {
        color: #667085;
        font-size: .82rem;
    }

.chart-empty[b-b0vhhcc3t9] {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    color: #667085;
    font-size: .85rem;
}

@media (max-width: 700px) {
    .chart-card[b-b0vhhcc3t9] {
        border-radius: 18px;
        padding: .85rem;
        min-height: auto;
        overflow: hidden;
    }

    .chart-card-header h3[b-b0vhhcc3t9] {
        font-size: 1rem;
    }

    .chart-card-header span[b-b0vhhcc3t9] {
        font-size: .8rem;
    }

    .chart-card[b-b0vhhcc3t9]  .apexcharts-canvas,
    .chart-card[b-b0vhhcc3t9]  svg {
        max-width: 100% !important;
    }

    .chart-card[b-b0vhhcc3t9]  .apexcharts-legend {
        max-width: 100% !important;
        overflow: hidden;
        flex-wrap: wrap;
    }
}
/* _content/PelsaServiceDesk/Components/Shared/DashboardSerieCard.razor.rz.scp.css */
.serie-card[b-gd1208qir9] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.serie-card-header[b-gd1208qir9] {
    margin-bottom: 1rem;
}

    .serie-card-header h3[b-gd1208qir9] {
        margin: 0;
        color: #101828;
        font-size: 1.05rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .serie-card-header span[b-gd1208qir9] {
        color: #667085;
        font-size: .82rem;
    }

.serie-empty[b-gd1208qir9] {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    color: #667085;
    font-size: .85rem;
}

.serie-list[b-gd1208qir9] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.serie-line[b-gd1208qir9] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    font-size: .86rem;
}

    .serie-line span[b-gd1208qir9] {
        color: #334155;
        font-weight: 850;
    }

    .serie-line strong[b-gd1208qir9] {
        color: #101828;
        font-weight: 950;
    }

.serie-bar[b-gd1208qir9] {
    height: 10px;
    background: #eef2ff;
    border-radius: 999px;
    overflow: hidden;
    margin-top: .35rem;
}

.serie-bar-fill[b-gd1208qir9] {
    height: 100%;
    background: linear-gradient(90deg, #1f4fd8, #5667ff);
    border-radius: 999px;
}
/* _content/PelsaServiceDesk/Components/Shared/PermisoPaginaGuard.razor.rz.scp.css */
.permission-loading[b-fp55zyvn8q],
.permission-denied[b-fp55zyvn8q] {
    background: white;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    color: #667085;
    text-align: center;
}

.permission-denied[b-fp55zyvn8q] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

    .permission-denied strong[b-fp55zyvn8q] {
        color: #9a3412;
        font-weight: 950;
    }
