:root {
    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#root {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;

    max-width: 1280px;
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
}

a:hover {
    color: #535bf2;
}

body {
    margin: 0;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
    height: 100vh;
}

h1 {
    font-size: 3.2em;
    line-height: 1.1;
}

button, a.button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

button:hover {
    border-color: #646cff;
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #ffffff;
    }

    a:hover {
        color: #747bff;
    }

    button, a.button {
        background-color: #f9f9f9;
    }
}

.throbberModalScreen {
    position: fixed;

    &.local {
        position: absolute;
    }

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.copyLink {
    cursor: pointer;
    position: relative;
    display: inline-block;

    &::after {
        content: "📄";
        position: absolute;
        top: 0;
        left: 0;
    }

    &.clicked {
        &::after {
            animation: notify 0.5s ease-out;
        }
    }
}

@keyframes notify {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}
._throbber_1qfzh_1 {
    display: block;
    width: 24px;
    height: 24px;

    border-radius: 50%;
    border: 5px dotted #646cff;

    animation: _throb_1qfzh_1 2s linear infinite;
}

@keyframes _throb_1qfzh_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}._folderContents_1ongu_1 {
    position: relative;

    display: flex;
    flex-direction: row;
    gap: 16px;

    max-height: 100%;

    ._closeButton_1ongu_10 {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;

        cursor: pointer;
    }

    ._filePanel_1ongu_19 {
        flex-grow: 1;
        flex-basis: 0;
        overflow-y: auto;

        p:first-child {
            margin-top: 0;
        }

        ul {
            list-style-type: none;
            padding: 0;

            li {
                text-align: left;
                display: flex;
                flex-direction: row;

                gap: 4px;
                padding: 4px;

                a:first-child {
                    flex-grow: 1;
                }

                a, a:link {
                    cursor: pointer;
                }

                &._folderItemEven_1ongu_48 {
                    background: #242424;
                }

                &._folderItemOdd_1ongu_52 {
                    background: #121212;
                }

                @media (prefers-color-scheme: light) {
                    &._folderItemEven_1ongu_48 {
                        background: #fff;
                    }

                    &._folderItemOdd_1ongu_52 {
                        background: #f0f0f0;
                    }
                }

                &._selected_1ongu_66 {
                    background: royalblue !important;
                    color: white;

                    a, a:link {
                        color: white;
                    }
                }
            }
        }
    }

    ._buttonBar_1ongu_78 {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
}._uploadButton_mwh19_1 {
    input[type="file"] {
        display: none;
    }
}._sidebar_1jt13_1 {
    display: flex;
    flex-direction: column;

    position: relative;
    flex-grow: 0.666;
    flex-basis: 0;

    overflow-y: auto;
}._fileProperties_1tika_1 {
    h2:first-child {
        margin-top: 0;
    }

    table {
        tr {
            th,td {
                text-align: left;
            }
        }
    }

    ._closeButton_1tika_14 {
        position: absolute;
        top: 20px;
        right: 4px;
        padding: 4px;
        background: transparent;
    }
}._fileShareInfo_1rfaf_1 {
    display: flex;
    flex-direction: column;
    gap: 8px;

    position: relative;

    a {
        cursor: pointer;
    }
}._variableImageInfo_zfupj_1 {
    position: relative;

    ul {
        list-style-type: none;
        padding: 0;
    }

    a {
        cursor: pointer;
    }
}._editableTextLabel_4xos5_1 {
    padding: 2px;
    border: 1px solid gray;
    border-radius: 4px;
}._imageVariantElement_5b0g6_1 {
    p {
        margin: 0 0 0 0;
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    margin-bottom: 16px;
}._imageProperties_1ltjr_1 {
    ._imagePreview_1ltjr_2 {
        max-width: 100%;
        display: block;
    }
}._fileTags_vt1qm_1 {
    position: relative;

    ._removeButton_vt1qm_4 {
        cursor: pointer;
    }
}._fileProductAssignments_1vatb_1 {
    position: relative;

    ._removeButton_1vatb_4 {
        cursor: pointer;
    }
}._modalScreen_1pb95_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

@media (prefers-color-scheme: light) {
    ._modalScreen_1pb95_1 {
        background-color: rgba(255, 255, 255, 0.7);
    }
}._textInputDialog_4ty5o_1 {
    background-color: #242424;
    border: #fff 1px solid;
    border-radius: 8px;

    display: flex;
    flex-direction: column;

    padding: 16px;

    h2 {
        margin: 0 0 12px 0;
    }

    form {
        display: flex;
        flex-direction: column;

        ._buttonGroup_4ty5o_19 {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            gap: 8px;

            margin-top: 12px;
        }
    }
}

@media (prefers-color-scheme: light) {
    ._textInputDialog_4ty5o_1 {
        background-color: #fff;
        border: #000 1px solid;
    }
}._app_150e1_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    gap: 24px;
    padding: 24px;
    box-sizing: border-box;


    ._topBar_150e1_13 {
        display: flex;
        flex-direction: row;
        width: 100%;

        gap: 24px;

        ._header_150e1_20 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 0;
            flex-wrap: wrap;
            flex-grow: 1;

            h1, p {
                margin: 0;
            }
        }
    }

    ._tabs_150e1_35 {
        display: flex;
        flex-direction: row;
        align-self: flex-start;
        gap: 8px;

        list-style: none;
        padding: 0;
        margin: 0;

        a {
            width: auto;

            &.active {
                text-shadow: 0 0 1px rgba(255, 255, 255, 1);
                background-color: royalblue;
                color: white;
            }
        }
    }

    ._mainPanel_150e1_56 {
        flex-grow: 1;
        width: 100%;
        max-height: 100%;
        min-height: 0;
    }
}


