:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
a,
a:active,
a:hover {
  text-decoration: none !important;
}

[v-cloak] {
  display: none
}

.card {
  box-shadow: none;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.input-group .btn-light,
.btn-group .btn-light {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  box-shadow: none;
}

.input-group .btn-light:first-child,
.btn-group .btn-light:first-child {
  border-left: 1px solid #ced4da;
}

.input-group .btn-light:last-child,
.btn-group .btn-light:last-child {
  border-right: 1px solid #ced4da;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: .125rem .25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.form-control {
  box-shadow: none;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media .img-thumbnail {
  overflow: hidden;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
}

.not-set {
  color: #c55;
  font-style: italic;
}
.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}


#file_select_modal .file-list {
  margin-left: -9px;
}

#file_select_modal .file-list:after {
  content: " ";
  display: block;
  clear: both;
}

#file_select_modal .file-item {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  transition: 150ms;
}

#file_select_modal .file-item:hover {
  border-color: #529fe0;
}

#file_select_modal .file-cover {
  max-width: 100%;
  max-height: 100%;
  margin: auto auto;
}

.upload-preview {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  overflow: hidden;
  margin: 5px 0;
  display: inline-block;
}

.upload-preview .upload-preview-tip {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 0.65rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75),
    0 -1px 0 rgba(255, 255, 255, 0.75), 1px 0 0 rgba(255, 255, 255, 0.75),
    -1px 0 0 rgba(255, 255, 255, 0.75);
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.25;
}

.upload-preview .upload-preview-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto auto;
}

.upload-preview .file-item-delete {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff4544;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 0 2px 0 2px;
  cursor: pointer;
  opacity: 0.25;
  border: 1px solid #ee4140;
  z-index: 2;
}

.upload-preview:hover .file-item-delete {
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.hd-select-city {}

.select-country,
.select-city {
  position: relative;
  padding: 4px 8px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
}

.select-country {
  width: 95px;
  display: none;
}

.select-city {
  width: 301px;
}

.country-title,
.city-title {
  line-height: 20px;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.country-title {
  color: #3a3a3a;
}

.country-select-warp {
  display: none;
  position: absolute;
  top: 28px;
  left: -1px;
  width: 95px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 9;
}

.country-select-warp a {
  display: block;
  text-indent: 18px;
  line-height: 26px;
}

.country-select-warp a:hover {
  color: #3a3a3a;
  background-color: #fff8f3;
}

.country-select-warp a.selected {
  color: #1380cb;
  font-weight: bold;
}

.select-city .has-city-title {
  color: #333;
}

.select-city .has-city-title span {
  margin: 0 3px;
  color: #ddd;
}

.hd-select-city .menu-button-dropdown {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  width: 10px;
  height: 5px;
  background: url(../images/ico_general.png) no-repeat 0 -13px;
}

.ct-overlay {
  position: absolute;
  top: 28px;
  left: -1px;
  width: 301px;
  background: #fff;
  z-index: 9;
}

.city-select-tab {
  display: table;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 301px;
  height: 34px;
  background: #f0f0f0;
}

.city-select-tab a {
  display: table-cell;
  line-height: 33px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #4d4d4d;
  text-align: center;
}

.city-select-tab .current {
  background: #fff;
  border-bottom-color: #fff;
  color: #1380cb;
}

.city-select-content {
  float: left;
  border: 1px solid #ccc;
  border-top: 0;
}

.city-select {
  display: none;
  float: left;
  padding: 10px 15px;
  width: 299px;
  background: #fff;
  font-size: 12px;
  line-height: 24px;
}

.city-select dl {
  float: left;
  padding: 3px 0;
  margin: 0;
}

.city-select dl.no-dt {
  padding: 0;
}

.city-select dt {
  display: inline-block;
  width: 35px;
  float: left;
  padding-right: 10px;
  font-weight: 700;
  text-align: right;
}

.city-select dd {
  width: 233px;
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 24px;
}

.city-select dl.no-dt dd,
.city-city dd,
.city-street dd,
.city-district dd {
  width: 270px;
}

.city-select a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
  border-radius: 2px;
  color: #333;
}

.city-select a:hover {
  color: #1380cb;
  background-color: #f6fbff;
}

.city-select .current,
.city-select .current:hover {
  color: #fff;
  background-color: #1380cb;
}

.ct-overlay-hidden {
  display: none;
}

.upload-pic-content {
  border: 1px dashed #ced4da;
  position: relative;
}

.upload-pic-content .box,
.upload-pic-content .loadpic {
  float: left;
  position: relative;
  margin: 10px;
  width: 122px;
  height: 122px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.upload-pic-content .loadpic {
  position: relative;
  cursor: pointer;
}

.upload-pic-content .loadpic label {
  cursor: pointer;
  margin: 0;
}

.upload-pic-content .box:hover {
  border-color: #28a745 !important;
}

.upload-pic-content .loadpic input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.upload-pic-content .loadpic .load-button {
  display: block;
  background: #fafafa;
  z-index: 2;
  line-height: 110px;
  text-align: center;
  font-size: 1.5rem;
}

.upload-pic-content .load-button div {
  width: 100% !important;
  height: 100% !important;
}

.upload-pic-content .box img {
  position: relative;
  width: 100%;
  height: 100%;
}

.upload-pic-content .box .operate,
.upload-pic-content .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
}

.upload-pic-content .box .operate {
  display: none;
  color: #f00;
}

.upload-pic-content .box:hover .operate {
  display: block;
}

.upload-pic-content .operate i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  background-color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

.upload-pic-content .operate a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #999;
  line-height: 30px;
  background-color: #fff;
}

