/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-06frm7l647] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-06frm7l647] {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
}

.sidebar[b-06frm7l647] {
    background-color: #015962;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
}

.top-row[b-06frm7l647] {
    background: #ffffff;
    border-bottom: 3px solid #FFE84C;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(1, 89, 98, 0.08);
}

.top-row > span[b-06frm7l647] {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1rem;
}

.top-row-brand[b-06frm7l647] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Inter', sans-serif;
}

.top-row-brand-name[b-06frm7l647] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #015962;
    letter-spacing: -0.5px;
}

.top-row-brand-sep[b-06frm7l647] {
    color: #d1d5db;
    font-weight: 300;
    font-size: 1rem;
}

.top-row-brand-module[b-06frm7l647] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #4B5563;
}

.top-row[b-06frm7l647]  a, .top-row[b-06frm7l647]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #015962;
    font-weight: 500;
    transition: all 0.2s ease;
}

.top-row[b-06frm7l647]  a:hover, .top-row[b-06frm7l647]  .btn-link:hover {
    color: #013d43;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.top-row[b-06frm7l647]  a:focus, .top-row[b-06frm7l647]  .btn-link:focus {
    outline: 2px solid #015962;
    outline-offset: 2px;
    border-radius: 2px;
}

.top-row[b-06frm7l647]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

article.content[b-06frm7l647] {
    background-color: #fafbfc;
    min-height: calc(100vh - 3.5rem);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 640.98px) {
    .top-row[b-06frm7l647] {
        justify-content: space-between;
    }

    .top-row[b-06frm7l647]  a, .top-row[b-06frm7l647]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-06frm7l647] {
        flex-direction: row;
    }

    .sidebar[b-06frm7l647] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .top-row[b-06frm7l647] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-06frm7l647]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-06frm7l647], article[b-06frm7l647] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-06frm7l647] {
    color-scheme: light only;
    background: #fffbee;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 2px solid #ff9800;
}

    #blazor-error-ui .dismiss[b-06frm7l647] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
        font-size: 1.2rem;
        transition: transform 0.2s ease;
    }

    #blazor-error-ui .dismiss:hover[b-06frm7l647] {
        transform: scale(1.2);
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gkiepuwpi5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #FFE84C;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 232, 76, 0.45);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23FFE84C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M12 5v14M5 12h14'/%3E%3C/svg%3E") no-repeat center/1.25rem rgba(255, 232, 76, 0.12);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover[b-gkiepuwpi5] {
    background-color: rgba(255, 232, 76, 0.2);
    border-color: rgba(255, 232, 76, 0.65);
}

.navbar-toggler:checked[b-gkiepuwpi5] {
    background-color: rgba(255, 232, 76, 0.3);
}

.navbar-toggler:focus[b-gkiepuwpi5] {
    outline: 2px solid #FFE84C;
    outline-offset: 2px;
}

.top-row[b-gkiepuwpi5] {
    min-height: 3.5rem;
    background-color: #015962;
    border-bottom: 2px solid #FFE84C;
}

.navbar-brand[b-gkiepuwpi5] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.navbar-brand:hover[b-gkiepuwpi5] {
    opacity: 0.85;
}

