@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/Components/SharedComponents/OpeningEnvelopeComponent.razor.rz.scp.css */
/*body {
	background: #323641;
}*/

.letter-image[b-sy8pg8txv1] {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.animated-mail[b-sy8pg8txv1] {
	position: absolute;
	height: 150px;
	width: 200px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;

	.body {
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 100px 200px;
		border-color: transparent transparent #e95f55 transparent;
		z-index: 2;
	}

	.top-fold[b-sy8pg8txv1] {
		position: absolute;
		top: 50px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 100px 0 100px;
		-webkit-transform-origin: 50% 0%;
		-webkit-transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
		-moz-transform-origin: 50% 0%;
		-moz-transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
		transform-origin: 50% 0%;
		transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
		border-color: #cf4a43 transparent transparent transparent;
		z-index: 2;
	}

	.back-fold[b-sy8pg8txv1] {
		position: absolute;
		bottom: 0;
		width: 200px;
		height: 100px;
		background: #cf4a43;
		z-index: 0;
	}

	.left-fold[b-sy8pg8txv1] {
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 0 50px 100px;
		border-color: transparent transparent transparent #e15349;
		z-index: 2;
	}

	.letter[b-sy8pg8txv1] {
		left: 20px;
		bottom: 0px;
		position: absolute;
		width: 160px;
		height: 60px;
		background: white;
		z-index: 1;
		overflow: hidden;
		-webkit-transition: 0.4s 0.2s;
		-moz-transition: 0.4s 0.2s;
		transition: 0.4s 0.2s;

		.letter-border {
			height: 10px;
			width: 100%;
			background: repeating-linear-gradient(
				-45deg,
				#cb5a5e,
				#cb5a5e 8px,
				transparent 8px,
				transparent 18px
			);
		}

		.letter-title[b-sy8pg8txv1] {
			margin-top: 10px;
			margin-left: 5px;
			height: 10px;
			width: 40%;
			background: #cb5a5e;
		}
		.letter-context[b-sy8pg8txv1] {
			margin-top: 10px;
			margin-left: 5px;
			height: 10px;
			width: 20%;
			background: #cb5a5e;
		}

		.letter-stamp[b-sy8pg8txv1] {
			margin-top: 30px;
			margin-left: 120px;
			border-radius: 100%;
			height: 30px;
			width: 30px;
			background: #cb5a5e;
			opacity: 0.3;
		}
	}
}

.shadow[b-sy8pg8txv1] {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 400px;
	height: 30px;
	transition: 0.4s;
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	-webkit-transform: translateX(-50%);
	-moz-transition: 0.4s;
	-moz-transform: translateX(-50%);

	border-radius: 100%;
	background: radial-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0)
	);
}

.letter-image:hover[b-sy8pg8txv1] {
	.animated-mail {
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
	}

	.animated-mail .top-fold[b-sy8pg8txv1] {
		transition: transform 0.4s, z-index 0.2s;
		transform: rotateX(180deg);
		-webkit-transition: transform 0.4s, z-index 0.2s;
		-webkit-transform: rotateX(180deg);
		-moz-transition: transform 0.4s, z-index 0.2s;
		-moz-transform: rotateX(180deg);
		z-index: 0;
	}

	.animated-mail .letter[b-sy8pg8txv1] {
		height: 180px;
	}

	.shadow[b-sy8pg8txv1] {
		width: 250px;
	}
}
/* /Shared/CenteredCardLayout.razor.rz.scp.css */
/*body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', sans-serif;
    background: rgb(26, 188, 156);
    background: -moz-linear-gradient(-45deg, rgba(26, 188, 156, 1) 0%, rgba(142, 68, 173, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(26, 188, 156, 1) 0%, rgba(142, 68, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(26, 188, 156, 1) 0%, rgba(142, 68, 173, 1) 100%);
}*/

h1[b-muyn5rrl06] {
    font-size: 24px;
    margin: 10px 0 0 0;
    font-weight: lighter;
    text-transform: uppercase;
    color: #eeeeee;
}

p[b-muyn5rrl06] {
    font-size: 12px;
    font-weight: light;
    color: #333333;
}

