/* /Pages/AutoTeeError.razor.rz.scp.css */
.card-container[b-pfq1kajem7] {
    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-pfq1kajem7] {
        right: 0; /* When open */
    }

.card-header[b-pfq1kajem7] {
    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-pfq1kajem7] {
        height: 30px;
    }

.card-body[b-pfq1kajem7] {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

    .card-body p[b-pfq1kajem7] {
        margin: 0 0 10px;
    }

.highlight[b-pfq1kajem7] {
    font-size: 16px;
    font-weight: bold;
    color: #198754;
}

.card-footer[b-pfq1kajem7] {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dee2e6;
}

    .card-footer button[b-pfq1kajem7] {
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .card-footer button:hover[b-pfq1kajem7] {
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

.btn-danger[b-pfq1kajem7] {
    background-color: #dc3545;
    color: white;
}

.btn-warning[b-pfq1kajem7] {
    background-color: #ffc107;
    color: white;
}

.btn-success[b-pfq1kajem7] {
    background-color: #28a745;
    color: white;
}

.card-status[b-pfq1kajem7] {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}
/* /Pages/BallCountTracker.razor.rz.scp.css */
.toggle-btn[b-73e96re69a] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 1100;
}

@media (max-width: 992px) {
    .hit-tracker-panel[b-73e96re69a],
    .toggle-btn[b-73e96re69a] {
        display: none !important;
    }
}

/* Sliding panel at bottom-left, height = 20% of viewport */
.hit-tracker-panel[b-73e96re69a] {
    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-73e96re69a] {
        transform: translateX(0);
    }

    .hit-tracker-panel .header[b-73e96re69a] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

        .hit-tracker-panel .header .close-btn[b-73e96re69a] {
            background: none;
            border: none;
            font-size: 20px;
            line-height: 1;
            cursor: pointer;
            color: #333;
        }

    .hit-tracker-panel .content[b-73e96re69a] {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hit-tracker-panel .icon-circle[b-73e96re69a] {
        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-73e96re69a] {
        font-size: 28px;
        font-weight: bold;
        color: #222;
    }

    .hit-tracker-panel .label[b-73e96re69a] {
        text-transform: uppercase;
        font-size: 14px;
        color: black;
        margin-bottom: 4px;
        font-family: 'Oswald', sans-serif;
    }
/* /Pages/BayCard.razor.rz.scp.css */
@keyframes rotation-b-2v28drukcc {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.flash[b-2v28drukcc] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation-name: flashing-b-2v28drukcc;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
}

@keyframes flashing-b-2v28drukcc {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flash-container[b-2v28drukcc] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.flash-image[b-2v28drukcc] {
    position: absolute;
    width: 50px;
    height: 50px;
    animation: flashing-b-2v28drukcc 1s ease-in-out infinite;
}

.orbit[b-2v28drukcc] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation-name: rotation-b-2v28drukcc;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 5s;
}

.orbit-container[b-2v28drukcc] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.orbit-image[b-2v28drukcc] {
    position: absolute;
    width: 50px;
    height: 50px;
    transform-origin: 0 0;
    animation: orbit 5s linear infinite;
}

.flashpop[b-2v28drukcc] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    text-align: center;
    animation: flashing-b-2v28drukcc 2s ease-in-out infinite, rotation-b-2v28drukcc 5s linear infinite;
}

.flashpop-container[b-2v28drukcc] {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.flashpop-image[b-2v28drukcc] {
    position: absolute;
    width: 50px;
    height: 50px;
    transform-origin: center center; /* Spins around the center of the image */
    animation: flashing-b-2v28drukcc 2s ease-in-out infinite, rotation-b-2v28drukcc 5s linear infinite;
}

.custom-tooltip[b-2v28drukcc] {
    color: yellow !important;
    font-size: 12px !important;
    --bs-tooltip-color: yellow !important;
    --bs-tooltip-font-size: 12px !important;
}

.bay-card-container[b-2v28drukcc] {
    font-family: 'Oswald', sans-serif;
}

    .bay-card-container:hover[b-2v28drukcc]{
        margin-bottom: 25px;
    }
@keyframes error-flash-b-2v28drukcc {
    0%,
    100% {
        background-color: #000;
    }
    50% {
        background-color: #b00020;
    }
}

.bay-card-container .card.error-flash[b-2v28drukcc] {
    animation: error-flash-b-2v28drukcc 1.2s ease-in-out infinite;
}
/* /Pages/Bays.razor.rz.scp.css */
.close-button[b-tyk56qzd1z] {
    font-size: 42px;
    font-weight: 700;
    color: black;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
}

    .close-button:hover[b-tyk56qzd1z] {
        background-color: #e0e0e0;
    }

.page-wrapper[b-tyk56qzd1z] {
    min-height: calc(100vh - 70px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.error-bg[b-tyk56qzd1z] {
    background-color: #f0f0f0;
}

.bays-bg[b-tyk56qzd1z] {
    background-color: black;
}

.column-spacing-start[b-tyk56qzd1z] {
    margin-right: 5px; /* Adjust as needed */
}

.column-spacing-end[b-tyk56qzd1z] {
    margin-left: 5px; /* Adjust as needed */
}

.column-spacing-startEnd[b-tyk56qzd1z] {
    margin-right: 15px; /* Adjust as needed */
}

.column-spacing-endStart[b-tyk56qzd1z] {
    margin-left: 15px; /* Adjust as needed */
}

.column-spacing-center[b-tyk56qzd1z] {
    margin-left: 2px; /* Adjust as needed */
    margin-right: 2px; /* Adjust as needed */
}

.loading-overlay[b-tyk56qzd1z] {
    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-tyk56qzd1z]::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-tyk56qzd1z] {
    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-tyk56qzd1z 1s linear infinite;
    z-index: 11;
}
.bay-row-label[b-tyk56qzd1z] {
    color: #fff;
    font-weight: 600;
    opacity: 0.9;
    font-size: 1.5rem;
    font-family: 'Oswald', 'Segoe UI', Roboto, Arial, sans-serif;
}

@keyframes spin-b-tyk56qzd1z {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.col-sm[b-tyk56qzd1z] {
    position: relative !important;
    z-index: 1 !important;
}

.col-sm .baycard[b-tyk56qzd1z] {
    position: relative !important;
    z-index: 1 !important;
}

.hover-box[b-tyk56qzd1z] {
    top: 65%;
    position: absolute !important;
    z-index: 9999 !important; /* Ensure the hover box appears above other elements */
}

    .hover-box:last-child[b-tyk56qzd1z] {
        top: 30%;
        position: absolute !important;
        z-index: 9999 !important;
    }


.hover-card[b-tyk56qzd1z] {
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    margin-top: 0;
    padding-top: 0;
    z-index: 9999;
    text-align: right;
}

    .hover-card.show[b-tyk56qzd1z] {
        opacity: 1;
        visibility: visible;
    }

    .hover-card.hover-card--above[b-tyk56qzd1z] {
        top: auto;
        bottom: 100%;
    }

.wl-controls[b-tyk56qzd1z] {
    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-tyk56qzd1z] {
        opacity: 1;
        /* DO NOT enable pointer-events here */
    }

.wl-bottom-center[b-tyk56qzd1z] {
    top: auto !important;
    left: 50% !important;
    bottom: 16px !important;
    transform: translateX(-50%) !important;
}

/* Only buttons get pointer events */
.wl-ctrl-btn[b-tyk56qzd1z],
.wl-controls .custom-btn[b-tyk56qzd1z],
.wl-controls button[b-tyk56qzd1z] {
    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-tyk56qzd1z],
.wl-controls .custom-btn:hover[b-tyk56qzd1z],
.wl-controls button:hover[b-tyk56qzd1z] {
    background: rgba(0,0,0,.7);
}
/* /Pages/HoverBayCard.razor.rz.scp.css */
.member-key[b-2lubxparir] {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    text-align: left;
}

.nav-sm[b-2lubxparir] {
    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-2lubxparir] {
        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-2lubxparir] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-2lubxparir] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-2lubxparir]::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-2lubxparir] {
    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-2lubxparir] {
    z-index: 8888 !important; /* Ensure tooltip has the highest z-index */
}

.expand-button[b-2lubxparir] {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}


/* Member Icon */
.member-icon[b-2lubxparir] {
    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-2lubxparir] {
    display: flex;
    flex-direction: column;
}

.member-name[b-2lubxparir] {
    font-size: 16px;
    font-weight: bold;
}

.member-meta[b-2lubxparir] {
    font-size: 14px;
    color: #666;
}

/* Expanded Row as Card */
.expanded-row[b-2lubxparir] {
    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-2lubxparir] {
        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-2lubxparir] {
            background: #e3e4e9;
        }

/* Expanded Content */
.expanded-content[b-2lubxparir] {
    padding: 5px;
    background-color: #fff;
}

    .expanded-content h6[b-2lubxparir] {
        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-2lubxparir] {
        font-size: 15px;
        font-weight: 600 !important;
        color: black;
    }

/* Action Buttons */
.row-actions[b-2lubxparir] {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.action-button[b-2lubxparir] {
    padding: 8px 15px;
    background: #6c63ff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .action-button:hover[b-2lubxparir] {
        background: #594bff;
    }

.edit-key[b-2lubxparir] {
    color: #2a2929;
    font-weight: 600;
}

.tab-pane[b-2lubxparir] {
    display: none;
}

    .tab-pane h6[b-2lubxparir] {
        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-2lubxparir] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-2lubxparir] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-2lubxparir] {
            color: #161619;
        }

    .tab-pane.active[b-2lubxparir] {
        display: block;
    }

.modern-checkbox[b-2lubxparir] {
    /* 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-2lubxparir] {
        border-color: #007bff;
    }

    .modern-checkbox:checked[b-2lubxparir] {
        border-color: #007bff;
        background-color: #007bff;
    }

        .modern-checkbox:checked[b-2lubxparir]::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-2lubxparir] {
    --borderColor: #48c;
    --borderWidth: .1875em;
}

    .checkbox-wrapper-40 label[b-2lubxparir] {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .checkbox-wrapper-40 input[type=checkbox][b-2lubxparir] {
        -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-2lubxparir]:before,
        .checkbox-wrapper-40 input[type=checkbox][b-2lubxparir]: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-2lubxparir]: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-2lubxparir]: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-2lubxparir]: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-2lubxparir]: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-2lubxparir] {
            outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
        }

/* Dropdown Menu Styling */
.search-container[b-2lubxparir] {
    position: relative; /* Required for absolute positioning of dropdown */
    margin: 20px auto; /* Center horizontally */
    width: 50%; /* Adjust width as needed */
}

.custom-btn[b-2lubxparir] {
    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-2lubxparir] {
        font-size: 24px; /* Adjust size of the icons */
        transition: transform 0.3s ease;
    }

    /* Hover effects to highlight buttons */
    .custom-btn:hover[b-2lubxparir] {
        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-2lubxparir] {
        color: white;
    }

    .custom-btn:hover i[b-2lubxparir] {
        color: lightblue; /* Change icon color on hover */
    }

    /* Specific color styles for each button */
    .custom-btn i.fas.fa-user[b-2lubxparir] {
        color: lightblue;
    }

    .custom-btn i.fas.fa-exclamation-triangle[b-2lubxparir] {
        color: royalblue;
    }

    .custom-btn i.fas.fa-plus[b-2lubxparir] {
        color: green;
    }

    .custom-btn i.fas.fa-ban[b-2lubxparir] {
        color: red;
    }

/* Input Container (Relative Positioning for Dropdown) */
.input-container[b-2lubxparir] {
    position: relative; /* This anchors the dropdown menu */
    display: inline-block;
    width: 100%;
}

    /* Search Input Styling */
    .input-container .form-control[b-2lubxparir] {
        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-2lubxparir] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.search-help-text[b-2lubxparir] {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
    display: flex;
    color: black;
}

/* Dropdown Menu */
.dropdown-menu[b-2lubxparir] {
    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-2lubxparir] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .dropdown-menu li:last-child[b-2lubxparir] {
            border-bottom: none;
        }

        .dropdown-menu li:hover[b-2lubxparir] {
            background-color: #f8f8f8;
        }

.selected-member table[b-2lubxparir] {
    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-2lubxparir] {
    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-2lubxparir] {
    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-2lubxparir] {
    border-bottom: none;
}

/* Row Hover Effect */
.selected-member tr:hover td[b-2lubxparir] {
    background-color: #f9f9f9;
}

.tab[b-2lubxparir] {
    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-2lubxparir] {
        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-2lubxparir] {
            display: inline-block; /* Ensures underline stays on text */
            position: relative;
        }

        /* Hover effect for tabs */
        .tab button:hover span[b-2lubxparir] {
            color: blue;
        }

            
        .tab button:hover[b-2lubxparir] {
            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-2lubxparir] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 2.5px;
            border-bottom-color: blue;
        }

.tooltip-text-clean[b-2lubxparir] {
    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-2lubxparir] {
    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-2lubxparir 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 99999 !important;
}

/* Fade-in animation */
@keyframes fadeIn-b-2lubxparir {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup content */
.close-button[b-2lubxparir] {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

    .close-button:hover[b-2lubxparir] {
        color: red; /* Optional hover effect */
    }

    .close-button:hover[b-2lubxparir] {
        color: #000;
        cursor: pointer;
    }

/* Header styling */
.popup-header[b-2lubxparir] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-logo[b-2lubxparir] {
    width: 50px;
}

.popup-title[b-2lubxparir] {
    flex-grow: 1;
    margin: 0 10px;
}

/* Tab/Switch styling */
.popup-tab .btn[b-2lubxparir] {
    font-size: 18px;
    font-weight: 600;
}

/* Form labels and select styling */
.popup-label[b-2lubxparir] {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.popup-select[b-2lubxparir] {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

/* Error message styling */
.popup-error[b-2lubxparir] {
    font-size: 18px;
    margin-top: 15px;
}

.popup-content[b-2lubxparir] {
    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-2lubxparir] {
        width: 50%; /* Adjust width for larger screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-2lubxparir] {
        width: 40%; /* Further adjust width for even larger screens */
    }
}

/* Close button */
.close[b-2lubxparir] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-2lubxparir],
    .close:focus[b-2lubxparir] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.hover-card[b-2lubxparir] {
    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-2lubxparir] {
        opacity: 1;
        visibility: visible;
    }

.toggle-switch[b-2lubxparir] {
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 500px;
    height: 60px;
}

.toggle-input[b-2lubxparir] {
    display: none;
}

.toggle-label[b-2lubxparir] {
    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-2lubxparir] {
    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-2lubxparir] {
    background-color: #f0f0f0; /* Optional styling for checked state */
}

/* Label positioning (adjust as needed) */
.toggle-label .on-label[b-2lubxparir] {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.toggle-label .off-label[b-2lubxparir] {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

/* Optional label styles */
.on-label[b-2lubxparir],
.off-label[b-2lubxparir] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* State-specific slider positions */
.toggle-input:checked + .toggle-label .toggle-slider[b-2lubxparir] {
    transform: translateX(100%);
}

.toggle-input:not(:checked) + .toggle-label .toggle-slider[b-2lubxparir] {
    transform: translateX(0);
}

.tooltip-btn[b-2lubxparir] {
    position: relative;
}

/* Tooltip text */
.tooltip-text[b-2lubxparir] {
    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-2lubxparir]::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-2lubxparir] {
    visibility: visible;
    opacity: 1;
}
/* /Pages/LoadKPIs.razor.rz.scp.css */

/* Apply Oswald font to entire component */
body[b-e71aoozl8p], html[b-e71aoozl8p], .kpi-selector[b-e71aoozl8p], .kpi-selector *[b-e71aoozl8p], .tooltip-body[b-e71aoozl8p] {
    font-family: 'Oswald', sans-serif !important;
}

.popup-overlay[b-e71aoozl8p] {
    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-e71aoozl8p] {
    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-e71aoozl8p] {
    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-e71aoozl8p] {
    padding: .5rem 0;
}

.kpi-card-loader[b-e71aoozl8p] {
    opacity: 0.7; /* subtle dim */
    background-color: #f9f9f9; /* light gray background */
    text-align: center;
}

    .kpi-card-loader .kpi-title[b-e71aoozl8p] {
        font-style: italic;
        color: #888;
    }

    .kpi-card-loader .fa-spinner[b-e71aoozl8p] {
        color: #0d57b5; /* your ras-primary color */
        font-size: 1.2rem;
        margin-right: 4px;
    }

.kpi-label[b-e71aoozl8p] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0px;
}

.kpi-option[b-e71aoozl8p] {
    display: grid;
    align-items: center;
    column-gap: 8px;
    width: 100%;
}

.kpi-lock-slot[b-e71aoozl8p] {
    flex: 0 0 14px;
    line-height: 1;
    text-align: left;
}

    .kpi-lock-slot i[b-e71aoozl8p] {
        visibility: visible;
        color: #e74c3c; /* your danger color */
        font-size: 0.9rem;
    }

.kpi-switch[b-e71aoozl8p] {
    margin-left: 0;
}

.kpi-text[b-e71aoozl8p] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* Top indeterminate bar */
.kpi-progress-indeterminate[b-e71aoozl8p] {
    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-e71aoozl8p 1.5s linear infinite;
}

@keyframes kpiBarSlide-b-e71aoozl8p {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

/* Skeleton cards */
.kpi-skeleton-card[b-e71aoozl8p] {
    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-e71aoozl8p] {
    position: relative;
    overflow: hidden;
    background: #eef1f5;
    border-radius: 12px;
}

    .skeleton[b-e71aoozl8p]::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-e71aoozl8p 1.6s infinite;
    }

@keyframes kpiShimmer-b-e71aoozl8p {
    100% {
        transform: translateX(100%);
    }
}

/* Block sizes */
.skeleton-title[b-e71aoozl8p] {
    height: 18px;
    width: 55%;
}

.skeleton-stat[b-e71aoozl8p] {
    height: 38px;
    width: 70%;
    border-radius: 14px;
}

.skeleton-chip[b-e71aoozl8p] {
    height: 22px;
    width: 45%;
    border-radius: 999px;
}

.kpi-lock[b-e71aoozl8p] {
    margin-left: 0.4rem;
    font-size: 0.9rem;
    opacity: 0.65;
    vertical-align: middle;
    color: red;
}

.form-check-label .kpi-lock:hover[b-e71aoozl8p] {
    opacity: 0.85;
}

/* Optional dark-mode tweaks */
@media (prefers-color-scheme: dark) {
    .kpi-skeleton-card[b-e71aoozl8p] {
        background: #0f1115;
        box-shadow: 0 8px 24px rgba(0,0,0,.4);
    }

    .skeleton[b-e71aoozl8p] {
        background: #1a1e24;
    }

        .skeleton[b-e71aoozl8p]::after {
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.15) 50%, transparent 100%);
        }

    .kpi-progress-indeterminate[b-e71aoozl8p] {
        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-e71aoozl8p] {
    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-e71aoozl8p] {
        font-size: 24px; /* Adjust size of the icons */
        transition: transform 0.3s ease;
    }

    /* Hover effects to highlight buttons */
    .custom-btn:hover[b-e71aoozl8p] {
        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-e71aoozl8p] {
        color: white;
    }

    .custom-btn:hover i[b-e71aoozl8p] {
        color: lightblue; /* Change icon color on hover */
    }

    /* Specific color styles for each button */
    .custom-btn i.fas.fa-user[b-e71aoozl8p] {
        color: lightblue;
    }

    .custom-btn i.fas.fa-exclamation-triangle[b-e71aoozl8p] {
        color: royalblue;
    }

    .custom-btn i.fas.fa-plus[b-e71aoozl8p] {
        color: green;
    }

    .custom-btn i.fas.fa-ban[b-e71aoozl8p] {
        color: red;
    }

.kpi-tooltip .e-tooltip-wrap[b-e71aoozl8p] {
    background: #2c2c2c !important;
}

/* Header and list item text colors */
.kpi-tooltip .tooltip-body h6[b-e71aoozl8p],
.kpi-tooltip .tooltip-body li[b-e71aoozl8p] {
    color: #f0f0f0 !important;
}

/* List text slightly softer */
.kpi-tooltip .tooltip-body ul[b-e71aoozl8p] {
    color: #e0e0e0;
}

/* Tooltip pointer (arrow) color match */
.kpi-tooltip .e-tip-pointer[b-e71aoozl8p] {
    border-top-color: #2c2c2c !important;
}

/* Question icon hover tint */
.kpi-tooltip .e-tooltip-target:hover[b-e71aoozl8p] {
    color: #0056b3;
}
/* /Pages/MemberSlide.razor.rz.scp.css */
.slide-panel[b-z0g893xf57] {
    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-z0g893xf57] {
        right: 0; /* slide in */
    }

/* ─── Panel Header & Tabs ─── */
.panel-header[b-z0g893xf57] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 1rem;
    border-bottom: 1px solid #eee;
}

.nav-sm[b-z0g893xf57] {
    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-z0g893xf57] {
        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-z0g893xf57] {
            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-z0g893xf57] {
            color: #333;
        }

        /* 3) active tab: blue border + nudge down to cover the gray underneath */
        .nav-sm .nav-link.active[b-z0g893xf57] {
            color: #5a0cf5;
            border-bottom: 3px solid #5a0cf5 !important;
            margin-bottom: -3px;
        }

/* ─── Panel Body ─── */
.panel-body[b-z0g893xf57] {
    flex: 1;
    min-height: 320px;
    overflow-y: auto;
    padding: 1rem;
    overflow-x: hidden;
}

.panel-label[b-z0g893xf57] {
    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-z0g893xf57] {
        color: #007bff;
        font-size: 1.25rem;
    }

/* ─── Utility ─── */
/* hides the inactive pane without unmounting it */
.d-none[b-z0g893xf57] {
    display: none !important;
}

/* ─── Close Button ─── */
.close-btn[b-z0g893xf57] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #666;
    cursor: pointer;
}

