/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-gx8uojruub] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-gx8uojruub] {
  flex: 1;
  /*background-color: white;*/
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar[b-gx8uojruub] {
  /*background-color: white;*/
  /*border-right: 1px solid #d6d5d5;*/
}

[b-gx8uojruub] a:hover {
    color: #127187;
}

.top-row[b-gx8uojruub] {
  /*background-color: white;*/
  /*border-bottom: 1px solid #d6d5d5;*/
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.top-row[b-gx8uojruub]  a, .top-row .top-row[b-gx8uojruub]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}
.top-row[b-gx8uojruub]  a a:hover, .top-row[b-gx8uojruub]  a .top-row ::deep .btn-link:hover, .top-row .top-row[b-gx8uojruub]  .btn-link a:hover, .top-row .top-row[b-gx8uojruub]  .btn-link .top-row ::deep .btn-link:hover {
  text-decoration: underline;
}
.top-row[b-gx8uojruub]  a a:first-child, .top-row .top-row[b-gx8uojruub]  .btn-link a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-gx8uojruub] {
    display: none;
  }

  .top-row.auth[b-gx8uojruub] {
    justify-content: flex-end;
  }

  .top-row[b-gx8uojruub]  a, .top-row[b-gx8uojruub]  .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page[b-gx8uojruub] {
    flex-direction: row;
  }

  .sidebar[b-gx8uojruub] {
    width: 230px;
    height: 100vh;
    position: sticky;
    top: 0;
    max-width: 500px;
  }

  .top-row[b-gx8uojruub] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-gx8uojruub]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-gx8uojruub], article[b-gx8uojruub] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-icp8ngfei8] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(0,0,0,.1);
}

    .navbar-toggler:focus[b-icp8ngfei8] {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

.top-row[b-icp8ngfei8] {
    height: 3.5rem;
    /*background-color: white;*/
}

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

    .nav-item[b-icp8ngfei8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

    .nav-item:first-of-type[b-icp8ngfei8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-icp8ngfei8] {
        padding-bottom: 1rem;
    }

.nav-item[b-icp8ngfei8]  a {
    /*color: #127187;*/
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

        .nav-item[b-icp8ngfei8]  a.active {
            background-color: #127187;
            color: white;
        }

.nav-item[b-icp8ngfei8]  a:hover {
    background-color: #198CC1;
    color: white;
}

.navbar > .container-fluid[b-icp8ngfei8] {
    justify-content: space-between;
}


@media (min-width: 641px) {
    .navbar-toggler[b-icp8ngfei8] {
        display: none;
    }

    .navbar > .container-fluid[b-icp8ngfei8] {
        justify-content: center;
    }

    .collapse[b-icp8ngfei8] {
        display: block;
    }
}