.jv-logo-wrap[b-gkiepuwpi5] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.jv-logo-icon[b-gkiepuwpi5] {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.jv-logo-text[b-gkiepuwpi5] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.jv-brand[b-gkiepuwpi5] {
    font-size: 1rem;
    font-weight: 800;
    color: #FFE84C;
    letter-spacing: 2.5px;
    font-family: 'Inter', sans-serif;
}

.jv-sub[b-gkiepuwpi5] {
    font-size: 0.65rem;
    font-weight: 400;
    color: rgba(255, 232, 76, 0.6);
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


.nav-scrollable[b-gkiepuwpi5] {
    display: none;
    flex: 1;
    overflow-y: auto;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gkiepuwpi5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gkiepuwpi5] {
        display: none;
    }

    .nav-scrollable[b-gkiepuwpi5] {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
}
/* /Components/Layout/NavMenuLinks.razor.rz.scp.css */
.bi[b-l80v9aciyx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.875rem;
    top: -1px;
    background-size: cover;
    transition: transform 0.2s ease;
}

.nav-icon[b-l80v9aciyx] {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.875rem;
    color: #FFE84C;
    stroke: #FFE84C;
}

.bi-house-door-fill-nav-menu[b-l80v9aciyx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFE84C' 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-plus-square-fill-nav-menu[b-l80v9aciyx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFE84C' 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-l80v9aciyx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFE84C' 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");
}

.bi-cloud-upload-nav-menu[b-l80v9aciyx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFE84C' class='bi bi-cloud-upload' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.406 3.065A9 9 0 0 1 13.034 4.84M15 12.5a3 3 0 0 1-5.064 2.06A4 4 0 1 1 4.828 9.997M8 8v2.5m0 0v2m0-2H5.5m2.5 0H10.5'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-l80v9aciyx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFE84C' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.5-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6m.5-6a.5.5 0 0 0-1 0 .5.5 0 0 1-1 0 1.5 1.5 0 1 1 3 0 .5.5 0 0 1-1 0z'/%3E%3C/svg%3E");
}

.bi-hdd-network-nav-menu[b-l80v9aciyx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFE84C' class='bi bi-hdd-network' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1'/%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h5v1H4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H9V7h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm1 13v-3h8v3zm4-7h2v1H7z'/%3E%3C/svg%3E");
}

.nav-item[b-l80v9aciyx] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

.nav-item:first-of-type[b-l80v9aciyx] {
    padding-top: 1.5rem;
}

.nav-item:last-of-type[b-l80v9aciyx] {
    padding-bottom: 1.5rem;
}

/* Override Bootstrap nav-link variables at the source */
.nav-item[b-l80v9aciyx] {
    --bs-nav-link-color: #FFE84C;
    --bs-nav-link-hover-color: #ffffff;
    --bs-nav-link-active-color: #FFE84C; /* was #015962 — same as bg = invisible */
}

/* Left bar: inset shadow on the nav-item so overflow-y:auto can never clip it */
.nav-item:has(.nav-link.active)[b-l80v9aciyx] {
    box-shadow: inset 3px 0 0 0 #FFE84C;
}

.nav-link[b-l80v9aciyx] {
    position: relative;
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    font-weight: 500;
    transition: all 0.25s ease;
    margin: 0 0.5rem;
    padding-left: 0.75rem;
}

/* Floating-card active state */
.nav-link.active[b-l80v9aciyx] {
    background: rgba(0, 0, 0, 0.25);
    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.65),       /* elevation — visible on dark bg */
        0 0 10px rgba(255, 232, 76, 0.12),     /* subtle yellow ambient glow */
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.3);
}

.nav-link:hover:not(.active)[b-l80v9aciyx] {
    background-color: rgba(255, 232, 76, 0.08);
    transform: translateX(2px);
}

.nav-link:focus[b-l80v9aciyx] {
    outline: 2px solid #fff;
    outline-offset: -2px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fctjhxewdq],
