﻿body {
	min-width: fit-content;

	--avid-primary-blue: #24489a;
	--avid-primary-navy: #213449;
	--avid-primary-teal: #00998e;
	--avid-primary-salmon: #fc6b78;
	--avid-primary-yellow: #ffe045;
	--avid-primary-mint: #aee6a7;

	--avid-accent-darkpink: #da3e52;
	--avid-accent-carrot: #fe531b;
	--avid-accent-kelly: #1e855e;
	--avid-accent-forest: #005c40;
	--avid-accent-violet: #4d2966;
	--avid-accent-aqua: #47ccc3;
	--avid-accent-tangerine: #ff974d;
	--avid-accent-carnation: #ffa69e;
	
	--avid-light-blue: #c7e1f8;
	--avid-light-mint: #d7f3d3;
	--avid-light-yellow: #fff7dd;
	--avid-light-pink: #ffe5e5;
	--avid-light-aqua: #e0f0f0;
	
	--avid-gray: #e4e4e2;
	--avid-coolgray: #eef0f5;
	--avid-mediumgray: #919fb6;
	--avid-darkgray: #40403f;
	
}

.text-blue-theme {
	color: var(--avid-primary-blue) !important;
}
.text-teal-theme {
	color: var(--avid-primary-teal) !important;
}
.text-darkblue-theme {
	color: var(--avid-primary-navy) !important;
}
.background-blue-theme {
	background-color: var(--avid-primary-blue) !important;
}
.background-gray-theme {
	background-color: var(--avid-gray) !important;
}
.border-blue-theme {
	border-color: var(--avid-primary-blue) !important;
}
.font-weight-bold {
	font-weight: bold;
}
.rotate-180 {
	transform: rotate(180deg);
}
.text-right {
	text-align: right;
}
body a {
    color: var(--avid-primary-teal);
	-webkit-transition: 300ms color ease;
	-o-transition: 300ms color ease;
	transition: 300ms color ease;
}
body a:hover {
    color: var(--avid-accent-forest);
}
p:last-child {
    margin-bottom: 0px;
}
hr {
	background-color: var(--avid-gray);
	opacity: 1;
}

/*
** Layout 
*****************************************/
html {
	min-height: 100vh;
}
 
body {
	min-height: 100vh;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}
.page {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.mud-popover {
	top: 0;
}
/*
** Headings 
*****************************************/

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
	color: var(--avid-primary-navy);
}
h1 {
	font-size: 2rem;
}
h1:focus {
    outline: none;
}
.sub-title {
    font-weight: 700;
    color: var(--avid-mediumgray);
}

