@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* /Components/Common/Cards/AccountCard.razor.rz.scp.css */
.account-card[b-r76hftl62f] {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-bottom: 1px solid var(--color-gray-300);
	padding: 1rem 0;
	font-family: sans-serif;
}

.account-card-left[b-r76hftl62f] {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: end;
}

.account-number[b-r76hftl62f] {
	font-weight: bold;
	font-size: 1.25rem;
	color: var(--color-accent-content);
}

.account-card-divider[b-r76hftl62f] {
	background-color: var(--color-gray-400);
	border-radius: 5rem;
	height: -webkit-fill-available;
	padding: .05rem;
	margin: 0 2rem;
}

.account-card-right[b-r76hftl62f] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.start-date[b-r76hftl62f] {
	font-size: 0.875rem;
	color: var(--color-gray-500)
}

.account-card-arrow[b-r76hftl62f] {
	width: 2rem;
	background: url("img/svg/arrow-right.svg") no-repeat center;
	padding-left: 1rem;
}

.account-card-flag[b-r76hftl62f] {
	display: flex;
	gap: .2rem;
	font-size: small;
}

/* /Components/Common/Cards/BaseCard.razor.rz.scp.css */
.base-card[b-asowococwk] {
	border: 1px solid var(--border-color-primary-20);
	border-radius: 0.75rem;
	width: 100%;
}

.base-card > *[b-asowococwk] {
	padding: .7rem;
}

.base-card > div:first-child[b-asowococwk] {
	padding: .5rem;
}

.base-card-header[b-asowococwk] {
	display: flex;
	justify-content: center;
}

