/* /Pages/EntityData.razor.rz.scp.css */
.card-title[b-hxx21s6w35] {
    position: sticky;
    background: #f3f2f2;
    font-size: 14px;
    font-weight: bold;
    color: #316afd;
    border: none;
    margin-top: 25px;
    z-index: 1;
    top: calc(-1em - 5px);
    padding: 15px 0;
  }
  /* ::deep tbody > tr {
    display: table;
    table-layout: fixed;
    width: max-content;
  } */
  /* ::deep .k-grid tbody > tr:hover {
    background: transparent !important;
  } */
  /* ::deep tbody td {
    border: 1px solid black;
  } */
  /* ::deep td.p-0:empty {
    display: none;
  } */

  [b-hxx21s6w35] .tr-entity > td input {
    min-height: 30px;
    display: block;
    justify-content: center;
    justify-self: center;
    vertical-align: middle;
    line-height: 30px;
  }

  [b-hxx21s6w35] .k-button::after {
    outline: none;
    border: none;
    opacity: 0 !important;
  }
  /* ::deep tbody > tr {
    display: table;
    table-layout: fixed;
    width: max-content;
  } */
/* /Shared/AppContainer.razor.rz.scp.css */
.headers[b-nu5ne75fz9] {
    z-index: 1;
    box-shadow: 0 0 7px 0px #00447b33;
}

/* profile */
.profile-dropdown[b-nu5ne75fz9] {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 10px;
    top: 65px;
    z-index: 1;
    width: 250px;
    display: none;
    text-align: left;
    padding: 15px 10px;
    margin: 0;
    box-shadow: 0px 2px 9px -2px rgb(0 0 0 / 23%);
    border: 1px solid #ececec;
}

.profile-dropdown.show-profile-menu[b-nu5ne75fz9] {
    display: block;
    z-index: 1000000;
}

.profile-menu a[b-nu5ne75fz9] {
    display: block;
    color: #333;
    border-bottom: 1px solid #F4F4F4;
    padding: 14px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.profile-menu a:hover[b-nu5ne75fz9] {
    background: #F4F4F4;
    border-radius: 5px;
    text-decoration: none;
}

.profile-menu a span[b-nu5ne75fz9] {
    filter: brightness(0) opacity(0.8);
    zoom: 0.8;
    margin-right: 15px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dkgsha7bcy] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main[b-dkgsha7bcy] {
    flex: 1 1 auto;
    overflow: auto;
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
}

.sidebar[b-dkgsha7bcy] {
  background: #181f48;
  transition: all linear 0.3s;
  width: auto;
  width: 220px;
  overflow-y: auto;
}

.top-row[b-dkgsha7bcy] {
  height: 3.5rem;
  background-color: #fff;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  background: #181f48;
}

.top-row[b-dkgsha7bcy]  a,
.top-row .btn-link[b-dkgsha7bcy] {
  white-space: nowrap;
  /*margin-left: 1.5rem;*/
}

.top-row a:first-child[b-dkgsha7bcy] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile[b-dkgsha7bcy] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  margin-right: 10px;
}
.user-top:hover[b-dkgsha7bcy] {
  background: #070b22;
  cursor: pointer;
  color: #04394e;
}

.user-dropdown[b-dkgsha7bcy] {
  top: 58px;
  background: #fff;
  width: 285px;
  padding: 10px 0 0;
  border-radius: 5px;
  right: 20px;
}

.logout:hover[b-dkgsha7bcy] {
  color: #3169fb;
  cursor: pointer;
}

.user-top strong[b-dkgsha7bcy] {
  color: #3169fb;
}
img.logo[b-dkgsha7bcy] {
    height: 40px;
    filter: brightness(0) invert(1);
    margin-left: 10px;
}
@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-dkgsha7bcy] {
    display: none;
  }

  .top-row.auth[b-dkgsha7bcy] {
    justify-content: space-between;
  }

  .top-row a[b-dkgsha7bcy],
  .top-row .btn-link[b-dkgsha7bcy] {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-dkgsha7bcy] {
    flex-direction: row;
  }

  .sidebar[b-dkgsha7bcy] {
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-dkgsha7bcy] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #181f48;
    z-index: 10000;
  }

  .main > div[b-dkgsha7bcy] {
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 1px 10px 1px rgb(115 108 203 / 10%);
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-24owzspv71] {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px;
    font-size: 15px;
}

.top-row[b-24owzspv71] {
    background-color: #111634;
    text-align: center;
    border-bottom: 1px solid #dddddd14;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.navbar-brand[b-24owzspv71] {
    font-size: 1.1rem;
}

.navbar-toggler:hover[b-24owzspv71] {
    background: #05435d;
    color: #fff;
}

img.logo[b-24owzspv71] {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
    height: 52px;
}

.top-row.collapse[b-24owzspv71] {
    display: flex;
}

    .top-row.collapse::deep button[b-24owzspv71] {
        right: -50px;
    }

.oi[b-24owzspv71] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item img[b-24owzspv71] {
    filter: brightness(0) invert(0.8);
    margin-right: 10px;
}

.nav-item .active img[b-24owzspv71] {
    filter: brightness(0) invert(1);
}

.nav-link[b-24owzspv71] {
    padding: 10px;
}

.nav-item[b-24owzspv71]  {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-24owzspv71] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-24owzspv71] {
    padding-bottom: 1rem;
}

.nav-item[b-24owzspv71]  a {
    color: #d7d7d7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 12px;
    font-weight: 600;
}

    .nav-item[b-24owzspv71]  a.active {
        background-color: #111634;
        color: white;
    }

    .nav-item[b-24owzspv71]  a:hover {
        background-color: rgb(17 22 52);
        color: white;
    }

[b-24owzspv71] ul.nav.nav-second-level {
    display: flex;
    flex-direction: column;
}

    [b-24owzspv71] ul.nav.nav-second-level li a {
        padding-left: 37px;
    }

.nav-link[b-24owzspv71] {
    cursor: pointer;
}

.nav-item.active[b-24owzspv71]  .nav-second-level {
    height: auto;
    transition: all linear 0.3s;
}

.nav-item.active[b-24owzspv71]  .dropdown {
    transform: rotate(180deg);
}

.dropdown[b-24owzspv71] {
    transition: all linear 0.3s;
}

[b-24owzspv71] .nav-second-level {
    height: 0px;
    overflow: hidden;
    transition: all linear 0.3s;
}

@media (min-width: 641px) {
    .navbar-toggler[b-24owzspv71] {
        display: none;
    }

    .collapse[b-24owzspv71] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

        .collapse a.nav-link > span[b-24owzspv71] {
            display: none;
            position: absolute;
            left: 55px;
            width: 100px;
        }

        .collapse a.nav-link:hover > span[b-24owzspv71] {
            display: block;
        }


    .top-row.collapse img[b-24owzspv71] {
        width: auto;
    }
}

@media(max-width:768px) {
    .top-row[b-24owzspv71] {
        background-color: #05435d;
    }

    img.logo[b-24owzspv71] {
        filter: brightness(0) invert(1);
    }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-bgtbr5c5xo] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-bgtbr5c5xo 2s ease-out;
}

@keyframes fadein-b-bgtbr5c5xo {
    from {
        right: -100%;
    }
    to {
        right: 2rem;
    }
}
