/* /Components/TccDatePicker.razor.rz.scp.css */
[b-t5pf80kh81] .tccPicker .mud-input-root {
    padding: 6px 3px 7px;
}
/* /Components/TccTimePicker.razor.rz.scp.css */
[b-p13wolrxhb] .tccPicker .mud-input-root {
    padding: 6px 3px 7px;
}
/* /Pages/Article/EditArticleDialog.razor.rz.scp.css */
.info-block.general[b-70k7a3q604] {
    height: 83vh;
}

.info-block.dimensions-and-volume[b-70k7a3q604] {
    height: 83vh;
}

.info-block.optional[b-70k7a3q604] {
    height: 36vh;
}

.info-block.connectors[b-70k7a3q604] {
    height: 46vh;
}
/* /Pages/Dashboard/CreateNewBatchDialog.razor.rz.scp.css */
.sticky-compounder-batch[b-xnamrp1plr] {
	position: sticky;
	top: 0;
}

.new-compounder-batch-container[b-xnamrp1plr] {
	display: grid;
	grid-template-areas:
		'header header'
		'orders overview'
		'orders footer';
	grid-row-gap: 8px;
	grid-column-gap: 50px;
	padding: 0px 15px;
}

/* Header section */

.new-compounder-batch-header[b-xnamrp1plr] { 
	grid-area: header; 
	margin-top: -25px;
}

.batch-name-production-container[b-xnamrp1plr]{
	display: grid;
	grid-template-columns: 381px 825px auto;
	grid-column-gap: 15px;
	margin-top: 25px;
}

.batch-name-container[b-xnamrp1plr]{
	display: grid;
	grid-template-columns: 36px auto;
	grid-column-gap: 15px;
	margin-top:4px;
}

.batch-production-container[b-xnamrp1plr]{
	display: grid;
	grid-template-columns: 118px 180px 150px 30px;
	grid-column-gap: 15px;
}

.batch-pickinglist-container[b-xnamrp1plr] {
	display: grid;
	grid-template-columns: auto;
	grid-column-gap: 15px;
	margin-bottom: 10px;
}

/* Orders section */

.new-compounder-batch-orders[b-xnamrp1plr]{
	grid-area: orders; 
	width: 1171px;
}

.search-container[b-xnamrp1plr]{
	margin-top: 25px;
}

/* table orders */

.order-id[b-xnamrp1plr]{
	width: 80px;
}

.dose[b-xnamrp1plr]{
	width: 60px;
}

.active-ingredient[b-xnamrp1plr]{
	width: 180px;
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.patient-number[b-xnamrp1plr]{
	width: 100px;
}

.patient-name[b-xnamrp1plr]{
	width: 180px;
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.date-of-birth[b-xnamrp1plr]{
	width: 92px;
}

.recipe-name[b-xnamrp1plr]{
	width: 220px;
	max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.delivery-date[b-xnamrp1plr]{
	width: 175px;
}

.icon[b-xnamrp1plr]{
	width: 30px;
	margin-right: 15px;
}

.icon img[b-xnamrp1plr]{
	width: 18px;
	height: 18px;
}

#table-orders[b-xnamrp1plr] {
	width: 1155px;
	height: 195px;
}

#table-orders-in-batch[b-xnamrp1plr]{
	width: 1155px;
	height: 295px;
}

/* Overview section */

.new-compounder-batch-overview[b-xnamrp1plr]{
	grid-area: overview; 
	width: 625px;
	height: 675px;
	overflow-x: hidden;
}

.overview-container[b-xnamrp1plr]{
	margin: 15px 0px;
	background-color: #2E4C87;
	height: 177px;
	width: auto;
	padding-top: 19px;
	padding-left: 22px;
}

.overview-title[b-xnamrp1plr]{
	font-size: 13px;
	font-weight: bold;
}

.ok-cancel-container[b-xnamrp1plr]{
	grid-area: footer;
	height: 100%;
}

.ok-cancel-container div[b-xnamrp1plr]{
	float: right; 
	margin-top: 20px;
}
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
/* Page layout */

.content-container[b-m137h6o6hx]{
	display: grid;
	grid-template-areas:
    'attention-block compounder-status'
	'orders orders'
	'batches batches';
	grid-row-gap: 13px;
	grid-column-gap: 0px;
	margin-right: 15px;
}

/* Compounder status layout */

.attention-block[b-m137h6o6hx]{
	grid-area: attention-block;
	margin-right: 15px;
	width: 248px;
	height: 199px;
	text-align: center;
}

.number-big[b-m137h6o6hx]{
	margin-top: 15px;
	width: 100%;
	font-size: 64px;
	font-weight: bold;
}

.compounder-status[b-m137h6o6hx]{
	grid-area: compounder-status;
	width: 1380px;
	height: 199px;
}

.compounder-status-items-container[b-m137h6o6hx]{
	display: grid;
	grid-template-columns: 250px 250px 250px 250px;
	grid-column-gap: 15px;
	margin-top: 33px;
	margin-left: 15px;	
}

.compounder[b-m137h6o6hx]{
	padding: 20px 15px;
	height: 112px;
	background-color: #2E4C87;
	box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.15);
}