.base-card-body[b-asowococwk] {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
/* /Components/Common/Cards/CreditStatusCard.razor.rz.scp.css */
.card[b-10amgiuurs] {
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.card-header[b-10amgiuurs] {
	border-radius: 1rem 1rem 0 0;
	background: var(--color-primary-500);
	color: var(--color-primary-content);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
}

.card > .divided-table[b-10amgiuurs] {
	border: none;
}
/* /Components/Common/Cards/RowCard.razor.rz.scp.css */
.card[b-ylqod0gf6b] {
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.card-header[b-ylqod0gf6b] {
	border-radius: 1rem 1rem 0 0;
	background: var(--color-primary-500);
	color: var(--color-primary-content);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
}

.card > .divided-table[b-ylqod0gf6b] {
	border: none;
}

.late[b-ylqod0gf6b] {
	background: var(--color-accent-600);
}

.overdue[b-ylqod0gf6b] {
	background: var(--color-red-600);
}


/* /Components/Layout/Headers/BaseHeader.razor.rz.scp.css */
.page-header > img[b-cp1dh8i3d4] {
	border-radius: 1rem;
	max-height: 4rem;
	max-width: 4rem;
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-size: cover;
}
/* /Components/Layout/Headers/BrandedHeader.razor.rz.scp.css */
.page-header > img[b-9a9fa7uvpr] {
	border-radius: 1rem;
	max-height: 4rem;
	max-width: 4rem;
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-size: cover;
}
/* /Components/Layout/InitialLayout.razor.rz.scp.css */
.initial-layout[b-kazsrs90vv] {
	display: flex;
	padding: 2rem 2rem .5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-color: var(--color-primary-100)
}

.initial-layout main[b-kazsrs90vv] {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#blazor-error-ui[b-kazsrs90vv] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
/* /Components/Layout/InternalLayout.razor.rz.scp.css */
#blazor-error-ui[b-6iiv7x3ato] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	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-6iiv7x3ato] {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

.navbar-menu-toggler[b-6iiv7x3ato] {
	transition: opacity .3s ease, transform .15s ease;
	position: relative;
	min-width: 2.8rem;
	min-height: 2.8rem;
	color: white;
	border-radius: 5px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>') no-repeat center/2.8rem;
	cursor: pointer;
	user-select: none;
}

.navbar-menu-toggler:active[b-6iiv7x3ato] {
	outline: none;
	box-shadow: none;
	transform: scale(0.9);
	opacity: 0.8;
}


/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wsugtfces5] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	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-wsugtfces5] {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

.navbar-menu-toggler[b-wsugtfces5] {
	transition: opacity .3s ease, transform .15s ease;
	position: relative;
	min-width: 2.8rem;
	min-height: 2.8rem;
	color: white;
	border-radius: 5px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>') no-repeat center/2.8rem;
	cursor: pointer;
	user-select: none;
}

.navbar-menu-toggler:active[b-wsugtfces5] {
	outline: none;
	box-shadow: none;
	transform: scale(0.9);
	opacity: 0.8;
}


.navbar-logo[b-wsugtfces5] {
	width: 10rem;

}
/* /Components/Loan/AccountStatement.razor.rz.scp.css */
h1[b-i22i4roipp], h2[b-i22i4roipp] {
	color: var(--color-primary-700);
}

h2[b-i22i4roipp] {
	font-weight: normal;
	font-size: medium;
	align-self: flex-start;
	text-align: left;
}

.grid-3[b-i22i4roipp], .grid-2[b-i22i4roipp]{
	display: grid;
	gap: 0.5rem 1.5rem;
}

.grid-3[b-i22i4roipp] {
	grid-template-columns: repeat(3, 1fr);
}

.grid-2[b-i22i4roipp] {
	grid-template-columns: repeat(2, 1fr);
}

th[b-i22i4roipp]{
	font-weight: bold;
	text-align: left;
}

section[b-i22i4roipp]  {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

ul[b-i22i4roipp]{
	list-style: inherit;
	padding: 1rem;
	margin: 0 1rem;
}
/* /Components/Loan/ContractSignature.razor.rz.scp.css */
a[b-ytauyuuupp]::after {
	background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2.50098C14 2.22483 13.7761 2.00098 13.5 2.00098H7.5C7.22386 2.00098 7 2.22483 7 2.50098C7 2.77712 7.22386 3.00098 7.5 3.00098H12.2929L2.14645 13.1474C1.95118 13.3427 1.95118 13.6593 2.14645 13.8545C2.34171 14.0498 2.65829 14.0498 2.85355 13.8545L13 3.70808V8.50098C13 8.77712 13.2239 9.00098 13.5 9.00098C13.7761 9.00098 14 8.77712 14 8.50098V2.50098Z" fill="%231D7AFC"/></svg>');
}

.arrow-redirect[b-ytauyuuupp] {
	color: var(--color-blue-700);
	display: flex;
	border-bottom: var(--color-blue-600) solid 1px;
	width: fit-content;
}
/* /Components/Loan/LoanMovements.razor.rz.scp.css */
.movement-card[b-e2maydaxzc] {
	border-bottom: 1px black solid;
	padding: .4rem .7rem;
}

.movement-card-body[b-e2maydaxzc] {
	height: 3rem;
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
}

.movement-card-body > p:nth-child(2)[b-e2maydaxzc]::after {
	content: url("img/svg/arrow-right.svg");
}

.movement-card-body > p.up-arrow:nth-child(2)[b-e2maydaxzc]::before {
	align-self: anchor-center;
	content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2.50098C14 2.22483 13.7761 2.00098 13.5 2.00098H7.5C7.22386 2.00098 7 2.22483 7 2.50098C7 2.77712 7.22386 3.00098 7.5 3.00098H12.2929L2.14645 13.1474C1.95118 13.3427 1.95118 13.6593 2.14645 13.8545C2.34171 14.0498 2.65829 14.0498 2.85355 13.8545L13 3.70808V8.50098C13 8.77712 13.2239 9.00098 13.5 9.00098C13.7761 9.00098 14 8.77712 14 8.50098V2.50098Z" fill="%2314716C"/></svg>');
}

.movement-card-body > p.down-arrow:nth-child(2)[b-e2maydaxzc]::before {
	align-self: anchor-center;
	content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 13.501C2 13.7771 2.22386 14.001 2.5 14.001H8.5C8.77614 14.001 9 13.7771 9 13.501C9 13.2248 8.77614 13.001 8.5 13.001H3.70711L13.8536 2.85453C14.0488 2.65927 14.0488 2.34269 13.8536 2.14742C13.6583 1.95216 13.3417 1.95216 13.1464 2.14742L3 12.2939V7.50098C3 7.22483 2.77614 7.00098 2.5 7.00098C2.22386 7.00098 2 7.22483 2 7.50098V13.501Z" fill="%23922A22"/></svg>');
}

.movement-card-body > p:nth-child(2)[b-e2maydaxzc] {
	gap: 1rem;
	display: flex;
}

.movement-card-header[b-e2maydaxzc] {
	display: flex;
	justify-content: space-between;
	font-size: small;
}
/* /Components/Loan/LoanSimulation.razor.rz.scp.css */
.loan-container[b-drubnj755v] {
	text-align: center;
}

.input-box[b-drubnj755v] {
	display: flex;
	align-items: center;
}

.input-box span[b-drubnj755v] {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--color-primary);
	margin-right: .5rem;
}

.input-box input[b-drubnj755v] {
	border: 2px solid var(--color-primary-900);
	border-radius: 5px;
	padding: 0.5rem 1rem;
	justify-content: center;
	font-size: 1.5rem;
	width: 100%;
	text-align: center;
}

.payment-info[b-drubnj755v] {
	border-radius: 1rem;
	padding: 1rem;
	text-align: center;
	border: 2px solid rgb(from var(--color-primary-800) r g b/20%);
}
/* /Components/Loan/LoanStarted.razor.rz.scp.css */
.resumen-box[b-prbv2d7ly3] {
	background-color: var(--color-primary-100);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-radius: 8px;
	box-sizing: border-box;

}

.resumen-item[b-prbv2d7ly3] {
	text-align: center;
	flex: 1;
}

.divider[b-prbv2d7ly3] {
	width: 1px;
	background-color: var(--color-gray-300);
	height: -webkit-fill-available;
}

.amount[b-prbv2d7ly3] {
	font-size: 1.2rem;
	font-weight: 600;
}

/* /Components/Loan/LoanStatus.razor.rz.scp.css */
.domiciliation-card[b-xsxdbha9z2],
.late-payment-card[b-xsxdbha9z2],
.movement-card[b-xsxdbha9z2] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: .5rem;
	padding: .9rem;
	gap: 0.2rem;
}

.domiciliation-card[b-xsxdbha9z2] {
	border: solid 1px var(--color-yellow-600);
	color: var(--color-yellow-900);
	background-color: var(--color-yellow-50);
}

.late-payment-card[b-xsxdbha9z2] {
	color: var(--color-red-900);
	border: 1px solid var(--color-red-600);
	background-color: var(--color-red-50);
}

.domiciliation-card-title[b-xsxdbha9z2],
.late-payment-card-title[b-xsxdbha9z2] {
	display: flex;
	justify-content: space-between;
}

.domiciliation-card-content p[b-xsxdbha9z2],
.late-payment-card-content p[b-xsxdbha9z2] {
	font-weight: bold;
	font-size: large;
}

.late-payment-card-content[b-xsxdbha9z2] {
	align-self: end;
}

.domiciliation-card-title > p:nth-child(2)[b-xsxdbha9z2],
.late-payment-card-title > p:nth-child(2)[b-xsxdbha9z2] {
	text-decoration: underline;
}

.late-payment-card-content p[b-xsxdbha9z2] {
	display: flex;
	justify-content: flex-end;
}

.domiciliation-card-content[b-xsxdbha9z2],
.movement-card-content[b-xsxdbha9z2],
.movement-card-footer[b-xsxdbha9z2] {
	display: flex;
	justify-content: space-between;
}

.late-payment-card-title > p:nth-child(1)[b-xsxdbha9z2], .domiciliation-card-title > p:nth-child(1)[b-xsxdbha9z2] {
	display: flex;
	gap: 0.3rem;
}

.movement-card-content[b-xsxdbha9z2] {
	font-weight: bold;
	font-size: medium;
}

.card[b-xsxdbha9z2] {
	background-color: var(--color-neutral-100);
	border-radius: .5rem;
}


.card-body[b-xsxdbha9z2] {
	height: 4rem;
}

.card-header[b-xsxdbha9z2] {
	display: flex;
	justify-content: space-between;
	font-size: small;
	background-color: var(--color-neutral-200);
	border-radius: .5rem .5rem 0 0;
	font-weight: bold;
}

.card-header > p:nth-child(2)[b-xsxdbha9z2]::before {
	content: url("img/svg/clock.svg");
	filter: brightness(0);
}

.card-header > p:nth-child(2)[b-xsxdbha9z2] {
	display: flex;
	gap: .3rem;
}

.movement-card-date[b-xsxdbha9z2],
.movement-card-footer[b-xsxdbha9z2] {
	font-size: small;
}

.late-card > .card-header > p:nth-child(2)[b-xsxdbha9z2]::before {
	content: url("img/svg/warning.svg");
	filter: brightness(5);
}

.late-card[b-xsxdbha9z2] {
	background-color: var(--color-red-100);
}

.late-card > .card-header[b-xsxdbha9z2] {
	background-color: var(--color-red-500);
	color: var(--color-primary-content);
}
/* /Components/Loan/MakePayment.razor.rz.scp.css */
#account-number[b-ppcttvvv3u] {
	gap: .2rem;
	padding: .3rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	position: relative;
}

.copy-btn[b-ppcttvvv3u] {
	padding: 0;
}

#account-number.copied[b-ppcttvvv3u] {
	background-color: var(--color-green-100); 
	color: var(--color-green-800);
}

