.section-hidden {
    display: none;
  }
  
  .section-shown {
    display: block;
  }
  
  .fd-nested-list__title:first-child {
    padding-left: 2.75rem !important;
  }
  
  @font-face {
    font-family: "72";
    src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "72";
    src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff")
        format("woff");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "72";
    src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff")
        format("woff");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: "SAP-icons";
    src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/SAP-icons.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'BusinessSuiteInAppSymbols';
    src: url('https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'SAP-icons-TNT';
    src: url('https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  html {
    font-size: 16px;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px;
  }
  
  #extension-main {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .fd-popover__body {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
  }
  
  .fd-popover__body label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
  }
  
  
  /* Centre les tags et les boutons */
  .fd-generic-tag,
  .fd-button {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .fd-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .fd-toolbar-buttons {
    display: flex;
    gap: 10px; /* Espacement entre les boutons */
  }
  
  .dt-buttons {
    display: flex !important;
    gap: 10px; /* Espace entre les boutons */
    align-items: center;
  }
  
  .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Fond semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Toujours au-dessus */
  }

  .hidden {
    display: none;
  }
  

  
  .fd-button i.sap-icon--filter {
    margin-right: 4px; /* Ajuste selon ton besoin */
  }
  
  #filePreviewTable {
    overflow-x: auto;
    max-width: 100%;
}

#filePreviewTable table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