.compounder-name[b-m137h6o6hx]{
	font-size: 14px;
}

.compounder-state[b-m137h6o6hx]{
	margin-top: 5px;
	color: #FFB400;
}

.compounder-progressbar[b-m137h6o6hx]{
	margin-top: 30px;
}

/* Orders layout */

.orders[b-m137h6o6hx]{
	grid-area: orders;
	height: 340px;
}

.search-container[b-m137h6o6hx]{
	margin: 20px 15px;
	height: 24px;
}


/* Batches layout */

.batches[b-m137h6o6hx]{
	grid-area: batches;
	height: 300px;
}

/* Add batch button bar */

.add-batch-container[b-m137h6o6hx]{
	float: right;
	margin-left: 15px;
}

.license-text-container[b-m137h6o6hx]{
	margin-top: 5px;
	text-align: center;
}

.hidden[b-m137h6o6hx] {
	display: none;
}
/* /Pages/Ingredients/EditIngredientDialog.razor.rz.scp.css */

.ingredient-main-information-container[b-9f6124uqjp]{
	display: grid;
	grid-template-columns: 125px auto;
	grid-row-gap: 15px;
	grid-column-gap: 15px;
	
	margin-left: 15px;
	text-align: left;
}

.items-container[b-9f6124uqjp] {
	display: grid;
	grid-template-columns: 125px 120px;
	grid-template-rows: 24px auto;
	grid-row-gap: 15px;
	grid-column-gap: 15px;
	margin-top: 15px;
}

	.items-container.switches[b-9f6124uqjp] {
		grid-template-columns: 125px 120px auto; 
		grid-template-rows: 24px 24px 24px;
	}

.alternative-name-input-container[b-9f6124uqjp]{
	display: grid;
	grid-template-columns: 300px auto;
	margin-top: 15px;
}

.ingredient-critical-characteristics-container[b-9f6124uqjp]{
	margin-top: 30px;
	margin-left: 15px;
}

.texium-container[b-9f6124uqjp]{
	margin-top: 10px;
	margin-left: 15px;
	width: 400px;
}

.ingredient-information-container[b-9f6124uqjp]{
	margin-top: 10px;
	margin-left: 15px;
	width: 400px;
}

.alternative-name-container[b-9f6124uqjp]{
	margin-top: 10px;
	margin-left: 15px;
	width: 400px;
}

.alternative-name-item[b-9f6124uqjp]{
	width: 350px;
	max-width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#table-alternative-names[b-9f6124uqjp]{
	height: 100px;
}


/* Popup layout */
.new-ingredient-container[b-9f6124uqjp]{
	padding-top: 5px;
}

.input-label-textbox[b-9f6124uqjp]{
	line-height: 28px;
}

.input-label-switch[b-9f6124uqjp]{
	line-height: 24px;
}

.input-label-checkbox[b-9f6124uqjp]{
	line-height: 20px;
}

.ok-cancel-container[b-9f6124uqjp]{
	margin: 18px 0px 0px 311px;
	padding-bottom: 8px;
}


/* /Pages/Ingredients/ingredients.razor.rz.scp.css */
.ingredients-name-block[b-0ule4atm0b] {
	width: 100%;
	height: 9vh;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 12px;
}
.ingredients-characteristics-block[b-0ule4atm0b] {
	width: 100%;
	height: 12vh;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 12px;
}

