/* _content/RAS-WebApp/Pages/AddUser.razor.rz.scp.css */
.dropdown-menu .form-check-input[b-q1jxci3af8] {
    transform: scale(1.2);
    margin-right: 0.5rem;
}

/* Slightly bigger label text inside the dropdown */
.dropdown-menu .form-check-label[b-q1jxci3af8] {
    font-size: 1rem; /* or whatever size you prefer */
}

/* Style the button more distinctly */
.btn-primary.dropdown-toggle[b-q1jxci3af8] {
    font-size: 1rem;
    border-radius: 0.5rem;
    /* Additional custom styles if desired */
}

/* Remove bullet points from <li> elements if you see them */
.dropdown-menu li[b-q1jxci3af8] {
    list-style: none;
}

.btn-modern[b-q1jxci3af8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    width: 118px;
}

input[type="file"][b-q1jxci3af8]::-ms-value {
    display: none;
}

/* Success variant */
.btn-modern--success[b-q1jxci3af8] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-q1jxci3af8] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-q1jxci3af8] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-q1jxci3af8] {
        background-color: #2f80ed;
        color: #fff;
    }

.btn-modern--danger[b-q1jxci3af8] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-q1jxci3af8] {
        background-color: #eb5757;
        color: #fff;
    }


.tabs-container[b-q1jxci3af8] {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 10; /* above the scrollable content */
    background-color: #fff; /* opaque so it doesn't ghost over content */
    /* keep your existing padding */
    padding-left: 85px;
    padding-right: 40px;
    padding-top: 10px;
}

.card[b-q1jxci3af8] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 1000px;
}
/* Align section titles at top */
.row.align-items-start[b-q1jxci3af8] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-q1jxci3af8] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}

.header-name[b-q1jxci3af8] {
    color: #202020;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-q1jxci3af8] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-q1jxci3af8] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}

.content-top[b-q1jxci3af8] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px) !important; /* override your inline min-height */
    padding: 0;
    background-color: #fff !important;
    overflow: hidden;
}

.tab-content[b-q1jxci3af8] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    /* if you need extra inner padding you can add it here */
}

.page-container[b-q1jxci3af8] {
    height: calc(100vh - 70px) !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* _content/RAS-WebApp/Pages/AdminDashboard.razor.rz.scp.css */
.admin-dashboard[b-i1k9lvvf19] {
    padding: 12px 16px;
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
}

.dashboard-header[b-i1k9lvvf19] {
	margin-bottom: 32px;
}

.header-content[b-i1k9lvvf19] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	margin: 0;
	flex-wrap: wrap; /* Allow actions to wrap on narrow screens */
}

.header-center h1[b-i1k9lvvf19] {
	color: #1f2937;
	margin: 0 0 8px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.header-center p[b-i1k9lvvf19] {
	color: #6b7280;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.header-left h1[b-i1k9lvvf19] {
	color: #1f2937;
	margin: 0 0 8px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.header-left p[b-i1k9lvvf19] {
	color: #6b7280;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.header-actions[b-i1k9lvvf19] {
	display: flex;
	align-items: center;
	gap: 12px;
    margin-left: auto;
}

.manage-cards-btn[b-i1k9lvvf19] {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #3b82f6;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.manage-cards-btn:hover[b-i1k9lvvf19] {
	background: #2563eb;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.settings-btn[b-i1k9lvvf19] {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.2s ease;
}

.settings-btn:hover[b-i1k9lvvf19] {
	background: #f9fafb;
	border-color: #d1d5db;
	color: #374151;
}

.dashboard-grid[b-i1k9lvvf19] {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
	max-width: none;
	margin: 0;
	align-content: flex-start;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.admin-dashboard[b-i1k9lvvf19] {
		padding: 16px;
	}
	
	.header-content[b-i1k9lvvf19] {
		flex-direction: column;
		gap: 16px;
	}
	
	.header-actions[b-i1k9lvvf19] {
		align-self: stretch;
		justify-content: flex-end;
		margin-left: 0;
	}
	
	.dashboard-grid[b-i1k9lvvf19] {
		gap: 16px;
	}
}

/* Tablet and smaller: single column full-width cards */
@media (max-width: 1024px) {
	.dashboard-grid[b-i1k9lvvf19] {
		gap: 16px;
	}
}

/* Medium breakpoint — when two columns start to squeeze, give actions its own row */
@media (max-width: 1024px) {
    .header-actions[b-i1k9lvvf19] { width: 100%; justify-content: flex-end; margin-top: 8px; }
}




/* _content/RAS-WebApp/Pages/AdminDashboardHQ.razor.rz.scp.css */
.admin-dashboard[b-cwpvwszjbw] {
    padding: 12px 16px;
    min-height: 100vh;
    background-color: #f8fafc;
    font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
}

.dashboard-header[b-cwpvwszjbw] {
	margin-bottom: 32px;
}

.header-content[b-cwpvwszjbw] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	margin: 0;
	flex-wrap: wrap; /* Allow actions to wrap on narrow screens */
}

.header-left h1[b-cwpvwszjbw] {
	color: #1f2937;
	margin: 0 0 8px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.header-left p[b-cwpvwszjbw] {
	color: #6b7280;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.header-actions[b-cwpvwszjbw] {
	display: flex;
	align-items: center;
	gap: 12px;
    margin-left: auto;
}

.manage-cards-btn[b-cwpvwszjbw] {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #3b82f6;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.manage-cards-btn:hover[b-cwpvwszjbw] {
	background: #2563eb;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.settings-btn[b-cwpvwszjbw] {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.2s ease;
}

.settings-btn:hover[b-cwpvwszjbw] {
	background: #f9fafb;
	border-color: #d1d5db;
	color: #374151;
}

.dashboard-grid[b-cwpvwszjbw] {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
	max-width: none;
	margin: 0;
	align-content: flex-start;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.admin-dashboard[b-cwpvwszjbw] {
		padding: 16px;
	}
	
	.header-content[b-cwpvwszjbw] {
		flex-direction: column;
		gap: 16px;
	}
	
	.header-actions[b-cwpvwszjbw] {
		align-self: stretch;
		justify-content: flex-end;
		margin-left: 0;
	}
	
	.dashboard-grid[b-cwpvwszjbw] {
		gap: 16px;
	}
}

/* _content/RAS-WebApp/Pages/AutoTeeError.razor.rz.scp.css */
.card-container[b-e8yf069fmt] {
    position: relative;
    width: 500px;
    height: 300px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease;
    z-index: 10002;
    overflow-y: auto;
}
    .card-container.open[b-e8yf069fmt] {
        right: 0; /* When open */
    }

.card-header[b-e8yf069fmt] {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
}

    .card-header img[b-e8yf069fmt] {
        height: 30px;
    }

.card-body[b-e8yf069fmt] {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

    .card-body p[b-e8yf069fmt] {
        margin: 0 0 10px;
    }

.highlight[b-e8yf069fmt] {
    font-size: 16px;
    font-weight: bold;
    color: #198754;
}

.card-footer[b-e8yf069fmt] {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dee2e6;
}

    .card-footer button[b-e8yf069fmt] {
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .card-footer button:hover[b-e8yf069fmt] {
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

.btn-danger[b-e8yf069fmt] {
    background-color: #dc3545;
    color: white;
}

.btn-warning[b-e8yf069fmt] {
    background-color: #ffc107;
    color: white;
}

.btn-success[b-e8yf069fmt] {
    background-color: #28a745;
    color: white;
}

.card-status[b-e8yf069fmt] {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}
/* _content/RAS-WebApp/Pages/BallCountTracker.razor.rz.scp.css */
.toggle-btn[b-fw3h0ni4q6] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 1100;
}

@media (max-width: 992px) {
    .hit-tracker-panel[b-fw3h0ni4q6],
    .toggle-btn[b-fw3h0ni4q6] {
        display: none !important;
    }
}

/* Sliding panel at bottom-left, height = 20% of viewport */
.hit-tracker-panel[b-fw3h0ni4q6] {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 20vh;
    max-height: 125px;
    width: 250px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0,0,0,0.2);
    z-index: 90;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

    .hit-tracker-panel.open[b-fw3h0ni4q6] {
        transform: translateX(0);
    }

    .hit-tracker-panel .header[b-fw3h0ni4q6] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

        .hit-tracker-panel .header .close-btn[b-fw3h0ni4q6] {
            background: none;
            border: none;
            font-size: 20px;
            line-height: 1;
            cursor: pointer;
            color: #333;
        }

    .hit-tracker-panel .content[b-fw3h0ni4q6] {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hit-tracker-panel .icon-circle[b-fw3h0ni4q6] {
        width: 50px;
        height: 50px;
        background: linear-gradient(45deg, #667eea, #27488f);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-right: 8px;
        flex-shrink: 0;
    }

    .hit-tracker-panel .count[b-fw3h0ni4q6] {
        font-size: 28px;
        font-weight: bold;
        color: #222;
    }

    .hit-tracker-panel .label[b-fw3h0ni4q6] {
        text-transform: uppercase;
        font-size: 14px;
        color: black;
        margin-bottom: 4px;
        font-family: 'Oswald', sans-serif;
    }
/* _content/RAS-WebApp/Pages/BayCard.razor.rz.scp.css */
@keyframes rotation-b-83tdojivek {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.flash[b-83tdojivek] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation-name: flashing-b-83tdojivek;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
}

@keyframes flashing-b-83tdojivek {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flash-container[b-83tdojivek] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.flash-image[b-83tdojivek] {
    position: absolute;
    width: 50px;
    height: 50px;
    animation: flashing-b-83tdojivek 1s ease-in-out infinite;
}

.orbit[b-83tdojivek] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation-name: rotation-b-83tdojivek;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 5s;
}

.orbit-container[b-83tdojivek] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.orbit-image[b-83tdojivek] {
    position: absolute;
    width: 50px;
    height: 50px;
    transform-origin: 0 0;
    animation: orbit 5s linear infinite;
}

.flashpop[b-83tdojivek] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation: flashing-b-83tdojivek 2s ease-in-out infinite, rotation-b-83tdojivek 5s linear infinite;
}

.flashpop-container[b-83tdojivek] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.flashpop-image[b-83tdojivek] {
    position: absolute;
    width: 50px;
    height: 50px;
    transform-origin: center center; /* Spins around the center of the image */
    animation: flashing-b-83tdojivek 2s ease-in-out infinite, rotation-b-83tdojivek 5s linear infinite;
}

.custom-tooltip[b-83tdojivek] {
    color: yellow !important;
    font-size: 12px !important;
    --bs-tooltip-color: yellow !important;
    --bs-tooltip-font-size: 12px !important;
}

.bay-card-container[b-83tdojivek] {
    font-family: 'Oswald', sans-serif;
}

    .bay-card-container:hover[b-83tdojivek]{
        margin-bottom: 25px;
    }
/* _content/RAS-WebApp/Pages/Bays.razor.rz.scp.css */
.close-button[b-iyn1jo6rj5] {
    font-size: 42px;
    font-weight: 700;
    color: black;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
}

    .close-button:hover[b-iyn1jo6rj5] {
        background-color: #e0e0e0;
    }

.page-wrapper[b-iyn1jo6rj5] {
    min-height: calc(100vh - 70px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.error-bg[b-iyn1jo6rj5] {
    background-color: #f0f0f0;
}

.bays-bg[b-iyn1jo6rj5] {
    background-color: black;
}

.column-spacing-start[b-iyn1jo6rj5] {
    margin-right: 5px; /* Adjust as needed */
}

.column-spacing-end[b-iyn1jo6rj5] {
    margin-left: 5px; /* Adjust as needed */
}

.column-spacing-startEnd[b-iyn1jo6rj5] {
    margin-right: 15px; /* Adjust as needed */
}

.column-spacing-endStart[b-iyn1jo6rj5] {
    margin-left: 15px; /* Adjust as needed */
}

.column-spacing-center[b-iyn1jo6rj5] {
    margin-left: 2px; /* Adjust as needed */
    margin-right: 2px; /* Adjust as needed */
}

.loading-overlay[b-iyn1jo6rj5] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-iyn1jo6rj5]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-iyn1jo6rj5] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-iyn1jo6rj5 1s linear infinite;
    z-index: 11;
}
.bay-row-label[b-iyn1jo6rj5] {
    color: #fff;
    font-weight: 600;
    opacity: 0.9;
    font-size: 1.5rem;
    font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
}

@keyframes spin-b-iyn1jo6rj5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.col-sm[b-iyn1jo6rj5] {
    position: relative !important;
    z-index: 1 !important;
}

.col-sm .baycard[b-iyn1jo6rj5] {
    position: relative !important;
    z-index: 1 !important;
}

.hover-box[b-iyn1jo6rj5] {
    top: 65%;
    position: absolute !important;
    z-index: 9999 !important; /* Ensure the hover box appears above other elements */
}

    .hover-box:last-child[b-iyn1jo6rj5] {
        top: 30%;
        position: absolute !important;
        z-index: 9999 !important;
    }


.hover-card[b-iyn1jo6rj5] {
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 9999;
    text-align: right;
}

    .hover-card.show[b-iyn1jo6rj5] {
        opacity: 1;
        visibility: visible;
    }

.wl-controls[b-iyn1jo6rj5] {
    position: fixed;
    top: 1.25rem;
    left: 3rem;
    display: flex;
    gap: .75rem;
    opacity: 0;
    pointer-events: none; /* stay non-interactive */
    transition: opacity .25s ease;
    z-index: 1500; /* lower than header/topbar */
}

    .wl-controls.show[b-iyn1jo6rj5] {
        opacity: 1;
        /* DO NOT enable pointer-events here */
    }

.wl-bottom-center[b-iyn1jo6rj5] {
    top: auto !important;
    left: 50% !important;
    bottom: 16px !important;
    transform: translateX(-50%) !important;
}

/* Only buttons get pointer events */
.wl-ctrl-btn[b-iyn1jo6rj5],
.wl-controls .custom-btn[b-iyn1jo6rj5],
.wl-controls button[b-iyn1jo6rj5] {
    pointer-events: auto;
    width: 3.2rem;
    height: 3.2rem;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 12px rgba(0,0,0,.4);
}

    .wl-ctrl-btn:hover[b-iyn1jo6rj5],
    .wl-controls .custom-btn:hover[b-iyn1jo6rj5],
    .wl-controls button:hover[b-iyn1jo6rj5] {
        background: rgba(0,0,0,.7);
    }
/* _content/RAS-WebApp/Pages/CardReader.razor.rz.scp.css */
.page[b-p7njlgxac1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p7njlgxac1] {
    flex: 1;
}

.sidebar[b-p7njlgxac1] {
}


/* Popup container */
.popup[b-p7njlgxac1] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    top: -20%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn-b-p7njlgxac1 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
}


.card[b-p7njlgxac1] {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1); /* Default subtle shadow */
}

.card:hover[b-p7njlgxac1] {
    border-color: #17693f !important; /* Success green color */
    opacity: 0.8;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.separator[b-p7njlgxac1] {
    background-color: black;
    height: 1px;
    margin: 3px 0;
}

/* Fade-in animation */
@keyframes fadeIn-b-p7njlgxac1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-control[b-p7njlgxac1] {
}

.loader[b-p7njlgxac1] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-p7njlgxac1 1s linear infinite;
}

@keyframes spin-b-p7njlgxac1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Popup content */
.popup-content[b-p7njlgxac1] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

/* Close button */
.close[b-p7njlgxac1] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-p7njlgxac1],
    .close:focus[b-p7njlgxac1] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.top-row[b-p7njlgxac1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p7njlgxac1]  a, .top-row .btn-link[b-p7njlgxac1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-p7njlgxac1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p7njlgxac1] {
        display: none;
    }

    .top-row.auth[b-p7njlgxac1] {
        justify-content: space-between;
    }

    .top-row a[b-p7njlgxac1], .top-row .btn-link[b-p7njlgxac1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p7njlgxac1] {
        flex-direction: row;
    }

    .sidebar[b-p7njlgxac1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p7njlgxac1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-p7njlgxac1], article[b-p7njlgxac1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RAS-WebApp/Pages/CardScanner.razor.rz.scp.css */
.card-container[b-n7sarsqiq6] {
    position: relative;
    max-width: 500px;
    max-height: 300px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease;
    z-index: 10002;
    font-family: 'Oswald', sans-serif;
    overflow-y: auto;
    width: 400px;
}
    .card-container.open[b-n7sarsqiq6] {
        right: 0; /* When open */
    }

.card-header[b-n7sarsqiq6] {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
}

    .card-header img[b-n7sarsqiq6] {
        height: 30px;
    }

.card-body[b-n7sarsqiq6] {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

    .card-body p[b-n7sarsqiq6] {
        margin: 0 0 10px;
    }

.highlight[b-n7sarsqiq6] {
    font-size: 16px;
    font-weight: bold;
    color: #198754;
}

.pop-close-button[b-n7sarsqiq6] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .pop-close-button:hover[b-n7sarsqiq6] {
        color: red; /* Optional hover effect */
    }

.card-footer[b-n7sarsqiq6] {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dee2e6;
}

    .card-footer button[b-n7sarsqiq6] {
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .card-footer button:hover[b-n7sarsqiq6] {
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

.btn-danger[b-n7sarsqiq6] {
    background-color: #dc3545;
    color: white;
}

.member-button-pushable[b-n7sarsqiq6] {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.member-button-shadow[b-n7sarsqiq6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.member-button-edge[b-n7sarsqiq6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient( to left, hsl(340deg 100% 16%) 0%, hsl(340deg 100% 32%) 8%, hsl(340deg 100% 32%) 92%, hsl(340deg 100% 16%) 100% );
}

.member-button-front[b-n7sarsqiq6] {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front[b-n7sarsqiq6] {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

.member-button-pushable:hover[b-n7sarsqiq6] {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

    .member-button-pushable:hover .member-button-front[b-n7sarsqiq6] {
        transform: translateY(-6px);
        transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
    }

.member-button-pushable:active .member-button-front[b-n7sarsqiq6] {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.member-button-pushable:hover .member-button-shadow[b-n7sarsqiq6] {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.member-button-pushable:active .member-button-shadow[b-n7sarsqiq6] {
    transform: translateY(1px);
    transition: transform 34ms;
}

.member-button-pushable:focus:not(:focus-visible)[b-n7sarsqiq6] {
    outline: none;
}

.btn-warning[b-n7sarsqiq6] {
    background-color: #ffc107;
    color: white;
}

.btn-success[b-n7sarsqiq6] {
    background-color: #28a745;
    color: white;
}

.card[b-n7sarsqiq6] {
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

/* Header Styling */
.card-header[b-n7sarsqiq6] {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}

.logo[b-n7sarsqiq6] {
    height: 40px;
    margin-right: 15px;
}

.header-text[b-n7sarsqiq6] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* No Member Found Container */
.no-member-container[b-n7sarsqiq6] {
    padding: 15px;
    text-align: center;
    max-width: 100%;
    animation: fadeIn-b-n7sarsqiq6 0.3s ease-in-out;
}

.open-register-text[b-n7sarsqiq6] {
    font-size: 22px;
    font-weight: 500;
    color: #474040;
    margin-bottom: 20px;
}

.open-register-icon[b-n7sarsqiq6] {
    font-size: 50px;
    color: black;
    margin-bottom: 15px;
}

.closed-register[b-n7sarsqiq6] {
    padding: 15px;
    text-align: center;
    max-width: 100%;
    animation: fadeIn-b-n7sarsqiq6 0.3s ease-in-out;
}

/* Exclamation Icon */
.exclamation-icon[b-n7sarsqiq6] {
    font-size: 50px;
    color: #d9534f;
    margin-bottom: 15px;
    animation: pulse-b-n7sarsqiq6 0.8s infinite alternate;
}

/* Dropdown Menu Styling */
.search-container[b-n7sarsqiq6] {
    position: relative; /* Required for absolute positioning of dropdown */
    width: 50%; /* Adjust width as needed */
}

.search-help-text[b-n7sarsqiq6] {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
    display: inline-block;
    color: black;
}

/* Input Container (Relative Positioning for Dropdown) */
.input-container[b-n7sarsqiq6] {
    position: relative; /* This anchors the dropdown menu */
    display: inline-block;
    width: 100%;
}

    /* Search Input Styling */
    .input-container .form-control[b-n7sarsqiq6] {
        width: 100%; /* Full width */
        padding-right: 40px; /* Leave space for the "X" button */
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* Clear Search Button */
.clear-search-button[b-n7sarsqiq6] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

/* Dropdown Menu */
.dropdown-menu[b-n7sarsqiq6] {
    position: absolute; /* Overlay other elements */
    top: 100%; /* Position directly below input */
    left: 0;
    width: 100%; /* Match the width of the search input */
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 11050; /* Ensure it overlaps other elements */
    list-style: none;
    padding: 0;
    margin: 0; /* No extra margin to avoid gaps */
    /* New additions for scroll behavior */
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 160px; /* Adjust based on the expected height of 4 list items */
}

    /* Dropdown Items */
    .dropdown-menu li[b-n7sarsqiq6] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .dropdown-menu li:last-child[b-n7sarsqiq6] {
            border-bottom: none;
        }

        .dropdown-menu li:hover[b-n7sarsqiq6] {
            background-color: #f8f8f8;
        }

/* No Member Found Text */
.no-member-text[b-n7sarsqiq6] {
    font-size: 22px;
    font-weight: 500;
    color: #d9534f;
    margin-bottom: 5px;
}

.deactivated-memberid[b-n7sarsqiq6] {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
}


/* Button Group */
.button-group[b-n7sarsqiq6] {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Button Styling */
.modern-btn[b-n7sarsqiq6] {
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 180px; /* Ensure buttons fit within container */
}

.member-found-container[b-n7sarsqiq6] {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

/* Member Info Styling */
.member-info[b-n7sarsqiq6] {
    margin-bottom: 15px;
}

.info-item[b-n7sarsqiq6] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 18px;
}

.info-label[b-n7sarsqiq6] {
    font-weight: 600;
    color: black;
}

.info-value[b-n7sarsqiq6] {
    font-weight: 500;
    color: #27252a;
}

/* Button Group */
.button-group[b-n7sarsqiq6] {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Modern Buttons */
.btn-modern[b-n7sarsqiq6] {
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

.primary-btn[b-n7sarsqiq6] {
    background: #007bff;
    color: #fff;
}

    .primary-btn:hover[b-n7sarsqiq6] {
        background: #0056b3;
    }

.secondary-btn[b-n7sarsqiq6] {
    background: #6c757d;
    color: #fff;
}

    .secondary-btn:hover[b-n7sarsqiq6] {
        background: #545b62;
    }

/* Icon Sizing */
.btn-modern i[b-n7sarsqiq6] {
    font-size: 18px;
}

/* Animation for Smooth Appearance */
@keyframes fadeIn-b-n7sarsqiq6 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-primary[b-n7sarsqiq6] {
    background: #007bff;
    color: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

    .btn-primary:hover[b-n7sarsqiq6] {
        background: #0056b3;
    }

.btn-outline-secondary[b-n7sarsqiq6] {
    border: 2px solid #6c757d;
    color: #6c757d;
    background: transparent;
}

    .btn-outline-secondary:hover[b-n7sarsqiq6] {
        background: #6c757d;
        color: #fff;
    }

/* Smooth fade-in animation */
@keyframes fadeIn-b-n7sarsqiq6 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-n7sarsqiq6 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.25);
    }
}

.card-body[b-n7sarsqiq6] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-height: 350px; /* Limit the height of the container */
    max-width: 500px; /* Limit the width */
    margin: 0 auto; /* Centering within the page */
}

.loading-overlay[b-n7sarsqiq6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Slight transparency for the loading state */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-n7sarsqiq6]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px); /* Apply blur effect only to the body */
    }

.spinner[b-n7sarsqiq6] {
    border: 16px solid #f3f3f3; /* Light gray border */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 100px; /* Adjust spinner size */
    height: 100px; /* Adjust spinner size */
    animation: spin-b-n7sarsqiq6 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-n7sarsqiq6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-status[b-n7sarsqiq6] {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}

.member-key[b-n7sarsqiq6] {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    text-align: left;
}


.tab-pane[b-n7sarsqiq6] {
    display: none;
}

    .tab-pane h6[b-n7sarsqiq6] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        text-align: start;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

    .tab-pane .p-section[b-n7sarsqiq6] {
        margin-bottom: 30px;
    }

    .tab-pane span[b-n7sarsqiq6] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

    .tab-pane p[b-n7sarsqiq6] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-n7sarsqiq6] {
            color: #161619;
        }

    .tab-pane.active[b-n7sarsqiq6] {
        display: block;
    }

.popup[b-n7sarsqiq6] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn-b-n7sarsqiq6 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

/* Popup content */
.popup-content[b-n7sarsqiq6] {
    background-color: #fefefe; /* Popup background color */
    font-family: 'Oswald', sans-serif;
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 500px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

.action-row[b-n7sarsqiq6] {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem !important;
}

.card-scanner-ui[b-n7sarsqiq6] {
    background: var(--cs-bg);
    border-radius: var(--cs-radius);
    box-shadow: 0 8px 24px var(--cs-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    font-family: var(--cs-font);
    transition: transform var(--cs-transition), opacity var(--cs-transition);
}

/* ---------------------------------------------------
   Header
--------------------------------------------------- */
.cs-header[b-n7sarsqiq6] {
    padding: 1rem;
    border-bottom: 1px solid var(--cs-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-title[b-n7sarsqiq6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

    .cs-title i[b-n7sarsqiq6] {
        font-size: 1.5rem;
        color: #007bff;
    }

.cs-close[b-n7sarsqiq6] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #555;
    cursor: pointer;
    transition: color var(--cs-transition), transform var(--cs-transition);
}

    .cs-close:hover[b-n7sarsqiq6] {
        color: #000;
        transform: rotate(90deg);
    }

/* ---------------------------------------------------
   Content area
--------------------------------------------------- */
.cs-content[b-n7sarsqiq6] {
    padding: 1rem;
    position: relative;
    flex: 1;
    overflow-y: auto;
}

/* Loading overlay */
.cs-loading[b-n7sarsqiq6] {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner[b-n7sarsqiq6] {
    width: 3rem;
    height: 3rem;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin-b-n7sarsqiq6 1s linear infinite;
}

@keyframes spin-b-n7sarsqiq6 {
    100% {
        transform: rotate(360deg);
    }
}

/* Empty / error / closed states */
.cs-empty-state[b-n7sarsqiq6] {
    text-align: center;
    color: #666;
    padding: 2rem 1rem;
    animation: fadeIn-b-n7sarsqiq6 var(--cs-transition);
}

    .cs-empty-state i[b-n7sarsqiq6] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
        color: #888;
        display: block;
    }

    .cs-empty-state p[b-n7sarsqiq6] {
        margin: 0.5rem 0 1rem;
        font-size: 1.125rem;
    }

/* ---------------------------------------------------
   Member info rows
--------------------------------------------------- */
.member-info[b-n7sarsqiq6] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    animation: fadeIn-b-n7sarsqiq6 var(--cs-transition);
    padding: 1.5rem 1.5rem 0.5rem;
}

.section-row[b-n7sarsqiq6] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    -webkit-font-smoothing: always;
}
    .section-row i[b-n7sarsqiq6] {
        font-size: 1.7rem;
        color: var(--ras-primary);
    }
    .section-row p[b-n7sarsqiq6]  {
        font-size: 1.4rem;
        color: black;
    }

.info-row[b-n7sarsqiq6] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

    .info-row span[b-n7sarsqiq6] {
        color: #000000;
    }

    .info-row strong[b-n7sarsqiq6] {
        color: #222;
    }

/* ---------------------------------------------------
   Footer
--------------------------------------------------- */
.cs-footer[b-n7sarsqiq6] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--cs-border);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #999;
    background: #fbfbfb;
}

/* Fade‑in animation utility */
@keyframes fadeIn-b-n7sarsqiq6 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/RAS-WebApp/Pages/Clock.razor.rz.scp.css */
.digital-clock[b-nodqmb9xdu] {
    display: inline-flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: black;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

    .digital-clock:hover[b-nodqmb9xdu] {
        border: 2px solid red;
        border-radius: 3px;
    }

    /* For a subtle glow or highlight effect */
    .digital-clock .time-part[b-nodqmb9xdu] {
        text-shadow: 0 0 5px rgba(0,0,0,0.2);
        margin: 0 2px;
    }

    .digital-clock .colon[b-nodqmb9xdu] {
        width: 0.6em; /* Keep colon narrower than digits */
        text-align: center;
        display: inline-block;
    }

    /* Optional: smoother blinking by animating opacity */
    .digital-clock .colon[b-nodqmb9xdu] {
        
    }
/* _content/RAS-WebApp/Pages/EditRole.razor.rz.scp.css */
.btn-modern[b-ac2g2vxd0i] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-ac2g2vxd0i] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-ac2g2vxd0i] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-ac2g2vxd0i] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-ac2g2vxd0i] {
        background-color: #2f80ed;
        color: #fff;
    }

/* Danger variant */
.btn-modern--danger[b-ac2g2vxd0i] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-ac2g2vxd0i] {
        background-color: #eb5757;
        color: #fff;
    }

/* Icon spacing */
.btn-modern i[b-ac2g2vxd0i] {
    font-size: 1.1em;
    vertical-align: middle;
}

.field-name[b-ac2g2vxd0i] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-ac2g2vxd0i] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-ac2g2vxd0i] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}

.nav-sm[b-ac2g2vxd0i] {
    display: flex;
    gap: 1.5rem;
    padding-left: 0;
    border-bottom: 3px solid #dee2e6;
}

    /* 2) each link hides the gray track via a transparent border */
    .nav-sm .nav-link[b-ac2g2vxd0i] {
        padding: 0.25rem 0;
        font-size: 1.45rem;
        font-weight: 400;
        color: #000;
        background: transparent !important;
        /* remove any other borders… */
        border: none !important;
        border-radius: 0 !important;
        /* …then add this transparent bottom border to reveal the gray track */
        border-bottom: 3px solid transparent;
        transition: border-color 0.2s;
    }

        /* hover just tints the text */
        .nav-sm .nav-link:hover[b-ac2g2vxd0i] {
            color: #333;
        }

        /* 3) active tab: blue border + nudge down to cover the gray underneath */
        .nav-sm .nav-link.active[b-ac2g2vxd0i] {
            color: #5a0cf5;
            border-bottom: 3px solid #5a0cf5 !important;
            margin-bottom: -3px;
        }

.header-name[b-ac2g2vxd0i] {
    color: #202020;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}

.tabs-container[b-ac2g2vxd0i] {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 10; /* above the scrollable content */
    background-color: #fff; /* opaque so it doesn't ghost over content */
    /* keep your existing padding */
    padding-left: 85px;
    padding-right: 40px;
    padding-top: 10px;
}

.content-top[b-ac2g2vxd0i] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px) !important; /* override your inline min-height */
    padding: 0;
    background-color: #fff !important;
    overflow: hidden;
}

.card[b-ac2g2vxd0i] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}

.tab-content[b-ac2g2vxd0i] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 85px;
    padding-right: 40px;
    padding-top: 10px;
    /* if you need extra inner padding you can add it here */
}

.page-container[b-ac2g2vxd0i] {
    min-height: calc(100vh - 70px) !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.form-group .form-control[b-ac2g2vxd0i] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-ac2g2vxd0i] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-ac2g2vxd0i] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-ac2g2vxd0i] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.loading-overlay[b-ac2g2vxd0i] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-ac2g2vxd0i]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-ac2g2vxd0i] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-ac2g2vxd0i 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-ac2g2vxd0i {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* _content/RAS-WebApp/Pages/EditUser.razor.rz.scp.css */
.tab[b-ogybgqcucz] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-ogybgqcucz] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 30px;
        font-weight: 700;
        color: black;
        padding-left: 0px;
        padding-right: 20px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-ogybgqcucz] {
            color: blue;
            left: -25%;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-ogybgqcucz] {
            color: blue;
            left: -25%;
        }