/*
** Button styles 
*****************************************/
.mud-button.mud-button-filled,
.mud-button.mud-button-outlined,
.mud-button.mud-button-text {
	font-weight: 700;
	font-size: 1rem;
	border-radius: 40px;
}
.mud-button-root.mud-fab,
button.mud-button-filled {
	-webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
button.mud-button-filled.mud-button-disable-elevation {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
button.mud-button,
a.mud-button  {
	padding: 12px 16px;
}
.mud-button-label {
	line-height: 1.2;
}
.mud-button-label, 
.mud-fab-label {
    text-transform: none;
}


/*
** Navigation styles 
*****************************************/
.avidnav-top {
	font-size: .875rem;
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.avidnav-top .avid-logo svg {
	width: 75px;
	height: 23px;
}
.avidnav-top .separator {
	margin-right: 0.5rem;
	border-right: 1px solid #D9D9D9;
	padding-right: 0.5rem;
	width: 1px;
}
.avidnav-top .nav-right {
	text-align: right;
}
.avid-popover-menu p {
	font-weight: 600;
}
.mud-list-item-clickable .mud-typography {
	color: var(--avid-primary-teal);
	font-weight: 600;
}
.mud-list-item-clickable .mud-list-item-icon {
	color: var(--avid-primary-teal);
}

/*
** Dialog Styles
*****************************************/

.mud-dialog-container .mud-dialog {
    border-radius: 1.5rem;
}
.mud-dialog-container .mud-dialog .mud-dialog-title {
	border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
	background: var(--avid-coolgray);
	margin-bottom: 1.5rem;
}
.mud-dialog-container .mud-dialog .mud-dialog-content {
	padding: 0;
}
.mud-dialog-container .mud-dialog .mud-dialog-actions {
	padding: 0;
	margin-top: 1rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.mud-dialog-container .mud-dialog > div {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.mud-dialog-container .mud-dialog > div:last-child {
	padding-bottom: 1.5rem;
}
.mud-dialog-container .mud-dialog-title h6 {
	font-weight: 700;
	color: var(--avid-primary-navy);
	line-height: 1.3;
}
.mud-dialog-container .mud-dialog .mud-dialog-actions button:only-child {
	margin-left: auto;
}
.mud-dialog-container .mud-dialog .mud-dialog-actions .action-row {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mud-dialog-container .mud-dialog .mud-dialog-actions .action-row button:only-child {
	margin-left: 0;
}
.mud-dialog-container .mud-dialog .mud-dialog-actions .action-row:last-child {
	margin-bottom: 0;
}
/*
** Banner Styles
*****************************************/
.avidbanner-top {
	background-color: var(--avid-primary-blue);
	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	color: #fff;
	
}
.avidbanner-top h1 {
	color: #fff;
	font-size: 1.5rem;
	margin: 0;
	padding: .5rem 0;
}
.avidbanner-top .top-right {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.avidbanner-top a {
	color: #fff !important;
	font-weight: 700 !important;
}
/*
** Alerts 
*****************************************/
body .mud-alert {
	border-left: 0.5rem solid;
	font-weight: 600;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
body div[class*="mud-alert-filled"] {
	border: 0;
}
.alert-float-top {
	position: sticky;
	z-index: 10;
	width: 100%;
	left: 0;
	top: .5rem;
}
.alert-float-top .mud-alert {
	-webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}


/*
** Radio Buttons / Checkboxes 
*****************************************/
.avid-options-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 1rem;
	width: 100%;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.avid-option {
	position: relative;
	text-align: center;
	border-radius: 1rem;
	border: 1px solid;
	border-color: var(--avid-gray);
	-webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 33.33%;
	    flex-basis: 33.33%;
	-webkit-transition: 300ms all ease-in-out;
	-o-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
	padding: 1.5rem 1rem;
	/*height: 100%;   CT removed for vertical checkbox style fix */
	cursor: pointer;
}
.avid-options-wrapper .avid-option {
	height: auto;
}
.avid-option h5 {
	font-weight: 700;
	color: var(--avid-primary-teal);
}
.avid-option.disabled {
	border-color: var(--avid-gray);
}
.avid-option.checked {
	background-color: var(--avid-light-aqua);
    border-color: var(--avid-primary-teal);
}
.avid-option.checked h5 {
	color: var(--avid-primary-teal);
}
.avid-option .check-indicator {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
	border: 2px solid var(--avid-primary-teal);
	background-color: #fff;
	border-radius: 5px;
}

.avid-radio .check-indicator {
	border-radius: 40px;
}

.avid-option.checked .check-indicator {
	background-color: var(--avid-primary-teal);
}

.avid-option.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 1rem;
}
.avid-option.horizontal .check-indicator {
	position: relative;
    margin-right: 1rem;
	top: 0;
    left: 0;
}
.avid-option .image-wrapper {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: .75rem;
}
.avid-option.horizontal .image-wrapper {
	margin-bottom: 0;
	height: auto;
}
.avid-option img {
	max-height: 50px;
    max-width: 50px;
	height: auto;
    width: auto;
}
.avid-option.horizontal img {
	margin-right: 1rem;
	margin-bottom: 0;
	max-height: 25px;
    max-width: 25px;
}
.avid-option .description {
	margin-bottom: 0;
	font-size: 0.875rem;
}
.avid-option.checked .check-indicator:before {
	content: '';
    display: block;
    position: absolute;
}
.avid-radio.checked .check-indicator:before {
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 1rem;
    background: #fff;
}
.avid-check.checked .check-indicator:before {
	top: 3px;
    left: 7px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.mud-checkbox p.mud-typography {
	font-weight: 600;
	font-size: 15px;
}
.avid-option.disabled .check-indicator {
	border-color: var(--avid-gray) !important;
	color: var(--avid-gray);
}

/*
** Mud Tabs
*****************************************/
.mud-tabs .mud-tab {
	letter-spacing: 0;
	text-transform: none;
	font-weight: 700;
	padding: 1rem;
	color: var(--avid-primary-navy);
}
.mud-tabs.mud-tabs-rounded > div.mud-tabs-toolbar,
.mud-tabs > .mud-tabs-rounded.mud-tabs-toolbar {
	background-color: #eef0f5;
	border-radius: var(--mud-default-borderradius) var(--mud-default-borderradius) 0 0;
}
.mud-tabs .mud-tab.mud-tab-active {
	color: var(--avid-primary-teal);
}

.mud-tabs .mud-tab.mud-disabled {
	opacity: 0.5;
}
.mud-tabs .mud-tabs-panels {
	padding: 3rem 2rem;
}
.mud-tabs-toolbar .mud-tab-slider.mud-tab-slider-horizontal {
	height: 4px;
	background-color: var(--avid-primary-teal);
}

/*
** Form styles 
*****************************************/
.form-section {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mud-input-control  .mud-input > .mud-input-slot.mud-input-root {
	font-weight: 400;
	letter-spacing: 0;
}
.mud-input-control .mud-input.mud-input-outlined .mud-input-outlined-border,
.mud-input-control .mud-input.mud-input-outlined.mud-disabled .mud-input-outlined-border {
	border: 1px solid var(--avid-gray);
}
.mud-input-control .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 1rem;
	-webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.form-error.mud-input-control .mud-input.mud-input-outlined .mud-input-outlined-border {
	border-color: #f00;
}
.form-error.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
	color: #f00;
}
.mud-input-control .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
	border-color: var(--avid-primary-teal);
}
.mud-input-control .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: var(--avid-primary-teal);
}
.mud-input-control .mud-input:focus-within~label.mud-input-label.mud-input-label-inputcontrol {
	color: var(--avid-primary-teal);
}
.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol{
	font-weight: 500;
}
.mud-checkbox .mud-icon-button {
	padding: .5rem;
}
.mud-input-control .mud-input > input.mud-input-root,
.mud-input-control > .mud-input-control-input-container> .mud-input-label-inputcontrol,
.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    letter-spacing: 0;
}
.mud-input.mud-input-outlined.mud-disabled .mud-input-outlined-border {
    background: #f5f6f7;
    z-index: -1;
}
.mud-input>input.mud-input-root, 
.mud-input div.mud-input-slot.mud-input-root {
    font-weight: 500;
}
.mud-input-control .mud-input-helper-text {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0;
}

/*
** Editor 
*****************************************/

body .ql-toolbar.ql-snow{
    border-radius: 1rem 1rem 0 0;
	border-bottom: none;
	border: 1px solid #e6e6e6;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-radius: 0 0 1rem 1rem;
	-webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	border-color: #e6e6e6;
}
.ql-editor{
    min-height: 150px;
    font-weight: 400;
    font-size: 1rem;
	padding: 1rem;
}
.ql-container .ql-editor {
	font-family: Montserrat, sans-serif;
}
.ql-container .ql-editor p,
.ql-container .ql-editor ul,
.ql-container .ql-editor ol {
	margin-bottom: .5rem;
}
.ql-container .ql-editor.ql-blank::before {
	font-style: normal;
	color: #bbb;
}

/*
** Metric Styles
*****************************************/
.show-text-overflow {
	text-overflow: unset !important;
	overflow: unset !important;
	white-space: unset !important;
}
.metric-header-l{
	height:70px !important;
}
/*
** MudChart Styles
*****************************************/
.mud-chart-legend {
	display: none;
	visibility: hidden;
}

.mud-charts-xaxis text, .mud-charts-yaxis text {
	font-size: 1.02rem !important;
	font-weight: 600 !important;
}
.btn35{
	height:35px;
}
.end-custom{
	right:45px !important;
}
/*
** Tooltips 
*****************************************/
.mud-tooltip.mud-popover {
	border-radius: 0.5rem;
	color: #fff;
	background-color: var(--avid-darkgray);
}
.mud-tooltip.mud-popover.mud-tooltip-arrow::after{
	border-color: var(--avid-darkgray) transparent transparent transparent;
}

/*
** Expand Panels 
*****************************************/

.mud-expansion-panels .mud-expand-panel{
    border-color: #E6E6E6;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,0.10), 0 2px 4px -1px rgba(0,0,0,0.06);
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.10), 0 2px 4px -1px rgba(0,0,0,0.06);
}
.mud-expand-panel .mud-expand-panel-header .mud-expand-panel-icon {
	color: var(--avid-primary-teal);
}
.mud-expand-panel.mud-expand-panel-border {
	border-radius: var(--mud-default-borderradius);
}
.mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
	font-weight: 800;
	color: var(--avid-primary-teal);
	font-size: 1.25rem;
}
.mud-expand-panel .mud-collapse-wrapper-inner .mud-expand-panel-content {
	padding-top: 1rem;
}
.mud-expansion-panels .mud-expand-panel-header {
    background-color: #f2f2f2;
    border-radius: var(--mud-default-borderradius);
}
.mud-expansion-panels .mud-panel-expanded .mud-expand-panel-header {
    border-radius: var(--mud-default-borderradius) var(--mud-default-borderradius) 0 0;
}
.mud-expansion-panels .mud-expand-panel:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.mud-expansion-panels .mud-expand-panel:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}


/*
** CHIPS
**********************************************/

.meta-chip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--avid-light-aqua);
    font-weight: 700;
    font-size: 12px;
    height: 24px;
    padding: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1rem;
}
.meta-chip .icon {
    color: var(--avid-accent-forest);
    margin-right: .25rem;
    font-size: 14px;
}
.meta-chip .meta-group {
    margin-right: .75rem;
}
.meta-chip .meta-group:last-child {
    margin-right: 0;
}

