/* /Components/Layout/FooterMenu.razor.rz.scp.css */
body[b-aczaghimef] {
}
/* /Components/Layout/FrontMenu.razor.rz.scp.css */




/* /Components/Layout/HeaderMenu.razor.rz.scp.css */


/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/MenuItem.razor.rz.scp.css */
.Ctrl[b-baqf07epfx] {
	margin: 0px;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	display: flex;
}
	.Ctrl:hover[b-baqf07epfx] {

	}

a[b-baqf07epfx] {
	color: inherit;
}

.Sym[b-baqf07epfx] {
	padding: 2px;
	display: flex;
}

.Txt[b-baqf07epfx] {
	float: left;
	text-align: left;
}

.CC[b-baqf07epfx] {
	float: right;
}
/* /Components/Layout/MenuItemGoTo.razor.rz.scp.css */
.Ctrl[b-ogzhay89k4] {
	margin: 0px;
	padding: 15px;
	text-decoration: none;

	display: flex;
	cursor: pointer;
}

.W[b-ogzhay89k4] {
	width: 100%;
}

/* /Components/Layout/MenuItemSep.razor.rz.scp.css */


.Ctrl[b-4wv6i44778] {
	margin: 4px 10px;
	width: calc(100% - 20px);
	height: 1px;
	border-top: 1px solid white;
}
/* /Components/Layout/Page.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1083aamrh1],
.components-reconnect-repeated-attempt-visible[b-1083aamrh1],
.components-reconnect-failed-visible[b-1083aamrh1],
.components-pause-visible[b-1083aamrh1],
.components-resume-failed-visible[b-1083aamrh1],
.components-rejoining-animation[b-1083aamrh1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-retrying[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-failed[b-1083aamrh1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1083aamrh1] {
    display: block;
}


#components-reconnect-modal[b-1083aamrh1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1083aamrh1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1083aamrh1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1083aamrh1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1083aamrh1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1083aamrh1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1083aamrh1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1083aamrh1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1083aamrh1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1083aamrh1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1083aamrh1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1083aamrh1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1083aamrh1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1083aamrh1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1083aamrh1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1083aamrh1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1083aamrh1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1083aamrh1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1083aamrh1 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SideMenu.razor.rz.scp.css */
nav[b-6yjd1nsull] {
	position: fixed;
	top: 130px;
	left: 20px;
	margin: auto 0;
	background-color: RGBA(20,20,20,0.9);
	padding: 20px 0px 5px;
	border-radius: 20px;
}

	nav ul[b-6yjd1nsull] {
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: column;
		padding: 0px;
	}

		nav ul li[b-6yjd1nsull] {
			width: 100%;
		}

			nav ul li a[b-6yjd1nsull] {
				text-decoration: none;
				color: white;
				display: flex;
				align-items: center;
				cursor: pointer;
				width: 100%;
				margin: 1px 0px;
				padding: 10px 15px;
			}

				nav ul li a img[b-6yjd1nsull] {
					width: 30px;
					height: 30px;
				}

					nav ul li a img path[b-6yjd1nsull] {
						transition: 0.2s all ease;
					}

				nav ul li a span[b-6yjd1nsull] {
					position: absolute;
					padding: 2px 15px;
					border-radus: 30px;
					margin-left: 10px;
					font-weight: 500;
					font-size: 15px;
					visibility: hidden;
					opacity: 0;
					transition: 0.2s all ease;
				}

				nav ul li a:hover[b-6yjd1nsull] {
					color: white;
					background-color: fuchsia;
				}

					nav ul li a:hover span[b-6yjd1nsull] {
						opacity: 1;
						visibility: visible;
						margin-left: 50px;
					}

	nav.active ul li a span[b-6yjd1nsull] {
		position: relative;
		opacity: 1;
		visibility: visible;
		margin-left: 0px;
	}

	nav.active ul li a:hover span[b-6yjd1nsull] {
		margin-left: 0;
	}
