/**************************************/
/* errors */
/**************************************/
#blazor-error-ui {
    color-scheme: light only;
    color: var(--bs-danger-text-emphasis);
    background: var(--bs-danger-bg-subtle);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "😈 A rotten gremlin got us. Sorry!"
    }
/**************************************/
/* loader */
/**************************************/
/*body:has(.neo-loader:not(.hidden)) {
    overflow: hidden;
}*/

.neo-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(var(--bs-primary-rgb)) 0%, rgb(var(--bs-secondary-rgb)) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

    .neo-loader.hidden {
        opacity: 0;
        visibility: hidden;
    }

.neo-loader-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 20%, rgba(var(--bs-body-bg-rgb), 0.8) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1;
    pointer-events: none;
}

.neo-loader-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    z-index: 2;
}

.neo-loader-glass {
    position: relative;
    width: 200px;
    height: 200px;
    background: rgba(var(--bs-body-bg-rgb), 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 2px solid rgba(var(--bs-body-bg-rgb), 0.2);
    box-shadow: 0 8px 32px 0 rgba(var(--bs-body-bg-rgb), 0.37);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.neo-loader-glass::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(var(--bs-body-bg-rgb), 0.8);
    border-right-color: rgba(var(--bs-body-bg-rgb), 0.6);
    animation: spin 1.5s linear infinite;
}

.neo-loader-glass::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: rgba(var(--bs-body-bg-rgb), 0.8);
    border-left-color: rgba(var(--bs-body-bg-rgb), 0.6);
    animation: spin 2s linear infinite reverse;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-inner {
    width: 100px;
    height: 100px;
    background: rgba(var(--bs-body-bg-rgb), 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    border: 1px solid rgba(var(--bs-body-bg-rgb), 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.85);
        opacity: 0.7;
    }
}

/* make sure acrions inherit colors based on background */
header a,
header .btn,
nav a,
nav .btn,
aside a,
aside .btn,
footer a,
footer .btn {
    color: inherit !important;
    text-decoration: none;
}


/* no arrow to override bootstrap */
.no-caret::after {
    display: none !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: none; /* Removes the focus box shadow. Not recommended to remove this. */
    --bs-accordion-btn-focus-border-color: transparent; /* Sets the border color. accordion-button doesn't have a border by the way. */
    --bs-accordion-active-bg: transparent; /* Sets the background color. */
}

/* Define scrollbar styles for webkit browsers */
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: rgba(var(--bs-body-color-rgb), 0.1);
    border-radius: 4px;
}

    *::-webkit-scrollbar-thumb:hover {
        background: rgba(var(--bs-body-color-rgb), 0.5);
    }

*::-webkit-scrollbar-button {
    display: none;
    height: 0 !important;
    width: 0 !important;
}

*::-webkit-scrollbar-corner {
    background: transparent;
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--bs-body-color-rgb), 0.1) transparent;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Hide ALL scrollbars when bellow md (768px) but keep functional */
@media (max-width: 767.98px) {
    *::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        display: none;
    }

    * {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    /* Keep scroll functional */
    html {
        overflow-y: scroll;
    }
}

/* Responsive Typography - Large Sizes */
h1 {
    font-size: clamp(1.75rem, calc(1rem + 4vw), 4rem);
    font-weight: 500;
}

h2 {
    font-size: clamp(1.5rem, calc(0.875rem + 3.5vw), 3.25rem);
    font-weight: 500;
}

h3 {
    font-size: clamp(1.25rem, calc(0.75rem + 3vw), 2.75rem);
    font-weight: 500;
}

h4 {
    font-size: clamp(1rem, calc(0.625rem + 2vw), 2rem);
    font-weight: 500;
}

h5 {
    font-size: clamp(0.875rem, calc(0.563rem + 1.5vw), 1.75rem);
    font-weight: 500;
}

h6 {
    font-size: clamp(0.75rem, calc(0.5rem + 1vw), 1.5rem);
    font-weight: 500;
}

