/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

////////////////////////////////////////////////////////////////
// cleandark theme
//

////////////////////////////////////////////////////////////////
// override product variables
//
// Alternative values (commented out):
// $wj-cell-grp-bkg: #333;
// $wj-cell-grp-txt: #ababab;
// $wj-cell-frz: #333;
// $wj-cell-bdr: none;
// $wj-cell-alt: #404040;

@use "../wijmo" with (
  $wj-bkg: #000,
  $wj-txt: #ababab,
  $wj-bdr-rad: 0px,

  $wj-hdr-bkg: #000,
  $wj-hdr-txt: #ababab,

  $wj-sel-bkg: #57728c,
  $wj-sel-txt: #d0d9e0,
  $wj-msel-bkg: #304253,
  $wj-msel-txt: #c2c7cb,
  $wj-btn-bkg: #000,
  $wj-btn-hvr: #444,
  $wj-btn-txt: #ababab,
  $wj-btn-grp-bdr: none,

  $wj-tooltip: #a9a9a9,
  $wj-tooltip-txt: #fff,

  $wj-cell-grp-bkg: #333,
  $wj-cell-grp-txt: #ababab,
  $wj-cell-frz: #333,
  $wj-cell-bdr: none,
  $wj-cell-alt: #404040,
  $wj-sort-index-txt: #57728c
);

////////////////////////////////////////////////////////////////
// import base product theme; includes base style.scss
//

// not applicable in Core

////////////////////////////////////////////////////////////////
// import product style
//

// Handled by @use '../wijmo' above

////////////////////////////////////////////////////////////////
// theme specific rules
//

// add border below column header cells
.wj-colheaders .wj-header {
  border-bottom: 1px solid #888;
}
