/* /Components/ComplianceReportingTable.razor.rz.scp.css */
/* /Components/EventDetails.razor.rz.scp.css */
.template-section header[b-rn4tbtzm5w], .template-section .row[b-rn4tbtzm5w] {
    display: flex;
}

.template-section .row[b-rn4tbtzm5w] {
    padding: 3px;
}

.template-section .info-row[b-rn4tbtzm5w] {
    margin-bottom: 7px;
}

.template-section .col[b-rn4tbtzm5w] {
    flex: 1;
}

.template-section .col hr[b-rn4tbtzm5w] {
    width: 90%;
}

.template-section .item-gap[b-rn4tbtzm5w] {
    gap: 0.25rem;
}
/* /Components/InputDropdown.razor.rz.scp.css */
.container[b-5h8n4jhr77] {
	position: relative;
	border: .05em solid #CCC;
	display: flex;
	align-items: center;
	gap: .5em;
	padding: 6px 0 6px 0;
	font-weight: normal;
	font-size: 14px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height: 1.42857143;
	box-sizing: content-box;
}

	.container:focus[b-5h8n4jhr77] {
		border-color: hsl(200, 100%, 50%);
	}

.value[b-5h8n4jhr77] {
	flex-grow: 1;
	display: flex;
	gap: .5em;
	flex-wrap: wrap;
}

.clear-btn[b-5h8n4jhr77] {
	background: none;
	color: #777;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
}

	.clear-btn:focus[b-5h8n4jhr77],
	.clear-btn:hover[b-5h8n4jhr77] {
		color: #333;
	}

.divider[b-5h8n4jhr77] {
	background-color: #CCC;
	align-self: stretch;
	width: .05em;
}

.caret[b-5h8n4jhr77] {
	translate: 0 25%;
	border: .25em solid transparent;
	border-top-color: #CCC;
	margin-right: 0.5em;
	padding: 0;
	background-color: transparent;
	aspect-ratio: 1;
}

.options[b-5h8n4jhr77] {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	max-height: 15em;
	overflow-y: auto;
	border: .05em solid #CCC;
	width: 100%;
	left: 0;
	top: calc(100% + .25em);
	background-color: white;
	z-index: 214000012 !important;
}

	.options.show[b-5h8n4jhr77] {
		display: block;
	}

.option[b-5h8n4jhr77] {
	padding: .25em .5em;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

	.option.selected[b-5h8n4jhr77] {
		background-color: hsl(200, 100%, 70%);
	}

	.option.highlighted[b-5h8n4jhr77] {
		background-color: hsl(200, 100%, 50%);
		color: white
	}

.option-badge[b-5h8n4jhr77] {
	display: flex;
	align-items: center;
	border: .05em solid #777;
	border-radius: .25em;
	padding: .15em .25em;
	gap: .25em;
	cursor: pointer;
	background: none;
	outline: none;
}

	.option-badge:hover[b-5h8n4jhr77],
	.option-badge:focus[b-5h8n4jhr77] {
		background-color: hsl(0, 100%, 90%);
		border-color: hsl(0, 100%, 50%);
	}

		.option-badge:hover > .remove-btn[b-5h8n4jhr77],
		.option-badge:focus > .remove-btn[b-5h8n4jhr77] {
			color: hsl(0, 100%, 50%);
		}

	.option-badge > .remove-btn[b-5h8n4jhr77] {
		color: #777;
	}

.unstyle[b-5h8n4jhr77] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	text-align: left;
}

@media (max-width: 1800px) {
	.container[b-5h8n4jhr77] {
		font-size: 12px;
	}
}

@media (max-width: 1650px) {
}

@media (max-width: 1600px) {
	.container[b-5h8n4jhr77] {
		font-size: 9px;
	}
}

@media (max-width: 1550px) {
}
/* /Pages/Configuration/Configuration.razor.rz.scp.css */
.main-wrapper[b-e1pyu7k34n] {
    background: white;
    border: none;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 0em;
}

.main-header[b-e1pyu7k34n] {
    background-color: #80BB00;
    border: none;
    height: 1.9em;
    padding: 0.25em;
    text-align: right;
}

.main-content[b-e1pyu7k34n] {
    background-color: #fff;
    border: 1px solid #80BB00;
    padding: 0.25em;
}

.main-content .nav-item .nav-link[b-e1pyu7k34n] {
    min-height: 35px;
    border-left: 1px solid #134D8C;
    border-right: 1px solid #134D8C;
    border-top: 1px solid #134D8C;
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}

.nav-link.active[b-e1pyu7k34n] {
    background-color: #134D8C !important;
}

#pills-tab[b-e1pyu7k34n] {
    border-bottom: 1px solid #134d8c;
}

.customer-name[b-e1pyu7k34n] {
    padding: 10px !important;
    border-bottom: 1px solid #e7f1ff !important;
}
/* /Pages/Configuration/EmailSettings/EmailSettings.razor.rz.scp.css */
.accordion table .actions[b-rmk1axpdcu] {
    width: 5%;
}

.btn-add[b-rmk1axpdcu] {
    background-color: #80BB00;
    border-color: #80BB00;
    width: 100%;
}

.btn-del[b-rmk1axpdcu] {
    width: 100%;
}

.accordion-button[b-rmk1axpdcu] {
    font-weight: 500;
    background-color: #f5f5f5;
    border-radius: 0;
}

.br-0[b-rmk1axpdcu]{
    border-radius:0 !important;
}
/* /Pages/Event.razor.rz.scp.css */
.file-list[b-0cb9bybs0y] {
    list-style-type: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bm2e912v9z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bm2e912v9z] {
    flex: 1;
}

article[b-bm2e912v9z] {
    overflow: auto;
    margin: 0, auto;
}

.top-row[b-bm2e912v9z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bm2e912v9z]  a, .top-row[b-bm2e912v9z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-bm2e912v9z]  a:hover, .top-row[b-bm2e912v9z]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-bm2e912v9z]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bm2e912v9z] {
        display: none;
    }

    .top-row.auth[b-bm2e912v9z] {
        justify-content: space-between;
    }

    .top-row[b-bm2e912v9z]  a, .top-row[b-bm2e912v9z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bm2e912v9z] {
        flex-direction: row;
    }

    .sidebar[b-bm2e912v9z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bm2e912v9z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bm2e912v9z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bm2e912v9z], article[b-bm2e912v9z] {
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }
}

@media (max-width: 1550px) {
    .top-row[b-bm2e912v9z], article[b-bm2e912v9z] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.top-row[b-bm2e912v9z]  a, .top-row[b-bm2e912v9z]  .btn-link {
    margin-left: 0;
}