span a[b-muyn5rrl06] {
    font-size: 18px;
    color: #cccccc;
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.4s ease-in-out;
    &:hover

{
    color: #ffffff;
}

}

@keyframes float-b-muyn5rrl06 {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}

.container[b-muyn5rrl06] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avatar[b-muyn5rrl06] {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border: 5px white solid;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
    animation: float-b-muyn5rrl06 6s ease-in-out infinite;
/*    img

{
    width: 100%;
    height: auto;
}*/

}

.content[b-muyn5rrl06] {
    width: 100%;
    max-width: 600px;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
}

.suppoprt-me[b-muyn5rrl06] {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 20vw;
    max-width: 250px;
    min-width: 200px;
    z-index: 9;
/*    img

{
    width: 100%;
    height: auto;
}*/
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.login-bg-canvas[b-whpk9emd1i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0ztqgzungw] {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

.main[b-0ztqgzungw] {
    flex: 1;
    background: linear-gradient(180deg, #f0f4f8 0%, #e8eef4 100%);
    animation: rabtaFadeInOpacity-b-0ztqgzungw 0.5s ease-out;
    padding-bottom: 1rem;
    min-height: 0;
}

.sidebar[b-0ztqgzungw] {
    background: transparent;
    box-shadow: none;
    width: 296px;
    flex-shrink: 0;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
    z-index: 100;
}

.top-row[b-0ztqgzungw],
.tw-topbar[b-0ztqgzungw] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(10, 117, 173, 0.1);
    justify-content: flex-end;
    height: auto;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 12px rgba(10, 117, 173, 0.06);
}

.tw-app-name[b-0ztqgzungw] {
    background: linear-gradient(135deg, #0a75ad, #23d5ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

@keyframes rabtaFadeInOpacity-b-0ztqgzungw {
    from { opacity: 0; }
    to { opacity: 1; }
}

    .top-row[b-0ztqgzungw]  a, .top-row .btn-link[b-0ztqgzungw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0ztqgzungw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-0ztqgzungw] {
        display: none;
    }

    .top-row.auth[b-0ztqgzungw] {
        justify-content: space-between;
    }

    .top-row a[b-0ztqgzungw], .top-row .btn-link[b-0ztqgzungw] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-0ztqgzungw] {
        flex-direction: row;
    }

    .sidebar[b-0ztqgzungw] {
        width: 296px;
        height: 100vh;
        position: sticky;
        z-index: 100;
        top: 0;
        overflow: visible;
    }

    .top-row[b-0ztqgzungw],
    .tw-topbar[b-0ztqgzungw] {
        position: sticky;
        top: 0;
        z-index: 50;
    }

    .main > div[b-0ztqgzungw] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}


/*tooltip Box*/
.con-tooltip[b-0ztqgzungw] {
    position: relative;
    background-color: transparent;
    border-radius: 9px;
    padding: 0 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

/*tooltip */
.tooltip[b-0ztqgzungw] {
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background: #333;
    color: #ffffff;
    font-family: CairoRegular;
    position: absolute;
    top: -140%;
    left: -25%;
    border-radius: 9px;
    font-size: 12px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}


    /* tooltip  after*/
    .tooltip[b-0ztqgzungw]::after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12.5px 0 12.5px;
        border-color: #333 transparent transparent transparent;
        position: absolute;
        left: 40%;
    }

.con-tooltip:hover .tooltip[b-0ztqgzungw] {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky-b-0ztqgzungw 1s ease-in-out infinite alternate;
}

@keyframes odsoky-b-0ztqgzungw {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }
}

/*hover ToolTip*/
.left:hover[b-0ztqgzungw] {
    transform: translateX(-6px);
}

.top:hover[b-0ztqgzungw] {
    transform: translateY(-6px);
}

.bottom:hover[b-0ztqgzungw] {
    transform: translateY(6px);
}

.right:hover[b-0ztqgzungw] {
    transform: translateX(6px);
}



/*left*/

.left .tooltip[b-0ztqgzungw] {
    top: -20%;
    left: -100%;
}

    .left .tooltip[b-0ztqgzungw]::after {
        top: 40%;
        left: 90%;
        transform: rotate(-90deg);
    }




/*bottom*/

.bottom .tooltip[b-0ztqgzungw] {
    top: 115%;
    left: -20%;
}

    .bottom .tooltip[b-0ztqgzungw]::after {
        top: -17%;
        left: 40%;
        transform: rotate(180deg);
    }



/*right*/

.right .tooltip[b-0ztqgzungw] {
    top: -20%;
    left: 115%;
}

    .right .tooltip[b-0ztqgzungw]::after {
        top: 40%;
        left: -12%;
        transform: rotate(90deg);
    }

h3[b-0ztqgzungw] {
    background: #333;
    color: #E086D3;
    padding: 10px 20px;
    border-radius: 56px;
    width: 8em;
    margin: 20% auto 1% auto;
}


/* /Shared/NavMenu.razor.rz.scp.css */
/* Rabta — premium animated sidebar */

@keyframes tw-sidebar-orb-float-b-mvh2ti52kl {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.45; }
    50% { transform: translate(-8px, 6px) scale(1.08); opacity: 0.7; }
}

