/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
body {
  background: linear-gradient(135deg, #ff9a9e, #fad0c4, #fad390);
  font-family: "Sarabun", Tahoma, sans-serif;
  color: #222;
}

#tooltip {
    position: fixed;
    z-index: 9999;
    display: none;
    min-width: 220px;
    max-width: 350px;
    padding: 10px 14px;
    background: #000000dd;
    color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.3);
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    pointer-events: none;
    text-align: center;
}

/* สีพิเศษ */
.option{
    text-align: center !important;
    font-size: 14px;
}
.item-name     { font-weight: bold; font-size: 16px; text-align: center; margin-bottom: 8px; }
.grad-purple   { color: #a29bfe; }
.option-purple { color: #c28ef8; }
.option-blue   { color: #74b9ff; }
.option-pink   { color: #e2487eff; }
.option-green  { color: #55efc4; }
.option-orange { color: #fab95b; }
.option-yellow { color: #ffeaa7; }

.item-level,
.item-req,
.item-class,
.item-tribe,
.item-zone {
    text-align: left;
    margin-left: 4px;
}
.item-icon-preview {
  width: 48px;
  height: 48px;
  border: 2px solid white;           /* ✅ กรอบขาว */
  border-radius: 6px;                /* มุมโค้งนิดๆ */
  box-shadow: 0 0 6px #00ffff88;     /* เงานุ่มๆ สีฟ้า */
  background-color: #000000aa;       /* พื้นหลังรอง */
  padding: 2px;                      /* เว้นขอบใน */
}

.market-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.1s ease-in-out;
}
.market-card:hover {
  transform: scale(1.01);
}

.item-img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  border: 2px solid white;
  box-shadow: 0 0 6px rgba(0, 255, 255, 0.4);
  background-color: #000;
  padding: 2px;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem }
.toggle.ios .toggle-handle { border-radius: 20rem }
.toggle.btn{
    min-width: 5rem;
}
.dataTables_scrollHeadInner, .table{
    width:100% !important
}
