.dashboard {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow-y: auto ;
    width: min-content;
}
.dashboard button {
    border-radius: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.dashboard * {
    text-align: left;
}
.elementos {
    display: flex;
    flex-direction: column;
}
.elementos p {
    margin: 0px;
}
.menu-elementos > .menu-elementos {
    padding-inline-start: 5px;
}
#auxiliar-superior {
    width: 100%;
    min-height: calc( 100dvh + 100px);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}
#auxiliar-inferior {
    padding: 5px;
    overflow-y: auto;
    height: 100%;
    
}
#contenedor-de-blogs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 1000px;
    margin-inline: auto;
    width: 100%;
    min-height: 100%;
}
#contenedor-de-blogs :where(p) {
    overflow-y: auto;
}
.selected {
    outline: 3px solid lightsalmon;
}
.no-selected {
    outline: 1px solid gainsboro;
}
.no-selected:hover {
    background-color: whitesmoke;
}
#anclaancho, #anclaalto , #ancla-de-border-radius, #ancla_de_posicion {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--fg);
    
}
.js-color{
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
}
.form {
    width: max-content !important;
}