/* _content/PG.SelfService.Blazor/Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-azw2l71oxc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-azw2l71oxc] {
    flex: 1;
}

.sidebar[b-azw2l71oxc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-azw2l71oxc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-azw2l71oxc]  a, .top-row[b-azw2l71oxc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-azw2l71oxc]  a:hover, .top-row[b-azw2l71oxc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-azw2l71oxc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-azw2l71oxc] {
        justify-content: space-between;
    }

    .top-row[b-azw2l71oxc]  a, .top-row[b-azw2l71oxc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-azw2l71oxc] {
        flex-direction: row;
    }

    .sidebar[b-azw2l71oxc] {
        width: 250px;
        height: 100dvh;
        position: sticky;
        top: 0;
    }

    .top-row[b-azw2l71oxc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-azw2l71oxc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-azw2l71oxc], article[b-azw2l71oxc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-azw2l71oxc] {
    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-azw2l71oxc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PG.SelfService.Blazor/Components/Layout/ExceptionError.razor.rz.scp.css */
.ErrorPage[b-0d2abypxzs] {
	display: flex;
	height: 100%;
	max-height: 950px;
}

.ExceptionError[b-0d2abypxzs] {
	background: linear-gradient(90deg, var(--v-action600-base) 75%, rgba(255, 255, 255, 0.33) 100%) !important;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.whiteboard[b-0d2abypxzs] {
	width: 60%;
	max-width: 500px;
	/*display: block;*/
	transition: width 2s;
}

	.whiteboard.fadeInRight[b-0d2abypxzs] {
	}

	.whiteboard.fadeOutRight[b-0d2abypxzs] {
		width: 0px;
	}

.c[b-0d2abypxzs] {
	text-align: center;
	display: block;
	position: relative;
	width: 80%;
	margin: 100px auto;
}

._404[b-0d2abypxzs] {
	position: relative;
	display: inline-block;
	z-index: 2;
	font-size: 140px;
	height: 170px;
	letter-spacing: 15px;
}

._404dark[b-0d2abypxzs] {
	display: none;
	color: #424242;
	font-size: 3rem;
}

._1[b-0d2abypxzs] {
	text-align: center;
	display: block;
	position: relative;
	letter-spacing: 12px;
	font-size: 2.5em;
	line-height: 80%;
}

._2[b-0d2abypxzs] {
	text-align: center;
	display: block;
	position: relative;
	font-size: 20px;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

	._2 a[b-0d2abypxzs] {
		text-decoration: underline;
		color: #a1ffff;
		font-size: 20px;
		font-weight: 500;
	}

		._2 a:hover[b-0d2abypxzs] {
			text-decoration: dotted;
			color: #18f0f8;
			font-weight: 400;
		}

		._2 a:active[b-0d2abypxzs] {
			text-decoration: line-through;
			color: #18f0f8;
			font-weight: 600;
		}

.text[b-0d2abypxzs] {
	font-size: 70px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 19px 0px 0px 0px;
	/* top: 256.301px; */
	z-index: 3;
	width: 100%;
	line-height: 1.2em;
	display: inline-block;
}


.btn[b-0d2abypxzs] {
	position: relative;
	display: inline-block;
	width: 358px;
	padding: 5px;
	z-index: 5;
	font-size: 25px;
	margin: 0 auto;
	text-decoration: none;
	margin-right: 10px;
	color: var(--v-action600-base);
	background-color: var(--v-neutreblanc-base);
	transition: background-color .2s,color .2s,border .2s
}

	.btn:hover[b-0d2abypxzs] {
		color: var(--v-neutreblanc-base);
		background: linear-gradient(90deg, var(--v-action600-base) 75%, rgba(255, 198, 41, 0.33) 100%) !important;
	}

	.btn:focus[b-0d2abypxzs] {
		box-shadow: inherit !important
	}

	.btn:active[b-0d2abypxzs] {
		color: var(--v-neutreblanc-base);
		background: var(--v-action600-base) !important;
	}

.right[b-0d2abypxzs] {
	float: right;
	width: 60%;
}

hr[b-0d2abypxzs] {
	padding: 0;
	border: none;
	border-top: 5px solid #fff;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	width: 420px;
	height: 10px;
	z-index: -10;
}

	hr[b-0d2abypxzs]:after {
		content: "\2022";
		display: inline-block;
		position: relative;
		top: -0.75em;
		font-size: 2em;
		padding: 0 0.2em;
		background: #00a1b2;
	}

.cloud[b-0d2abypxzs] {
	width: 350px;
	height: 120px;
	background: #FFF;
	background: linear-gradient(top, #FFF 100%);
	background: -webkit-linear-gradient(top, #FFF 100%);
	background: -moz-linear-gradient(top, #FFF 100%);
	background: -ms-linear-gradient(top, #FFF 100%);
	background: -o-linear-gradient(top, #FFF 100%);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: absolute;
	margin: 120px auto 20px;
	z-index: 1000;
	transition: ease 1s;
}

	.cloud[b-0d2abypxzs]:after, .cloud[b-0d2abypxzs]:before {
		content: '';
		position: absolute;
		background: #FFF;
		z-index: -1
	}

	.cloud[b-0d2abypxzs]:after {
		width: 100px;
		height: 100px;
		top: -50px;
		left: 50px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}

	.cloud[b-0d2abypxzs]:before {
		width: 180px;
		height: 180px;
		top: -90px;
		right: 50px;
		border-radius: 200px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
	}

.x1[b-0d2abypxzs] {
	top: -50px;
	left: 100px;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0.9;
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite;
}

.x1_5[b-0d2abypxzs] {
	top: -80px;
	left: 250px;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-animation: moveclouds 17s linear infinite;
	-moz-animation: moveclouds 17s linear infinite;
	-o-animation: moveclouds 17s linear infinite;
}

.x2[b-0d2abypxzs] {
	left: 250px;
	top: 30px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6;
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x3[b-0d2abypxzs] {
	left: 250px;
	bottom: -70px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.8;
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x4[b-0d2abypxzs] {
	left: 470px;
	botttom: 20px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75;
	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
}

.x5[b-0d2abypxzs] {
	left: 200px;
	top: 300px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.8;
	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {
		margin-left: 1000px;
	}

	100% {
		margin-left: -1000px;
	}
}

@-moz-keyframes moveclouds {
	0% {
		margin-left: 1000px;
	}

	100% {
		margin-left: -1000px;
	}
}

@-o-keyframes moveclouds {
	0% {
		margin-left: 1000px;
	}

	100% {
		margin-left: -1000px;
	}
}

/* Mobile Styling */
@media screen and (max-width:800px) {
}

@media screen and (max-width:720px) {
	._404[b-0d2abypxzs] {
		font-size: 100px;
		height: 130px;
	}

	._1[b-0d2abypxzs] {
		font-size: 1.5em;
	}
}

@media screen and (max-width:600px) {
	.ExceptionError[b-0d2abypxzs] {
		background: linear-gradient(90deg, var(--v-action600-base) 95%, rgba(255, 255, 255, 0.33) 100%) !important;
	}

	hr[b-0d2abypxzs] {
		width: 80%;
	}

	.btn[b-0d2abypxzs] {
		width: 80%;
		font-size: 20px;
		margin-right: 10px;
	}
}

@media screen and (max-width:550px) {
	._404[b-0d2abypxzs] {
		font-size: 80px;
		height: 110px;
	}

	._1[b-0d2abypxzs] {
		display: none;
	}

	.btn[b-0d2abypxzs] {
		width: 60%;
		font-size: 20px;
		margin-right: 5px;
	}


	.x1[b-0d2abypxzs] {
		display: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}

	.x1_5[b-0d2abypxzs] {
		display: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}

	.x2[b-0d2abypxzs] {
		display: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}

	.x3[b-0d2abypxzs] {
		display: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}

	.x4[b-0d2abypxzs] {
		display: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}

	.x5[b-0d2abypxzs] {
		display: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}
}

@media screen and (max-width:455px) {
	.ExceptionError[b-0d2abypxzs] {
		display: none;
	}

	.ExpandButton[b-0d2abypxzs] {
		display: none;
	}

	.whiteboard.fadeOutRight[b-0d2abypxzs] {
		width: 100%;
		display: block;
		animation-name: none;
	}

	._404dark[b-0d2abypxzs] {
		display: block;
	}
}

@media screen and (max-width:425px) {
}

@media screen and (max-width:375px) {
}

@media screen and (max-width:300px) {
}

@media screen and (max-width:250px) {
}
/* _content/PG.SelfService.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ia5i0brffd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ia5i0brffd] {
    flex: 1;
}

.sidebar[b-ia5i0brffd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ia5i0brffd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ia5i0brffd]  a, .top-row[b-ia5i0brffd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ia5i0brffd]  a:hover, .top-row[b-ia5i0brffd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ia5i0brffd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ia5i0brffd] {
        justify-content: space-between;
    }

    .top-row[b-ia5i0brffd]  a, .top-row[b-ia5i0brffd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ia5i0brffd] {
        flex-direction: row;
    }

    .sidebar[b-ia5i0brffd] {
        width: 250px;
        height: 100dvh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ia5i0brffd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ia5i0brffd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ia5i0brffd], article[b-ia5i0brffd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ia5i0brffd] {
    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-ia5i0brffd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
