body .horizontal-menu .bottom-navbar .page-navigation {
  justify-content: space-around;
  width: calc(100% - 15rem);
  align-items: center;
}
body ul.logo {
  width: 12rem;
  margin-bottom: 0;
}
body ul.logo img {
  width: 100%;
  border-radius: 0.5rem;
}
body .container.nav {
  justify-content: space-around;
}
body ul {
  margin-bottom: 0;
}
body .p-top.pagination-wrap {
  margin-bottom: 0.8rem;
  text-align: center;
}
body .table thead th, body .jsgrid .jsgrid-table thead th {
  padding: 0.8rem 0 1rem 0.9rem;
}
body .form-control, body .asColorPicker-input, body .dataTables_wrapper select, body .jsgrid .jsgrid-table .jsgrid-filter-row input[type="text"], body .jsgrid .jsgrid-table .jsgrid-filter-row select, body .jsgrid .jsgrid-table .jsgrid-filter-row input[type="number"], body .select2-container--default .select2-selection--single, body .select2-container--default .select2-selection--single .select2-search__field, body .typeahead, body .tt-query, body .tt-hint {
  border: 1px solid #ced4da;
}
body a.btn.btn-link.link-success {
  background: #04c9b7;
  color: #fff;
}
body .table th img, body .jsgrid .jsgrid-table th img, body .table td img, body .jsgrid .jsgrid-table td img {
  width: 3rem !important;
  height: 3rem !important;
}
body .form-check-input {
  height: 1.25rem;
}
body .form-check {
  margin-top: 0;
}
body .replacer-wrap .replacer form {
  max-width: 18vw;
}
body .replacer-wrap .selector-toggle .input-group {
  gap: 0.2rem;
}
body .btn-primary:not(:disabled):not(.disabled).active {
  background-color: darkblue;
}
body .replacer-wrap {
  width: 43vw;
  top: 5.6rem;
  left: 18vw;
}
body.order .edit-btn-wrap {
  display: none;
}
body.artist .bio_memo-wrap {
  position: relative;
  left: 1rem;
}
body.exhibition span.link_url {
  overflow: hidden;
  display: block;
  width: 16rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.exhibition .tab-content {
  padding-top: 0;
}
body.siteinfo .submit_btn-wrap {
  display: flex;
  justify-content: center;
}
body.siteinfo .submit_btn-wrap button {
  border-radius: 0.25rem;
  margin-top: 2rem;
  max-width: 20rem;
}
div#app {
  min-height: calc(100vh - 150px);
  padding-top: 2rem;
}
.col-0 {
  display: none;
}
.modal-container {
  border-top: 0.5rem solid var(--primary);
}
.ext-group label.grid {
  display: block;
  margin: 0;
}
.ext-group label.grid > .grid-block {
  height: unset;
  min-height: 10rem !important;
}
.ext-group .thumb-wrap label.grid > .grid-block {
  min-height: 17rem !important;
}
.thumb-wrap {
  overflow: hidden;
}
.thumb2-group ul {
  gap: 1%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24.25%, 1fr));
}
button.btn.btn-warning {
  color: #fff;
}
body.product .ck.ck-editor__main {
  height: calc(100% - 5rem);
}
body.product .ck.ck-content {
  height: 100%;
}
body.product .ck.ck-editor {
  position: relative;
  height: 100%;
}
body.product div#group_1 {
  min-height: 40vh;
}
body.product .low_price-wrap {
  padding-left: 1.3rem;
}
.tab-content {
  border-top: 1px solid #edf2fa;
}
.modal-extra {
  padding: 1rem;
}
.search-panel {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.list-btn-wrap {
  align-items: center;
}
.list-wrap {
  width: 70%;
  margin: 0 auto;
}
.list-wrap table.table .id, .list-wrap table.table .service_code, .list-wrap table.table .duration {
  text-align: center;
}
.operation-wrapper {
  width: 70px;
  display: flex;
  gap: 0.2rem;
}
.operation-wrapper button.btn {
  padding: 0 0.4rem;
}
.ext-group > div {
  padding-bottom: 0.5rem;
}
#modal #ext_form {
  width: calc(50vw - 30px);
}
#modal #ext_form textarea {
  min-height: 8rem;
  height: 100%;
}
.field-wrap {
  min-height: 43px;
}
.cs-label {
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
}
div.dcc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.dcc.wr {
  flex-direction: row;
}
div.dlc {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
div.dls {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 10px;
}
#order_list_tbl01 {
  height: 100px;
  text-align: center;
  background-size: cover !important;
  background: url("/assets/images/order_list_bg01.gif") no-repeat 0 0;
  text-align: center;
}
table#order_list_tbl01 td {
  width: 20%;
  padding: 0;
  line-height: 1.4rem;
}
.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0.8rem 0 1rem 0.9rem;
  /*    padding: 20px 0 29px 25px;*/
}
#order_list02 tr td a:nth-child(2) {
  margin-left: 1rem;
}
#notice_box {
  margin-top: 40px;
}
.ml-50 {
  margin-left: 50%;
}
body.notification .ext-group {
  justify-content: flex-start;
}
body.login .auth-form-btn {
  font-size: 1rem;
  font-weight: 600;
}
body.dashboard .dash-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 2rem;
}
body.dashboard .dash-flex > table {
  width: calc(50% - 1rem);
}
body.site-footer .config .row {
  padding-bottom: 0.5rem;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.ext-group .form-check .form-check-input {
  margin-left: 0;
}
.ext-group .form-switch-lg {
  transform: scale(1.35);
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  margin: 0px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 20px 0;
}
.modal-default-button {
  float: right;
}
.add-wrap {
  font-size: 14px;
}
a.modal-close {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 1rem;
  color: #000;
  z-index: 2;
}
div.list.faq table td, div.list.product table td {
  padding: 2px;
}
div.list.faq table td .categories, div.list.product table td .categories {
  display: inline-flex;
  margin-top: 3px;
  flex-wrap: wrap;
}
div.list.faq table td .categories input.form-control, div.list.product table td .categories input.form-control {
  display: inline;
}
div.list.faq table td .button-wrap, div.list.product table td .button-wrap {
  display: inline-flex;
  flex-direction: column;
  row-gap: 1px;
  margin-left: 2px;
}
div.list.faq table td .button-wrap.dir-row, div.list.product table td .button-wrap.dir-row {
  flex-direction: row;
}
div.list.faq table td {
  padding: 6px;
}
.header-wrap {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
td.f-seq {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-top: 6px;
  border-top: 0;
}
.updown {
  width: 20px;
  display: inline-flex;
  flex-direction: column;
  margin-left: 6px;
}
.logofav .favicon-img img {
  border: 1px solid #eee;
}
.logofav .logo-img img {
  border: 1px solid #eee;
}
ul.nav .brand-logo img {
  width: 140px;
}
div.thumbnail-wrap img {
  width: 55px;
  height: 55px;
}
.p-top.pagination-wrap {
  margin-bottom: 1rem;
}
.pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
}
.pagination li:not(:last-child) {
  margin-right: 6px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #262834;
  margin-left: -1px;
  line-height: 1.5;
  border: 1px solid rgba(221, 221, 221, 0.5);
  color: #262834;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination a.active, .pagination a:hover {
  background-color: #0f8fac;
  color: #fff;
}
.image-upload-wrap {
  display: inline-flex;
  column-gap: 6px;
}
.image-upload-wrap img {
  border-radius: 0px !important;
}
.thumbnail-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.image-box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  height: 450px;
  overflow-y: auto;
}
.image-box {
  padding: 0;
}
.image-box img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.image-right {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.thumbnail-box .dimension, .image-box .dimension {
  display: flex;
  justify-content: center;
}
span.indicator {
  position: absolute;
  font-size: smaller;
}
.panel-mode-wrap {
  margin-top: -31px;
  margin-left: 8px;
  right: 33px;
}
#app > .content-wrapper {
  max-width: 60vw;
}
#app > .content-wrapper.wr {
  max-width: 76vw;
  margin-left: 20.4vw;
  margin-right: 0;
}
#app > .content-wrapper.w80 {
  max-width: 80vw;
}
.shipping-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cart_item-wrap {
  display: flex;
}
.cart_item-wrap ul.cart_items {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cart_item-wrap ul.cart_items li.cart_item {
  display: inline-flex;
}
.left-content {
  position: fixed;
  width: 18.2vw;
  height: calc(100vh - 64px);
  background: rgba(4, 201, 183, 0.1);
}
.left-content .separator {
  height: 5px;
  background-color: #04c9b7;
  border-color: #04c9b7;
  border-radius: 2px;
}
.left-content a.close-btn {
  position: relative;
  left: calc(100% - 86px);
  color: #fff;
  font-weight: 600;
}
.left-content a.reset-btn {
  color: #fff;
}
.left-content .search-title .alert {
  font-weight: 600;
  font-size: 16px;
}
.right-content {
  position: fixed;
  top: 64px;
  right: 0;
  width: 18.2vw;
  height: calc(100vh - 64px);
  background: rgba(4, 201, 183, 0.1);
}
.right-content li.nav-item a {
  font-weight: 600;
}
.right-content a.close-btn {
  position: relative;
  left: calc(100% - 86px);
  color: #fff;
  font-weight: 600;
}
.right-content .detail-header .alert {
  font-weight: 600;
  font-size: 16px;
}
#app .cart-list img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.cart-list-wrap {
  display: flex;
  justify-content: center;
}
.cart-list-wrap .cart-list {
  width: 86%;
}
#app .user_trx li {
  display: flex;
  justify-content: space-between;
}
[v-cloak] {
  display: none;
}
.list.board.lx table td {
  padding: 6px;
}
.group.pos-0 {
  gap: 1rem;
  display: flex;
  width: 60vw;
  padding-top: 3rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.group.pos-0 .item {
  padding: 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: space-between;
  flex: 0 0 calc(25% - 1rem);
}
.group.pos-0 .item.total_user {
  background: #348799;
  background: linear-gradient(120deg, #348799 0%, #348799 35%, #63c6d9 100%);
}
.group.pos-0 .item.total_user i.mdi {
  color: #3989A9;
}
.group.pos-0 .item.total_amount {
  background: #505fff;
  background: linear-gradient(120deg, #505fff 0%, #505fff 35%, #9aa8ff 100%);
}
.group.pos-0 .item.total_amount i.mdi {
  color: #505FFF;
}
.group.pos-0 .item.total_offer {
  background: #2f76a2;
  background: linear-gradient(120deg, #2f76a2 0%, #2f76a2 35%, #87b8e1 100%);
}
.group.pos-0 .item.total_offer i.mdi {
  color: #2F76A2;
}
.group.pos-0 .item.monthly_in {
  background: #7153fd;
  background: linear-gradient(120deg, #7153fd 0%, #7153fd 35%, #dfbaf0 100%);
}
.group.pos-0 .item.monthly_in i.mdi {
  color: #7153FD;
}
.group.pos-0 .item.hsc_info {
  background: #7153fd;
  background: linear-gradient(120deg, #7153fd 0%, #7153fd 35%, #dfbaf0 100%);
}
.group.pos-0 .item.hsc_info i.mdi {
  color: #7153FD;
}
.group.pos-0 .item .num {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  font-family: tahoma;
  padding: 1rem;
}
.group.pos-0 .item .msg {
  padding: 0 1rem;
  margin-bottom: 1rem;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.group.pos-0 .icon {
  height: 72px;
  width: 72px;
  background: #fff;
  text-align: center;
  padding-top: 0.5rem;
  border-radius: 100%;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.group.pos-0 .icon i.mdi {
  font-size: 3rem;
}
body.user .list-wrap .edit-btn-wrap {
  display: none;
}
body.index .title-wrap {
  margin-bottom: 1rem;
  font-weight: 600;
}
body.index div.group.auto {
  width: 60vw;
  margin: auto;
  padding-bottom: 2rem;
}
body.index div.main-list-wrap {
  display: table;
  width: 100%;
}
body.index div.main-list-wrap ul {
  display: table-row;
  list-style: none;
  padding: 0.4rem 0;
  margin-bottom: 0.1rem;
  background: #fff;
}
body.index div.main-list-wrap ul.header li {
  background-color: #e0e0e0;
  padding: 0.5rem;
}
body.index div.main-list-wrap ul li {
  display: table-cell;
  padding: 0.1rem 0.5rem;
}
body.index div.main-list-wrap ul li > span {
  padding-left: 0.5rem;
}
body.index div.main-list-wrap ul li.header > span {
  padding: 0.5rem;
  padding-left: 1rem;
}
body.index div.main-list-wrap ul li.header > span:nth-child(1) {
  transform: scale(0.9);
  transform-origin: left;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(1) {
  width: 7%;
  text-align: center;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(2) {
  width: 8%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(3) {
  width: 8%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(4) {
  width: 20%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(5) {
  width: 8%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(6) {
  width: 8%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(7) {
  width: 11%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(8) {
  width: 11%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(9) {
  width: 7%;
}
body.index .matched_job div.main-list-wrap ul li:nth-child(10) {
  width: 12%;
}
body.index .deposit_stat div.main-list-wrap ul li:nth-child(1), body.index .withdrawal_stat div.main-list-wrap ul li:nth-child(1) {
  width: 10%;
  text-align: center;
}
body.index .deposit_stat div.main-list-wrap ul li:nth-child(2), body.index .withdrawal_stat div.main-list-wrap ul li:nth-child(2) {
  width: 15%;
}
body.index .deposit_stat div.main-list-wrap ul li:nth-child(3), body.index .withdrawal_stat div.main-list-wrap ul li:nth-child(3) {
  width: 25%;
}
body.index .deposit_stat div.main-list-wrap ul li:nth-child(4), body.index .withdrawal_stat div.main-list-wrap ul li:nth-child(4) {
  width: 15%;
}
body.index .deposit_stat div.main-list-wrap ul li:nth-child(5), body.index .withdrawal_stat div.main-list-wrap ul li:nth-child(5) {
  width: 10%;
}
body.index .deposit_stat div.main-list-wrap ul li:nth-child(6), body.index .withdrawal_stat div.main-list-wrap ul li:nth-child(6) {
  width: 25%;
}
body.index .group {
  display: flex;
}
body.site .d-flex.ext-group {
  flex-wrap: wrap;
  margin: 2rem;
  justify-content: space-between;
}
body.site .d-flex.ext-group .field-wrap {
  margin-bottom: 0.5rem;
}
body.site span.header-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--gray-dark);
}
body.site button#btn_update {
  margin: 2rem 0;
  width: 50%;
  background: var(--success);
  color: white;
  font-weight: 600;
  font-size: 1rem;
}
body.service.deal textarea#review {
  margin: 1rem 0;
  height: 10rem;
}
body.site.template .template-label-wrap {
  padding: 1rem 15px;
}
body.offer .panel-mode-wrap {
  display: none;
}
body.offer .list-wrap .edit-btn-wrap {
  display: none;
}
body.coin .edit-btn-wrap {
  display: none;
}
body.coin .modal-footer .btn.btn-danger {
  display: none;
}
body.coin .list-wrap {
  width: 90%;
}
body.coin.config .sb {
  width: 10rem;
  background-color: #5533ff;
  margin-left: calc(50% - 5rem);
  color: #fff;
  cursor: pointer;
}
body.exchange .modal-footer .btn.btn-danger, body.exchange .modal-footer .btn.btn-primary {
  display: none;
}
body.exchange .btn.btn-add {
  display: none;
}
body.exchange .modal-footer .btn.btn-primary {
  display: block !important;
}
body.network.user .list-wrap {
  width: 100%;
}
body.network.user .list-wrap table td {
  font-size: smaller;
}
body.network.spill .list-wrap {
  width: 100%;
}
body.network.spill .list-wrap table td {
  font-size: smaller;
}
body.package .edit-btn-wrap .btn-add {
  display: none !important;
}
body.package button.btn.btn-danger {
  display: none;
}
body.deposit.request .panel-mode-wrap {
  margin-top: -11px;
}
body.content.images .items {
  display: flex;
  flex-wrap: wrap;
}
body.content.images ul.grid {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}
body.content.images ul.grid .thumb {
  text-align: center;
}
body.content.images ul.grid .thumb img {
  width: calc(100% - 2rem);
}
body.content.images li.height {
  position: absolute;
  margin-left: 3.5rem;
  font-family: ui-monospace;
  font-size: 1.2rem;
  color: darkgray;
  font-weight: 700;
}
body.content.images li.height:before {
  content: "x";
}
body.content.images li.width {
  position: absolute;
  margin-left: -2rem;
  font-family: ui-monospace;
  font-size: 1.2rem;
  color: darkgray;
  font-weight: 700;
}
body.content.images .items button.btn.btn-sm {
  position: absolute;
  z-index: 999;
  margin-left: -2.4rem;
  color: lime;
}
body.content.guide .group.pos-0 {
  display: none;
}
body.content.guide div#app {
  display: grid;
  grid-template-columns: 18rem calc(100% - 18rem);
}
body.content.guide ul.toc {
  list-style: none;
  padding: 1rem;
}
body.content.guide ul.toc li {
  margin: 0 !important;
  padding: 0.5rem 1rem !important;
  transition: background 0.3s;
  border-radius: 0.5rem;
}
body.content.guide ul.toc li a {
  color: #333;
}
body.content.guide ul.toc li:hover {
  border-radius: 5px;
  transition: background 0.3s;
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius: 0.5rem;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px;
}
body.content.guide .editor-wrap {
  border-left: 5px solid #ccc;
}
body.content.guide .editor-wrap > * > div.col-lg-12 {
  max-width: 60vw;
  margin: 0 auto;
}
body.content.guide .editor-wrap .edit-wrap {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.content.guide .editor-wrap textarea.marked_editor {
  height: 60vh;
  line-height: 31px;
  background-image: -webkit-linear-gradient(left, white 0, transparent 0), -webkit-linear-gradient(right, white 0, transparent 0), -webkit-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-repeat: repeat-y;
  background-size: 100% 100%, 100% 100%, 100% 31px;
  background-attachment: local;
  padding-left: 16px;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
