/* BOOKMARK PRODUCTION */
#bookmark_production > a > div {
    background-color: rgb(0,128,0,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#bookmark_production > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}

/* BOOKMARK STAGE */
#bookmark_stage > a > div {
    background-color: rgb(0,0,128,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#bookmark_stage > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}

/* SALESFORCE MODULES */
#salesforce_modules > a > div {
    background-color: rgb(0,128,128,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#salesforce_modules > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}

/* CORPORATE STAGE */
#corp_stage > a > div {
    background-color: rgb(232,169,180,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#corp_stage > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}

/* PRISMA SOLUTION */
#prisma_solution > a > div {
    background-color: rgb(169,228,232,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#prisma_solution > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}

/* RECURSOS UTILES */
#usefull_resources > a > div {
    background-color: rgb(168,141,135,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#usefull_resources > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}

/* OTROS PROYECTOS */
#others > a > div {
    background-color: rgb(190,225,40,0.5);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
}

#others > a > div > div.flex-1.overflow-hidden.flex.items-center.justify-between.rounded-r-md.bookmark-text > div.shrink.truncate.px-2.py-2.text-theme-500.dark\:text-theme-300.text-xs.bookmark-description {
    display: none;
}