@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /App.razor.rz.scp.css */
.spinner-container[b-3cn8ucxwug] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/FamilyLinks.razor.rz.scp.css */
.table[b-lzw4ucx7lz] {
    margin-top: 0;
}

.tall-body[b-lzw4ucx7lz] {
    max-height: 45vh;
}

.types-container[b-lzw4ucx7lz] {
    font-size: 14px;
}

.btn-row[b-lzw4ucx7lz] {
    width: 4rem;
    text-align: end;
}

.col-name[b-lzw4ucx7lz] {
    overflow-wrap: break-word;
}

@media (max-width: 375px) {
    .col-name[b-lzw4ucx7lz] {
        max-width: 70px;
    }
}

/* responsive width */
@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-lzw4ucx7lz] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-lzw4ucx7lz] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-lzw4ucx7lz] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-lzw4ucx7lz] {
        display: none;
    }
}

@media (max-width: 600px) {
    .btn-row[b-lzw4ucx7lz] {
        width: 58px;
    }

    .material-icons-outlined[b-lzw4ucx7lz] {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .col-id[b-lzw4ucx7lz] {
        display: none;
    }

    .table > :not(caption) > * > *[b-lzw4ucx7lz] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-lzw4ucx7lz] {
        padding: 5px 5px;
    }
}

/* responsive height */
@media (max-height: 700px) {
    tbody[b-lzw4ucx7lz] {
        max-height: 10vh;
    }
}

@media (min-height: 701px) and (max-height: 950px) {
    tbody[b-lzw4ucx7lz] {
        max-height: 15vh;
    }
}

@media (min-height: 951px) {
    tbody[b-lzw4ucx7lz] {
        max-height: 20vh;
    }
}
/* /Components/FamilyTypes.razor.rz.scp.css */
.table[b-t6vz1otyuq] {
    margin-top: 0;
}

.tall-body[b-t6vz1otyuq] {
    max-height: 45vh;
}

.types-container[b-t6vz1otyuq] {
    font-size: 14px;
}

.btn-row[b-t6vz1otyuq] {
    width: 4rem;
    text-align: end;
}

.col-name[b-t6vz1otyuq] {
    overflow-wrap: break-word;
}

@media (max-width: 375px) {
    .col-name[b-t6vz1otyuq] {
        max-width: 70px;
    }
}

/* responsive width */
@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-t6vz1otyuq] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-t6vz1otyuq] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-t6vz1otyuq] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-t6vz1otyuq] {
        display: none;
    }
}

@media (max-width: 600px) {
    .btn-row[b-t6vz1otyuq] {
        width: 58px;
    }

    .material-icons-outlined[b-t6vz1otyuq] {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .col-id[b-t6vz1otyuq] {
        display: none;
    }

    .table > :not(caption) > * > *[b-t6vz1otyuq] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-t6vz1otyuq] {
        padding: 5px 5px;
    }
}

/* responsive height */
@media (max-height: 700px) {
    tbody[b-t6vz1otyuq] {
        max-height: 10vh;
    }
}

@media (min-height: 701px) and (max-height: 950px) {
    tbody[b-t6vz1otyuq] {
        max-height: 15vh;
    }
}

@media (min-height: 951px) {
    tbody[b-t6vz1otyuq] {
        max-height: 20vh;
    }
}
/* /Components/Forms/Elements/ClipboardCopy.razor.rz.scp.css */
.btn-copy[b-u1dabdmwex] {
    padding: 2px;
    margin-left: 10px;
    border-radius: 8px;
}

    .btn-copy:focus[b-u1dabdmwex] {
        box-shadow: none;
    }
/* /Components/Forms/Elements/DropdownList.razor.rz.scp.css */
.select-error[b-osew2a53jz] {
    border: 1px solid red;
    background-color: #ffe6e6;
}

