/* AUTO THEME */
[theme="auto"] .sidebar {
    border-right: none !important;
}

/* DARK THEME */
[theme="dark"] {
    --sloading: rgba(var(--secundary-color), 1);
    --main-color: var(--primary-color);
    --primary-color: 32, 32, 32;
    --secundary-color: 26, 26, 26;
    --modal-background-color: 29, 29, 29;
    --background-alert: var(--light-text);
    --background-icon-color: #282d3e;
    --border: 1px solid rgba(var(--border-color));
    --border-color: 48, 54, 61;  /*1, 1, 1, .3;*/
    --dark-text-color: #94a3b8;
    --primary-title-text: #fff;
    --secundary-title-text: #eee;
    --light-text: #94a3b8;
}

[theme="dark"] .card-template {
    box-shadow: none;
    border: var(--border);
}
[theme="dark"] .app-version {
    color: var(--light-text);
}
[theme="dark"] .configs .layout-app {
    background: transparent;
}

[theme="dark"] .pages-search-result {
    border-left: none;
    border-right: none;
}

/* LIGHT THEME */
/* [theme="light"] {
    --primary-color: 255, 255, 255;
    --title-color: #555;
} */