/* url-box.de | app.css */

body { font-size: .925rem; }

.link-card-item { transition: border-color .12s, background .12s; }
.link-card-item:hover { border-color: #0d6efd !important; }

.font-monospace { font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important; }

.drag-item { transition: opacity .15s; }
.drag-item.dragging { opacity: .4; }

.min-width-0 { min-width: 0; }

.border-dashed { border-style: dashed !important; }

.form-label-sm { font-size: .8rem; }

/* Navbar-Brand */
.navbar-brand { font-size: 1.1rem; letter-spacing: -.2px; }

/* Stat-Pills */
.stat-pill { transition: background .15s; }

/* Toast */
.toast-container { pointer-events: none; }

/* Sprach-Toggle */
.lang-toggle { font-size: .78rem; letter-spacing: .3px; }
.lang-toggle-active {
    color: #fff;
    font-weight: 600;
    border-bottom: 1.5px solid rgba(255,255,255,.6);
    padding-bottom: 1px;
}
.lang-toggle-link { opacity: .6; transition: opacity .15s; }
.lang-toggle-link:hover { opacity: 1; color: #fff !important; }
.text-white-25 { color: rgba(255,255,255,.25); }