/* ─── Floating Toggle Button ─── */
.toggle-btn[b-z0g893xf57] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1100;
}

@media (max-width: 992px) {
    .slide-panel[b-z0g893xf57],
    .toggle-btn[b-z0g893xf57] {
        display: none !important;
    }
}
/* /Pages/Statistics.razor.rz.scp.css */
.tab[b-28pwrhmymt] {
    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-28pwrhmymt] {
        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-28pwrhmymt],
        .tab button.active[b-28pwrhmymt] {
            color: blue;
            border-bottom: 3px solid blue;
        }

.nav-sm[b-28pwrhmymt] {
    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-28pwrhmymt] {
        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-28pwrhmymt] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-28pwrhmymt] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-28pwrhmymt]::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-pane[b-28pwrhmymt] {
    display: none;
}

    .tab-pane h6[b-28pwrhmymt] {
        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-28pwrhmymt] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-28pwrhmymt] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-28pwrhmymt] {
            color: #161619;
        }

    .tab-pane.active[b-28pwrhmymt] {
        display: block;
    }


.loading-overlay[b-28pwrhmymt] {
    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-28pwrhmymt]::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-28pwrhmymt] {
    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-28pwrhmymt 1s linear infinite;
    z-index: 11;
}

@keyframes spin-b-28pwrhmymt {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pop-close-button[b-28pwrhmymt] {
    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-28pwrhmymt] {
        color: red; /* Optional hover effect */
    }

.popup[b-28pwrhmymt] {
    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-28pwrhmymt] {
    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-28pwrhmymt] {
        width: 50%; /* Adjust width for medium screens */
    }
}

