/* /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) {
}
/* /Components/RolloverTransferModal.razor.rz.scp.css */
.rollover-modal-overlay[b-z396wp62vi] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rollover-modal-dialog[b-z396wp62vi] {
    background: #fff;
    border-radius: 8px;
    max-width: 580px;
    width: 90%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.rollover-modal-header[b-z396wp62vi] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 8px;
    position: relative;
}

.rollover-modal-title[b-z396wp62vi] {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}

.rollover-modal-close[b-z396wp62vi] {
    background: none;
    border: none;
    font-size: 2.2rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0 4px;
    position: absolute;
    right: 16px;
    top: 12px;
}

.rollover-modal-close:hover[b-z396wp62vi] {
    color: #333;
}

.rollover-modal-body[b-z396wp62vi] {
    padding: 12px 20px 20px;
}

/* Branding */
.rollover-modal-branding[b-z396wp62vi] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rollover-brand-icom-logo[b-z396wp62vi] {
    height: 30px;
    width: auto;
}

.rollover-brand-separator[b-z396wp62vi] {
    font-size: 1.8rem;
    color: #ccc;
    font-weight: 300;
}

.rollover-brand-manifest-logo[b-z396wp62vi] {
    height: 25px;
    width: auto;
}

/* Initiate State */
.rollover-initiate-heading[b-z396wp62vi] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 20px 0 12px;
    line-height: 1.3;
}

.rollover-initiate-description[b-z396wp62vi] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.rollover-btn-get-started[b-z396wp62vi] {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #005487;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 16px;
}

.rollover-btn-get-started:hover[b-z396wp62vi] {
    background-color: #003d63;
}

.rollover-initiate-footer[b-z396wp62vi] {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
}

/* Step Cards */
.rollover-step-list[b-z396wp62vi] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.rollover-step-card[b-z396wp62vi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 16px;
    background: #f9f9f9;
}

.rollover-step-success[b-z396wp62vi] {
    border-color: #d4edda;
    background: #f0faf3;
}

.rollover-step-error[b-z396wp62vi] {
    border-color: #f5c6cb;
    background: #fdf0f0;
}

.rollover-step-error .rollover-step-label[b-z396wp62vi] {
    color: #dc3545;
}

.rollover-step-error .rollover-step-detail[b-z396wp62vi] {
    color: #dc3545;
}

.rollover-step-info[b-z396wp62vi] {
    flex: 1;
}

.rollover-step-label[b-z396wp62vi] {
    font-weight: 600;
    font-size: 1.3rem;
    color: #333;
}

.rollover-step-detail[b-z396wp62vi] {
    font-size: 1.2rem;
    color: #666;
    margin-top: 2px;
}

.rollover-step-icon[b-z396wp62vi] {
    margin-left: 12px;
    display: flex;
    align-items: center;
}

/* Spinner */
.rollover-spinner[b-z396wp62vi] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #e0e0e0;
    border-top-color: #005487;
    border-radius: 50%;
    animation: rollover-spin-b-z396wp62vi 0.8s linear infinite;
}

@keyframes rollover-spin-b-z396wp62vi {
    to {
        transform: rotate(360deg);
    }
}

/* Icons */
.rollover-icon-success[b-z396wp62vi] {
    font-size: 1.8rem;
    color: #28a745;
}

.rollover-icon-error[b-z396wp62vi] {
    font-size: 1.8rem;
    color: #dc3545;
}

/* Error Section */
.rollover-error-section[b-z396wp62vi] {
    background: #fdf0f0;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.rollover-error-header[b-z396wp62vi] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 1.3rem;
    color: #dc3545;
}

.rollover-error-warning-icon[b-z396wp62vi] {
    color: #dc3545;
    font-size: 1.5rem;
}

.rollover-error-message[b-z396wp62vi] {
    font-size: 1.2rem;
    color: #dc3545;
    margin-bottom: 10px;
}

.rollover-error-details[b-z396wp62vi] {
    font-size: 1.1rem;
    color: #666;
}

