 /* === PREVENT FOUC (Flash of Unstyled Content) === */
 html[data-theme="dark"],
 html.theme-auto.dark {
   --bs-body-bg: #121212;
   --bs-body-color: #e0e0e0;
 }
 html[data-theme="dark"] .table,
 html.theme-auto.dark .table {
   --bs-table-bg: #1e1e1e;
   --bs-table-color: #e0e0e0;
 }

 .cc-color-override--208480264 .cc-btn{
  background-color: #1376bc !important;
  }

/* === Disable forced compact sidebar for wide desktop === */
@media (min-width: 795px) {
  .x-sidebar-width,
  .x-sidebar-fixed {
    width: 260px !important;
  }

  .x-content-width {
    width: calc(100% - 260px) !important;
  }

  .search-wrapper-prnt {
    padding-left: 260px !important;
  }

  .logo-wrapper img.x_logo_pc, body.night-mode .logo-wrapper img.x_logo_pc, .x_side_links>div span.text, .x-sidebar .x_user_info img.rounded-circle+.mw-0.mx-2, .x-sidebar .x_user_info > svg, .x_side_create>.btn > span {
    display: inline-block !important;
  }

  .x_logo_mobi {
    display: none !important;
  }
  .x_side_links>div span.text {
    display: inline-block !important;
  }
  .x_side_create {
    margin-left: 15px !important;
  }

  .x_side_create>.btn {
    width: 170px !important;
  }

  .x_side_create>.btn>span {
    display: inline-block !important;
  }
  .x_side_create>.btn>svg {
    display: none !important;
  }

  .logo-wrapper, .x_side_links {
    text-align: left !important;
  }
}