.avatar-btn {
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .avatar-btn:hover, .avatar-btn:active{
        background-color: rgba(var(--bs-primary-rgb),0.12) !important;
    }

    .avatar-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .avatar-btn .avatar-fallback {
        width: 100%;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(var(--bs-primary-rgb),0.12);
        color: var(--bs-primary);
        font-size: 1.1rem;
    }

.btn {
    /*border: none;
    background: transparent;
    font-size: 1.5rem;
    padding: 0.5rem;
    cursor: pointer;*/
    transition: background-color 0.2s ease;
    /*border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;*/
}

    .btn:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

/**************************************/
/* curtain */
/**************************************/
.curtain {
    display: flex;
    position: relative;
    height: 100dvh;
    color: var(--bs-body-color);
    align-items: stretch !important;
    justify-content: center;
}

    .curtain .header-box {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        width: 100%;
        text-align: center;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition: opacity 0.4s ease;
    }

        .curtain .header-box > * {
            pointer-events: auto;
        }

    /* Hide header when hovering over the section */
    .curtain:hover .header-box {
        opacity: 0;
    }

    .curtain .start-box,
    .curtain .center-box,
    .curtain .end-box {
        flex-basis: 33.33%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-size: cover;
        transition: flex-basis 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

        .curtain .start-box:hover,
        .curtain .center-box:hover,
        .curtain .end-box:hover {
            flex-basis: 50%;
        }

        .curtain .start-box:after,
        .curtain .center-box:after,
        .curtain .end-box:after {
            content: "";
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            text-align: center;
            background: rgba(var(--bs-body-bg-rgb), 0.9);
            transition: background-color 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
        }

        .curtain .start-box:hover:after,
        .curtain .center-box:hover:after,
        .curtain .end-box:hover:after {
            opacity: 1;
            background: rgba(var(--bs-body-bg-rgb), 0.6);
        }

        .curtain .start-box > div,
        .curtain .center-box > div,
        .curtain .end-box > div {
            z-index: 1;
            opacity: 0;
            transform: translateY(6px);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }

        .curtain .start-box:hover > div,
        .curtain .center-box:hover > div,
        .curtain .end-box:hover > div {
            opacity: 1;
            transform: translateY(0);
        }

@media (min-width: 992px) {
    .curtain {
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .curtain {
        flex-direction: column;
        height: auto;
    }

    .curtain .start-box,
    .curtain .center-box,
    .curtain .end-box {
        padding: 1rem;
    }

    .curtain .start-box:hover,
    .curtain .center-box:hover,
    .curtain .end-box:hover {
        flex-basis: auto;
    }

    /* Show content automatically on mobile */
    .curtain .start-box > div,
    .curtain .center-box > div,
    .curtain .end-box > div {
        opacity: 1;
        transform: translateY(0);
    }

    /* Apply the darker mask automatically on mobile */
    .curtain .start-box:after,
    .curtain .center-box:after,
    .curtain .end-box:after {
        background: rgba(var(--bs-body-bg-rgb), 0.6);
    }

    /* Keep the header hidden if it blocks the now-visible content */
    .curtain .header-box {
        display: none;
    }
}

/**************************************/
/* layout */
/**************************************/

:root {
    --neo-header-height: 0px;
    --neo-navbar-height: 0px;
}

* {
}

    *:focus {
        outline: none !important;
    }

html {
    min-height: 100dvh;
}

body {
}

.neo-main {
    min-height: calc(100dvh - var(--neo-header-height) - var(--neo-navbar-height));
    display: flex;
}

.neo-article {
    flex: 1;
}

.neo-header {
    padding: 2.5rem 1rem;
}

.neo-footer {
    padding: 1.25rem;
}

/* Mobile: Hide sidebar, show offcanvas instead */
@media (max-width: 767px) {
    .neo-main {
        padding-bottom: var(--neo-header-height);
    }

    .neo-header {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        padding: 1.5rem 0.5rem;
    }

    .neo-footer {
        display: none;
    }
}

/* go to top button */
.go-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1050;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
}

    .go-top.is-visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

/* AOS Zoom effect */
.neo-aos-zoom {
    opacity: 0;
    transform: scale(0.3) translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    /*width: 100%;*/
}

    .neo-aos-zoom.neo-aos-visible {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

/* adjust padding for the link */
.dropdown-menu {
    min-width: 16rem;
}

    .dropdown-menu .nav-link {
        --bs-nav-link-padding-x: 1rem;
        --bs-nav-link-padding-y: 0.5rem;
    }

    .dropdown-menu .nav-chevron {
        display: none;
    }

    .dropdown-menu .nav-icon {
        display: none;
    }

.nav-item.dropdown-group > .nav-link {
    background-color: rgba(var(--bs-secondary-rgb), 0.5);
    border-radius: 0;
}

.dropdown-menu.dropdown-menu-end[style] {
    left: auto;
    right: 0;
}

.dropdown-menu {
    animation-name: DropDownSlide;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    /*position: absolute;
	margin: 0;
	z-index: 1000;*/
}

    .dropdown-menu.show {
        top: 100% !important;
    }
    /*.dropdown-menu-animated i {
	display: inline-block;
}*/
    .dropdown-menu.dropdown-menu[data-popper-placement^=right], .dropdown-menu.dropdown-menu[data-popper-placement^=top], .dropdown-menu.dropdown-menu[data-popper-placement^=left] {
        top: auto !important;
        animation: none !important;
    }

@keyframes DropDownSlide {
    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(10px);
    }
}

@media (min-width: 576px) {
    .dropdown-menu-wide {
        width: 250px;
    }
}

/* Main nav item hover - glass effect */
.nav-item > .nav-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.15);
    backdrop-filter: blur(10px);
}

