: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_iu6ot_1 {
    display: block;
    width: 24px;
    height: 24px;

    border-radius: 50%;
    border: 5px dotted #646cff;

    animation: _throb_iu6ot_1 2s linear infinite;
}

@keyframes _throb_iu6ot_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}._folderContents_1tmyu_1 {
    position: relative;

    display: flex;
    flex-direction: row;
    gap: 16px;

    max-height: 100%;

    ._closeButton_1tmyu_19 {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;

        cursor: pointer;
    }

    ._filePanel_1tmyu_37 {
        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_1tmyu_95 {
                    background: #242424;
                }

                &._folderItemOdd_1tmyu_103 {
                    background: #121212;
                }

                @media (prefers-color-scheme: light) {
                    &._folderItemEven_1tmyu_95 {
                        background: #fff;
                    }

                    &._folderItemOdd_1tmyu_103 {
                        background: #f0f0f0;
                    }
                }

                &._selected_1tmyu_131 {
                    background: royalblue !important;
                    color: white;

                    a, a:link {
                        color: white;
                    }
                }
            }
        }
    }

    ._buttonBar_1tmyu_155 {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
}._uploadButton_hexa1_1 {
    input[type="file"] {
        display: none;
    }
}._sidebar_9qrea_1 {
    display: flex;
    flex-direction: column;

    position: relative;
    flex-grow: 0.666;
    flex-basis: 0;

    overflow-y: auto;
}._fileProperties_7uqvr_1 {
    h2:first-child {
        margin-top: 0;
    }

    table {
        tr {
            th,td {
                text-align: left;
            }
        }
    }

    ._closeButton_7uqvr_27 {
        position: absolute;
        top: 20px;
        right: 4px;
        padding: 4px;
        background: transparent;
    }
}._fileShareInfo_7ieqh_1 {
    display: flex;
    flex-direction: column;
    gap: 8px;

    position: relative;

    a {
        cursor: pointer;
    }
}._variableImageInfo_12xc4_1 {
    position: relative;

    ul {
        list-style-type: none;
        padding: 0;
    }

    a {
        cursor: pointer;
    }
}._editableTextLabel_avr5f_1 {
    padding: 2px;
    border: 1px solid gray;
    border-radius: 4px;
}._imageVariantElement_sv4da_1 {
    p {
        margin: 0 0 0 0;
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    margin-bottom: 16px;
}._imageProperties_qwv08_1 {
    ._imagePreview_qwv08_3 {
        max-width: 100%;
        display: block;
    }
}._fileTags_16q5c_1 {
    position: relative;

    ._removeButton_16q5c_7 {
        cursor: pointer;
    }
}._fileProductAssignments_1k0iz_1 {
    position: relative;

    ._removeButton_1k0iz_7 {
        cursor: pointer;
    }
}._modalScreen_1vz5a_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_1vz5a_1 {
        background-color: rgba(255, 255, 255, 0.7);
    }
}._textInputDialog_1c9bp_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_1c9bp_37 {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            gap: 8px;

            margin-top: 12px;
        }
    }
}

@media (prefers-color-scheme: light) {
    ._textInputDialog_1c9bp_1 {
        background-color: #fff;
        border: #000 1px solid;
    }
}._app_18vsv_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_18vsv_25 {
        display: flex;
        flex-direction: row;
        width: 100%;

        gap: 24px;

        ._header_18vsv_39 {
            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_18vsv_69 {
        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_18vsv_111 {
        flex-grow: 1;
        width: 100%;
        max-height: 100%;
        min-height: 0;
    }
}


._hidden_18vsv_129 {
    display: none !important;
}
._productOverview_kvb1m_1 {
    position: relative;

    ._productList_kvb1m_7 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;

        padding: 0;

        list-style: none;
    }
}._productCard_ude43_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_ude43_61 {
        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_ude43_113 {
        flex-grow: 1;
    }

    ._productActions_ude43_121 {
        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_e88td_1 {
    position: relative;

    ._productGroupList_e88td_7 {
        display: flex;
        flex-direction: column;
        gap: 16px;

        list-style: none;
        padding: 0;

        ._productGroup_e88td_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_e88td_57 {
                display: flex;
                flex-direction: row;
                gap: 8px;

                list-style: none;
                padding: 0;

                overflow: hidden;
            }
        }
    }
}._productDetailView_d5dd2_1 {
    position: relative;

    a {
        cursor: pointer;
    }

    ._tagList_d5dd2_15 {
        display: flex;
        flex-direction: row;
        gap: 8px;

        list-style: none;
        padding: 0;

        ._selectedTag_d5dd2_31 {
            background-color: royalblue;
            color: white;
        }
    }

    ._closeButton_d5dd2_43 {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;

        cursor: pointer;
    }

    ._fileList_d5dd2_61 {
        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_d5dd2_131 {
        cursor: pointer;
    }
}._productGroupDetailView_74yzp_1 {
    ._closeButton_74yzp_3 {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;

        cursor: pointer;
    }

    ._productList_74yzp_21 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;

        list-style: none;
        padding: 0;

        ._product_74yzp_1 {

        }
    }
}