html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* ==========================================================
   DugnadApp - Navigasjonslinje
   ========================================================== */

.navbar {
    background-color: #0d6efd;
    min-height: 64px;
}

.navbar-brand {
    color: #fff !important;
    font-size: 1.35rem;
    font-weight: 700;
}

    .navbar-brand:hover {
        color: #fff !important;
    }

.navbar .nav-link {
    color: rgba(255,255,255,.9) !important;
}

    .navbar .nav-link:hover {
        color: #fff !important;
    }

    .navbar .nav-link.active {
        font-weight: 600;
        color: #fff !important;
    }

.navbar-nav .nav-link {
    padding-left: .8rem;
    padding-right: .8rem;
}

/* ==========================================================
   DugnadApp - Navigasjonslinje
   ========================================================== */

.navbar {
    background-color: #0d6efd;
    min-height: 64px;
}

/* ...resten av navbar-stilene... */


/* ==========================================================
   DugnadApp - Dashboard
   ========================================================== */

.welcome-card {
    background-color: #f4f8ff;
    border-left: 4px solid #0d6efd;
}

.dashboard-card {
    border-radius: 12px;
}

    .dashboard-card .card-header {
        background-color: white;
        font-weight: 600;
    }

/* ==========================================================
   DugnadApp - Velkomstkort
   ========================================================== */

.welcome-card {
    background: #f8fbff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
}

    .welcome-card h2 {
        font-weight: 600;
        color: #212529;
    }

    .welcome-card p {
        font-size: 1rem;
    }

/* ==========================
   Dashboard
========================== */

.dashboard-card {
    min-height: 240px;
}

.dashboard-card {
    transition: all .2s ease-in-out;
    cursor: pointer;
}

    .dashboard-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.15);
    }

.table-clickable tbody tr {
    cursor: pointer;
}

    .table-clickable tbody tr:hover {
        background-color: rgba(13, 110, 253, 0.08);
    }

/* ---------- Branding ---------- */

.navbar-brand {
    text-decoration: none;
    color: white;
}

    .navbar-brand:hover {
        color: white;
    }

    .navbar-brand i {
        color: white;
    }

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-title {
    color: white;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .2px;
}

.brand-subtitle {
    color: white;
    font-size: .82rem;
    font-weight: 600;
}

.brand-app {
    color: #6CC04A;
}

/* Logo */

.navbar-brand {
    text-decoration: none;
    padding: 0;
}

    .navbar-brand:hover {
        text-decoration: none;
    }

.brand-icon {
    font-size: 2rem;
    color: white;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    margin-left: -6px;
}

.brand-sameie {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .2px;
}

.brand-app {
    color: rgba(255,255,255,.70);
    font-size: .85rem;
    font-weight: 500;
}

    .brand-app span {
        color: #59C36A;
        font-weight: 700;
    }

.dashboard-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.app-content {
    max-width: 1280px;
    margin: 0 auto;
}

.footer a {
    color: inherit;
    transition: color .2s ease;
}

.footer a:hover {
        color: var(--bs-primary);
}

.felt-overskrift {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
}