.dropdown-container[b-osew2a53jz] {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .dropdown-container select[b-osew2a53jz] {
        width: 100%;
    }
/* /Components/Forms/Elements/TagsInput.razor.rz.scp.css */
.tags-label[b-bkawpu06bn] {
    margin-top: 8px;
    margin-bottom: 4px;
}

.tags-container[b-bkawpu06bn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1%;
    row-gap: 5px;
}

.view-tags-container[b-bkawpu06bn] {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tag-wrapper[b-bkawpu06bn] {
    display: flex;
    align-items: center;
    position: relative;
}

.tag[b-bkawpu06bn] {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    color: white;
    border-radius: 20px;
    cursor: default;
    font-size: 0.9rem;
    padding: 5px 15px;
    white-space: nowrap;
    position: relative;
}

.existing-tag[b-bkawpu06bn] {
    background-color: #6c757d;
    text-overflow: ellipsis;
    transition: padding-right 0.2s ease-in-out;
}

.existing-tag-view[b-bkawpu06bn] {
    font-size: 0.75rem;
}

.new-tag[b-bkawpu06bn] {
    background-color: var(--color-primary, #EEA81E);
}

.uncategorized-tag[b-bkawpu06bn] {
    background-color: var(--color-red-tag, #DC3545);
}

.system-tag[b-bkawpu06bn] {
    background-color: var(--color-blue-tag, #007bff);
    text-overflow: ellipsis;
}

.nested-tag[b-bkawpu06bn] {
    background-color: var(--color-green-tag, #28a745);
    text-overflow: ellipsis;
}

.tag-wrapper:hover .existing-tag[b-bkawpu06bn] {
    padding-right: 30px;
}

.add-tag-input[b-bkawpu06bn] {
    display: inline-flex;
    align-items: center;
    background-color: #363434;
    color: white;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 0.9rem;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: width 0.2s ease-in-out;
    width: 9rem;
}

    .add-tag-input[b-bkawpu06bn]::placeholder {
        color: white;
    }

.floating-add-btn[b-bkawpu06bn] {
    display: inline-flex;
    cursor: pointer;
    color: black;
}

    .floating-add-btn:hover[b-bkawpu06bn] {
        color: var(--color-actions, #007bff);
    }

.clear-icon[b-bkawpu06bn] {
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    color: white;
    top: 54%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.tag-wrapper:hover .clear-icon[b-bkawpu06bn] {
    opacity: 1;
}

.clear-icon:hover[b-bkawpu06bn] {
    color: red;
}
/* /Components/Forms/Elements/TextInput.razor.rz.scp.css */
.input-error[b-yavcc8zif8] {
    border: 1px solid red;
    background-color: #ffe6e6;
}

.input-container[b-yavcc8zif8] {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .input-container input[b-yavcc8zif8] {
        width: 100%;
    }
/* /Components/Forms/FamilyDataAndTagsForm.razor.rz.scp.css */
.family-container[b-c881c13hrh] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-container[b-c881c13hrh] {
    position: relative;
    display: inline-block;
}

.image[b-c881c13hrh] {
    display: block;
    width: 286px;
    height: auto;
    border: 2px solid #e9e9e9;
    border-radius: 12px;
}

.image-btn[b-c881c13hrh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

.image-container:hover .image-btn[b-c881c13hrh] {
    opacity: 1;
}

.file-input[b-c881c13hrh] {
    display: none;
}

.family-details[b-c881c13hrh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.half-width[b-c881c13hrh] {
    width: 100%;
}

.full-width[b-c881c13hrh] {
    width: 100%;
}

.family-lower-section[b-c881c13hrh] {
    display: flex;
    flex-direction: column;
}

.family-guid[b-c881c13hrh] {
    font-size: 15px;
    padding: 4px;
    background-color: lightgray;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .family-container[b-c881c13hrh] {
        flex-direction: column;
    }

    .image-container[b-c881c13hrh] {
        width: 100%;
    }

    .image[b-c881c13hrh] {
        max-width: 100%;
        max-height: auto;
        border-radius: 12px;
    }

    .family-details[b-c881c13hrh] {
        width: 100%;
    }
}
/* /Components/Forms/FamilyTypeForm.razor.rz.scp.css */
.properties-container[b-xifzpfv8um] {
    font-size: 14px;
    padding: 0 0.5rem;
}

.properties-section[b-xifzpfv8um] {
    margin-top: 8px;
}

.btn-row[b-xifzpfv8um] {
    width: 4rem;
    text-align: end;
}

.col-key[b-xifzpfv8um] {
    overflow-wrap: break-word;
}

.table-group-header[b-xifzpfv8um] {
    background-color: lightgray;
    font-weight: bold;
}

@media (max-width: 375px) {
    .col-key[b-xifzpfv8um] {
        max-width: 70px;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .col-key[b-xifzpfv8um] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-key[b-xifzpfv8um] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-key[b-xifzpfv8um] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-xifzpfv8um] {
        display: none;
    }
}

@media (max-width: 600px) {
    .btn-row[b-xifzpfv8um] {
        width: 58px;
    }

    .material-icons-outlined[b-xifzpfv8um] {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .table > :not(caption) > * > *[b-xifzpfv8um] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-xifzpfv8um] {
        padding: 5px 5px;
    }
}

@media (max-height: 700px) {
    tbody[b-xifzpfv8um] {
        max-height: 10vh;
    }
}

@media (min-height: 701px) and (max-height: 950px) {
    tbody[b-xifzpfv8um] {
        max-height: 36vh;
    }
}

@media (min-height: 951px) {
    tbody[b-xifzpfv8um] {
        max-height: 40vh;
    }
}

.assembly-code-container[b-xifzpfv8um] {
    margin-top: 1rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.10);
    border-radius: 12px;
}

    .assembly-code-container .dropdown[b-xifzpfv8um] {
        width: 60%;
        margin-right: 2%;
    }

    .assembly-code-container .actions[b-xifzpfv8um] {
        width: 110px;
        display: flex;
        justify-content: space-between;
    }
/* /Components/Forms/MasterLinksForm.razor.rz.scp.css */

/* responsive width */
@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-o0xia72qnm] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-o0xia72qnm] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-o0xia72qnm] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-o0xia72qnm] {
        display: none;
    }
}

@media (max-width: 600px) {
    .btn-row[b-o0xia72qnm] {
        width: 58px;
    }

    .material-icons-outlined[b-o0xia72qnm] {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .col-id[b-o0xia72qnm] {
        display: none;
    }

    .table > :not(caption) > * > *[b-o0xia72qnm] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-o0xia72qnm] {
        padding: 5px 5px;
    }
}

/* responsive height */
@media (max-height: 700px) {
    tbody[b-o0xia72qnm] {
        max-height: 20vh;
    }
}

@media (min-height: 701px) and (max-height: 950px) {
    tbody[b-o0xia72qnm] {
        max-height: 25vh;
    }
}

@media (min-height: 951px) {
    tbody[b-o0xia72qnm] {
        max-height: 40vh;
    }
}
/* /Components/Forms/NameFormElements.razor.rz.scp.css */
.preview[b-3jyjl90ipt] {
    overflow: auto;
    font-size: 15px;
    padding: 4px 4px;
    margin-bottom: 0;
    margin-top: 1rem;
    border-radius: 12px;
    background-color: color-mix(in srgb, var(--color-accent, #eea81e) 70%, transparent);
    border-color: var(--color-accent, #eea81e);
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container[b-3jyjl90ipt] {
    margin-top: 8px;
    padding: 2px 12px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.10);
    border-radius: 12px;
}

    .form-container h5[b-3jyjl90ipt] {
        font-size: 12px;
    }

@media (max-width: 450px) {
    .preview[b-3jyjl90ipt] {
        font-size: 12px;
    }
}

@media (max-height: 650px) {
    .form-container[b-3jyjl90ipt] {
        max-height: 25vh;
    }
}

@media (min-height: 651px) and (max-height: 700px) {
    .form-container[b-3jyjl90ipt] {
        max-height: 38vh;
    }
}

@media (min-height: 701px) and (max-height: 800px) {
    .form-container[b-3jyjl90ipt] {
        max-height: 45vh;
    }
}

@media (min-height: 801px) {
    .form-container[b-3jyjl90ipt] {
        max-height: 52vh;
    }
}
/* /Components/Forms/RoleForm.razor.rz.scp.css */
.permission-group[b-wcqqx6d7od] {
    margin-bottom: 10px;
}
/* /Components/MainLayout.razor.rz.scp.css */
.page[b-n10c3kyxbu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n10c3kyxbu] {
    flex: 1;
}

.sidebar[b-n10c3kyxbu] {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background-image: linear-gradient(
        180deg,
        var(--color-tertiary, #c9e8ff) 0%,
        var(--color-secondary, #b8baff) 50%,
        var(--color-primary, #6666ff) 100%
    );
}

.top-row[b-n10c3kyxbu] {
    height: 3.5rem;
    background-color: var(--color-font, #1a2e37);
}

@media (max-width: 640.98px) {
    .top-row[b-n10c3kyxbu] {
        display: none;
    }

    .content[b-n10c3kyxbu] {
        padding: 5px 5px;
    }
}

@media (min-width: 650px) {
    .page[b-n10c3kyxbu] {
        flex-direction: row;
    }

    .sidebar[b-n10c3kyxbu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n10c3kyxbu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-n10c3kyxbu], .content[b-n10c3kyxbu] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 650px) and (max-width: 900px) {
    .sidebar[b-n10c3kyxbu] {
        width: 100px;
    }
}
/* /Components/MasterLinks.razor.rz.scp.css */
.types-container[b-zayqqe7c1n] {
    font-size: 14px;
    padding: 0 0.5rem;
    margin-top: 1rem;
}

.btn-row[b-zayqqe7c1n] {
    width: 4rem;
    text-align: end;
}

.col-name[b-zayqqe7c1n] {
    overflow-wrap: break-word;
}

@media (max-width: 375px) {
    .col-name[b-zayqqe7c1n] {
        max-width: 70px;
    }
}

/* responsive width */
@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-zayqqe7c1n] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-zayqqe7c1n] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-zayqqe7c1n] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-zayqqe7c1n] {
        display: none;
    }
}

@media (max-width: 600px) {
    .btn-row[b-zayqqe7c1n] {
        width: 58px;
    }

    .material-icons-outlined[b-zayqqe7c1n] {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .col-id[b-zayqqe7c1n] {
        display: none;
    }

    .table > :not(caption) > * > *[b-zayqqe7c1n] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-zayqqe7c1n] {
        padding: 5px 5px;
    }
}

/* responsive height */
@media (max-height: 700px) {
    tbody[b-zayqqe7c1n] {
        max-height: 10vh;
    }
}

@media (min-height: 701px) and (max-height: 950px) {
    tbody[b-zayqqe7c1n] {
        max-height: 15vh;
    }
}

@media (min-height: 951px) {
    tbody[b-zayqqe7c1n] {
        max-height: 20vh;
    }
}
/* /Components/Modals/FamilyFormModal.razor.rz.scp.css */
.nav-header[b-j8v0po60yw] {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.nav-tabs .nav-link[b-j8v0po60yw] {
    border: 1px solid color-mix(in srgb, var(--color-font, #1a2e37) 20%, transparent);
    margin-right: 5px;
    border-bottom: none;
    background-color: var(--color-surface, #f8f9fa);
    color: #007bff;
    cursor: pointer;
}

    .nav-tabs .nav-link.active[b-j8v0po60yw] {
        background-color: var(--color-surface, #fff);
        border-color: color-mix(in srgb, var(--color-font, #1a2e37) 20%, transparent);
        border-top: 3px solid #007bff;
        color: #007bff;
    }

.select[b-j8v0po60yw] {
    width: 100%;
}

.separator[b-j8v0po60yw] {
    margin-top: 1rem;
    margin-bottom: 0;
    opacity: 0.1;
}

.modal-body[b-j8v0po60yw] {
    min-height: 470px;
    height: auto;
    overflow-y: auto;
}

.family-image[b-j8v0po60yw] {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.material-icons-outlined[b-j8v0po60yw] {
    margin-top: 2px;
    font-size: 16px;
}
/* /Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5j104icyzz] {
    background-color: color-mix(in srgb, var(--color-surface, #efefef) 10%, transparent);
}

.top-row[b-5j104icyzz] {
    height: 3.5rem;
    background-color: var(--color-font, #1a2e37);
}

.logo[b-5j104icyzz] {
    height: 3rem;
    margin-top: -0.5rem;
    padding-left: 4px;
}

.navbar-brand[b-5j104icyzz] {
    font-size: 1.1rem;
}

.oi[b-5j104icyzz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5j104icyzz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5j104icyzz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5j104icyzz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5j104icyzz]  a {
        color: var(--color-font, #1a2e37);
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .nav-item[b-5j104icyzz]  a.active {
            background-color: color-mix(in srgb, var(--color-surface, #efefef) 70%, transparent);
        }

        .nav-item[b-5j104icyzz]  a:hover {
            background-color: color-mix(in srgb, var(--color-surface, #efefef) 35%, transparent);
        }

@media (min-width: 650px) {
    .navbar-toggler[b-5j104icyzz] {
        display: none;
    }

    .collapse[b-5j104icyzz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5j104icyzz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (min-width: 650px) and (max-width: 900px) {
    .nav-text[b-5j104icyzz] {
        display: none;
    }

    .logo-horizontal[b-5j104icyzz] {
        display: none;
    }
}

@media (max-width: 650px) {
    .logo-vertical[b-5j104icyzz] {
        display: none;
    }
}

@media (min-width: 900px) {
    .logo-vertical[b-5j104icyzz] {
        display: none;
    }
}
/* /Pages/Auth/AuthRedirect.razor.rz.scp.css */
.error[b-9x6f812wv9] {
    background-color: var(--color-accent, #b32121);
    padding: 1rem;
    color: var(--color-on-primary, white);
    font-size: 1rem;
    font-style: italic;
    display: flex;
    align-items: center;
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-loqqrrniw8] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    background-color: var(--color-font, #1a2e37);
}

.logo[b-loqqrrniw8] {
    height: 8rem;
    margin-top: -10rem;
    margin-bottom: 2rem;
}

.login-card[b-loqqrrniw8] {
    width: 20rem;
}

h5[b-loqqrrniw8] {
    background-color: var(--color-surface, #efefef);
}

.login-card-body[b-loqqrrniw8] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn[b-loqqrrniw8] {
    background-color: var(--color-accent, #eea81e);
    border-color: var(--color-font, #1a2e37);
    color: var(--color-on-primary, white);
}

    .login-btn:hover[b-loqqrrniw8] {
        background-color: color-mix(in srgb, var(--color-accent, #eea81e) 80%, transparent);
    }
/* /Pages/Backups.razor.rz.scp.css */
.header[b-x8r09nax1x] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.header .btn[b-x8r09nax1x] {
    justify-content: center;
    margin-bottom: 0.5rem;
}

a.material-icons-outlined[b-x8r09nax1x] {
    text-decoration: none;
}

.col-name[b-x8r09nax1x], .col-id[b-x8r09nax1x], .col-status[b-x8r09nax1x], .col-date[b-x8r09nax1x] {
    overflow-wrap: break-word;
}

.btn-row[b-x8r09nax1x] {
    width: 3rem;
    text-align: end;
}

.btn-row-icon[b-x8r09nax1x] {
    width: 3rem;
    text-align: center;
}

.cursor-pointer[b-x8r09nax1x] {
    cursor: pointer;
}

.smooth-blue[b-x8r09nax1x] {
    color: var(--color-actions, royalblue);
}

.smooth-red[b-x8r09nax1x] {
    color: var(--color-error, #DC3545);
}

.icon-btn[b-x8r09nax1x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--color-actions, royalblue) 50%, transparent);
    color: var(--color-actions, royalblue);
    background: color-mix(in srgb, var(--color-actions, royalblue) 10%, transparent);
    transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.icon-btn:hover[b-x8r09nax1x] {
    background: color-mix(in srgb, var(--color-actions, royalblue) 18%, transparent);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--color-actions, royalblue) 25%, transparent);
    transform: translateY(-1px);
}

.icon-btn:active[b-x8r09nax1x] {
    transform: translateY(0);
}

@media (max-width: 600px) {
    .btn-row[b-x8r09nax1x] {
        max-width: 30px;
    }

    .btn-row-icon[b-x8r09nax1x] {
        display: none;
    }

    .col-date[b-x8r09nax1x] {
        display: none;
    }
}

@media (min-width: 650px) and (max-width: 890px) {
    .btn-row-icon[b-x8r09nax1x] {
        display: none;
    }
}
/* /Pages/Components.razor.rz.scp.css */
.btn-row[b-i91qmxie6v] {
    width: 3rem;
    text-align: end;
}

.btn-row-dot[b-i91qmxie6v] {
    width: 30px;
}

.w-100[b-i91qmxie6v] {
    width: 100%;
}

.btn-row-action[b-i91qmxie6v] {
    width: 5rem;
    text-align: end;
}

.btn-row-copy[b-i91qmxie6v] {
    width: 4rem;
}

.btn[b-i91qmxie6v] {
    width: 9rem;
    justify-content: center;
}

.btn-catalog[b-i91qmxie6v]  {
    width: 9rem;
    justify-content: center;
}


.btn-publish[b-i91qmxie6v] {
    width: 4rem;
    justify-content: center;
}

.cursor-pointer[b-i91qmxie6v] {
    cursor: pointer;
}

.published-dot[b-i91qmxie6v] {
    font-size: 12px;
}

.btn-icon[b-i91qmxie6v] {
    margin-right: 0.25rem;
}

.smooth-green[b-i91qmxie6v] {
    color: var(--color-success, mediumseagreen);
}

.smooth-red[b-i91qmxie6v] {
    color: var(--color-error, #DC3545);
}

.smooth-blue[b-i91qmxie6v] {
    color: var(--color-actions, royalblue);
}

.icon-text-container[b-i91qmxie6v] {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
}

.name-text[b-i91qmxie6v] {
    max-width: calc(100% - 3rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filters[b-i91qmxie6v] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filter[b-i91qmxie6v] {
    min-width: 30%;
    max-width: 40%;
}

.filter-status-order[b-i91qmxie6v] {
    min-width: 12%;
    max-width: 21%;
}

.search[b-i91qmxie6v] {
    min-width: 30%;
    max-width: 40%;
    display: flex;
    align-items: end;
}

.col-name[b-i91qmxie6v] {
    overflow-wrap: break-word;
}

.expand[b-i91qmxie6v] {
    width: 4rem;
}

.types-container[b-i91qmxie6v] {
    margin: 1rem;
    max-width: fit-content;
    border-radius: 12px;
    background-color: color-mix(in srgb, var(--color-font, #1a2e37) 10%, transparent);
}

.image[b-i91qmxie6v] {
    max-height: 3rem;
    max-width: 8rem;
    border-radius: 6px;
    margin-right: 2%;
}

@media (max-width: 375px) {
    .col-name[b-i91qmxie6v] {
        max-width: 70px;
    }

    .btn-row-icon[b-i91qmxie6v] {
        display: none;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-i91qmxie6v] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-i91qmxie6v] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-i91qmxie6v] {
        max-width: 150px;
    }
}

@media (max-width: 500px) {
    .btn-row-icon[b-i91qmxie6v] {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 650px) {
    .btn-row-menu[b-i91qmxie6v] {
        display: none;
    }
}

@media (max-width: 600px) {
    .btn-row[b-i91qmxie6v] {
        max-width: 30px;
    }

    .btn-row-menu[b-i91qmxie6v] {
        max-width: 40px;
    }

    .btn-row-action[b-i91qmxie6v] {
        width: 2.5rem;
    }

    col-id[b-i91qmxie6v], .col-tags[b-i91qmxie6v], .image[b-i91qmxie6v] {
        display: none;
    }

    .table > :not(caption) > * > *[b-i91qmxie6v] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-i91qmxie6v] {
        padding: 5px 5px;
    }
}

@media (max-width: 650px) {
    .filters[b-i91qmxie6v] {
        flex-direction: column;
    }

    .filter[b-i91qmxie6v] {
        min-width: 100%;
    }

    .search[b-i91qmxie6v] {
        min-width: 100%;
    }
}

@media (min-width: 650px) and (max-width: 750px) {
    col-id[b-i91qmxie6v], .col-tags[b-i91qmxie6v], .image[b-i91qmxie6v] {
        display: none;
    }
}

@media (min-width: 650px) and (max-width: 890px) {
    .btn-row-icon[b-i91qmxie6v] {
        display: none;
    }
}

@media (max-width: 1600px) {
    .btn-text-catalog[b-i91qmxie6v] {
        display: none;
    }

    .btn-catalog[b-i91qmxie6v] {
        width: 2rem;
    }
}

@media (max-width: 1100px) {
    .btn-row-copy[b-i91qmxie6v] {
        width: 48px;
    }

    .btn-text[b-i91qmxie6v] {
        display: none;
    }

    .btn-row-action[b-i91qmxie6v] {
        width: 3rem;
    }

    .btn[b-i91qmxie6v] {
        width: 2rem;
    }

    .btn-icon[b-i91qmxie6v] {
        margin-right: 0;
    }

    .btn-row-menu[b-i91qmxie6v] {
        width: 60px;
    }

    .btn-icon-row[b-i91qmxie6v] {
        width: 30px;
    }

    .expand[b-i91qmxie6v] {
        width: 30px;
    }

    .material-icons-outlined[b-i91qmxie6v] {
        margin-right: 0;
    }
}

@media (min-width: 890px) {
    .btn-row-menu[b-i91qmxie6v] {
        display: none;
    }
}

.custom-dropdown[b-i91qmxie6v] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-trigger[b-i91qmxie6v] {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.dropdown-menu[b-i91qmxie6v] {
    display: none;
    position: absolute;
    background-color: var(--color-surface, #ffffff);
    border: 1px solid color-mix(in srgb, var(--color-font, #1a2e37) 20%, transparent);
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: inherit;
}

    .dropdown-menu li[b-i91qmxie6v] {
        padding: 8px;
        cursor: pointer;
    }

    .dropdown-trigger:hover + .dropdown-menu[b-i91qmxie6v],
    .dropdown-menu:hover[b-i91qmxie6v] {
        display: block;
    }

.dropdown-option:hover[b-i91qmxie6v] {
    background-color: color-mix(in srgb, var(--color-accent, #eea81e) 35%, transparent);
}

.catalog-view[b-i91qmxie6v] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.item-details[b-i91qmxie6v] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.row-container[b-i91qmxie6v] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tags-row[b-i91qmxie6v]
{
    min-height: 2.5rem;
}

.details-row-container[b-i91qmxie6v] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 2rem;
}

.list-button[b-i91qmxie6v]{
    margin-bottom: 0.45rem;
}

.family-image[b-i91qmxie6v]
{
    width: 8rem;
    height: 8rem !important;
    max-height: unset;
}

@media (min-width: 1200px) {
    .custom-col[b-i91qmxie6v] {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-col[b-i91qmxie6v] {
        width: 25%; 
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .custom-col[b-i91qmxie6v] {
        width: 33.33%; 
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 767px) {
    .custom-col[b-i91qmxie6v] {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.catalog-item[b-i91qmxie6v] {
    text-align: center;
    border: 1px solid color-mix(in srgb, var(--color-font, #1a2e37) 20%, transparent);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}

    .catalog-item .image[b-i91qmxie6v] {
        height: auto;
        max-height: 150px;
        margin-bottom: 10px;
    }

.pending-item[b-i91qmxie6v] {
    border: solid 1px var(--color-actions, #0b38cf);
}

.not-pending-item[b-i91qmxie6v]
{
    padding-top: 2.75rem;
}

.no-tags-label[b-i91qmxie6v] {
    font-size: 0.75rem;
    color: grey;
}

.btn-pending[b-i91qmxie6v] {
    cursor: auto;
    margin-left: -0.7rem;
    margin-top: -0.7rem;
    width: auto;
    margin-bottom: 0.5rem;
    border-radius: 10px 0px 10px 0px;
    border-bottom: 1px solid var(--color-actions, #0b38cf);
    border-right: 1px solid var(--color-actions, #0b38cf);
    border-top: none;
    border-left: none;
}

.back-link[b-i91qmxie6v] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-actions, royalblue);
    text-decoration: none;
    cursor: pointer;
}

.back-link:hover[b-i91qmxie6v] {
    text-decoration: underline;
}

.page-actions-footer[b-i91qmxie6v] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 12px;
    margin-top: 16px;
}

.header-link[b-i91qmxie6v] {
    display: inline-flex;
    align-items: center;
    color: var(--color-titles, royalblue);
    text-decoration: none;
    cursor: pointer;
}

.header-link:hover[b-i91qmxie6v] {
    text-decoration: none;
}

.breadcrumb-separator[b-i91qmxie6v] {
    color: #9aa0a6;
    margin: 0 6px;
}

.breadcrumb-current[b-i91qmxie6v] {
    color: var(--color-titles, royalblue);
}

.breadcrumb-back-icon[b-i91qmxie6v] {
    font-size: 20px;
    line-height: 1;
    margin-left: -25px;
    font-weight: 700;
    vertical-align: middle;
}

.icon-btn[b-i91qmxie6v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--color-actions, royalblue) 50%, transparent);
    color: var(--color-actions, royalblue);
    background: color-mix(in srgb, var(--color-actions, royalblue) 10%, transparent);
    transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.icon-btn:hover[b-i91qmxie6v] {
    background: color-mix(in srgb, var(--color-actions, royalblue) 18%, transparent);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--color-actions, royalblue) 25%, transparent);
    transform: translateY(-1px);
}

.icon-btn:active[b-i91qmxie6v] {
    transform: translateY(0);
}
/* /Pages/Masters.razor.rz.scp.css */
.btn-row[b-76l67rnctl] {
    width: 5rem;
    text-align: end;
}

.btn-icon[b-76l67rnctl] {
    margin-right: 0.25rem;
}

.filters[b-76l67rnctl] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filter[b-76l67rnctl] {
    min-width: 30%;
    max-width: 40%;
}

.search[b-76l67rnctl] {
    min-width: 30%;
    max-width: 40%;
    display: flex;
    align-items: end;
}

.icon-btn[b-76l67rnctl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--color-actions, royalblue) 50%, transparent);
    color: var(--color-actions, royalblue);
    background: color-mix(in srgb, var(--color-actions, royalblue) 10%, transparent);
    transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.icon-btn:hover[b-76l67rnctl] {
    background: color-mix(in srgb, var(--color-actions, royalblue) 18%, transparent);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--color-actions, royalblue) 25%, transparent);
    transform: translateY(-1px);
}

.icon-btn:active[b-76l67rnctl] {
    transform: translateY(0);
}

@media (max-width: 375px) {
    .col-name[b-76l67rnctl] {
        max-width: 70px;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-76l67rnctl] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-76l67rnctl] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-76l67rnctl] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-76l67rnctl] {
        display: none;
    }

    .btn-icon[b-76l67rnctl] {
        margin-right: 0;
    }

    .btn-row[b-76l67rnctl] {
        width: 58px;
    }

    .material-icons-outlined[b-76l67rnctl] {
        margin-right: 0;
    }

    .filters[b-76l67rnctl] {
        flex-direction: column;
    }

    .filter[b-76l67rnctl] {
        min-width: 100%;
    }

    .search[b-76l67rnctl] {
        min-width: 100%;
    }
}

@media (max-width: 650px) {
    .col-name[b-76l67rnctl] {
        overflow: auto;
        white-space: break-spaces;
    }

    .col-type[b-76l67rnctl] {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table > :not(caption) > * > *[b-76l67rnctl] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-76l67rnctl] {
        padding: 5px 5px;
    }
}
/* /Pages/Names.razor.rz.scp.css */
.btn-row[b-vc10n7j1tr] {
    width: 5rem;
    text-align: end;
}

.btn-icon[b-vc10n7j1tr] {
    margin-right: 0.25rem;
}

.filters[b-vc10n7j1tr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filter[b-vc10n7j1tr] {
    min-width: 30%;
    max-width: 40%;
}

.search[b-vc10n7j1tr] {
    min-width: 30%;
    max-width: 40%;
    display: flex;
    align-items: end;
}

.col-name[b-vc10n7j1tr] {
    overflow-wrap: break-word;
}

.icon-btn[b-vc10n7j1tr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--color-actions, royalblue) 50%, transparent);
    color: var(--color-actions, royalblue);
    background: color-mix(in srgb, var(--color-actions, royalblue) 10%, transparent);
    transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.icon-btn:hover[b-vc10n7j1tr] {
    background: color-mix(in srgb, var(--color-actions, royalblue) 18%, transparent);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--color-actions, royalblue) 25%, transparent);
    transform: translateY(-1px);
}

.icon-btn:active[b-vc10n7j1tr] {
    transform: translateY(0);
}

@media (max-width: 375px) {
    .col-name[b-vc10n7j1tr] {
        max-width: 70px;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-vc10n7j1tr] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-vc10n7j1tr] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-vc10n7j1tr] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-vc10n7j1tr] {
        display: none;
    }

    .btn-icon[b-vc10n7j1tr] {
        margin-right: 0;
    }

    .btn-row[b-vc10n7j1tr] {
        width: 58px;
    }

    .material-icons-outlined[b-vc10n7j1tr] {
        margin-right: 0;
    }

    .filters[b-vc10n7j1tr] {
        flex-direction: column;
    }

    .filter[b-vc10n7j1tr] {
        min-width: 100%;
    }

    .search[b-vc10n7j1tr] {
        min-width: 100%;
    }
}

@media (max-width: 650px) {
    .col-category[b-vc10n7j1tr] {
        display: none;
    }

    .col-type[b-vc10n7j1tr] {
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table > :not(caption) > * > *[b-vc10n7j1tr] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-vc10n7j1tr] {
        padding: 5px 5px;
    }
}
/* /Pages/Roles.razor.rz.scp.css */
.btn-row[b-n6kxkh4rvk] {
    width: 8rem;
    text-align: end;
}

.btn-icon[b-n6kxkh4rvk] {
    margin-right: 0.25rem;
}

.search[b-n6kxkh4rvk] {
    min-width: 30%;
    max-width: 40%;
    display: flex;
    align-items: end;
}

.col-name[b-n6kxkh4rvk] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-btn[b-n6kxkh4rvk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--color-actions, royalblue) 50%, transparent);
    color: var(--color-actions, royalblue);
    background: color-mix(in srgb, var(--color-actions, royalblue) 10%, transparent);
    transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.icon-btn:hover[b-n6kxkh4rvk] {
    background: color-mix(in srgb, var(--color-actions, royalblue) 18%, transparent);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--color-actions, royalblue) 25%, transparent);
    transform: translateY(-1px);
}

.icon-btn:active[b-n6kxkh4rvk] {
    transform: translateY(0);
}

@media (max-width: 375px) {
    .col-name[b-n6kxkh4rvk] {
        max-width: 70px;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .col-name[b-n6kxkh4rvk] {
        max-width: 90px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .col-name[b-n6kxkh4rvk] {
        max-width: 140px;
    }
}

@media (min-width: 450px) and (max-width: 650px) {
    .col-name[b-n6kxkh4rvk] {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .btn-text[b-n6kxkh4rvk] {
        display: none;
    }

    .btn-icon[b-n6kxkh4rvk] {
        margin-right: 0;
    }

    .btn-row[b-n6kxkh4rvk] {
        width: 58px;
    }

    .material-icons-outlined[b-n6kxkh4rvk] {
        margin-right: 0;
    }

    .search[b-n6kxkh4rvk] {
        min-width: 100%;
    }
}

@media (max-width: 600px) {
    .col-description[b-n6kxkh4rvk] {
        display: none;
    }

    .table > :not(caption) > * > *[b-n6kxkh4rvk] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-n6kxkh4rvk] {
        padding: 5px 5px;
    }
}
/* /Pages/Users.razor.rz.scp.css */
.btn-row[b-v4busda102] {
    width: 5rem;
    text-align: end;
}

.btn-icon[b-v4busda102] {
    margin-right: 0.25rem;
}

.filter[b-v4busda102] {
    width: 16rem;
}

.col-email[b-v4busda102] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-btn[b-v4busda102] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--color-actions, royalblue) 50%, transparent);
    color: var(--color-actions, royalblue);
    background: color-mix(in srgb, var(--color-actions, royalblue) 10%, transparent);
    transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.icon-btn:hover[b-v4busda102] {
    background: color-mix(in srgb, var(--color-actions, royalblue) 18%, transparent);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--color-actions, royalblue) 25%, transparent);
    transform: translateY(-1px);
}

.icon-btn:active[b-v4busda102] {
    transform: translateY(0);
}

@media (max-width: 950px) {
    .btn-text[b-v4busda102] {
        display: none;
    }

    .btn-icon[b-v4busda102] {
        margin-right: 0;
    }

    .btn-row[b-v4busda102] {
        width: 58px;
    }

    .material-icons-outlined[b-v4busda102] {
        margin-right: 0;
    }
}

@media (max-width: 650px) {
    .table > :not(caption) > * > *[b-v4busda102] {
        padding: 0.25rem 0.25rem;
    }

    .content[b-v4busda102] {
        padding: 5px 5px;
    }
}