#account-number.copied > .copy-btn[b-ppcttvvv3u] {
	display: none;
}
#account-number .checkmark[b-ppcttvvv3u] {
	display: none;
	color: var(--color-green-800);
	font-weight: bold;
	animation: fadeInOut-b-ppcttvvv3u 1.2s forwards;
}

#account-number.copied .checkmark[b-ppcttvvv3u] {
	display: inline;
}

.table-container[b-ppcttvvv3u] {
	border: var(--border-color-primary-20) 2px solid;
	border-radius: .5rem;
}

.table-container > *[b-ppcttvvv3u] {
	width: 100%;
}

.table-container > table > * > tr:not(:last-child)[b-ppcttvvv3u],
.table-container > table > thead > tr[b-ppcttvvv3u] {
	border-bottom: var(--border-color-primary-20) 2px solid;
}

.table-container > table > tbody > tr > td:nth-child(3)[b-ppcttvvv3u] {
	font-weight: bold;
	gap: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-container > table > * > tr[b-ppcttvvv3u] {
	font-size: .8rem;
	text-align: center;
}

.table-container > table > thead > tr:first-child[b-ppcttvvv3u] {
	font-weight: bold;
}

@keyframes fadeInOut-b-ppcttvvv3u {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	20% {
		opacity: 1;
		transform: scale(1.2);
	}
	80% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0.5);
	}
}


