/* _content/AbstractSubmission/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l5fj6gvnp5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l5fj6gvnp5] {
    flex: 1;
}

.sidebar[b-l5fj6gvnp5] {
    background-image: linear-gradient(to right, #AFD136, #47A2DA);
}

.top-row[b-l5fj6gvnp5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l5fj6gvnp5]  a, .top-row[b-l5fj6gvnp5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l5fj6gvnp5]  a:hover, .top-row[b-l5fj6gvnp5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l5fj6gvnp5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l5fj6gvnp5] {
        justify-content: space-between;
    }

    .top-row[b-l5fj6gvnp5]  a, .top-row[b-l5fj6gvnp5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l5fj6gvnp5] {
        flex-direction: row;
    }

    .sidebar[b-l5fj6gvnp5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l5fj6gvnp5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l5fj6gvnp5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l5fj6gvnp5], article[b-l5fj6gvnp5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l5fj6gvnp5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l5fj6gvnp5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AbstractSubmission/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-29twqovtm4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-29twqovtm4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-29twqovtm4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-29twqovtm4] {
    font-size: 1.1rem;
}

.bi[b-29twqovtm4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-check-fill-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-check' viewBox='0 0 16 16'%3E%3Cpath d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.bi-bi-mortarboard-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-mortarboard' viewBox='0 0 16 16'%3E%3Cpath d='M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917zM8 8.46 1.758 5.965 8 3.052l6.242 2.913z'/%3E%3Cpath d='M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46z'/%3E%3C/svg%3E");
}

.bi-bi-person-vcard-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-vcard' viewBox='0 0 16 16'%3E%3Cpath d='M5 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4m4-2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5M9 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 9 8m1 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8.96q.04-.245.04-.5C9 10.567 7.21 9 5 9c-2.086 0-3.8 1.398-3.984 3.181A1 1 0 0 1 1 12z'/%3E%3C/svg%3E");
}

.bi-bi-check-square-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-check-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
}

.bi-bi-collection-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-collection' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6zm1.5.5A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5z'/%3E%3C/svg%3E");
}
.bi-bi-file-earmark-bar-graph-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-bar-graph' viewBox='0 0 16 16'%3E%3Cpath d='M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z'/%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}
.bi-bi-credit-card-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-credit-card' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3Cpath d='M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

.bi-bi-file-earmark-person-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-person' viewBox='0 0 16 16'%3E%3Cpath d='M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-bi-person-fill-gear[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill-gear' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4m9.886-3.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}
.bi-file-lock2-fill-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-file-lock2' viewBox='0 0 16 16'%3E%3Cpath d='M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1m2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224'/%3E%3Cpath d='M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}
.bi-list-nested-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-29twqovtm4] {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .nav-item:first-of-type[b-29twqovtm4] {
        padding-top: 1.5rem;
        margin-top: 0.5rem;
    }

    .nav-item:last-of-type[b-29twqovtm4] {
        padding-bottom: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .nav-item[b-29twqovtm4]  .nav-link {
        color: #e0e0e0;
        background: none;
        border: none;
        border-radius: 16px;
        height: 3.5rem;
        display: flex;
        align-items: center;
        line-height: 3.5rem;
        width: 100%;
        padding: 0 1.25rem;
        font-weight: 500;
        letter-spacing: 0.2px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

        .nav-item[b-29twqovtm4]  .nav-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.5s ease;
        }

        .nav-item[b-29twqovtm4]  .nav-link:hover::before {
            left: 100%;
        }

        .nav-item[b-29twqovtm4]  .nav-link:hover {
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
            color: white;
            transform: translateX(8px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

            .nav-item[b-29twqovtm4]  .nav-link:hover .bi {
                transform: scale(1.1);
                filter: brightness(1.2);
            }

    .nav-item[b-29twqovtm4]  a.active {
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.15));
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
        transform: translateX(4px);
    }

        .nav-item[b-29twqovtm4]  a.active .bi {
            transform: scale(1.05);
            filter: brightness(1.1);
        }

.nav-item[b-29twqovtm4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
    .nav-item .btn[b-29twqovtm4] {
        border-radius: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        height: 3rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(5px);
    }

        .nav-item .btn[b-29twqovtm4]::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            transition: all 0.6s ease;
            transform: translate(-50%, -50%);
        }

        .nav-item .btn:hover[b-29twqovtm4]::before {
            width: 300px;
            height: 300px;
        }

    .nav-item .btn-outline-primary[b-29twqovtm4] {
        border: 2px solid rgba(13, 110, 253, 0.7);
        background: linear-gradient(145deg, rgba(13, 110, 253, 0.1), rgba(13, 110, 253, 0.05));
        color: #7db8ff;
    }

        .nav-item .btn-outline-primary:hover[b-29twqovtm4] {
            background: linear-gradient(145deg, rgba(13, 110, 253, 0.3), rgba(13, 110, 253, 0.2));
            border-color: rgba(13, 110, 253, 1);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
        }

    .nav-item .btn-outline-danger[b-29twqovtm4] {
        border: 2px solid rgba(220, 53, 69, 0.7);
        background: linear-gradient(145deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
        color: #ff7a7a;
    }

        .nav-item .btn-outline-danger:hover[b-29twqovtm4] {
            background: linear-gradient(145deg, rgba(220, 53, 69, 0.3), rgba(220, 53, 69, 0.2));
            border-color: rgba(220, 53, 69, 1);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
        }
.nav-scrollable[b-29twqovtm4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-29twqovtm4] {
    display: block;
}

.bi-file-lock2-fill-nav-menu[b-29twqovtm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' ... %3E%3C/svg%3E");
}

.icon[b-29twqovtm4] {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Nav Footer Styles */
.nav-footer-mobile[b-29twqovtm4] {
    display: block;
    padding: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-footer-desktop[b-29twqovtm4] {
    display: none;
}

.nav-footer-content[b-29twqovtm4] {
    padding: 0.5rem;
}

.nav-footer-mobile .btn[b-29twqovtm4],
.nav-footer-desktop .btn[b-29twqovtm4] {
    border-radius: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    height: 3rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.nav-footer-mobile .btn[b-29twqovtm4]::before,
.nav-footer-desktop .btn[b-29twqovtm4]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
}

.nav-footer-mobile .btn:hover[b-29twqovtm4]::before,
.nav-footer-desktop .btn:hover[b-29twqovtm4]::before {
    width: 300px;
    height: 300px;
}

.nav-footer-mobile .btn-outline-primary[b-29twqovtm4],
.nav-footer-desktop .btn-outline-primary[b-29twqovtm4] {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    color: white;
}

.nav-footer-mobile .btn-outline-primary:hover[b-29twqovtm4],
.nav-footer-desktop .btn-outline-primary:hover[b-29twqovtm4] {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.nav-footer-mobile .btn-outline-danger[b-29twqovtm4],
.nav-footer-desktop .btn-outline-danger[b-29twqovtm4] {
    border: 2px solid rgba(220, 53, 69, 0.7);
    background: linear-gradient(145deg, rgba(220, 53, 69, 0.2), rgba(220, 53, 69, 0.1));
    color: #ff7a7a;
}

.nav-footer-mobile .btn-outline-danger:hover[b-29twqovtm4],
.nav-footer-desktop .btn-outline-danger:hover[b-29twqovtm4] {
    background: linear-gradient(145deg, rgba(220, 53, 69, 0.4), rgba(220, 53, 69, 0.3));
    border-color: rgba(220, 53, 69, 1);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}

@media (min-width: 641px) {
    .navbar-toggler[b-29twqovtm4] {
        display: none;
    }

    .nav-scrollable[b-29twqovtm4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem - 140px);
        overflow-y: auto;
        padding-bottom: 1rem;
    }

    .nav-footer-mobile[b-29twqovtm4] {
        display: none;
    }

    .nav-footer-desktop[b-29twqovtm4] {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1rem;
    }
}
.custom-navbar[b-29twqovtm4] {
    background: linear-gradient(90deg, rgb(0, 128, 255) 0%, rgb(0, 200, 150) 100%);
    padding: 0.75rem 1rem;
}

/* Badge Notification Styles */
.badge-notification[b-29twqovtm4] {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #dc3545;
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
    z-index: 10;
}

/* _content/AbstractSubmission/Components/Pages/MainPageHome.razor.rz.scp.css */

.menu-container[b-nvuqdraew1] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem;
}

