.manrope-main {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-font-sans-serif: "Manrope", sans-serif;
}

body, html {
    font-family: "Manrope", sans-serif;
}


.nc_moderate_form {
    display: none;
}

.tender_filter {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tender_filter fieldset {
    margin-bottom: 30px;
}

/* if max width lower then 1200px */
@media (max-width: 1200px) {
    .tender_filter {
        flex-direction: column;
    }
}

/* ============================================================================
   Owner Catalog Admin — demodom-owner-catalog
   ============================================================================ */

.demodom-owner-catalog-loader {
    font-size: 14px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 6px;
}

#demodom-owner-catalog-root .doc-tab-pane {
    min-height: 200px;
}

#demodom-owner-catalog-root .table td,
#demodom-owner-catalog-root .table th {
    vertical-align: middle;
}

/* Level badges */
#demodom-owner-catalog-root .demodom-level-direction { background: #e8f4fd; color: #0d6efd; }
#demodom-owner-catalog-root .demodom-level-group     { background: #e8f7ff; color: #0dcaf0; }
#demodom-owner-catalog-root .demodom-level-subgroup  { background: #f8f9fa; color: #6c757d; }

/* Indent for Group/Subgroup names in tree */
#demodom-owner-catalog-root .demodom-tree-group    { padding-left: 12px; }
#demodom-owner-catalog-root .demodom-tree-subgroup { padding-left: 24px; }

/* Active/inactive row */
#demodom-owner-catalog-root .demodom-row-inactive td {
    opacity: 0.55;
}

/* Stage link weight badge */
#demodom-owner-catalog-root .demodom-weight-badge {
    display: inline-block;
    min-width: 36px;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 13px;
}
#demodom-owner-catalog-root .demodom-weight-high   { background: #d1fae5; color: #065f46; }
#demodom-owner-catalog-root .demodom-weight-medium { background: #fef3c7; color: #92400e; }
#demodom-owner-catalog-root .demodom-weight-low    { background: #fee2e2; color: #991b1b; }

/* Nodes list table compact */
#doc-nodes-list .table th,
#doc-nodes-list .table td {
    font-size: 13px;
    padding: 5px 8px;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    #demodom-owner-catalog-root .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    #demodom-owner-catalog-root .table td:last-child,
    #demodom-owner-catalog-root .table th:last-child {
        text-align: left !important;
    }
}