@media (max-width: 375px) {
	.divided-table > div[b-ppcttvvv3u] {
		padding: 0.3rem;
	}

	#account-number[b-ppcttvvv3u],
	.table-container > table > tbody[b-ppcttvvv3u] {
		font-size: .8rem;
	}
}
/* /Components/Loan/PaymentPlan.razor.rz.scp.css */
.resumen-box[b-1htetdqrl5] {
	background-color: var(--color-primary-100);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-radius: 8px;
	box-sizing: border-box;

}

.resumen-item[b-1htetdqrl5] {
	text-align: center;
	flex: 1;
}

.divider[b-1htetdqrl5] {
	width: 1px;
	background-color: var(--color-gray-300);
	height: -webkit-fill-available;
}

.amount[b-1htetdqrl5] {
	font-size: 1.2rem;
	font-weight: 600;
}

table > thead > tr > th:first-child[b-1htetdqrl5] {
	border-radius: 1rem 0 0 0;
}

table > thead > tr > th:last-child[b-1htetdqrl5] {
	border-radius: 0 1rem 0 0;
}

.divided-table > table > tbody > tr > td[b-1htetdqrl5] {
	text-align: center;
}

.divided-table > table > tbody > tr > td:last-child[b-1htetdqrl5] {
	font-weight: bold;
}

