#signin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#signin .title-area {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: -10rem;
  border: 0;
  padding: 0;
}
#signin .title-area h2 {
  font-size: var(--fs-32);
  font-weight: 800;
  margin-top: 1rem;
}
#signin #tab-signinType {
  width: 360px;
  border: 0;
}
#signin #tab-signinType .nav-item {
  flex: 1;
  border-bottom: 0;
  margin: 0;
}
#signin #tab-signinType .nav-item .nav-link {
  width: 100%;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid var(--bs-border-color);
  border-right: 0;
  border-bottom: 0;
  color: var(--bs-gray);
  padding: 1rem 0;
}
#signin #tab-signinType .nav-item .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}
#signin #tab-signinType .nav-item:last-of-type .nav-link {
  border-right: 1px solid var(--bs-border-color);
}
#signin #content-signinType h3 {
  font-size: var(--fs-18);
}
#signin #content-signinType small {
  color: var(--bs-gray-dark);
}
#signin #content-signinType small .btn-underline {
  color: var(--bs-dark) !important;
}
#signin #content-signinType .container-xs {
  border: 1px solid var(--bs-border-color);
  padding: 1.5rem 2rem;
  width: 360px;
  max-width: 360px;
}
#signin #content-signinType .container-xs form .form-select {
  width: 100px;
}
#signin #content-signinType .container-xs form .btn-signin {
  padding: 0;
  margin: 0;
  background: #1c2674;
  border-radius: 4px;
  width: 100%;
}
#signin #content-signinType .container-xs form .btn-text {
  font-weight: 500;
  color: var(--bs-dark) !important;
  padding: 0 0.65rem;
  margin: 0;
}
#signin #content-signinType .container-xs form .btn-text.btn-signup {
  position: relative;
}
#signin #content-signinType .container-xs form .btn-text.btn-signup::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

#home section.status ul {
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
}
#home section.status ul li .col {
  padding: 0.5rem 0;
  border-left: 1px dashed var(--bs-gray);
  border-right: 1px dashed var(--bs-gray);
  position: relative;
}
#home section.status ul li .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 33.33%;
  width: 33.33%;
  height: 100%;
  background: var(--bs-ts);
  border-left: 1px dashed var(--bs-gray);
  border-right: 1px dashed var(--bs-gray);
}
#home section.status ul li .col .gage {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  background: var(--bs-primary);
  color: var(--bs-white);
  width: auto;
  overflow: hidden;
  padding: 0.1rem 0.5rem;
}
#home section.board ul {
  border: 1px solid var(--bs-border-color);
}
#home section.board ul li {
  --bs-gutter-x: 0;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid var(--bs-border-color);
}
#home section.board ul li:first-of-type {
  border-top: 0;
}
#home section.board ul li .col h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: inherit;
  width: 100%;
}
#home section.board ul li .col small {
  display: flex;
  align-items: center;
}
#home section.board ul li .col small span {
  display: inline-flex;
  margin: 0 0.75rem;
  width: 1px;
  height: 8px;
  background: var(--bs-border-color);
}
#home section.board ul li .col-1 {
  text-align: right;
}
#home section.board ul li .col-1 .badge {
  padding: 0.5rem;
}

#receiptStatusRealtime tr.total td {
  background-color: var(--bs-tr-yellow);
}

#payStatusList tr.total td,
#refundCancelStatusList tr.total td {
  background-color: var(--bs-gray-light);
}

.statusList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* height: calc(100vh - 100px); */
}
.statusList section {
  flex: 0 0 auto;
}
.statusList section.data-table-area {
  flex: 0 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid var(--bs-border-color);
}
.statusList section.data-table-area .table {
  margin-top: -1px;
}
.statusList hr.after-data-table-area {
  margin: -1px 0 0;
  border-color: var(--bs-border-color);
  opacity: 1;
}

.table tr.total td {
  padding: 1rem 0.5rem;
  font-weight: 800;
}

section.detailSec {
  flex: 0 1 auto;
  display: none;
}
section.detailSec > .row {
  border: 1px solid var(--bs-border-color);
  padding: 3rem 1rem 1rem;
  position: relative;
}
section.detailSec > .row #btn-closeDetail {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem 2rem;
}
section.detailSec > .row #btn-closeDetail i {
  font-size: 1.75rem;
}
section.detailSec > .row .col-auto .ratio.img-box {
  width: 140px;
}
section.detailSec > .row > *[class*=" col"], section.detailSec > .row > *[class^=col] {
  border-left: 1px dashed var(--bs-gray);
}
section.detailSec > .row > *[class*=" col"]:nth-of-type(1), section.detailSec > .row > *[class*=" col"]:nth-of-type(2), section.detailSec > .row > *[class^=col]:nth-of-type(1), section.detailSec > .row > *[class^=col]:nth-of-type(2) {
  border: 0;
}
section.detailSec > .row .form-control-sm {
  width: auto;
}
section.detailSec > .row .dl-box .form-control-sm,
section.detailSec > .row .dl-box .form-select.sm {
  width: 100%;
}

#receiptInfoChangeCapacity section.detailSec > .row > *[class*=" col"], #receiptInfoChangeCapacity section.detailSec > .row > *[class^=col] {
  border-left: 0;
}
#receiptInfoChangeCapacity section.detailSec > .row > *[class*=" col"]:nth-of-type(2), #receiptInfoChangeCapacity section.detailSec > .row > *[class^=col]:nth-of-type(2) {
  border-left: 1px dashed var(--bs-gray);
}