.btn-edit-vd-field {
    cursor: pointer;
    color: #2980b9;
    border: none;
    background: none;
}

/* Modal Footer */
#editVDModal .modal-footer {
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Buttons */
#editVDModal .modal-footer .button {
    padding: 8px 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    border-color: #351f65;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 110px;
    justify-content: center;
    background-color: #351f65;
}

/* Grid Layout */
.technical-documentation-container {
    width: 100%;
    max-width: 100%;
}

/* Sidebar */
.technical-documentation-sidebar {
    padding: 20px 0;
    min-height: 100vh;
    background: #fff;
    transition: all 0.3s ease;
    visibility: visible;
    display: block;
}

.technical-documentation-col-3 {
    border-right: 1px solid #e0e0e0;
    box-shadow: 4px 0 6px -4px rgba(0, 0, 0, 0.15);
    position: relative;
}

.technical-documentation-main-content {
    padding-left: 30px;
}

.closedSideBar .technical-documentation-sidebar {
    visibility: hidden;
    display: none;
}

.toggle-btn {
    background: #e0e0e0;
    padding: 6px;
    border-radius: 5px 0 0 5px !important;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* Navigation Items */
.technical-documentation-nav-item a,
.technical-documentation-nav-link {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.technical-documentation-nav-item a:hover,
.technical-documentation-nav-link:hover,
.technical-documentation-subsection-items .technical-documentation-nav-link:hover {
    background: #f5f5f5;
    color: #351f65;
}

/* Introduction link - special styling */
.technical-documentation-nav-intro {
    margin-left: 0;
    padding-left: 30px;
    font-size: 14px;
}

/* Navigation Sections */
.technical-documentation-nav-section {
    margin: 8px 0;
}

.technical-documentation-col-3.col-1 {
    width: 40px;
}

.technical-documentation-col-3.col-1 .arrow-left {
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
}

.technical-documentation-nav-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    color: #351f65;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.technical-documentation-nav-toggle:hover,
.technical-documentation-sections-toggle:hover,
.technical-documentation-subsection-toggle:hover {
    background: #f5f5f5;
}

.technical-documentation-nav-toggle.active {
    color: #351f65;
}

.technical-documentation-arrow {
    font-size: 12px;
    font-style: normal;
    color: #666;
}

.technical-documentation-nav-subsection {
    display: none;
    padding: 0;
}

.technical-documentation-nav-subsection.show {
    display: block;
}

/* Sections Header */
.technical-documentation-sections-header {
    margin: 5px 0;
}

.technical-documentation-sections-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px 8px 30px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

/* Sections List */
.technical-documentation-sections-list {
    display: none;
}

.technical-documentation-sections-list.show {
    display: block;
}

.technical-documentation-sections-list .technical-documentation-nav-link {
    padding: 8px 20px 8px 50px;
    font-size: 14px;
}

/* Sub-sections*/
.technical-documentation-subsection {
    margin: 5px 0;
}

.technical-documentation-subsection-toggle {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 20px 8px 30px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
    line-height: 26px;
}

.technical-documentation-subsection-toggle .technical-documentation-arrow {
    color: #666;
    font-size: 12px;
}

.technical-documentation-subsection-items {
    display: none;
}

.technical-documentation-subsection-items.show {
    display: block;
}

.technical-documentation-subsection-items .technical-documentation-nav-link {
    padding: 8px 20px 8px 50px;
    font-size: 13px;
    color: #333;
}

.technical-documentation-sidebar .technical-documentation-sections-list .technical-documentation-nav-link.active,
.technical-documentation-sidebar .technical-documentation-subsection-items .technical-documentation-nav-link.active,
.technical-documentation-nav-link.active {
    background-color: #e3f2fd;
    color: #351f65;
    border-left-color: #351f65;
    font-weight: 500;
}

.technical-documentation-sidebar .technical-documentation-sections-list .technical-documentation-nav-link.active:hover,
.technical-documentation-sidebar .technical-documentation-subsection-items .technical-documentation-nav-link.active:hover {
    background-color: #d1ebfc;
    color: #351f65;
}

.technical-documentation-article-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.technical-documentation-article-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
}

/* Content styling for introduction */
.technical-documentation-content {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.technical-documentation-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

.technical-documentation-content p {
    margin-bottom: 15px;
}

.technical-documentation-content ul {
    margin: 15px 0;
    padding-left: 30px;
}

.technical-documentation-content ul li {
    margin-bottom: 8px;
}

.table-container {
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

/* Base Table Styles */
.technical-documentation-metadata-table,
.technical-documentation-vocab-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
    table-layout: fixed; 
    min-width: 1200px; 
}

.technical-documentation-metadata-table thead,
.technical-documentation-vocab-table thead {
    background: #00a6e2;
    color: #fff;
}

.technical-documentation-metadata-table th,
.technical-documentation-vocab-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 2px solid #0090c7;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: top;
}

.technical-documentation-metadata-table td,
.technical-documentation-vocab-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    vertical-align: top;
}

