.elementor-20041 .elementor-element.elementor-element-2850e9a{--display:flex;--min-height:0px;--margin-top:20px;--margin-bottom:20px;--margin-left:20px;--margin-right:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:350px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0536556 *//* Documentation Styles - 3dtexel Vertex Color Toolkit */

/* Header */
.tx-documentation-header {
    background: #242424;
    padding: 25px 30px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.tx-documentation-header h1 {
    margin: 0;
    color: #7ddb47;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

.tx-version-badge {
    background: rgba(125, 219, 71, 0.15);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.55em;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
    color: #7ddb47;
}

/* Main Container */
.tx-documentation-container {
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    background: #181818;
    color: #e0e0e0;
    margin: 20px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Reset some styles to prevent conflicts */
.tx-documentation-container * {
    box-sizing: border-box;
}

.tx-documentation-container a {
    color: #7ddb47;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tx-documentation-container a:hover {
    color: #9de96c;
    text-decoration: underline;
}

.tx-documentation-container code {
    background: #333;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
}

/* Sidebar */
.tx-documentation-sidebar {
    width: 280px;
    background: #242424;
    padding: 25px 20px;
    flex-shrink: 0;
    border-right: 1px solid #333;
    overflow-y: auto;
    max-height: 800px;
    height: 100%;
}

.tx-doc-version {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #333;
    font-family: Montserrat, sans-serif;
    font-size: 0.9em;
}

.tx-doc-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tx-doc-nav > ul > li {
    margin-bottom: 12px;
}

.tx-doc-nav > ul > li > a {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #e0e0e0;
}

/* Make Tools and Interface Overview stand out */
.tx-doc-nav > ul > li > a[href="#tools"],
.tx-doc-nav > ul > li > a[href="#interface-overview"] {
    font-weight: 700;
    color: #7ddb47;
    font-size: 1.05em;
}

.tx-doc-nav > ul > li > ul {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 1px solid #444;
}

.tx-doc-nav > ul > li > ul > li {
    margin-bottom: 5px;
    font-size: 0.9em;
    padding-left: 5px;
}

.tx-doc-nav-item {
    display: block;
    padding: 5px 0;
    color: #e0e0e0;
    transition: color 0.2s;
}

.tx-doc-nav-item:hover {
    color: #7ddb47;
}

.tx-doc-search-container {
    position: relative;
    margin-bottom: 15px;
}

#tx-doc-search {
    width: 100%;
    padding: 10px 30px 10px 10px;
    background: #333;
    border: 1px solid #444;
    border-radius: 4px;
    color: #e0e0e0;
    font-size: 14px;
}

#tx-doc-search:focus {
    outline: none;
    border-color: #7ddb47;
}

.tx-search-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #888;
}

/* Main content area */
.tx-documentation-main {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    max-height: 800px;
}

.tx-doc-section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.tx-doc-section:last-child {
    border-bottom: none;
}

.tx-doc-section h2 {
    color: #7ddb47;
    font-family: Montserrat, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    font-size: 1.8rem;
}

.tx-doc-section h3 {
    color: #e0e0e0;
    font-family: Montserrat, sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.tx-doc-section h4 {
    color: #cccccc;
    font-family: Montserrat, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.tx-doc-section ul,
.tx-doc-section ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.tx-doc-section li {
    margin-bottom: 8px;
}

.tx-doc-image {
    margin: 20px 0;
    text-align: center;
}

.tx-doc-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.tx-doc-subsection {
    margin: 30px 0;
    padding: 20px;
    background: #242424;
    border-radius: 5px;
    border-left: 4px solid #7ddb47;
}

.tx-doc-subsection h3 {
    margin-top: 0;
}

/* Special elements */
.tx-doc-note,
.tx-doc-tip {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
    background: rgba(125, 219, 71, 0.1);
    border-left: 4px solid #7ddb47;
}

.tx-doc-note p:first-child,
.tx-doc-tip p:first-child {
    margin-top: 0;
}

.tx-doc-note p:last-child,
.tx-doc-tip p:last-child {
    margin-bottom: 0;
}

/* Search highlight */
.tx-search-highlight {
    background: rgba(125, 219, 71, 0.3);
    padding: 0 2px;
    border-radius: 2px;
}

/* Mobile styles */
.tx-doc-mobile-toggle {
    display: none;
    padding: 10px;
    background: #242424;
    border-bottom: 1px solid #333;
}

#tx-doc-menu-toggle {
    width: 100%;
    padding: 10px 15px;
    background: #333;
    color: #e0e0e0;
    border: 1px solid #444;
    border-radius: 4px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: left;
}

#tx-doc-menu-toggle:hover {
    background: #3a3a3a;
}

#tx-doc-menu-toggle i {
    float: right;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .tx-documentation-container {
        flex-direction: column;
    }
    
    .tx-documentation-sidebar {
        width: 100%;
        max-height: none;
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 100;
        height: auto;
        max-height: 80vh;
    }
    
    .tx-doc-mobile-toggle {
        display: block;
    }
    
    .tx-doc-mobile-visible {
        display: block;
    }
    
    .tx-documentation-main {
        padding: 20px 15px;
    }
}