.ingredients-information-block[b-0ule4atm0b] {
	width: 100%;
	height: 15vh;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 12px;
}

.ingredients-alternative-names-block[b-0ule4atm0b] {
	width: 100%;
	height: 20vh;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 5px;
}
/* /Pages/Layout/AuthNavMenuItem.razor.rz.scp.css */
.margin-bottom-6px[b-tnhovcknxb] {
    margin: 0 0 6px 0;
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
.page[b-uyigygq8ml] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-uyigygq8ml] {
    flex: 1;
}

.sidebar[b-uyigygq8ml] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uyigygq8ml] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uyigygq8ml]  a, .top-row .btn-link[b-uyigygq8ml] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-uyigygq8ml] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uyigygq8ml] {
        display: none;
    }

    .top-row.auth[b-uyigygq8ml] {
        justify-content: space-between;
    }

    .top-row a[b-uyigygq8ml], .top-row .btn-link[b-uyigygq8ml] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uyigygq8ml] {
        flex-direction: row;
    }

    .sidebar[b-uyigygq8ml] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uyigygq8ml] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-uyigygq8ml] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9eo61ox6o1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9eo61ox6o1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9eo61ox6o1] {
    font-size: 1.1rem;
}

.oi[b-9eo61ox6o1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9eo61ox6o1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9eo61ox6o1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9eo61ox6o1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9eo61ox6o1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9eo61ox6o1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9eo61ox6o1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9eo61ox6o1] {
        display: none;
    }

    .collapse[b-9eo61ox6o1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/Layout/SmartTextField.razor.rz.scp.css */
.smart-text-field .vertical-grid[b-tchvixwn2s] {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 10px;
}

.smart-text-field .vertical-grid.show-labels[b-tchvixwn2s] {
    /* 2 columns if labels are to be shown */
    grid-template-columns: auto auto;
}

.smart-text-field .horizontal-grid[b-tchvixwn2s] {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
}

.smart-text-field .horizontal-grid.show-labels[b-tchvixwn2s] {
    /* 4 columsn, if labels are to be shown */
    grid-template-columns: min-content 50% min-content 50%;
}
/* /Pages/Medication/EditMedicationDialog.razor.rz.scp.css */
.info-block.general[b-bmv4gcer22] {
    height: 34vh;
}

.info-block.diluents[b-bmv4gcer22] {
    height: 48vh;
}

.info-block.check-and-complete[b-bmv4gcer22] {
    height: 83vh;
}

.info-block.optional[b-bmv4gcer22] {
    height: 83vh;
}
/* /Pages/Order/OrderPage.Razor.rz.scp.css */
.horizontal-flex[b-owoq6riard] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
}
/* /Pages/PickingList/PickingListDialog.razor.rz.scp.css */
[b-yelo6hp630] .mud-container.mud-container-maxwidth-lg.mud-container--gutters {
    display: flex;
    align-content: center;
    justify-content: center;
}
/* /Pages/Recipe/EditRecipeDialog.razor.rz.scp.css */
form[b-cj4hehicbp] {
    height: 100%;
}
/* /Pages/Recipe/Recipe.razor.rz.scp.css */
.vertical-flex[b-achljevj0j] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.horizontal-flex[b-achljevj0j] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.recipes-list-layout[b-achljevj0j] {
    display: grid;
    grid-template-areas:
        "header action-buttons-container"
        "filters-container filters-container"
        "table-container table-container";
}

.header[b-achljevj0j] {
    grid-area: header;
    font-weight: bold;
}

.action-buttons-container[b-achljevj0j] {
    grid-area: action-buttons-container;
}

.action-buttons-container > button[b-achljevj0j] {
    margin-left: 12px;
}

.filters-container[b-achljevj0j] {
    grid-area: filters-container;
    padding-bottom: 12px;
}

.table-container[b-achljevj0j] {
    grid-area: table-container;
    border: 1px solid rgba(255, 255, 255, .16);
    height: 100%;
    overflow: hidden auto;
}

.recipe-state-container[b-achljevj0j] {
    width: 100%;
    margin-bottom: 12px;
    padding: 4px 8px 4px 8px;
}

