/* Style the app of data for function selected by browser's */
div:has( > .AppDataBrowser__Select ){
    position: relative;
}

.AppDataBrowser__Select {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;

    background: rgba(255, 255, 255, 1.0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0));
    border-radius: var(--size-07);

    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;

    width: 100%;
    height: 100%;

    padding: var(--size-07);
}

    .AppDataBrowser__Select > .ButtonNulled {
        flex-direction: row-reverse;
    }

        .AppDataBrowser__Select > .ButtonNulled > img {
            margin-left: var(--size-02);
        }