@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/Auth/LoginDisplay.razor.rz.scp.css */
.login[b-hqr24f40tj] {
  & img {
    width: 1.5rem;
  }
  &:hover[b-hqr24f40tj] {
    color: white;
  }
}
/* /Features/DriveExplorer/Components/DriveItemListing.razor.rz.scp.css */
.drive-item-image[b-6h74w1zhf0] {
    max-width: 40px;
    max-height: 40px;
    justify-self: anchor-center;
    align-self: center;
    place-items: center;
}
.drive-item-listing[b-6h74w1zhf0] {
  gap: 1px;
  background-color: var(--bg-secondary);
  transition: all 50ms ease-in-out;

  &.selection-mode {
    background-color: transparent;
    gap: 0.5rem;
  }
}
.drive-item[b-6h74w1zhf0] {
    background-color: white;
    border-left: 0px solid rgb(var(--bs-secondary-rgb));
    transition: all 50ms ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin: 1px;
    &.selected {
    background-color: #dcecff;
  }
}

.custom-checkbox-wrapper[b-6h74w1zhf0] {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    align-self: center;
}

.custom-checkbox[b-6h74w1zhf0] {
    opacity: 0;
    width: 22px;
    height: 22px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.custom-checkbox-check[b-6h74w1zhf0] {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #bbb;
    background: #fff;
    transition: border-color 0.2s;
    z-index: 1;
}

.custom-checkbox:checked + .custom-checkbox-check[b-6h74w1zhf0] {
    border-color: #28a745;
    background: #28a745;
}

.custom-checkbox:checked + .custom-checkbox-check[b-6h74w1zhf0]::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    transform: rotate(45deg);
    display: block;
}

.permission-label[b-6h74w1zhf0] {
    font-size: x-small;
    font-weight: bold;
}
/* /Features/DriveExplorer/Components/PermissionListing.razor.rz.scp.css */
.permission-identity[b-xsoxp1ghih] {
  position: relative;
  font-size: 12px;

  .permission-identity-icon {
    width: 12px;
  }

  .action-revoke-access:hover[b-xsoxp1ghih] {
    text-decoration: underline;
    cursor: pointer;
  }
}

.permission-contextmenu-trigger[b-xsoxp1ghih] {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  &[data-active],
  &:hover {
    color: white;
    background-color: grey;
    cursor: pointer;
  }
}
/* /Features/Tests/Components/Ui/TestBox.razor.rz.scp.css */
.test-box-wrapper[b-9sja47eeio] {
  > * {
    /* Copied from the bootstrap.min.css to simulate 'px-3 py-2 shadow-sm bg-white' */
    --bs-bg-opacity: 1;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: rgba(
      var(--bs-white-rgb),
      var(--bs-bg-opacity)
    ) !important;
    & > * {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  }
}
/* /Features/Tests/Components/Ui/TestBoxItem.razor.rz.scp.css */
.test-box-item-content[b-dhyreutcwk] {
  padding-top: 0;
  display: grid;
  grid-template-rows: 0fr;
  align-items: flex-start;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  &.open {
    grid-template-rows: 1fr;
    padding-top: 1rem;
  }
  > *[b-dhyreutcwk] {
    overflow-y: auto;
  }
}
/* /Layout/NavBar.razor.rz.scp.css */
.navbar[b-pwfk8kw8cs] {
  background-color: white;
  box-shadow: 0 0 12px #ddd;
  .brand-logo
  {
    width: 200px;
    margin-left: -5px;
  }
}
/* /Pages/Home.razor.rz.scp.css */
.login-screen[b-lpx99oqmd1] {
  .description {
    width: 380px;
  }
}

@media (width > 720px) {
  .login-screen[b-lpx99oqmd1] {
    flex-direction: row !important;
  }
}