.tx-doc-nav-list li {
    margin-bottom: 12px;
}

.tx-doc-nav-link {
    color: #e0e0e0;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s ease;
    position: relative;
}

.tx-doc-nav-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease;
}

.tx-doc-nav-link.active:after {
    transform: translateY(-50%) rotate(-135deg);
}

.tx-doc-subnav-list {
    padding-left: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: none;
    border-left: 1px solid #333;
}

.tx-doc-subnav-link {
    color: #bbb;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.tx-doc-nav-link:hover, .tx-doc-subnav-link:hover {
    color: #7ddb47;
}

.tx-doc-nav-link.active, .tx-doc-subnav-link.active {
    color: #7ddb47;
    font-weight: 600;
}

/* Main Content */
.tx-doc-content {
    flex: 1;
    padding: 35px;
    max-width: 900px;
    overflow-y: auto;
    max-height: 800px;
}

.tx-doc-mobile-toggle {
    display: none;
    background: #333;
    padding: 12px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
}

.tx-doc-search {
    margin-bottom: 30px;
    position: relative;
}

.tx-doc-search:before {
    content: '🔍';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

#tx-doc-search-input {
    width: 100%;
    padding: 12px 15px 12px 35px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #333;
    color: #e0e0e0;
    font-size: 16px;
}

#tx-doc-search-input:focus {
    outline: none;
    border-color: #7ddb47;
    box-shadow: 0 0 0 2px rgba(125, 219, 71, 0.25);
}

/* Sections */
.tx-doc-section {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.tx-doc-section:last-child {
    border-bottom: none;
}

.tx-doc-section h2 {
    color: #7ddb47;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.tx-doc-subsection {
    margin: 35px 0 25px 0;
    padding-left: 15px;
    border-left: 3px solid #444;
}

.tx-doc-subsection h3 {
    color: #7ddb47;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* Q&A styling for FAQ and Troubleshooting */
.tx-doc-qa {
    background: #242424;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tx-doc-qa h4 {
    margin-top: 0;
    color: #7ddb47;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
}

.tx-doc-qa p {
    margin-top: 0;
    margin-bottom: 15px;
}

.tx-doc-qa ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.tx-doc-qa li {
    margin-bottom: 5px;
}

/* Lists styling */
.tx-documentation ul, .tx-documentation ol {
    padding-left: 20px;
}

.tx-documentation ul li, .tx-documentation ol li {
    margin-bottom: 8px;
}

/* Code blocks */
.tx-doc-code {
    background: #242424;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    overflow-x: auto;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.4;
    border-left: 3px solid #7ddb47;
}

/* Tables */
.tx-doc-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.tx-doc-table th, .tx-doc-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #333;
}

.tx-doc-table th {
    background: #242424;
    color: #7ddb47;
    font-weight: 500;
}

.tx-doc-table tr:nth-child(even) {
    background: #1e1e1e;
}

/* Notes and warnings */
.tx-doc-note, .tx-doc-warning, .tx-doc-tip {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
    position: relative;
}

.tx-doc-note {
    background: #242c3a;
    border-left: 4px solid #4a90e2;
}

.tx-doc-warning {
    background: #3a2525;
    border-left: 4px solid #e25c5c;
}

.tx-doc-tip {
    background: #283325;
    border-left: 4px solid #7ddb47;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .tx-documentation {
        flex-direction: column;
        margin: 10px 0;
        max-height: none;
    }
    
    .tx-doc-sidebar {
        width: 100%;
        display: none;
        max-height: 400px;
    }
    
    .tx-doc-sidebar.mobile-visible {
        display: block;
    }
    
    .tx-doc-mobile-toggle {
        display: flex;
    }
    
    .tx-doc-content {
        padding: 20px;
        max-height: none;
    }
    
    .tx-doc-section h2 {
        font-size: 1.5rem;
    }
    
    .tx-doc-subsection {
        margin-left: 0;
        padding-left: 10px;
    }
    
    .tx-doc-subsection h3 {
        font-size: 1.3rem;
    }
}/* End custom CSS */