.btn[b-ogybgqcucz] {
    min-width: 150px;
}

.btn-modern[b-ogybgqcucz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-ogybgqcucz] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-ogybgqcucz] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-ogybgqcucz] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-ogybgqcucz] {
        background-color: #2f80ed;
        color: #fff;
    }

/* Danger variant */
.btn-modern--danger[b-ogybgqcucz] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-ogybgqcucz] {
        background-color: #eb5757;
        color: #fff;
    }

.field-name[b-ogybgqcucz] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-ogybgqcucz] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-ogybgqcucz] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}

.card[b-ogybgqcucz] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}


/* Icon spacing */
.btn-modern i[b-ogybgqcucz] {
    font-size: 1.1em;
    vertical-align: middle;
}

.loading-overlay[b-ogybgqcucz] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-ogybgqcucz]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-ogybgqcucz] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-ogybgqcucz 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-ogybgqcucz {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Popup container */
.popup[b-ogybgqcucz] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn-b-ogybgqcucz 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

/* Fade-in animation */
@keyframes fadeIn-b-ogybgqcucz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup content */
.popup-content[b-ogybgqcucz] {
    background-color: #fefefe; /* Popup background color */
    font-family: 'Oswald', sans-serif;
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 500px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

.pop-close-button[b-ogybgqcucz] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .pop-close-button:hover[b-ogybgqcucz] {
        color: red; /* Optional hover effect */
    }

/* Close button */
.close[b-ogybgqcucz] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-ogybgqcucz],
    .close:focus[b-ogybgqcucz] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.custom-bay-inner[b-ogybgqcucz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

    .custom-bay-inner > div[b-ogybgqcucz] {
        flex: 0 1 auto;
    }
/* let the input grow but never go below 150px */
.custom-bay-input[b-ogybgqcucz] {
    flex: 1 1 150px;
    min-width: 150px;
}

#content-text-profile-info p[b-ogybgqcucz] {
    max-width: 300px;
}

/* Center the checkbox inside its column on mobile if you like */
@media (max-width: 575px) {
    .custom-checkbox[b-ogybgqcucz] {
        margin-bottom: .5rem;
    }
}

/* error styling */
.custom-bay-error[b-ogybgqcucz] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    display: none; /* toggle to block when invalid */
}

.custom-checkbox[b-ogybgqcucz] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* hide the native checkbox */
.custom-checkbox-input[b-ogybgqcucz] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* custom box */
.custom-checkbox-label[b-ogybgqcucz] {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.2s, background-color 0.2s;
    position: relative;
}

    /* checkmark */
    .custom-checkbox-label[b-ogybgqcucz]::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 12px;
        width: 8px;
        height: 16px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg) scale(0);
        transition: transform 0.2s;
    }

/* checked state */
.custom-checkbox-input:checked + .custom-checkbox-label[b-ogybgqcucz] {
    background-color: #007bff;
    border-color: #007bff;
}

    .custom-checkbox-input:checked + .custom-checkbox-label[b-ogybgqcucz]::after {
        transform: rotate(45deg) scale(1);
    }

.icon-size-section[b-ogybgqcucz] {
    padding: 3rem 0; /* was 50px top/bottom */
    display: flex;
    flex-direction: column;
    align-items: start;
}

    /* label styling */
    .icon-size-section > label[b-ogybgqcucz] {
        font-weight: 700;
        font-size: 1.5rem; /* was 25px */
        color: #27252a;
        margin-bottom: 1rem;
    }

/* flex-wrap grid with consistent gap */
.icon-options[b-ogybgqcucz] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* on narrow viewports, stack vertically */
@media (max-width: 480px) {
    .icon-options[b-ogybgqcucz] {
        flex-direction: column;
        align-items: center;
    }

    .icon-option[b-ogybgqcucz] {
        /* make them full width (or whatever max you like) */
        flex: 0 0 100%;
        max-width: 200px;
    }
}

.icon-option[b-ogybgqcucz] {
    flex: 0 0 130px; /* fixed width */
    aspect-ratio: 1/1; /* same height as width */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: border-color 0.2s;
}

    .icon-option.active[b-ogybgqcucz] {
        border-color: #000;
    }

    /* if you want the <.card> itself to fill the box and center its contents: */
    .icon-option .card[b-ogybgqcucz] {
        width: 100%;
        height: 100%;
        border: none; /* opt. remove default card border */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-option .card-body[b-ogybgqcucz] {
        padding: 0; /* opt. kill inner padding for perfect centering */
        display: flex;
        align-items: center;
        justify-content: center;
    }

.card[b-ogybgqcucz] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 1000px;
}

.header-container[b-ogybgqcucz] {
    padding: 20px 40px; /* was var(--page-padding-y/x) */
}

.header-row[b-ogybgqcucz] {
    display: flex;
    align-items: center;
    gap: 16px; /* fixed gap */
}

.clean-button[b-ogybgqcucz] {
    background: none;
    border: none;
    padding: 8px; /* fixed padding */
    cursor: pointer;
}

.header-title[b-ogybgqcucz] {
    margin: 0;
    font-weight: 500;
    font-size: 2em; /* fixed size */
    color: #27252a;
    flex: 1;
}

@media (max-width: 576px) {
    .header-container[b-ogybgqcucz] {
        padding: 12px 20px; /* smaller on mobile */
    }

    .header-title[b-ogybgqcucz] {
        font-size: 2em;
    }
}

.page-wrapper[b-ogybgqcucz] {
    min-height: calc(100vh - 70px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.user-bg[b-ogybgqcucz] {
    background-color: #f0f0f0;
}

.nav-sm[b-ogybgqcucz] {
    display: flex;
    gap: 1.5rem;
    padding-left: 0;
    border-bottom: 3px solid #dee2e6;
}

    /* 2) each link hides the gray track via a transparent border */
    .nav-sm .nav-link[b-ogybgqcucz] {
        padding: 0.25rem 0;
        font-size: 1.45rem;
        font-weight: 400;
        color: #000;
        background: transparent !important;
        /* remove any other borders… */
        border: none !important;
        border-radius: 0 !important;
        /* …then add this transparent bottom border to reveal the gray track */
        border-bottom: 3px solid transparent;
        transition: border-color 0.2s;
    }

        /* hover just tints the text */
        .nav-sm .nav-link:hover[b-ogybgqcucz] {
            color: #333;
        }

        /* 3) active tab: blue border + nudge down to cover the gray underneath */
        .nav-sm .nav-link.active[b-ogybgqcucz] {
            color: #5a0cf5;
            border-bottom: 3px solid #5a0cf5 !important;
            margin-bottom: -3px;
        }
/* _content/RAS-WebApp/Pages/EmptyBayCard.razor.rz.scp.css */
@keyframes rotation-b-e43j169v3n {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.orbit[b-e43j169v3n] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation-name: rotation-b-e43j169v3n;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 5s;
}

.orbit-container[b-e43j169v3n] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.orbit-image[b-e43j169v3n] {
    position: absolute;
    width: 50px;
    height: 50px;
    transform-origin: 0 0;
    animation: orbit 5s linear infinite;
}
/* _content/RAS-WebApp/Pages/Errors.razor.rz.scp.css */
.click-text[b-0lkq5ubo5b] {
    cursor: pointer; /* Set cursor to pointer on hover */
    color: #27252a; /* Inherit table text color */
    font-size: 20px;
    font-weight: 600;
}

    .click-text:hover[b-0lkq5ubo5b] {
        color: blue; /* Change text color to blue on hover */
    }

.click-text-muted[b-0lkq5ubo5b] {
    cursor: pointer; /* Set cursor to pointer on hover */
    color: #858796; /* Inherit table text color */
    font-size: 20px;
    font-weight: 600;
}

    .click-text-muted:hover[b-0lkq5ubo5b] {
        color: blue; /* Change text color to blue on hover */
    }

.page-wrapper[b-0lkq5ubo5b] {
    min-height: calc(100vh - 70px);
}

.error-bg[b-0lkq5ubo5b] {
    background-color: #f0f0f0;
}

.bays-bg[b-0lkq5ubo5b] {
    background-color: white;
}

.content-table[b-0lkq5ubo5b] {
    height: calc(100vh - 250px);
    overflow-y: auto;
    padding-top: 0;
}

.content-table #error-table.table td[b-0lkq5ubo5b],
.content-table #error-table.table th[b-0lkq5ubo5b] {
  border-top: none !important;
}

.content-table thead[b-0lkq5ubo5b] {
  background-color: #f0f0f0;       /* match your header bg */
}

.content-table thead th[b-0lkq5ubo5b] {
  position: sticky !important;   /* override any inline */
  top: 0 !important;             /* pin to the very top */
  background-color: #f0f0f0;     /* solid header background */
  border-bottom: 2px solid #000; /* your black separator */
  z-index: 999;                   /* sit above the body rows */
  cursor: pointer;               /* keep your sort pointer */
  padding-right: 20px;           /* space for your arrows */
}


th[b-0lkq5ubo5b] {
    cursor: pointer;
    position: relative; /* For positioning the arrows */
    padding-right: 20px; /* Space for the arrow */
}

    /* Ascending sort arrow */
    th.sort-asc[b-0lkq5ubo5b]::after {
        content: "▲"; /* Unicode for up arrow */
        font-size: 12px;
        color: #007bff; /* Modern blue shade */
        position: absolute;
        right: 5px; /* Positioning */
        top: 50%;
        transform: translateY(-50%);
    }

    /* Descending sort arrow */
    th.sort-desc[b-0lkq5ubo5b]::after {
        content: "▼"; /* Unicode for down arrow */
        font-size: 12px;
        color: #007bff; /* Modern blue shade */
        position: absolute;
        right: 5px; /* Positioning */
        top: 50%;
        transform: translateY(-50%);
    }

    /* Optional: Hover effect for headers */
    th:hover[b-0lkq5ubo5b] {
        color: #0056b3; /* Darker blue for hover */
        text-decoration: underline; /* Underline on hover for emphasis */
    }

.clear-sort[b-0lkq5ubo5b] {
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
    color: red;
}

    .clear-sort:hover[b-0lkq5ubo5b] {
        color: #444;
    }

.tab[b-0lkq5ubo5b] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-0lkq5ubo5b] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 30px;
        font-weight: 700;
        color: black;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        margin-right: 40px;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-0lkq5ubo5b] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-0lkq5ubo5b] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

.form-group .form-control[b-0lkq5ubo5b] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-0lkq5ubo5b] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-0lkq5ubo5b] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-0lkq5ubo5b] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.initial-circle[b-0lkq5ubo5b] {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: lightblue;
    border-radius: 50%;
    text-align: center;
    line-height: 60px; /* Ensures text is centered vertically */
    color: #27252a;
    font-weight: bold;
    font-size: 24px; /* Adjust font size as needed */
}

.loading-overlay[b-0lkq5ubo5b] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-0lkq5ubo5b]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-0lkq5ubo5b] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-0lkq5ubo5b 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-0lkq5ubo5b {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RAS-WebApp/Pages/HoverBayCard.razor.rz.scp.css */
.close-button[b-xlc1vy4idp] {
    font-size: 42px;
    font-weight: 700;
    color: black;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
}

    .close-button:hover[b-xlc1vy4idp] {
        background-color: #e0e0e0;
    }

.member-key[b-xlc1vy4idp] {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    text-align: left;
}

.nav-sm[b-xlc1vy4idp] {
    display: flex;
    gap: 1.5rem; /* space between tabs */
    padding-left: 0; /* remove default ul padding */
    border-bottom: 2px solid #dee2e6; /* remove the full underline */
}

    /* 2) Strip out all default tab styling on links */
    .nav-sm .nav-link[b-xlc1vy4idp] {
        padding: 0.25rem 0; /* only vertical padding */
        color: black;
        border: none; /* no Bootstrap border */
        position: relative; /* for the ::after underline */
        font-size: 1.05rem;
        font-weight: 400;
    }

        /* 3) Hover state */
        .nav-sm .nav-link:hover[b-xlc1vy4idp] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-xlc1vy4idp] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-xlc1vy4idp]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px; /* sits just under the text */
                height: 3px; /* thickness of the underline */
                background-color: #5a0cf5;
                border-radius: 2px;
            }

[data-bs-toggle="tooltip"][b-xlc1vy4idp] {
    z-index: 7888 !important; /* Tooltip z-index should be higher than the hover card */
}

/* Optional: Adjust the z-index of the tooltip itself to make sure it stays above other elements */
.tooltip[b-xlc1vy4idp] {
    z-index: 8888 !important; /* Ensure tooltip has the highest z-index */
}

.expand-button[b-xlc1vy4idp] {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}


/* Member Icon */
.member-icon[b-xlc1vy4idp] {
    height: 40px;
    width: 40px;
    background-color: #6c63ff;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}

.member-details[b-xlc1vy4idp] {
    display: flex;
    flex-direction: column;
}

.member-name[b-xlc1vy4idp] {
    font-size: 16px;
    font-weight: bold;
}

.member-meta[b-xlc1vy4idp] {
    font-size: 14px;
    color: #666;
}

/* Expanded Row as Card */
.expanded-row[b-xlc1vy4idp] {
    margin-top: 0;
    margin-bottom: 10px;
    border-left: 8px solid #6c63ff;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0;
}

    .expanded-row .table-content[b-xlc1vy4idp] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px; /* Add spacing between the row and expanded content */
    }

        .expanded-row .table-content:hover[b-xlc1vy4idp] {
            background: #e3e4e9;
        }

/* Expanded Content */
.expanded-content[b-xlc1vy4idp] {
    padding: 5px;
    background-color: #fff;
}

    .expanded-content h6[b-xlc1vy4idp] {
        font-size: 15px;
        font-weight: 900;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        color: black;
        text-transform: uppercase;
        border-bottom-width: 2px;
        border-bottom-color: #e3e4e9;
    }

    .expanded-content p[b-xlc1vy4idp] {
        font-size: 15px;
        font-weight: 600 !important;
        color: black;
    }

/* Action Buttons */
.row-actions[b-xlc1vy4idp] {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.action-button[b-xlc1vy4idp] {
    padding: 8px 15px;
    background: #6c63ff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .action-button:hover[b-xlc1vy4idp] {
        background: #594bff;
    }

.edit-key[b-xlc1vy4idp] {
    color: #2a2929;
    font-weight: 600;
}

.tab-pane[b-xlc1vy4idp] {
    display: none;
}

    .tab-pane h6[b-xlc1vy4idp] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        text-align: start;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

    .tab-pane .p-section[b-xlc1vy4idp] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-xlc1vy4idp] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-xlc1vy4idp] {
            color: #161619;
        }

    .tab-pane.active[b-xlc1vy4idp] {
        display: block;
    }

.modern-checkbox[b-xlc1vy4idp] {
    /* Remove the default checkbox styling */
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    /* Set dimensions and border */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    /* Background color and transition for smooth changes */
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative; /* Added to position the checkmark correctly */
}

    .modern-checkbox:hover[b-xlc1vy4idp] {
        border-color: #007bff;
    }

    .modern-checkbox:checked[b-xlc1vy4idp] {
        border-color: #007bff;
        background-color: #007bff;
    }

        .modern-checkbox:checked[b-xlc1vy4idp]::after {
            content: "";
            position: absolute;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.checkbox-wrapper-40[b-xlc1vy4idp] {
    --borderColor: #48c;
    --borderWidth: .1875em;
}

    .checkbox-wrapper-40 label[b-xlc1vy4idp] {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .checkbox-wrapper-40 input[type=checkbox][b-xlc1vy4idp] {
        -webkit-appearance: none;
        appearance: none;
        vertical-align: middle;
        background: #fff;
        font-size: 1.8em;
        border-radius: 0.1875em;
        display: inline-block;
        border: var(--borderWidth) solid var(--borderColor);
        width: 1em;
        height: 1em;
        position: relative;
    }

        .checkbox-wrapper-40 input[type=checkbox][b-xlc1vy4idp]:before,
        .checkbox-wrapper-40 input[type=checkbox][b-xlc1vy4idp]:after {
            content: "";
            position: absolute;
            background: var(--borderColor);
            width: calc(var(--borderWidth) * 3);
            height: var(--borderWidth);
            top: 50%;
            left: 10%;
            transform-origin: left center;
        }

        .checkbox-wrapper-40 input[type=checkbox][b-xlc1vy4idp]:before {
            transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
            transition: transform 200ms ease-in 200ms;
        }

        .checkbox-wrapper-40 input[type=checkbox][b-xlc1vy4idp]:after {
            width: calc(var(--borderWidth) * 5);
            transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
            transform-origin: left center;
            transition: transform 200ms ease-in;
        }

        .checkbox-wrapper-40 input[type=checkbox]:checked[b-xlc1vy4idp]:before {
            transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
            transition: transform 200ms ease-in;
        }

        .checkbox-wrapper-40 input[type=checkbox]:checked[b-xlc1vy4idp]:after {
            width: calc(var(--borderWidth) * 5);
            transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
            transition: transform 200ms ease-out 200ms;
        }

        .checkbox-wrapper-40 input[type=checkbox]:focus[b-xlc1vy4idp] {
            outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
        }

/* Dropdown Menu Styling */
.search-container[b-xlc1vy4idp] {
    position: relative; /* Required for absolute positioning of dropdown */
    margin: 20px auto; /* Center horizontally */
    width: 50%; /* Adjust width as needed */
}

.custom-btn[b-xlc1vy4idp] {
    padding: 8px; /* Adjust padding to be more consistent */
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: auto; /* Make the button width fit the content (icon) */
    height: auto; /* Ensure the height fits the icon */
}

    /* Icon size adjustments */
    .custom-btn i[b-xlc1vy4idp] {
        font-size: 24px; /* Adjust size of the icons */
        transition: transform 0.3s ease;
    }

    /* Hover effects to highlight buttons */
    .custom-btn:hover[b-xlc1vy4idp] {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.4); /* Adds a border on hover */
        transform: translateY(-2px); /* Slight lift effect */
    }

    /* Button color adjustments */
    .custom-btn i[b-xlc1vy4idp] {
        color: white;
    }

    .custom-btn:hover i[b-xlc1vy4idp] {
        color: lightblue; /* Change icon color on hover */
    }

    /* Specific color styles for each button */
    .custom-btn i.fas.fa-user[b-xlc1vy4idp] {
        color: lightblue;
    }

    .custom-btn i.fas.fa-exclamation-triangle[b-xlc1vy4idp] {
        color: royalblue;
    }

    .custom-btn i.fas.fa-plus[b-xlc1vy4idp] {
        color: green;
    }

    .custom-btn i.fas.fa-ban[b-xlc1vy4idp] {
        color: red;
    }

/* Input Container (Relative Positioning for Dropdown) */
.input-container[b-xlc1vy4idp] {
    position: relative; /* This anchors the dropdown menu */
    display: inline-block;
    width: 100%;
}

    /* Search Input Styling */
    .input-container .form-control[b-xlc1vy4idp] {
        width: 100%; /* Full width */
        padding-right: 40px; /* Leave space for the "X" button */
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* Clear Search Button */
.clear-search-button[b-xlc1vy4idp] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.search-help-text[b-xlc1vy4idp] {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
    display: flex;
    color: black;
}

/* Dropdown Menu */
.dropdown-menu[b-xlc1vy4idp] {
    position: absolute; /* Overlay other elements */
    top: 100%; /* Position directly below input */
    left: 0;
    width: 100%; /* Match the width of the search input */
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 11050; /* Ensure it overlaps other elements */
    list-style: none;
    padding: 0;
    margin: 0; /* No extra margin to avoid gaps */
    /* New additions for scroll behavior */
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 160px; /* Adjust based on the expected height of 4 list items */
}

    /* Dropdown Items */
    .dropdown-menu li[b-xlc1vy4idp] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .dropdown-menu li:last-child[b-xlc1vy4idp] {
            border-bottom: none;
        }

        .dropdown-menu li:hover[b-xlc1vy4idp] {
            background-color: #f8f8f8;
        }

.selected-member table[b-xlc1vy4idp] {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #4a4a4a;
}

/* Header Styling */
.selected-member th[b-xlc1vy4idp] {
    background-color: #f5f5f5;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 18px;
    text-align: left; /* Align header text to the left */
    border-bottom: 2px solid #ddd;
}

/* Cell Styling */
.selected-member td[b-xlc1vy4idp] {
    padding: 14px 18px;
    text-align: left; /* Align cell text to the left */
    border-bottom: 1px solid #e0e0e0;
    white-space: normal; /* Allow wrapping for long text */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Remove Border from Last Row */
.selected-member tr:last-child td[b-xlc1vy4idp] {
    border-bottom: none;
}

/* Row Hover Effect */
.selected-member tr:hover td[b-xlc1vy4idp] {
    background-color: #f9f9f9;
}

.tab[b-xlc1vy4idp] {
    overflow: hidden;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 10px; /* Adds consistent spacing between tabs */
}

    /* Style for individual buttons */
    .tab button[b-xlc1vy4idp] {
        background-color: transparent;
        border: none;
        font-size: 20px; /* Adjust for better scaling */
        font-weight: 400;
        color: black;
        outline: none;
        cursor: pointer;
        transition: all 0.3s ease; /* Smooth hover and active transition */
        padding: 8px 16px; /* Consistent padding for better alignment */
    }

        /* Span within buttons for targeted styling */
        .tab button span[b-xlc1vy4idp] {
            display: inline-block; /* Ensures underline stays on text */
            position: relative;
        }

        /* Hover effect for tabs */
        .tab button:hover span[b-xlc1vy4idp] {
            color: blue;
        }

            
        .tab button:hover[b-xlc1vy4idp] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 2.5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-xlc1vy4idp] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 2.5px;
            border-bottom-color: blue;
        }

.tooltip-text-clean[b-xlc1vy4idp] {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
    -webkit-font-smoothing: always;
}

/* Popup container */
.popup[b-xlc1vy4idp] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn-b-xlc1vy4idp 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 99999 !important;
}