.upload-pic-content .set .operate a {
  color: #28b779;
}

.upload-pic-content .loading em {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 122px;
  z-index: 2;
}

.upload-pic-content .loading span {
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  background-color: #666;
  opacity: 0.6;
  z-index: 1;
}

.layout-navbar-fixed.layout-fixed .wrapper .category-sidebar {
  top: calc(3.5rem + 1px);
}

.layout-navbar-fixed.layout-fixed .wrapper .main-header.text-sm~.category-sidebar {
  top: calc(2.93725rem + 1px);
}

.layout-navbar-fixed.layout-fixed.text-sm .wrapper .category-sidebar {
  top: calc(2.93725rem + 1px);
}

.layout-navbar-fixed .wrapper .category-sidebar {
  top: 0;
}

.layout-navbar-fixed.layout-fixed .wrapper .category-sidebar {
  top: calc(3.5rem + 1px);
}

.text-sm .layout-navbar-fixed.layout-fixed .wrapper .main-header~.category-sidebar,
.layout-navbar-fixed.layout-fixed .wrapper .main-header.text-sm~.category-sidebar {
  top: calc(2.93725rem + 1px);
}

.layout-navbar-fixed.layout-fixed.text-sm .wrapper .category-sidebar {
  top: calc(2.93725rem + 1px);
}

.layout-navbar-fixed .wrapper .category-sidebar {
  top: 0;
}

@media (min-width: 576px) {
  .layout-sm-navbar-fixed.layout-fixed .wrapper .category-sidebar {
    top: calc(3.5rem + 1px);
  }

  .text-sm .layout-sm-navbar-fixed.layout-fixed .wrapper .main-header~.category-sidebar,
  .layout-sm-navbar-fixed.layout-fixed .wrapper .main-header.text-sm~.category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-sm-navbar-fixed.layout-fixed.text-sm .wrapper .category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-sm-navbar-fixed .wrapper .category-sidebar {
    top: 0;
  }
}

@media (min-width: 768px) {
  .layout-md-navbar-fixed.layout-fixed .wrapper .category-sidebar {
    top: calc(3.5rem + 1px);
  }

  .text-sm .layout-md-navbar-fixed.layout-fixed .wrapper .main-header~.category-sidebar,
  .layout-md-navbar-fixed.layout-fixed .wrapper .main-header.text-sm~.category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-md-navbar-fixed.layout-fixed.text-sm .wrapper .category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-md-navbar-fixed .wrapper .category-sidebar {
    top: 0;
  }
}

