@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.tw2xma3vzh.bundle.scp.css';

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

main[b-fn7uxolph8] {
    flex: 1;
}

.sidebar[b-fn7uxolph8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-fn7uxolph8]  a, .top-row[b-fn7uxolph8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-fn7uxolph8]  a:hover, .top-row[b-fn7uxolph8]  .btn-link:hover {
            text-decoration: underline;
        }

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

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

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

    .top-row[b-fn7uxolph8]  a, .top-row[b-fn7uxolph8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fn7uxolph8] {
        flex-direction: row;
    }

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

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

        .top-row.auth[b-fn7uxolph8]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-fn7uxolph8], article[b-fn7uxolph8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Policies/CookiesPolicy.razor.rz.scp.css */
.scroller[b-qmjllf38wc] {
    height: calc(100vh - 150px);
    position: relative;
    overflow: auto;
}

.gem-c-contents-list__title[b-qmjllf38wc] {
    font-size: 16px;
    line-height: 1.5;
}

.gem-c-contents-list[b-qmjllf38wc] {
    position: relative;
    margin: 0 0 20px 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 20px 15px -10px #fff;
}

[b-qmjllf38wc] .gem-c-contents-list__list-item--dashed {
    position: relative;
    padding-top: 7.5px !important;
    padding-bottom: 0 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
}

    [b-qmjllf38wc] .gem-c-contents-list__list-item--dashed:before {
        content: "—";
        position: absolute;
        left: 0;
        width: 20px;
        overflow: hidden;
    }

[b-qmjllf38wc] .indented {
    padding-left: 45px !important;
}
/* /Pages/Products/EditProduct.razor.rz.scp.css */
[b-r9fjl215gt] .compact {
    min-width: 3ch;
}

@media (min-width: 1200px) {
    [b-r9fjl215gt] .h2 {
        font-size: 2rem;
    }
}

[b-r9fjl215gt] .h2 {
    font-size: calc(1.325rem + .9vw);
}
/* /Shared/GovUk/GovUkAccordionItem.razor.rz.scp.css */
.govuk-accordion__section-toggle-text[b-zaskdxrtd5] {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
    font-weight: 400;
    color: #1d70b8;
}
/* /Shared/GovUk/GovUkDropdownButton.razor.rz.scp.css */
[b-fweyklnhw9] .white {
    color: #fff !important;
}
/* /Shared/GovUk/GovUkHeader.razor.rz.scp.css */
.logo-wrapper[b-opzh85ellu] {
    display: inline-block;
    margin-bottom: 10px;
}

.logo-crest[b-opzh85ellu] {
    display: block;
    margin: 0;
    width: 27px;
    height: 27px;
    background-size: cover;
    background-image: url('/assets/images/UK_Government_Crown_Crest_inverted.svg');
}

.logo-text[b-opzh85ellu] {
    font-size: 16px;
    color: white;
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif,
}

.govuk-header__logo[b-opzh85ellu] {
    margin: 0;
}
/* /Shared/GovUk/GovUkTabs.razor.rz.scp.css */
button[b-jix7ldqy6d] {
    border: none;
    background-color: transparent;
}
/* /Shared/TableView.Razor.rz.scp.css */
.sidenav[b-dpwe5l97cf] {
  z-index: 3;
  min-width: 360px;
  max-width: 360px;
  background-color: #f3f2f1;
  transform: translate3d(-360px, 0, 0);
  transition: all 0.6s ease-in-out;
}

.sidenav.open[b-dpwe5l97cf] {
  transform: translate3d(0, 0, 0);
}

.main-content[b-dpwe5l97cf] {
  flex-grow: 1;
  min-width: 0;
  margin-left: -360px;
  transition: all 0.6s ease-in-out;
}

.main-content.open[b-dpwe5l97cf] {
  transform: translate3d(360px, 0, 0);
}

.classification-code[b-dpwe5l97cf] {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 0;
  font-weight: bold;
  box-sizing: border-box;
}

.scroll-table[b-dpwe5l97cf] {
  overflow-x: auto;
}
/* /Shared/Wizard/Wizard.razor.rz.scp.css */
.wizard[b-t3wiqk5b80] {
    font-size: 16px;
    padding: 24px 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    width: 100%;
    list-style: none;
}
/* /Shared/Wizard/WizardStep.razor.rz.scp.css */
li[b-94dke8s8ho] {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

    li:not(:last-child)[b-94dke8s8ho]:before {
        background-color: #e6e6e6;
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% - 14px);
        top: -7px;
        left: calc(50% + 7px);
    }

.label[b-94dke8s8ho] {
    display: inline-block;
    padding-top: 10px;
    text-align: center;
}

.step-indicator[b-94dke8s8ho] {
    top: -14px;
    left: calc(50% - 7px);
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    transition: .25s;
    border-radius: 100%;
    background-color: #e6e6e6;
}

.current .step-indicator[b-94dke8s8ho] {
    background-color: grey;
}

.done .step-indicator[b-94dke8s8ho] {
    background-color: #339933;
}
