/* /Components/Splash.razor.rz.scp.css */
h3.heading[b-09c5gijgaz] {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px dashed #1e1e1e;
    padding: 0 0 3px;
    margin: 0 0 30px;
    transition: all .2s ease-out;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Pages/Html.razor.rz.scp.css */
.article[b-3z65bcig7z] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100vh;
}

.article .iframe-wrap[b-3z65bcig7z] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding:36px 0 0;   
}

.article .iframe-wrap iframe[b-3z65bcig7z] {
    flex: 1;
    margin: 0 auto;
}
/* /Pages/Pdf.razor.rz.scp.css */
.article[b-qix0sxlctw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100vh;
}

.article .iframe-wrap[b-qix0sxlctw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding:36px 0 0;   
}

.article .iframe-wrap iframe[b-qix0sxlctw] {
    flex: 1;
    margin: 0 auto;
}
/* /Shared/Alert.razor.rz.scp.css */
.alert[b-7hsszyy0tr] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.5715;
    list-style: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1010;
    border-radius: 4px;
}

.hold-alert .message[b-7hsszyy0tr] {
    display: block;
    padding-right: 0;
    word-wrap: break-word;
    white-space: break-spaces;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
}

.hold-alert[b-7hsszyy0tr] {
    padding: 20px 50px;
    position: relative;
}

.container.alert-success[b-7hsszyy0tr] {
    background: #eafff4;
}

.hold-alert .notification-close[b-7hsszyy0tr] {
    line-height: 28px;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    position: absolute;
    font-size: 28px;
    cursor: pointer;
}

.container.alert-danger[b-7hsszyy0tr] {
    background: #ffeff1;
}

.container.alert-warning[b-7hsszyy0tr] {
    background: #fff4e7;
}
.hold-alert .icon-box[b-7hsszyy0tr] {
    position: absolute;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    margin-top: -13px;
    left: 11px;
   
}
.alert-danger .icon-box[b-7hsszyy0tr] {
    background: url('../assets/images/icons/warning-icon@2x.png') no-repeat 50% 50%;
    background-size: cover;
}
.alert-warning .icon-box[b-7hsszyy0tr] {
    background: url('../assets/images/icons/attention-icon@2x@2x.png') no-repeat 50% 50%;
    background-size: cover;
}
.alert-success .icon-box[b-7hsszyy0tr] {
    background: url('../assets/images/icons/ok-icon@2x.png') no-repeat 50% 50%;
    background-size: cover;
}
/* /Shared/Bread.razor.rz.scp.css */
.bread-holder[b-mnsczrbvgb] {
	width:100%;
	position:fixed;
	left:0;
	right:0;
	z-index:100;
	background:#fff;
    display:flex;
    transform: translate3d(0,0,0);
}

.bread[b-mnsczrbvgb] {
    list-style: none;
    overflow: hidden;
    padding: 12px 53px 0;
    max-width: 1592px;
    margin: 0 0;
    position: relative;
    z-index: 10;
    width: 100%;
    background: #fff;
}
.bread li[b-mnsczrbvgb] {
    float: left;
    padding: 0;
    margin: 0 5px 10px 0;
    color: rgb(30 30 30 / 60%);
    font-size: 15px;
    line-height: 22px;
}
.bread li a[b-mnsczrbvgb]{
	color: #1E1E1E;
    font-size: 15px;
    line-height: 22px;
	text-decoration:none;
}
.bread li a:hover[b-mnsczrbvgb]{
	text-decoration:underline;
}
@media(max-width: 1200px) {
    .bread[b-mnsczrbvgb] {
        padding: 16px 20px 6px 70px;
    }

    .bread li[b-mnsczrbvgb] {
        white-space: nowrap;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bread li:first-child[b-mnsczrbvgb] {
        width: auto;
        white-space: normal;
    }
}
@media(max-width: 768px) {
    .bread[b-mnsczrbvgb] {
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.14);
    }
    .bread li[b-mnsczrbvgb] {
        width: 200px;
    }
}
