/* /Components/Account/ManageAccounts.razor.rz.scp.css */
/* Globalized in wwwroot/app.css */
/* /Components/Account/Profile.razor.rz.scp.css */
/* /Components/Dialogs/SystemLogDetailsDialog.razor.rz.scp.css */
.log-details__label[b-gp9wszxomc] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6a7a99;
    margin-bottom: 0.25rem;
}

.log-details__value[b-gp9wszxomc] {
    font-size: 0.92rem;
    color: #24324b;
    line-height: 1.4;
    word-break: break-word;
}
/* /Components/Layout/CulturePicker.razor.rz.scp.css */
.sl-culture-picker[b-c3rr9f5ds4] {
    align-items: center;
    color: #52667d;
    display: flex;
    margin: 0;
}

.sl-culture-picker[b-c3rr9f5ds4]  .rz-label {
    font-weight: 650;
    margin: 0;
}

.sl-control-select[b-c3rr9f5ds4] {
    width: 8rem;
}

.sl-header-select[b-c3rr9f5ds4],
.sl-header-select[b-c3rr9f5ds4]  .rz-dropdown {
    height: 100%;
}

.sl-header-select[b-c3rr9f5ds4]  .rz-dropdown-label,
.sl-header-select[b-c3rr9f5ds4]  .rz-dropdown-trigger {
    align-items: center;
    display: flex;
    height: 100%;
}

.sl-header-select[b-c3rr9f5ds4]  .rz-dropdown-label {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 30px 0 0.75rem;
}

.sl-culture-picker__selected[b-c3rr9f5ds4] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.sl-culture-picker__item[b-c3rr9f5ds4] {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
}

.sl-header-select[b-c3rr9f5ds4]  .rz-dropdown-trigger {
    justify-content: center;
}

.sl-header-select[b-c3rr9f5ds4]  .rz-dropdown-trigger-icon {
    line-height: 1;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-j8tcei83oy] {
    display: grid;
    grid-template-columns: minmax(20rem, 0.9fr) minmax(22rem, 1.1fr);
    min-height: 100vh;
    background: #f4f8fb;
    color: #172333;
}

.login-brand[b-j8tcei83oy] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff 0%, #eaf6fb 58%, #eaf7f0 100%);
    border-right: 1px solid rgba(23, 85, 111, 0.14);
}

.login-brand__mark[b-j8tcei83oy] {
    align-items: center;
    color: #172333;
    display: inline-flex;
    gap: 0.85rem;
    text-decoration: none;
}

.login-brand__mark span[b-j8tcei83oy] {
    align-items: center;
    background: #18a9cf;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 850;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.login-brand p[b-j8tcei83oy] {
    color: #18a9cf;
    font-size: 0.82rem;
    font-weight: 750;
    text-transform: uppercase;
}

.login-brand h1[b-j8tcei83oy] {
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1;
    margin: 0;
}

.login-surface[b-j8tcei83oy] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.login-surface[b-j8tcei83oy]  form,
.login-surface[b-j8tcei83oy]  section {
    max-width: 28rem;
    width: 100%;
}

.login-surface[b-j8tcei83oy]  .login-card {
    background: linear-gradient(180deg, rgba(249, 252, 255, 0.99) 0%, rgba(244, 249, 253, 0.99) 100%);
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.035);
    max-width: 28rem;
    padding: 1rem 1.05rem;
    width: 100%;
}

.login-surface[b-j8tcei83oy]  .login-title {
    color: #22324a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.login-surface[b-j8tcei83oy]  .rz-form-field {
    margin-bottom: 0;
}

.login-surface[b-j8tcei83oy]  .rz-form-field-content,
.login-surface[b-j8tcei83oy]  .rz-textbox,
.login-surface[b-j8tcei83oy]  .rz-password,
.login-surface[b-j8tcei83oy]  .rz-password-input {
    border-radius: 6px !important;
    font-size: 0.72rem !important;
}

.login-surface[b-j8tcei83oy]  .rz-textbox,
.login-surface[b-j8tcei83oy]  .rz-password,
.login-surface[b-j8tcei83oy]  .rz-password-input {
    min-height: 1.9rem !important;
    height: 1.9rem !important;
    line-height: 1.1 !important;
}

.login-surface[b-j8tcei83oy]  .rz-form-field-label {
    color: #71839d;
    font-size: 0.66rem;
    font-weight: 600;
}

.login-surface[b-j8tcei83oy]  .rz-button {
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-height: 2rem;
}

