.elementor-22018 .elementor-element.elementor-element-50aabbea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-22018 .elementor-element.elementor-element-5a33f083{color:#000000;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;line-height:27px;}/* Start custom CSS for text-editor, class: .elementor-element-5a33f083 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

       

        .container {           
            margin: 0 auto;
            background: white;
           
        }       

        header h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .system-info {
            background: rgba(255, 255, 255, 0.1);
            padding: 1rem;
            border-radius: 5px;
            margin-top: 1rem;
        }

        nav {
            background: #000000;
            padding: 1rem;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);            
        }

        nav select {
            width: 100%;
            padding: 0.75rem;
            font-size: 1rem;
            border: none;
            border-radius: 5px;
            background: white;
            cursor: pointer;
        }

        .content {
           
        }

        .toc {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 8px;
            margin-bottom: 2rem;
        }

        .toc h2 {
            color: #000000;
            margin-bottom: 1rem;
            font-size: 1.8rem;
        }

        .toc ul {
            list-style: none;
        }

        .toc li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #dee2e6;
        }

        .toc li:last-child {
            border-bottom: none;
        }

        .toc a {
            color: #000000;
            text-decoration: none;
            display: block;
            transition: all 0.3s;
            padding-left: 1rem;
        }

        .toc a:hover {
            color: #000000;
            padding-left: 1.5rem;
            font-weight: 600;
        }

        section {
            margin-bottom: 3rem;
            padding: 2rem;
            background: white;
            border-left: 4px solid #696969;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }

        h2 {
            color: #000000;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #000000;
        }

        h3 {
            color: #000000;
            font-size: 1.5rem;
            margin: 1.5rem 0 1rem 0;
        }

        h4 {
            color: #333;
            font-size: 1.2rem;
            margin: 1rem 0 0.5rem 0;
        }

        p {
            margin-bottom: 1rem;
            text-align: justify;
        }

        ul,
        ol {
            margin-left: 2rem;
            margin-bottom: 1rem;
        }

        li {
            margin-bottom: 0.5rem;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 1rem 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        th {
            background: #000000;
            color: white;
            padding: 1rem;
            text-align: left;
            font-weight: 600;
        }

        td {
            padding: 0.75rem;
            border-bottom: 1px solid #dee2e6;
        }

        tr:hover {
            background: #f8f9fa;
        }

        .note {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 1rem;
            margin: 1rem 0;
        }

        .warning {
            background: #f8d7da;
            border-left: 4px solid #dc3545;
            padding: 1rem;
            margin: 1rem 0;
        }

        .important {
            background: #d1ecf1;
            border-left: 4px solid #17a2b8;
            padding: 1rem;
            margin: 1rem 0;
        }

        footer {
            background: #000000;
            color: white;
            padding: 2rem;
            text-align: center;
        }

        .revision-history {
            margin-top: 2rem;
        }

        @media print {
            nav {
                display: none;
            }

            section {
                page-break-inside: avoid;
            }
        }

        @media (max-width: 768px) {
            header h1 {
                font-size: 1.8rem;
            }

            .content {
                padding: 1rem;
            }

            section {
                padding: 1rem;
            }
        }/* End custom CSS */