/* Fade-in animation */
@keyframes fadeIn-b-xlc1vy4idp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup content */
.close-button[b-xlc1vy4idp] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .close-button:hover[b-xlc1vy4idp] {
        color: red; /* Optional hover effect */
    }

    .close-button:hover[b-xlc1vy4idp] {
        color: #000;
        cursor: pointer;
    }

/* Header styling */
.popup-header[b-xlc1vy4idp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-logo[b-xlc1vy4idp] {
    width: 50px;
}

.popup-title[b-xlc1vy4idp] {
    flex-grow: 1;
    margin: 0 10px;
}

/* Tab/Switch styling */
.popup-tab .btn[b-xlc1vy4idp] {
    font-size: 18px;
    font-weight: 600;
}

/* Form labels and select styling */
.popup-label[b-xlc1vy4idp] {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.popup-select[b-xlc1vy4idp] {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

/* Error message styling */
.popup-error[b-xlc1vy4idp] {
    font-size: 18px;
    margin-top: 15px;
}

.popup-content[b-xlc1vy4idp] {
    background-color: #fefefe; /* Popup background color */
    font-family: 'Oswald', sans-serif;
    z-index: 99990 !important;
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 700px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .popup-content[b-xlc1vy4idp] {
        width: 50%; /* Adjust width for larger screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-xlc1vy4idp] {
        width: 40%; /* Further adjust width for even larger screens */
    }
}

/* Close button */
.close[b-xlc1vy4idp] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-xlc1vy4idp],
    .close:focus[b-xlc1vy4idp] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.hover-card[b-xlc1vy4idp] {
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 9999;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    /* Additional styling as needed */
}

    .hover-card.show[b-xlc1vy4idp] {
        opacity: 1;
        visibility: visible;
    }

.toggle-switch[b-xlc1vy4idp] {
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 500px;
    height: 60px;
}

.toggle-input[b-xlc1vy4idp] {
    display: none;
}

.toggle-label[b-xlc1vy4idp] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.4s;
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}

.toggle-slider[b-xlc1vy4idp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #2196F3;
    border-radius: 30px;
    transition: transform 0.8s ease-in-out; /* Adjusted duration */
}

/* Initial state */
.toggle-input:checked + .toggle-label[b-xlc1vy4idp] {
    background-color: #f0f0f0; /* Optional styling for checked state */
}

/* Label positioning (adjust as needed) */
.toggle-label .on-label[b-xlc1vy4idp] {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.toggle-label .off-label[b-xlc1vy4idp] {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

/* Optional label styles */
.on-label[b-xlc1vy4idp],
.off-label[b-xlc1vy4idp] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* State-specific slider positions */
.toggle-input:checked + .toggle-label .toggle-slider[b-xlc1vy4idp] {
    transform: translateX(100%);
}

.toggle-input:not(:checked) + .toggle-label .toggle-slider[b-xlc1vy4idp] {
    transform: translateX(0);
}

.tooltip-btn[b-xlc1vy4idp] {
    position: relative;
}

/* Tooltip text */
.tooltip-text[b-xlc1vy4idp] {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    bottom: 125%; /* Position the tooltip above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

    /* Tooltip arrow */
    .tooltip-text[b-xlc1vy4idp]::after {
        content: "";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

/* Show the tooltip on hover */
.tooltip-btn:hover .tooltip-text[b-xlc1vy4idp] {
    visibility: visible;
    opacity: 1;
}
/* _content/RAS-WebApp/Pages/ListBaySession.razor.rz.scp.css */
.sessions-list[b-e76yku9r8j] {
    max-height: 600px;
    overflow-y: auto;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.list-item[b-e76yku9r8j] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    height: 70px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .list-item:hover[b-e76yku9r8j] {
        background: #e3e4e9;
    }

.list-icon[b-e76yku9r8j] {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    color: #7f56d9; /* your accent color */
}

.no-sessions-card[b-e76yku9r8j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px dashed #ccc;
    border-radius: 8px;
    color: #777;
}

    .no-sessions-card i[b-e76yku9r8j] {
        font-size: 3rem; /* larger icon */
        color: #bbb;
        margin-bottom: 0.75rem; /* space below icon */
    }

    .no-sessions-card p[b-e76yku9r8j] {
        font-size: 1.25rem; /* larger text */
        margin: 0;
    }

.expand-button[b-e76yku9r8j] {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    font-size: 0.75rem !important;
}

.session-time[b-e76yku9r8j] {
    font-size: 1rem;
    color: #333;
}

.detail-card[b-e76yku9r8j] {
    margin: 0 1rem 1rem;
    padding: 1rem;
    background: #ffffff;
    border-left: 4px solid #7f56d9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-left: 0;
}

    .detail-card h6[b-e76yku9r8j] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .10em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }


    .detail-card .member-key[b-e76yku9r8j] {
        color: #1e1e21;
        font-size: 15px !important;
        font-weight: 500;
    }

    .detail-card .member-value[b-e76yku9r8j] {
        color: #1e1e21;
        font-size: 15px !important;
        font-weight: 300;
    }

.detail-field[b-e76yku9r8j] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

    .detail-field:last-child[b-e76yku9r8j] {
        border-bottom: none;
    }
/* _content/RAS-WebApp/Pages/ListMembers.razor.rz.scp.css */
html[b-svmlf3fiu8], body[b-svmlf3fiu8] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f5f6fa; /* Light gray background */
}

.page-container[b-svmlf3fiu8] {
    min-height: calc(100vh - 70px); /* Full height of the viewport */
    display: flex;
    flex-direction: column;
    background-color: #f5f6fa;
    padding: 0; /* No padding on the outer container */
}

.loader[b-svmlf3fiu8] {
    padding: 1em;
    font-style: italic;
    color: #666;
}

.search-filter-container[b-svmlf3fiu8] {
    display: flex;
}

.edit-breakdown[b-svmlf3fiu8] {
    overflow-y: auto;
    color: black;
    overflow-x: hidden;
    max-height: 300px;
}

    .edit-breakdown h6[b-svmlf3fiu8] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

/* Search Box */
.search-box[b-svmlf3fiu8] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
}

/* Search Icon */
.search-icon[b-svmlf3fiu8] {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

/* Search Input */
.search-input[b-svmlf3fiu8] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background-color: transparent;
}

/* Search Button */
.search-button[b-svmlf3fiu8] {
    padding: 10px 15px;
    background: #6c63ff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .search-button:hover[b-svmlf3fiu8] {
        background: #594bff;
    }

/* General Table Styling */
/* General Table Styling */
.members-table[b-svmlf3fiu8] {
    width: 100%;
    border-collapse: collapse;
}

    ..members-table .table-header-cell[b-svmlf3fiu8],
    .members-table .table-cell[b-svmlf3fiu8] {
        display: table-cell;
        padding: 5px;
    }

.user-column[b-svmlf3fiu8] {
    flex: 2;
}

.location-column[b-svmlf3fiu8], .balance-column[b-svmlf3fiu8] {
    flex: 1;
}

/* Additional styles for the table */
.table-header[b-svmlf3fiu8] {
    display: flex;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
}

.table-content[b-svmlf3fiu8] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.table-header-cell[b-svmlf3fiu8] {
    flex: 1;
    padding: 10px;
    text-align: left;
}

/* Table Cell */
.table-cell[b-svmlf3fiu8] {
    flex: 1; /* Make cells take equal space */
    padding: 10px;
    display: flex;
    align-items: center;
}

.table-row[b-svmlf3fiu8] {
    margin-top: 0;
    background-color: white;
    border-radius: 6px;
    padding: 0;
}

    .table-row .table-content[b-svmlf3fiu8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px; /* Add spacing between the row and expanded content */
        
    }

        .table-row .table-content:hover[b-svmlf3fiu8] {
            background: #e3e4e9;
        }

/* Ensure Consistent Card and Row Alignment */
.card.expanded-row[b-svmlf3fiu8],
.table-row[b-svmlf3fiu8] {
    box-sizing: border-box; /* Prevent padding from affecting size */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .members-page-container[b-svmlf3fiu8] {
        padding: 20px; /* Add padding for smaller screens */
    }

    .search-filter-container[b-svmlf3fiu8] {
        flex-direction: column;
        gap: 10px; /* Adjust spacing between elements */
    }

    .table-header[b-svmlf3fiu8], .table-content[b-svmlf3fiu8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-header-cell[b-svmlf3fiu8], .table-cell[b-svmlf3fiu8] {
        flex: none; /* Disable flex for better stacking */
        width: 100%; /* Ensure full width */
    }

    .user-column[b-svmlf3fiu8] {
        flex: 1;
        text-align: left;
    }

    .location-column[b-svmlf3fiu8], .balance-column[b-svmlf3fiu8] {
        display: none; /* Hide additional columns on smaller screens */
    }

    .table-content[b-svmlf3fiu8] {
        padding: 10px;
        background-color: #fff;
        margin-bottom: 10px; /* Add spacing between rows */
        border-radius: 6px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
}

/* Expand Button Styling */
.expand-button[b-svmlf3fiu8] {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    font-size: 0.75rem !important;
}


/* Member Icon */
.member-icon[b-svmlf3fiu8] {
    height: 3rem !important;
    width: 3rem !important;
    background-color: #6c63ff;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem !important;
    margin-right: 0.75rem !important;
}

.member-details[b-svmlf3fiu8] {
    display: flex;
    flex-direction: column;
}

.member-name[b-svmlf3fiu8] {
    font-size: 16px;
    font-weight: bold;
}

.member-meta[b-svmlf3fiu8] {
    font-size: 14px;
    color: #666;
}

/* Expanded Row as Card */
.expanded-row[b-svmlf3fiu8] {
    margin-top: 0;
    margin-bottom: 10px;
    border-left: 8px solid #6c63ff;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0;
}

    .expanded-row .table-content[b-svmlf3fiu8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px; /* Add spacing between the row and expanded content */
    }

        .expanded-row .table-content:hover[b-svmlf3fiu8] {
            background: #e3e4e9;
        }

/* Expanded Content */
.expanded-content[b-svmlf3fiu8] {
    padding: 5px;
    background-color: #fff;
}

    .expanded-content h6[b-svmlf3fiu8] {
        font-size: 15px;
        font-weight: 900;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        color: black;
        text-transform: uppercase;
        border-bottom-width: 2px;
        border-bottom-color: #e3e4e9;
    }

    .expanded-content p[b-svmlf3fiu8] {
        font-size: 15px;
        font-weight: 600 !important;
        color: black;
    }

/* Action Buttons */

.member-key[b-svmlf3fiu8] {
    color: #6a6060;
    font-weight: 600;
}

.edit-key[b-svmlf3fiu8] {
    color: #2a2929;
    font-weight: 600;
}

.popup[b-svmlf3fiu8] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn-b-svmlf3fiu8 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

/* Fade-in animation */
@keyframes fadeIn-b-svmlf3fiu8 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup content */
.close-button[b-svmlf3fiu8] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .close-button:hover[b-svmlf3fiu8] {
        color: red; /* Optional hover effect */
    }

/* Popup content */
.popup-content[b-svmlf3fiu8] {
    background-color: #fefefe; /* Popup background color */
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 700px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .popup-content[b-svmlf3fiu8] {
        width: 50%; /* Adjust width for larger screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-svmlf3fiu8] {
        width: 40%; /* Further adjust width for even larger screens */
    }
}

.tab[b-svmlf3fiu8] {
    overflow: hidden;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 16px 32px; /* Adds consistent spacing between tabs */
}

    /* Style for individual buttons */
    .tab button[b-svmlf3fiu8] {
        background-color: transparent;
        border: none;
        font-size: 20px; /* Adjust for better scaling */
        font-weight: 350;
        outline: none;
        cursor: pointer;
        transition: all 0.3s ease; /* Smooth hover and active transition */
        padding-bottom: 10px;
        padding-left: 0px;
    }

        /* Span within buttons for targeted styling */
        .tab button span[b-svmlf3fiu8] {
            display: inline-block; /* Ensures underline stays on text */
            position: relative;
        }

        /* Hover effect for tabs */
        .tab button:hover span[b-svmlf3fiu8] {
            color: blue;
        }

            /* Hover underline */
            .tab button:hover span[b-svmlf3fiu8]::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -5px; /* Adjusted underline position */
                width: 100%;
                height: 2px;
                background-color: blue;
                transition: width 0.3s ease;
            }

        /* Active/current tab effect */
        .tab button.active span[b-svmlf3fiu8] {
            color: blue;
        }

            /* Underline for active tab */
            .tab button.active span[b-svmlf3fiu8]::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -5px; /* Adjusted underline position */
                width: 100%;
                height: 2px;
                background-color: blue;
            }

/* Tabs Content */
.tab-content[b-svmlf3fiu8] {
    padding-top: 10px;
    background-color: #fff;
}

.tab-pane[b-svmlf3fiu8] {
    display: none;
}

    .tab-pane h6[b-svmlf3fiu8] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

    .tab-pane .p-section[b-svmlf3fiu8] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-svmlf3fiu8] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-svmlf3fiu8] {
            color: #161619;
        }

    .tab-pane.active[b-svmlf3fiu8] {
        display: block;
    }

/* _content/RAS-WebApp/Pages/LoadKPIs.razor.rz.scp.css */

/* Apply Oswald font to entire component */
body[b-0j3vkpn3h5], html[b-0j3vkpn3h5], .kpi-selector[b-0j3vkpn3h5], .kpi-selector *[b-0j3vkpn3h5], .tooltip-body[b-0j3vkpn3h5] {
    font-family: 'Oswald', sans-serif !important;
}

.popup-overlay[b-0j3vkpn3h5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.kpi-card-overlay[b-0j3vkpn3h5] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem; /* match .kpi-skeleton-card */
    pointer-events: none;
}

.popup-content[b-0j3vkpn3h5] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}

.kpi-loader[b-0j3vkpn3h5] {
    padding: .5rem 0;
}

.kpi-card-loader[b-0j3vkpn3h5] {
    opacity: 0.7; /* subtle dim */
    background-color: #f9f9f9; /* light gray background */
    text-align: center;
}

    .kpi-card-loader .kpi-title[b-0j3vkpn3h5] {
        font-style: italic;
        color: #888;
    }

    .kpi-card-loader .fa-spinner[b-0j3vkpn3h5] {
        color: #0d57b5; /* your ras-primary color */
        font-size: 1.2rem;
        margin-right: 4px;
    }

.kpi-label[b-0j3vkpn3h5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0px;
}

.kpi-option[b-0j3vkpn3h5] {
    display: grid;
    align-items: center;
    column-gap: 8px;
    width: 100%;
}

.kpi-lock-slot[b-0j3vkpn3h5] {
    flex: 0 0 14px;
    line-height: 1;
    text-align: left;
}

    .kpi-lock-slot i[b-0j3vkpn3h5] {
        visibility: visible;
        color: #e74c3c; /* your danger color */
        font-size: 0.9rem;
    }

.kpi-switch[b-0j3vkpn3h5] {
    margin-left: 0;
}

.kpi-text[b-0j3vkpn3h5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* Top indeterminate bar */
.kpi-progress-indeterminate[b-0j3vkpn3h5] {
    height: 3px;
    margin-bottom: .75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(16,185,129,.45) 50%, rgba(0,0,0,0) 100%);
    background-size: 200% 100%;
    animation: kpiBarSlide-b-0j3vkpn3h5 1.5s linear infinite;
}

@keyframes kpiBarSlide-b-0j3vkpn3h5 {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

/* Skeleton cards */
.kpi-skeleton-card[b-0j3vkpn3h5] {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    min-height: 170px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

/* Shimmer blocks */
.skeleton[b-0j3vkpn3h5] {
    position: relative;
    overflow: hidden;
    background: #eef1f5;
    border-radius: 12px;
}

    .skeleton[b-0j3vkpn3h5]::after {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateX(-100%);
        background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.55) 50%, transparent 100%);
        animation: kpiShimmer-b-0j3vkpn3h5 1.6s infinite;
    }

@keyframes kpiShimmer-b-0j3vkpn3h5 {
    100% {
        transform: translateX(100%);
    }
}

/* Block sizes */
.skeleton-title[b-0j3vkpn3h5] {
    height: 18px;
    width: 55%;
}

.skeleton-stat[b-0j3vkpn3h5] {
    height: 38px;
    width: 70%;
    border-radius: 14px;
}

.skeleton-chip[b-0j3vkpn3h5] {
    height: 22px;
    width: 45%;
    border-radius: 999px;
}

.kpi-lock[b-0j3vkpn3h5] {
    margin-left: 0.4rem;
    font-size: 0.9rem;
    opacity: 0.65;
    vertical-align: middle;
    color: red;
}

.form-check-label .kpi-lock:hover[b-0j3vkpn3h5] {
    opacity: 0.85;
}

/* Optional dark-mode tweaks */
@media (prefers-color-scheme: dark) {
    .kpi-skeleton-card[b-0j3vkpn3h5] {
        background: #0f1115;
        box-shadow: 0 8px 24px rgba(0,0,0,.4);
    }

    .skeleton[b-0j3vkpn3h5] {
        background: #1a1e24;
    }

        .skeleton[b-0j3vkpn3h5]::after {
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.15) 50%, transparent 100%);
        }

    .kpi-progress-indeterminate[b-0j3vkpn3h5] {
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(59,130,246,.5) 50%, rgba(0,0,0,0) 100%);
    }
}

.custom-btn[b-0j3vkpn3h5] {
    padding: 8px; /* Adjust padding to be more consistent */
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: auto; /* Make the button width fit the content (icon) */
    height: auto; /* Ensure the height fits the icon */
}

    /* Icon size adjustments */
    .custom-btn i[b-0j3vkpn3h5] {
        font-size: 24px; /* Adjust size of the icons */
        transition: transform 0.3s ease;
    }

    /* Hover effects to highlight buttons */
    .custom-btn:hover[b-0j3vkpn3h5] {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.4); /* Adds a border on hover */
        transform: translateY(-2px); /* Slight lift effect */
    }

    /* Button color adjustments */
    .custom-btn i[b-0j3vkpn3h5] {
        color: white;
    }

    .custom-btn:hover i[b-0j3vkpn3h5] {
        color: lightblue; /* Change icon color on hover */
    }

    /* Specific color styles for each button */
    .custom-btn i.fas.fa-user[b-0j3vkpn3h5] {
        color: lightblue;
    }

    .custom-btn i.fas.fa-exclamation-triangle[b-0j3vkpn3h5] {
        color: royalblue;
    }

    .custom-btn i.fas.fa-plus[b-0j3vkpn3h5] {
        color: green;
    }

    .custom-btn i.fas.fa-ban[b-0j3vkpn3h5] {
        color: red;
    }

.kpi-tooltip .e-tooltip-wrap[b-0j3vkpn3h5] {
    background: #2c2c2c !important;
}

/* Header and list item text colors */
.kpi-tooltip .tooltip-body h6[b-0j3vkpn3h5],
.kpi-tooltip .tooltip-body li[b-0j3vkpn3h5] {
    color: #f0f0f0 !important;
}

/* List text slightly softer */
.kpi-tooltip .tooltip-body ul[b-0j3vkpn3h5] {
    color: #e0e0e0;
}

/* Tooltip pointer (arrow) color match */
.kpi-tooltip .e-tip-pointer[b-0j3vkpn3h5] {
    border-top-color: #2c2c2c !important;
}

/* Question icon hover tint */
.kpi-tooltip .e-tooltip-target:hover[b-0j3vkpn3h5] {
    color: #0056b3;
}
/* _content/RAS-WebApp/Pages/Login.razor.rz.scp.css */
.popup[b-6zk8hdq6dx] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    top: -20%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
}

.row.g-0[b-6zk8hdq6dx],
.col-lg-6.left-col[b-6zk8hdq6dx],
.col-lg-6.right-col[b-6zk8hdq6dx] {
    height: calc(100vh - 70px); /* adjust “70px” if your top‐navbar is a different height */
    margin: 0;
    padding: 0;
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* B) Left‐side login container and card                                        */
/* ──────────────────────────────────────────────────────────────────────────── */

.login-container[b-6zk8hdq6dx] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    padding: 0;
    margin: 0;
    /* Make sure the container itself still fills the full left column */
    height: calc(100vh - 70px);
}

.login-card[b-6zk8hdq6dx] {
    width: calc(90% - 50px);
    margin-left: 32px;
    margin-right: 32px;
    background-color: white !important;
    border: 0;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* C) Right‐side image styling                                                    */
/* ──────────────────────────────────────────────────────────────────────────── */
.right-col[b-6zk8hdq6dx] {
    padding: 0; /* remove any gutter so image is flush */
    margin: 0;
}

.btn-modern[b-6zk8hdq6dx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-6zk8hdq6dx] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-6zk8hdq6dx] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-6zk8hdq6dx] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-6zk8hdq6dx] {
        background-color: #2f80ed;
        color: #fff;
    }

.login-venue-label[b-6zk8hdq6dx] {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    color: black;
    font-synthesis: none;
    font-weight: 500;
    line-height: 1.3333333333;
    margin: 0 0 4px;
    word-break: break-word;
}

.right-image[b-6zk8hdq6dx] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; /* fill parent column’s height */
    width: 100%;
}

.bottom-row[b-6zk8hdq6dx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hover-text[b-6zk8hdq6dx] {
    color: #1e1e21;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-synthesis: none;
    line-height: 1.3333333333;
    margin: 0;
    word-break: break-word;
}

.hover-text--link[b-6zk8hdq6dx] {
    text-decoration: underline;
}
    .hover-text--link:hover[b-6zk8hdq6dx] {
        color: #3217e3;
    }

.hover-underline-on-hover[b-6zk8hdq6dx] {
    text-decoration: none;
}

    .hover-underline-on-hover:hover[b-6zk8hdq6dx] {
        text-decoration: underline;
        cursor: pointer;
    }

.login-header[b-6zk8hdq6dx] {
    font-size: 24px;
    font-weight: 500;
    color: #27252a;
    text-align: left;
    margin-bottom: 1rem;
    line-height: 1.333333333;
    word-break: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* D) Hide right‐column on medium/mobile                                         */
/* ──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .col-lg-6.right-col[b-6zk8hdq6dx] {
        display: none !important;
    }

    .col-lg-6.left-col[b-6zk8hdq6dx] {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .login-card[b-6zk8hdq6dx] {
        width: 100% !important; /* override any calc(90%-50px) */
        margin-left: 0 !important; /* remove side gutters */
        margin-right: 0 !important;
        padding: 1rem !important; /* optional: less padding on mobile */
    }
}


