body {
  font-family: "Open Sans", sans-serif;
}

.sp-chinese-character {
  font-size: 2.5rem;
}

.sp-chinese-character-main {
  align-items: flex-end;
  display: inline-flex;
  font-size: 2rem;
  height: 50px;
}

.sp-chinese-character-sub {
  align-items: flex-end;
  display: inline-flex;
  font-size: 1.2rem;
  height: 50px;
}

.sp-sub-info {
  font-size: 1.5rem;
}

.sp-table {
  height: 100%;
  width: 100%;
}

.sp-table .sp-header {
  background-color: #a72a17;
  border-left: 1px solid white;
  border-right: 1px solid white;
  color: white;
  font-size: 1rem;
  padding: 5px;
}

.sp-table .sp-header-vertical {
  background-color: #a72a17;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  color: white;
  font-size: 1rem;
  padding-bottom: 10px;
  padding-top: 10px;
}

.sp-inner-table {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  min-height: 96px;
  position: relative;
  height: 100%;
}

.sp-inner-table tr {
  display: flex;
  justify-content: center;
}
.sp-inner-table .pillar-marker-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: auto; /* Đảm bảo không bị bó width */
  display: flex;
  justify-content: center;
  align-items: center; /* Canh giữa nội dung bên trong */
}

.sp-cell {
  border: 1px solid #a72a17;
}

.sp-cell > td {
  border: 1px solid #a72a17;
  /*padding: 3px;*/
}

.sp-table-separator {
  height: 2em;
}

.sp-full-table {
  height: 100%;
  width: 100%;
}

.sp-title-left {
  margin: 0;
  text-orientation: mixed;
  transform: rotate(-180deg);
  writing-mode: vertical-lr;
}

.sp-title-right {
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.sp-dagua-element {
  padding: 0;
}

.sp-dagua-period {
  padding: 0;
}

.sp-1-yao {
  background-color: black;
  height: 0.5em;
  margin-bottom: 0.1pc;
  margin-top: 0.1pc;
  padding: 0;
}

.sp-0-yao {
  background-color: white;
  height: 0.5em;
  margin-bottom: 0.1pc;
  margin-top: 0.1pc;
  padding: 0;
}

.sp-hexagram-separator {
  height: 0.35pc;
}

.sp-good-activity {
  color: red;
  font-size: 1rem;
  padding: 0;
}

.sp-bad-activity {
  color: black;
  padding: 0;
}

.sp-default-text {
  color: black;
  font-size: 1rem;
} /*# sourceMappingURL=selfplus.pro.css.map */