.recipe-state-container.active[b-achljevj0j] {
    background-color: #219653;
}

.recipe-state-container.pending[b-achljevj0j] {
    background-color: #0B79D0;
}

.recipe-state-container.inactive[b-achljevj0j] {
    background-color: #EB5757;
}
/* /Pages/Settings/AddWorkplace/AddLabelPrinterComponent.razor.rz.scp.css */
/* Assign new label printer popup */
.new-label-printer-container[b-uvqkevgg1y]{
	margin: auto;
	width: 385px;
	height: 395px;
	margin-top: 15%;
	padding: 15px;
}

.subnet-items-container[b-uvqkevgg1y] {
	display: flex;
	gap: 15px;
	margin-top: 25px;
	justify-content: flex-start
}

.found-label-printers-container[b-uvqkevgg1y]{
	margin-top: 50px;
}

/* Found label printers table */
.radioinput[b-uvqkevgg1y]{
	width: 38px;
}

.ipadress[b-uvqkevgg1y]{
	width: 180px;
}

.detect-button[b-uvqkevgg1y]{
	width: 140px;
}

.detect-button input.btn-primary[b-uvqkevgg1y]{
	height: 28px;
}

#table-found-label-printers[b-uvqkevgg1y]{
	height: 130px;
}

#no-printers-detected-container[b-uvqkevgg1y] {
	padding: 15px 0px 0px 5px;
	display: block;
	height: 115px;
}
/* /Pages/Settings/AddWorkplace/AddWorkplaceDialog.razor.rz.scp.css */

.create-new-workplace-container[b-4ws6p51a2q]{
	margin: auto;
	width: 465px;
	margin-top: 0px;
	padding: 15px;
	max-height: 900px;
	overflow-y:auto;
}
/* /Pages/Settings/AddWorkplace/AddWorkplaceStep1.razor.rz.scp.css */

.stepper-container[b-9c1a0cicql]{
	margin-top: 15px;
}

.stepper-step-header[b-9c1a0cicql]{
	display: grid;
	grid-template-columns: 25px auto;
	grid-column-gap: 12px;
	line-height: 25px;
	margin-top: 8px;
}

.stepname[b-9c1a0cicql]{
	font-weight: bold;
}

.step-disabled[b-9c1a0cicql]{
	color: #9E9E9E;
}

.stepper-ellipse[b-9c1a0cicql] {
	width: 25px;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #E0E0E0;
	text-align: center;
	border-radius: 50%;
	background-color: #2196F3;
}

	.stepper-ellipse.step-disabled[b-9c1a0cicql] {
		background-color: #616161;
	}

	.stepper-ellipse.step-completed[b-9c1a0cicql] {
		background-color: #616161;
	}

.step-container[b-9c1a0cicql]{
	margin: 8px 0px 0px 12.5px;
	border-left: 1px solid #BDBDBD;
	padding: 8px 0px 0px 25px;
}

