html[data-theme="light"]   .tg-db-tabs-body {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 4px;
    padding: 10px;
    background: #ffffff;
  }
  
html[data-theme="light"]   .tg-db-table-wrapper th {
    background: #f3f3f3;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  
html[data-theme="light"]   .tg-db-table-wrapper th,
html[data-theme="light"]   .tg-db-table-wrapper td {
    border: 1px solid #ddd;
    padding: 4px 6px;
  }
  
html[data-theme="light"]   .tg-db-table-wrapper {
    max-height: 420px;
    overflow: auto;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  
html[data-theme="light"]   .tg-db-tab-btn {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 4px 10px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    font-size: 13px;
  }
  
html[data-theme="light"]   .tg-db-tab-btn {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 4px 10px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    font-size: 13px;
    color:#000;
  }

html[data-theme="light"]   .tg-db-tab-btn.is-active {
    background: #fff;
    border-bottom-color: #fff;
    font-weight: 600;
  }
 
html[data-theme="light"]   .tg-db-table-item.is-active {
    background: #e6f2ff;
    font-weight: 600;
  }
  
html[data-theme="light"]   .tg-db-table-item:nth-child(odd) {
    background: #fafafa;
  }
  
html[data-theme="light"]   .tg-db-modal-dialog {
    background: #fff;
    padding: 16px 20px;
    border-radius: 6px;
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
  }
  
html[data-theme="light"]   .tg-db-data-replace-panel {
    display: none;
    margin: 6px 0 8px;
    padding: 6px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px dashed #ddd;
  }