.rollover-error-details summary[b-z396wp62vi] {
    cursor: pointer;
    color: #dc3545;
    margin-bottom: 8px;
}

.rollover-error-details-content[b-z396wp62vi] {
    background: #fff5f5;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 1.1rem;
}

.rollover-error-table[b-z396wp62vi] {
    width: 100%;
    margin-top: 8px;
    font-family: monospace;
    font-size: 1.05rem;
}

.rollover-error-table td[b-z396wp62vi] {
    padding: 3px 8px 3px 0;
    vertical-align: top;
}

.rollover-error-table td:first-child[b-z396wp62vi] {
    font-weight: 600;
    white-space: nowrap;
    color: #555;
    width: 120px;
}

/* Error Actions */
.rollover-error-actions[b-z396wp62vi] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn.rollover-btn-retry[b-z396wp62vi] {
    background-color: #005487;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn.rollover-btn-retry:hover[b-z396wp62vi] {
    background-color: #003d63;
    color: #fff;
}
/* /Components/TransferStatusModal.razor.rz.scp.css */
/* Overlay */
.transfer-status-overlay[b-3qlxmm48qi] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dialog */
.transfer-status-dialog[b-3qlxmm48qi] {
    background: #fff;
    border-radius: 8px;
    max-width: 580px;
    width: 90%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Header */
.transfer-status-header[b-3qlxmm48qi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 8px;
    position: relative;
}

.transfer-status-title[b-3qlxmm48qi] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
}

.transfer-status-close[b-3qlxmm48qi] {
    background: none;
    border: none;
    font-size: 2.2rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0 4px;
}

.transfer-status-close:hover[b-3qlxmm48qi] {
    color: #333;
}

/* Progress Bar */
.transfer-status-progress-track[b-3qlxmm48qi] {
    height: 4px;
    background: #e0e0e0;
    margin: 0 20px 4px;
    border-radius: 2px;
    overflow: hidden;
}

.transfer-status-progress-fill[b-3qlxmm48qi] {
    height: 100%;
    background: #005487;
    border-radius: 2px;
    transition: width 0.5s ease;
}

.transfer-status-progress-in-progress[b-3qlxmm48qi] {
    width: 50%;
}

.transfer-status-progress-complete[b-3qlxmm48qi] {
    width: 100%;
}

/* Body */
.transfer-status-body[b-3qlxmm48qi] {
    padding: 12px 20px 20px;
    max-height: 70vh;
    overflow-y: auto;
}

/* Loading */
.transfer-status-loading[b-3qlxmm48qi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 0;
    color: #666;
    font-size: 1.2rem;
}

.transfer-status-spinner[b-3qlxmm48qi] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #e0e0e0;
    border-top-color: #005487;
    border-radius: 50%;
    animation: transfer-status-spin-b-3qlxmm48qi 0.8s linear infinite;
}

@keyframes transfer-status-spin-b-3qlxmm48qi {
    to {
        transform: rotate(360deg);
    }
}

/* Fields */
.transfer-status-field[b-3qlxmm48qi] {
    margin-bottom: 14px;
}

.transfer-status-field-label[b-3qlxmm48qi] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2px;
}

.transfer-status-field-value[b-3qlxmm48qi] {
    font-size: 1.2rem;
    color: #333;
}

/* Separator */
.transfer-status-separator[b-3qlxmm48qi] {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 16px 0;
}

/* Magic Link */
.transfer-status-magic-link-description[b-3qlxmm48qi] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 8px;
}

.transfer-status-magic-link-row[b-3qlxmm48qi] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.transfer-status-magic-link-input[b-3qlxmm48qi] {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 1.1rem;
    color: #333;
    background: #f9f9f9;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transfer-status-copy-btn[b-3qlxmm48qi] {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
    color: #666;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transfer-status-copy-btn:hover[b-3qlxmm48qi] {
    background: #f0f0f0;
    color: #333;
}
/* /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;
}