@keyframes tw-nav-slide-in-b-mvh2ti52kl {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes tw-active-glow-b-mvh2ti52kl {
    0%, 100% { box-shadow: inset 0 0 0 1px rgba(0, 229, 212, 0.15), 0 4px 20px rgba(0, 229, 212, 0.08); }
    50% { box-shadow: inset 0 0 0 1px rgba(0, 229, 212, 0.28), 0 6px 28px rgba(0, 229, 212, 0.14); }
}

.tw-sidebar[b-mvh2ti52kl] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    direction: rtl;
    background: linear-gradient(165deg, #0c1018 0%, #12182a 45%, #0e1422 100%);
    border-left: 1px solid rgba(0, 229, 212, 0.1);
    position: relative;
    overflow: visible;
    font-family: inherit;
}

.tw-sidebar-bg-shape[b-mvh2ti52kl] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
}

.tw-sidebar-bg-shape-1[b-mvh2ti52kl] {
    width: 180px;
    height: 180px;
    top: -40px;
    right: -50px;
    background: radial-gradient(circle, rgba(0, 229, 212, 0.18), transparent 70%);
    animation: tw-sidebar-orb-float-b-mvh2ti52kl 8s ease-in-out infinite;
}

.tw-sidebar-bg-shape-2[b-mvh2ti52kl] {
    width: 140px;
    height: 140px;
    bottom: 80px;
    left: -30px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.16), transparent 70%);
    animation: tw-sidebar-orb-float-b-mvh2ti52kl 10s ease-in-out infinite reverse;
}

/* Edge toggle */
.tw-sidebar-edge-toggle[b-mvh2ti52kl] {
    position: absolute;
    left: -14px;
    top: 88px;
    z-index: 30;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0, 229, 212, 0.25);
    background: linear-gradient(145deg, #1a2030, #12182a);
    color: #00e5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(12, 16, 24, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-sidebar-edge-toggle:hover[b-mvh2ti52kl] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 229, 212, 0.25), 0 0 0 4px rgba(0, 229, 212, 0.08);
}

.tw-sidebar-edge-icon[b-mvh2ti52kl] {
    width: 14px;
    height: 14px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Brand header */
.tw-sidebar-header[b-mvh2ti52kl] {
    padding: 1rem 0.8rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

/* Navigation */
.tw-sidebar-nav[b-mvh2ti52kl] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0.65rem;
    position: relative;
    z-index: 2;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 229, 212, 0.2) transparent;
}

.tw-sidebar-nav[b-mvh2ti52kl]::-webkit-scrollbar { width: 4px; }
.tw-sidebar-nav[b-mvh2ti52kl]::-webkit-scrollbar-thumb {
    background: rgba(0, 229, 212, 0.2);
    border-radius: 4px;
}

.tw-nav-list[b-mvh2ti52kl] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tw-nav-divider[b-mvh2ti52kl] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.55rem 0.3rem;
}

