@import '_content/DevC.Blazor.Toolkit/DevC.Blazor.Toolkit.bundle.scp.css';

/* /Pages/Function/CreateFunction.razor.rz.scp.css */
.editform-container[b-zs66bola1p] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.header-panel[b-zs66bola1p] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.base-panel[b-zs66bola1p] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

    .base-panel .f-1[b-zs66bola1p] {
        flex: 1 1 auto;
    }

    .base-panel .f-5[b-zs66bola1p] {
        flex: 5 1 auto;
    }

.property-panel[b-zs66bola1p] {
    display: flex;
    flex-direction: column;
    border: 1px solid #eff0f2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

table[b-zs66bola1p] {
    width: 100%;
    table-layout: fixed;
}

tr[b-zs66bola1p] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    width: 100%;
}

thead tr[b-zs66bola1p] {
    background: #fbfbfb;
}

tbody tr[b-zs66bola1p] {
    background: #eff0f2;
}

    tbody tr:nth-child(even)[b-zs66bola1p] {
        background: white;
    }

th[b-zs66bola1p], td[b-zs66bola1p] {
    width: 100%;
}

.align-self-center[b-zs66bola1p] {
    align-self: center;
}

hr[b-zs66bola1p] {
    margin: 0;
}
/* /Pages/Function/EditExternalFunction.razor.rz.scp.css */
.editform-container[b-2jvjvu3clt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.header-panel[b-2jvjvu3clt] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.base-panel[b-2jvjvu3clt] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

    .base-panel .f-1[b-2jvjvu3clt] {
        flex: 1 1 auto;
    }

    .base-panel .f-5[b-2jvjvu3clt] {
        flex: 5 1 auto;
    }

.property-panel[b-2jvjvu3clt] {
    display: flex;
    flex-direction: column;
    border: 1px solid #eff0f2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

table[b-2jvjvu3clt] {
    width: 100%;
    table-layout: fixed;
}

tr[b-2jvjvu3clt] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    width: 100%;
}

thead tr[b-2jvjvu3clt] {
    background: #fbfbfb;
}

tbody tr[b-2jvjvu3clt] {
    background: #eff0f2;
}

    tbody tr:nth-child(even)[b-2jvjvu3clt] {
        background: white;
    }

th[b-2jvjvu3clt], td[b-2jvjvu3clt] {
    width: 100%;
}

.align-self-center[b-2jvjvu3clt] {
    align-self: center;
}

hr[b-2jvjvu3clt] {
    margin: 0;
}
/* /Shared/Components/Filter/FilterComponent.razor.rz.scp.css */
.my-collapse[b-lt0361yh5v] {
    transform-origin: top;
    transition: transform 0.30s ease-out;
    transform: scaleY(1);
}

    .my-collapse.collapsed[b-lt0361yh5v] {
        transform: scaleY(0);
        height: 0;
        overflow: hidden;
    }

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

.main[b-4ovlnp6k1a] {
  flex: 1;
}

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

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

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

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

  .top-row.auth[b-4ovlnp6k1a] {
    justify-content: space-between;
  }

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

  .sidebar[b-4ovlnp6k1a] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

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

  .main > div[b-4ovlnp6k1a] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-isnchnf9cn] {
  background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-isnchnf9cn] {
  font-size: 1.1rem;
  margin-left: 20px;
}

.oi[b-isnchnf9cn] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.version-container[b-isnchnf9cn] {
  color: #D7D7D7;
  display: flex;
  justify-content: center;
  margin-top: 100%;
}

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

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

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

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

.nav-item[b-isnchnf9cn]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.nav-item[b-isnchnf9cn]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

@media (min-width: 641px) {
  .navbar-toggler[b-isnchnf9cn] {
    display: none;
  }
  .collapse[b-isnchnf9cn] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}