.technical-documentation-metadata-table tbody tr:hover,
.technical-documentation-vocab-table tbody tr:hover {
    background: rgb(196, 195, 195);
}

.technical-documentation-metadata-table th:nth-child(1),
.technical-documentation-metadata-table td:nth-child(1) { 
    width: 70px; 
}

.technical-documentation-metadata-table th:nth-child(2),
.technical-documentation-metadata-table td:nth-child(2) { 
    width: 240px !important; 
    white-space: nowrap;
    word-break: normal;
    font-weight: 600;
}

.technical-documentation-metadata-table th:nth-child(3),
.technical-documentation-metadata-table td:nth-child(3),
.technical-documentation-metadata-table th:nth-child(5),
.technical-documentation-metadata-table td:nth-child(5) { 
    width: 130px; 
}

.technical-documentation-metadata-table th:nth-child(4),
.technical-documentation-metadata-table td:nth-child(4),
.technical-documentation-metadata-table th:nth-child(6),
.technical-documentation-metadata-table td:nth-child(6) { 
    width: 200px;
}

.technical-documentation-metadata-table th:nth-child(7),
.technical-documentation-metadata-table td:nth-child(7) { 
    width: 90px;
}

.technical-documentation-metadata-table th:nth-child(8),
.technical-documentation-metadata-table td:nth-child(8),
.technical-documentation-metadata-table th:nth-child(9),
.technical-documentation-metadata-table td:nth-child(9) { 
    width: 80px; 
    text-align: center;
}

.technical-documentation-vocab-table th:nth-child(1),
.technical-documentation-vocab-table td:nth-child(1),
.technical-documentation-vocab-table th:nth-child(2),
.technical-documentation-vocab-table td:nth-child(2) { 
    width: 150px; 
    font-weight: 600;
}

.technical-documentation-vocab-table th:nth-child(3),
.technical-documentation-vocab-table td:nth-child(3),
.technical-documentation-vocab-table th:nth-child(4),
.technical-documentation-vocab-table td:nth-child(4) { 
    width: 250px;
}

.technical-documentation-vocab-table th:nth-child(5),
.technical-documentation-vocab-table td:nth-child(5),
.technical-documentation-vocab-table th:nth-child(6),
.technical-documentation-vocab-table td:nth-child(6),
.technical-documentation-vocab-table th:nth-child(7),
.technical-documentation-vocab-table td:nth-child(7) { 
    width: 120px;
}

.technical-documentation-metadata-table .col-actions,
.technical-documentation-vocab-table .col-actions {
    position: sticky;
    right: 0;
    z-index: 2;
    width: 80px !important;
    min-width: 80px;
}

.technical-documentation-metadata-table td.col-actions,
.technical-documentation-vocab-table td.col-actions {
    position: sticky;
    right: 0;
    background: #fff;
    z-index: 2;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.08);
}

.technical-documentation-metadata-table th.col-actions,
.technical-documentation-vocab-table th.col-actions {
    z-index: 3;
    background: #00a6e2;
}

.technical-documentation-metadata-table tbody tr:hover td.col-actions,
.technical-documentation-vocab-table tbody tr:hover td.col-actions {
    background: rgb(196, 195, 195);
}

.technical-documentation-metadata-table td a,
.technical-documentation-vocab-table td a {
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
}
/* END tables styles  */

/* Responsive stype */
@media (max-width: 992px) {
    .technical-documentation-col-3,
    .technical-documentation-col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .technical-documentation-sidebar {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        min-height: auto;
    }

    .technical-documentation-main-content {
        padding: 30px 20px;
    }

    .technical-documentation-article-header h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .technical-documentation-main-content {
        padding: 20px 15px;
    }

    .td-table,
    .technical-documentation-vocab-table {
        font-size: 12px;
        min-width: 900px;
    }

    .td-table th,
    .technical-documentation-vocab-table th,
    .td-table td,
    .technical-documentation-vocab-table td {
        padding: 8px 10px;
    }

    .technical-documentation-article-header h1 {
        font-size: 20px;
    }
}

/* fin responsive*/

.technical-documentation-sidebar button {
    border-radius: 0px !important;
}

.technical-documentation-article table {
    margin: unset !important;
}

.container {
    max-width: 1440px !important;
    width: 100% !important;
}