@media (min-width: 900px) {
    .popup-content[b-28pwrhmymt] {
        width: 40%; /* Further adjust width for larger screens */
    }
}

/* Close button */
.close[b-28pwrhmymt] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-28pwrhmymt],
    .close:focus[b-28pwrhmymt] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.toggle-switch[b-28pwrhmymt] {
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 500px;
    height: 60px;
}

.toggle-input[b-28pwrhmymt] {
    display: none;
}

.toggle-label[b-28pwrhmymt] {
    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-28pwrhmymt] {
    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-28pwrhmymt] {
    background-color: #f0f0f0; /* Optional styling for checked state */
}

/* Label positioning (adjust as needed) */
.toggle-label .on-label[b-28pwrhmymt] {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.toggle-label .off-label[b-28pwrhmymt] {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

/* Optional label styles */
.on-label[b-28pwrhmymt],
.off-label[b-28pwrhmymt] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* State-specific slider positions */
.toggle-input:checked + .toggle-label .toggle-slider[b-28pwrhmymt] {
    transform: translateX(100%);
}

.toggle-input:not(:checked) + .toggle-label .toggle-slider[b-28pwrhmymt] {
    transform: translateX(0);
}
/* /Pages/TemplateBayCard.razor.rz.scp.css */
@keyframes flickerCheckedIn-b-1l3miw6dca {
    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-1l3miw6dca {
    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-1l3miw6dca {
    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-1l3miw6dca] {
    animation: flickerCheckedIn-b-1l3miw6dca 1s infinite;
}

.flicker-checked-out[b-1l3miw6dca] {
    animation: flickerCheckedOut-b-1l3miw6dca 1s infinite;
}

.flicker-error[b-1l3miw6dca] {
    animation: flickerError-b-1l3miw6dca 1s infinite;
}
/* /Shared/BayLayoutPanel.razor.rz.scp.css */
.layout-panel-toggle[b-xb2lsh8jg4] {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 1600;
}

.layout-toggle-btn[b-xb2lsh8jg4] {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .layout-toggle-btn:hover[b-xb2lsh8jg4] {
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(-1px);
    }

.layout-panel-overlay[b-xb2lsh8jg4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 2000;
    transition: opacity 0.25s ease;
}

    .layout-panel-overlay.open[b-xb2lsh8jg4] {
        opacity: 1;
        pointer-events: auto;
    }

.layout-panel[b-xb2lsh8jg4] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 320px;
    max-width: 85vw;
    background: #fff;
    box-shadow: -8px 0 18px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
}

.layout-panel-overlay.open .layout-panel[b-xb2lsh8jg4] {
    transform: translateX(0);
}

.layout-panel-header[b-xb2lsh8jg4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e5e5;
}

.layout-panel-title[b-xb2lsh8jg4] {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.layout-panel-subtitle[b-xb2lsh8jg4] {
    font-size: 12px;
    color: #666;
}

.layout-panel-close[b-xb2lsh8jg4] {
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    padding: 0;
}

.layout-panel-body[b-xb2lsh8jg4] {
    padding: 20px;
    overflow-y: auto;
}

.layout-panel-content[b-xb2lsh8jg4] {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.layout-panel-summary[b-xb2lsh8jg4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f6f7fb;
    border: 1px solid #e6e7eb;
    margin-bottom: 16px;
    width: 100%;
}

.layout-panel-summary-label[b-xb2lsh8jg4] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5b5b5b;
    font-weight: 600;
}

.layout-panel-summary-value[b-xb2lsh8jg4] {
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
}

.layout-panel-section-title[b-xb2lsh8jg4] {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.layout-panel-controls[b-xb2lsh8jg4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}

.layout-panel-field[b-xb2lsh8jg4] {
    margin: 4px 0 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.layout-panel-select[b-xb2lsh8jg4] {
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #d9dbe2;
    padding: 6px 12px;
    font-size: 14px;
    color: #1f1f1f;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
}

    .layout-panel-select:focus[b-xb2lsh8jg4] {
        outline: none;
        border-color: #1f3aa5;
        box-shadow: 0 0 0 2px rgba(31, 58, 165, 0.15);
    }

.layout-panel-help[b-xb2lsh8jg4] {
    font-size: 12px;
    color: #6f6f6f;
}

.layout-row-controls[b-xb2lsh8jg4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.layout-row-action[b-xb2lsh8jg4] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #d9dbe2;
    background: #fff;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

    .layout-row-action:hover:not(:disabled)[b-xb2lsh8jg4] {
        border-color: #1f3aa5;
        color: #1f3aa5;
        background: #eef2ff;
    }

    .layout-row-action:disabled[b-xb2lsh8jg4] {
        opacity: 0.45;
        cursor: not-allowed;
    }

.layout-row-count[b-xb2lsh8jg4] {
    min-width: 28px;
    text-align: center;
    font-weight: 700;
    color: #1f1f1f;
}

.layout-row-card[b-xb2lsh8jg4] {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #e4e6eb;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    margin-bottom: 14px;
    width: 100%;
}

.layout-row-header[b-xb2lsh8jg4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.layout-row-text[b-xb2lsh8jg4] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.layout-row-title[b-xb2lsh8jg4] {
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 600;
}

.layout-row-subtitle[b-xb2lsh8jg4] {
    font-size: 13px;
    color: #4f4f4f;
}

.layout-row-value[b-xb2lsh8jg4] {
    font-weight: 700;
    color: #111;
    font-size: 14px;
    background: #e8efff;
    color: #1f3aa5;
    padding: 5px 12px;
    border-radius: 999px;
}

.layout-slider[b-xb2lsh8jg4] {
    width: 100%;
    accent-color: #1f3aa5;
    height: 6px;
}

.layout-slider:focus[b-xb2lsh8jg4] {
    outline: none;
}

.layout-row-range[b-xb2lsh8jg4] {
    margin-top: 8px;
    font-size: 12px;
    color: #6f6f6f;
    display: flex;
    justify-content: space-between;
}

.layout-panel-note[b-xb2lsh8jg4] {
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 10px;
    text-align: center;
}

.layout-panel-footer[b-xb2lsh8jg4] {
    padding: 12px 18px 18px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}

.layout-panel-actions[b-xb2lsh8jg4] {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.pac-container[b-wvpwdkf8ex] {
    z-index: 99999 !important;
}

/* Dropdown Menu Styling */
.search-container[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    position: relative; /* This anchors the dropdown menu */
    display: inline-block;
    width: 100%;
}

    /* Search Input Styling */
    .input-container .form-control[b-wvpwdkf8ex] {
        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-wvpwdkf8ex],
#success-toast[b-wvpwdkf8ex],
#low-balls-toast[b-wvpwdkf8ex] {
    max-width: 420px; /* keep them consistent with error toast */
}

    #main-error-toast .toast-body[b-wvpwdkf8ex],
    #success-toast .toast-body[b-wvpwdkf8ex],
    #low-balls-toast .toast-body[b-wvpwdkf8ex] {
        white-space: normal;
        word-break: break-word;
        line-height: 1.25;
    }

.toast[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        border-left: 8px solid #cc9706 !important;
        z-index: 19500 !important;
    }

    .toast.toast-danger[b-wvpwdkf8ex] {
        border-left: 8px solid #dc3545 !important;
        z-index: 19500 !important;
    }

    .toast.toast-success[b-wvpwdkf8ex] {
        border-left: 8px solid #008000 !important;
        z-index: 19500 !important;
    }

    .toast.toast-primary[b-wvpwdkf8ex] {
        border-left: 8px solid #27488f !important;
        z-index: 19500 !important;
    }

.toast-header[b-wvpwdkf8ex], .toast-body[b-wvpwdkf8ex] {
    font-size: 1.1rem;
    font-weight: 300;
    color: black;
    font-family: 'Oswald', sans-serif;
}

.red-square[b-wvpwdkf8ex] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #dc3545; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

.popover[b-wvpwdkf8ex] {
    z-index: 9998; /* Bootstrap defaults to 1060 for tooltips; you can go higher */
}
.popover.show[b-wvpwdkf8ex] {
    z-index: 9999;
}

.tooltip-code[b-wvpwdkf8ex] {
    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 */
}

.tooltip-list[b-wvpwdkf8ex] {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .tooltip-list li[b-wvpwdkf8ex] {
        display: flex;
        gap: 0.5rem;
        align-items: baseline;
    }

    .tooltip-list code[b-wvpwdkf8ex] {
        background: #f1f3f5;
        padding: 0.1rem 0.35rem;
        border-radius: 0.25rem;
        font-family: Menlo, Consolas, Monaco, monospace;
    }

.custom-range-selection[b-wvpwdkf8ex] {
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}

.green-square[b-wvpwdkf8ex] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #008000; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

.blue-square[b-wvpwdkf8ex] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    background-color: #27488f; /* Use Bootstrap's danger red color */
    border-radius: 4px;
}

.yellow-square[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .dropdown-menu li:last-child[b-wvpwdkf8ex] {
            border-bottom: none;
        }

        .dropdown-menu li:hover[b-wvpwdkf8ex] {
            background-color: #f8f8f8;
        }

.selected-member table[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    border-bottom: none;
}

/* Row Hover Effect */
.selected-member tr:hover td[b-wvpwdkf8ex] {
    background-color: #f9f9f9;
}

.burger-btn[b-wvpwdkf8ex],
.close-btn[b-wvpwdkf8ex] {
    z-index: 1102 !important;
    font-size: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s ease;
}

.burger-btn[b-wvpwdkf8ex] {
    color: white;
}

.close-btn[b-wvpwdkf8ex] {
    color: black;
}

.sidebar-overlay[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        opacity: 1;
        pointer-events: auto;
    }

.topbar-tools[b-wvpwdkf8ex] {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    padding-left: 15px;
    z-index: 3002 !important;
    background: transparent;
}

.sidebar-popup[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        width: 250px;
    }
}

/* Slide in from left */
.sidebar-overlay.open .sidebar-popup[b-wvpwdkf8ex] {
    transform: translateX(0);
}

.sidebar-menu[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* ───────────────────────────────────────────────────────────
   EACH LINK ROW
──────────────────────────────────────────────────────────── */
    .sidebar-menu .smallbar-link[b-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
            font-size: 1.5rem; /* ~24px */
            color: #fff;
            margin-right: 16px;
        }

        /* Link text in the second “column” */
        .sidebar-menu .smallbar-link a[b-wvpwdkf8ex] {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
        }

        /* Hover (or touch) effect */
        .sidebar-menu .smallbar-link:hover[b-wvpwdkf8ex] {
            background-color: rgba(255, 255, 255, 0.1);
        }

    /* Optional scrollbar styling */
    .sidebar-menu[b-wvpwdkf8ex]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-menu[b-wvpwdkf8ex]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

.close-button[b-wvpwdkf8ex] {
    font-size: 42px;
    font-weight: 700;
    color: black;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;

}

    .close-button:hover[b-wvpwdkf8ex] {
        background-color: #e0e0e0;
    }

.page[b-wvpwdkf8ex] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvpwdkf8ex] {
    flex: 1;
}

.sidebar[b-wvpwdkf8ex] {
    
}

.table tbody tr:hover[b-wvpwdkf8ex] {
    background-color: #e9ecef; /* Adjust the color for a darker shade */
}

.field-template .col-6 .form-control[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .field-template .col-6 .form-control:active[b-wvpwdkf8ex] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }

    .field-template .col-6 .form-control:focus[b-wvpwdkf8ex] {
        border: 2px solid blue;
        border-color: blue !important; /* Change border color on hover */
        border-radius: 4px;
    }
/* Backdrop overlay */
.logout-popup[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex 0.3s forwards;
}

/* Header */
.panel-header[b-wvpwdkf8ex] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.avatar[b-wvpwdkf8ex] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name[b-wvpwdkf8ex] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.user-role[b-wvpwdkf8ex] {
    color: #666;
    font-size: 0.85rem;
}

/* Info list */
.panel-info[b-wvpwdkf8ex] {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    padding-top: 10px;
}

    .panel-info li[b-wvpwdkf8ex] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        color: #333;
        margin-bottom: 0.75rem;
    }

    .panel-info i[b-wvpwdkf8ex] {
        color: #888;
    }

/* Actions */
.panel-actions[b-wvpwdkf8ex] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .panel-actions .btn[b-wvpwdkf8ex] {
        width: 100%;
        padding: 0.5rem;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 6px;
    }

/* Animations */
@keyframes slideIn-b-wvpwdkf8ex {
    to {
        transform: translateX(0);
    }
}

.noti-popup[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        display: flex;
    }

    /* 2) The drawer content */
    .noti-popup .noti-content[b-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
        margin-top: 1.5rem; /* adjust as you like */
    }

/* ============================= */
/* BODY BLUR WHEN OPEN           */
/* ============================= */
body.popup-open[b-wvpwdkf8ex] {
    filter: blur(5px);
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .noti-content[b-wvpwdkf8ex] {
        width: 80%; /* Adjust width for medium screens */
    }
}

@media (min-width: 900px) {
    .noti-content[b-wvpwdkf8ex] {
        width: 500px; /* Fixed width for larger screens */
        height: 350px; /* Fixed height for larger screens */
    }
}


.logout-popup[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    filter: blur(5px); /* Adjust blur amount as needed */
}

.logout-content[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        width: 300px; /* Fixed width for larger screens */
    }
}

.logout-padding[b-wvpwdkf8ex] {
    padding: 15px;
    padding-top: 20px;
}

.logout-heading[b-wvpwdkf8ex] {
    color: black;
    font-weight: 700;
    font-size: 24px;
}

.logout-subheading[b-wvpwdkf8ex] {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.logout-email[b-wvpwdkf8ex] {
    color: black;
    font-weight: 500;
    font-size: 12px;
}


@keyframes fadeIn-b-wvpwdkf8ex {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.button-group[b-wvpwdkf8ex] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Add spacing between buttons */
}

#logout-button[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        background-color: #c0392b; /* Darker red on hover */
        transform: translateY(-2px); /* Slight "lift" effect */
    }

#edituser-button[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        background-color: #274a8c; /* Darker blue on hover */
        transform: translateY(-2px); /* Slight "lift" effect */
    }

#cancel-button[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    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-wvpwdkf8ex 0.7s; /* Apply fade-in animation */
    border-radius: 10px;
    z-index: 9999;
}

.member-key[b-wvpwdkf8ex] {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    text-align: left;
}

.tab-pane[b-wvpwdkf8ex] {
    display: none;
}

    

    .tab-pane h6[b-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
        margin-bottom: 30px;
    }

    .tab-pane p[b-wvpwdkf8ex] {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300 !important;
        color: #1a1a1a;
    }

        .tab-pane p strong[b-wvpwdkf8ex] {
            color: #161619;
        }

    .tab-pane.active[b-wvpwdkf8ex] {
        display: block;
    }

.card-wrapper .card[b-wvpwdkf8ex] {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1); /* Default subtle shadow */
}

    .card-wrapper .card:hover[b-wvpwdkf8ex],
    .card-wrapper .card:focus[b-wvpwdkf8ex] {
        /* 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-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
    background-color: lightgray;
    height: 2px;
    padding-left: 30px;
    padding-right: 30px;
}

.separator[b-wvpwdkf8ex] {
    background-color: black;
    height: 1px;
    margin: 3px 0;
}

.nav-sm[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
            color: #333;
        }

        /* 4) Active link: change text color & draw a full-width underline */
        .nav-sm .nav-link.active[b-wvpwdkf8ex] {
            color: #5a0cf5;
        }

            .nav-sm .nav-link.active[b-wvpwdkf8ex]::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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
            display: inline-block; /* Ensures underline stays on text */
            position: relative;
        }

        /* Hover effect for tabs */
        .tab button:hover span[b-wvpwdkf8ex] {
            color: blue;
        }


        .tab button:hover[b-wvpwdkf8ex] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-wvpwdkf8ex] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

/* Fade-in animation */
@keyframes fadeIn-b-wvpwdkf8ex {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-control[b-wvpwdkf8ex] {

}

.loader[b-wvpwdkf8ex] {
    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-wvpwdkf8ex 1s linear infinite;
}

@keyframes spin-b-wvpwdkf8ex {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid[b-wvpwdkf8ex] {
    border: 2px solid red !important;
}

    .is-invalid[b-wvpwdkf8ex]::before {
        content: '!';
        color: red;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }

.initial-circle[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    width: 100%;
    border-collapse: collapse; /* Ensures no extra spacing between cells */
}

    /* Table headers: no background, no underline/border */
    .notification-table thead th[b-wvpwdkf8ex] {
        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-wvpwdkf8ex] {
        font-size: 16px;
        color: #27252a;
        padding-right: 10px;
        padding: 5px;
        border: none;
    }

.error-text[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        color: #2575fc; /* Change color on hover for interactivity */
    }

.modern-checkbox[b-wvpwdkf8ex] {
    /* 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-wvpwdkf8ex] {
        border-color: #007bff;
    }

    .modern-checkbox:checked[b-wvpwdkf8ex] {
        border-color: #007bff;
        background-color: #007bff;
    }

        .modern-checkbox:checked[b-wvpwdkf8ex]::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-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
    z-index: 1000; /* Ensure it's behind the popup */
}

#outlet-address[b-wvpwdkf8ex] {
    z-index: 1100; /* Ensure the suggestions are visible */
}

/* Close button */
.close[b-wvpwdkf8ex] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-wvpwdkf8ex],
    .close:focus[b-wvpwdkf8ex] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.top-row[b-wvpwdkf8ex] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wvpwdkf8ex]  a, .top-row .btn-link[b-wvpwdkf8ex] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wvpwdkf8ex] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