.mud-chip.reverse > .mud-chip-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.mud-chip.reverse > .mud-chip-content button {
	margin-left: -4px;
	margin-right: 6px;
	-webkit-margin-start: -4px;
	        margin-inline-start: -4px;
	-webkit-margin-end: 6px;
	        margin-inline-end: 6px;
}
.mud-chip .chip-text {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
/*
** Footer 
*****************************************/

#global-footer {
	background-color: var(--avid-primary-blue);
	color: #fff;
}
#global-footer {
	margin-top: 4rem;
	padding: 40px 0;
}
#global-footer .avid-logo svg {
	width: 137px;
	height: 40px;
}
#global-footer a,
#global-footer a:hover {
	color: #fff;
	text-decoration: none;
}
#global-footer .footer-right {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#global-footer .footer-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#global-footer .footer-middle a {
	margin: 1rem;
}
#global-footer .footer-left,
#global-footer .footer-right {
	text-align: center;
}
@media (max-width: 991.98px) {
	.container, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 992px) {
	#global-footer .footer-right {
		text-align: right;
	}
	#global-footer .footer-left {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 767.98px) {
	.avid-options-wrapper .avid-option {
		height: auto;
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.avid-check {
		margin-bottom: 1rem;
		height: auto;
	}
}
@media (max-width: 640.98px) {
	.mud-input-control>.mud-input-control-input-container>.mud-input-label-outlined.mud-input-label-inputcontrol {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
		font-size: .875rem;
		letter-spacing: -.25px;
	}
	.avid-option h5 {
		font-size: 1rem;
	}
}
@media (max-width: 575.98px) {
	
}

/*
** Errors 
*****************************************/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
            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 {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

@media print {
    body {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
    }
}
/*# sourceMappingURL=wwwroot\css\AVIDRazorComponentStyles.css.map */