/* /Shared/AuthLayout.razor.rz.scp.css */
.page[b-yyrzdx7b6h] {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.main[b-yyrzdx7b6h] {
  flex: 1;
}

.top-row[b-yyrzdx7b6h] {
  color: white;
  border-bottom: 1px solid #d6d5d5;
  align-items: center;
}
.top-row[b-yyrzdx7b6h]  a, .top-row .btn-link[b-yyrzdx7b6h] {
  color: white;
  white-space: nowrap;
  margin-left: 1.5rem;
}
.top-row a:first-child[b-yyrzdx7b6h] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.maps-logo[b-yyrzdx7b6h] {
  margin: 0 15px;
}

@media (max-width: 640.98px) {
  .top-row[b-yyrzdx7b6h] {
    justify-content: space-between;
  }
  .top-row a[b-yyrzdx7b6h], .top-row .btn-link[b-yyrzdx7b6h] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .top-row[b-yyrzdx7b6h] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 3.5rem;
    display: flex;
  }
  .main > div[b-yyrzdx7b6h] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Shared/Components/DrawerListItem.razor.rz.scp.css */
.k-drawer-item[b-9idece4nfy] {
  white-space: nowrap;
  overflow: hidden;
}
.k-drawer-item > div[b-9idece4nfy] {
  display: flex;
}

.k-level-1[b-9idece4nfy] {
  padding-left: 20px;
}
/* /Shared/Components/LoadingPanel.razor.rz.scp.css */
.loading-panel-wrapper[b-hw15r4933u] {
  /* size and appearance that try to match its container with as little CSS as possible,
         you can alter them as necessary for your use case and as per your preferences
      */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: absolute;
  z-index: 123456;
  /* one way center the loading indicator inside */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* /Shared/Components/MapsMenuDrawer.razor.rz.scp.css */
.sidebar[b-4shb1cbmji] {
  background-color: #F0F0F0;
  color: black;
  min-height: calc(100vh - 3.5rem);
  height: 100%;
  width: 240px;
  top: 56px;
}

footer[b-4shb1cbmji] {
  position: absolute;
  bottom: 0;
  width: 240px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-oh5day2bly] {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.main[b-oh5day2bly] {
  flex: 1;
}

.top-row[b-oh5day2bly] {
  background-color: #696969;
  color: white;
  border-bottom: 1px solid #d6d5d5;
  align-items: center;
}
.top-row[b-oh5day2bly]  a, .top-row .btn-link[b-oh5day2bly] {
  color: white;
  white-space: nowrap;
  margin-left: 1.5rem;
}
.top-row a:first-child[b-oh5day2bly] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.maps-logo[b-oh5day2bly] {
  margin: 0 15px;
}

@media (max-width: 640.98px) {
  .top-row[b-oh5day2bly] {
    justify-content: space-between;
  }
  .top-row a[b-oh5day2bly], .top-row .btn-link[b-oh5day2bly] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .top-row[b-oh5day2bly] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 3.5rem;
    display: flex;
  }
  .main > div[b-oh5day2bly] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
