/* /Pages/Authentication/LoginPage.razor.rz.scp.css */
.login-bg[b-bq0q8xynaw] {
  background-image: url("/img/eldmys-bg.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
/* /Shared/Layout/NavMenu.razor.rz.scp.css */
/*$spacers: () !default;
$spacers: map-merge(
  (
    0: 0,
    1: (
      $spacer * 0.25
    ),
    2: (
      $spacer * 0.5
    ),
    3: $spacer,
    4: (
      $spacer * 2
    ),
    5: (
      $spacer * 3
    )
  ),
  $spacers
);

$spacer-1: map-get($spacers, 1);
$spacer-2: map-get($spacers, 2);
$spacer-3: map-get($spacers, 3);
$spacer-4: map-get($spacers, 4);
$spacer-5: map-get($spacers, 5);*/
/*$font-size-base: 1rem;*/
/**
 * Variables
 * -----------------------------------------------------------------------------
 *
 * Table of Contents:
 *
 * 1.0 - Primary Colors
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Primary colors
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * Variables
 * -----------------------------------------------------------------------------
 *
 * Table of Contents:
 *
 * 1.0 - Primary Colors
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Primary colors
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * Mixins 
 * -----------------------------------------------------------------------------
 *
 * Table of Contents:
 *
 * 1.0 - Font mixins
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Font mixins
 * -----------------------------------------------------------------------------
 */
.navbar-toggler[b-pome3dcw9i] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pome3dcw9i] {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-pome3dcw9i] {
  font-size: 1.1rem;
}

.navicon[b-pome3dcw9i] {
  width: 2rem;
  font-size: 1.3rem;
}

.nav-header[b-pome3dcw9i] {
  text-align: center;
  color: #fff;
}

.nav-item[b-pome3dcw9i] {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-pome3dcw9i] {
  padding-top: 0.5rem;
}
.nav-item:last-of-type[b-pome3dcw9i] {
  padding-bottom: 1rem;
}
.nav-item[b-pome3dcw9i]  a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.nav-item[b-pome3dcw9i]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.nav-item[b-pome3dcw9i]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

/*@media (min-width: 641px) {*/
@media (min-width: 992px) {
  .navbar-toggler[b-pome3dcw9i] {
    display: none;
  }
  .collapse[b-pome3dcw9i] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
  .bottom-info[b-pome3dcw9i] {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*$spacers: () !default;
$spacers: map-merge(
  (
    0: 0,
    1: (
      $spacer * 0.25
    ),
    2: (
      $spacer * 0.5
    ),
    3: $spacer,
    4: (
      $spacer * 2
    ),
    5: (
      $spacer * 3
    )
  ),
  $spacers
);

$spacer-1: map-get($spacers, 1);
$spacer-2: map-get($spacers, 2);
$spacer-3: map-get($spacers, 3);
$spacer-4: map-get($spacers, 4);
$spacer-5: map-get($spacers, 5);*/
/*$font-size-base: 1rem;*/
/**
 * Variables
 * -----------------------------------------------------------------------------
 *
 * Table of Contents:
 *
 * 1.0 - Primary Colors
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Primary colors
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * Variables
 * -----------------------------------------------------------------------------
 *
 * Table of Contents:
 *
 * 1.0 - Primary Colors
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Primary colors
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 - Section sizes
 * -----------------------------------------------------------------------------
 */
/**
 * Mixins 
 * -----------------------------------------------------------------------------
 *
 * Table of Contents:
 *
 * 1.0 - Font mixins
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Font mixins
 * -----------------------------------------------------------------------------
 */
.page[b-0tw4f3f99v] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main[b-0tw4f3f99v] {
  flex: 1;
}

.sidebar[b-0tw4f3f99v] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0tw4f3f99v] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-0tw4f3f99v]  a, .top-row .btn-link[b-0tw4f3f99v] {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.top-row a:first-child[b-0tw4f3f99v] {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-0tw4f3f99v] {
    display: none;
  }
  .top-row.auth[b-0tw4f3f99v] {
    justify-content: space-between;
  }
  .top-row a[b-0tw4f3f99v], .top-row .btn-link[b-0tw4f3f99v] {
    margin-left: 0;
  }
}
/*@media (min-width: 641px) {*/
@media (min-width: 992px) {
  .page[b-0tw4f3f99v] {
    flex-direction: row;
  }
  .sidebar[b-0tw4f3f99v] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row[b-0tw4f3f99v] {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .main > div[b-0tw4f3f99v] {
    /*padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;*/
  }
}