#login-button[b-6zk8hdq6dx] {
    background-color: #3262ac; /* Blue color for edit user */
    color: #fff;
    border: none;
    border-radius: 8px; /* Rounded corners */
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600; /* Slightly bold text */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    #login-button:hover[b-6zk8hdq6dx] {
        background-color: #274a8c; /* Darker blue on hover */
        transform: translateY(-2px); /* Slight "lift" effect */
    }

/* Popup content */
.popup-content[b-6zk8hdq6dx] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

/* Close button */
.close[b-6zk8hdq6dx] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-6zk8hdq6dx],
    .close:focus[b-6zk8hdq6dx] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.form-group .form-control[b-6zk8hdq6dx] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-6zk8hdq6dx] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-6zk8hdq6dx] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-6zk8hdq6dx] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.pop-close-button[b-6zk8hdq6dx] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .pop-close-button:hover[b-6zk8hdq6dx] {
        color: red; /* Optional hover effect */
    }

.loader[b-6zk8hdq6dx] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-6zk8hdq6dx 1s linear infinite;
}

@keyframes spin-b-6zk8hdq6dx {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-6zk8hdq6dx] {
    border: 2px solid red !important;
}

    .is-invalid[b-6zk8hdq6dx]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
/* _content/RAS-WebApp/Pages/Login_ChangedPassword.razor.rz.scp.css */
.popup[b-fhdg05cjdu] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    top: -20%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
}

.bottom-row[b-fhdg05cjdu] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.login-venue-label[b-fhdg05cjdu] {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    color: black;
    font-synthesis: none;
    font-weight: 500;
    line-height: 1.3333333333;
    margin: 0 0 4px;
    word-break: break-word;
}

.venue-email[b-fhdg05cjdu] {
    color: #858585;
    padding-top: 5px;
    font-size: 0.8rem;
}

.btn-modern[b-fhdg05cjdu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-fhdg05cjdu] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-fhdg05cjdu] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-fhdg05cjdu] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-fhdg05cjdu] {
        background-color: #2f80ed;
        color: #fff;
    }

.login-top-row[b-fhdg05cjdu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; /* roughly Bootstrap’s mb-4 (1.5rem) */
    width: 100%;
}

.login-body[b-fhdg05cjdu] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0; /* you can adjust if you want extra padding inside the card body */
}

.venue-name[b-fhdg05cjdu] {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    line-height: 1.3333333333;
    margin: 0;
    word-break: break-word;
    color: black;
}

.login-range-name[b-fhdg05cjdu] {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

/* Popup content */
.popup-content[b-fhdg05cjdu] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

/* Close button */
.close[b-fhdg05cjdu] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-fhdg05cjdu],
    .close:focus[b-fhdg05cjdu] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.form-group .form-control[b-fhdg05cjdu] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-fhdg05cjdu] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-fhdg05cjdu] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-fhdg05cjdu] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.loader[b-fhdg05cjdu] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-fhdg05cjdu 1s linear infinite;
}

@keyframes spin-b-fhdg05cjdu {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-fhdg05cjdu] {
    border: 2px solid red !important;
}

    .is-invalid[b-fhdg05cjdu]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
/* _content/RAS-WebApp/Pages/Login_Credentials.razor.rz.scp.css */
.popup[b-ohzviybxwi] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    top: -20%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
}

.eye-toggle[b-ohzviybxwi] {
    cursor: pointer;
    user-select: none;
    border-left: 0; /* optional if you prefer seamless seam between input & eye */
}

    .eye-toggle:focus[b-ohzviybxwi] {
        outline: none;
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.25); /* Bootstrap-like focus ring */
    }

    .eye-toggle:active i[b-ohzviybxwi] {
        opacity: .8;
    }

.hover-text[b-ohzviybxwi] {
    color: black;
    transition: color 0.3s ease;
    text-decoration: underline !important;
    cursor: pointer;
}

    .hover-text:hover[b-ohzviybxwi] {
        color: blue;
    }

.login-body[b-ohzviybxwi] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0; /* you can adjust if you want extra padding inside the card body */
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* 2) Top row: venue name on left, “Not your venue?” on right                   */
/* ──────────────────────────────────────────────────────────────────────────── */
.login-top-row[b-ohzviybxwi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; /* roughly Bootstrap’s mb-4 (1.5rem) */
    width: 100%;
}

/* 2a) Venue name styling (uppercase, bold)                                    */
.venue-name[b-ohzviybxwi] {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    line-height: 1.3333333333;
    margin: 0;
    word-break: break-word;
    color: black;
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* 3) Form field labels (Username/Password)                                      */
/* ──────────────────────────────────────────────────────────────────────────── */
.input-label[b-ohzviybxwi] {
    font-weight: 600;
    color: #27252a;
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* 4) Error message below inputs                                                */
/* ──────────────────────────────────────────────────────────────────────────── */
.error-message[b-ohzviybxwi] {
    font-size: 0.9rem;
    color: red;
    margin-bottom: 1rem; /* roughly Bootstrap’s mb-3 */
}

/* ──────────────────────────────────────────────────────────────────────────── */
/* 5) Bottom row: “Forgot password?” + Login button                              */
/* ──────────────────────────────────────────────────────────────────────────── */
.bottom-row[b-ohzviybxwi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* 5a) Forgot password link                                                      */
.forgot-password-link[b-ohzviybxwi] {
    color: #27252a;
    font-size: 0.9rem;
}

/* 5b) Login button sizing                                                      */
.login-button[b-ohzviybxwi] {
    min-width: 100px;
    font-size: 1rem;
}

/* Popup content */
.popup-content[b-ohzviybxwi] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

.login-venue-label[b-ohzviybxwi] {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    color: black;
    font-synthesis: none;
    font-weight: 500;
    line-height: 1.3333333333;
    margin: 0 0 4px;
    word-break: break-word;
}

.btn-modern[b-ohzviybxwi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-ohzviybxwi] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-ohzviybxwi] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-ohzviybxwi] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-ohzviybxwi] {
        background-color: #2f80ed;
        color: #fff;
    }

.login-range-name[b-ohzviybxwi] {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

/* Close button */
.close[b-ohzviybxwi] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-ohzviybxwi],
    .close:focus[b-ohzviybxwi] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.form-group .form-control[b-ohzviybxwi] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-ohzviybxwi] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-ohzviybxwi] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-ohzviybxwi] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.loader[b-ohzviybxwi] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-ohzviybxwi 1s linear infinite;
}

@keyframes spin-b-ohzviybxwi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-ohzviybxwi] {
    border: 2px solid red !important;
}

    .is-invalid[b-ohzviybxwi]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
/* _content/RAS-WebApp/Pages/Login_ForgotPassword.razor.rz.scp.css */
.popup[b-fjbarwky9z] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    top: -20%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
}

.hover-text[b-fjbarwky9z] {
    color: #27252a;
    transition: color 0.3s ease;
}

    .hover-text:hover[b-fjbarwky9z] {
        color: blue;
    }

.btn-modern[b-fjbarwky9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-fjbarwky9z] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-fjbarwky9z] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-fjbarwky9z] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-fjbarwky9z] {
        background-color: #2f80ed;
        color: #fff;
    }

.login-body[b-fjbarwky9z] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0; /* you can adjust if you want extra padding inside the card body */
}

/* Popup content */
.popup-content[b-fjbarwky9z] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

/* Close button */
.close[b-fjbarwky9z] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-fjbarwky9z],
    .close:focus[b-fjbarwky9z] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.form-group .form-control[b-fjbarwky9z] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-fjbarwky9z] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-fjbarwky9z] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-fjbarwky9z] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.loader[b-fjbarwky9z] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-fjbarwky9z 1s linear infinite;
}

.bottom-row[b-fjbarwky9z] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.login-venue-label[b-fjbarwky9z] {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    color: black;
    font-synthesis: none;
    font-weight: 500;
    line-height: 1.3333333333;
    margin: 0 0 4px;
    word-break: break-word;
}

.venue-name[b-fjbarwky9z] {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    line-height: 1.3333333333;
    margin: 0;
    word-break: break-word;
    color: black;
}

.login-top-row[b-fjbarwky9z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; /* roughly Bootstrap’s mb-4 (1.5rem) */
    width: 100%;
}

@keyframes spin-b-fjbarwky9z {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-fjbarwky9z] {
    border: 2px solid red !important;
}

    .is-invalid[b-fjbarwky9z]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
/* _content/RAS-WebApp/Pages/Login_NewUserPassword.razor.rz.scp.css */
.popup[b-osrxl71s3s] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    top: -20%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
}

.login-body[b-osrxl71s3s] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0; /* you can adjust if you want extra padding inside the card body */
}

.login-top-row[b-osrxl71s3s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; /* roughly Bootstrap’s mb-4 (1.5rem) */
    width: 100%;
}

.bottom-row[b-osrxl71s3s] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.login-venue-label[b-osrxl71s3s] {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    color: black;
    font-synthesis: none;
    font-weight: 500;
    line-height: 1.3333333333;
    margin: 0 0 4px;
    word-break: break-word;
}

.login-range-name[b-osrxl71s3s] {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.btn-modern[b-osrxl71s3s] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-osrxl71s3s] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-osrxl71s3s] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-osrxl71s3s] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-osrxl71s3s] {
        background-color: #2f80ed;
        color: #fff;
    }

/* 2a) Venue name styling (uppercase, bold)                                    */
.venue-name[b-osrxl71s3s] {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    line-height: 1.3333333333;
    margin: 0;
    word-break: break-word;
    color: black;
}

/* Popup content */
.popup-content[b-osrxl71s3s] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

/* Close button */
.close[b-osrxl71s3s] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-osrxl71s3s],
    .close:focus[b-osrxl71s3s] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.form-group .form-control[b-osrxl71s3s] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-osrxl71s3s] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-osrxl71s3s] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-osrxl71s3s] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.loader[b-osrxl71s3s] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-osrxl71s3s 1s linear infinite;
}

@keyframes spin-b-osrxl71s3s {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-osrxl71s3s] {
    border: 2px solid red !important;
}

    .is-invalid[b-osrxl71s3s]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
/* _content/RAS-WebApp/Pages/MemberSlide.razor.rz.scp.css */
.slide-panel[b-ydg4exa4ra] {
    position: fixed;
    top: 60%;
    bottom: 0;
    right: -360px; /* start off‑screen */
    width: 360px;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0,0,0,0.15);
    transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: 'Oswald', sans-serif;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    
}

    .slide-panel.open[b-ydg4exa4ra] {
        right: 0; /* slide in */
    }

/* ─── Panel Header & Tabs ─── */
.panel-header[b-ydg4exa4ra] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 1rem;
    border-bottom: 1px solid #eee;
}

.nav-sm[b-ydg4exa4ra] {
    display: flex;
    gap: 1.5rem;
    padding-left: 0;
    border-bottom: none !important;
    font-family: 'Oswald', sans-serif;
}

    /* 2) each link hides the gray track via a transparent border */
    .nav-sm .nav-link[b-ydg4exa4ra] {
        padding: 0.25rem 0;
        font-size: 1.30rem;
        font-weight: 300;
        color: #000;
        background: transparent !important;
        /* remove any other borders… */
        border: none !important;
        border-radius: 0 !important;
        /* …then add this transparent bottom border to reveal the gray track */
        border-bottom: 3px solid transparent;
        transition: border-color 0.2s;
        cursor:pointer;
        display: inline-flex;
        align-items: center;
        gap: .375rem;
        line-height: 1;
    }
        .nav-sm .nav-link img[b-ydg4exa4ra] {
            height: 1em; /* matches 1.30rem font-size -> ~text height */
            width: auto; /* keep aspect ratio */
            display: block; /* no baseline gap */
            object-fit: contain; /* trims if source has padding */
        }

        /* hover just tints the text */
        .nav-sm .nav-link:hover[b-ydg4exa4ra] {
            color: #333;
        }

        /* 3) active tab: blue border + nudge down to cover the gray underneath */
        .nav-sm .nav-link.active[b-ydg4exa4ra] {
            color: #5a0cf5;
            border-bottom: 3px solid #5a0cf5 !important;
            margin-bottom: -3px;
        }

/* ─── Panel Body ─── */
.panel-body[b-ydg4exa4ra] {
    flex: 1;
    min-height: 320px;
    overflow-y: auto;
    padding: 1rem;
    overflow-x: hidden;
}

.panel-label[b-ydg4exa4ra] {
    position: absolute;
    bottom: 1.5rem; 
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    color: #555;
}

    .panel-label i[b-ydg4exa4ra] {
        color: #007bff;
        font-size: 1.25rem;
    }

/* ─── Utility ─── */
/* hides the inactive pane without unmounting it */
.d-none[b-ydg4exa4ra] {
    display: none !important;
}

/* ─── Close Button ─── */
.close-btn[b-ydg4exa4ra] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #666;
    cursor: pointer;
}

/* ─── Floating Toggle Button ─── */
.toggle-btn[b-ydg4exa4ra] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1100;
}

@media (max-width: 992px) {
    .slide-panel[b-ydg4exa4ra],
    .toggle-btn[b-ydg4exa4ra] {
        display: none !important;
    }
}
/* _content/RAS-WebApp/Pages/MemberView.razor.rz.scp.css */
html[b-5qlxz7pt1v], body[b-5qlxz7pt1v] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f5f6fa; /* Light gray background */
}

.page-container[b-5qlxz7pt1v] {
    min-height: calc(100vh - 70px); /* Full height of the viewport */
    display: flex;
    flex-direction: column;
    background-color: #f5f6fa;
    padding: 0; /* No padding on the outer container */
}

.section-header[b-5qlxz7pt1v] {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    color: #666;
}

.session-list[b-5qlxz7pt1v] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.session-card[b-5qlxz7pt1v] {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

    .session-card:hover[b-5qlxz7pt1v] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

.session-summary[b-5qlxz7pt1v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: #adadad 1px solid;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    background: #fff;
    cursor: pointer;
}
    .session-summary:hover[b-5qlxz7pt1v] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

.session-date[b-5qlxz7pt1v] {
    flex: 1;
    white-space: nowrap; /* prevent wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
}

.session-info[b-5qlxz7pt1v] {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #333;
}

    .session-info i[b-5qlxz7pt1v] {
        color: #888;
    }

.right-col[b-5qlxz7pt1v] {
    display: flex;
    align-items: center;
    gap: 12px; /* space between balls and chevron */
}

/* fixed-width block so the icon column is constant across rows */
.session-balls[b-5qlxz7pt1v] {
    display: grid;
    grid-template-columns: 20px 1fr; /* 20px for the icon, rest for text */
    align-items: center;
    width: 70px; /* <- adjust until it looks perfect */
}

    /* keep icon centered in its 20px column */
    .session-balls i[b-5qlxz7pt1v] {
        text-align: center;
    }

    /* keep numbers tight and right-aligned so lengths don't shift the icon */
    .session-balls .balls-text[b-5qlxz7pt1v] {
        white-space: nowrap;
        text-align: right;
    }


.chevron[b-5qlxz7pt1v] {
    transition: transform 0.2s;
}

.session‐card.expanded .chevron[b-5qlxz7pt1v] {
    transform: rotate(90deg);
}

.session‐details[b-5qlxz7pt1v] {
    background: #fafafa;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #444;
    border-top: 1px solid #e3e3e3;
}

.no‐sessions‐card[b-5qlxz7pt1v] {
    text-align: center;
    padding: 1.5rem;
    border: 1px dashed #ccc;
    border-radius: 8px;
    color: #777;
}

    .no‐sessions‐card i[b-5qlxz7pt1v] {
        color: #bbb;
    }

/* Members Container */
.members-page-container[b-5qlxz7pt1v] {
    max-width: 1200px; /* Allow full width */
    margin: 0; /* Remove auto-centering */
    background-color: #fff; /* White background for the container */
    border-radius: 6px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    box-sizing: border-box;
    width: calc(100% - 100px); /* 50px padding on both sides */
    margin-left: auto; /* Center horizontally */
    margin-right: auto; /* Center horizontally */
}

@media (max-width: 1400px) {
    .members-page-container[b-5qlxz7pt1v] {
        padding: 0 60px;
    }
}

@media (max-width: 1024px) {
    .members-page-container[b-5qlxz7pt1v] {
        padding: 0 70px;
    }
}

.search-filter-container[b-5qlxz7pt1v] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}

.edit-breakdown[b-5qlxz7pt1v] {
    overflow-y: auto;
    color: black;
    overflow-x: hidden;
    max-height: 300px;
}

    .edit-breakdown h6[b-5qlxz7pt1v] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .10em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

/* Search Box */
.search-box[b-5qlxz7pt1v] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
}

/* Search Icon */
.search-icon[b-5qlxz7pt1v] {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

/* Search Input */
.search-input[b-5qlxz7pt1v] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background-color: transparent;
}

.loader[b-5qlxz7pt1v] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-5qlxz7pt1v 1s linear infinite;
}

@keyframes spin-b-5qlxz7pt1v {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Search Button */
.search-button[b-5qlxz7pt1v] {
    padding: 10px 15px;
    background: #6c63ff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .search-button:hover[b-5qlxz7pt1v] {
        background: #594bff;
    }

/* General Table Styling */
/* General Table Styling */
.members-table[b-5qlxz7pt1v] {
    width: 100%;
    border-collapse: collapse;
}

    ..members-table .table-header-cell[b-5qlxz7pt1v],
    .members-table .table-cell[b-5qlxz7pt1v] {
        display: table-cell;
        padding: 10px;
    }

.user-column[b-5qlxz7pt1v] {
    flex: 2;
}

.location-column[b-5qlxz7pt1v], .balance-column[b-5qlxz7pt1v] {
    flex: 1;
}

/* Additional styles for the table */
.table-header[b-5qlxz7pt1v] {
    display: flex;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
}

.table-content[b-5qlxz7pt1v] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.table-header-cell[b-5qlxz7pt1v] {
    flex: 1;
    padding: 10px;
    text-align: left;
}

/* Table Cell */
.table-cell[b-5qlxz7pt1v] {
    flex: 1; /* Make cells take equal space */
    padding: 10px;
    display: flex;
    align-items: center;
}

.table-row[b-5qlxz7pt1v] {
    margin-top: 0;
    background-color: white;
    border-radius: 6px;
    padding: 0;
    padding-left: 8px;
}

    .table-row .table-content[b-5qlxz7pt1v] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px; /* Add spacing between the row and expanded content */
    }

        .table-row .table-content:hover[b-5qlxz7pt1v] {
            background: #e3e4e9;
        }

/* Ensure Consistent Card and Row Alignment */
.card.expanded-row[b-5qlxz7pt1v],
.table-row[b-5qlxz7pt1v] {
    box-sizing: border-box; /* Prevent padding from affecting size */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .members-page-container[b-5qlxz7pt1v] {
        padding: 20px; /* Add padding for smaller screens */
    }

    .search-filter-container[b-5qlxz7pt1v] {
        flex-direction: column;
        gap: 10px; /* Adjust spacing between elements */
    }

    .table-header[b-5qlxz7pt1v], .table-content[b-5qlxz7pt1v] {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-header-cell[b-5qlxz7pt1v], .table-cell[b-5qlxz7pt1v] {
        flex: none; /* Disable flex for better stacking */
        width: 100%; /* Ensure full width */
    }

    .user-column[b-5qlxz7pt1v] {
        flex: 1;
        text-align: left;
    }

    .location-column[b-5qlxz7pt1v], .balance-column[b-5qlxz7pt1v] {
        display: none; /* Hide additional columns on smaller screens */
    }

    .table-content[b-5qlxz7pt1v] {
        padding: 10px;
        background-color: #fff;
        margin-bottom: 10px; /* Add spacing between rows */
        border-radius: 6px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
}

/* Expand Button Styling */
.expand-button[b-5qlxz7pt1v] {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}


/* Member Icon */
.member-icon[b-5qlxz7pt1v] {
    height: 40px;
    width: 40px;
    background-color: #6c63ff;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}

.member-details[b-5qlxz7pt1v] {
    display: flex;
    flex-direction: column;
}

.member-name[b-5qlxz7pt1v] {
    font-size: 16px;
    font-weight: bold;
}

.member-meta[b-5qlxz7pt1v] {
    font-size: 14px;
    color: #666;
}

/* Expanded Row as Card */
.expanded-row[b-5qlxz7pt1v] {
    margin-top: 0;
    margin-bottom: 10px;
    border-left: 8px solid #6c63ff;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0;
}

    .expanded-row .table-content[b-5qlxz7pt1v] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px; /* Add spacing between the row and expanded content */
    }

        .expanded-row .table-content:hover[b-5qlxz7pt1v] {
            background: #e3e4e9;
        }
.expanded-body[b-5qlxz7pt1v] {
    display: flex;
    width: 100%;
    gap: 2rem;
}

    .expanded-body .tab-container[b-5qlxz7pt1v] {
        flex: 0 1 75%;
    }

    .expanded-body .details-actions[b-5qlxz7pt1v] {
        flex: 0 1 25%;
    }

    .expanded-body .row-actions[b-5qlxz7pt1v] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* start at top */
        align-items: flex-start; /* left‑align the buttons */
        margin-top: 0; /* remove any auto margins */
        gap: 0.75rem;
    }

/* Expanded Content */
.expanded-content[b-5qlxz7pt1v] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
}

    .expanded-content .tab-content[b-5qlxz7pt1v] {
        flex: 1 1 auto;
    }

    .expanded-content h6[b-5qlxz7pt1v] {
        font-size: 15px;
        font-weight: 900;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .10em;
        color: black;
        text-transform: uppercase;
        border-bottom-width: 2px;
        border-bottom-color: #e3e4e9;
    }

    .expanded-content p[b-5qlxz7pt1v] {
        font-size: 15px;
        font-weight: 600 !important;
        color: black;
    }

.row-actions .sub-button[b-5qlxz7pt1v] {
    background: transparent;
    border: none;
    color: #5177a2;
    display: inline-flex;
    width: 160px;
    font-size: 15px;
    -webkit-font-smoothing: always;
    align-items: center;
    gap: 0.5rem; /* spacing between icon & text */
    padding: 0.5rem 1rem;
    transition: background-color 0.2s, color 0.2s;
}

    /* On hover: purple background, white text */
    .row-actions .sub-button:hover[b-5qlxz7pt1v] {
        background: #5177a2;
        color: #fff;
    }

    /* Ensure the icon inherits the text color */
    .row-actions .action-button i[b-5qlxz7pt1v] {
        font-size: 1rem;
        line-height: 1;
    }

.row-actions .member-status-button[b-5qlxz7pt1v] {
    background: transparent;
    border: none;
    color: #db0004; /* your brand purple */
    display: inline-flex;
    width: 160px;
    align-items: center;
    gap: 0.5rem; /* spacing between icon & text */
    padding: 0.5rem 1rem;
    transition: background-color 0.2s, color 0.2s;
}

    /* On hover: purple background, white text */
    .row-actions .member-status-button:hover[b-5qlxz7pt1v] {
        background: #db0004;
        color: #fff;
    }

/* Ensure the icon inherits the text color */
.row-actions .action-button i[b-5qlxz7pt1v] {
    font-size: 1rem;
    line-height: 1;
}

.row-actions .action-button[b-5qlxz7pt1v] {
    background: transparent;
    border: none;
    width: 160px;
    font-size: 15px;
    -webkit-font-smoothing: always;
    color: #5a0cf5; /* your brand purple */
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* spacing between icon & text */
    padding: 0.5rem 1rem;
    transition: background-color 0.2s, color 0.2s;
}

    /* On hover: purple background, white text */
    .row-actions .action-button:hover[b-5qlxz7pt1v] {
        background: #5a0cf5;
        color: #fff;
    }

    /* Ensure the icon inherits the text color */
    .row-actions .action-button i[b-5qlxz7pt1v] {
        font-size: 1rem;
        line-height: 1;
    }

.row-actions .deactivate-button[b-5qlxz7pt1v] {
    background: transparent;
    border: none;
    width: 160px;
    color: #f73166; /* your brand purple */
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* spacing between icon & text */
    padding: 0.5rem 1rem;
    transition: background-color 0.2s, color 0.2s;
}

    /* On hover: purple background, white text */
    .row-actions .deactivate-button:hover[b-5qlxz7pt1v] {
        background: #f73166;
        color: #fff;
    }

    /* Ensure the icon inherits the text color */
    .row-actions .deactivate-button i[b-5qlxz7pt1v] {
        font-size: 1rem;
        line-height: 1;
    }

.row-actions .activate-button[b-5qlxz7pt1v] {
    background: transparent;
    border: none;
    width: 160px;
    color: #1dc70e; /* your brand purple */
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* spacing between icon & text */
    padding: 0.5rem 1rem;
    transition: background-color 0.2s, color 0.2s;
}