.tw-nav-divider span[b-mvh2ti52kl] {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #64748b;
    white-space: nowrap;
}

.tw-nav-divider[b-mvh2ti52kl]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 229, 212, 0.2), transparent);
}

.tw-nav-item[b-mvh2ti52kl] {
    margin-bottom: 0.06rem;
    animation: tw-nav-slide-in-b-mvh2ti52kl 0.45s ease-out backwards;
    animation-delay: calc(var(--nav-i, 0) * 0.04s);
}

/* ::deep required — NavLink renders <a> outside scoped boundary */
[b-mvh2ti52kl] a.tw-nav-link,
[b-mvh2ti52kl] .tw-nav-link,
.tw-sidebar-logout[b-mvh2ti52kl] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 0.35rem 0.7rem 0.35rem 0.6rem;
    border-radius: 12px;
    color: inherit !important;
    text-decoration: none !important;
    position: relative;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

[b-mvh2ti52kl] .tw-nav-link:hover,
[b-mvh2ti52kl] a.tw-nav-link:hover,
.tw-nav-link:hover[b-mvh2ti52kl],
.tw-sidebar-logout:hover[b-mvh2ti52kl] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.05);
    transform: translateX(-3px);
}

[b-mvh2ti52kl] .tw-nav-link-active,
[b-mvh2ti52kl] a.tw-nav-link-active,
.tw-nav-link-active[b-mvh2ti52kl],
.tw-nav-link.tw-nav-link-active[b-mvh2ti52kl] {
    background: linear-gradient(90deg, rgba(0, 229, 212, 0.12), rgba(99, 102, 241, 0.06)) !important;
    border-color: rgba(0, 229, 212, 0.18) !important;
    animation: tw-active-glow-b-mvh2ti52kl 2.5s ease-in-out infinite;
}

[b-mvh2ti52kl] .tw-nav-link-active::before,
[b-mvh2ti52kl] a.tw-nav-link-active::before,
.tw-nav-link-active[b-mvh2ti52kl]::before,
.tw-nav-link.tw-nav-link-active[b-mvh2ti52kl]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 26px;
    background: linear-gradient(180deg, #00e5d4, #6366f1);
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 14px rgba(0, 229, 212, 0.55);
}

/* Icon — sits on the RIGHT in RTL */
[b-mvh2ti52kl] .tw-nav-icon,
.tw-nav-icon[b-mvh2ti52kl] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
    margin-left: 12px;
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