table > thead > tr > th[b-1htetdqrl5] {
	background-color: var(--color-primary-900);
	color: var(--color-primary-content);
	padding: .3rem;
}
/* /Components/Pages/ErrorPage.razor.rz.scp.css */
main[b-vfjp632zzm] {
	gap: 1.5rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-dognomxasz] {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.home-container > div > img[b-dognomxasz] {
	width: 30rem;
	justify-self: center;
}

/* /Components/Profile/Home.razor.rz.scp.css */
p[b-1rmdf7ofs2], h1[b-1rmdf7ofs2] {
	text-align: center;
}
/* /Components/Profile/Update/UpdateLocation.razor.rz.scp.css */
img[b-hsb0omnd4p] {
	max-height: 25rem;
	max-width: 25rem;
}

@media (min-width: 980px) {
	img[b-hsb0omnd4p] {
		margin: 0 auto;
	}
}

.button-device[b-hsb0omnd4p] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	gap: 10px;
	width: 7rem;
	height: 3.5rem;
	background: var(--color-base-200);
	color: var(--color-base-content);
	border: 2px solid #36CBBD;
	border-radius: 3rem;
	margin: 1rem;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-device:hover[b-hsb0omnd4p] {
	background: #E1E8EC;
}

.button-device.click[b-hsb0omnd4p] {
	background: #E1E8EC;
}

.button-container[b-hsb0omnd4p] {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

ol[b-hsb0omnd4p]{
	list-style: decimal;
	margin: 0 2rem;
}

details[b-hsb0omnd4p] {
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

details:last-of-type[b-hsb0omnd4p] {
	border-bottom: none;
}

details > summary[b-hsb0omnd4p] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	cursor: pointer;
	font-weight: bold;
}

details > summary span[b-hsb0omnd4p]{
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 3C12.9315 3 13.2812 3.33579 13.2812 3.75V11.25H21.0938C21.5252 11.25 21.875 11.5858 21.875 12C21.875 12.4142 21.5252 12.75 21.0938 12.75H13.2812V20.25C13.2812 20.6642 12.9315 21 12.5 21C12.0685 21 11.7187 20.6642 11.7187 20.25V12.75H3.90625C3.47478 12.75 3.125 12.4142 3.125 12C3.125 11.5858 3.47478 11.25 3.90625 11.25H11.7188V3.75C11.7188 3.33579 12.0685 3 12.5 3Z' fill='%23041E1E'/%3E%3C/svg%3E");
}

details[open] > summary span[b-hsb0omnd4p] {
	font-weight: bold;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 12C6.25 11.5858 6.59978 11.25 7.03125 11.25H17.9688C18.4002 11.25 18.75 11.5858 18.75 12C18.75 12.4142 18.4002 12.75 17.9688 12.75H7.03125C6.59978 12.75 6.25 12.4142 6.25 12Z' fill='%23041E1E'/%3E%3C/svg%3E");
}

.detail-icon[b-hsb0omnd4p] {
	width: 1.5rem;
	height: 1.5rem;
}
/* /Components/Profile/View/ViewBanks.razor.rz.scp.css */
.banks-container[b-h1ccns2chj] {
	min-width: 100%;
	margin-bottom: 2rem;
}
/* /Components/Registration/UpdateBirth.razor.rz.scp.css */
.disableNationality[b-27paej29g8] {
	display: none !important;
}
/* /Components/Security/Validation/RequestIdentificationValidation.razor.rz.scp.css */
img[b-cx8ct3lr0w] {
	width: 30rem;
	height: 30rem;
	margin: 0 auto;
}
/* /Components/Security/Validation/ValidateIdentification.razor.rz.scp.css */
iframe[b-la9fnhucld] {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border: none;
}
