@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/CadonistWebApp/Components/Account/Pages/AccessDenied.razor.rz.scp.css */
.circular[b-us4a25z984] {
	height: 400px;
	width: 400px;
	border-radius: 200px;
}
/* _content/CadonistWebApp/Components/ActivityCard.razor.rz.scp.css */

.align_center[b-wrgoioj8sk] {
	margin: 50px auto;
}

.break[b-wrgoioj8sk] {
	white-space: pre-line;
}

.card-height[b-wrgoioj8sk] {
	height: 90%;
}

.position[b-wrgoioj8sk] {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
/* _content/CadonistWebApp/Components/AddinCard.razor.rz.scp.css */

iframe[b-uz3rkg38ps] {
	width: 100%;
	height: 100%;
}

.align_center[b-uz3rkg38ps] {
	margin: 50px auto;
}
/* _content/CadonistWebApp/Components/AddinsMenu.razor.rz.scp.css */
.subitem_menu[b-69j44yyz0h] {
	left: 230px;
	top: 0;
	/*width: 250px;*/
	z-index: 100;
	background-color: #222933;
}
/* _content/CadonistWebApp/Components/BlogCard.razor.rz.scp.css */
.position[b-ggbv58d8cs] {
	height: 290px;
	object-fit: contain;
}
/* _content/CadonistWebApp/Components/DropDownMenu.razor.rz.scp.css */
.main_soft_div[b-20ct3rcafk] {
	position: absolute;
	top: 0;
}

.software_menu[b-20ct3rcafk] {
	width: 230px;
	height: 260px;
	z-index: 100;
	background-color: #222933;
}

.soft_menu_item[b-20ct3rcafk] {
	margin-top: 18px;
}

.bi[b-20ct3rcafk]::before {
	float: right;
	margin: 0.25rem;
}
/* _content/CadonistWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y8wpxhedik] {
	position: relative;
	display: flex;
	flex-direction: row;
	background-image: url("../images/technical-8792188_1280.jpg");
	background-position-x: right;
	background-size: cover;
}

main[b-y8wpxhedik] {
	flex: 1;
}

.top-row[b-y8wpxhedik] {
	background-image: linear-gradient(to right,#222933 25%,rgba(0,0,0,0) 80%);
	justify-content: flex-start;
	height: 4.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-y8wpxhedik]  a, .top-row[b-y8wpxhedik]  .btn-link {
		white-space: nowrap;
		margin-left: 1.5rem;
		text-decoration: none;
	}

		.top-row[b-y8wpxhedik]  a:hover, .top-row[b-y8wpxhedik]  .btn-link:hover {
			text-decoration: underline;
		}

		.top-row[b-y8wpxhedik]  a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

.logo[b-y8wpxhedik] {
	height: 70px;
}

.cadonist_link[b-y8wpxhedik] {
	font-size: 24px;
	color: #9FF0FB;
}

.round-corner[b-y8wpxhedik] {
	border-radius: 0.175em;
	border: none;
}

@media (max-width: 640.98px) {
	.top-row[b-y8wpxhedik] {
		background-image: linear-gradient(to right,#222933 25%,rgba(0,0,0,0) 100%);
		justify-content: flex-start;
	}

		.top-row[b-y8wpxhedik]  a, .top-row[b-y8wpxhedik]  .btn-link {
			margin-left: 1.5rem;
		}
}

@media (min-width: 641px) {
	.page[b-y8wpxhedik] {
		flex-direction: row;
	}

	.sidebar[b-y8wpxhedik] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-y8wpxhedik] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

		.top-row.auth[b-y8wpxhedik]  a:first-child {
			flex: 1;
			text-align: right;
			width: 0;
		}

	.top-row[b-y8wpxhedik], article[b-y8wpxhedik] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}

#blazor-error-ui[b-y8wpxhedik] {
	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-y8wpxhedik] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}
/* _content/CadonistWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-clq03hemrg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-clq03hemrg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand[b-clq03hemrg] {
    font-size: 1.1rem;
}

.bi[b-clq03hemrg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-clq03hemrg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-clq03hemrg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-clq03hemrg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-clq03hemrg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-clq03hemrg]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-clq03hemrg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-clq03hemrg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-clq03hemrg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-clq03hemrg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-clq03hemrg] {
        display: none;
    }

    .nav-scrollable[b-clq03hemrg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CadonistWebApp/Components/LogoutSetup.razor.rz.scp.css */
.round-corner[b-vl59fy59p8] {
	border-radius: 0.175em;
	border: none;
}
/* _content/CadonistWebApp/Components/Pages/ActivityActions.razor.rz.scp.css */
.input-control[b-zn5rs3lpz2] {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #eaeaea;
	appearance: none;
	background-color: #555;
	background-clip: padding-box;
	padding: 0.375rem 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-1-w[b-zn5rs3lpz2] {
	width: 8%;
	display: inline-block;
}

.col-2-w[b-zn5rs3lpz2] {
	width: 9%;
	display: inline-block;
}

.col-3-w[b-zn5rs3lpz2] {
	width: 53%;
	display: inline-block;
}

.col-4-w[b-zn5rs3lpz2] {
	width: 6%;
	display: inline-block;
}

.col-5-w[b-zn5rs3lpz2] {
	width: 6%;
	display: inline-block;
}

.col-6-w[b-zn5rs3lpz2] {
	width: 6%;
	display: inline-block;
}

.col-7-w[b-zn5rs3lpz2] {
	width: 9%;
	display: inline-block;
}

form.row>*[b-zn5rs3lpz2]{
	padding: 0;
}
/* _content/CadonistWebApp/Components/Pages/AddinActions.razor.rz.scp.css */
.light_thema[b-oy1pb4q11b] {
	color: #fcfcfc;
	text-shadow: 0 0 20px #000000;
	padding: 5px;
}

.nice_background[b-oy1pb4q11b] {
	background-color: #0000005f;
	padding: 0;
}

.sm-p-left[b-oy1pb4q11b] {
	padding-left: 0.25rem;
}

@media (min-width: 576px) {
	.np-left[b-oy1pb4q11b] {
		padding: 0 0 1rem 0;
	}
}

@media (min-width: 992px) {
	.np-left[b-oy1pb4q11b] {
		padding: 0 2rem 2rem 0;
	}
}
/* _content/CadonistWebApp/Components/Pages/AddinCarousels.razor.rz.scp.css */
.input-control[b-g1y7ze24nl] {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #eaeaea;
	appearance: none;
	background-color: #555;
	background-clip: padding-box;
	padding: 0.375rem 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-1-w[b-g1y7ze24nl] {
	width: 18%;
	display: inline-block;
}

.col-2-w[b-g1y7ze24nl] {
	width: 13%;
	display: inline-block;
}

.col-3-w[b-g1y7ze24nl] {
	width: 53%;
	display: inline-block;
}

.col-4-w[b-g1y7ze24nl] {
	width: 10%;
	display: inline-block;
}

.col-5-w[b-g1y7ze24nl] {
	width: 6%;
	display: inline-block;
}

form.row > *[b-g1y7ze24nl] {
	padding: 0;
}
/* _content/CadonistWebApp/Components/Pages/BackOffice.razor.rz.scp.css */
.hv-100[b-54a4hxom7e]{
	height:calc( 100vh - 90px);
}

.normal-container[b-54a4hxom7e] {
	position: relative;
}

.center[b-54a4hxom7e] {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/* _content/CadonistWebApp/Components/Pages/BlogEditPage.razor.rz.scp.css */
.area-heigth[b-r8a1snnvvc] {
	height: 50vh;
}
/* _content/CadonistWebApp/Components/Pages/Blogs.razor.rz.scp.css */
.text_place[b-ha8roem93x] {
	background-color: antiquewhite;
}

.light_shadow[b-ha8roem93x] {
	box-shadow: 10px 10px 5px #000000
}
/* _content/CadonistWebApp/Components/Pages/CompaniesList.razor.rz.scp.css */
.input-control[b-7g1kxfhxx0] {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #eaeaea;
	appearance: none;
	background-color: #555;
	background-clip: padding-box;
	padding: 0.375rem 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-1-w[b-7g1kxfhxx0] {
	width: 8%;
	display: inline-block;
}

.col-2-w[b-7g1kxfhxx0] {
	width: 5%;
	display: inline-block;
}

.col-3-w[b-7g1kxfhxx0] {
	width: 5%;
	display: inline-block;
}

.col-4-w[b-7g1kxfhxx0] {
	width: 5%;
	display: inline-block;
}

.col-5-w[b-7g1kxfhxx0] {
	width: 15%;
	display: inline-block;
}

.col-6-w[b-7g1kxfhxx0] {
	width: 7%;
	display: inline-block;
}

.col-7-w[b-7g1kxfhxx0] {
	width: 9%;
	display: inline-block;
}

.col-8-w[b-7g1kxfhxx0] {
	width: 8%;
	display: inline-block;
}

form.row > *[b-7g1kxfhxx0] {
	padding: 0;
}
/* _content/CadonistWebApp/Components/Pages/DiscountActions.razor.rz.scp.css */
.input-control[b-78yg3xwk0d] {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #eaeaea;
	appearance: none;
	background-color: #555;
	background-clip: padding-box;
	padding: 0.375rem 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-1-w[b-78yg3xwk0d] {
	width: 16%;
	display: inline-block;
}

.col-2-w[b-78yg3xwk0d] {
	width: 18%;
	display: inline-block;
}

.col-3-w[b-78yg3xwk0d] {
	width: 18%;
	display: inline-block;
}

.col-4-w[b-78yg3xwk0d] {
	width: 12%;
	display: inline-block;
}

.col-5-w[b-78yg3xwk0d] {
	width: 12%;
	display: inline-block;
}
/* _content/CadonistWebApp/Components/Pages/Inventor.razor.rz.scp.css */
.text_place[b-zgz9mg3bru] {
	background-color: antiquewhite;
}

.light_shadow[b-zgz9mg3bru] {
	box-shadow: 10px 10px 5px #000000
}
/* _content/CadonistWebApp/Components/Pages/ManageSubscribers.razor.rz.scp.css */
.exp_bar[b-2dsyt92143] {
	border: 1px solid black;
}
/* _content/CadonistWebApp/Components/Pages/NewBlog.razor.rz.scp.css */
.area-heigth[b-f1b0d0zoyb] {
	height: 50vh;
}
/* _content/CadonistWebApp/Components/Pages/PurchasesList.razor.rz.scp.css */
.card-show[b-zpsuu2d3i0] {
	display: block
}

.card-hide[b-zpsuu2d3i0] {
	display: none;
}

.table-column-10[b-zpsuu2d3i0] {
	width: 10%;
}

.table-column-20[b-zpsuu2d3i0] {
	width: 20%;
}

.table-column-30[b-zpsuu2d3i0] {
	width: 30%;
}

.table-column-40[b-zpsuu2d3i0] {
	width: 40%;
}

.table-column-50[b-zpsuu2d3i0] {
	width: 50%;
}

.table-column-60[b-zpsuu2d3i0] {
	width: 60%;
}

.table-column-70[b-zpsuu2d3i0] {
	width: 70%;
}
/* _content/CadonistWebApp/Components/Pages/SoftwaresList.razor.rz.scp.css */
.font-bold[b-lh5jqcz5u5] {
	font-weight: 700;
}
/* _content/CadonistWebApp/Components/Pages/Spinner.razor.rz.scp.css */
svg[b-ppuzf4u5gw] {
	fill: transparent;
	stroke: #9FF0FB;
	stroke-width: 3;
	stroke-linecap: round;
	display: block;
	margin: auto;
}

#line1[b-ppuzf4u5gw] {
	animation: 2s thck1-b-ppuzf4u5gw infinite;
}

#line2[b-ppuzf4u5gw] {
	animation: 2s thck1-b-ppuzf4u5gw infinite;
	animation-delay: 0.33s; /* 2s / 6s = 0.33s*/
}

#line3[b-ppuzf4u5gw] {
	animation: 2s thck1-b-ppuzf4u5gw infinite;
	animation-delay: 0.66s;
}

#line4[b-ppuzf4u5gw] {
	animation: 2s thck1-b-ppuzf4u5gw infinite;
	animation-delay: 1s;
}

#line5[b-ppuzf4u5gw] {
	animation: 2s thck1-b-ppuzf4u5gw infinite;
	animation-delay: 1.33s;
}

#line6[b-ppuzf4u5gw] {
	animation: 2s thck1-b-ppuzf4u5gw infinite;
	animation-delay: 1.66s;
}

