/* _content/DPY.Registration.WebUI/Components/Layout/Footer.razor.rz.scp.css */
.top[b-cbxqpf19i7] {
    height: 150px;
    background-color: var(--crystal);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    a

{
    font-size: 14px;
    text-decoration: none;
    color: #1c1c1c;
}

a:hover[b-cbxqpf19i7] {
    color: #ef2743;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.products[b-cbxqpf19i7] {
    font-size: 20px;
    font-weght: bold;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.about[b-cbxqpf19i7] {
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 10px;
}

> div:first-of-type[b-cbxqpf19i7], > div:last-of-type[b-cbxqpf19i7] {
    width: 15%;
}

.content[b-cbxqpf19i7] {
    width: 70%;
    display: flex;
    padding-top: 34px;
}

.logo[b-cbxqpf19i7] {
    flex: 1;
    text-align: right;
}

}

.bottom[b-cbxqpf19i7] {
    height: 55px;
    background-color: var(--petrol);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: white;
    border-bottom: 1px solid white;
    > div:first-of-type, > div:last-of-type

{
    width: 20%;
}

.center[b-cbxqpf19i7] {
    width: 60%;
    a

{
    padding-right: 30px;
}

}

a[b-cbxqpf19i7] {
    font-size: 14px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
}

.mail[b-cbxqpf19i7]  svg {
    width: 18px;
    margin-right: 8px;
    fill: white;
}

.mail[b-cbxqpf19i7] {
    margin-left: 30px;
}

    .mail:hover[b-cbxqpf19i7] {
        color: var(--soft-green);
    }

        .mail:hover[b-cbxqpf19i7]  svg {
            fill: var(--soft-green);
        }

> div[b-cbxqpf19i7] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    span

{
    font-size: 14px;
    margin-right: 40px;
}

}
}
/* _content/DPY.Registration.WebUI/Components/Layout/Header.razor.rz.scp.css */
.logo[b-rj5qdbsui9] {
  cursor: pointer;
}

.header-link[b-rj5qdbsui9] {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  transition: color 0.2s;
}

.header-link:hover[b-rj5qdbsui9] {
  color: #ef2743;
}
/* _content/DPY.Registration.WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bvegltsne2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-bvegltsne2] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-bvegltsne2], article[b-bvegltsne2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bvegltsne2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-bvegltsne2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