.pop-close-button[b-wvpwdkf8ex] {
    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-wvpwdkf8ex] {
        color: red; /* Optional hover effect */
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wvpwdkf8ex] {
        display: none;
    }

    .top-row.auth[b-wvpwdkf8ex] {
        justify-content: space-between;
    }

    .top-row a[b-wvpwdkf8ex], .top-row .btn-link[b-wvpwdkf8ex] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wvpwdkf8ex] {
        flex-direction: row;
    }

    .sidebar[b-wvpwdkf8ex] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wvpwdkf8ex] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wvpwdkf8ex], article[b-wvpwdkf8ex] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.checkbox-wrapper-40[b-wvpwdkf8ex] {
    --borderColor: #48c;
    --borderWidth: .1875em;
}

    .checkbox-wrapper-40 label[b-wvpwdkf8ex] {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .checkbox-wrapper-40 input[type=checkbox][b-wvpwdkf8ex] {
        -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-wvpwdkf8ex]:before,
        .checkbox-wrapper-40 input[type=checkbox][b-wvpwdkf8ex]: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-wvpwdkf8ex]: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-wvpwdkf8ex]: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-wvpwdkf8ex]: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-wvpwdkf8ex]: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-wvpwdkf8ex] {
            outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
        }


/* /Shared/RasMenu.razor.rz.scp.css */
.rasmenu-nav[b-apd0khw1iu] {
    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-apd0khw1iu],
    .rasmenu-nav a > svg.svg-inline--fa[b-apd0khw1iu],
    .submenu-card a > i[b-apd0khw1iu],
    .submenu-card a > svg.svg-inline--fa[b-apd0khw1iu] {
        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-apd0khw1iu] {
        list-style: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

        .rasmenu-nav .ras-menu > li[b-apd0khw1iu] {
            margin-bottom: 10px;
        }

            .rasmenu-nav .ras-menu > li.help-item[b-apd0khw1iu] {
                margin-top: auto;
            }

            .rasmenu-nav .ras-menu > li.copyright[b-apd0khw1iu] {
                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-apd0khw1iu] {
                    margin-bottom: 0;
                }

            /* Top‐level links as flex containers */
            .rasmenu-nav .ras-menu > li > a[b-apd0khw1iu] {
                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-apd0khw1iu] {
                    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-apd0khw1iu] {
        background-color: #e1e1e1;
        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-apd0khw1iu] {
            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-apd0khw1iu] {
                border-bottom: none;
            }

            .rasmenu-nav .submenu-card .submenu-option:last-child[b-apd0khw1iu] {
                margin-bottom: 0;
            }

            .rasmenu-nav .submenu-card .submenu-option:hover[b-apd0khw1iu] {
                background-color: #f0f0f0;
                color: #111;
            }

        /* 4) SUBMENU TEXT STYLES */
        .rasmenu-nav .submenu-card .submenu-title[b-apd0khw1iu] {
            font-weight: 400;
            font-size: 15px;
            color: #716c6c;
        }

        .rasmenu-nav .submenu-card .locked-submenu-title[b-apd0khw1iu] {
            color: #f33636;
            position: relative;
            font-weight: 400;
            margin-right: 0;
        }

        .rasmenu-nav .submenu-card:hover .locked-submenu-title[b-apd0khw1iu] {
            background-color: transparent;
        }

        .rasmenu-nav .submenu-card .submenu-desc[b-apd0khw1iu] {
            font-size: 13px;
            color: #666;
            margin-top: 2px;
        }
/* /Shared/TopBar.razor.rz.scp.css */
.navbar-toggle[b-ydraqenzn6] {
    border-color: transparent;
    background-color: transparent;
}

.tab[b-ydraqenzn6] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-ydraqenzn6] {
        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-ydraqenzn6] {
            font-weight: 900;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-ydraqenzn6] {
            font-weight: 900;
        }