/* On hover: purple background, white text */
.row-actions .activate-button:hover[b-5qlxz7pt1v] {
    background: #1dc70e;
    color: #fff;
}

/* Ensure the icon inherits the text color */
.row-actions .activate-button i[b-5qlxz7pt1v] {
    font-size: 1rem;
    line-height: 1;
}

/*.row-actions .action-button {
    background: transparent !important;
    border: 1px solid #6c63ff;
    color: #6c63ff !important;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
    .row-actions .action-button:hover {
        background: #6c63ff !important;
        color: #fff !important;
    }

*/

.member-key[b-5qlxz7pt1v] {
    color: #1e1e21;
    font-size: 15px !important;
    font-weight: 500;
}

.member-value[b-5qlxz7pt1v] {
    color: #1e1e21;
    font-size: 15px !important;
    font-weight: 300;
}

.edit-key[b-5qlxz7pt1v] {
    color: #2a2929;
    font-weight: 600;
}

.popup[b-5qlxz7pt1v] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn-b-5qlxz7pt1v 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

/* Fade-in animation */
@keyframes fadeIn-b-5qlxz7pt1v {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup content */
.close-button[b-5qlxz7pt1v] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .close-button:hover[b-5qlxz7pt1v] {
        color: red; /* Optional hover effect */
    }

/* Popup content */
.popup-content[b-5qlxz7pt1v] {
    background-color: #fefefe; /* Popup background color */
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 700px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .popup-content[b-5qlxz7pt1v] {
        width: 50%; /* Adjust width for larger screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-5qlxz7pt1v] {
        width: 40%; /* Further adjust width for even larger screens */
    }
}

.form-check.form-switch[b-5qlxz7pt1v] {
    padding-left: unset !important;
}

/* Read-only fields */
.ras-input.readonly[b-5qlxz7pt1v],
.ras-textarea.readonly[b-5qlxz7pt1v] {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #4b5563;
    cursor: default;
}

    .ras-input.readonly:focus[b-5qlxz7pt1v],
    .ras-textarea.readonly:focus[b-5qlxz7pt1v] {
        border-color: #e5e7eb;
        box-shadow: none;
    }

/* Compact readonly fields */
.ras-input.readonly[b-5qlxz7pt1v] {
    min-height: 36px;
    font-size: 14px;
}

.ras-textarea.readonly[b-5qlxz7pt1v] {
    min-height: 60px;
    resize: none;
}

.vend-grid[b-5qlxz7pt1v] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 20px;
}

/* md and up: 2 columns */
@media (min-width: 768px) {
    .vend-grid[b-5qlxz7pt1v] {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

/* ensure only elements with .span-2 take full width */
.vend-grid .form-field[b-5qlxz7pt1v] {
    grid-column: auto;
}

    .vend-grid .form-field.span-2[b-5qlxz7pt1v] {
        grid-column: 1 / -1;
    }

/* Grid behavior (half width desktop, full width mobile) */
@media (max-width: 768px) {
    .form-grid[b-5qlxz7pt1v] {
        grid-template-columns: 1fr;
    }
}

.nav-sm[b-5qlxz7pt1v] {
    display: flex;
    gap: 1.5rem; /* space between tabs */
    padding-left: 0; /* remove default ul padding */
    border-bottom: 2px solid #dee2e6; /* remove the full underline */
}

    /* 2) Strip out all default tab styling on links */
    .nav-sm .nav-link[b-5qlxz7pt1v] {
        padding: 0.25rem 0; /* only vertical padding */
        color: black;
        border: none; /* no Bootstrap border */
        position: relative; /* for the ::after underline */
        font-size: 1.05rem;
        font-weight: 400;
    }

        /* 3) Hover state */
        .nav-sm .nav-link:hover[b-5qlxz7pt1v] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-5qlxz7pt1v] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-5qlxz7pt1v]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px; /* sits just under the text */
                height: 3px; /* thickness of the underline */
                background-color: #5a0cf5;
                border-radius: 2px;
            }

/* ─── Section Title ──────────────────────────────────────── */
.section-title[b-5qlxz7pt1v] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.25rem;
    color: #333;
}

/* ─── Profile Definition List ───────────────────────────── */
.profile-section[b-5qlxz7pt1v] {
    margin: 0; /* remove default dl margin */
}

    .profile-section dt[b-5qlxz7pt1v] {
        color: #777;
        font-weight: 500;
        margin-bottom: 0.25rem;
    }

    .profile-section dd[b-5qlxz7pt1v] {
        margin-left: 0;
        margin-bottom: 0.5rem;
        color: #333;
    }

/* responsive tweak: stack on xs */
@media (max-width: 576px) {
    .profile-section dt[b-5qlxz7pt1v],
    .profile-section dd[b-5qlxz7pt1v] {
        display: block;
        width: 100%;
    }

    .profile-section dt[b-5qlxz7pt1v] {
        margin-top: 1rem;
    }
}

.tab[b-5qlxz7pt1v] {
    overflow: hidden;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 16px 32px; /* Adds consistent spacing between tabs */
}

    /* Style for individual buttons */
    .tab button[b-5qlxz7pt1v] {
        background-color: transparent;
        border: none;
        font-size: 20px; /* Adjust for better scaling */
        font-weight: 350;
        outline: none;
        cursor: pointer;
        transition: all 0.3s ease; /* Smooth hover and active transition */
        padding-bottom: 10px;
        padding-left: 0px;
    }

        /* Span within buttons for targeted styling */
        .tab button span[b-5qlxz7pt1v] {
            display: inline-block; /* Ensures underline stays on text */
            position: relative;
        }

        /* Hover effect for tabs */
        .tab button:hover span[b-5qlxz7pt1v] {
            color: blue;
        }

            /* Hover underline */
            .tab button:hover span[b-5qlxz7pt1v]::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -5px; /* Adjusted underline position */
                width: 100%;
                height: 2px;
                background-color: blue;
                transition: width 0.3s ease;
            }

        /* Active/current tab effect */
        .tab button.active span[b-5qlxz7pt1v] {
            color: blue;
        }

            /* Underline for active tab */
            .tab button.active span[b-5qlxz7pt1v]::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -5px; /* Adjusted underline position */
                width: 100%;
                height: 2px;
                background-color: blue;
            }

/* Tabs Content */
.tab-content[b-5qlxz7pt1v] {
    background-color: #fff;
}

.section-head[b-5qlxz7pt1v] {
    margin-bottom: 15px;
    border-bottom: 2px solid #c9cacf;
}

.toggle-icon[b-5qlxz7pt1v] {
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--bs-body-color, #212529);
    transition: color 0.2s ease;
}

    .toggle-icon:hover[b-5qlxz7pt1v],
    .toggle-icon:focus[b-5qlxz7pt1v] {
        color: var(--bs-primary, #0d6efd);
    }

.tab-pane[b-5qlxz7pt1v] {
    display: none;
}

    .tab-pane h6[b-5qlxz7pt1v] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .10em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

    .tab-pane .p-section[b-5qlxz7pt1v] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-5qlxz7pt1v] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-5qlxz7pt1v] {
            color: #161619;
        }

    .tab-pane.active[b-5qlxz7pt1v] {
        display: block;
    }
/* _content/RAS-WebApp/Pages/MonitorBays.razor.rz.scp.css */
.close-button[b-eq810qy3hd] {
    font-size: 42px;
    font-weight: 700;
    color: black;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
}

    .close-button:hover[b-eq810qy3hd] {
        background-color: #e0e0e0;
    }

.column-spacing-start[b-eq810qy3hd] {
    margin-right: 5px; /* Adjust as needed */
}

.column-spacing-end[b-eq810qy3hd] {
    margin-left: 5px; /* Adjust as needed */
}

.column-spacing-startEnd[b-eq810qy3hd] {
    margin-right: 15px; /* Adjust as needed */
}

.column-spacing-endStart[b-eq810qy3hd] {
    margin-left: 15px; /* Adjust as needed */
}

.column-spacing-center[b-eq810qy3hd] {
    margin-left: 2px; /* Adjust as needed */
    margin-right: 2px; /* Adjust as needed */
}

.back-arrow[b-eq810qy3hd] {
    font-size: 32px; /* Large arrow size */
    font-weight: bold; /* Bold for emphasis */
    color: white; /* White arrow */
    text-decoration: none; /* Remove underline */
    position: fixed; /* Position it so it's always visible */
    left: 20px; /* Adjust the horizontal position */
    z-index: 1000; /* Ensure it's above other elements */
    transition: opacity 0.5s ease; /* Smooth fade effect */
}

    .back-arrow span[b-eq810qy3hd] {
        margin-right: 8px;
        font-size: 20px;
    }

.hidden[b-eq810qy3hd] {
    display: none;
}

.loading-overlay[b-eq810qy3hd] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-eq810qy3hd]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-eq810qy3hd] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-eq810qy3hd 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-eq810qy3hd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.col-sm[b-eq810qy3hd] {
    position: relative !important;
    z-index: 1 !important;
}

.col-sm .baycard[b-eq810qy3hd] {
    position: relative !important;
    z-index: 1 !important;
}

.hover-box[b-eq810qy3hd] {
    top: 65%;
    position: absolute !important;
    z-index: 9999 !important; /* Ensure the hover box appears above other elements */
}

    .hover-box:last-child[b-eq810qy3hd] {
        top: 30%;
        position: absolute !important;
        z-index: 9999 !important;
    }


.hover-card[b-eq810qy3hd] {
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 9999;
    text-align: right;
}

    .hover-card.show[b-eq810qy3hd] {
        opacity: 1;
        visibility: visible;
    }
/* _content/RAS-WebApp/Pages/OptOut.razor.rz.scp.css */
.optout-wrapper[b-h6a9esaf2u] {
    min-height: calc(100vh - 70px);
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.optout-card[b-h6a9esaf2u] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.optout-heading[b-h6a9esaf2u] {
    font-weight: 600;
    margin-bottom: 1rem;
}

.btn[b-h6a9esaf2u] {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
}

.alert[b-h6a9esaf2u] {
    text-align: left;
    font-size: 1rem;
}
/* _content/RAS-WebApp/Pages/PrintCoupon.razor.rz.scp.css */

.nav-sm[b-bchol3l77m] {
    display: flex;
    gap: 1.5rem; /* space between tabs */
    padding-left: 0; /* remove default ul padding */
    border-bottom: 2px solid #dee2e6; /* remove the full underline */
}

    /* 2) Strip out all default tab styling on links */
    .nav-sm .nav-link[b-bchol3l77m] {
        padding: 0.25rem 0; /* only vertical padding */
        color: black;
        border: none; /* no Bootstrap border */
        position: relative; /* for the ::after underline */
        font-size: 1.05rem;
        font-weight: 400;
    }

        /* 3) Hover state */
        .nav-sm .nav-link:hover[b-bchol3l77m] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-bchol3l77m] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-bchol3l77m]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px; /* sits just under the text */
                height: 3px; /* thickness of the underline */
                background-color: #5a0cf5;
                border-radius: 2px;
            }
/* _content/RAS-WebApp/Pages/Settings/BaySettings.razor.rz.scp.css */
html[b-fj64y3hqp9], body[b-fj64y3hqp9] {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
}

.container-fluid[b-fj64y3hqp9] {
    height: 100%;
    max-height: 100%;
    min-height: 0; /* ✅ important for Safari */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Push content below a fixed 70px topbar */
body[b-fj64y3hqp9] {
    padding-top: 70px;
}

/* Disabled switch styling */
.form-check-input[disabled][b-fj64y3hqp9] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* Tooltip pointer cursor */
[data-bs-toggle="tooltip"][b-fj64y3hqp9] {
    cursor: help;
}
/* Card styling */
.card[b-fj64y3hqp9] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}

.pricing-input[b-fj64y3hqp9] {
    width: 20ch;
}

/* Align section titles at top */
.row.align-items-start[b-fj64y3hqp9] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-fj64y3hqp9] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-fj64y3hqp9] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-fj64y3hqp9] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}

.btn-modern[b-fj64y3hqp9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    max-width: 150px;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.bay-color-item[b-fj64y3hqp9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

    /* keep labels from shrinking so pickers stay aligned */
    .bay-color-item > span[b-fj64y3hqp9] {
        flex: 0 0 120px; /* adjust to your longest label */
    }

    /* size the picker consistently */
    .bay-color-item .e-custom-color[b-fj64y3hqp9] {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
    }

/* Success variant */
.btn-modern--success[b-fj64y3hqp9] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-fj64y3hqp9] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-fj64y3hqp9] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-fj64y3hqp9] {
        background-color: #2f80ed;
        color: #fff;
    }

.btn-modern--danger[b-fj64y3hqp9] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-fj64y3hqp9] {
        background-color: #eb5757;
        color: #fff;
    }


.tab[b-fj64y3hqp9] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-fj64y3hqp9] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 30px;
        font-weight: 700;
        color: black;
        padding-left: 0px;
        padding-right: 20px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-fj64y3hqp9] {
            color: blue;
            left: -25%;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-fj64y3hqp9] {
            color: blue;
            left: -25%;
        }

.loading-overlay[b-fj64y3hqp9] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-fj64y3hqp9]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-fj64y3hqp9] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-fj64y3hqp9 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-fj64y3hqp9 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RAS-WebApp/Pages/Settings/CouponSettings.razor.rz.scp.css */

.loading-overlay[b-vzn6j1b8b0] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-vzn6j1b8b0]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-vzn6j1b8b0] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-vzn6j1b8b0 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-vzn6j1b8b0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html[b-vzn6j1b8b0], body[b-vzn6j1b8b0] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
}
/* Push content below a fixed 70px topbar */
body[b-vzn6j1b8b0] {
    padding-top: 70px;
}

/* Disabled switch styling */
.form-check-input[disabled][b-vzn6j1b8b0] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* Tooltip pointer cursor */
[data-bs-toggle="tooltip"][b-vzn6j1b8b0] {
    cursor: help;
}
/* Card styling */
.card[b-vzn6j1b8b0] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}
/* Align section titles at top */
.row.align-items-start[b-vzn6j1b8b0] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-vzn6j1b8b0] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-vzn6j1b8b0] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-vzn6j1b8b0] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}
/* _content/RAS-WebApp/Pages/Settings/General_Settings.razor.rz.scp.css */

.loading-overlay[b-thbhtf97tc] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-thbhtf97tc]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-thbhtf97tc] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-thbhtf97tc 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-thbhtf97tc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html[b-thbhtf97tc], body[b-thbhtf97tc] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
}
/* Push content below a fixed 70px topbar */
body[b-thbhtf97tc] {
    padding-top: 70px;
}

/* Disabled switch styling */
.form-check-input[disabled][b-thbhtf97tc] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* Tooltip pointer cursor */
[data-bs-toggle="tooltip"][b-thbhtf97tc] {
    cursor: help;
}
/* Card styling */
.card[b-thbhtf97tc] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}
/* Align section titles at top */
.row.align-items-start[b-thbhtf97tc] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-thbhtf97tc] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-thbhtf97tc] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-thbhtf97tc] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}
/* _content/RAS-WebApp/Pages/Settings/MemberSettings.razor.rz.scp.css */
html[b-nsy9hak4ov], body[b-nsy9hak4ov] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
}
/* Push content below a fixed 70px topbar */
body[b-nsy9hak4ov] {
    padding-top: 70px;
}

/* Disabled switch styling */
.form-check-input[disabled][b-nsy9hak4ov] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* Tooltip pointer cursor */
[data-bs-toggle="tooltip"][b-nsy9hak4ov] {
    cursor: help;
}
/* Card styling */
.card[b-nsy9hak4ov] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}
/* Align section titles at top */
.row.align-items-start[b-nsy9hak4ov] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-nsy9hak4ov] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-nsy9hak4ov] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-nsy9hak4ov] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}
/* _content/RAS-WebApp/Pages/Settings/PricingSettings.razor.rz.scp.css */
.tab[b-rcc98jjg2o] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-rcc98jjg2o] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 30px;
        font-weight: 700;
        color: black;
        padding-left: 0px;
        padding-right: 20px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-rcc98jjg2o] {
            color: blue;
            left: -25%;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-rcc98jjg2o] {
            color: blue;
            left: -25%;
        }

html[b-rcc98jjg2o], body[b-rcc98jjg2o] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
}
/* Push content below a fixed 70px topbar */
body[b-rcc98jjg2o] {
    padding-top: 70px;
}

/* Disabled switch styling */
.form-check-input[disabled][b-rcc98jjg2o] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* Tooltip pointer cursor */
[data-bs-toggle="tooltip"][b-rcc98jjg2o] {
    cursor: help;
}
/* Card styling */
.card[b-rcc98jjg2o] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 500px;
}

.pricing-input[b-rcc98jjg2o] {
    width: 20ch;
}

/* Align section titles at top */
.row.align-items-start[b-rcc98jjg2o] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-rcc98jjg2o] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-rcc98jjg2o] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-rcc98jjg2o] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}

.btn-modern[b-rcc98jjg2o] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    max-width: 150px;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Success variant */
.btn-modern--success[b-rcc98jjg2o] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-rcc98jjg2o] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-rcc98jjg2o] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-rcc98jjg2o] {
        background-color: #2f80ed;
        color: #fff;
    }

.btn-modern--danger[b-rcc98jjg2o] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-rcc98jjg2o] {
        background-color: #eb5757;
        color: #fff;
    }

.loading-overlay[b-rcc98jjg2o] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-rcc98jjg2o]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-rcc98jjg2o] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-rcc98jjg2o 1s linear infinite;
    z-index: 11;
}


@keyframes spin-b-rcc98jjg2o {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RAS-WebApp/Pages/Settings/RegisterSettings.razor.rz.scp.css */
.checkbox-wrapper-40[b-wq5li8sv24] {
    --borderColor: #48c;
    --borderWidth: .1875em;
}

    .checkbox-wrapper-40 label[b-wq5li8sv24] {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .checkbox-wrapper-40 input[type=checkbox][b-wq5li8sv24] {
        -webkit-appearance: none;
        appearance: none;
        vertical-align: middle;
        background: #fff;
        font-size: 1.8em;
        border-radius: 0.1875em;
        display: inline-block;
        border: var(--borderWidth) solid var(--borderColor);
        width: 1em;
        height: 1em;
        position: relative;
    }

        .checkbox-wrapper-40 input[type=checkbox][b-wq5li8sv24]:before,
        .checkbox-wrapper-40 input[type=checkbox][b-wq5li8sv24]:after {
            content: "";
            position: absolute;
            background: var(--borderColor);
            width: calc(var(--borderWidth) * 3);
            height: var(--borderWidth);
            top: 50%;
            left: 10%;
            transform-origin: left center;
        }

        .checkbox-wrapper-40 input[type=checkbox][b-wq5li8sv24]:before {
            transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
            transition: transform 200ms ease-in 200ms;
        }

        .checkbox-wrapper-40 input[type=checkbox][b-wq5li8sv24]:after {
            width: calc(var(--borderWidth) * 5);
            transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
            transform-origin: left center;
            transition: transform 200ms ease-in;
        }

        .checkbox-wrapper-40 input[type=checkbox]:checked[b-wq5li8sv24]:before {
            transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
            transition: transform 200ms ease-in;
        }

        .checkbox-wrapper-40 input[type=checkbox]:checked[b-wq5li8sv24]:after {
            width: calc(var(--borderWidth) * 5);
            transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
            transition: transform 200ms ease-out 200ms;
        }

        .checkbox-wrapper-40 input[type=checkbox]:focus[b-wq5li8sv24] {
            outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
        }



.tab[b-wq5li8sv24] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-wq5li8sv24] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 30px;
        font-weight: 700;
        color: black;
        padding-left: 0px;
        padding-right: 20px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-wq5li8sv24] {
            color: blue;
            left: -25%;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-wq5li8sv24] {
            color: blue;
            left: -25%;
        }

.form-group .form-control[b-wq5li8sv24] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
    min-width: 150px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-wq5li8sv24] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-wq5li8sv24] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-wq5li8sv24] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.loading-overlay[b-wq5li8sv24] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-wq5li8sv24]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-wq5li8sv24] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-wq5li8sv24 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-wq5li8sv24 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type="checkbox"][b-wq5li8sv24] {
    /* Hide the default checkbox */
    display: none;
}

/* Style the checkbox label (consider using a custom icon) */
label[for="card1"][b-wq5li8sv24],
label[for="card2"][b-wq5li8sv24],
label[for="card3"][b-wq5li8sv24],
label[for="card4"][b-wq5li8sv24] {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    /* Style the checkbox when checked */
    label[for="card1"]:checked[b-wq5li8sv24],
    label[for="card2"]:checked[b-wq5li8sv24],
    label[for="card3"]:checked[b-wq5li8sv24],
    label[for="card4"]:checked[b-wq5li8sv24] {
        background-color: #ddd; /* Slightly darker background */
    }

    /* Optional: Style the checkmark (consider using an icon) */
    label[for="card1"][b-wq5li8sv24]:after,
    label[for="card2"][b-wq5li8sv24]:after,
    label[for="card3"][b-wq5li8sv24]:after,
    label[for="card4"][b-wq5li8sv24]:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff; /* Optional checkmark color */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the checkmark */
    }

.card[b-wq5li8sv24] {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1); /* Default subtle shadow */
}

    .card:hover[b-wq5li8sv24],
    .card:focus[b-wq5li8sv24] {
        /* Your hover and focus styles here */
        border-color: blue !important;
        opacity: 0.8;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    }

    .card.active[b-wq5li8sv24] {
        border-color: blue !important;
        opacity: 0.8;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
        /* Increased border thickness */
        border-width: 3px;
    }

@keyframes spin-b-wq5li8sv24 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RAS-WebApp/Pages/Settings/Settings.razor.rz.scp.css */
.loading-overlay[b-czpgxxuj9x] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-czpgxxuj9x]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-czpgxxuj9x] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-czpgxxuj9x 1s linear infinite;
    z-index: 11;
}

.tab-pane-hidden[b-czpgxxuj9x] {
    display: none !important;
}

.tab-pane-visible[b-czpgxxuj9x] {
    display: block !important;
}

@keyframes spin-b-czpgxxuj9x {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.click-text[b-czpgxxuj9x] {
    cursor: pointer; /* Set cursor to pointer on hover */
    color: #27252a; /* Inherit table text color */
    font-size: 20px;
    font-weight: 600;
}

    .click-text:hover[b-czpgxxuj9x] {
        color: blue; /* Change text color to blue on hover */
    }

.click-text-muted[b-czpgxxuj9x] {
    cursor: pointer; /* Set cursor to pointer on hover */
    color: #858796; /* Inherit table text color */
    font-size: 20px;
    font-weight: 600;
}

    .click-text-muted:hover[b-czpgxxuj9x] {
        color: blue; /* Change text color to blue on hover */
    }

.nav-sm[b-czpgxxuj9x] {
    display: flex;
    gap: 1.5rem;
    padding-left: 0;
    border-bottom: 3px solid #dee2e6;
}

    /* 2) each link hides the gray track via a transparent border */
    .nav-sm .nav-link[b-czpgxxuj9x] {
        padding: 0.25rem 0;
        font-size: 1.45rem;
        font-weight: 400;
        color: #000;
        background: transparent !important;
        /* remove any other borders… */
        border: none !important;
        border-radius: 0 !important;
        /* …then add this transparent bottom border to reveal the gray track */
        border-bottom: 3px solid transparent;
        transition: border-color 0.2s;
    }

        /* hover just tints the text */
        .nav-sm .nav-link:hover[b-czpgxxuj9x] {
            color: #333;
        }

        /* 3) active tab: blue border + nudge down to cover the gray underneath */
        .nav-sm .nav-link.active[b-czpgxxuj9x] {
            color: #5a0cf5;
            border-bottom: 3px solid #5a0cf5 !important;
            margin-bottom: -3px;
        }

.btn-modern[b-czpgxxuj9x] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    width: 118px;
}

/* Success variant */
.btn-modern--success[b-czpgxxuj9x] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-czpgxxuj9x] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-czpgxxuj9x] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-czpgxxuj9x] {
        background-color: #2f80ed;
        color: #fff;
    }

.btn-modern--danger[b-czpgxxuj9x] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-czpgxxuj9x] {
        background-color: #eb5757;
        color: #fff;
    }


.form-group .form-control[b-czpgxxuj9x] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .form-group .form-control:hover[b-czpgxxuj9x] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:active[b-czpgxxuj9x] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .form-group .form-control:focus[b-czpgxxuj9x] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

.initial-circle[b-czpgxxuj9x] {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: lightblue;
    border-radius: 50%;
    text-align: center;
    line-height: 60px; /* Ensures text is centered vertically */
    color: #27252a;
    font-weight: bold;
    font-size: 24px; /* Adjust font size as needed */
}

.tabs-container[b-czpgxxuj9x] {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 10; /* above the scrollable content */
    background-color: #fff; /* opaque so it doesn't ghost over content */
    /* keep your existing padding */
    padding-left: 85px;
    padding-right: 40px;
    padding-top: 10px;
}

.content-top[b-czpgxxuj9x] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px) !important; /* override your inline min-height */
    padding: 0;
    background-color: #fff !important;
    overflow: hidden;
}

.tab-content[b-czpgxxuj9x] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    /* if you need extra inner padding you can add it here */
}

.tab-pane-visible[b-czpgxxuj9x] {
    display: block !important;
    height: 100%;
    min-height: 0; 
    overflow-y: auto; 
    overflow-x: hidden;
}