.step-instruction-container[b-9c1a0cicql]{
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.workplace-type-option[b-9c1a0cicql]{
	padding-left: 5px; 
	height: 34px; 
}

.workplace-type-option span[b-9c1a0cicql]{
	line-height: 34px; 
	margin-left: 19px;
}

.first-option[b-9c1a0cicql]{
	margin-top: 15px; 
	background: #1C3669;
}

.step-spacing[b-9c1a0cicql]{
	height: 20px;
}
/* /Pages/Settings/AddWorkplace/AddWorkplaceStep2.razor.rz.scp.css */

.stepper-container[b-f6gdce56wh]{
	margin-top: 15px;
}

.stepper-step-header[b-f6gdce56wh]{
	display: grid;
	grid-template-columns: 25px auto;
	grid-column-gap: 12px;
	line-height: 25px;
	margin-top: 8px;
}

.stepname[b-f6gdce56wh]{
	font-weight: bold;
}

.step-disabled[b-f6gdce56wh]{
	color: #9E9E9E;
}

.stepper-ellipse[b-f6gdce56wh] {
	width: 25px;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #E0E0E0;
	text-align: center;
	border-radius: 50%;
	background-color: #2196F3;
}

	.stepper-ellipse.step-disabled[b-f6gdce56wh] {
		background-color: #616161;
	}

	.stepper-ellipse.step-completed[b-f6gdce56wh] {
		background-color: #616161;
	}

.step-container[b-f6gdce56wh]{
	margin: 8px 0px 0px 12.5px;
	border-left: 1px solid #BDBDBD;
	padding: 8px 0px 0px 25px;
}

.step-instruction-container[b-f6gdce56wh]{
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.friendlyname-items-container[b-f6gdce56wh]{
	margin-top: 15px;
	display: grid;
	grid-template-columns: 36px auto;
	grid-column-gap: 15px;
}

.step-spacing[b-f6gdce56wh]{
	height: 20px;
}

.spinner[b-f6gdce56wh]{
	border: 4px solid #2196F3;
	border-top: 4px solid #243C6C;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	animation: spin-b-f6gdce56wh 2s linear infinite;
}

@keyframes spin-b-f6gdce56wh {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* /Pages/Settings/AddWorkplace/AddWorkplaceStep3.razor.rz.scp.css */
.stepper-step-header[b-y61hunbg9j]{
	display: grid;
	grid-template-columns: 25px auto;
	grid-column-gap: 12px;
	line-height: 25px;
	margin-top: 8px;
}

.stepname[b-y61hunbg9j]{
	font-weight: bold;
}

.step-disabled[b-y61hunbg9j]{
	color: #9E9E9E;
}

.stepper-ellipse[b-y61hunbg9j] {
	width: 25px;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #E0E0E0;
	text-align: center;
	border-radius: 50%;
	background-color: #2196F3;
}

	.stepper-ellipse.step-disabled[b-y61hunbg9j] {
		background-color: #616161;
	}

	.stepper-ellipse.step-completed[b-y61hunbg9j] {
		background-color: #616161;
	}

.step-container[b-y61hunbg9j]{
	margin: 8px 0px 0px 12.5px;
	border-left: 1px solid #BDBDBD;
	padding: 8px 0px 0px 25px;
}
/* /Pages/Settings/SettingsSubmenus/ApprovalLevelEdit.razor.rz.scp.css */
.vertical-flex[b-6hwpr9wows] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.horizontal-flex[b-6hwpr9wows] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items:center;
}

h6[b-6hwpr9wows] {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-top: 24px;
}

/* /Pages/Settings/SettingsSubmenus/ImportMappingEdit.razor.rz.scp.css */
.order-import-block[b-e3gkznmv50] {
    width: 100%;
    height: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 12px;

}

.half-width[b-e3gkznmv50]{
    width:50%;
}
/* /Pages/Settings/SettingsSubmenus/LabelTemplateEdit.razor.rz.scp.css */
.vertical-flex[b-b8600q3f4r] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.horizontal-flex[b-b8600q3f4r] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

h6[b-b8600q3f4r] {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-top: 24px;
}
/* /Pages/Settings/SettingsSubmenus/WorkplaceSetCategories.razor.rz.scp.css */
.flex-row > :first-child[b-9rfb74655j] {
    flex: 0 1 15%;
}

.flex-row > :nth-child(2)[b-9rfb74655j] {
    flex: 0 1 47%;
}
/* /Pages/Settings/SettingsSubmenus/WorkplaceSettingsEdit.razor.rz.scp.css */
.flex-row > :first-child[b-txfj02dw07] {
    flex: 0 1 15%;
}

.flex-row > :nth-child(2)[b-txfj02dw07] {
    flex: 0 1 47%;
}

.fit-content[b-txfj02dw07]{
    width: fit-content;
}

h6[b-txfj02dw07] {
    margin-top: 15px;
    border-bottom: 1px solid rgba(255,255,255, .16);
}

.sticky-top-right[b-txfj02dw07] {
    position: sticky;
    top: 15px;
    right: 0;
    z-index: 1020;
}
/* /Pages/Shared/NotificationBar.razor.rz.scp.css */
.max-height-10[b-g8u8kilc37] {
    max-height: 10vh;
    overflow-y: auto;
}

.vertical-flex[b-g8u8kilc37] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.font-size-bigger[b-g8u8kilc37] {
    font-size: 1.25em !important;
}