.chevron-icon[b-ydraqenzn6] {
    transform-origin: center;
}

    /* 2) When sidebar is open ⇒ point down at –90° */
    .chevron-icon.rotated[b-ydraqenzn6] {
        transform: rotate(-90deg);
    }

        /* 3) Prevent any hover‐state transform change */
        .chevron-icon.rotated:hover[b-ydraqenzn6] {
            transform: rotate(-90deg) !important;
        }

    .chevron-icon:not(.rotated):hover[b-ydraqenzn6] {
        transform: rotate(0deg) !important;
    }

/* 4) Keyframes for a full 360° spin */
@keyframes spin-closed-b-ydraqenzn6 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-open-b-ydraqenzn6 {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(270deg);
    }
}

/* 5) Only on click (active), run the appropriate spin */
.chevron-icon:not(.rotated):active[b-ydraqenzn6] {
    animation: spin-closed-b-ydraqenzn6 0.6s ease forwards;
}

.chevron-icon.rotated:active[b-ydraqenzn6] {
    animation: spin-open-b-ydraqenzn6 0.6s ease forwards;
}

.venue-name[b-ydraqenzn6] {
    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-ydraqenzn6] {
    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-ydraqenzn6] {
        display: none;
    }

    .navbar .tab.tab-large[b-ydraqenzn6] {
        display: none;
    }

    .navbar-toggler-top[b-ydraqenzn6] {
        display: block;
    }

    .content[b-ydraqenzn6], .body-content[b-ydraqenzn6] {
        padding-top: 60px !important; /* Adjust this value to match the height of your navbar */
    }

    header.row[b-ydraqenzn6] {
        height: 60px !important; /* Adjust this value to match the height of your navbar */
    }
}

.navbar-toggler-top[b-ydraqenzn6] {
    display: none;
}
/* /Shared/TopBarEmpty.razor.rz.scp.css */
.tab[b-ajmft7j8rd] {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
}

    /* Style the buttons that are used to open the tab content */
    .tab button[b-ajmft7j8rd] {
        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-ajmft7j8rd] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-ajmft7j8rd] {
            color: blue;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-color: blue;
        }

.picture-container img[b-ajmft7j8rd] {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    #wrapper[b-ajmft7j8rd] {
        height: auto;
    }

    .navbar .row[b-ajmft7j8rd] {
        flex-wrap: wrap;
    }

    .col-4[b-ajmft7j8rd] {
        flex: 1 1 100%;
        text-align: center;
        padding: 5px 0;
    }

    .picture-container img[b-ajmft7j8rd] {
        height: auto;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .picture-container img[b-ajmft7j8rd] {
        max-height: 40px;
    }
}
