@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cdb7po3euz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cdb7po3euz] {
    flex: 1;
}

.sidebar[b-cdb7po3euz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cdb7po3euz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cdb7po3euz]  a, .top-row[b-cdb7po3euz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-cdb7po3euz]  a:hover, .top-row[b-cdb7po3euz]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-cdb7po3euz]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-cdb7po3euz] {
        justify-content: space-between;
    }

        .top-row[b-cdb7po3euz]  a, .top-row[b-cdb7po3euz]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-cdb7po3euz] {
        flex-direction: row;
    }

    .sidebar[b-cdb7po3euz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cdb7po3euz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-cdb7po3euz]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-cdb7po3euz], article[b-cdb7po3euz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cdb7po3euz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cdb7po3euz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b1zqwo4zpm] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-b1zqwo4zpm] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-b1zqwo4zpm] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b1zqwo4zpm] {
    font-size: 1.1rem;
}

.bi[b-b1zqwo4zpm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-b1zqwo4zpm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-b1zqwo4zpm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-b1zqwo4zpm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-b1zqwo4zpm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b1zqwo4zpm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b1zqwo4zpm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b1zqwo4zpm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-b1zqwo4zpm]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-b1zqwo4zpm]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-b1zqwo4zpm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b1zqwo4zpm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b1zqwo4zpm] {
        display: none;
    }

    .nav-scrollable[b-b1zqwo4zpm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/KundeSider/KundeOpret.razor.rz.scp.css */
.customer-create[b-b6yyel9e38] {
/*  border: 1px solid #111;*/
/*  border-radius: 18px;*/
}

.create-shell[b-b6yyel9e38]  {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.create-header[b-b6yyel9e38] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.create-title[b-b6yyel9e38] {
  flex: 1 1 240px;
}

.create-form[b-b6yyel9e38] {
  display: grid;
  gap: 12px;
}

.create-actions[b-b6yyel9e38] {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.muted[b-b6yyel9e38] {
  color: #6b7280;
}

@media (max-width: 900px) {
  .customer-create[b-b6yyel9e38] {
    padding: 16px;
  }

  .create-shell[b-b6yyel9e38] {
    padding: 16px;
  }
}
/* /Components/Pages/KundeSider/Kunder.razor.rz.scp.css */
.customers-page[b-cuthn49qja] {
    padding: 24px;
}

.customers-shell[b-cuthn49qja] {
    padding: 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.customers-header[b-cuthn49qja] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

/* Remove or comment out these since we don't use inline adding anymore */
/* .customers-card {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
  margin-bottom: 16px;
} */

/* .customers-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
} */

/* Updated for the new table structure */
.customer-row[b-cuthn49qja] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

    /* For edit mode grid layout */
    .customer-row.edit-mode[b-cuthn49qja] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr auto;
        gap: 12px;
        align-items: center;
    }

.customer-actions-inline[b-cuthn49qja] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    min-width: fit-content;
}

/* Style for the table cells */
.customers-table .mud-table-root .mud-table-container table tbody tr td[b-cuthn49qja] {
    padding: 12px 8px;
    vertical-align: middle;
}

/* Make action column buttons consistent */
.customers-table .mud-button[b-cuthn49qja] {
    min-width: auto;
    padding: 6px 12px;
}

/* For mobile responsive */
@media (max-width: 768px) {
    .customer-row.edit-mode[b-cuthn49qja] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .customer-actions-inline[b-cuthn49qja] {
        justify-content: flex-start;
        margin-top: 8px;
    }
}

.customers-table :deep(.mud-table-container)[b-cuthn49qja] {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.muted[b-cuthn49qja] {
    color: #6b7280;
}

@media (max-width: 900px) {
    .customers-page[b-cuthn49qja] {
        padding: 16px;
    }

    .customers-shell[b-cuthn49qja] {
        padding: 16px;
    }

    .customer-row[b-cuthn49qja] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .customer-actions-inline[b-cuthn49qja] {
        align-self: flex-end;
    }
}
/* /Components/Pages/ProjektSider/Projekt.razor.rz.scp.css */
.project-page[b-06jmepndh9] {
  --ink: #0f172a;
  --muted: #58637c;
  --surface: #ffffff;
  --surface-soft: #f4f1ec;
  --edge: rgba(15, 23, 42, 0.08);
  --accent: #ff7a59;
  --accent-2: #2a9d8f;
  padding: 24px;
  border: 1px solid #111;
  border-radius: 18px;
  margin-top: 16px;
}

.hero[b-06jmepndh9] {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff2db 0%, #ffe2cc 40%, #e9f5f2 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.hero-top[b-06jmepndh9] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-meta[b-06jmepndh9] {
  flex: 1 1 320px;
}

.hero-title[b-06jmepndh9] {
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--ink);
  letter-spacing: -0.02em;
  max-width: 560px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-subtitle[b-06jmepndh9],
.eyebrow[b-06jmepndh9] {
  color: var(--muted);
}

.hero-actions[b-06jmepndh9] {
  display: flex;
  gap: 12px;
}

.hero-chips[b-06jmepndh9] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.chip[b-06jmepndh9] {
  font-weight: 600;
}

.content-grid[b-06jmepndh9] {
  margin-top: 24px;
}

.project-card[b-06jmepndh9] {
  background: var(--surface);
  border-radius: 20px;
  padding: 18px;
  border: 1px solid var(--edge);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 18px;
}

.card-title[b-06jmepndh9] {
  color: var(--ink);
  margin-bottom: 12px;
}

.card-body[b-06jmepndh9] {
  color: #1f2937;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.project-description[b-06jmepndh9] {
  white-space: pre-wrap;
}

.card-header[b-06jmepndh9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.team-actions[b-06jmepndh9] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.overview-grid[b-06jmepndh9] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.team-list[b-06jmepndh9] {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.team-card[b-06jmepndh9] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: var(--surface-soft);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.team-avatar[b-06jmepndh9] {
  font-weight: 700;
}

.team-meta[b-06jmepndh9] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tag-wrap[b-06jmepndh9] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-pill[b-06jmepndh9] {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.muted[b-06jmepndh9] {
  color: var(--muted);
}

@media (max-width: 900px) {
  .project-page[b-06jmepndh9] {
    padding: 16px;
  }

  .hero[b-06jmepndh9] {
    padding: 18px;
  }

  .hero-actions[b-06jmepndh9] {
    width: 100%;
    justify-content: flex-start;
  }

  .overview-grid[b-06jmepndh9] {
    grid-template-columns: 1fr;
  }

  .team-list[b-06jmepndh9] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .team-list[b-06jmepndh9] {
    grid-template-columns: 1fr;
  }
}
/* /Components/Pages/ProjektSider/ProjektEdit.razor.rz.scp.css */
.project-edit[b-y6mxn35bvc] {
  padding: 24px;
  border: 1px solid #111;
  border-radius: 18px;
  margin-top: 16px;
}

.edit-shell[b-y6mxn35bvc] {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.edit-header[b-y6mxn35bvc] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.edit-title[b-y6mxn35bvc] {
  flex: 1 1 240px;
}

.edit-actions[b-y6mxn35bvc] {
  display: flex;
  gap: 12px;
}

.edit-form[b-y6mxn35bvc] {
  display: block;
}

.edit-card[b-y6mxn35bvc] {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.section-title[b-y6mxn35bvc] {
  margin-bottom: 12px;
}

.muted[b-y6mxn35bvc] {
  color: #6b7280;
}

@media (max-width: 900px) {
  .project-edit[b-y6mxn35bvc] {
    padding: 16px;
  }

  .edit-shell[b-y6mxn35bvc] {
    padding: 16px;
  }

  .edit-actions[b-y6mxn35bvc] {
    width: 100%;
    justify-content: flex-start;
  }
}
/* /Components/Pages/ProjektSider/ProjektOpret.razor.rz.scp.css */
.project-create[b-aysbsosxdt] {
  padding: 24px;
  border: 1px solid #111;
  border-radius: 18px;
  margin-top: 16px;
}

.create-shell[b-aysbsosxdt] {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.create-header[b-aysbsosxdt] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.create-title[b-aysbsosxdt] {
  flex: 1 1 240px;
}

.create-actions[b-aysbsosxdt] {
  display: flex;
  gap: 12px;
}

.create-form[b-aysbsosxdt] {
  display: block;
}

.create-card[b-aysbsosxdt] {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.section-title[b-aysbsosxdt] {
  margin-bottom: 12px;
}

.muted[b-aysbsosxdt] {
  color: #6b7280;
}

@media (max-width: 900px) {
  .project-create[b-aysbsosxdt] {
    padding: 16px;
  }

  .create-shell[b-aysbsosxdt] {
    padding: 16px;
  }

  .create-actions[b-aysbsosxdt] {
    width: 100%;
    justify-content: flex-start;
  }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.tags-page[b-7wodf15dew] {
  padding: 24px;
}

.tags-shell[b-7wodf15dew] {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.tags-header[b-7wodf15dew] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.tags-table :deep(.mud-table-container)[b-7wodf15dew] {
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.color-cell[b-7wodf15dew] {
  display: flex;
  align-items: center;
}

.muted[b-7wodf15dew] {
  color: #6b7280;
}

@media (max-width: 900px) {
  .tags-page[b-7wodf15dew] {
    padding: 16px;
  }

  .tags-shell[b-7wodf15dew] {
    padding: 16px;
  }
}
/* /Components/Pages/SopJail.razor.rz.scp.css */
.sop-jail[b-fqbzpc7gde] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
    padding: 2rem;
}

.sop-jail h1[b-fqbzpc7gde] {
    font-size: 2.2rem;
    margin: 0;
}

.sop-jail p[b-fqbzpc7gde] {
    margin: 0;
    opacity: 0.8;
}
