@import 'BRZ.Web.Client.p2qr4d3tx2.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ppk8wre6h8] {
    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-ppk8wre6h8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Contact/ReferEarn.razor.rz.scp.css */

.confirm-backdrop[b-sz17s2e8t3] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    animation: fadeIn-b-sz17s2e8t3 0.2s ease;
}

.confirm-modal[b-sz17s2e8t3] {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: scaleIn-b-sz17s2e8t3 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


    .confirm-modal h4[b-sz17s2e8t3] {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #0f172a;
    }

    .confirm-modal p[b-sz17s2e8t3] {
        font-size: 14px;
        color: #475569;
        margin-bottom: 24px;
    }

.actions[b-sz17s2e8t3] {
    display: flex;
    gap: 15px;
}

.btn-cancel[b-sz17s2e8t3] {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #e2e8f0;
    color: #1e293b;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-cancel:hover[b-sz17s2e8t3] {
        background: #cbd5f5;
    }


@keyframes fadeIn-b-sz17s2e8t3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-sz17s2e8t3 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/InstitucionalBook.razor.rz.scp.css */
.bookWrapper[b-4jj9fbw5hl] {
	width: 100%;
	aspect-ratio: 2/1;
}

.bookBg[b-4jj9fbw5hl] {
	position: relative;
	background-color: #000;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.pageBg[b-4jj9fbw5hl] {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #999;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 0px;
}

.pageWrapper[b-4jj9fbw5hl] {
	position: absolute;
	width: 50%;
	height: 100%;
	float: left;
	-webkit-font-smoothing: antialiased;
}

.page[b-4jj9fbw5hl] {
	position: absolute;
	width: 100%;
	height: 100%;
}

.pageFace[b-4jj9fbw5hl] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.front[b-4jj9fbw5hl] {
	background: linear-gradient(to right, #d9d9d9 0%, #f9f9f9 3%, #ffffff 8%, #ffffff 100%);
}

.back[b-4jj9fbw5hl] {
	background: linear-gradient(to right, #ffffff 0%, #ffffff 92%, #f9f9f9 97%, #d9d9d9 100%);
}

.pageFoldRight[b-4jj9fbw5hl] {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0;
	right: 0;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	box-shadow: -5px 5px 10px #dddddd;
}

.pageFoldLeft[b-4jj9fbw5hl] {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0;
	left: 0;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	box-shadow: 5px 5px 10px #dddddd;
}