@keyframes thck1-b-ppuzf4u5gw {
	0% {
		stroke-width: 3;
	}

	33.33% {
		stroke-width: 15;
	}

	66.66% {
		stroke-width: 3;
	}
}
/*
@keyframes thck2 {
	0% {
		stroke-width: 3;
	}

	11.11% {
		stroke-width: 3;
	}

	33.33% {
		stroke-width: 35;
	}

	55.55% {
		stroke-width: 3;
	}
}

@keyframes thck3 {
	0% {
		stroke-width: 3;
	}

	22.22% {
		stroke-width: 3;
	}

	44.44% {
		stroke-width: 35;
	}

	66.66% {
		stroke-width: 3;
	}
}

@keyframes thck4 {
	0% {
		stroke-width: 3;
	}

	33.33% {
		stroke-width: 3;
	}

	55.55% {
		stroke-width: 35;
	}

	77.77% {
		stroke-width: 3;
	}
}

@keyframes thck5 {
	0% {
		stroke-width: 3;
	}

	44.44% {
		stroke-width: 3;
	}

	66.66% {
		stroke-width: 35;
	}

	88.88% {
		stroke-width: 3;
	}
}

@keyframes thck6 {
	0% {
		stroke-width: 3;
	}

	55.55% {
		stroke-width: 3;
	}

	77.77% {
		stroke-width: 35;
	}

	100% {
		stroke-width: 3;
	}
}*/

h2[b-ppuzf4u5gw] {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.spinner[b-ppuzf4u5gw] {
	position: relative;
}
/* _content/CadonistWebApp/Components/Pages/SubscriptionPlans.razor.rz.scp.css */
h3[b-988g5j5sfi], p[b-988g5j5sfi] {
	color: #9FF0FB;
	text-shadow: 0 0 5px #000000;
}

.full-center[b-988g5j5sfi] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.table-column-10[b-988g5j5sfi] {
	width: 10%;
}

.table-column-15[b-988g5j5sfi] {
	width: 15%;
}

.table-column-20[b-988g5j5sfi] {
	width: 20%;
}

.table-column-30[b-988g5j5sfi] {
	width: 30%;
}

.table-column-40[b-988g5j5sfi] {
	width: 40%;
}

.table-column-50[b-988g5j5sfi] {
	width: 50%;
}

.table-column-60[b-988g5j5sfi] {
	width: 60%;
}

.table-column-70[b-988g5j5sfi] {
	width: 70%;
}

.cart[b-988g5j5sfi] {
	background-color: #FFFFFF;
}
