@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* ── Deep Ocean Theme ─────────────────────────────────── */
.deep-ocean-bg {
    min-height: 100vh;
    background: linear-gradient(160deg, #0f2027, #203a43, #2c5364);
    padding-bottom: 2rem;
}

.hero-header {
    background: linear-gradient(135deg, #00b4db, #0083b0);
    border-radius: 0 0 2rem 2rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 24px rgba(0, 180, 219, 0.45);
}

.hero-back-btn {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: white;
    border-radius: 0.5rem;
}

.hero-back-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    color: white;
}

.stat-pill {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 2rem;
    padding: 0.3rem 0.85rem;
    font-size: 0.85rem;
    color: white;
    font-weight: 500;
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 1rem;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    color: white;
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 180, 219, 0.3) !important;
}

.glass-card .card-header {
    background: rgba(0, 180, 219, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
    border-radius: 1rem 1rem 0 0 !important;
}

.glass-card .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.glass-card .text-muted {
    color: rgba(255, 255, 255, 0.55) !important;
}

.glass-filter-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 1rem;
    color: white;
}

.glass-filter-card .form-label {
    color: rgba(255, 255, 255, 0.75);
}

.glass-filter-card .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 0.5rem;
}

.glass-filter-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.glass-filter-card .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #00b4db;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(0, 180, 219, 0.3);
}

.btn-cyan-gradient {
    background: linear-gradient(135deg, #00b4db, #0083b0);
    border: none;
    color: white;
    border-radius: 0.5rem;
    font-weight: 500;
}

.btn-cyan-gradient:hover {
    background: linear-gradient(135deg, #00cef5, #009acc);
    color: white;
    box-shadow: 0 4px 14px rgba(0, 180, 219, 0.5);
}

.ocean-alert-info {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(0, 180, 219, 0.4);
    border-radius: 0.75rem;
}

.ocean-table thead {
    background: rgba(0, 131, 176, 0.5);
    color: white;
}

.ocean-table tbody tr {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.08);
}

.ocean-table tbody tr:hover {
    background: rgba(0, 180, 219, 0.15);
}
/* ── Ende Deep Ocean Theme ────────────────────────────── */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color, var(--dxds-color-content-neutral-default-rest));
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}

.icon {
    width: var(--icon-width);
    height: var(--icon-height);
    background-color: currentcolor;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--icon-mask-image);
    mask-image: var(--icon-mask-image);
}