._hidden_150e1_65 {
    display: none !important;
}
._productOverview_1vo1e_1 {
    position: relative;

    ._productList_1vo1e_4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;

        padding: 0;

        list-style: none;
    }
}._productCard_18g1n_1 {
    display: flex;
    flex-direction: column;

    width: 200px;
    height: 300px;

    border-radius: 8px;
    padding: 16px;

    position: relative;

    background-color: #1a1a1a;
    @media (prefers-color-scheme: light) {
        background-color: lightgray;
    }

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 8px;
        opacity: 0.333;
    }

    ._imgScreen_18g1n_31 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        border-radius: 8px;
        z-index: 2;

        @media (prefers-color-scheme: light) {
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        }
    }

    h3, p {
        margin: 0;
        z-index: 2;
    }

    h3 {
        cursor: pointer;
        font-weight: bold;
    }

    ._productInfo_18g1n_57 {
        flex-grow: 1;
    }

    ._productActions_18g1n_61 {
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content: flex-end;

        z-index: 2;

        a {
            cursor: pointer;
            background: lightgray;
            padding: 8px 8px;
            border-radius: 20px;
            width: 40px;
            height: 40px;
            box-sizing: border-box;
            text-align: center;
        }
    }
}._productGroupOverview_1svgw_1 {
    position: relative;

    ._productGroupList_1svgw_4 {
        display: flex;
        flex-direction: column;
        gap: 16px;

        list-style: none;
        padding: 0;

        ._productGroup_1svgw_1 {
            display: flex;
            flex-direction: column;
            gap: 16px;

            padding: 16px;
            border-radius: 8px;

            background-color: #2b2b2b;
            @media (prefers-color-scheme: light) {
                background-color: #efefef;
            }

            a {
                cursor: pointer;
            }

            ._relatedProducts_1svgw_29 {
                display: flex;
                flex-direction: row;
                gap: 8px;

                list-style: none;
                padding: 0;

                overflow: hidden;
            }
        }
    }
}._productDetailView_ylw8q_1 {
    position: relative;

    a {
        cursor: pointer;
    }

    ._tagList_ylw8q_8 {
        display: flex;
        flex-direction: row;
        gap: 8px;

        list-style: none;
        padding: 0;

        ._selectedTag_ylw8q_16 {
            background-color: royalblue;
            color: white;
        }
    }

    ._closeButton_ylw8q_22 {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;

        cursor: pointer;
    }

    ._fileList_ylw8q_31 {
        list-style: none;
        padding: 0;
    }

    table {
        width: 100%;

        tr {
            th, td {
                text-align: left;
                padding: 4px;
            }

            th {
                width: 0;
            }

            td {
                white-space: nowrap;

                span {
                    display: inline-block;
                    min-width: 200px;
                    height: 24px;
                }

                input {
                    min-width: 200px;
                    box-sizing: border-box;
                }
            }
        }
    }

    ._removeButton_ylw8q_66 {
        cursor: pointer;
    }
}._productGroupDetailView_19z42_1 {
    ._closeButton_19z42_2 {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;

        cursor: pointer;
    }

    ._productList_19z42_11 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;

        list-style: none;
        padding: 0;

        ._product_19z42_1 {

        }
    }
}