.components-reconnect-repeated-attempt-visible[b-fctjhxewdq],
.components-reconnect-failed-visible[b-fctjhxewdq],
.components-pause-visible[b-fctjhxewdq],
.components-resume-failed-visible[b-fctjhxewdq],
.components-rejoining-animation[b-fctjhxewdq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-retrying[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-failed[b-fctjhxewdq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fctjhxewdq] {
    display: block;
}


#components-reconnect-modal[b-fctjhxewdq] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fctjhxewdq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fctjhxewdq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fctjhxewdq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fctjhxewdq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fctjhxewdq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fctjhxewdq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fctjhxewdq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fctjhxewdq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fctjhxewdq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fctjhxewdq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fctjhxewdq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fctjhxewdq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fctjhxewdq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fctjhxewdq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fctjhxewdq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fctjhxewdq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fctjhxewdq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fctjhxewdq {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ApiDetail.razor.rz.scp.css */
/* Path prefix area */
.path-prefix-area[b-jk80a2y1ia] { }

.path-prefix-label[b-jk80a2y1ia] {
    min-width: 120px;
    padding-right: 8px;
    text-align: right;
}

.path-prefix-input[b-jk80a2y1ia] {
    width: 220px;
    min-width: 120px;
    max-width: 300px;
}

.path-prefix-value[b-jk80a2y1ia] {
    display: inline-block;
    min-width: 120px;
    max-width: 300px;
    white-space: nowrap;
    overflow-x: auto;
    text-overflow: ellipsis;
    padding: 2px 8px;
    background: #f7fafd;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 1rem;
    color: #1a1a1a;
}

/* Tab container */
.tab-container[b-jk80a2y1ia] {
    margin-bottom: 1.5rem;
}

.tab-content-area[b-jk80a2y1ia] {
    border: 1px solid rgba(1, 89, 98, 0.2);
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 1.25rem;
    background-color: #fff;
}

/* Tab navigation */
.nav.nav-tabs[b-jk80a2y1ia] {
    border-bottom: 2px solid #015962;
    gap: 0.25rem;
    padding: 0.5rem 0.25rem 0;
    flex-wrap: nowrap;
}

.nav-tabs .nav-item[b-jk80a2y1ia] {
    margin-bottom: -2px;
}

.nav-tabs .nav-link[b-jk80a2y1ia] {
    border: none;
    background-color: transparent;
    color: #1a1a1a;
    font-weight: 500;
    padding: 0.6rem 1.1rem;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

.nav-tabs .nav-link:hover:not(.active)[b-jk80a2y1ia] {
    background-color: rgba(1, 89, 98, 0.08);
    color: #fff;
}

.nav-tabs .nav-link:focus[b-jk80a2y1ia] {
    outline: 2px solid rgba(1, 89, 98, 0.4);
    outline-offset: -2px;
}

.nav-tabs .nav-link.active[b-jk80a2y1ia] {
    background-color: #015962;
    color: #FFE84C !important;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #015962;
}

.nav-tabs .nav-link.active[b-jk80a2y1ia]::after {
    display: none;
}

/* Content sections */
h1[b-jk80a2y1ia] {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2rem;
}

h3[b-jk80a2y1ia] {
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

h5[b-jk80a2y1ia] {
    color: #333;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

/* Metadata card */
.card[b-jk80a2y1ia] {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: #ffffff;
}

.card-body[b-jk80a2y1ia] {
    color: #333;
    font-weight: 500;
}

/* Buttons */
.btn[b-jk80a2y1ia] {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.btn-primary[b-jk80a2y1ia] {
    --bs-btn-color: #FFE84C;
    --bs-btn-bg: #015962;
    --bs-btn-border-color: #015962;
    --bs-btn-hover-color: #FFE84C;
    --bs-btn-hover-bg: #013d43;
    --bs-btn-hover-border-color: #013d43;
    --bs-btn-active-color: #FFE84C;
    --bs-btn-active-bg: #013d43;
    --bs-btn-active-border-color: #013d43;
    color: #FFE84C;
    background-color: #015962;
    border-color: #015962;
}

.btn-primary:hover[b-jk80a2y1ia] {
    color: #FFE84C;
    background-color: #013d43;
    border-color: #013d43;
}

.btn-primary:focus[b-jk80a2y1ia] {
    outline: 2px solid rgba(1, 89, 98, 0.4);
    outline-offset: 2px;
}

/* Save Draft — white bg, green text */
.btn-outline-secondary[b-jk80a2y1ia] {
    --bs-btn-color: #015962;
    --bs-btn-border-color: #015962;
    --bs-btn-hover-color: #FFE84C;
    --bs-btn-hover-bg: #015962;
    --bs-btn-hover-border-color: #015962;
    color: #015962;
    border-color: #015962;
    background-color: #fff;
}

.btn-outline-secondary:hover[b-jk80a2y1ia] {
    color: #FFE84C;
    background-color: #015962;
    border-color: #015962;
}

.btn-outline-primary[b-jk80a2y1ia] {
    --bs-btn-color: #015962;
    --bs-btn-border-color: #015962;
    --bs-btn-hover-color: #FFE84C;
    --bs-btn-hover-bg: #015962;
    --bs-btn-hover-border-color: #015962;
    color: #015962;
    border-color: #015962;
}

.btn-outline-primary:hover[b-jk80a2y1ia] {
    color: #FFE84C;
    background-color: #015962;
    border-color: #015962;
}

.btn-outline-danger[b-jk80a2y1ia] {
    color: #d32f2f;
    border-color: #d32f2f;
}

.btn-outline-danger:hover[b-jk80a2y1ia] {
    background-color: #ffebee;
    border-color: #b71c1c;
    color: #b71c1c;
}

.btn-secondary[b-jk80a2y1ia] {
    background-color: #6B7280;
    border-color: #6B7280;
}

.btn-secondary:hover[b-jk80a2y1ia] {
    background-color: #555;
    border-color: #555;
}

/* Table */
.table[b-jk80a2y1ia] {
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.table thead[b-jk80a2y1ia] {
    background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);
    border-bottom: 2px solid #e0e0e0;
}

.table thead th[b-jk80a2y1ia] {
    color: #333;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    font-size: 0.9rem;
}

.table tbody td[b-jk80a2y1ia] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.table tbody tr:hover[b-jk80a2y1ia] {
    background-color: #f9f9f9;
}

.table-striped tbody tr:nth-of-type(odd)[b-jk80a2y1ia] {
    background-color: #fafbfc;
}

/* Form controls */
.form-control[b-jk80a2y1ia], .form-select[b-jk80a2y1ia] {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

.form-control:focus[b-jk80a2y1ia], .form-select:focus[b-jk80a2y1ia] {
    border-color: #015962;
    box-shadow: 0 0 0 3px rgba(1, 89, 98, 0.1);
    outline: none;
}

.form-label[b-jk80a2y1ia] {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-check-input[b-jk80a2y1ia] {
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    width: 1.2rem;
    height: 1.2rem;
    transition: all 0.2s ease;
}

.form-check-input:checked[b-jk80a2y1ia] {
    background-color: #015962;
    border-color: #015962;
}

.form-check-input:focus[b-jk80a2y1ia] {
    border-color: #015962;
    box-shadow: 0 0 0 3px rgba(1, 89, 98, 0.1);
}

.form-check-label[b-jk80a2y1ia] {
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

/* Alerts */
.alert[b-jk80a2y1ia] {
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.alert-success[b-jk80a2y1ia] {
    background-color: #e8f5e9;
    color: #1b5e20;
    border-left: 4px solid #4caf50;
}

.alert-danger[b-jk80a2y1ia] {
    background-color: #ffebee;
    color: #b71c1c;
    border-left: 4px solid #f44336;
}

.alert-warning[b-jk80a2y1ia] {
    background-color: #fff3e0;
    color: #e65100;
    border-left: 4px solid #ff9800;
}

@media (max-width: 768px) {
    .nav-tabs .nav-link[b-jk80a2y1ia] {
        padding: 0.5rem 0.6rem;
        font-size: 0.85rem;
    }

    .table[b-jk80a2y1ia] {
        font-size: 0.85rem;
    }

    .table thead th[b-jk80a2y1ia],
    .table tbody td[b-jk80a2y1ia] {
        padding: 0.5rem;
    }
}