/* Submenu item hover - grey glass effect (no animation) */
.nav-submenu .nav-item > .nav-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.15);
    backdrop-filter: blur(10px);
}

/* Active state styling - darker mask */
.nav-link.active {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
    backdrop-filter: blur(10px);
}

/* Smooth transitions for all nav links */
.nav-link {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: var(--bs-border-radius);
    margin: 0.125rem 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Hide abbreviation */
.nav-abbr {
    display: none;
}

/* Position chevron at the end */
.nav-chevron {
    margin-left: auto;
    transition: transform 0.8s ease;
    flex: 0 0 auto;
}

/* flip chevron when expand */
.nav-link[aria-expanded="true"] .nav-chevron {
    transform: rotate(180deg);
}

/* Material Design Ripple */
.nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:active::before {
    width: 200%;
    height: 200%;
    opacity: 0.12;
    transition: 0s;
}
/**************************************/
/* Navbar */
/**************************************/

.neo-navbar {
    padding: 1.5rem 1rem;
    transition: padding 0.3s ease;
}

    .neo-navbar h4 {
        margin: 0;
    }

    .neo-navbar .neo-navbar-brand {
        gap: 0.5rem;
    }

    .neo-navbar .neo-navbar-brand,
    .neo-navbar .neo-navbar-menu,
    .neo-navbar .neo-navbar-actions {
        display: flex;
        align-items: center;
    }

    .neo-navbar .neo-navbar-menu {
        justify-content: center;
        gap: 0.75rem;
    }

    .neo-navbar .neo-navbar-actions {
        justify-content: flex-end;
    }

    .neo-navbar .neo-brand-image {
        height: 2.125rem;
        width: auto;
        transition: height 0.3s ease;
    }

    .neo-navbar .neo-brand-text {
        margin-left: 0.625rem;
    }

    .neo-navbar.scrolled {
        padding: 0.5rem 1rem;
    }

        .neo-navbar.scrolled .neo-brand-image {
            height: 1.875rem;
        }

.offcanvas-header .neo-brand-image {
    height: 2rem;
    width: auto;
}

.offcanvas-header .neo-brand-text {
    margin: 0.625rem;
    line-height: 1.5rem;
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding: 1rem;
    }
}

.neo-parallax {
    position: relative;
    display: flex;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: center / cover no-repeat fixed;
}

.neo-parallax video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120dvh;
    object-fit: cover;
    object-position: center;
    will-change: transform;
}

.neo-parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120dvh;
    background: rgba(var(--bs-body-bg-rgb), 0.9);
}

.neo-parallax-svg svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neo-parallax-gradient-animated {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--bs-primary), var(--bs-secondary), var(--bs-tertiary-color), var(--bs-info), var(--bs-danger));
    background-size: 800% 800%;
    animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/**************************************/
/* Sidebar */
/**************************************/

.neo-sidebar {
    display: block;
    width: 16.5rem;
    flex-shrink: 0;
    top: var(--neo-navbar-height);
    padding: 0.5rem;
    align-self: flex-start;
    height: calc(100dvh - var(--neo-navbar-height));
    overflow: auto;
    transition: width 180ms ease, padding 180ms ease, opacity 180ms ease, visibility 180ms ease;
    will-change: width, padding, opacity;
    scrollbar-gutter: stable;
}

    .neo-sidebar.neo-sidebar-collapsed {
        width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .neo-sidebar {
        width: 4.25rem;
        padding: 0.5rem;
    }

        .neo-sidebar hr,
        .neo-sidebar .card {
            display: none;
        }

    .neo-sidebar-desktop .nav-link {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        padding: 0.75rem 0.25rem;
        text-align: center;
    }
    /* Hide text and chevron in tile mode */
    .neo-sidebar-desktop .nav-text,
    .neo-sidebar-desktop .nav-chevron {
        display: none;
    }
    /* Show abbreviation */
    .neo-sidebar-desktop .nav-abbr {
        display: block;
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 1;
    }
    /* Center and size the icon */
    .neo-sidebar-desktop .nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
    }
    /* Make submenu items smaller */
    .neo-sidebar-desktop .nav-submenu .nav-link {
        padding: 0.5rem 0.25rem;
        gap: 0.125rem;
    }

    .neo-sidebar-desktop .nav-submenu .nav-icon {
        font-size: 1rem;
    }

    .neo-sidebar-desktop .nav-submenu .nav-abbr {
        font-size: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .neo-sidebar {
        width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