.menu-item[b-nvuqdraew1] {
    width: 200px;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.3s;
    background-color: #fff;
    cursor: pointer;
}

    .menu-item:hover[b-nvuqdraew1] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .menu-item p[b-nvuqdraew1] {
        margin-top: 0.5rem;
        font-weight: bold;
        color: #333;
    }
/* Attention state for WD */
.menu-item--danger[b-nvuqdraew1] {
    border-color: #dc3545; /* Bootstrap danger */
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.15), 0 8px 16px rgba(220, 53, 69, 0.15);
}

.menu-item--pulse[b-nvuqdraew1] {
    animation: pulseShadow-b-nvuqdraew1 1.6s ease-in-out infinite;
}

@keyframes pulseShadow-b-nvuqdraew1 {
    0% {
        box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.10), 0 8px 16px rgba(0,0,0,0.12);
    }

    60% {
        box-shadow: 0 0 0 6px rgba(220, 53, 69, 0.22), 0 10px 18px rgba(0,0,0,0.18);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.10), 0 8px 16px rgba(0,0,0,0.12);
    }
}

/* Status badge & CTA inside the card */
.status-badge[b-nvuqdraew1] {
    background: #ffe3e6;
    color: #b02a37;
    border: 1px solid #f3b4bb;
}

.btn-cta[b-nvuqdraew1] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #dc3545;
    background: linear-gradient(#fff, #ffe9eb);
    color: #b02a37;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .btn-cta:hover[b-nvuqdraew1] {
        transform: translateY(-1px);
        box-shadow: 0 6px 12px rgba(220, 53, 69, 0.18);
        background: linear-gradient(#fff, #ffe3e6);
    }
/* _content/AbstractSubmission/Components/Pages/PaymentStatus/Paymentresult.razor.rz.scp.css */
*[b-vcbmati9oh] {
    box-sizing: border-box;
}

.payment-result-wrapper[b-vcbmati9oh] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.payment-card[b-vcbmati9oh] {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 3rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}

    .payment-card[b-vcbmati9oh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 20px 20px 0 0;
    }

 Loading State 
.loading-state[b-vcbmati9oh] {
    padding: 2rem 0;
}

.loading-spinner-container[b-vcbmati9oh] {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 2.5rem;
}

.loading-spinner[b-vcbmati9oh] {
    width: 80px;
    height: 80px;
    border: 3px solid #f1f5f9;
    border-top: 3px solid #667eea;
    border-radius: 50%;
    animation: spin-b-vcbmati9oh 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.loading-pulse[b-vcbmati9oh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    animation: pulse-b-vcbmati9oh 2s ease-in-out infinite;
}

.loading-title[b-vcbmati9oh] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.025em;
}

.loading-subtitle[b-vcbmati9oh] {
    font-size: 1rem;
    color: #64748b;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.loading-dots[b-vcbmati9oh] {
    display: flex;
    justify-content: center;
    gap: 4px;
}

    .loading-dots span[b-vcbmati9oh] {
        width: 8px;
        height: 8px;
        background: #cbd5e1;
        border-radius: 50%;
        animation: dotPulse-b-vcbmati9oh 1.4s ease-in-out infinite both;
    }

        .loading-dots span:nth-child(2)[b-vcbmati9oh] {
            animation-delay: 0.16s;
        }

        .loading-dots span:nth-child(3)[b-vcbmati9oh] {
            animation-delay: 0.32s;
        }

@keyframes spin-b-vcbmati9oh {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-b-vcbmati9oh {
    0%, 100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(0.8);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes dotPulse-b-vcbmati9oh {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

 Success State 
.success-state[b-vcbmati9oh] {
    padding: 2rem 0;
}

.success-icon-container[b-vcbmati9oh] {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 2.5rem;
}

.success-icon[b-vcbmati9oh] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 2;
    animation: successBounce-b-vcbmati9oh 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .success-icon svg[b-vcbmati9oh] {
        width: 48px;
        height: 48px;
    }

.success-ripple[b-vcbmati9oh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #10b981;
    border-radius: 50%;
    opacity: 0;
    animation: ripple-b-vcbmati9oh 1.5s ease-out 0.5s;
}

.success-title[b-vcbmati9oh] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.025em;
}

.success-subtitle[b-vcbmati9oh] {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

 Error State 
.error-state[b-vcbmati9oh] {
    padding: 2rem 0;
}

.error-icon-container[b-vcbmati9oh] {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 2.5rem;
}

.error-icon[b-vcbmati9oh] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 2;
    animation: errorShake-b-vcbmati9oh 0.8s ease-out;
}

    .error-icon svg[b-vcbmati9oh] {
        width: 48px;
        height: 48px;
    }

.error-ripple[b-vcbmati9oh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ef4444;
    border-radius: 50%;
    opacity: 0;
    animation: ripple-b-vcbmati9oh 1.5s ease-out 0.5s;
}

.error-title[b-vcbmati9oh] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.025em;
}

.error-subtitle[b-vcbmati9oh] {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

@keyframes successBounce-b-vcbmati9oh {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes errorShake-b-vcbmati9oh {
    0%, 20%, 40%, 60%, 80% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-8px);
    }
}

@keyframes ripple-b-vcbmati9oh {
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

 Payment Details 
.payment-details[b-vcbmati9oh] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: left;
}

    .payment-details.error-details[b-vcbmati9oh] {
        background: linear-gradient(135deg, #fef2f2 0%, #fce8e6 100%);
        border-color: #fecaca;
    }

.detail-header[b-vcbmati9oh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

    .detail-header.error-header[b-vcbmati9oh] {
        color: #dc2626;
    }

.detail-icon[b-vcbmati9oh] {
    width: 16px;
    height: 16px;
}

.detail-item[b-vcbmati9oh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

    .detail-item:last-child[b-vcbmati9oh] {
        margin-bottom: 0;
        border-bottom: none;
    }

.detail-label[b-vcbmati9oh] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 1rem;
}

.detail-value[b-vcbmati9oh] {
    font-size: 0.875rem;
    color: #1e293b;
    font-weight: 600;
    font-family: 'SF Mono', Monaco, Inconsolata, 'Roboto Mono', Consolas, monospace;
    text-align: right;
    word-break: break-all;
}

.error-code[b-vcbmati9oh] {
    color: #dc2626;
    background: rgba(239, 68, 68, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.8125rem;
}

.error-desc[b-vcbmati9oh] {
    color: #7f1d1d;
}

 Actions 
.success-actions[b-vcbmati9oh], .error-actions[b-vcbmati9oh] {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.error-actions[b-vcbmati9oh] {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.primary-button[b-vcbmati9oh], .secondary-button[b-vcbmati9oh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 140px;
    justify-content: center;
}

.primary-button[b-vcbmati9oh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.25);
}

    .primary-button:hover[b-vcbmati9oh] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.35);
    }

.secondary-button[b-vcbmati9oh] {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .secondary-button:hover[b-vcbmati9oh] {
        background: #f1f5f9;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .primary-button svg[b-vcbmati9oh], .secondary-button svg[b-vcbmati9oh] {
        width: 18px;
        height: 18px;
    }

 Redirect Info 
.redirect-info[b-vcbmati9oh] {
    text-align: center;
    width: 100%;
}

.redirect-note[b-vcbmati9oh] {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.countdown-number[b-vcbmati9oh] {
    font-weight: 700;
    color: #667eea;
    font-family: 'SF Mono', Monaco, Inconsolata, 'Roboto Mono', Consolas, monospace;
}

.countdown-bar[b-vcbmati9oh] {
    width: 100%;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.countdown-progress[b-vcbmati9oh] {
    height: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
    animation: countdown-b-vcbmati9oh linear;
    width: 100%;
    transform-origin: left;
    animation-fill-mode: forwards;
}

@keyframes countdown-b-vcbmati9oh {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

 Responsive Design 
@media (max-width: 768px)[b-vcbmati9oh] {
    .payment-card {
        padding: 2rem 1.5rem;
        margin: 1rem;
        border-radius: 16px;
    }

    .success-title[b-vcbmati9oh], .error-title[b-vcbmati9oh], .loading-title[b-vcbmati9oh] {
        font-size: 1.5rem;
    }

    .success-subtitle[b-vcbmati9oh], .error-subtitle[b-vcbmati9oh] {
        font-size: 1rem;
    }

    .error-actions[b-vcbmati9oh] {
        flex-direction: column;
        gap: 1rem;
    }

    .primary-button[b-vcbmati9oh], .secondary-button[b-vcbmati9oh] {
        width: 100%;
        min-width: auto;
    }

    .detail-item[b-vcbmati9oh] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .detail-value[b-vcbmati9oh] {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .payment-card[b-vcbmati9oh] {
        padding: 1.5rem 1rem;
    }

    .success-icon-container[b-vcbmati9oh], .error-icon-container[b-vcbmati9oh] {
        width: 80px;
        height: 80px;
    }

    .success-icon[b-vcbmati9oh], .error-icon[b-vcbmati9oh] {
        width: 80px;
        height: 80px;
    }

        .success-icon svg[b-vcbmati9oh], .error-icon svg[b-vcbmati9oh] {
            width: 36px;
            height: 36px;
        }
}
/* _content/AbstractSubmission/Components/Pages/Registration/RegistrationSubmit.razor.rz.scp.css */

.bg-gradient-primary[b-o2rd1vsiwv] {
    background: linear-gradient(135deg, #AFD136, #47A2DA);
}

.section-title[b-o2rd1vsiwv] {
    border-bottom: 3px solid #f8f9fa;
    padding-bottom: 15px;
    font-size: 1.5rem;
    color: #2c3e50;
}

.section-subtitle[b-o2rd1vsiwv] {
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 10px;
    font-size: 1.25rem;
    color: #34495e;
}

.card[b-o2rd1vsiwv] {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: none;
}

.info-container[b-o2rd1vsiwv] {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
}

.info-label[b-o2rd1vsiwv] {
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.info-value[b-o2rd1vsiwv] {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    display: block;
}

.form-control-modern[b-o2rd1vsiwv], .form-select-modern[b-o2rd1vsiwv] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

    .form-control-modern:focus[b-o2rd1vsiwv], .form-select-modern:focus[b-o2rd1vsiwv] {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
    }

.radio-group-modern[b-o2rd1vsiwv] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-check-modern[b-o2rd1vsiwv] {
    flex: 1;
    min-width: 200px;
}

    .form-check-modern .form-check-input[b-o2rd1vsiwv] {
        display: none;
    }

    .form-check-modern .form-check-label[b-o2rd1vsiwv] {
        display: flex;
        align-items: center;
        padding: 12px 20px;
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
    }

        .form-check-modern .form-check-label:hover[b-o2rd1vsiwv] {
            background: #e9ecef;
            border-color: #667eea;
        }

    .form-check-modern .form-check-input:checked + .form-check-label[b-o2rd1vsiwv] {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-color: #667eea;
        color: white;
    }

.radio-icon[b-o2rd1vsiwv], .checkbox-icon[b-o2rd1vsiwv] {
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

.accompanying-persons-section[b-o2rd1vsiwv] {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
}

.btn-add-person[b-o2rd1vsiwv] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

    .btn-add-person:hover:not(:disabled)[b-o2rd1vsiwv] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    .btn-add-person:disabled[b-o2rd1vsiwv] {
        background: #6c757d;
        box-shadow: none;
    }

.persons-list[b-o2rd1vsiwv] {
    margin-top: 20px;
}

.person-card[b-o2rd1vsiwv] {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

    .person-card:hover[b-o2rd1vsiwv] {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(0,0,0,0.12);
    }

.person-info[b-o2rd1vsiwv] {
    display: flex;
    align-items: center;
    flex: 1;
}

.person-number[b-o2rd1vsiwv] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

.person-details[b-o2rd1vsiwv] {
    flex: 1;
}

.person-name[b-o2rd1vsiwv] {
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.person-meta[b-o2rd1vsiwv] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge[b-o2rd1vsiwv] {
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 20px;
}

.person-actions[b-o2rd1vsiwv] {
    display: flex;
    gap: 8px;
}

    .person-actions .btn[b-o2rd1vsiwv] {
        border-radius: 8px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-width: 2px;
    }

.empty-state[b-o2rd1vsiwv] {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.payment-section[b-o2rd1vsiwv] {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
}

.terms-section[b-o2rd1vsiwv] {
    /*background: linear-gradient(135deg, #f8f9fa, #e9ecef);*/
    border-radius: 15px;
    padding: 25px;
}

.terms-card[b-o2rd1vsiwv] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* จัด input + label ให้อยู่แถวเดียวกัน */
.terms-section .form-check[b-o2rd1vsiwv] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* โชว์เช็กบ็อกซ์แน่นอน และกำหนดขนาด/สี */
.terms-section .form-check-input[b-o2rd1vsiwv] {
    display: inline-block !important;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0; /* ไม่ให้ดันเลย์เอาต์ */
    accent-color: #667eea; /* สีติ๊กให้เข้าธีม */
}

/* การ์ดข้อความด้านขวา */
.terms-section .form-check-label[b-o2rd1vsiwv] {
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    flex: 1; /* กินพื้นที่ที่เหลือข้างเช็กบ็อกซ์ */
}

    .terms-section .form-check-label:hover[b-o2rd1vsiwv] {
        background: #e9ecef;
        border-color: #667eea;
    }

/* เมื่อเช็กแล้ว ไฮไลต์การ์ดตามเดิม */
/*.terms-section .form-check-input:checked + .form-check-label {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: #667eea;
    color: white;
}
*/

.btn-primary[b-o2rd1vsiwv] {
    background: linear-gradient(135deg, #AFD136, #47A2DA);
    border: none;
    border-radius: 25px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

    .btn-primary:hover:not(:disabled)[b-o2rd1vsiwv] {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
        background: linear-gradient(135deg, #47A2DA, #AFD136);
    }

    .btn-primary:disabled[b-o2rd1vsiwv] {
        background: #6c757d;
        box-shadow: none;
        transform: none;
    }

.modal-content[b-o2rd1vsiwv] {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header[b-o2rd1vsiwv] {
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding: 25px 30px 20px;
}

.modal-body[b-o2rd1vsiwv] {
    padding: 20px 30px;
}

.modal-footer[b-o2rd1vsiwv] {
    border-top: none;
    padding: 20px 30px 30px;
    border-radius: 0 0 20px 20px;
}

.validation-message[b-o2rd1vsiwv] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

@media (max-width: 768px) {
    .radio-group-modern[b-o2rd1vsiwv] {
        flex-direction: column;
        gap: 10px;
    }

    .form-check-modern[b-o2rd1vsiwv] {
        min-width: auto;
    }

    .person-card[b-o2rd1vsiwv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .person-actions[b-o2rd1vsiwv] {
        align-self: flex-end;
    }

    .col-4[b-o2rd1vsiwv] {
        margin-bottom: 8px;
    }

    .info-value[b-o2rd1vsiwv] {
        padding: 12px 0;
        font-size: 1.05rem;
    }
}

.fade-in[b-o2rd1vsiwv] {
    animation: fadeIn-b-o2rd1vsiwv 0.3s ease-in;
}

@keyframes fadeIn-b-o2rd1vsiwv {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-header h2[b-o2rd1vsiwv] {
    font-size: 1.75rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.accompanying-persons-section .table th[b-o2rd1vsiwv],
.accompanying-persons-section .table td[b-o2rd1vsiwv] {
    vertical-align: middle;
}

.global-pay-container[b-o2rd1vsiwv] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.global-pay-header[b-o2rd1vsiwv] {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
}

.global-pay-title[b-o2rd1vsiwv] {
    color: #1f2a44;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
}

.global-pay-icon[b-o2rd1vsiwv] {
    color: #2563eb;
}

.global-pay-card[b-o2rd1vsiwv] {
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    /*transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;*/
}

    /*.global-pay-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    }*/

.global-pay-card-body[b-o2rd1vsiwv] {
    padding: 2rem;
}

.global-pay-label[b-o2rd1vsiwv] {
    color: #1f2a44;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
}

.global-pay-required[b-o2rd1vsiwv] {
    color: #dc2626;
    font-size: 1.2rem;
    margin-left: 4px;
}

.global-pay-options[b-o2rd1vsiwv] {
    gap: 16px;
}

.global-pay-option[b-o2rd1vsiwv] {
    flex: 1;
    min-width: 200px;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .global-pay-option:hover[b-o2rd1vsiwv] {
        background: #eff6ff;
        border-color: #2563eb;
        transform: translateY(-2px);
    }

.global-pay-radio[b-o2rd1vsiwv] {
    cursor: pointer;
    width: 1.25em;
    height: 1.25em;
    margin-right: 10px;
    accent-color: #2563eb;
}

.global-pay-radio-label[b-o2rd1vsiwv] {
    cursor: pointer;
    font-size: 1rem;
    color: #1f2a44;
    font-weight: 500;
    transition: color 0.2s;
}

    .global-pay-radio-label:hover[b-o2rd1vsiwv] {
        color: #2563eb;
    }

.global-pay-error[b-o2rd1vsiwv] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #dc2626;
}

.global-pay-btn[b-o2rd1vsiwv] {
    background: #2563eb;
    border: none;
    border-radius: 12px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .global-pay-btn:disabled[b-o2rd1vsiwv] {
        background: #93c5fd;
        cursor: not-allowed;
    }

    .global-pay-btn:hover:not(:disabled)[b-o2rd1vsiwv] {
        background: #1d4ed8;
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
    }

/* Modal Styles */
.global-pay-modal-dialog[b-o2rd1vsiwv] {
    max-width: 500px;
}

.global-pay-modal-content[b-o2rd1vsiwv] {
    border-radius: 16px;
    border: none;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    animation: slideIn-b-o2rd1vsiwv 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.global-pay-modal-header[b-o2rd1vsiwv] {
    border-bottom: 1px solid #e5e7eb;
    padding: 1.5rem 2rem;
}

.global-pay-modal-title[b-o2rd1vsiwv] {
    color: #1f2a44;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.global-pay-modal-close[b-o2rd1vsiwv] {
    background: #f3f4f6;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: background 0.2s;
}

    .global-pay-modal-close:hover[b-o2rd1vsiwv] {
        background: #e5e7eb;
    }

.global-pay-modal-body[b-o2rd1vsiwv] {
    padding: 1.5rem 2rem;
}

.global-pay-modal-info[b-o2rd1vsiwv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.global-pay-modal-row[b-o2rd1vsiwv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.global-pay-modal-label[b-o2rd1vsiwv] {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 500;
}

.global-pay-modal-value[b-o2rd1vsiwv] {
    color: #1f2a44;
    font-size: 1rem;
    font-weight: 600;
}

.global-pay-modal-footer[b-o2rd1vsiwv] {
    border-top: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    display: flex;
    gap: 1rem;
}

.global-pay-modal-btn[b-o2rd1vsiwv] {
    border-radius: 10px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.global-pay-modal-btn-secondary[b-o2rd1vsiwv] {
    background: #f3f4f6;
    color: #1f2a44;
    border: none;
}

    .global-pay-modal-btn-secondary:hover[b-o2rd1vsiwv] {
        background: #e5e7eb;
        transform: translateY(-2px);
    }

.global-pay-modal-btn-primary[b-o2rd1vsiwv] {
    background: #2563eb;
    color: #ffffff;
    border: none;
}

    .global-pay-modal-btn-primary:hover[b-o2rd1vsiwv] {
        background: #1d4ed8;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    }

@keyframes slideIn-b-o2rd1vsiwv {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .global-pay-option[b-o2rd1vsiwv] {
        width: 100%;
    }

    .global-pay-btn[b-o2rd1vsiwv] {
        width: 100%;
        padding: 14px;
    }

    .global-pay-modal-dialog[b-o2rd1vsiwv] {
        margin: 1rem;
    }
}