[b-mvh2ti52kl] .tw-nav-link:hover .tw-nav-icon,
[b-mvh2ti52kl] .tw-nav-link-active .tw-nav-icon,
.tw-nav-link:hover .tw-nav-icon[b-mvh2ti52kl],
.tw-nav-link-active .tw-nav-icon[b-mvh2ti52kl] {
    transform: scale(1.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Label — sits LEFT of icon in RTL with clear spacing */
[b-mvh2ti52kl] .tw-nav-label,
.tw-nav-label[b-mvh2ti52kl] {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.88rem;
    font-weight: 500;
    color: #c8d3e0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    padding-left: 2px;
    line-height: 1.35;
    transition: opacity 0.35s, color 0.2s;
}

[b-mvh2ti52kl] .tw-nav-link:hover .tw-nav-label,
.tw-nav-link:hover .tw-nav-label[b-mvh2ti52kl] {
    color: #eef2f7 !important;
}

[b-mvh2ti52kl] .tw-nav-link-active .tw-nav-label,
.tw-nav-link-active .tw-nav-label[b-mvh2ti52kl] {
    color: #ffffff !important;
    font-weight: 600;
}

/* Accent icon colors */
.tw-accent-gold[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(251,191,36,0.22), rgba(251,191,36,0.06)); color: #fcd34d; }
.tw-accent-cyan[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(34,211,238,0.22), rgba(34,211,238,0.06)); color: #67e8f9; }
.tw-accent-violet[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(167,139,250,0.22), rgba(167,139,250,0.06)); color: #c4b5fd; }
.tw-accent-emerald[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(52,211,153,0.22), rgba(52,211,153,0.06)); color: #6ee7b7; }
.tw-accent-amber[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(251,146,60,0.22), rgba(251,146,60,0.06)); color: #fdba74; }
.tw-accent-sky[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(56,189,248,0.22), rgba(56,189,248,0.06)); color: #7dd3fc; }
.tw-accent-indigo[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(129,140,248,0.22), rgba(129,140,248,0.06)); color: #a5b4fc; }
.tw-accent-rose[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(244,114,182,0.22), rgba(244,114,182,0.06)); color: #f9a8d4; }
.tw-accent-teal[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(45,212,191,0.22), rgba(45,212,191,0.06)); color: #5eead4; }
.tw-accent-lime[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(163,230,53,0.22), rgba(163,230,53,0.06)); color: #bef264; }
.tw-accent-danger[b-mvh2ti52kl] { background: linear-gradient(145deg, rgba(248,113,113,0.18), rgba(248,113,113,0.05)); color: #fca5a5; }

/* Footer */
.tw-sidebar-footer[b-mvh2ti52kl] {
    padding: 0.3rem 0.65rem 0.45rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.tw-sidebar-logout .tw-nav-label[b-mvh2ti52kl] {
    color: #94a3b8 !important;
}

.tw-sidebar-logout:hover[b-mvh2ti52kl] {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.15) !important;
}

.tw-sidebar-logout:hover .tw-nav-label[b-mvh2ti52kl] {
    color: #fecaca !important;
}

/* Mobile */
.tw-sidebar-toggle[b-mvh2ti52kl] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #1a2030;
    border: 1px solid rgba(0, 229, 212, 0.2);
    color: #e2e8f0;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 767.98px) {
    .tw-sidebar-collapsed-mobile .tw-sidebar-nav[b-mvh2ti52kl],
    .tw-sidebar-collapsed-mobile .tw-sidebar-footer[b-mvh2ti52kl],
    .tw-sidebar-collapsed-mobile .tw-sidebar-header[b-mvh2ti52kl] {
        display: none;
    }
}

@media (min-width: 768px) {
    .tw-sidebar-toggle[b-mvh2ti52kl] { display: none !important; }
}
/* /Shared/RabtaSidebarBrand.razor.rz.scp.css */
/* Rabta sidebar brand — horizontal row, clear logo + text beside */

.tw-brand-card[b-ut14q4swv3] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.65rem 0.7rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(0, 229, 212, 0.12);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.tw-brand-logo-frame[b-ut14q4swv3] {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 14px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(0, 229, 212, 0.35), rgba(10, 117, 173, 0.2), rgba(99, 102, 241, 0.25));
    border: 1px solid rgba(0, 229, 212, 0.3);
    box-shadow: 0 0 16px rgba(0, 229, 212, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tw-brand-logo-frame-inner[b-ut14q4swv3] {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background: linear-gradient(160deg, #1c2844 0%, #10182c 55%, #0a0f1a 100%);
    border: 1px solid rgba(0, 229, 212, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tw-brand-logo-frame-inner[b-ut14q4swv3]  .rabta-logo-svg,
.tw-brand-logo-frame-inner[b-ut14q4swv3]  .tw-brand-logo-mark {
    width: 52px;
    height: 52px;
    margin: 0;
    display: block;
    filter: drop-shadow(0 0 12px rgba(0, 229, 212, 0.55)) brightness(1.18) contrast(1.12);
}

.tw-sidebar-identity[b-ut14q4swv3] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    gap: 0.3rem;
}

.tw-sidebar-app-name[b-ut14q4swv3] {
    font-size: 1.08rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #00e5d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.tw-sidebar-meta[b-ut14q4swv3] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.tw-sidebar-role-badge[b-ut14q4swv3] {
    display: inline-flex;
    align-self: flex-start;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #00e5d4;
    background: rgba(0, 229, 212, 0.12);
    border: 1px solid rgba(0, 229, 212, 0.24);
    padding: 0.18rem 0.55rem;
    border-radius: 99px;
    max-width: 100%;
}

.tw-sidebar-user[b-ut14q4swv3] {
    font-size: 0.7rem;
    color: #94a3b8;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