.page-container[b-czpgxxuj9x] {
    height: calc(100vh - 70px) !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* _content/RAS-WebApp/Pages/Statistics.razor.rz.scp.css */
.tab[b-fn6uvry5f3] {
    display: flex;
    flex-wrap: wrap; /* let tabs wrap to new line when they run out of space */
    gap: 0.5rem 1rem; /* row-gap:0.5rem (vertical), col-gap:1rem (horizontal) */
    padding-bottom: 0.5rem; /* give room for the underline */
}

    .tab button[b-fn6uvry5f3] {
        flex: 0 0 auto; /* don’t stretch, but don’t shrink past content */
        font-size: 1rem;
        font-weight: 700;
        color: black;
        background: transparent;
        border: none;
        padding-bottom: 0.5rem;
        white-space: nowrap; /* keep words together */
        transition: color 0.3s;
    }

        .tab button:hover[b-fn6uvry5f3],
        .tab button.active[b-fn6uvry5f3] {
            color: blue;
            border-bottom: 3px solid blue;
        }

.tab-pane[b-fn6uvry5f3] {
    display: none;
}

    .tab-pane h6[b-fn6uvry5f3] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

    .tab-pane .p-section[b-fn6uvry5f3] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-fn6uvry5f3] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-fn6uvry5f3] {
            color: #161619;
        }

    .tab-pane.active[b-fn6uvry5f3] {
        display: block;
    }


.loading-overlay[b-fn6uvry5f3] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-fn6uvry5f3]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-fn6uvry5f3] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-fn6uvry5f3 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-fn6uvry5f3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pop-close-button[b-fn6uvry5f3] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .pop-close-button:hover[b-fn6uvry5f3] {
        color: red; /* Optional hover effect */
    }

.popup[b-fn6uvry5f3] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

/* Popup content */
.popup-content[b-fn6uvry5f3] {
    background-color: #fefefe; /* Popup background color */
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 500px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .popup-content[b-fn6uvry5f3] {
        width: 50%; /* Adjust width for medium screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-fn6uvry5f3] {
        width: 40%; /* Further adjust width for larger screens */
    }
}

/* Close button */
.close[b-fn6uvry5f3] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-fn6uvry5f3],
    .close:focus[b-fn6uvry5f3] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.toggle-switch[b-fn6uvry5f3] {
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 500px;
    height: 60px;
}

.toggle-input[b-fn6uvry5f3] {
    display: none;
}

.toggle-label[b-fn6uvry5f3] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.4s;
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}

.toggle-slider[b-fn6uvry5f3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #2196F3;
    border-radius: 30px;
    transition: transform 0.8s ease-in-out; /* Adjusted duration */
}

/* Initial state */
.toggle-input:checked + .toggle-label[b-fn6uvry5f3] {
    background-color: #f0f0f0; /* Optional styling for checked state */
}

/* Label positioning (adjust as needed) */
.toggle-label .on-label[b-fn6uvry5f3] {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.toggle-label .off-label[b-fn6uvry5f3] {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

/* Optional label styles */
.on-label[b-fn6uvry5f3],
.off-label[b-fn6uvry5f3] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* State-specific slider positions */
.toggle-input:checked + .toggle-label .toggle-slider[b-fn6uvry5f3] {
    transform: translateX(100%);
}

.toggle-input:not(:checked) + .toggle-label .toggle-slider[b-fn6uvry5f3] {
    transform: translateX(0);
}
/* _content/RAS-WebApp/Pages/StatsPdfViewer.razor.rz.scp.css */
.tab[b-jcqmo2akud] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-jcqmo2akud] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 30px;
        font-weight: 700;
        color: black;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-jcqmo2akud] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-jcqmo2akud] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

/* Popup container */
.popup[b-jcqmo2akud] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position the popup */
    top: -15%;
    left: 0;
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    animation: fadeIn-b-jcqmo2akud 0.8s; /* Apply fade-in animation */
    border-radius: 10px;
}

/* Fade-in animation */
@keyframes fadeIn-b-jcqmo2akud {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup content */
.popup-content[b-jcqmo2akud] {
    background-color: #fefefe; /* Popup background color */
    margin: 20% auto; /* Center the popup vertically */
    padding: 5px;
    top: 20%;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%; /* Set the width of the popup */
}

/* Close button */
.close[b-jcqmo2akud] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-jcqmo2akud],
    .close:focus[b-jcqmo2akud] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.toggle-switch[b-jcqmo2akud] {
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 500px;
    height: 60px;
}

.toggle-input[b-jcqmo2akud] {
    display: none;
}

.toggle-label[b-jcqmo2akud] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.4s;
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}

.toggle-slider[b-jcqmo2akud] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #2196F3;
    border-radius: 30px;
    transition: transform 0.8s ease-in-out; /* Adjusted duration */
}

/* Initial state */
.toggle-input:checked + .toggle-label[b-jcqmo2akud] {
    background-color: #f0f0f0; /* Optional styling for checked state */
}

/* Label positioning (adjust as needed) */
.toggle-label .on-label[b-jcqmo2akud] {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.toggle-label .off-label[b-jcqmo2akud] {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

/* Optional label styles */
.on-label[b-jcqmo2akud],
.off-label[b-jcqmo2akud] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* State-specific slider positions */
.toggle-input:checked + .toggle-label .toggle-slider[b-jcqmo2akud] {
    transform: translateX(100%);
}

.toggle-input:not(:checked) + .toggle-label .toggle-slider[b-jcqmo2akud] {
    transform: translateX(0);
}
.loading-overlay[b-jcqmo2akud] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-jcqmo2akud]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-jcqmo2akud] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin 1s linear infinite;
    z-index: 11;
}
/* _content/RAS-WebApp/Pages/TemplateBayCard.razor.rz.scp.css */
@keyframes flickerCheckedIn-b-wru0bb6e4n {
    0% {
        background-color: var(--flicker-checked-in-color1);
    }

    50% {
        background-color: var(--flicker-checked-in-color2);
    }

    100% {
        background-color: var(--flicker-checked-in-color1);
    }
}

@keyframes flickerCheckedOut-b-wru0bb6e4n {
    0% {
        background-color: var(--flicker-checked-out-color1);
    }

    50% {
        background-color: var(--flicker-checked-out-color2);
    }

    100% {
        background-color: var(--flicker-checked-out-color1);
    }
}

@keyframes flickerError-b-wru0bb6e4n {
    0% {
        background-color: var(--flicker-error-color1);
    }

    50% {
        background-color: var(--flicker-error-color2);
    }

    100% {
        background-color: var(--flicker-error-color1);
    }
}

.flicker-checked-in[b-wru0bb6e4n] {
    animation: flickerCheckedIn-b-wru0bb6e4n 1s infinite;
}

.flicker-checked-out[b-wru0bb6e4n] {
    animation: flickerCheckedOut-b-wru0bb6e4n 1s infinite;
}