@media (min-width: 992px) {
  .layout-lg-navbar-fixed.layout-fixed .wrapper .category-sidebar {
    top: calc(3.5rem + 1px);
  }

  .text-sm .layout-lg-navbar-fixed.layout-fixed .wrapper .main-header~.category-sidebar,
  .layout-lg-navbar-fixed.layout-fixed .wrapper .main-header.text-sm~.category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-lg-navbar-fixed.layout-fixed.text-sm .wrapper .category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-lg-navbar-fixed .wrapper .category-sidebar {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .layout-xl-navbar-fixed.layout-fixed .wrapper .category-sidebar {
    top: calc(3.5rem + 1px);
  }

  .text-sm .layout-xl-navbar-fixed.layout-fixed .wrapper .main-header~.category-sidebar,
  .layout-xl-navbar-fixed.layout-fixed .wrapper .main-header.text-sm~.category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-xl-navbar-fixed.layout-fixed.text-sm .wrapper .category-sidebar {
    top: calc(2.93725rem + 1px);
  }

  .layout-xl-navbar-fixed .wrapper .category-sidebar {
    top: 0;
  }
}

.layout-footer-fixed .wrapper .category-sidebar {
  bottom: 0;
}

@media (min-width: 576px) {
  .layout-sm-footer-fixed .wrapper .category-sidebar {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .layout-md-footer-fixed .wrapper .category-sidebar {
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .layout-lg-footer-fixed .wrapper .category-sidebar {
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .layout-xl-footer-fixed .wrapper .category-sidebar {
    bottom: 0;
  }
}

.layout-fixed .category-sidebar {
  bottom: 0;
  float: none;
  position: fixed;
  top: 0;
}

.layout-fixed .category-sidebar .category-sidebar-content {
  height: calc(100vh - calc(3.5rem + 1px));
}

.hold-transition .category-sidebar,
.hold-transition .category-sidebar * {
  transition: none !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

[class*="sidebar-dark"] .form-category-sidebar {
  background: #3f474e;
  border: 1px solid #56606a;
  color: white;
}

[class*="sidebar-dark"] .form-category-sidebar:focus {
  border: 1px solid #7a8793;
}

html.category-sidebar-animate {
  overflow-x: hidden;
}
@media screen and (max-width: 480px) {
  col.skip-export{display: none;}
}
.category-sidebar {
  bottom: calc(3.5rem + 1px);
  position: absolute;
  top: calc(3.5rem + 1px);
  z-index: 1031;
}

.category-sidebar,
.category-sidebar::before {
  bottom: calc(3.5rem + 1px);
  left: 250px;
  width: 230px;
  transition: left 0.3s ease-in-out, display 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .category-sidebar,
  .category-sidebar::before {
    transition: none;
  }
}

.category-sidebar::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  z-index: -1;
}

body.text-sm .category-sidebar {
  bottom: calc(2.9365rem + 1px);
  top: calc(2.93725rem + 1px);
}

.main-header.text-sm~.category-sidebar {
  top: calc(2.93725rem + 1px);
}

.main-footer.text-sm~.category-sidebar {
  bottom: calc(2.9365rem + 1px);
}

.category-sidebar-push-slide .content-wrapper,
.category-sidebar-push-slide .main-footer {
  transition: margin-right 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .category-sidebar-push-slide .content-wrapper,
  .category-sidebar-push-slide .main-footer {
    transition: none;
  }
}

.category-sidebar-open .category-sidebar {
  display: block;
}

.category-sidebar-open .category-sidebar,
.category-sidebar-open .category-sidebar::before {
  right: 0;
}

.category-sidebar-open.category-sidebar-push .content-wrapper,
.category-sidebar-open.category-sidebar-push .main-footer,
.category-sidebar-open.category-sidebar-push-slide .content-wrapper,
.category-sidebar-open.category-sidebar-push-slide .main-footer {
  margin-right: 250px;
}

.category-sidebar-slide-open .category-sidebar {
  display: block;
}

.category-sidebar-slide-open .category-sidebar,
.category-sidebar-slide-open .category-sidebar::before {
  right: 0;
  transition: right 0.3s ease-in-out, display 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .category-sidebar-slide-open .category-sidebar,
  .category-sidebar-slide-open .category-sidebar::before {
    transition: none;
  }
}

.category-sidebar-slide-open.category-sidebar-push .content-wrapper,
.category-sidebar-slide-open.category-sidebar-push .main-footer,
.category-sidebar-slide-open.category-sidebar-push-slide .content-wrapper,
.category-sidebar-slide-open.category-sidebar-push-slide .main-footer {
  margin-right: 250px;
}

.category-sidebar-dark,
.category-sidebar-dark a,
.category-sidebar-dark .nav-link {
  color: #c2c7d0;
}

.category-sidebar-dark {
  background: #343a40;
}

.category-sidebar-dark a:hover {
  color: #ffffff;
}

.category-sidebar-dark h1,
.category-sidebar-dark h2,
.category-sidebar-dark h3,
.category-sidebar-dark h4,
.category-sidebar-dark h5,
.category-sidebar-dark h6,
.category-sidebar-dark label {
  color: #ffffff;
}

.category-sidebar-dark .nav-tabs {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  margin-bottom: 5px;
}

.category-sidebar-dark .nav-tabs .nav-item {
  margin: 0;
}

.category-sidebar-dark .nav-tabs .nav-link {
  border-radius: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}

.category-sidebar-dark .nav-tabs .nav-link,
.category-sidebar-dark .nav-tabs .nav-link:hover,
.category-sidebar-dark .nav-tabs .nav-link:active,
.category-sidebar-dark .nav-tabs .nav-link:focus,
.category-sidebar-dark .nav-tabs .nav-link.active {
  border: 0;
}

.category-sidebar-dark .nav-tabs .nav-link:hover,
.category-sidebar-dark .nav-tabs .nav-link:active,
.category-sidebar-dark .nav-tabs .nav-link:focus,
.category-sidebar-dark .nav-tabs .nav-link.active {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  color: #ffffff;
}

.category-sidebar-dark .nav-tabs .nav-link.active {
  background-color: #343a40;
}

.category-sidebar-dark .tab-pane {
  padding: 10px 15px;
}

.category-sidebar-light {
  color: #4b545c;
}

.category-sidebar-light {
  background: #ffffff;
  border-left: 1px solid #dee2e6;
}

@media (min-width: 992px) {

  .sidebar-mini.sidebar-collapse .category-sidebar~.content-wrapper,
  .sidebar-mini.sidebar-collapse .category-sidebar~.main-footer,
  .sidebar-mini.sidebar-collapse .category-sidebar~.main-header {
    margin-left: calc(4.6rem + 231px) !important;
  }

  .sidebar-mini.sidebar-collapse .category-sidebar,
  .category-sidebar::before {
    left: 4.5rem !important;
    transition: left 0.3s ease-in-out, display 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) {

  .sidebar-mini.sidebar-collapse .category-sidebar,
  .category-sidebar::before {
    left: 0 !important;
    transition: left 0.3s ease-in-out, display 0.3s ease-in-out;
  }

  .sidebar-mini.sidebar-collapse .category-sidebar~.content-wrapper,
  .sidebar-mini.sidebar-collapse .category-sidebar~.main-footer,
  .sidebar-mini.sidebar-collapse .category-sidebar~.main-header {
    margin-left: calc(0.1rem + 231px) !important;
  }
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .category-sidebar~.content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .category-sidebar~.main-footer,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .category-sidebar~.main-header {
  transition: margin-left 0.3s ease-in-out;
  margin-left: 481px;
}

.card-table {
  border-width: 0 0 1px;
}

.card-table td:first-child,
.card-table th:first-child {
  border-left: 0;
}

.card-table td:last-child,
.card-table th:last-child {
  border-right: 0;
}

.card-table tr:first-child td,
.card-table tr:first-child th {
  border-top: 0;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attachment-wrapper {
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: #ddd;
  line-height: 200px;
  overflow: hidden;
  font-size: 0;
}

.attachment-wrapper img {
  max-width: 200px;
  max-height: 200px;
  align-items: center;
  vertical-align: middle;
}

.login-page {
  background: url("../img/loginbg.jpg") center center;
  background-size: cover;
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.steps .step:first-child {
  margin-left: auto;
}

.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}

.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  border-radius: 100%;
  background-color: #fff;
  line-height: 1.2;
}

.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(9rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  background-color: currentColor;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
}

.step-active .step-circle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.step-active .step-circle::before {
  color: #007bff;
}

.step-active .step-text {
  color: #007bff;
}

.step-error .step-circle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.step-error .step-circle::before {
  color: #dc3545;
}

.step-error .step-text {
  color: #dc3545;
}

.step-success .step-circle {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}

.step-success .step-circle::before {
  color: #28a745;
}

.step-success .step-circle {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}

.step-success .step-circle::before {
  color: #28a745;
}

.orderprice-box .orderprice-attr {
  display: inline-block;
  min-width: 120px;
  text-align: left;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.layout-navbar-fixed .wrapper .main-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
}

.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: calc(3.5rem + 1px);
}

.alert .icon {
  margin-right: 10px
}

.alert .close,
.alert .mailbox-attachment-close {
  color: #000;
  opacity: .2
}

.alert .close:hover,
.alert .mailbox-attachment-close:hover {
  opacity: .5
}

.alert a {
  color: #fff;
  text-decoration: underline
}

.alert-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #006fe6
}

.alert-default-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-default-primary hr {
  border-top-color: #9fcdff
}

.alert-default-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #60686f
}

.alert-default-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-default-secondary hr {
  border-top-color: #c8cbcf
}

.alert-default-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #fff;
  background-color: #28a745;
  border-color: #23923d
}

.alert-default-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-default-success hr {
  border-top-color: #b1dfbb
}

.alert-default-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #148ea1
}

.alert-default-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-default-info hr {
  border-top-color: #abdde5
}

.alert-default-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #edb100
}

