body .logo svg {
  max-width: 4rem;
}
@media (max-width: 768px) {
  body .logo svg {
    position: relative;
    left: 4.2rem;
    max-width: 3rem;
  }
}
body span.price {
  word-break: break-all;
}
body ul {
  width: unset;
}
body .horizontal-menu .bottom-navbar {
  background: #fff;
  padding: 0.5rem 0;
  box-shadow: 0 6px 24px -10px #d2d2f2;
  -webkit-box-shadow: 0 6px 24px -10px #d2d2f2;
}
body .horizontal-menu button.navbar-toggler {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 99;
  padding: 0.4rem;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
body .horizontal-menu button.navbar-toggler:hover {
  border-color: #999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
body .horizontal-menu .bottom-navbar .page-navigation {
  justify-content: flex-end;
  width: 50%;
  align-items: center;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
  color: #000;
  font-size: 1.1rem;
  transition: color 0.3s ease-in-out;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link:hover {
  color: #CB7A6B;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link:active {
  color: #be5845;
}
@media (max-width: 768px) {
  body div#sidebar_market {
    display: none;
  }
}
@media (min-width: 768.1px) {
  body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu {
    position: static;
    box-shadow: none;
  }
  body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) > .submenu {
    position: absolute;
    top: 58px;
    z-index: 999;
    background: #ffffff;
    border-top: none;
    border-radius: 4px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  }
  body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
    width: auto;
    padding: 0 1.5rem;
  }
  body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) > .submenu > ul {
    padding: 1.5rem;
  }
  body .horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a {
    font-size: small;
    margin: 2px 0;
  }
}
body .container-scroller .page-body-wrapper {
  background: unset;
}
body ul.logo img {
  width: 6rem !important;
}
body ul.logo span.title {
  color: #454545;
  font-size: 1.4rem;
  margin-left: 2rem;
  position: relative;
  top: 0.5rem;
  font-family: ui-rounded;
  letter-spacing: -1px;
}
body ul.logo span.title strong {
  color: #222;
  margin-right: 0.8rem;
  font-size: 2rem;
  letter-spacing: 1px;
}
body .modal-container a.btn.btn-link.link-success {
  background: #fff;
  color: #5533ff;
  border: 1px solid #5533ff;
}
@media (max-width: 991.98px) {
  body .horizontal-menu .bottom-navbar {
    display: block;
  }
  body ul.logo > span.title {
    display: none;
  }
  body .container.nav {
    flex-direction: column;
  }
  body a.nav-link.menu-link {
    padding: 22px 10px 0px 10px !important;
  }
  body ul.nav.page-navigation {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80% !important;
    position: absolute !important;
    top: 0;
    right: 0;
    justify-content: center !important;
  }
  body ul.nav.page-navigation > * {
    width: unset !important;
    position: unset !important;
  }
  body ul.nav.page-navigation > * span {
    font-size: 1rem !important;
  }
}
body .bottom-navbar.header-toggled {
  height: 100vh;
}
body nav.header-toggled div#sidebar_market {
  display: block;
  z-index: 9999;
  position: absolute;
  top: 3rem;
  left: 0;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu {
  background-color: #fafafa;
  border-radius: 1rem;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu .nav-item {
  font-size: 0.95rem;
  color: #333;
  border-left: 4px solid transparent;
  transition: background-color 0.2s, border-left 0.2s;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu .nav-item:hover {
  background-color: #f0f8ff;
  color: #000;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu .nav-item.active {
  background-color: #e9f7fb;
  font-weight: 600;
}
body .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu .nav-item a {
  border-bottom: 1px solid #eee;
  color: inherit;
}
body .container.nav {
  justify-content: space-between;
  position: relative;
}
body .container.nav ul.lang-active {
  position: absolute;
  right: 1rem;
  top: 0.1rem;
  z-index: 555;
}
body .container.nav ul.lang-active li {
  cursor: pointer;
  list-style: none;
}
body .container.nav ul.lang-active li img {
  width: 2rem;
}
body .container.nav ul.lang-map {
  position: absolute;
  list-style: none;
  right: -9rem;
  width: 20%;
  padding: 0.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background: #fff;
  z-index: 999;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  display: none;
}
@media (max-width: 991px) {
  body .container.nav ul.lang-map {
    width: 66% !important;
    top: 0;
    right: auto;
    left: 53%;
    transform: translateX(-50%);
  }
}
body .container.nav ul.lang-map.active {
  display: grid;
}
body .container.nav ul.lang-map li {
  margin-bottom: 0.25rem;
}
body .container.nav ul.lang-map li img {
  max-width: 2rem;
}
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: #fff;
  color: #666;
}
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;
}
.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;
}
.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;
  display: none !important;
}
.list-wrap {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .list-wrap {
    width: calc(100% - 1rem);
  }
}
.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.index .separator, body.info .separator, body.calendar .separator, body.news .separator {
  display: none;
}
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;
}
.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;
}
.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.index .list-wrap, body.info .list-wrap {
  width: 100%;
}
body.index .section.intro, body.info .section.intro {
  display: flex;
  justify-content: space-between;
}
body.index .timeline::before, body.info .timeline::before {
  position: unset;
  content: none !important;
  display: none !important;
}
body.index .list-btn-wrap, body.info .list-btn-wrap {
  display: none;
}
body.index .main, body.info .main {
  width: calc(100% - 366px);
}
body.index .show-case, body.info .show-case {
  width: 100%;
  height: 100%;
  background: url(/assets/images/showcase.png);
  background-size: cover;
}
body.index .title, body.info .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
body.index .login-box, body.info .login-box {
  margin-top: 20px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body.index .login-box .login-wrap, body.index .login-box .pwd-wrap, body.info .login-box .login-wrap, body.info .login-box .pwd-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
body.index .login-box .login-wrap .label, body.index .login-box .pwd-wrap .label, body.info .login-box .login-wrap .label, body.info .login-box .pwd-wrap .label {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
}
body.index .login-box .login-wrap .form-control, body.index .login-box .pwd-wrap .form-control, body.info .login-box .login-wrap .form-control, body.info .login-box .pwd-wrap .form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
body.index .login-box .submit-btn-wrap, body.info .login-box .submit-btn-wrap {
  display: flex;
  justify-content: space-between;
}
body.index .login-box .submit-btn-wrap button, body.info .login-box .submit-btn-wrap button {
  width: 48%;
  padding: 10px;
  background: #5bc0de;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.index .login-box .submit-btn-wrap button:hover, body.info .login-box .submit-btn-wrap button:hover {
  background: #31b0d5;
}
body.index .section.shared, body.index .section.private, body.info .section.shared, body.info .section.private {
  margin-top: 2rem;
}
body.index .section.shared ul, body.index .section.private ul, body.info .section.shared ul, body.info .section.private ul {
  margin-top: 1.6rem;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  body.index .section.shared ul, body.index .section.private ul, body.info .section.shared ul, body.info .section.private ul {
    grid-template-columns: 1fr 1fr;
  }
}
body.index .section.shared ul li, body.index .section.private ul li, body.info .section.shared ul li, body.info .section.private ul li {
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body.index .section.shared ul li:hover, body.index .section.private ul li:hover, body.info .section.shared ul li:hover, body.info .section.private ul li:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
body.index .section.shared ul li.new, body.index .section.private ul li.new, body.info .section.shared ul li.new, body.info .section.private ul li.new {
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 9.6rem;
}
body.index .section.shared ul li.new i.mdi.mdi-plus, body.index .section.private ul li.new i.mdi.mdi-plus, body.info .section.shared ul li.new i.mdi.mdi-plus, body.info .section.private ul li.new i.mdi.mdi-plus {
  font-size: 2rem;
  color: #CB7A6B;
  cursor: pointer;
}
body.index .section.shared ul li.block, body.index .section.private ul li.block, body.info .section.shared ul li.block, body.info .section.private ul li.block {
  background-color: #fff;
}
body.index .section.shared ul li.block > div .txt, body.index .section.private ul li.block > div .txt, body.info .section.shared ul li.block > div .txt, body.info .section.private ul li.block > div .txt {
  max-width: 7rem;
}
body.index .section.shared ul li.block img, body.index .section.private ul li.block img, body.info .section.shared ul li.block img, body.info .section.private ul li.block img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}
body.index .section.shared ul li.block img:hover, body.index .section.private ul li.block img:hover, body.info .section.shared ul li.block img:hover, body.info .section.private ul li.block img:hover {
  transform: scale(1.1);
}
body.index .section.shared ul li.block .block-head, body.index .section.private ul li.block .block-head, body.info .section.shared ul li.block .block-head, body.info .section.private ul li.block .block-head {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.index .section.shared ul li.block .block-head .name-wrap, body.index .section.shared ul li.block .block-head .title-wrap, body.index .section.shared ul li.block .block-head .author-wrap, body.index .section.private ul li.block .block-head .name-wrap, body.index .section.private ul li.block .block-head .title-wrap, body.index .section.private ul li.block .block-head .author-wrap, body.info .section.shared ul li.block .block-head .name-wrap, body.info .section.shared ul li.block .block-head .title-wrap, body.info .section.shared ul li.block .block-head .author-wrap, body.info .section.private ul li.block .block-head .name-wrap, body.info .section.private ul li.block .block-head .title-wrap, body.info .section.private ul li.block .block-head .author-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.index .section.shared ul li.block .block-head .name-wrap .label, body.index .section.shared ul li.block .block-head .title-wrap .label, body.index .section.shared ul li.block .block-head .author-wrap .label, body.index .section.private ul li.block .block-head .name-wrap .label, body.index .section.private ul li.block .block-head .title-wrap .label, body.index .section.private ul li.block .block-head .author-wrap .label, body.info .section.shared ul li.block .block-head .name-wrap .label, body.info .section.shared ul li.block .block-head .title-wrap .label, body.info .section.shared ul li.block .block-head .author-wrap .label, body.info .section.private ul li.block .block-head .name-wrap .label, body.info .section.private ul li.block .block-head .title-wrap .label, body.info .section.private ul li.block .block-head .author-wrap .label {
  font-size: 0.9rem;
  color: #fff;
}
body.index .section.shared ul li.block .block-head .name-wrap .txt a, body.index .section.shared ul li.block .block-head .title-wrap .txt a, body.index .section.shared ul li.block .block-head .author-wrap .txt a, body.index .section.private ul li.block .block-head .name-wrap .txt a, body.index .section.private ul li.block .block-head .title-wrap .txt a, body.index .section.private ul li.block .block-head .author-wrap .txt a, body.info .section.shared ul li.block .block-head .name-wrap .txt a, body.info .section.shared ul li.block .block-head .title-wrap .txt a, body.info .section.shared ul li.block .block-head .author-wrap .txt a, body.info .section.private ul li.block .block-head .name-wrap .txt a, body.info .section.private ul li.block .block-head .title-wrap .txt a, body.info .section.private ul li.block .block-head .author-wrap .txt a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
body.index .section.contact-info, body.info .section.contact-info {
  margin: 2rem 0;
}
body.index span.title, body.info span.title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #CB7A6B;
}
body.index .note, body.info .note {
  margin-top: 1rem;
}
body.need_verify h5 {
  margin: 1.1rem 0 0.5rem 0;
}
body.need_verify .submit-btn-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
body.need_verify .submit-btn-wrap button {
  padding: 0.5rem 2rem;
  background: #5bc0de;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.need_verify .submit-btn-wrap button:hover {
  background: #31b0d5;
}
body.register .group.pos-0.col-12 {
  display: none;
}
body.register .header-title {
  text-align: center;
  padding: 0 3rem;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
  letter-spacing: 0.3rem;
  position: relative;
  top: 0.6rem;
}
body.register .description {
  text-align: center;
  margin-top: 3rem;
  color: #555;
  font-size: 1rem;
}
body.register .container-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.register .ext-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
body.register .field-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
body.register .label {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}
body.register .email-label-wrap, body.register .password-label-wrap, body.register .name-label-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.8rem;
}
body.register .email-wrap, body.register .password-wrap, body.register .name-wrap {
  display: flex;
  flex-grow: 1;
}
body.register .form-control {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease-in-out;
}
body.register .form-control:focus {
  border-color: #CB7A6B;
  outline: none;
  box-shadow: 0 0 5px rgba(203, 122, 107, 0.5);
}
body.register .btn_submit-wrap {
  display: flex;
  justify-content: flex-end;
}
body.register .btn-primary {
  background-color: #CB7A6B;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  width: calc(100% - 7.7rem);
  transition: background 0.3s ease-in-out;
}
@media (max-width: 991px) {
  body.register .btn-primary {
    width: 100%;
  }
}
body.register .btn-primary:hover {
  background-color: #be5845;
}
body.register .btn-primary:active {
  background-color: #ad4e3d;
}
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.exchange .modal-footer .btn.btn-danger, body.exchange .modal-footer .btn.btn-primary {
  display: none;
}
body.exchange .btn.btn-add {
  display: none;
}
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.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.workspace .modal-container {
  border-top: 0;
}
body.workspace .container-scroller {
  max-height: 100vh;
}
body.workspace .share-mode i {
  opacity: 0.35;
  font-size: 2rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
body.workspace .share-mode i.active {
  opacity: 1;
}
body.workspace .ui-wizard {
  width: 100%;
}
body.workspace .ui-wizard div.selected {
  border: 1px solid #000 !important;
}
body.workspace .ui-wizard .code-text {
  height: 100%;
  width: 100%;
  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;
  font-size: 16px;
  padding: 0 8px;
}
body.workspace .ui-wizard a.modal-close {
  cursor: pointer;
  margin-left: 0.5rem;
  z-index: 99;
  right: -0.5rem;
}
body.workspace .ui-wizard .wizard-wrap.initial .canvas::before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 10%;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.workspace .ui-wizard .wizard-wrap.initial .canvas::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 8px;
  height: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.workspace .ui-wizard .wizard-wrap iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #f0f0f0;
  cursor: crosshair;
}
body.workspace .ui-wizard .wizard-wrap .canvas {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  padding-bottom: calc(100% - 3.6rem);
  background-color: #f0f0f0;
  cursor: crosshair;
}
body.workspace .ui-wizard .wizard-wrap .canvas > * {
  position: relative;
}
body.workspace .ui-wizard .wizard-wrap .canvas > div {
  position: absolute;
}
body.workspace .ui-wizard .wizard-wrap .canvas .left {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffcc00;
  /* Adjust color as needed */
}
body.workspace .ui-wizard .wizard-wrap .canvas .right {
  border-left: 1px dashed #fff;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ff6699;
  /* Adjust color as needed */
}
body.workspace .ui-wizard .wizard-wrap .canvas .top {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #3399ff;
  /* Adjust color as needed */
}
body.workspace .ui-wizard .wizard-wrap .canvas .bottom {
  border-top: 1px dashed #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #66cc66;
  /* Adjust color as needed */
}
body.workspace .ui-wizard .wizard-wrap .canvas .center {
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  background-color: #cccccc;
  /* Adjust color as needed */
}
body.workspace .ui-wizard .wizard-wrap .canvas > .wrap.dp-1.box {
  top: 2%;
  left: 2%;
}
body.workspace .ui-wizard .wizard-wrap .canvas.left, body.workspace .ui-wizard .wizard-wrap .canvas.right, body.workspace .ui-wizard .wizard-wrap .canvas.center, body.workspace .ui-wizard .wizard-wrap .canvas.top, body.workspace .ui-wizard .wizard-wrap .canvas.bottom, body.workspace .ui-wizard .wizard-wrap .canvas.box {
  background-color: transparent;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.box {
  padding: 2%;
  width: 96%;
  height: 96%;
  border: 1px dashed #fff;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx1 {
  width: 5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx2 {
  width: 10%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx3 {
  width: 15%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx4 {
  width: 20%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx5 {
  width: 25%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx6 {
  width: 30%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx7 {
  width: 35%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx8 {
  width: 40%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx9 {
  width: 45%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx10 {
  width: 50%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx11 {
  width: 55%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx12 {
  width: 60%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx13 {
  width: 65%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx14 {
  width: 70%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx15 {
  width: 75%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx16 {
  width: 80%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx17 {
  width: 85%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx18 {
  width: 90%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.wx19 {
  width: 95%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx1 {
  height: 5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx2 {
  height: 10%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx3 {
  height: 15%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx4 {
  height: 20%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx5 {
  height: 25%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx6 {
  height: 30%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx7 {
  height: 35%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx8 {
  height: 40%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx9 {
  height: 45%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx10 {
  height: 50%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx11 {
  height: 55%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx12 {
  height: 60%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx13 {
  height: 65%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx14 {
  height: 70%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx15 {
  height: 75%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx16 {
  height: 80%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx17 {
  height: 85%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx18 {
  height: 90%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.hx19 {
  height: 95%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx0 {
  padding: 0%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx1 {
  padding: 0.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx2 {
  padding: 1%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx3 {
  padding: 1.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx4 {
  padding: 2%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx5 {
  padding: 2.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx6 {
  padding: 3%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx7 {
  padding: 3.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx8 {
  padding: 4%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx9 {
  padding: 4.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx10 {
  padding: 5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx11 {
  padding: 7.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx12 {
  padding: 10%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx13 {
  padding: 12.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx14 {
  padding: 15%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx15 {
  padding: 17.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx16 {
  padding: 20%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx17 {
  padding: 22.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx18 {
  padding: 25%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .wrap.ppx19 {
  padding: 27.5%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .box {
  border: 1px dashed #fff;
}
body.workspace .ui-wizard .wizard-wrap .canvas .dp-1.box {
  padding: 0;
}
body.workspace .ui-wizard .wizard-wrap .canvas [class^="dp-"] {
  width: 100%;
  height: 100%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .dp-1 {
  /*                        opacity:0.8;    */
}
body.workspace .ui-wizard .wizard-wrap .canvas .dp-1 .box {
  width: 100%;
  height: 100%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .dp-2 {
  opacity: 0.86;
}
body.workspace .ui-wizard .wizard-wrap .canvas .pseudo {
  opacity: 0.25;
  position: absolute;
}
body.workspace .ui-wizard .wizard-wrap .canvas .ui {
  width: 100%;
  height: 100%;
}
body.workspace .ui-wizard .wizard-wrap .canvas .has-vtc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.workspace .ui-wizard .wizard-wrap .canvas .has-hzt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.workspace .ui-wizard .wizard-wrap .canvas .has-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.workspace .ui-wizard .wizard-wrap .canvas .has-hmode {
  flex-direction: row;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns {
  padding-top: calc(100% - 1.7rem);
  margin-right: -1.9rem;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns .input-group {
  justify-content: space-between;
  gap: 1px;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns .btns button {
  height: 100%;
  border-radius: 0;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns .btns button:first-child {
  border-bottom-left-radius: 0.25rem;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns .btns button:last-child {
  border-bottom-right-radius: 0.25rem;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns .btns button i.mdi-eye {
  opacity: 0.5;
}
body.workspace .ui-wizard .wizard-wrap .wizard-btns .btns button i.mdi-eye.active {
  opacity: 1;
}
body.workspace .ui-wizard .wizard-wrap .code-gen-options {
  display: flex;
  flex: 1;
  background: #f0f0f0;
  align-items: center;
  height: 2.25rem;
  padding: 1rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
}
body.workspace .ui-wizard .wizard-wrap .code-gen-options .indicate {
  padding: 0 1rem;
}
body.workspace .ui-wizard .wizard-wrap .code-gen-options .label .txt {
  font-size: 0.8rem;
  position: relative;
  left: -1rem;
}
body.workspace .ui-wizard .wizard-wrap .code-gen-options button.btn.add-input-keyword {
  position: absolute;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  background: skyblue;
  margin-left: -0.4rem;
}
body.workspace .ui-wizard .wizard-wrap .code-gen-options button.btn.add-input-keyword span {
  position: relative;
  top: -5px;
  color: white;
}
body.workspace .ui-wizard .left-popup {
  width: 26.3vw;
  left: 0.25rem;
  position: absolute;
  height: 95.2vh;
  background: white;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body.workspace .ui-wizard .left-popup .add-template {
  padding: 1rem 1.5rem;
}
body.workspace .ui-wizard .left-popup .add-template .thumb img {
  width: 12rem;
}
body.workspace .ui-wizard .left-popup .add-template .title {
  padding: 1rem 0;
}
body.workspace .ui-wizard .left-popup .add-template .template_info {
  padding: 2rem 0;
}
body.workspace .ui-wizard .left-popup .add-template .btn-tpl-add {
  position: absolute;
  right: 1rem;
}
body.workspace .ui-wizard .left-popup .publish-policy {
  position: absolute;
  bottom: 2rem;
  display: flex;
  gap: 0.5rem;
}
body.workspace .ui-wizard .left-popup .btn-sample-add, body.workspace .ui-wizard .left-popup .btn-mixin-add, body.workspace .ui-wizard .left-popup .btn-load-add {
  position: absolute;
  right: 1rem;
  bottom: 0;
}
body.workspace .ui-wizard .left-popup .btn-extract {
  right: 1rem;
  position: absolute;
  height: 2rem;
  padding: 0 0.6rem;
  top: -0.4rem;
}
body.workspace .ui-wizard .left-popup .btn-revision {
  position: absolute;
  right: 1rem;
  bottom: 0;
}
body.workspace .ui-wizard .left-popup .mixin-wrap {
  height: 88vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
}
body.workspace .ui-wizard .left-popup .mixin-wrap .block-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.workspace .ui-wizard .left-popup .mixin-wrap .block-name-wrap .label {
  font-weight: bold;
  color: #444;
}
body.workspace .ui-wizard .left-popup .mixin-wrap .block-name-wrap .form-control {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
body.workspace .ui-wizard .left-popup .mixin-wrap textarea.form-control {
  width: 100%;
  padding: 0.75rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  resize: none;
}
body.workspace .ui-wizard .left-popup .mixin-wrap .btn-load-add {
  align-self: flex-start;
  padding: 0.5rem 1rem;
  background-color: #5bc0de;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
body.workspace .ui-wizard .left-popup .mixin-wrap .btn-load-add:hover {
  background-color: #cb7a6b;
}
body.workspace .ui-wizard .left-popup .list-template .title {
  padding: 2rem 1.5rem 0 1.5rem;
}
body.workspace .ui-wizard .left-popup .list-template ul {
  list-style: none;
  display: flex;
  padding: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}
body.workspace .ui-wizard .left-popup .list-template ul li {
  width: calc(33% - 0.7rem);
}
body.workspace .ui-wizard .left-popup .list-template ul li .thumb img {
  width: 100%;
}
body.workspace .ui-wizard .left-popup .var_name {
  position: absolute;
  width: 15rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
}
body.workspace .ui-wizard .right-popup {
  width: 24.8vw;
  right: 0.25rem;
  position: absolute;
  height: 95vh;
  background: white;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body.workspace .ui-wizard .right-popup .code-wrap {
  height: 22%;
  overflow-y: scroll;
}
body.workspace .ui-wizard .right-popup .code-wrap .code {
  height: calc(100% - 2rem);
}
body.workspace .ui-wizard .right-popup .code-wrap button.btn-sm {
  border-color: inherit;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap {
  gap: 2px;
  display: inline-flex;
  position: relative;
  width: 100%;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-input-keywords {
  position: absolute;
  bottom: 2rem;
  background: #fff;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-input-keywords ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0.5rem 1rem;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-input-keywords ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-input-keywords ul li i.mdi.mdi-close {
  cursor: pointer;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-prompt {
  position: absolute;
  bottom: 2rem;
  background: #fff;
  right: 0;
  width: calc(100% - 12.5rem);
  height: 8rem;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-prompt textarea.form-control {
  height: 100%;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .layer-prompt i.mdi.mdi-close {
  position: absolute;
  right: 0;
  margin-top: -1rem;
  cursor: pointer;
}
body.workspace .ui-wizard .right-popup .code-wrap .btn-wrap .btn-send {
  position: absolute;
  right: 0;
}
body.workspace .ui-wizard .right-popup .custom-css {
  height: 60%;
  overflow-y: scroll;
}
body.workspace .ui-wizard .right-popup .css-wrap {
  height: 18%;
  overflow-y: scroll;
}
body.workspace .context-menu {
  position: var(--position);
  left: var(--left);
  top: var(--top);
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  display: var(--display);
  flex-direction: column;
}
body.workspace .context-menu.active ul.button-actions {
  display: flex;
}
body.workspace .context-menu ul.button-actions {
  padding: 0 0.8rem;
  margin: 0;
  flex-direction: row;
  display: none;
}
body.workspace .context-menu ul.button-actions li.button-action {
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  list-style: none;
}
body.workspace .context-menu ul.button-actions li.button-action:hover {
  background: #f0f0f0;
}
body.workspace .context-menu ul.button-actions li.button-action.save {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  gap: 0.5rem;
}
body.workspace .context-menu ul.button-actions li.button-action.save label {
  position: absolute;
  overflow: hidden;
  width: 15vw;
  height: 1.2vw;
}
body.workspace .context-menu ul.button-actions li.button-action.save .btn {
  height: 100%;
}
body.workspace .context-menu ul.button-actions li.button-action.save .input-group {
  justify-content: flex-end;
}
body.workspace .context-menu ul.button-actions li.button-action.active {
  background: aliceblue;
}
body.workspace .context-menu ul.button-actions.extra {
  border-left: 1px solid #ccc;
}
body.workspace .context-menu ul.button-actions.extra.define-snippet, body.workspace .context-menu ul.button-actions.extra.load-snippet {
  width: 16vw;
}
body.workspace .context-menu ul.button-actions.extra .btn-wrap {
  text-align: right;
  margin-right: 1rem;
}
body.workspace .context-menu ul.button-actions.extra .btn-wrap .btn-close {
  color: #f5375c !important;
  cursor: pointer;
}
body.workspace .context-menu input[type=range] {
  width: 90%;
  margin-left: 5%;
}
body.workspace .context-menu .range-bar datalist {
  display: flex;
  font-size: small;
  justify-content: space-evenly;
}
body.workspace .context-menu .range-bar option {
  padding: 0;
}
body.workspace .context-menu .button-wrap {
  display: flex;
}
body.workspace .context-menu .button-wrap .input-group {
  justify-content: space-evenly;
}
body.workspace .context-menu .button-wrap .input-group button {
  padding: 0 0.2rem;
  font-size: small;
}
body.workspace .context-menu .edit-wrap {
  gap: 2px;
  padding: 0.25rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
body.workspace .context-menu .edit-wrap input.form-control {
  flex: 1;
  width: 4rem;
}
body.workspace .context-menu .edit-wrap button.btn {
  padding: 0.2rem 0.6rem;
  margin-left: 0.2rem;
}
body.workspace .context-menu .edit-wrap .parent-wrap {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.1rem;
}
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;
}
body.manage.users .search-panel .col-3 > * {
  padding: 0;
}
body.manage.config ul.group-tabs, body.manage.contents ul.group-tabs {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
body.manage.config ul.group-tabs li, body.manage.contents ul.group-tabs li {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #efefef;
  color: #999;
  border-radius: 0.25rem;
}
body.manage.config ul.group-tabs li.active, body.manage.contents ul.group-tabs li.active {
  background: #5bc0de;
  color: white;
  font-weight: bold;
}
body.manage.config .tab-contents, body.manage.contents .tab-contents {
  display: none;
}
body.manage.config .field-btn_ctl select, body.manage.contents .field-btn_ctl select {
  width: calc(100% - 5rem);
}
body.manage.config .field-btn_ctl, body.manage.contents .field-btn_ctl {
  display: flex;
  gap: 0.2rem;
}
body.manage.config .field-btn_ctl > button, body.manage.contents .field-btn_ctl > button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #999;
  border-radius: 0.25rem;
}
body.manage.config .btn_submit-wrap.col-12, body.manage.config .btn_submit2-wrap.col-12, body.manage.contents .btn_submit-wrap.col-12, body.manage.contents .btn_submit2-wrap.col-12 {
  padding: 0;
  width: calc(100% - 0.75rem);
  margin-top: 1rem;
}
body.manage.config .btn_submit-wrap.col-12 > button, body.manage.config .btn_submit2-wrap.col-12 > button, body.manage.contents .btn_submit-wrap.col-12 > button, body.manage.contents .btn_submit2-wrap.col-12 > button {
  border-radius: 0.25rem;
  background: #5bc0de;
  color: white;
}
body.manage.config .support_lang-wrap.col-9, body.manage.contents .support_lang-wrap.col-9 {
  padding: 0;
}
body.manage.config .support_lang-wrap.col-9 > div, body.manage.contents .support_lang-wrap.col-9 > div {
  position: relative;
  margin-left: -0.3rem;
}
body.manage.config .modal-footer div, body.manage.contents .modal-footer div {
  display: flex;
  gap: 0.5rem;
}
body.manage.config .lang-header, body.manage.config .word-list, body.manage.contents .lang-header, body.manage.contents .word-list {
  display: grid;
  grid-template-columns: repeat(var(--cnt), 1fr);
  list-style: none;
}
body.manage.config .lang-header .lang, body.manage.config .word-list .lang, body.manage.contents .lang-header .lang, body.manage.contents .word-list .lang {
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
body.manage.config .lang-header .lang a, body.manage.config .word-list .lang a, body.manage.contents .lang-header .lang a, body.manage.contents .word-list .lang a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
body.manage.config .lang-header .lang.active, body.manage.config .word-list .lang.active, body.manage.contents .lang-header .lang.active, body.manage.contents .word-list .lang.active {
  background-color: #5bc0de;
  color: #fff;
  box-shadow: 0 0 10px rgba(91, 192, 222, 0.5);
  transform: scale(1.05);
}
body.manage.config .lang-header .lang.active a, body.manage.config .word-list .lang.active a, body.manage.contents .lang-header .lang.active a, body.manage.contents .word-list .lang.active a {
  color: #fff;
  font-weight: 700;
}
body.manage.config .lang-header .lang:hover, body.manage.config .word-list .lang:hover, body.manage.contents .lang-header .lang:hover, body.manage.contents .word-list .lang:hover {
  background-color: #ebf5fa;
  color: #333;
}
body.manage.config .lang-header .lang:hover a, body.manage.config .word-list .lang:hover a, body.manage.contents .lang-header .lang:hover a, body.manage.contents .word-list .lang:hover a {
  color: #333;
}
body.manage.config .word-list, body.manage.contents .word-list {
  gap: 1px;
}
body.manage.config div#group_2, body.manage.contents div#group_2 {
  max-width: unset;
  width: 100%;
  margin: 0;
}
body.manage.config .text-wrap ul li, body.manage.contents .text-wrap ul li {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
body.manage.config .sel_langs, body.manage.contents .sel_langs {
  position: absolute;
  left: 1rem;
  bottom: 0.75rem;
}
body.manage.config .modal-lg.expand .ext-group, body.manage.contents .modal-lg.expand .ext-group {
  max-height: 80vh;
}
body.manage.config .bottom-wrap, body.manage.contents .bottom-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
body.manage.config .bottom-wrap .btn-wrap, body.manage.contents .bottom-wrap .btn-wrap {
  text-align: right;
}
@media (max-width: 991px) {
  body.guide .group.pos-0.col-12 {
    margin: 0;
    width: 100%;
  }
  body.guide .group.pos-0.col-12 .block {
    display: flex !important;
    flex-direction: column;
  }
}
body.guide .item.container.col-12 {
  flex-direction: column;
  gap: 2rem;
}
body.guide .item.container.col-12 .block {
  display: grid;
  grid-template-columns: 35% 60%;
  justify-content: space-between;
}
body.guide .item.container.col-12 .thumb-wrap {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
body.guide .item.container.col-12 .thumb-wrap img {
  max-width: 18rem;
  width: 100%;
  cursor: pointer;
}
body.guide .item.container.col-12 .description {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.guide .item.container.col-12 .description > * {
  word-break: keep-all;
}
body.guide .image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 99vw;
  height: 99vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
body.guide .image-modal i.mdi.mdi-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 2.5rem;
}
body.guide .modal-content {
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
  border: 3px solid white;
}
body.guide .image-modal:hover {
  cursor: pointer;
}
body.account .ext-group {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.account .field-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
body.account .field-wrap:last-child {
  background: unset;
}
body.account .label {
  font-weight: bold;
  color: #333;
}
body.account input.form-control, body.account select.form-select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
body.account input[type="password"] {
  font-family: sans-serif;
}
body.account .btn_submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body.account .btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body.account .btn-primary:hover {
  background-color: #0056b3;
}
body.account .color_code-wrap input[type="color"] {
  width: 8rem;
  height: 40px;
  border: none;
  cursor: pointer;
}
body.account .group.pos-0.auto {
  display: none;
}
body.community .card-header.group_1 {
  display: none;
}
body.community th.title {
  width: 55%;
}
body.community .user_name a {
  padding: 0.25rem 0.3rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}
body.community .mdi.mdi-arrow-expand, body.community .mdi.mdi-arrow-collapse {
  position: absolute;
  top: 0;
  right: 0.2rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #5533ff;
}
body.community .modal-container {
  position: relative;
}
body.community .content-fallback {
  min-height: 50vh;
  max-height: 70vh;
}
body.community .content-fallback * {
  max-width: 100%;
}
body.community .title-fallback {
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  width: 100%;
}
.ui-wizard .modal-container {
  background: transparent;
  box-shadow: none;
  height: 100vh;
}
