/* _settings.scss */
.account-nav {
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 8px;
}

.account-nav-menu .mud-nav-item > a.mud-nav-link.active {
  position: relative;
  font-weight: 600;
  color: var(--mud-palette-primary) !important;
}

.account-nav-menu .mud-nav-item > a.mud-nav-link.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background-color: var(--mud-palette-primary);
  border-radius: 2px;
}

.nav-group-spacer {
  height: 12px;
}

/* end _settings.scss */
/* _buttons.scss */
.login-button {
  color: white;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.35);
}

.login-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* end _buttons.scss */
/* _checkboxes.scss */
.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

/* end _checkboxes.scss */
/* _dialogs.scss */
/* Enables resizing on MudDialog */
.resizable-dialog {
  resize: both;
  overflow: auto;
  min-width: 400px;
  min-height: 300px;
}

/* Ensure content stretches */
.resizable-dialog .mud-dialog-content {
  height: 100%;
}

/* end _dialogs.scss */
/* _dropzone.scss */
.uav-drop-zone {
  border: 2px dashed var(--mud-palette-divider);
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

/* end _dropzone.scss */
/* _error-boundary.scss */
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

/* end _error-boundary.scss */
/* _dashboard.scss */
.dashboard-background {
  position: relative;
  min-height: 100vh;
  background: transparent;
}

.dashboard-background .mud-container {
  max-width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.dashboard-background .mud-container .missions-section {
  max-width: 1280px;
}

/* end _dashboard.scss */
/* _home.scss */
.home-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("/images/home-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: stretch;
}

.home-panel {
  position: relative;
  z-index: 1;
  width: 52%;
  min-width: 640px;
  margin-left: 4rem;
  background: rgba(55, 65, 80, 0.42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
  color: white;
}

.home-title {
  font-size: 6.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}

.home-tagline {
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  margin: 0.2rem 0 2rem 0;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  text-align: center;
}

.home-login-btn {
  align-self: center;
  min-width: 160px;
}

.home-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
  padding: 0.5rem 0;
  color: #fff;
}

.home-feature {
  text-align: center;
  padding: 0 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.home-features .home-feature:last-child {
  border-right: none;
}

.home-feature-icon {
  color: #5ec8ff !important;
  font-size: 2.25rem !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  margin-bottom: 0.5rem;
}

.home-feature-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.home-feature-desc {
  font-size: 0.85rem;
  line-height: 1.35;
  color: rgba(220, 230, 240, 0.88);
}

/* end _home.scss */
/* _sidebar.scss */
.sidebar-nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  gap: 4px;
  overflow: hidden;
}

.sidebar-nav-item {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 8px;
  color: #1C1E21;
  text-decoration: none;
  transition: background-color 0.15s ease;
  cursor: pointer;
  padding: 0 12px;
  gap: 12px;
  margin: 0 12px;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-nav-item:hover {
  background: rgba(47, 122, 191, 0.08);
}

.sidebar-nav-item.active {
  background: rgba(47, 122, 191, 0.16);
  color: #2F7ABF;
}

.sidebar-nav-label {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

/* end _sidebar.scss */
/* _overrides.scss */
/* Hide the floating appbar and drawer on the landing page */
body:has(.home-background) .mud-appbar,
body:has(.home-background) .mud-drawer {
  display: none !important;
}

.mud-appbar .mud-toolbar {
  padding-left: 0 !important;
}

.mud-appbar {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1F3A5F !important;
  border: 1px solid rgba(120, 160, 200, 0.2);
  border-radius: 16px;
  left: 12px !important;
  right: 12px !important;
  top: 12px !important;
  width: auto !important;
  margin: 0 !important;
  box-shadow: 0 6px 24px rgba(40, 80, 140, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.mud-appbar .mud-icon-button,
.mud-appbar .mud-button {
  color: #1F3A5F !important;
}

.mud-drawer {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(120, 160, 200, 0.2);
  border-radius: 16px;
  margin: 0 12px 12px 12px;
  top: 76px !important;
  height: calc(100vh - 88px) !important;
  box-shadow: 0 6px 24px rgba(40, 80, 140, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.mud-main-content {
  padding-top: 76px !important;
}

.mud-drawer-overlay,
.mud-overlay-drawer,
.mud-drawer-overlay-mini-temporary,
.mud-drawer-overlay-temporary {
  background: transparent !important;
  background-color: transparent !important;
  opacity: 0 !important;
}

/* end _overrides.scss */
/* _validation.scss */
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

/* end _validation.scss */
/* app.scss */
html, body {
  background: url("/images/app-bg.jpg") center/cover no-repeat fixed;
  background-color: #1a2436;
}

h1:focus {
  outline: none;
}

/* end app.scss */

/*# sourceMappingURL=app.css.map */