.alert-default-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-default-warning hr {
  border-top-color: #ffe8a1
}

.alert-default-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #d32535
}

.alert-default-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-default-danger hr {
  border-top-color: #f1b0b7
}

.alert-default-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #e9ecef
}

.alert-default-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-default-light hr {
  border-top-color: #ececf6
}

.alert-default-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #292d32
}

.alert-default-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-default-dark hr {
  border-top-color: #b9bbbe
}

.alert-default-dark .alert-link {
  color: #040505
}
.nav-sidebar.nav-child-indent .nav-treeview {
  transition: padding .3s ease-in-out;
  padding-left: 1rem;
}
.sidebar-mini .main-sidebar .nav-child-indent .nav-treeview .nav-link, .sidebar-mini-md .main-sidebar .nav-child-indent .nav-treeview .nav-link, .sidebar-mini-xs .main-sidebar .nav-child-indent .nav-treeview .nav-link {
  width: calc(250px - .5rem * 2 - 1rem);
}
.order-table .media{
  border: 1px dashed var(--bs-border-color);
}
.order-table .media p{margin-bottom: 0;}
.detail-view th {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
@media screen and (min-width: 768px) {
  .nav-notifications .dropdown-menu{
    max-width: 360px;
    width: 360px!important;
    font-size: 14px;
  }
}
.inputavatarbox{
  font-size: 30px;line-height:50px;width:50px;height:50px;text-align:center
}
.sidebar-wrapper{
  overflow-y: scroll;
}

.tag {
  border-radius: var(--bs-border-radius);
  padding: 0.125rem 0.5rem;
  border-width: 1px;
  border-style: solid;
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
}
.tag-info {
  background-color: var(--bs-info-bg-subtle);
  border-color: var(--bs-info-border-subtle);
  color: var(--bs-info-text-emphasis)
}
.tag-warning{
  background-color: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning-border-subtle);
  color: var(--bs-warning-text-emphasis)
}
.tag-light {
  background-color: var(--bs-light-bg-subtle);
  border-color: var(--bs-light-border-subtle);
  color: var(--bs-light-text-emphasis)
}
.tag-danger {
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-border-subtle);
  color: var(--bs-danger-text-emphasis)
}
.tag-success {
  background-color: var(--bs-success-bg-subtle);
  border-color: var(--bs-success-border-subtle);
  color: var(--bs-success-text-emphasis)
}
.tag-primary {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary-text-emphasis)
}
.tag-group {
  border: var(--bs-border-radius);
}
.tag-group > .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tag-group > .tag:nth-child(n+3), .tag-group > .tag + .tag {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tag-group > :not(:first-child) {
  margin-left: calc(var(--bs-border-width)* -1);
}
.article-content img {
  height: auto !important;
}