.flicker-error[b-wru0bb6e4n] {
    animation: flickerError-b-wru0bb6e4n 1s infinite;
}
/* _content/RAS-WebApp/Pages/UICards/CardToggleSlider.razor.rz.scp.css */
.slider-overlay[b-4v9rayiisx] {
    position: fixed;
    inset: 0;
    background: rgba(17,24,39,0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 999;
}
.slider-overlay.show[b-4v9rayiisx] { opacity: 1; pointer-events: auto; }

.card-toggle-slider[b-4v9rayiisx] {
    position: fixed;
    top: 0;
    right: -380px;
    width: 360px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.25s ease;
    z-index: 1000;
    overflow-y: auto;
    font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
}
.card-toggle-slider.open[b-4v9rayiisx] { right: 0; }

.slider-toggle[b-4v9rayiisx] {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #3b82f6;
    color: #fff;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.slider-content[b-4v9rayiisx] {
    padding: 20px 20px 16px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 80px;
}

.slider-header[b-4v9rayiisx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.slider-header h3[b-4v9rayiisx] {
    margin: 0; 
    color: #111827; 
    font-size: 1.1rem; 
    font-weight: 400; 
}
.close-btn[b-4v9rayiisx] { background: none; border: none; color: #6b7280; font-size: 18px; width: 32px; height: 32px; display:flex; align-items:center; justify-content:center; cursor: pointer; }
.close-btn:hover[b-4v9rayiisx] { color: #111827; }

.card-picker-list[b-4v9rayiisx] { display: flex; flex-direction: column; gap: 16px; flex: 1; overflow-y: auto; padding-right: 6px; }
.card-picker-item[b-4v9rayiisx] { 
    display: flex;
    flex-direction: column;
    gap: 10px; 
    padding: 16px; 
    border: 1px solid #e5e7eb; 
    border-radius: 14px; 
    background:#fff; 
    box-shadow: 0 1px 2px rgba(0,0,0,.04); 
    cursor: pointer;
    transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease; 

}
.card-picker-item:hover[b-4v9rayiisx] { 
    border-color: #d1d5db; 
    box-shadow: 0 3px 8px rgba(0,0,0,.08); 
    transform: translateY(-1px);
}
.card-picker-head[b-4v9rayiisx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.card-picker-icon[b-4v9rayiisx] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.card-picker-action[b-4v9rayiisx] { flex-shrink: 0; }

.icon-bg-blue[b-4v9rayiisx] { background: linear-gradient(135deg, #60a5fa, #3b82f6); }
.icon-bg-purple[b-4v9rayiisx] { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.icon-bg-rose[b-4v9rayiisx] { background: linear-gradient(135deg, #fb7185, #e11d48); }
.icon-bg-emerald[b-4v9rayiisx] { background: linear-gradient(135deg, #34d399, #10b981); }
.icon-bg-amber[b-4v9rayiisx] { background: linear-gradient(135deg, #fbbf24, #f59e0b); }

.card-picker-title[b-4v9rayiisx] { 
    color: #111827; 
    font-weight: 500; 
    font-size: 0.95rem; 

}
.card-picker-desc[b-4v9rayiisx] { 
    color: #6b7280; 
    font-size: 0.85rem;
    font-weight: 400;
}

.status-btn[b-4v9rayiisx] { border: 1px solid #e5e7eb; background:#fff; color:#374151; border-radius:999px; padding:6px 12px; display:inline-flex; align-items:center; gap:8px; font-size:0.85rem; cursor:pointer; white-space:nowrap; position: relative; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.status-btn:active[b-4v9rayiisx] { transform: scale(0.98); }
.status-btn.add[b-4v9rayiisx] { border-color:#3b82f6; color:#1d4ed8; }
.status-btn.add:hover[b-4v9rayiisx] { background:#eff6ff; }
.status-btn.add i[b-4v9rayiisx] { color:#3b82f6; }
.status-btn.added[b-4v9rayiisx] { background:#1d4ed8; border-color:#1d4ed8; color:#fff; animation: btn-pop-in-b-4v9rayiisx 180ms ease-out; }
.status-btn.added[b-4v9rayiisx]::after { content:""; position:absolute; inset:-2px; border-radius:999px; box-shadow:0 0 0 0 rgba(29,78,216,0.35); animation: btn-ring-b-4v9rayiisx 420ms ease-out; pointer-events:none; }
.status-btn.add[b-4v9rayiisx] { animation: btn-pop-in-b-4v9rayiisx 180ms ease-out; }
.status-btn.added:hover[b-4v9rayiisx] { filter: brightness(0.95); }

.slider-actions[b-4v9rayiisx] { padding-top: 12px; border-top: 1px solid #e5e7eb; display:flex; gap:8px; }
.btn[b-4v9rayiisx] { flex:1; padding:8px 12px; border:none; border-radius:8px; cursor:pointer; font-size:0.9rem; font-weight:600; }
.btn-primary[b-4v9rayiisx] { background:#3b82f6; color:#fff; }
.btn-primary:hover[b-4v9rayiisx] { background:#2563eb; }
.btn-secondary[b-4v9rayiisx] { background:#6b7280; color:#fff; }
.btn-secondary:hover[b-4v9rayiisx] { background:#4b5563; }

@keyframes btn-pop-in-b-4v9rayiisx {
  0% { transform: scale(0.92); }
  100% { transform: scale(1); }
}

@keyframes btn-ring-b-4v9rayiisx {
  to { box-shadow: 0 0 0 12px rgba(29,78,216,0); }
}
/* _content/RAS-WebApp/Pages/UICards/LocationOverview.razor.rz.scp.css */
.location-performance-grid[b-sehegoeoyd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.performance-section h4[b-sehegoeoyd] {
    margin: 0 0 0.75rem 0;
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 600;
}

.location-list[b-sehegoeoyd], .station-list[b-sehegoeoyd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.location-item[b-sehegoeoyd], .station-item[b-sehegoeoyd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.rank[b-sehegoeoyd] {
    background: #007bff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.name[b-sehegoeoyd], .station-name[b-sehegoeoyd] {
    flex: 1;
    font-size: 0.9rem;
    color: #2c3e50;
}

.score[b-sehegoeoyd], .usage[b-sehegoeoyd] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
}

.trend-item[b-sehegoeoyd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .trend-item:last-child[b-sehegoeoyd] {
        border-bottom: none;
    }

.trend-label[b-sehegoeoyd] {
    font-size: 0.9rem;
    color: #2c3e50;
}

.trend-value[b-sehegoeoyd] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
}
/* _content/RAS-WebApp/Pages/UICards/LocationPerformanceCard.razor.rz.scp.css */
.location-performance-grid[b-2skjkbuw4d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.performance-section h4[b-2skjkbuw4d] {
    margin: 0 0 0.75rem 0;
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 600;
}

.location-list[b-2skjkbuw4d], .station-list[b-2skjkbuw4d] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.location-item[b-2skjkbuw4d], .station-item[b-2skjkbuw4d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.rank[b-2skjkbuw4d] {
    background: #007bff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.name[b-2skjkbuw4d], .station-name[b-2skjkbuw4d] {
    flex: 1;
    font-size: 0.9rem;
    color: #2c3e50;
}

.score[b-2skjkbuw4d], .usage[b-2skjkbuw4d] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
}

.trend-item[b-2skjkbuw4d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .trend-item:last-child[b-2skjkbuw4d] {
        border-bottom: none;
    }

.trend-label[b-2skjkbuw4d] {
    font-size: 0.9rem;
    color: #2c3e50;
}

.trend-value[b-2skjkbuw4d] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
}
/* _content/RAS-WebApp/Pages/UICards/UICardHost.razor.rz.scp.css */
.ui-card[b-ylvh8n48xo] {
	background: #ffffff;
	border: 1px solid #e1e5e9;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box; /* Ensure borders/padding are included in flex-basis to avoid wrap overflow */
	overflow: hidden;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
	position: relative;
	font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
	/* Flex item sizing for dashboard grid */
	min-height: 300px;
	max-width: 100%;
	max-height: none;
	flex: 0 0 auto; /* width controlled via JS (flex-basis/width) */
	min-width: calc(50% - 12px); /* enforce half width minimum on desktop */
}

.ui-card:hover[b-ylvh8n48xo] {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-color: #d1d5db;
}

/* During drag, disable internal transitions to reduce flicker */
.ui-card.is-resizing[b-ylvh8n48xo] {
	transition: none !important;
}

.ui-card.expanded[b-ylvh8n48xo] {
	z-index: 1000;
}

.ui-card__header[b-ylvh8n48xo] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	flex-shrink: 0;
}

.ui-card__header-left[b-ylvh8n48xo] {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.ui-card__icon[b-ylvh8n48xo] {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background: #f8fafc;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}

.ui-card__titles[b-ylvh8n48xo] {
	flex: 1;
}

.ui-card__title[b-ylvh8n48xo] {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
	line-height: 1.4;
}

.ui-card__subtitle[b-ylvh8n48xo] {
	font-size: 13px;
	color: #6b7280;
	margin-top: 2px;
	font-weight: 400;
}

.ui-card__actions[b-ylvh8n48xo] {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ui-card__expand-btn[b-ylvh8n48xo], .ui-card__more-btn[b-ylvh8n48xo] {
	width: 28px;
	height: 28px;
	border: none;
	background: transparent;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.2s ease;
}

.ui-card__expand-btn:hover[b-ylvh8n48xo], .ui-card__more-btn:hover[b-ylvh8n48xo] {
	background: #f3f4f6;
	color: #374151;
}

.ui-card__body[b-ylvh8n48xo] {
	padding: 20px;
	background: #ffffff;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Resize handles */
.resize-handle[b-ylvh8n48xo] {
	position: absolute;
	background: transparent;
	z-index: 10;
}

.resize-handle--se[b-ylvh8n48xo] {
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	cursor: se-resize;
}

.resize-handle--e[b-ylvh8n48xo] {
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	cursor: e-resize;
}

.resize-handle--w[b-ylvh8n48xo] {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	cursor: w-resize;
}

.resize-handle--s[b-ylvh8n48xo] {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	cursor: s-resize;
}

.resize-handle:hover[b-ylvh8n48xo] {
	background: rgba(59, 130, 246, 0.1);
}

/* Full screen modal */
.fullscreen-modal[b-ylvh8n48xo] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.fullscreen-content[b-ylvh8n48xo] {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	width: 90vw;
	height: 90vh;
	max-width: 1200px;
	max-height: 800px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
}

.fullscreen-header[b-ylvh8n48xo] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid #f3f4f6;
	background: #fafbfc;
	flex-shrink: 0;
}

.fullscreen-header-left[b-ylvh8n48xo] {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
}

.fullscreen-actions[b-ylvh8n48xo] {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ui-card__close-btn[b-ylvh8n48xo] {
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.2s ease;
}

.ui-card__close-btn:hover[b-ylvh8n48xo] {
	background: #f3f4f6;
	color: #374151;
}

.fullscreen-body[b-ylvh8n48xo] {
	padding: 24px;
	background: #ffffff;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 1024px) {
	.ui-card[b-ylvh8n48xo] {
		min-width: 100%;
		flex-basis: 100%;
	}
}


/* _content/RAS-WebApp/Pages/Users.razor.rz.scp.css */
.loading-overlay[b-456oa7csga] {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); /* Black background with slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .loading-overlay[b-456oa7csga]::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-filter: blur(5px); /* Blur effect for background */
        filter: blur(5px); /* Blur effect for background */
    }

.spinner[b-456oa7csga] {
    border: 16px solid #f3f3f3; /* Adjust border color as needed */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 200px; /* Adjust spinner size */
    height: 200px; /* Adjust spinner size */
    animation: spin-b-456oa7csga 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-456oa7csga {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.click-text[b-456oa7csga] {
    cursor: pointer; /* Set cursor to pointer on hover */
    color: #27252a; /* Inherit table text color */
    font-size: 20px;
    font-weight: 600;
}

    .click-text:hover[b-456oa7csga] {
        color: blue; /* Change text color to blue on hover */
    }

.click-text-muted[b-456oa7csga] {
    cursor: pointer; /* Set cursor to pointer on hover */
    color: #858796; /* Inherit table text color */
    font-size: 20px;
    font-weight: 600;
}

    .click-text-muted:hover[b-456oa7csga] {
        color: blue; /* Change text color to blue on hover */
    }

.tabs-container[b-456oa7csga] {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 10; /* above the scrollable content */
    background-color: #fff; /* opaque so it doesn't ghost over content */
    /* keep your existing padding */
    padding-left: 85px;
    padding-right: 40px;
    padding-top: 10px;
}

.nav-sm[b-456oa7csga] {
    display: flex;
    gap: 1.5rem;
    padding-left: 0;
    border-bottom: 3px solid #dee2e6;
}

    /* 2) each link hides the gray track via a transparent border */
    .nav-sm .nav-link[b-456oa7csga] {
        padding: 0.25rem 0;
        font-size: 1.45rem;
        font-weight: 400;
        color: #000;
        background: transparent !important;
        /* remove any other borders… */
        border: none !important;
        border-radius: 0 !important;
        /* …then add this transparent bottom border to reveal the gray track */
        border-bottom: 3px solid transparent;
        transition: border-color 0.2s;
    }

        /* hover just tints the text */
        .nav-sm .nav-link:hover[b-456oa7csga] {
            color: #333;
        }

        /* 3) active tab: blue border + nudge down to cover the gray underneath */
        .nav-sm .nav-link.active[b-456oa7csga] {
            color: #5a0cf5;
            border-bottom: 3px solid #5a0cf5 !important;
            margin-bottom: -3px;
        }

.card[b-456oa7csga] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 1000px;
}
/* Align section titles at top */
.row.align-items-start[b-456oa7csga] {
    align-items: flex-start;
}
/* Custom field name styling */
.field-name[b-456oa7csga] {
    color: #202020;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}

.header-name[b-456oa7csga] {
    color: #202020;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.143;
    margin-bottom: 0.5rem;
}
/* Custom helper text under field names */
.label-value[b-456oa7csga] {
    color: #838383;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.34;
    margin: 0;
}
/* Labels for inputs */
.label-name[b-456oa7csga] {
    color: #646464;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.143;
}

.table-responsive[b-456oa7csga] {
    overflow-x: hidden !important;
}

.content-top[b-456oa7csga] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px) !important; /* override your inline min-height */
    padding: 0;
    background-color: #fff !important;
    overflow: hidden;
}

.tab-content[b-456oa7csga] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    /* if you need extra inner padding you can add it here */
}

.page-container[b-456oa7csga] {
    height: calc(100vh - 70px) !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.btn-modern[b-456oa7csga] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    width: 118px;
}

/* Success variant */
.btn-modern--success[b-456oa7csga] {
    border-color: #28a745;
    color: #28a745;
}

    .btn-modern--success:hover[b-456oa7csga] {
        background-color: #28a745;
        color: #fff;
    }

/* Primary variant */
.btn-modern--primary[b-456oa7csga] {
    border-color: #2f80ed;
    color: #2f80ed;
}

    .btn-modern--primary:hover[b-456oa7csga] {
        background-color: #2f80ed;
        color: #fff;
    }

.btn-modern--danger[b-456oa7csga] {
    border-color: #eb5757;
    color: #eb5757;
}

    .btn-modern--danger:hover[b-456oa7csga] {
        background-color: #eb5757;
        color: #fff;
    }

.initial-circle[b-456oa7csga] {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: lightblue;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #27252a;
    font-weight: bold;
    font-size: 20px;
}

/* _content/RAS-WebApp/Pages/VendTransactions.razor.rz.scp.css */
.card-container[b-dfkfmwv1d3] {
    position: fixed;
    top: 20%;
    right: -300px;
    width: 250px;
    height: auto;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease;
    z-index: 10002;
}

    .card-container.open[b-dfkfmwv1d3] {
        right: 0; 
    }

.toggle-button[b-dfkfmwv1d3] {
    position: absolute !important;
    top: 90%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    left: -100px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10200 !important;
    transition: left 0.5s ease;
}

    .toggle-button img[b-dfkfmwv1d3] {
        width: 30px;
        height: auto;
    }

.card-container.open .toggle-button[b-dfkfmwv1d3] {
    left: -50px; /* Ensures it stays in place */
}

.card-header[b-dfkfmwv1d3] {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
}

    .card-header img[b-dfkfmwv1d3] {
        height: 30px;
    }

.card-body[b-dfkfmwv1d3] {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

    .card-body p[b-dfkfmwv1d3] {
        margin: 0 0 10px;
    }

.highlight[b-dfkfmwv1d3] {
    font-size: 16px;
    font-weight: bold;
    color: #198754;
}

.card-footer[b-dfkfmwv1d3] {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dee2e6;
}

    .card-footer button[b-dfkfmwv1d3] {
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .card-footer button:hover[b-dfkfmwv1d3] {
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

.btn-danger[b-dfkfmwv1d3] {
    background-color: #dc3545;
    color: white;
}

.btn-warning[b-dfkfmwv1d3] {
    background-color: #ffc107;
    color: white;
}

.btn-success[b-dfkfmwv1d3] {
    background-color: #28a745;
    color: white;
}

.card-status[b-dfkfmwv1d3] {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}

/* POPUP CSS */

.popup[b-dfkfmwv1d3] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

.open-register-text[b-dfkfmwv1d3] {
    font-size: 22px;
    font-weight: 500;
    color: #474040;
    margin-bottom: 20px;
}

.open-register-icon[b-dfkfmwv1d3] {
    font-size: 40px;
    color: black;
    margin-bottom: 15px;
}

.closed-register[b-dfkfmwv1d3] {
    text-align: center;
    max-width: 250px;
    width: 250px;
    animation: fadeIn 0.3s ease-in-out;
    padding-right: 25px;
}

.form-scroll-container[b-dfkfmwv1d3] {
    max-height: 500px;
    font-family: 'Oswald', sans-serif;
    overflow-y: auto;
    padding-right: 1rem;
}

.spinner[b-dfkfmwv1d3] {
    border: 16px solid #f3f3f3; /* Light gray border */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 100px; /* Adjust spinner size */
    height: 100px; /* Adjust spinner size */
    animation: spin-b-dfkfmwv1d3 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-dfkfmwv1d3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Popup content */
.popup-content[b-dfkfmwv1d3] {
    background-color: #fefefe; /* Popup background color */
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 500px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .popup-content[b-dfkfmwv1d3] {
        width: 50%; /* Adjust width for medium screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-dfkfmwv1d3] {
        width: 40%; /* Further adjust width for larger screens */
    }
}
.member-slide-vend .cs-content[b-dfkfmwv1d3] {
    padding: 1rem;
    position: relative;
    flex: 1;
    overflow-y: auto;
}

/* ---------- NO TRANSACTION (centered) ---------- */
.member-slide-vend .cs-empty-state.cs-center[b-dfkfmwv1d3] {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .6rem;
    padding: 14px 10px;
}

/* Status row */
.vu-status[b-dfkfmwv1d3] {
    margin-bototm: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

/* Chips */
.chip[b-dfkfmwv1d3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    background: #f8fafc;
    color: #0f172a; /* slate-50/900 vibe */
    border: 1px solid #e5e7eb;
}

    .chip i[b-dfkfmwv1d3] {
        font-size: 19px;
    }

/* Variants */
.chip--time[b-dfkfmwv1d3] {
    background: #f8fafc;
}

.chip--queue[b-dfkfmwv1d3] {
    background: #eef6ff;
    border-color: #dbeafe;
    color: #0d57b5;
}
/* ties to ras-primary */
.member-slide-vend[b-dfkfmwv1d3] {
    background: var(--cs-bg);
    border-radius: var(--cs-radius);
    box-shadow: 0 8px 24px var(--cs-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    font-family: var(--cs-font);
    transition: transform var(--cs-transition), opacity var(--cs-transition);
}

/* Icon orb with subtle glow + pulse */
.member-slide-vend .vu-icon[b-dfkfmwv1d3] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    /* red gradient instead of purple */
    background: linear-gradient(135deg, rgba(226,35,26,0.14) 0%, rgba(0,0,0,.03) 100%);
    /* subtle red-tinted shadow */
    box-shadow: inset 0 2px 10px rgba(0,0,0,.06), 0 10px 22px rgba(226,35,26,0.12);
    font-size: 24px;
}

    .member-slide-vend .vu-icon i[b-dfkfmwv1d3] {
        font-size: 40px;
        line-height: 1;
        color: #E2231A; /* lightspeed red for the icon */
    }

    /* pulsing border in red */
    .member-slide-vend .vu-icon[b-dfkfmwv1d3]::after {
        content: "";
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: 2px solid rgba(226,35,26,0.26);
        animation: vu-pulse-b-dfkfmwv1d3 1.8s ease-out infinite;
    }

@keyframes vu-pulse-b-dfkfmwv1d3 {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

.member-slide-vend .cs-empty-title[b-dfkfmwv1d3] {
    margin: .2rem 0 0;
    font-weight: 600;
    color: #1f2937;
    letter-spacing: .15px;
    font-size: clamp(1rem, .96rem + .2vw, 1.125rem);
}

.member-slide-vend .cs-empty-sub[b-dfkfmwv1d3] {
    margin: 0;
    color: #6b7280;
    font-size: .88rem;
}

/* ---------- ACTIVE TRANSACTION (card) ---------- */
.member-slide-vend .vu-card[b-dfkfmwv1d3] {
    width: 100%;
    max-width: 360px;
    margin: 8px auto 12px; /* center in ~400px slide */
    padding: 14px 14px 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(17,17,17,.06);
}

/* Meta rows: label | value */
.member-slide-vend .vu-meta[b-dfkfmwv1d3] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    animation: fadeIn var(--cs-transition);
    padding: 1.5rem 1.5rem 0.5rem;
}

.member-slide-vend .vu-row[b-dfkfmwv1d3] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}
    .member-slide-vend .vu-row span[b-dfkfmwv1d3] {
        color: #000;
    }

    .member-slide-vend .vu-row strong[b-dfkfmwv1d3] {
        color: #222;
    }

.member-slide-vend .vu-value[b-dfkfmwv1d3] {
    font-variant-numeric: tabular-nums;
}


.action-row[b-dfkfmwv1d3] {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem !important;
}

/* Action bar */
.member-slide-vend .vu-actions[b-dfkfmwv1d3] {
    display: flex;
    gap: .5rem;
    margin-top: .6rem;
    flex-wrap: wrap;
}

/* Icon buttons (high-contrast, thumb-sized) */
.member-slide-vend .btn-icon[b-dfkfmwv1d3] {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid transparent;
    background: #f5f5f7;
    color: #374151;
    transition: transform .08s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}

    .member-slide-vend .btn-icon i[b-dfkfmwv1d3] {
        font-size: 1.1rem;
        line-height: 1;
    }

    /* Variants (fixed tints) */
    .member-slide-vend .btn-icon.primary[b-dfkfmwv1d3] {
        background: rgba(90,12,245,0.12);
        color: var(--ras-primary);
        border-color: rgba(90,12,245,0.35);
    }

    .member-slide-vend .btn-icon.success[b-dfkfmwv1d3] {
        background: rgba(22,163,74,0.12); /* #16a34a */
        color: #15803d;
        border-color: rgba(22,163,74,0.35);
    }

    .member-slide-vend .btn-icon.neutral[b-dfkfmwv1d3] {
        background: #f3f4f6;
        color: #374151;
        border-color: #e5e7eb;
    }

    .member-slide-vend .btn-icon.danger[b-dfkfmwv1d3] {
        background: rgba(225,29,72,0.10); /* #e11d48 */
        color: #be123c;
        border-color: rgba(225,29,72,0.35);
    }

    /* Hover/active feedback */
    .member-slide-vend .btn-icon:hover[b-dfkfmwv1d3] {
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(17,17,17,.08);
    }

    .member-slide-vend .btn-icon:active[b-dfkfmwv1d3] {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(17,17,17,.1) inset;
    }

/* Utility: truncate long strings in narrow slide */
.member-slide-vend .truncate[b-dfkfmwv1d3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pop-close-button[b-dfkfmwv1d3] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .pop-close-button:hover[b-dfkfmwv1d3] {
        color: red; /* Optional hover effect */
    }
.ras-layer[b-dfkfmwv1d3] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

    .ras-layer.is-open[b-dfkfmwv1d3] {
        display: block;
    }

.ras-backdrop[b-dfkfmwv1d3] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(3px);
}

.ras-modal[b-dfkfmwv1d3] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 16px;
}

/* The card (this brings the “popup look” back) */
.ras-card[b-dfkfmwv1d3] {
    position: relative;
    background: #fff;
    width: min(720px,96vw);
    max-height: calc(95% - 60px);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    display: grid;
    grid-template-rows: auto 1fr auto; /* header / body / footer */
    overflow: hidden;
    color: #1e1e21;
}

/* Header / close */
.ras-card__header[b-dfkfmwv1d3] {
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

.ras-title[b-dfkfmwv1d3] {
    margin: 0;
    font-size: 22px;
}

.ras-close[b-dfkfmwv1d3] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

/* Body scroll (you already have padding/overflow) */
.ras-body[b-dfkfmwv1d3] {
    padding: 20px 24px 8px;
    overflow: auto;
}

/* Grid — missing in your snippet */
.form-grid[b-dfkfmwv1d3] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px 20px;
}

.form-field[b-dfkfmwv1d3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-field.span-2[b-dfkfmwv1d3] {
        grid-column: 1 / -1;
    }

/* Footer buttons (if your reset stripped button styles) */
.ras-card__footer[b-dfkfmwv1d3] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 24px;
    border-top: 1px solid #eee;
}

.ras-btn[b-dfkfmwv1d3] {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
}

.ras-btn--primary[b-dfkfmwv1d3] {
    background: #0d57b5;
    color: #fff;
}

.ras-btn--ghost[b-dfkfmwv1d3] {
    background: #fff;
    color: #0d57b5;
    border-color: #0d57b5;
}

/* Checkbox row alignment */
.pref-row[b-dfkfmwv1d3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ras-checkbox[b-dfkfmwv1d3] {
    width: 18px;
    height: 18px;
    accent-color: var(--ras-primary);
}
/* _content/RAS-WebApp/Pages/Waitlist.razor.rz.scp.css */
/* ----------------------------------
   Card Container (Slide-Out Panel)
------------------------------------- */

.item-list[b-o7cw2kv7sy] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: flex-start;
    max-height: 297px; 
    overflow-y: auto; 
    padding: 15px;
}
/* ----------------------------------
   Icons (trash / edit) 
------------------------------------- */
.trash-icon[b-o7cw2kv7sy] {
    margin-left: 10px;
    color: red;
    cursor: pointer;
    display: none;
}

.edit-icon[b-o7cw2kv7sy] {
    margin-left: 10px;
    color: blue;
    cursor: pointer;
    display: none;
}

/* Show icons only on the hovered item row */
.waitlist-item:hover .edit-icon[b-o7cw2kv7sy],
.waitlist-item:hover .trash-icon[b-o7cw2kv7sy] {
    display: inline-block;
}

/* ----------------------------------
   Modern Buttons (custom)
------------------------------------- */
.btn-modern[b-o7cw2kv7sy] {
    padding: 6px 10px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

/* Example color variants for modern-btn */
.primary-btn[b-o7cw2kv7sy] {
    background: #007bff;
    color: #fff;
}

    .primary-btn:hover[b-o7cw2kv7sy] {
        background: #0056b3;
    }

.secondary-btn[b-o7cw2kv7sy] {
    background: #6c757d;
    color: #fff;
}

    .secondary-btn:hover[b-o7cw2kv7sy] {
        background: #545b62;
    }

/* If you have icons inside .modern-btn, adjust icon size here */
.modern-btn i[b-o7cw2kv7sy] {
    font-size: 18px;
}

/* ----------------------------------
   Animations
------------------------------------- */
@keyframes fadeIn-b-o7cw2kv7sy {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----------------------------------
   Overriding .btn-primary
   (If you're using Bootstrap and want a custom look)
------------------------------------- */
.btn-primary[b-o7cw2kv7sy] {
    background: #007bff;
    color: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

    .btn-primary:hover[b-o7cw2kv7sy] {
        background: #0056b3;
    }

/* ----------------------------------
   Overriding .btn-outline-secondary
------------------------------------- */
.btn-outline-secondary[b-o7cw2kv7sy] {
    border: 2px solid #6c757d;
    color: #6c757d;
    background: transparent;
}

    .btn-outline-secondary:hover[b-o7cw2kv7sy] {
        background: #6c757d;
        color: #fff;
    }

/* ----------------------------------
   Close Button (X icon)
------------------------------------- */
.close-button[b-o7cw2kv7sy] {
    position: absolute;
    top: 15%;
    right: 5px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: red;
}

    .close-button:hover[b-o7cw2kv7sy] {
        color: red;
    }

/* ----------------------------------
   Display Name
------------------------------------- */
.display-name[b-o7cw2kv7sy] {
    font-size: 1rem;
    font-weight: 600; /* medium-bold */
    color: #333;
}

/* ----------------------------------
   Individual Waitlist Item
------------------------------------- */
.waitlist-item[b-o7cw2kv7sy] {
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    max-height: 30px;
    min-height: 30px;
    font-family: 'Oswald', sans-serif;
}

    .waitlist-item:hover[b-o7cw2kv7sy] {
        background-color: #c7c2c1;
    }

/* ----------------------------------
   Edit Area & Buttons
------------------------------------- */
.edit-area[b-o7cw2kv7sy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.edit-buttons[b-o7cw2kv7sy] {
    display: flex;
    justify-content: center;
    position: relative;
}

/* ----------------------------------
   Selected Tab Highlight
------------------------------------- */
.selected-tab[b-o7cw2kv7sy] {
    background-color: #f5f5f5;
    border: 2px solid #007bff;
}

/* ----------------------------------
   Toggle Button for Slide-Out Panel
------------------------------------- */
.card-container[b-o7cw2kv7sy] {
    position: fixed;
    top: 55%;
    right: -300px;
    width: 250px;
    max-height: 350px;
    height: auto;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease;
    z-index: 10002;
}

    .card-container.open[b-o7cw2kv7sy] {
        right: 0;
    }

.toggle-button[b-o7cw2kv7sy] {
    position: absolute !important;
    top: 7%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    left: -100px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10200 !important;
    transition: left 0.5s ease;
}

    .toggle-button img[b-o7cw2kv7sy] {
        width: 30px;
        height: auto;
    }

.card-container.open .toggle-button[b-o7cw2kv7sy] {
    left: -50px; /* Ensures it stays in place */
}

/* ----------------------------------
   Card Header (Custom or Bootstrap Overwrite)
------------------------------------- */
.card-header[b-o7cw2kv7sy] {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    max-height: 250px;
    /* background-color: #343a40; Example if you want a dark header */
}

    .card-header img[b-o7cw2kv7sy] {
        height: 30px;
    }

/* ----------------------------------
   Card Body
------------------------------------- */
.card-body[b-o7cw2kv7sy] {
    padding: 15px;
    height: 297px;
    font-size: 14px;
    line-height: 1.6;
}

    .card-body p[b-o7cw2kv7sy] {
        margin: 0 0 10px;
    }

/* ----------------------------------
   Highlight class
------------------------------------- */
.highlight[b-o7cw2kv7sy] {
    font-size: 16px;
    font-weight: bold;
    color: #198754;
}

/* ----------------------------------
   Card Footer
------------------------------------- */
.card-footer[b-o7cw2kv7sy] {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dee2e6;
}

    .card-footer button[b-o7cw2kv7sy] {
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .card-footer button:hover[b-o7cw2kv7sy] {
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

/* ----------------------------------
   Additional Button Variants
------------------------------------- */
.btn-danger[b-o7cw2kv7sy] {
    background-color: #dc3545;
    color: white;
}

.btn-warning[b-o7cw2kv7sy] {
    background-color: #ffc107;
    color: white;
}

.btn-success[b-o7cw2kv7sy] {
    background-color: #28a745;
    color: white;
}

/* ----------------------------------
   Card Status
------------------------------------- */
.card-status[b-o7cw2kv7sy] {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}

.edit-card[b-o7cw2kv7sy] {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    padding: 1.5rem;
    width: 100%;
    max-width: 360px;
    margin: auto;
    animation: zoomIn-b-o7cw2kv7sy 0.3s ease-out forwards;
    transform: scale(0.9);
}

/* close button */
.edit-card__close[b-o7cw2kv7sy] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.2s;
}

    .edit-card__close:hover[b-o7cw2kv7sy] {
        color: #e74c3c;
    }

/* title */
.edit-card__title[b-o7cw2kv7sy] {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

/* body */
.edit-card__body[b-o7cw2kv7sy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.edit-card__label[b-o7cw2kv7sy] {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
}

.edit-card__input[b-o7cw2kv7sy] {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .edit-card__input:focus[b-o7cw2kv7sy] {
        outline: none;
        border-color: #7f56d9;
        box-shadow: 0 0 0 3px rgba(127,86,217,0.2);
    }

.edit-card__error[b-o7cw2kv7sy] {
    color: #e74c3c;
    font-size: 0.875rem;
}

/* footer */
.edit-card__footer[b-o7cw2kv7sy] {
    display: flex;
    justify-content: flex-end;
}

.edit-card__save-btn[b-o7cw2kv7sy] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #007bff;
    color: #fff;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

    .edit-card__save-btn:hover[b-o7cw2kv7sy] {
        background: #0056b3;
        transform: translateY(-1px);
    }

/* zoom‑in keyframes */
@keyframes zoomIn-b-o7cw2kv7sy {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* _content/RAS-WebApp/Pages/WaitlistScreen.razor.rz.scp.css */
/* loading */
.wl-loading[b-k9koqpzoag] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.spinner[b-k9koqpzoag] {
    width: 3rem;
    height: 3rem;
    border: .35rem solid #555;
    border-top: .35rem solid black;
    border-radius: 50%;
    animation: spin-b-k9koqpzoag 1s linear infinite;
}

@keyframes spin-b-k9koqpzoag {
    to {
        transform: rotate(360deg)
    }
}

.wl-page[b-k9koqpzoag] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 2rem 3rem;
    gap: 1.25rem;
}

.wl-controls[b-k9koqpzoag] {
    position: fixed;
    top: 1.25rem;
    left: 3rem;
    display: flex;
    gap: .75rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9999;
}

    .wl-controls.show[b-k9koqpzoag] {
        opacity: 1;
        pointer-events: auto;
    }

.wl-ctrl-btn[b-k9koqpzoag] {
    width: 3.2rem;
    height: 3.2rem;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 12px rgba(0,0,0,.4);
}

    .wl-ctrl-btn:hover[b-k9koqpzoag] {
        background: rgba(0,0,0,.7);
    }

/* board frame */
.wl-board[b-k9koqpzoag] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 3rem;
}

.wl-header[b-k9koqpzoag] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title logo"
        "time  logo";
    column-gap: 2rem;
    row-gap: .35rem;
    align-items: start;
    margin-bottom: 1.5rem;
    color: var(--ras-primary);
}

.wl-title[b-k9koqpzoag] {
    grid-area: title;
    margin: 0;
    font-weight: 700;
    letter-spacing: .09em;
    font-size: 1.85em;
}

.wl-time[b-k9koqpzoag] {
    grid-area: time;
    font-size: 1.65em;
    opacity: .7;
}    

.wl-logo[b-k9koqpzoag] {
    grid-area: logo;
    height: clamp(48px, 6vw, 90px);
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(0,0,0,.4));
}

/* empty state (already given) */
.wl-empty-state[b-k9koqpzoag] {
    height: 70%; /* or 70vh */
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical */
    align-items: center; /* horizontal */

    text-align: center;
    gap: 0.75rem; /* space between icon/title/text */

    color: #fff;
    background: rgba(255,255,255,.03);
    border-radius: 28px;
    backdrop-filter: blur(10px) saturate(140%);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    position: relative;
    overflow: hidden;
}

    .wl-empty-state[b-k9koqpzoag]::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 30px;
        background: linear-gradient( 135deg, #0D57B5 0%,
        #1E73D8 40%, /* lighter blue midpoint */
        #003B88 100% /* deep accent blue */
        );
        opacity: 0.35;
        filter: blur(22px);
        z-index: -1;
    }

.wl-empty-icon[b-k9koqpzoag] {
    font-size: 4.7rem;
    margin-bottom: 1rem;
    opacity: .85;
    animation: float-b-k9koqpzoag 4s ease-in-out infinite;
}

.wl-empty-state h2[b-k9koqpzoag] {
    margin: 0 0 .6rem;
    font-size: 1.85em;
    font-weight: 900;
}

.wl-empty-state p[b-k9koqpzoag] {
    margin: 0;
    font-size: 1.25em;
    font-weight: 800;
    opacity: 1;
}

@keyframes float-b-k9koqpzoag {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }
}

/* list/table */
.wl-list[b-k9koqpzoag] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: black;
    border-radius: 24px;
    overflow: auto;
    box-shadow: 0 0 40px rgba(0,0,0,.55);
    font-size: 1.35rem;
}

.wl-row[b-k9koqpzoag] {
    display: grid;
    grid-template-columns: .6fr 6fr 2fr;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.wl-head[b-k9koqpzoag] {
    background: rgba(255,255,255,.06);
    font-weight: 600;
}

.wl-row:last-child[b-k9koqpzoag] {
    border-bottom: none;
}

.wl-row:nth-child(even):not(.wl-head)[b-k9koqpzoag] {
    background: var(--alt);
}

.wl-name[b-k9koqpzoag] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wl-level[b-k9koqpzoag] {
    text-align: left;
    opacity: .85;
}

.wl-wait[b-k9koqpzoag] {
    text-align: left;
    font-variant-numeric: tabular-nums;
    opacity: .85;
}
/* _content/RAS-WebApp/Shared/DisplayLayout.razor.rz.scp.css */
.kiosk-root[b-35kz7nwd6s] {
    position: fixed;
    inset: 0;
    background: #fff;
    color: #fff;
}
/* _content/RAS-WebApp/Shared/MainLayout.razor.rz.scp.css */
.pac-container[b-av9nt6mv3d] {
    z-index: 99999 !important;
}

/* Dropdown Menu Styling */
.search-container[b-av9nt6mv3d] {
    position: relative; /* Required for absolute positioning of dropdown */
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Input Container (Relative Positioning for Dropdown) */
.input-container[b-av9nt6mv3d] {
    position: relative; /* This anchors the dropdown menu */
    display: inline-block;
    width: 100%;
}

    /* Search Input Styling */
    .input-container .form-control[b-av9nt6mv3d] {
        width: 100%; /* Full width */
        padding-right: 40px; /* Leave space for the "X" button */
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

#main-error-toast[b-av9nt6mv3d],
#success-toast[b-av9nt6mv3d],
#low-balls-toast[b-av9nt6mv3d] {
    max-width: 420px; /* keep them consistent with error toast */
}

    #main-error-toast .toast-body[b-av9nt6mv3d],
    #success-toast .toast-body[b-av9nt6mv3d],
    #low-balls-toast .toast-body[b-av9nt6mv3d] {
        white-space: normal;
        word-break: break-word;
        line-height: 1.25;
    }

.toast[b-av9nt6mv3d] {
    min-width: 300px;
    max-width: 400px;
    font-family: 'Oswald', sans-serif;
    background-color: #fff !important;
    font-weight: 300;
    color: black;
    /* New for perfect height */
    height: auto !important;
    min-height: 0 !important;
    max-height: 150px;
}

.toast-body[b-av9nt6mv3d] {
    white-space: normal; /* wrap to multiple lines */
    word-break: break-word; /* prevent overflow for long words/URLs */
    line-height: 1.25;
}

    .toast.toast-warning[b-av9nt6mv3d] {
        border-left: 8px solid #cc9706 !important;
        z-index: 19500 !important;
    }

    .toast.toast-danger[b-av9nt6mv3d] {
        border-left: 8px solid #dc3545 !important;
        z-index: 19500 !important;
    }

    .toast.toast-success[b-av9nt6mv3d] {
        border-left: 8px solid #008000 !important;
        z-index: 19500 !important;
    }

    .toast.toast-primary[b-av9nt6mv3d] {
        border-left: 8px solid #27488f !important;
        z-index: 19500 !important;
    }

.toast-header[b-av9nt6mv3d], .toast-body[b-av9nt6mv3d] {
    font-size: 1.1rem;
    font-weight: 300;
    color: black;
    font-family: 'Oswald', sans-serif;
}

.red-square[b-av9nt6mv3d] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #dc3545; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

.popover[b-av9nt6mv3d] {
    z-index: 9998; /* Bootstrap defaults to 1060 for tooltips; you can go higher */
}
.popover.show[b-av9nt6mv3d] {
    z-index: 9999;
}

.tooltip-code[b-av9nt6mv3d] {
    font-family: Menlo, Consolas, Monaco, monospace;
    background: #f8f9fa;
    color: #212529;
    padding: .5rem;
    border-radius: .25rem;
    white-space: pre-wrap;
    margin: 0; /* remove extra margins inside tooltip */
}

.green-square[b-av9nt6mv3d] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #008000; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

.blue-square[b-av9nt6mv3d] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #27488f; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

.yellow-square[b-av9nt6mv3d] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #cc9706; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

/* Clear Search Button */
.clear-search-button[b-av9nt6mv3d] {
    position: absolute;
    top: 50%; /* Align to the middle of the input */
    right: 10px; /* Offset from the right edge of the input */
    transform: translateY(-50%); /* Corrects alignment due to font height */
    background: none;
    border: none;
    color: #6c63ff; /* Use a visually appealing color */
    font-size: 20px; /* Adjust size for better visibility */
    cursor: pointer;
    line-height: 1; /* Ensures proper vertical alignment */
}

/* Dropdown Menu */
.dropdown-menu[b-av9nt6mv3d] {
    position: absolute; /* Overlay other elements */
    top: 100%; /* Position directly below input */
    left: 0;
    width: 100%; /* Match the width of the search input */
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050; /* Ensure it overlaps other elements */
    list-style: none;
    padding: 0;
    margin: 0; /* No extra margin to avoid gaps */
}

    /* Dropdown Items */
    .dropdown-menu li[b-av9nt6mv3d] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .dropdown-menu li:last-child[b-av9nt6mv3d] {
            border-bottom: none;
        }

        .dropdown-menu li:hover[b-av9nt6mv3d] {
            background-color: #f8f8f8;
        }

.selected-member table[b-av9nt6mv3d] {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #4a4a4a;
}

/* Header Styling */
.selected-member th[b-av9nt6mv3d] {
    background-color: #f5f5f5;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 18px;
    text-align: left; /* Align header text to the left */
    border-bottom: 2px solid #ddd;
}

/* Cell Styling */
.selected-member td[b-av9nt6mv3d] {
    padding: 14px 18px;
    text-align: left; /* Align cell text to the left */
    border-bottom: 1px solid #e0e0e0;
    white-space: normal; /* Allow wrapping for long text */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Remove Border from Last Row */
.selected-member tr:last-child td[b-av9nt6mv3d] {
    border-bottom: none;
}

/* Row Hover Effect */
.selected-member tr:hover td[b-av9nt6mv3d] {
    background-color: #f9f9f9;
}

.burger-btn[b-av9nt6mv3d],
.close-btn[b-av9nt6mv3d] {
    z-index: 1102 !important;
    font-size: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s ease;
}

.burger-btn[b-av9nt6mv3d] {
    color: white;
}

.close-btn[b-av9nt6mv3d] {
    color: black;
}

.sidebar-overlay[b-av9nt6mv3d] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1100;
    display: flex;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    /* Open state: overlay fades in */
    .sidebar-overlay.open[b-av9nt6mv3d] {
        opacity: 1;
        pointer-events: auto;
    }

.topbar-tools[b-av9nt6mv3d] {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    padding-left: 15px;
    z-index: 3002 !important;
    background: transparent;
}

.sidebar-popup[b-av9nt6mv3d] {
    background-color: white;
    height: 100vh;
    padding: 90px 20px 30px;
    width: 100vw;
    max-width: 100%;
    z-index: 1101 !important;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    position: relative;
}

@media (min-width: 768px) {
    .sidebar-popup[b-av9nt6mv3d] {
        width: 250px;
    }
}

/* Slide in from left */
.sidebar-overlay.open .sidebar-popup[b-av9nt6mv3d] {
    transform: translateX(0);
}

.sidebar-menu[b-av9nt6mv3d] {
    position: fixed;
    top: 70px;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    overflow-x: hidden; /* Disable horizontal scroll */
}

    .sidebar-menu .overlay-content[b-av9nt6mv3d] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* ───────────────────────────────────────────────────────────
   EACH LINK ROW
──────────────────────────────────────────────────────────── */
    .sidebar-menu .smallbar-link[b-av9nt6mv3d] {
        display: flex;
        align-items: center;
        padding: 16px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        transition: background-color 0.2s ease;
    }

        /* Icon in the first “column” */
        .sidebar-menu .smallbar-link i[b-av9nt6mv3d] {
            font-size: 1.5rem; /* ~24px */
            color: #fff;
            margin-right: 16px;
        }

        /* Link text in the second “column” */
        .sidebar-menu .smallbar-link a[b-av9nt6mv3d] {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
        }

        /* Hover (or touch) effect */
        .sidebar-menu .smallbar-link:hover[b-av9nt6mv3d] {
            background-color: rgba(255, 255, 255, 0.1);
        }

    /* Optional scrollbar styling */
    .sidebar-menu[b-av9nt6mv3d]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-menu[b-av9nt6mv3d]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

.close-button[b-av9nt6mv3d] {
    font-size: 42px;
    font-weight: 700;
    color: black;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;

}

    .close-button:hover[b-av9nt6mv3d] {
        background-color: #e0e0e0;
    }

.page[b-av9nt6mv3d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-av9nt6mv3d] {
    flex: 1;
}

.sidebar[b-av9nt6mv3d] {
    
}

.table tbody tr:hover[b-av9nt6mv3d] {
    background-color: #e9ecef; /* Adjust the color for a darker shade */
}

.field-template .col-6 .form-control[b-av9nt6mv3d] {
    border-color: lightgray; /* Default border color */
    transition: border-color 0.4s ease; /* Smooth transition on hover */
    border: 2px solid lightgray;
    border-radius: 4px;
}

    /* Apply hover effect */
    .field-template .col-6 .form-control:hover[b-av9nt6mv3d] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .field-template .col-6 .form-control:active[b-av9nt6mv3d] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .field-template .col-6 .form-control:focus[b-av9nt6mv3d] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }
/* Backdrop overlay */
.logout-popup[b-av9nt6mv3d] {
    display: none; /* toggle to “flex” or “block” when open */
    position: fixed;
    top: 70px; /* push it down below your navbar */
    right: 0; /* hug the right edge */
    bottom: 0; /* stretch to the bottom */
    width: 320px; /* your drawer width */
    background: rgba(0,0,0,0.4); /* semi-transparent backdrop */
    z-index: 999;
}

/* the white “card” inside that backdrop */
.logout-content[b-av9nt6mv3d] {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 0 8px 8px 0; /* round only the left corners */
    box-shadow: -4px 0 12px rgba(0,0,0,0.1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.logout-overlay[b-av9nt6mv3d] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    display: none; /* toggle to “flex” when open */
    justify-content: flex-end;
    z-index: 1000;
}

/* Slide-in panel */
.logout-panel[b-av9nt6mv3d] {
    background: #fff;
    width: 280px;
    height: 100vh;
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateX(100%);
    animation: slideIn-b-av9nt6mv3d 0.3s forwards;
}

/* Header */
.panel-header[b-av9nt6mv3d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.avatar[b-av9nt6mv3d] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name[b-av9nt6mv3d] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.user-role[b-av9nt6mv3d] {
    color: #666;
    font-size: 0.85rem;
}

/* Info list */
.panel-info[b-av9nt6mv3d] {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    padding-top: 10px;
}

    .panel-info li[b-av9nt6mv3d] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        color: #333;
        margin-bottom: 0.75rem;
    }

    .panel-info i[b-av9nt6mv3d] {
        color: #888;
    }

/* Actions */
.panel-actions[b-av9nt6mv3d] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .panel-actions .btn[b-av9nt6mv3d] {
        width: 100%;
        padding: 0.5rem;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 6px;
    }

/* Animations */
@keyframes slideIn-b-av9nt6mv3d {
    to {
        transform: translateX(0);
    }
}

.noti-popup[b-av9nt6mv3d] {
    display: none; /* toggle to “flex” when open */
    position: fixed;
    top: 0px; /* below your header */
    left: 0; /* cover from left edge */
    right: 0; /* to right edge */
    bottom: 0; /* down to bottom */
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    z-index: 3001;
    display: flex; /* now covers entire screen */
    justify-content: flex-end; /* push drawer to the right */
}

    /* optional “open” helper if you toggle via a class */
    .noti-popup.open[b-av9nt6mv3d] {
        display: flex;
    }

    /* 2) The drawer content */
    .noti-popup .noti-content[b-av9nt6mv3d] {
        width: 250px; /* fixed drawer width */
        height: 100%;
        background-color: #fff;
        padding: 20px;
        border-radius: 0 8px 8px 0; /* round left edge only */
        box-shadow: -4px 0 12px rgba(0,0,0,0.1);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    /* 3) Give your buttons some space from the text above */
    .noti-popup .panel-actions[b-av9nt6mv3d] {
        margin-top: 1.5rem; /* adjust as you like */
    }

/* ============================= */
/* BODY BLUR WHEN OPEN           */
/* ============================= */
body.popup-open[b-av9nt6mv3d] {
    filter: blur(5px);
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .noti-content[b-av9nt6mv3d] {
        width: 80%; /* Adjust width for medium screens */
    }
}

@media (min-width: 900px) {
    .noti-content[b-av9nt6mv3d] {
        width: 500px; /* Fixed width for larger screens */
        height: 350px; /* Fixed height for larger screens */
    }
}


.logout-popup[b-av9nt6mv3d] {
    display: none;
    position: absolute;
    top: 70px;
    right: 0; /* Position popup on the right side */
    width: 100vw; /* Span entire viewport width */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-radius: 10px;
}

/* Add blur effect to the entire body when popup is visible */
body.popup-open[b-av9nt6mv3d] {
    filter: blur(5px); /* Adjust blur amount as needed */
}

.logout-content[b-av9nt6mv3d] {
    width: 90%; /* Set width to 90% of viewport width */
    max-width: 300px; /* Maximum width for larger screens */
    height: auto; /* Adjust height to content */
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .logout-content[b-av9nt6mv3d] {
        width: 300px; /* Fixed width for larger screens */
    }
}

.logout-padding[b-av9nt6mv3d] {
    padding: 15px;
    padding-top: 20px;
}

.logout-heading[b-av9nt6mv3d] {
    color: black;
    font-weight: 700;
    font-size: 24px;
}

.logout-subheading[b-av9nt6mv3d] {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.logout-email[b-av9nt6mv3d] {
    color: black;
    font-weight: 500;
    font-size: 12px;
}


@keyframes fadeIn-b-av9nt6mv3d {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.button-group[b-av9nt6mv3d] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Add spacing between buttons */
}

#logout-button[b-av9nt6mv3d] {
    background-color: #e74c3c; /* Red color for logout */
    color: #fff;
    border: none;
    border-radius: 8px; /* Rounded corners */
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600; /* Slightly bold text */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    #logout-button:hover[b-av9nt6mv3d] {
        background-color: #c0392b; /* Darker red on hover */
        transform: translateY(-2px); /* Slight "lift" effect */
    }

#edituser-button[b-av9nt6mv3d] {
    background-color: #3262ac; /* Blue color for edit user */
    color: #fff;
    border: none;
    border-radius: 8px; /* Rounded corners */
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600; /* Slightly bold text */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    #edituser-button:hover[b-av9nt6mv3d] {
        background-color: #274a8c; /* Darker blue on hover */
        transform: translateY(-2px); /* Slight "lift" effect */
    }

#cancel-button[b-av9nt6mv3d] {
    background-color: #ddd;
    color: #333;
}
  
/* Popup container */
/*.popup {
    display: none;*/ /* Hide the popup by default */
    /*position: absolute;*/ /* Position the popup */
    /*top: -20%;
    left: 0;
    width: 100%;*/ /* Full width */
    /*height: 150%;*/ /* Full height */
    /*background-color: rgba(0,0,0,0.5);*/ /* Semi-transparent background */
    /*animation: fadeIn 0.7s;*/ /* Apply fade-in animation */
    /*border-radius: 10px;
}*/

.popup[b-av9nt6mv3d] {
    display: none; /* Hide the popup by default */
    position: fixed; /* Position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    animation: fadeIn-b-av9nt6mv3d 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

.member-key[b-av9nt6mv3d] {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    text-align: left;
}

.tab-pane[b-av9nt6mv3d] {
    display: none;
}

    

    .tab-pane h6[b-av9nt6mv3d] {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        padding-bottom: 10px;
        letter-spacing: .15em;
        color: black;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #c9cacf;
    }

    .tab-pane .p-section[b-av9nt6mv3d] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-av9nt6mv3d] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-av9nt6mv3d] {
            color: #161619;
        }

    .tab-pane.active[b-av9nt6mv3d] {
        display: block;
    }

.card-wrapper .card[b-av9nt6mv3d] {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1); /* Default subtle shadow */
}

    .card-wrapper .card:hover[b-av9nt6mv3d],
    .card-wrapper .card:focus[b-av9nt6mv3d] {
        /* Your hover and focus styles here */
        border-color: blue !important;
        opacity: 0.8;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    }

    .card-wrapper .card.active[b-av9nt6mv3d] {
        border-color: blue !important;
        opacity: 0.8;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
        /* Increased border thickness */
        border-width: 3px;
    }

.separator-register[b-av9nt6mv3d] {
    background-color: lightgray;
    height: 2px;
    padding-left: 30px;
    padding-right: 30px;
}

.separator[b-av9nt6mv3d] {
    background-color: black;
    height: 1px;
    margin: 3px 0;
}

.nav-sm[b-av9nt6mv3d] {
    display: flex;
    gap: 1.5rem; /* space between tabs */
    padding-left: 0; /* remove default ul padding */
    border-bottom: 2px solid #dee2e6; /* remove the full underline */
}

    /* 2) Strip out all default tab styling on links */
    .nav-sm .nav-link[b-av9nt6mv3d] {
        padding: 0.25rem 0; /* only vertical padding */
        color: black;
        border: none; /* no Bootstrap border */
        position: relative; /* for the ::after underline */
        font-size: 1.05rem;
        font-weight: 400;
    }

        /* 3) Hover state */
        .nav-sm .nav-link:hover[b-av9nt6mv3d] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-av9nt6mv3d] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-av9nt6mv3d]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px; /* sits just under the text */
                height: 3px; /* thickness of the underline */
                background-color: #5a0cf5;
                border-radius: 2px;
            }

.tab[b-av9nt6mv3d] {
    overflow: hidden;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 10px; /* Adds consistent spacing between tabs */
}

    /* Style for individual buttons */
    .tab button[b-av9nt6mv3d] {
        background-color: transparent;
        border: none;
        font-size: 20px; /* Adjust for better scaling */
        font-weight: 400;
        color: black;
        outline: none;
        cursor: pointer;
        transition: all 0.3s ease; /* Smooth hover and active transition */
        padding: 8px 16px; /* Consistent padding for better alignment */
    }

        /* Span within buttons for targeted styling */
        .tab button span[b-av9nt6mv3d] {
            display: inline-block; /* Ensures underline stays on text */
            position: relative;
        }

        /* Hover effect for tabs */
        .tab button:hover span[b-av9nt6mv3d] {
            color: blue;
        }


        .tab button:hover[b-av9nt6mv3d] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-av9nt6mv3d] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

/* Fade-in animation */
@keyframes fadeIn-b-av9nt6mv3d {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-control[b-av9nt6mv3d] {

}

.loader[b-av9nt6mv3d] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin-b-av9nt6mv3d 1s linear infinite;
}

@keyframes spin-b-av9nt6mv3d {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-av9nt6mv3d] {
    border: 2px solid red !important;
}

    .is-invalid[b-av9nt6mv3d]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }

.initial-circle[b-av9nt6mv3d] {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: lightblue;
    border-radius: 20%;
    text-align: center;
    line-height: 50px; /* Ensures text is centered vertically */
    color: #27252a;
    font-weight: bold;
    font-size: 20px; /* Adjust font size as needed */
}

.notification-table[b-av9nt6mv3d] {
    width: 100%;
    border-collapse: collapse; /* Ensures no extra spacing between cells */
}

    /* Table headers: no background, no underline/border */
    .notification-table thead th[b-av9nt6mv3d] {
        position: sticky;
        top: 0;
        background: white;
        z-index: 10;
        padding-bottom: 5px;
        padding-top: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #27252a;
        text-align: left;
        border: none;
    }

    /* Table body cells */
    .notification-table tbody td[b-av9nt6mv3d] {
        font-size: 16px;
        color: #27252a;
        padding-right: 10px;
        padding: 5px;
        border: none;
    }

.error-text[b-av9nt6mv3d] {
    font-family: "Oswald", sans-serif; /* Using Oswald for a modern look */
    font-weight: 400;
    color: #5a5a5a;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

    .error-text:hover[b-av9nt6mv3d] {
        color: #2575fc; /* Change color on hover for interactivity */
    }

.modern-checkbox[b-av9nt6mv3d] {
    /* Remove the default checkbox styling */
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    /* Set dimensions and border */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    /* Background color and transition for smooth changes */
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative; /* Added to position the checkmark correctly */
}

    .modern-checkbox:hover[b-av9nt6mv3d] {
        border-color: #007bff;
    }

    .modern-checkbox:checked[b-av9nt6mv3d] {
        border-color: #007bff;
        background-color: #007bff;
    }

        .modern-checkbox:checked[b-av9nt6mv3d]::after {
            content: "";
            position: absolute;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

/* Popup content */
.popup-content[b-av9nt6mv3d] {
    background-color: #fefefe; /* Popup background color */
    font-family: 'Oswald', sans-serif;
    margin: 5% auto; /* Center the popup vertically */
    padding: 20px; /* Add more padding for better spacing */
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%; /* Set width to 90% of the viewport width */
    max-width: 500px; /* Maximum width for larger screens */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow for better visibility */
    position: relative; /* Ensure the position is relative for the absolute positioning of the close button */
}

/* Media query for larger screens */

#outlet-map-container[b-av9nt6mv3d] {
    z-index: 1000; /* Ensure it's behind the popup */
}

#outlet-address[b-av9nt6mv3d] {
    z-index: 1100; /* Ensure the suggestions are visible */
}

/* Close button */
.close[b-av9nt6mv3d] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-av9nt6mv3d],
    .close:focus[b-av9nt6mv3d] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.top-row[b-av9nt6mv3d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-av9nt6mv3d]  a, .top-row .btn-link[b-av9nt6mv3d] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-av9nt6mv3d] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
.pop-close-button[b-av9nt6mv3d] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .pop-close-button:hover[b-av9nt6mv3d] {
        color: red; /* Optional hover effect */
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-av9nt6mv3d] {
        display: none;
    }

    .top-row.auth[b-av9nt6mv3d] {
        justify-content: space-between;
    }

    .top-row a[b-av9nt6mv3d], .top-row .btn-link[b-av9nt6mv3d] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-av9nt6mv3d] {
        flex-direction: row;
    }

    .sidebar[b-av9nt6mv3d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-av9nt6mv3d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-av9nt6mv3d], article[b-av9nt6mv3d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.checkbox-wrapper-40[b-av9nt6mv3d] {
    --borderColor: #48c;
    --borderWidth: .1875em;
}

    .checkbox-wrapper-40 label[b-av9nt6mv3d] {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .checkbox-wrapper-40 input[type=checkbox][b-av9nt6mv3d] {
        -webkit-appearance: none;
        appearance: none;
        vertical-align: middle;
        background: #fff;
        font-size: 1.8em;
        border-radius: 0.1875em;
        display: inline-block;
        border: var(--borderWidth) solid var(--borderColor);
        width: 1em;
        height: 1em;
        position: relative;
    }

        .checkbox-wrapper-40 input[type=checkbox][b-av9nt6mv3d]:before,
        .checkbox-wrapper-40 input[type=checkbox][b-av9nt6mv3d]:after {
            content: "";
            position: absolute;
            background: var(--borderColor);
            width: calc(var(--borderWidth) * 3);
            height: var(--borderWidth);
            top: 50%;
            left: 10%;
            transform-origin: left center;
        }

        .checkbox-wrapper-40 input[type=checkbox][b-av9nt6mv3d]:before {
            transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
            transition: transform 200ms ease-in 200ms;
        }

        .checkbox-wrapper-40 input[type=checkbox][b-av9nt6mv3d]:after {
            width: calc(var(--borderWidth) * 5);
            transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
            transform-origin: left center;
            transition: transform 200ms ease-in;
        }

        .checkbox-wrapper-40 input[type=checkbox]:checked[b-av9nt6mv3d]:before {
            transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
            transition: transform 200ms ease-in;
        }

        .checkbox-wrapper-40 input[type=checkbox]:checked[b-av9nt6mv3d]:after {
            width: calc(var(--borderWidth) * 5);
            transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
            transition: transform 200ms ease-out 200ms;
        }

        .checkbox-wrapper-40 input[type=checkbox]:focus[b-av9nt6mv3d] {
            outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
        }


/* _content/RAS-WebApp/Shared/RasMenu.razor.rz.scp.css */
.rasmenu-nav[b-96nusl7162] {
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
    font-family: 'Oswald', sans-serif;
    z-index: 3001 !important;
    height: 100%;
}

    /* 0) GLOBAL ICON GUTTER: applies to both <i> and injected SVGs */
    .rasmenu-nav a > i[b-96nusl7162],
    .rasmenu-nav a > svg.svg-inline--fa[b-96nusl7162],
    .submenu-card a > i[b-96nusl7162],
    .submenu-card a > svg.svg-inline--fa[b-96nusl7162] {
        flex: 0 0 24px; /* fixed 24px slot */
        width: 24px;
        display: inline-flex; /* center icon inside slot */
        justify-content: center;
        align-items: center;
        margin-right: 10px; /* gap between icon + text */
    }

    /* 1) MAIN MENU LIST */
    .rasmenu-nav .ras-menu[b-96nusl7162] {
        list-style: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

        .rasmenu-nav .ras-menu > li[b-96nusl7162] {
            margin-bottom: 10px;
        }

            .rasmenu-nav .ras-menu > li.help-item[b-96nusl7162] {
                margin-top: auto;
            }

            .rasmenu-nav .ras-menu > li.copyright[b-96nusl7162] {
                font-size: 12px;
                color: #999;
                text-align: center;
                padding: 8px 0;
                pointer-events: none;
                user-select: none;
            }

                .rasmenu-nav .ras-menu > li.copyright:last-child[b-96nusl7162] {
                    margin-bottom: 0;
                }

            /* Top‐level links as flex containers */
            .rasmenu-nav .ras-menu > li > a[b-96nusl7162] {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 10px 0;
                font-size: 17px;
                color: #716c6c;
                text-decoration: none;
                text-rendering: optimizeLegibility;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                cursor: pointer;
            }

                /* Expand/collapse arrow */
                .rasmenu-nav .ras-menu > li > a .expand-button[b-96nusl7162] {
                    background: none;
                    border: none;
                    cursor: pointer;
                    margin-left: auto;
                    font-size: 16px;
                    display: inline-flex;
                    align-items: center;
                    transition: transform 0.3s ease;
                }

    /* 2) SUBMENU CARD */
    .rasmenu-nav .submenu-card[b-96nusl7162] {
        background-color: #fafafa;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        margin: 8px 0 16px 0;
        padding: 0;
        overflow: hidden;
        transition: transform 0.2s ease;
    }

        /* 3) SUBMENU OPTIONS */
        .rasmenu-nav .submenu-card .submenu-option[b-96nusl7162] {
            display: flex;
            align-items: center;
            padding: 14px 20px;
            font-weight: 500;
            font-size: 15px;
            color: #333;
            background-color: transparent;
            border-bottom: 1px solid #e5e5e5;
            transition: background-color 0.2s ease, color 0.2s ease;
            cursor: pointer;
            text-decoration: none;
        }

            .rasmenu-nav .submenu-card .submenu-option:last-of-type[b-96nusl7162] {
                border-bottom: none;
            }

            .rasmenu-nav .submenu-card .submenu-option:last-child[b-96nusl7162] {
                margin-bottom: 0;
            }

            .rasmenu-nav .submenu-card .submenu-option:hover[b-96nusl7162] {
                background-color: #f0f0f0;
                color: #111;
            }

        /* 4) SUBMENU TEXT STYLES */
        .rasmenu-nav .submenu-card .submenu-title[b-96nusl7162] {
            font-weight: 400;
            font-size: 15px;
            color: #716c6c;
        }

        .rasmenu-nav .submenu-card .locked-submenu-title[b-96nusl7162] {
            color: #f33636;
            position: relative;
            font-weight: 400;
            margin-right: 0;
        }

        .rasmenu-nav .submenu-card:hover .locked-submenu-title[b-96nusl7162] {
            background-color: transparent;
        }

        .rasmenu-nav .submenu-card .submenu-desc[b-96nusl7162] {
            font-size: 13px;
            color: #666;
            margin-top: 2px;
        }
/* _content/RAS-WebApp/Shared/TopBar.razor.rz.scp.css */
.navbar-toggle[b-9cxpelero3] {
    border-color: transparent;
    background-color: transparent;
}

.tab[b-9cxpelero3] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-9cxpelero3] {
        background-color: inherit;
        font-family: "Oswald", sans-serif;
        float: left;
        border: none;
        font-size: 25px;
        font-weight: 700;
        color: white;
        padding-left: 0px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-9cxpelero3] {
            font-weight: 900;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-9cxpelero3] {
            font-weight: 900;
        }

.chevron-icon[b-9cxpelero3] {
    transform-origin: center;
}

    /* 2) When sidebar is open ⇒ point down at –90° */
    .chevron-icon.rotated[b-9cxpelero3] {
        transform: rotate(-90deg);
    }

        /* 3) Prevent any hover‐state transform change */
        .chevron-icon.rotated:hover[b-9cxpelero3] {
            transform: rotate(-90deg) !important;
        }

    .chevron-icon:not(.rotated):hover[b-9cxpelero3] {
        transform: rotate(0deg) !important;
    }

/* 4) Keyframes for a full 360° spin */
@keyframes spin-closed-b-9cxpelero3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-open-b-9cxpelero3 {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(270deg);
    }
}

/* 5) Only on click (active), run the appropriate spin */
.chevron-icon:not(.rotated):active[b-9cxpelero3] {
    animation: spin-closed-b-9cxpelero3 0.6s ease forwards;
}

.chevron-icon.rotated:active[b-9cxpelero3] {
    animation: spin-open-b-9cxpelero3 0.6s ease forwards;
}

.venue-name[b-9cxpelero3] {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    line-height: 1.3333333333;
    margin: 0;
    word-break: break-word;
    color: white;
}

.navbar-icon-wrapper[b-9cxpelero3] {
    margin-right: 0.75rem; /* matches Bootstrap's me-3/me-2 */
    display: flex;
    align-items: center;
    height: 50px;
}

@media (max-width: 768px) {


    .navbar .picture-container.text-center[b-9cxpelero3] {
        display: none;
    }

    .navbar .tab.tab-large[b-9cxpelero3] {
        display: none;
    }

    .navbar-toggler-top[b-9cxpelero3] {
        display: block;
    }

    .content[b-9cxpelero3], .body-content[b-9cxpelero3] {
        padding-top: 60px !important; /* Adjust this value to match the height of your navbar */
    }

    header.row[b-9cxpelero3] {
        height: 60px !important; /* Adjust this value to match the height of your navbar */
    }
}

.navbar-toggler-top[b-9cxpelero3] {
    display: none;
}
/* _content/RAS-WebApp/Shared/TopBarEmpty.razor.rz.scp.css */
.tab[b-iowd2d73pt] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-iowd2d73pt] {
        background-color: inherit;
        float: left;
        border: none;
        font-size: 25px;
        font-weight: 700;
        color: white;
        padding-left: 0px;
        padding-right: 20px;
        padding-bottom: 10px;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-iowd2d73pt] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-iowd2d73pt] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

.picture-container img[b-iowd2d73pt] {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    #wrapper[b-iowd2d73pt] {
        height: auto;
    }

    .navbar .row[b-iowd2d73pt] {
        flex-wrap: wrap;
    }

    .col-4[b-iowd2d73pt] {
        flex: 1 1 100%;
        text-align: center;
        padding: 5px 0;
    }

    .picture-container img[b-iowd2d73pt] {
        height: auto;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .picture-container img[b-iowd2d73pt] {
        max-height: 40px;
    }
}