.login-surface[b-j8tcei83oy]  .remember-label {
    color: #52667d;
    margin: 0;
}

.login-surface[b-j8tcei83oy]  .login-checkbox {
    accent-color: #18a9cf;
    height: 1.05rem;
    width: 1.05rem;
}

.login-surface[b-j8tcei83oy]  h1 {
    margin-bottom: 1.2rem;
}

.login-surface[b-j8tcei83oy]  h2,
.login-surface[b-j8tcei83oy]  h3,
.login-surface[b-j8tcei83oy]  .col-lg-4 {
    display: none;
}

.login-surface[b-j8tcei83oy]  .row,
.login-surface[b-j8tcei83oy]  .col-lg-6 {
    margin: 0;
    width: 100%;
}

@media (max-width: 800px) {
    .login-layout[b-j8tcei83oy] {
        grid-template-columns: 1fr;
    }

    .login-brand[b-j8tcei83oy] {
        min-height: 14rem;
        padding: 1.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-vgtvwnuzts] {
    --rz-sidebar-width: 240px;
    --rz-header-height: 52px;
}

.app-header[b-vgtvwnuzts] {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 10px !important;
    position: relative;
    display: block;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
}

.sl-header-side[b-vgtvwnuzts] {
    display: flex;
    align-items: center;
    height: 52px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.sl-header-side-left[b-vgtvwnuzts] {
    left: 10px;
    justify-content: flex-start;
}

.sl-header-side-right[b-vgtvwnuzts] {
    right: 10px;
    justify-content: flex-end;
}

.sl-header-actions[b-vgtvwnuzts] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    height: 52px;
}

.app-header[b-vgtvwnuzts]  .rz-button,
.app-header[b-vgtvwnuzts]  .rz-dropdown,
.sl-header-actions[b-vgtvwnuzts]  .rz-button,
.sl-header-actions[b-vgtvwnuzts]  .rz-dropdown {
    height: var(--sl-topbar-control-height) !important;
    max-height: var(--sl-topbar-control-height) !important;
}

.app-header[b-vgtvwnuzts]  .rz-button,
.sl-header-actions[b-vgtvwnuzts]  .rz-button {
    min-width: var(--sl-topbar-control-height) !important;
    padding: 0 !important;
}

.app-header[b-vgtvwnuzts]  .rz-dropdown-label,
.sl-header-actions[b-vgtvwnuzts]  .rz-dropdown-label {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    height: var(--sl-topbar-control-height) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.app-header[b-vgtvwnuzts]  .rz-dropdown-trigger,
.sl-header-actions[b-vgtvwnuzts]  .rz-dropdown-trigger {
    align-items: center !important;
    display: flex !important;
    height: var(--sl-topbar-control-height) !important;
    width: var(--sl-topbar-control-height) !important;
}

.sl-nav-sidebar[b-vgtvwnuzts] {
    background: linear-gradient(180deg, #f9fcff 0%, #f5faff 100%);
    color: #334155;
    width: 240px;
    max-width: 240px;
    border-right: 1px solid #d7e4ef;
    box-shadow: inset -1px 0 0 rgba(148, 163, 184, 0.08);
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-panel-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-wrapper {
    padding: 0 8px;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-link {
    padding: 10px 12px;
    border-radius: 8px;
    color: #334155;
    font-size: 14px;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-link:hover {
    background: #f8fafc;
    color: #1d4ed8;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-link.active,
.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-link.rz-state-active {
    background: #eef2ff;
    color: #1d4ed8;
    font-weight: 600;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-icon-children {
    color: inherit;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-panel-menu .rz-navigation-item {
    border: 0;
}

.sl-nav-sidebar[b-vgtvwnuzts]  .rz-navigation-item-text {
    line-height: 1.2;
}

.app-body-row[b-vgtvwnuzts] {
    max-width: 1440px;
    padding-top: 10px;
    height: calc(100vh - 71px);
    max-height: calc(100vh - 71px);
    overflow: auto;
}

.app-footer[b-vgtvwnuzts] {
    align-items: center;
    background: linear-gradient(180deg, #f9fcff 0%, #f4f9fd 100%);
    border-top: 1px solid #d7e4ef;
    bottom: 0;
    display: flex;
    height: 19px !important;
    min-height: 19px !important;
    max-height: 19px !important;
    justify-content: center;
    overflow: hidden;
    padding: 0 !important;
    position: fixed;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    width: 100%;
    z-index: 2;
}

.app-footer-text[b-vgtvwnuzts] {
    color: #64748b;
    font-size: 6pt;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.app-footer[b-vgtvwnuzts]  p,
.app-footer[b-vgtvwnuzts]  .rz-text,
.app-footer[b-vgtvwnuzts]  .rz-typography {
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sl-workspace-shell[b-vgtvwnuzts] {
    gap: 0.85rem;
    width: 100%;
}

.sl-workspace-shell--account[b-vgtvwnuzts] {
    align-items: center;
    margin: 0 auto;
    max-width: 1440px;
}

.sl-workspace-shell--account > *[b-vgtvwnuzts] {
    width: 100%;
}

.sl-workspace-shell--account > .sl-workspace-toolbar[b-vgtvwnuzts] {
    max-width: 690px;
}

.sl-profile-menu[b-vgtvwnuzts] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    box-shadow: none;
    min-width: 7.1rem;
}

.sl-profile-menu:focus[b-vgtvwnuzts],
.sl-profile-menu:focus-within[b-vgtvwnuzts] {
    border-color: rgba(255, 255, 255, 0.55);
    outline: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.sl-profile-menu__trigger[b-vgtvwnuzts] {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    gap: 0.4rem;
    justify-content: space-between;
    padding: 0 0.42rem 0 0.5rem;
    width: 100%;
}

.sl-profile-menu__selected-name[b-vgtvwnuzts] {
    align-items: center;
    display: inline-flex;
    line-height: 1;
}

.sl-profile-menu__chevron[b-vgtvwnuzts] {
    color: #ffffff;
}

.sl-profile-menu[b-vgtvwnuzts]  .rz-profile-menu,
.sl-profile-menu[b-vgtvwnuzts]  .rz-profile-menu > a,
.sl-profile-menu[b-vgtvwnuzts]  .rz-profile-menu > button {
    background: transparent;
    color: #ffffff;
    outline: none;
}

.sl-profile-menu[b-vgtvwnuzts]  .rz-profile-menu-content {
    background: #ffffff;
    border: 1px solid rgba(23, 85, 111, 0.14);
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(23, 85, 111, 0.12);
    min-width: 11.5rem;
    padding: 0.25rem;
}

.sl-profile-menu__header[b-vgtvwnuzts] {
    border-bottom: 1px solid rgba(23, 85, 111, 0.1);
    display: grid;
    gap: 0.1rem;
    margin: 0 0 0.25rem;
    padding: 0.45rem 0.55rem 0.55rem;
}

.sl-profile-menu__header-name[b-vgtvwnuzts] {
    color: #172333;
    font-weight: 750;
    margin: 0;
}

.sl-profile-menu__header-role[b-vgtvwnuzts] {
    color: #5f7187;
    margin: 0;
}

.sl-profile-menu__item[b-vgtvwnuzts] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: #52667d;
    display: flex;
    gap: 0.5rem;
    padding: 0.38rem 0.55rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.sl-profile-menu__link[b-vgtvwnuzts] {
    text-decoration: none;
}

.sl-profile-menu__item span[b-vgtvwnuzts] {
    white-space: nowrap;
}

.sl-profile-menu__item:hover[b-vgtvwnuzts],
.sl-profile-menu__item.active[b-vgtvwnuzts] {
    background: rgba(24, 169, 207, 0.08);
    color: #172333;
}

.sl-profile-menu__item[b-vgtvwnuzts]  .rz-icon,
.sl-profile-menu__item[b-vgtvwnuzts]  .rzi {
    color: #18a9cf;
    font-size: 1rem;
}

.sl-profile-menu__form[b-vgtvwnuzts] {
    margin: 0;
}

.sl-profile-menu__button[b-vgtvwnuzts] {
    font-family: inherit;
}

.sl-profile-badge__name[b-vgtvwnuzts] {
    color: #ffffff;
    font-weight: 750;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl-profile-badge__role[b-vgtvwnuzts] {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

@media (max-width: 640.98px) {
    .app-header[b-vgtvwnuzts] {
        height: auto !important;
        min-height: 52px !important;
        max-height: none !important;
        padding-bottom: 8px !important;
    }

    .sl-header-side[b-vgtvwnuzts] {
        position: static;
        height: auto;
    }

    .sl-header-side-left[b-vgtvwnuzts] {
        position: absolute;
        left: 10px;
        top: 0;
        height: 52px;
    }

    .sl-header-side-right[b-vgtvwnuzts] {
        padding: 52px 0 0;
        width: 100%;
    }

    .sl-header-actions[b-vgtvwnuzts] {
        justify-content: center;
        width: 100%;
    }

    .app-body-row[b-vgtvwnuzts] {
        height: auto;
        max-height: none;
        padding-bottom: 48px !important;
    }
}

#blazor-error-ui[b-vgtvwnuzts] {
    color-scheme: light only;
    background: #ffd766;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #171717;
    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-vgtvwnuzts] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sl-nav-brand-row[b-ujr63dfoex] {
    border-bottom: 1px solid rgba(23, 85, 111, 0.12);
    min-height: 8.4rem;
    padding: 1rem 0.9rem 0.8rem;
}

.sl-nav-brand[b-ujr63dfoex] {
    align-items: flex-start;
    color: #172333;
    display: inline-flex;
    flex-direction: column;
    gap: 0.6rem;
    min-width: 0;
    text-decoration: none;
    width: 100%;
}

.sl-nav-brand-logo[b-ujr63dfoex] {
    display: block;
    height: 3.85rem;
    max-width: 14rem;
    object-fit: contain;
    width: auto;
}

.sl-nav-brand-copy[b-ujr63dfoex] {
    gap: 0.12rem;
    min-width: 0;
}

.sl-nav-brand-title[b-ujr63dfoex] {
    color: #172333;
    font-weight: 800;
    line-height: 1.02;
    margin: 0;
    font-size: 1rem;
}

.sl-nav-brand-subtitle[b-ujr63dfoex] {
    color: #5f7187;
    line-height: 1.18;
    margin: 0.02rem 0 0;
    font-size: 0.7rem;
    max-width: 11rem;
}

.sl-nav-menu[b-ujr63dfoex] {
    background: transparent;
    border: 0;
    padding: 0.45rem;
}

.sl-nav-menu[b-ujr63dfoex]  .rz-navigation-item-wrapper {
    border-radius: 8px;
}

.sl-nav-menu[b-ujr63dfoex]  .rz-navigation-item-link {
    color: #52667d;
    font-size: 0.88rem;
    min-height: 2.35rem;
    padding: 0.45rem 0.65rem;
}

.sl-nav-menu[b-ujr63dfoex]  .rz-navigation-item-link:hover,
.sl-nav-menu[b-ujr63dfoex]  .rz-navigation-item-active > .rz-navigation-item-wrapper {
    background: rgba(24, 169, 207, 0.1);
    color: #172333;
}

.sl-nav-menu[b-ujr63dfoex]  .rz-navigation-item-icon {
    color: #18a9cf;
}

.logout-form[b-ujr63dfoex] {
    padding: 0.15rem 0.75rem 0.75rem;
}

.logout-button[b-ujr63dfoex] {
    justify-content: flex-start;
    min-height: 2.25rem;
    width: 100%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kdnh868waj],
.components-reconnect-repeated-attempt-visible[b-kdnh868waj],
.components-reconnect-failed-visible[b-kdnh868waj],
.components-pause-visible[b-kdnh868waj],
.components-resume-failed-visible[b-kdnh868waj],
.components-rejoining-animation[b-kdnh868waj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-retrying[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-failed[b-kdnh868waj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kdnh868waj] {
    display: block;
}


#components-reconnect-modal[b-kdnh868waj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-kdnh868waj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kdnh868waj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kdnh868waj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kdnh868waj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kdnh868waj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kdnh868waj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kdnh868waj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kdnh868waj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kdnh868waj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kdnh868waj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kdnh868waj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kdnh868waj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kdnh868waj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kdnh868waj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kdnh868waj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kdnh868waj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kdnh868waj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kdnh868waj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/SystemLogs.razor.rz.scp.css */
.logs-shell[b-mme5h23qwq] {
    max-width: 64rem;
}

.logs-toolbar__button[b-mme5h23qwq] {
    min-width: 6rem;
}

.logs-toolbar__button--primary[b-mme5h23qwq] {
    box-shadow: 0 2px 6px rgba(47, 182, 109, 0.2) !important;
}

.logs-grid-card[b-mme5h23qwq] {
    padding: 0.65rem 0.65rem 0.5rem !important;
}

.logs-grid-card[b-mme5h23qwq]  .rz-datatable-data td,
.logs-grid-card[b-mme5h23qwq]  .rz-data-grid-data td {
    color: #32455d;
}

@media (max-width: 1100px) {
    .logs-shell[b-mme5h23qwq] {
        max-width: 100%;
        width: 100%;
    }
}
