/* _content/Holize/Components/Chip.razor.rz.scp.css */
.chip[b-j8j0il257k] {
  background-color: #764D9A;
  border-radius: 14px;
  display: inline-block;
  padding: 2px 17px;
  font-size: 13px;
  color: white;
  text-align: center;
}

/*# sourceMappingURL=Chip.razor.css.map */
/* _content/Holize/Components/Gallery/ImageGallery.razor.rz.scp.css */
.img-big[b-0lftb2mta4] {
  max-height: calc(100vh - 66px - 38px);
}

.images-list[b-0lftb2mta4] {
  max-height: calc(100vh - 66px - 38px);
  width: 300px;
  overflow-y: auto;
  border-left: solid 1.5px #A269D5;
}
.images-list > *[b-0lftb2mta4] {
  cursor: pointer;
}
.images-list > *:not(:last-child)[b-0lftb2mta4] {
  margin-bottom: 10px;
}

.img-selected[b-0lftb2mta4] {
  border: 1px solid #A269D5;
}

/*# sourceMappingURL=ImageGallery.razor.css.map */
/* _content/Holize/Components/PortfolioIndexCard.razor.rz.scp.css */
.title[b-nb003436nz] {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.description[b-nb003436nz] {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}

.chip-wrapper[b-nb003436nz] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.chip-wrapper > *:not(:last-child)[b-nb003436nz] {
  margin-right: 15px;
  margin-bottom: 15px;
}

.card[b-nb003436nz] {
  padding: 15px 25px 15px 25px;
  background-color: transparent;
  border-radius: 5px;
  border-left-width: 0;
  border-top-width: 0.5px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  transition: 300ms;
  border-color: transparent;
}
.card:hover[b-nb003436nz] {
  background-color: rgba(68, 190, 210, 0.02);
  border-top-color: rgba(63, 170, 188, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.card:hover .title[b-nb003436nz] {
  color: #44BED2;
}

/*# sourceMappingURL=PortfolioIndexCard.razor.css.map */
/* _content/Holize/Pages/Index.razor.rz.scp.css */
.content[b-3w4qdabr9d] {
  position: relative;
  z-index: 2;
}

.title[b-3w4qdabr9d] {
  font-size: 36px;
  font-weight: bold;
}

.text-accent[b-3w4qdabr9d] {
  color: #44BED2 !important;
}

.text-dev[b-3w4qdabr9d] {
  color: #44BED2;
  font-weight: bold;
}

.bg[b-3w4qdabr9d] {
  background: #191b1d;
}

.gradient-blue[b-3w4qdabr9d] {
  position: fixed;
  top: -50%;
  left: 42%;
  width: 1445px;
  height: 1802px;
  background: radial-gradient(47.07% 47.07% at 50% 52.93%, rgba(63, 170, 188, 0.05) 0%, rgba(217, 217, 217, 0) 100%);
}

.gradient-purple[b-3w4qdabr9d] {
  position: fixed;
  top: -50%;
  left: 0;
  width: 1725px;
  height: 2001px;
  background: radial-gradient(47.07% 47.07% at 50% 52.93%, rgba(91, 48, 161, 0.06) 0%, rgba(217, 217, 217, 0) 100%);
}

.subtitle[b-3w4qdabr9d] {
  font-size: 20px;
  font-weight: bold;
}

/*# sourceMappingURL=Index.razor.css.map */
/* _content/Holize/Pages/PortfolioPageBase.razor.rz.scp.css */
.control-container[b-6v62w2u8tm] {
  margin: 0 auto 2em;
  width: 100%;
}

.img-container[b-6v62w2u8tm] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-caption[b-6v62w2u8tm] {
  bottom: 4em;
  color: #fff;
  font-size: 12pt;
  height: 2em;
  position: relative;
  padding: 0.3em 1em;
  text-align: center;
  width: 100%;
}

.color-accent-secondary[b-6v62w2u8tm] {
  color: #A269D5;
}

/*# sourceMappingURL=PortfolioPageBase.razor.css.map */
/* _content/Holize/Pages/_Host.cshtml.rz.scp.css */
#blazor-error-ui[b-q7zqz9m5qe] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-q7zqz9m5qe] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Holize/Shared/MainLayout.razor.rz.scp.css */
.page[b-qo7y4wjoh4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qo7y4wjoh4] {
    flex: 1;
}

.sidebar[b-qo7y4wjoh4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qo7y4wjoh4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qo7y4wjoh4]  a, .top-row .btn-link[b-qo7y4wjoh4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qo7y4wjoh4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qo7y4wjoh4] {
        display: none;
    }

    .top-row.auth[b-qo7y4wjoh4] {
        justify-content: space-between;
    }

    .top-row a[b-qo7y4wjoh4], .top-row .btn-link[b-qo7y4wjoh4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qo7y4wjoh4] {
        flex-direction: row;
    }

    .sidebar[b-qo7y4wjoh4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qo7y4wjoh4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-qo7y4wjoh4], article[b-qo7y4wjoh4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Holize/Shared/TopBar.razor.rz.scp.css */
@media screen and (min-width: 0) and (max-width: 400px) {
  #topbar-logo[b-3a6sd9so3g] {
    display: none;
  }
}
@media screen and (min-width: 401px) {
  #topbar-logo[b-3a6sd9so3g] {
    display: inherit;
  }
}
[b-3a6sd9so3g] .e-nav-transparent {
  text-decoration: none !important;
}
[b-3a6sd9so3g] .e-nav-transparent:hover {
  color: #4FD5E9 !important;
}

/*# sourceMappingURL=TopBar.razor.css.map */
