
        .jsonFormContainer {
            font-family: Arial, sans-serif;
            margin: 20px;
        }
        
        .jsonFormMainTable {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ddd;
        }
        
        .jsonFormNavbar {
            width: 250px;
            vertical-align: top;
            background-color: #f8f9fa;
            border-right: 2px solid #dee2e6;
            padding: 10px;
        }
        
        .jsonFormContent {
            vertical-align: top;
            padding: 20px;
        }
        
        .jsonFormNavTable {
            width: 100%;
            min-width:300px;
        }
        
        .jsonFormNavTable td {
            padding: 8px;
            cursor: pointer;
            border-bottom: 1px solid #e9ecef;
        }
        
        .jsonFormNavTable td:hover {
            background-color: #e9ecef;
        }
        
        .jsonFormNavHeader {
            font-weight: bold;
            color: #495057;
            background-color: #e9ecef;
            padding: 10px 8px !important;
        }
        
        .jsonFormNavPage {
            padding-left: 20px !important;
            font-size: 14px;
            color: #6c757d;
        }
        
        .jsonFormNavPage.jsonFormActive {
            background-color: #007bff;
            color: white;
        }
        
        .jsonFormNavPage.jsonFormActive:hover {
            background-color: #005dc0 !important;
        }
        .jsonFormContentTable {
            width: 100%;
            border-collapse: collapse;
        }        
        .jsonFormSumtotal {
            background-color: #e7e7e7 !important;
        }
        .jsonFormPageContent {
            display: none;
            padding: 20px;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            background-color: #fff;
        }
        
        .jsonFormPageContent.jsonFormActive {
            display: block;
        }
        
        .jsonFormPageTitle {
            font-size: 24px;
            font-weight: bold;
            color: #343a40;
            margin-bottom: 20px;
            border-bottom: 2px solid #007bff;
            padding-bottom: 10px;
        }
        
        .jsonFormSectionTable {
            width: 100%;
            margin-bottom: 0px;
            border: 0px solid #dee2e6;
            border-radius: 5px;
        }
        
        .jsonFormSectionTitle {
            padding: 15px 0px 5px 0px;
            font-weight: bold;
            color: #495057;
        }
        
        .jsonFormSectionContent {
        }
        
        /* Updated table styles for field layout */
        .jsonFormFieldTable {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        
        .jsonFormFieldTable th {
            background-color: #f8f9fa;
            padding: 10px;
            border: 1px solid #dee2e6;
            text-align: left;
            font-weight: bold;
        }
        
        .jsonFormFieldTable td {
            padding: 8px;
            border: 1px solid #dee2e6;
        }
        
        .jsonFormFieldInput {
            width: 100%;
            min-width: 80px;
            padding: 3px 3px !important;
            border: 1px solid #ced4da !important;
            border-radius: 4px !important;
            font-size: 14px !important;
            box-sizing: border-box !important;
        }
        
        .jsonFormFieldInput:focus {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0,123,255,.25);
        }
        
        .jsonFormMandatory {
            color: #dc3545;
            font-weight: bold;
        }
        
        .jsonFormSubSection {
            margin-bottom: 20px;
        }
        
        .jsonFormSubSectionTitle {
            padding-top:10px;
            padding-bottom:5px;
            font-weight: bold;
            color: #6c757d;
            margin-bottom: 10px;
        }
        
        .jsonFormCounterSection {
            border: 2px dashed #6c757d;
            padding: 15px;
            margin: 10px 0;
            border-radius: 5px;
            background-color: #f8f9fa;
        }

        .jsonFromColLabel{
            font-size: 12px;
            font-weight: normal;
            color: #666;
            vertical-align: bottom;

        } 
        
        .jsonFormColumnHeader {
            
            vertical-align: bottom;
            font-weight: normal;
            font-size: 15px;
            padding: 10px;
            text-align: center;
            border: 0px solid #dee2e6;
        }
        
        .jsonFormColumnTable {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        
        .jsonFormColumnInput {
            width: 100%;
            padding: 8px !important;
            border-color: #CCC !important;
            border: 1px solid #CCC;
            border-radius: 4px !important;
        }
        
        .jsonFormAddRowBtn {
            background-color: #28a745 !important;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 10px;
        }
        
        .jsonFormAddRowBtn:hover {
            background-color: #218838;
        }
        .jsonFieldTD{
            padding-top:5px;
            padding-bottom:5px;
            padding-right:5px;
            border-bottom:1px dotted #CCC;
        }
        .jsonFieldTDLabel{
            font-size: 14px;
            min-width: 300px;
        }
         
        .jsonFormTotalRow {
            background-color: #f5f5f5;
            font-weight: bold;
        }
        .jsonFormTotalRowLabel {  
            padding-left:5px;
            padding-top:10px;
            padding-bottom:10px;
            border-bottom:1px dotted #CCC;
        }
        
        .jsonFormTotalInput {
            background-color: #f5f5f5 !important;            
            border:0px !important;
            font-weight: bold;
            text-align:right;
        }
        
        .jsonFormJsonSection {
            margin-top: 30px;
            padding: 20px;
            border: 2px solid #007bff;
            border-radius: 5px;
            background-color: #f8f9fa;
        }

        .jsonFormRunningBalanceTD {
            font-weight: bold;
            border-top:2px double #999;    
            border-bottom:1px solid #999;        
        }

        .jsonFormJsonTitle {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #007bff;
        }
        
        .jsonFormJsonTextarea {
            width: 100%;
            height: 200px;
            padding: 10px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-family: monospace;
            font-size: 12px;
            resize: vertical;
        }
        
        .jsonFormJsonButtons {
            margin-top: 10px;
            display: flex;
            gap: 10px;
        }
        
        .jsonFormJsonBtn {
            padding: 8px 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-weight: bold;
        }
        
        .jsonFormLoadBtn {
            background-color: #17a2b8;
            color: white;
        }
        
        .jsonFormSaveBtn {
            background-color: #007bff;
            color: white;
        }
        
        .jsonFormLoadBtn:hover {
            background-color: #138496;
        }
        
        .jsonFormSaveBtn:hover {
            background-color: #0056b3;
        }
        .decimal-input{
            text-align:right;
            min-width: 80px;
        }