/* /Pages/Registration/RegStepper.razor.rz.scp.css */
.wizard-step[b-rhi9xslj8k] {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    .wizard-step > li[b-rhi9xslj8k] {
        -ms-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        flex: 1
    }

.wizard-step[b-rhi9xslj8k] {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    .wizard-step > li[b-rhi9xslj8k] {
        list-style: none;
        text-align: left;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: black;
        display: block
    }

        .wizard-step > li:hover[b-rhi9xslj8k] {
            color: #6f6f6f;
        }

        .wizard-step > li.completed[b-rhi9xslj8k],
        .wizard-step > li.completed .progress-line[b-rhi9xslj8k] {
            color: var(--gw-navy);
        }

        .wizard-step > li .progress-line[b-rhi9xslj8k] {
            border-radius: 10px;
            width: 20px;
            height: 20px;
            position: relative;
            top: 50px;
            background-color: lightgray;
            display: block;
            margin: 0 auto .5em;
        }

            .wizard-step > li .progress-line[b-rhi9xslj8k]:after,
            .wizard-step > li .progress-line[b-rhi9xslj8k]:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb
            }

        .wizard-step > li.completed .progress-line[b-rhi9xslj8k],
        .wizard-step > li.completed .progress-line[b-rhi9xslj8k]:after,
        .wizard-step > li.completed .progress-line[b-rhi9xslj8k]:before {
            background-color: var(--gw-navy);
        }

        .wizard-step > li .progress-line[b-rhi9xslj8k]:before {
            left: 0
        }

        .wizard-step > li .progress-line[b-rhi9xslj8k]:after {
            right: 0
        }

        .wizard-step > li:first-child .progress-line[b-rhi9xslj8k]:after,
        .wizard-step > li:first-child .progress-line[b-rhi9xslj8k]:before {
            width: 50%;
            margin-left: 50%
        }

    .wizard-step.split-line[b-rhi9xslj8k] {
        padding: 10px 5px;
    }

        .wizard-step.split-line > li .progress-line[b-rhi9xslj8k] {
            height: 12px;
            width: 98%;
            border-radius: 2px;
        }

            .wizard-step.split-line > li .progress-line[b-rhi9xslj8k]:before,
            .wizard-step.split-line > li .progress-line[b-rhi9xslj8k]:after {
                display: none;
            }
/* /Shared/Documents/DocumentsList.razor.rz.scp.css */

.card-header[b-vpgo68qhob] {
    text-align: center;
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.drawer-container[b-toer1t8d4y] {
    margin: 30px auto;
    width: 70%;
}

.k-drawer-container[b-toer1t8d4y] {
    position: relative;
    width: 100%;
}

.k-icon[b-toer1t8d4y] {
    font-size: 20px;
}

.page-title[b-toer1t8d4y] {
    margin-left: 20px;
    font-weight: bold;
    font-size: 17px;
}

.page ul[b-toer1t8d4y] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page li[b-toer1t8d4y] {
    font-size: 20px;
    background: 0 0;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: rgba(33, 37, 41, 0.125);
    border-style: solid;
    line-height: 1.5em;
    padding: 1.09em .84em 1.23em .84em;
}

    .page li:last-child[b-toer1t8d4y] {
        border: 0;
    }

    .page li h6[b-toer1t8d4y] {
        border-bottom: none;
        padding-bottom: 8px;
    }

.topnav[b-toer1t8d4y] {
    background-color: #f6f6f6;
    line-height: 10px;
    border-bottom: inset;
    border-bottom-width: 1px;
    padding: 3px 8px;
    color: #656565;
}

    .topnav .topnav-logo img[b-toer1t8d4y] {
        float: left
    }

    .topnav .row[b-toer1t8d4y] {
        justify-content: space-between;
        align-items: center;
    }

    .topnav .topnav-left[b-toer1t8d4y] {
        float: left;
        text-align: left;
    }

    .topnav .topnav-right[b-toer1t8d4y] {
        float: right;
        text-align: right;
    }
