@charset "UTF-8";
.panel-text-primary {
  color: #409eff !important;
}

.panel-item-active {
  color: #409eff !important;
}

.panel-item-active-border {
  color: #409eff !important;
  border-bottom: 2px solid #409eff !important;
}

.panel-item-hover {
  color: #409eff;
  background-color: rgba(64, 158, 255, 0.2) !important;
}

.min-h1 {
  min-height: 100px;
}

.min-h2 {
  min-height: 200px;
}

.min-h3 {
  min-height: 300px;
}

.min-h4 {
  min-height: 400px;
}

.min-h5 {
  min-height: 500px;
}

.min-h6 {
  min-height: 600px;
}

.wp-100 {
  width: 100px;
  flex: 0 0 100px;
}

.wp-200 {
  width: 200px;
  flex: 0 0 200px;
}

.wp-300 {
  width: 300px;
  flex: 0 0 300px;
}

.wp-400 {
  width: 400px;
  flex: 0 0 400px;
}

.wp-500 {
  width: 500px;
  flex: 0 0 500px;
}

.wp-600 {
  width: 600px;
  flex: 0 0 600px;
}

.wp-700 {
  width: 700px;
  flex: 0 0 700px;
}

.wp-800 {
  width: 800px;
  flex: 0 0 800px;
}

.wp-900 {
  width: 900px;
  flex: 0 0 900px;
}

.wp-1000 {
  width: 1000px;
  flex: 0 0 1000px;
}

.wp-100- {
  width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
}

.wp-200- {
  width: calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
}

.wp-300- {
  width: calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
}

.wp-400- {
  width: calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
}

.wp-500- {
  width: calc(100% - 500px);
  flex: 0 0 calc(100% - 500px);
}

.wp-600- {
  width: calc(100% - 600px);
  flex: 0 0 calc(100% - 600px);
}

.wp-700- {
  width: calc(100% - 700px);
  flex: 0 0 calc(100% - 700px);
}

.wp-800- {
  width: calc(100% - 800px);
  flex: 0 0 calc(100% - 800px);
}

.wp-900- {
  width: calc(100% - 900px);
  flex: 0 0 calc(100% - 900px);
}

.wp-1000- {
  width: calc(100% - 1000px);
  flex: 0 0 calc(100% - 1000px);
}

.h-min-100 {
  min-height: 100px;
}

.h-min-200 {
  min-height: 200px;
}

.h-min-300 {
  min-height: 300px;
}

.h-min-400 {
  min-height: 400px;
}

.h-min-500 {
  min-height: 500px;
}

.h-min-600 {
  min-height: 600px;
}

.h-min-700 {
  min-height: 700px;
}

.h-min-800 {
  min-height: 800px;
}

.h-min-900 {
  min-height: 900px;
}

.h-min-1000 {
  min-height: 1000px;
}

.h-max-100 {
  max-height: 100px;
}

.h-max-200 {
  max-height: 200px;
}

.h-max-300 {
  max-height: 300px;
}

.h-max-400 {
  max-height: 400px;
}

.h-max-500 {
  max-height: 500px;
}

.h-max-600 {
  max-height: 600px;
}

.h-max-700 {
  max-height: 700px;
}

.h-max-800 {
  max-height: 800px;
}

.h-max-900 {
  max-height: 900px;
}

.h-max-1000 {
  max-height: 1000px;
}

.w-min-100 {
  min-width: 100px;
}

.w-min-200 {
  min-width: 200px;
}

.w-min-300 {
  min-width: 300px;
}

.w-min-400 {
  min-width: 400px;
}

.w-min-500 {
  min-width: 500px;
}

.w-min-600 {
  min-width: 600px;
}

.w-min-700 {
  min-width: 700px;
}

.w-min-800 {
  min-width: 800px;
}

.w-min-900 {
  min-width: 900px;
}

.w-min-1000 {
  min-width: 1000px;
}

.w-max-100 {
  max-width: 100px;
}

.w-max-200 {
  max-width: 200px;
}

.w-max-300 {
  max-width: 300px;
}

.w-max-400 {
  max-width: 400px;
}

.w-max-500 {
  max-width: 500px;
}

.w-max-600 {
  max-width: 600px;
}

.w-max-700 {
  max-width: 700px;
}

.w-max-800 {
  max-width: 800px;
}

.w-max-900 {
  max-width: 900px;
}

.w-max-1000 {
  max-width: 1000px;
}

.hp-100 {
  height: 100px;
}

.hp-200 {
  height: 200px;
}

.hp-300 {
  height: 300px;
}

.hp-400 {
  height: 400px;
}

.hp-500 {
  height: 500px;
}

.hp-600 {
  height: 600px;
}

.hp-700 {
  height: 700px;
}

.hp-800 {
  height: 800px;
}

.hp-900 {
  height: 900px;
}

.hp-1000 {
  height: 1000px;
}

.wh-10 {
  height: 10px;
  width: 10px;
  flex: 0 0 10px;
}

.wh-20 {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
}

.wh-30 {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
}

.wh-40 {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
}

.wh-50 {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
}

.wh-60 {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
}

.wh-70 {
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
}

.wh-80 {
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
}

.wh-90 {
  height: 90px;
  width: 90px;
  flex: 0 0 90px;
}

.wh-100 {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
}

[readonly] {
  background-color: #f5f5f5 !important;
}

.text-12 {
  font-size: 12px;
}

img {
  max-height: 100%;
}

body {
  overflow: hidden;
}

.header-box {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 16px;
  width: 100%;
}
.header-box > div {
  height: 100%;
}
@media (max-width: 992px) {
  .header-box {
    height: 50px;
    padding-right: 4px;
  }
  .header-box > div {
    width: 33.33%;
  }
}
.header-box .mb-menu {
  font-size: 28px;
}
@media (max-width: 992px) {
  .header-box .mb-menu {
    display: flex;
    align-items: center;
  }
}
.header-box .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .header-box .header-logo {
    text-align: center;
  }
}
.header-box .header-logo .sidebar-logo {
  display: inline-block;
}
.header-box .header-logo .sidebar-logo img {
  max-height: 50px;
}
@media (min-width: 992px) {
  .header-box .header-logo .sidebar-logo img {
    max-width: 76%;
  }
}
.header-box .right-tool .header-item {
  cursor: pointer;
  padding: 0 10px;
}
.header-box .right-tool .header-item:hover {
  background-color: #f5f5f5;
}
.header-box .right-tool .header-item:hover .dropdown-menu {
  display: block;
  position: absolute;
  inset: -2px 0px auto auto;
  margin: 0px;
  transform: translate3d(0px, 62px, 0px);
}
@media (max-width: 992px) {
  .header-box .right-tool .header-item:hover .dropdown-menu {
    transform: translate3d(0px, 51px, 0px);
  }
}

@media (max-width: 992px) {
  .el-drawer {
    max-width: 90%;
  }
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.card .card-header {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 14px;
}

.table-last-no-border tbody tr:last-child td {
  border-bottom: none;
}

.main-content {
  display: flex;
  height: 100vh;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .main-content {
    padding-top: 50px;
  }
}
.main-content .sidebar-box {
  width: 230px;
}
@media (max-width: 992px) {
  .main-content .sidebar-box {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: calc(100% - 49px);
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 992px) {
  .main-content .sidebar-box.active {
    opacity: 1;
    z-index: 998;
    visibility: visible;
  }
}
.main-content .sidebar-box.active .sidebar-body {
  left: 0;
}
.main-content .sidebar-box.active .mb-menu-close {
  left: 70%;
}
.main-content .sidebar-box .sidebar-body {
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  padding-bottom: 40px;
  padding-top: 10px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .main-content .sidebar-box .sidebar-body {
    background-color: #fff;
    position: absolute;
    max-height: calc(100vh - 49px);
    left: -100%;
    top: 0;
    width: 70%;
    z-index: 999;
    border-top: 1px solid #eee;
  }
}
.main-content .sidebar-box .mb-menu-close {
  left: -100%;
  width: 30px;
  height: 40px;
  background-color: #fff;
  color: #333;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 768px) {
  .main-content .sidebar-box .mb-menu-close {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.main-content .sidebar-box .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
}
.main-content .sidebar-box .accordion .accordion-item {
  border: none;
}
.main-content .sidebar-box .accordion .nav {
  border: none;
}
.main-content .sidebar-box .accordion .nav a {
  padding: 0.4rem 1.25rem 0.4rem 1.9rem;
  margin-left: 0.85rem;
  color: #666;
  border-radius: 8px;
}
.main-content .sidebar-box .accordion .nav a:hover {
  background-color: #e4eff7;
}
.main-content .sidebar-box .accordion .nav a.active {
  background-color: #e4eff7;
  color: #409eff;
}
.main-content .sidebar-box .accordion a.accordion-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-content .sidebar-box .accordion a.accordion-button::after {
  display: none;
}
.main-content .sidebar-box .accordion .accordion-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}
.main-content .sidebar-box .accordion .accordion-button.active {
  color: #409eff !important;
}
.main-content .sidebar-box .accordion .accordion-button::after {
  content: "\f282";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-family: "bootstrap-icons";
  font-size: 12px;
  background-image: none;
}
.main-content .sidebar-box .accordion .accordion-button:focus {
  box-shadow: none;
}
.main-content .sidebar-box .accordion .accordion-button:not(.collapsed) {
  color: #444;
  font-weight: bold;
  background-color: transparent;
}
.main-content .sidebar-box .accordion .accordion-button .icon {
  width: 24px;
}
.main-content #content {
  flex: 1;
  padding: 15px 1rem 5rem;
  overflow-y: auto;
  position: relative;
}

.table thead tr td {
  font-weight: bold;
  color: #333;
}

.form-row .col-form-label {
  font-size: 0.9rem;
}
.form-row .col-form-label.required::before {
  content: "*";
  margin-right: 2px;
  color: red;
}

.cursor-pointer {
  cursor: pointer;
}

.is-up-file .img-upload-item {
  border-style: dashed !important;
}
.is-up-file .img-upload-item:hover {
  background-color: #f4f4f4 !important;
  border-color: #409eff !important;
}
.is-up-file .img-upload-item:active {
  background-color: #e4e4e4 !important;
}
.is-up-file .img-upload-item .tool-wrap > div:first-of-type {
  border-right: 1px solid #fff;
}
.is-up-file .img-upload-item .tool-wrap > div:hover {
  background-color: #1d4ff3;
}

.form-tab .nav-link {
  font-size: 15px;
  padding: var(--bs-nav-link-padding-y) 1.8rem;
  font-weight: bold;
  color: #666;
}
.form-tab .nav-link.active {
  color: #409eff;
}

.locales-accordion {
  border: 1px solid #eee;
  border-radius: 4px;
  --bs-accordion-border-color: #eee;
}
.locales-accordion .accordion-body {
  border-top: 1px solid #eee;
}
.locales-accordion .accordion-button {
  box-shadow: none;
}
.locales-accordion .accordion-button:not(.collapsed) {
  background-color: #f5f8fa;
}

.form-buttom-btns {
  position: fixed;
  bottom: 10px;
  border-radius: 10px;
  left: 246px;
  right: 17px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 16px 0 rgba(140, 152, 164, 0.4);
  z-index: 10;
  padding: 15px 1rem;
  display: flex;
  justify-content: center;
  animation: slide-up 0.4s ease-out;
}
.form-buttom-btns > button {
  min-width: 140px;
  font-size: 0.9rem;
}
.form-buttom-btns > button.btn-back {
  background-color: #fff;
  border-color: #ddd;
}
.form-buttom-btns > button.btn-back:hover {
  color: #409eff;
  border-color: #409eff;
}
@media (max-width: 768px) {
  .form-buttom-btns {
    text-align: center;
    padding: 10px 1rem;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.form-switch .form-check-input {
  height: 1.7rem;
  width: 3.2rem;
  cursor: pointer;
}
.form-switch .form-check-input:focus {
  box-shadow: none;
}
.form-switch.list-switch .form-check-input {
  height: 1.2rem;
  width: 2.2rem;
}

.accordion-sm .accordion-button {
  padding-top: 8px;
  padding-bottom: 8px;
}
.el-drawer__header {
  margin-bottom: 10px !important;
}

.autocomplete-group-wrapper .input-autocomplete {
  border-radius: 4px 4px 0 0;
}

.autocomplete-list {
  height: 180px;
  overflow-y: auto;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 0 0 4px 4px;
  padding: 0;
  list-style: none;
}
.autocomplete-list li {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  border-bottom: none;
}
.autocomplete-list li button {
  font-size: 12px;
}

.vue-autocomplete-wrapper {
  margin-top: 15px;
  width: 100%;
}
.vue-autocomplete-wrapper .vue-autocomplete-input-box .el-autocomplete {
  width: 100%;
}
.vue-autocomplete-wrapper .vue-autocomplete-input-box .el-autocomplete .el-input__wrapper {
  border-radius: 4px 4px 0 0;
}
.vue-autocomplete-wrapper .vue-autocomplete-list {
  height: 180px;
  overflow-y: auto;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 8px;
}
.vue-autocomplete-wrapper .vue-autocomplete-item {
  padding: 10px 12px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.vue-autocomplete-wrapper .vue-autocomplete-item:hover {
  background-color: #f8f9fa;
}
.vue-autocomplete-wrapper .vue-autocomplete-item .vue-autocomplete-name {
  flex: 1;
  font-size: 14px;
  color: #212529;
  word-break: break-word;
}
.vue-autocomplete-wrapper .vue-autocomplete-item .btn-close {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 12px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.vue-autocomplete-wrapper .vue-autocomplete-item .btn-close:hover {
  opacity: 1;
}

.settings-nav a.nav-link {
  color: #333;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 6px;
}
.settings-nav a.nav-link::after {
  content: "\f135";
  font-family: "bootstrap-icons";
}
.settings-nav a.nav-link:hover {
  background-color: #eee;
}
.settings-nav a.nav-link.active {
  background-color: #eee;
  color: #409eff;
}

body.page-home .page-title-box {
  display: none !important;
}
body.page-home .container-fluid {
  margin-top: 0 !important;
}
body.page-home .dashboard-top-card .dashboard-item .left .quantity {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body.page-home .dashboard-top-card .dashboard-item .left .quantity {
    font-size: 30px;
  }
}
body.page-home .dashboard-top-card .dashboard-item .left .title {
  font-size: 14px;
  color: #666;
}
body.page-home .dashboard-top-card .dashboard-item .right .icon {
  font-size: 26px;
}
@media (min-width: 992px) {
  body.page-home .dashboard-top-card .dashboard-item .right .icon {
    font-size: 30px;
  }
}
body.page-home .dashboard-top-card .col-6:nth-child(1) .dashboard-item .icon {
  color: #3279ff;
}
body.page-home .dashboard-top-card .col-6:nth-child(2) .dashboard-item .icon {
  color: #00ce26;
}
body.page-home .dashboard-top-card .col-6:nth-child(3) .dashboard-item .icon {
  color: #ff9800;
}
body.page-home .dashboard-top-card .col-6:nth-child(4) .dashboard-item .icon {
  color: #ff655b;
}
@media (min-width: 768px) {
  body.page-home .top-sale-products .card-body {
    min-height: 418px;
  }
}
@media (min-width: 768px) {
  body.page-home #chart-new-quantity {
    height: 380px;
  }
}

.page-login {
  background-color: #f3f8fc;
  background-image: url("/images/panel/login-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-login .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-login .locale-wrap {
  position: absolute;
  top: 30px;
  right: 10px;
}
.page-login .locale-wrap .locale {
  cursor: pointer;
  padding-bottom: 10px;
}
.page-login .locale-wrap .locale:hover .dropdown-menu {
  display: block;
  position: absolute;
  inset: -2px 0px auto auto;
  margin: 0px;
  transform: translate3d(0px, 30px, 0px);
}
.page-login .login-wrap {
  width: 100%;
}
.page-login .login-content {
  max-width: 550px;
  margin: auto;
  box-shadow: 4px 7px 20px rgba(3, 49, 133, 0.17);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
}
.page-login .login-content .card-header {
  border: none;
  padding-bottom: 0;
}
.page-login .login-content .card-body {
  padding: 30px 30px 0;
}
@media (max-width: 768px) {
  .page-login .login-content .card-body {
    padding: 15px 0 0;
  }
}
.page-login .login-content .form-floating label {
  font-size: 1rem;
}

body.page-product-form .category-select .category-cascader:not(.no-data) .el-input__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 40px;
  height: 40px;
}
body.page-product-form .category-select .category-data {
  margin-top: -1px;
  border: 1px solid #dcdfe6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 200px;
  padding: 10px 0;
  overflow-y: auto;
}
body.page-product-form .category-select .category-data > div {
  padding: 3px 10px;
  transition: all 0.2s ease-in-out;
}
body.page-product-form .category-select .category-data > div:hover {
  background-color: #eee;
}
body.page-product-form .category-select .category-data > div .category-name {
  transition: all 0.2s ease-in-out;
}
body.page-product-form .category-select .category-data > div .delete-icon {
  color: #999;
}
body.page-product-form .category-select .category-data > div .delete-icon:hover {
  color: #d80000;
}
body.page-product-form .category-select .category-data > div:hover .category-name {
  padding-left: 4px;
}
body.page-product-form .variants-box {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
body.page-product-form .variants-box .card-header {
  border-bottom: 1px solid #dee2e6;
}
body.page-product-form .variants-box .card-header .card-title {
  color: #495057;
  font-weight: 600;
}
body.page-product-form .variants-box .variant-values-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-product-form .variants-box .variant-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.page-product-form .variants-box .variant-value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 80px;
}
body.page-product-form .variants-box .variant-value-item:hover {
  border-color: #0d6efd;
  background: #e7f1ff;
}
body.page-product-form .variants-box .variant-value-item:hover .variant-value-delete-btn {
  display: flex;
}
body.page-product-form .variants-box .variant-image-container {
  width: 40px;
  height: 40px;
  border: 2px dashed #dee2e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
}
body.page-product-form .variants-box .variant-image-container:hover {
  border-color: #0d6efd;
}
body.page-product-form .variants-box .variant-value-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
body.page-product-form .variants-box .variant-placeholder-icon {
  font-size: 18px;
  color: #6c757d;
}
body.page-product-form .variants-box .variant-value-name {
  font-size: 14px;
  text-align: center;
  word-break: break-all;
  max-width: 80px;
}
body.page-product-form .variants-box .open-file-manager {
  cursor: pointer;
}
body.page-product-form .variants-box .add-value-btn {
  border: 2px dashed #dee2e6;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
body.page-product-form .variants-box .add-value-btn:hover {
  border-color: #007bff;
  background-color: #e7f3ff;
  color: #007bff;
}
body.page-product-form .variants-box .add-value-btn i {
  font-size: 16px;
  margin-bottom: 2px;
}
body.page-product-form .variants-box .variant-value-delete-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #dc3545;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
body.page-product-form .variants-box .variant-value-delete-btn i {
  color: white;
  font-size: 12px;
}
body.page-product-form .variants-box .variant-selector-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
body.page-product-form .variants-box .variant-selector-container .row {
  align-items: center;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s;
}
body.page-product-form .variants-box .variant-selector-container .row:hover {
  background-color: #e9ecef;
}
body.page-product-form .variants-box .form-check {
  margin-right: 15px;
  margin-bottom: 8px;
}
body.page-product-form .variants-box .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
body.page-product-form .variants-box .batch-settings-panel .card {
  border: 1px solid #e3e6f0;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
body.page-product-form .variants-box .batch-settings-panel .card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-bottom: 2px solid #dee2e6;
  color: white;
}
body.page-product-form .variants-box .batch-settings-panel .card-header h6 {
  color: white;
  font-weight: 600;
}
body.page-product-form .variants-box .batch-settings-panel .form-label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
body.page-product-form .variants-box .batch-settings-panel .form-control-sm {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}
body.page-product-form .variants-box .batch-settings-panel .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .batch-settings-panel .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}
body.page-product-form .variants-box .batch-settings-panel .row {
  margin: 0;
}
body.page-product-form .variants-box .batch-settings-panel .col-md-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body.page-product-form .variants-box .modal-dialog.modal-lg {
  max-width: 900px;
}
body.page-product-form .variants-box .btn-outline-secondary.btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
body.page-product-form .variants-box .variant-skus-table .table-bordered {
  border: 1px solid #e3e6f0;
}
body.page-product-form .variants-box .variant-skus-table .table-light {
  background-color: #f8f9fc;
  border-color: #e3e6f0;
}
body.page-product-form .variants-box .variant-skus-table th {
  font-weight: 600;
  font-size: 0.875rem;
  color: #5a5c69;
  border-color: #e3e6f0;
}
body.page-product-form .variants-box .add-variant {
  padding: 24px 20px;
  background: #f8f9fa;
  border-radius: 6px;
  margin: 16px 0;
  border: 2px dashed #dee2e6;
  transition: all 0.3s ease;
}
body.page-product-form .variants-box .add-variant:hover {
  border-color: #0d6efd;
  background: #e7f1ff;
}
body.page-product-form .variants-box .add-variant:hover .cursor-pointer {
  color: #0d6efd;
}
body.page-product-form .variants-box .add-variant:not(.no-variants) {
  border-top: 2px dashed #dee2e6;
  margin-top: 20px;
}
body.page-product-form .variants-box .add-variant .cursor-pointer {
  font-weight: 500;
  transition: color 0.3s ease;
}
body.page-product-form .variants-box .variant-wrap {
  margin: 16px 0;
}
body.page-product-form .variants-box .variant-wrap .variant-item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
body.page-product-form .variants-box .variant-wrap .variant-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #0d6efd;
}
body.page-product-form .variants-box .variant-wrap .variant-item:last-child {
  margin-bottom: 0;
}
body.page-product-form .variants-box .variant-wrap .variant-values-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-product-form .variants-box .variant-wrap .variant-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.page-product-form .variants-box .variant-wrap .variant-value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 80px;
}
body.page-product-form .variants-box .variant-wrap .variant-value-item:hover {
  border-color: #0d6efd;
  background: #e7f1ff;
}
body.page-product-form .variants-box .variant-wrap .variant-value-item:hover .variant-value-delete-btn {
  display: flex;
}
body.page-product-form .variants-box .variant-wrap .variant-image-container {
  width: 40px;
  height: 40px;
  border: 2px dashed #dee2e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
}
body.page-product-form .variants-box .variant-wrap .variant-image-container:hover {
  border-color: #0d6efd;
}
body.page-product-form .variants-box .variant-wrap .variant-value-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
body.page-product-form .variants-box .variant-wrap .variant-placeholder-icon {
  font-size: 18px;
  color: #6c757d;
}
body.page-product-form .variants-box .variant-wrap .variant-value-name {
  font-size: 14px;
  text-align: center;
  word-break: break-all;
  max-width: 80px;
}
body.page-product-form .variants-box .variant-wrap .open-file-manager {
  cursor: pointer;
}
body.page-product-form .variants-box .variant-wrap .add-value-btn {
  border: 2px dashed #dee2e6;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
body.page-product-form .variants-box .variant-wrap .add-value-btn:hover {
  border-color: #007bff;
  background-color: #e7f3ff;
  color: #007bff;
}
body.page-product-form .variants-box .variant-wrap .add-value-btn i {
  font-size: 16px;
  margin-bottom: 2px;
}
body.page-product-form .variants-box .variant-wrap .variant-value-delete-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #dc3545;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
body.page-product-form .variants-box .variant-wrap .variant-value-delete-btn i {
  color: white;
  font-size: 12px;
}
body.page-product-form .variants-box .variant-wrap .variant-data {
  padding: 20px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}
body.page-product-form .variants-box .variant-wrap .variant-data:last-child {
  border-bottom: none;
}
body.page-product-form .variants-box .variant-wrap .variant-data:first-child {
  padding-top: 0;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .left {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .left .icon {
  font-size: 20px;
  color: #6c757d;
  cursor: move;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .left .icon:hover {
  background: #f8f9fa;
  color: #495057;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .left .title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .left .title::before {
  content: "";
  width: 4px;
  height: 16px;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  border-radius: 2px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .right {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .right .btn {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-header .right .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values {
  margin-top: 0;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container {
  background: #fafbfc;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin-top: 0;
  width: 100%;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .form-check-label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .form-check-label .form-check-input {
  margin: 0;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  color: #495057;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  min-height: 48px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item:not(:has(.variant-image-container)) .variant-value-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item:hover {
  border-color: #0d6efd;
  color: #0d6efd;
  box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item.add-value-btn {
  background: #f8f9fa;
  border-style: dashed;
  color: #6c757d;
  cursor: pointer;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item.add-value-btn:hover {
  background: #e7f1ff;
  border-color: #0d6efd;
  color: #0d6efd;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item.add-value-btn i {
  font-size: 14px;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item .variant-value-delete-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #dc3545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item .variant-value-delete-btn i {
  font-size: 10px;
  color: white;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item:hover .variant-value-delete-btn {
  opacity: 1;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item .variant-image-container {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item .variant-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item .variant-image-container i {
  font-size: 16px;
  color: #6c757d;
}
body.page-product-form .variants-box .variant-wrap .variant-data .variant-values .variant-values-container .variant-values-list .variant-value-item .variant-value-name {
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  min-height: 32px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 24px;
  margin-top: 16px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title {
  margin-bottom: 24px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .form-label::before {
  content: "📝";
  font-size: 14px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .v-locales-input {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #dee2e6;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .v-locales-input .input-group {
  margin-bottom: 8px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .v-locales-input .input-group:last-child {
  margin-bottom: 0;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .v-locales-input .input-group .input-group-text {
  background: #f8f9fa;
  border-color: #dee2e6;
  font-weight: 500;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .v-locales-input .input-group .form-control {
  border-color: #dee2e6;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-title .variant-label .v-locales-input .input-group .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values > .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values > .form-label::before {
  content: "🏷️";
  font-size: 14px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #dee2e6;
  margin-bottom: 16px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item:hover {
  border-color: #0d6efd;
  background: #e7f1ff;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item:last-child {
  margin-bottom: 0;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .icon {
  font-size: 18px;
  color: #6c757d;
  cursor: move;
  margin-top: 8px;
  margin-right: 12px;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .icon:hover {
  background: #fff;
  color: #495057;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .variant-value {
  flex: 1;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .variant-value .v-locales-input .input-group {
  margin-bottom: 6px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .variant-value .v-locales-input .input-group:last-child {
  margin-bottom: 0;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .delete-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #6c757d;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin-top: 8px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-value-item .delete-icon:hover {
  background: #dc3545;
  color: #fff;
  transform: scale(1.1);
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-btns {
  border-top: 1px solid #e9ecef;
  padding-top: 16px;
  margin-top: 16px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-btns .text-primary {
  background: #e7f1ff;
  border: 1px solid #b3d9ff;
  border-radius: 6px;
  padding: 8px 12px;
  display: inline-block;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-btns .text-primary:hover {
  background: #cce7ff;
  transform: translateY(-1px);
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-btns .d-flex {
  margin-top: 16px;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-btns .d-flex .btn {
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-wrap .add-variant-form .add-variant-values .add-variant-value .add-variant-btns .d-flex .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.page-product-form .variants-box .variant-skus-wrap {
  margin: 24px 0;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
body.page-product-form .variants-box .variant-skus-wrap .variant-skus-top {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
  padding: 16px 20px;
  border-radius: 8px 8px 0 0;
}
body.page-product-form .variants-box .variant-skus-wrap .variant-skus-top h6 {
  margin: 0;
  font-weight: 600;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-product-form .variants-box .variant-skus-wrap .variant-skus-top h6::before {
  content: "📊";
  font-size: 14px;
}
body.page-product-form .variants-box .variant-skus-table {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
body.page-product-form .variants-box .variant-skus-table > .table {
  margin-bottom: 0;
}
body.page-product-form .variants-box .variant-skus-table > .table th {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: none;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  color: #495057;
  padding: 16px 12px;
  font-size: 13px;
  vertical-align: middle;
}
body.page-product-form .variants-box .variant-skus-table > .table th:first-child {
  padding-left: 20px;
  border-radius: 0;
}
body.page-product-form .variants-box .variant-skus-table > .table th:last-child {
  padding-right: 20px;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr {
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr:hover {
  background-color: #f8f9fa;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td:first-child {
  padding-left: 20px;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td:last-child {
  padding-right: 20px;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td .form-control {
  border-radius: 6px;
  border: 1px solid #dee2e6;
  font-size: 13px;
  padding: 6px 10px;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td .form-control.is-invalid {
  border-color: #dc3545;
}
body.page-product-form .variants-box .variant-skus-table > .table > tbody > tr > td .form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
body.page-product-form .variants-box .variant-skus-table > .table tr.sub-variant td:first-child {
  padding-left: 2.4rem;
}
body.page-product-form .variants-box .variant-skus-table > .table tr.sub-variant td:first-child .up-variant-image {
  width: 40px;
  height: 40px;
}
body.page-product-form .variants-box .variant-skus-table > .table tr.sub-variant td:first-child .up-variant-image:active {
  background-color: #eee;
}
body.page-product-form .variants-box .variant-skus-table > .table tr.sub-variant td:first-child .up-variant-image i {
  font-size: 14px;
}
body.page-product-form .variants-box .variant-skus-table > .table tr.sub-variant td:first-child .sku-text {
  font-size: 13px;
  margin-bottom: 1px;
  color: #555;
}
body.page-product-form .variants-box .variant-skus-table > .table tr.original-variant {
  cursor: pointer;
}
body.page-product-form .variants-box .variant-skus-table > .table tr.original-variant:hover {
  background-color: #f4f4f4;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .up-variant-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f8f9fa;
  flex-shrink: 0;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .up-variant-image:hover {
  border-color: #0d6efd;
  background: #e7f1ff;
  transform: scale(1.05);
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .up-variant-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .up-variant-image i {
  font-size: 16px;
  color: #6c757d;
  transition: color 0.2s ease;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .up-variant-image:hover i {
  color: #0d6efd;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info {
  flex: 1;
  min-width: 0;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .sku-text {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 4px;
  line-height: 1.3;
  word-break: break-word;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .up-master {
  font-size: 11px;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .up-master .text-success {
  color: #198754 !important;
  font-weight: 500;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .up-master .text-success i {
  margin-right: 2px;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .up-master .opacity-50 {
  color: #6c757d;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .up-master .opacity-50:hover {
  color: #495057;
  opacity: 1 !important;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-info .up-master .opacity-50 i {
  margin-right: 2px;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-show {
  color: #6c757d;
  cursor: pointer;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
body.page-product-form .variants-box .variant-skus-table > .table .sku-image-name .variant-show:hover {
  color: #0d6efd;
  background: #e7f1ff;
}
body.page-product-form .v-locales-input > .input-group {
  margin-top: -1px;
}
body.page-product-form .v-locales-input > .input-group:first-child input {
  border-top-right-radius: 4px;
}
body.page-product-form .v-locales-input > .input-group:first-child .input-group-text {
  border-top-left-radius: 4px;
}
body.page-product-form .v-locales-input > .input-group:last-child input {
  border-bottom-right-radius: 4px;
}
body.page-product-form .v-locales-input > .input-group:last-child .input-group-text {
  border-bottom-left-radius: 4px;
}
body.page-product-form .v-locales-input > .input-group input,
body.page-product-form .v-locales-input > .input-group .input-group-text {
  border-radius: 0;
  font-size: 13px;
}
body.page-product-form .v-locales-input > .input-group .input-group-text {
  width: 100px;
  flex: 0 0 100px;
}
body.page-product-form .v-locales-input > .input-group img {
  width: 20px;
  margin-right: 4px;
}
body.page-product-form .variant-skus-table .batch-input-item {
  margin: 0;
  padding: 8px 0;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
body.page-product-form .variant-skus-table .batch-input-item .input-group {
  width: 100%;
  min-width: 140px;
  border-radius: 6px;
  overflow: hidden;
}
body.page-product-form .variant-skus-table .batch-input-item .form-control {
  height: 32px;
  font-size: 12px;
  border: 1px solid #dee2e6;
  border-right: 0;
  background: #fff;
  transition: all 0.2s ease;
}
body.page-product-form .variant-skus-table .batch-input-item .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}
body.page-product-form .variant-skus-table .batch-input-item .form-control::-moz-placeholder {
  color: #6c757d;
  font-size: 11px;
}
body.page-product-form .variant-skus-table .batch-input-item .form-control::placeholder {
  color: #6c757d;
  font-size: 11px;
}
body.page-product-form .variant-skus-table .batch-input-item .btn {
  border: 1px solid #dee2e6;
  border-left: 0;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  font-size: 11px;
  padding: 6px 10px;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease;
  white-space: nowrap;
}
body.page-product-form .variant-skus-table .batch-input-item .btn:hover {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  border-color: #0d6efd;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(13, 110, 253, 0.25);
}
body.page-product-form .variant-skus-table .batch-input-item .btn:active {
  transform: translateY(0);
}
body.page-product-form .variant-skus-table thead th {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}
body.page-product-form .variant-skus-table tbody td .form-control {
  font-size: 13px;
}
body.page-product-form {
  /* Remove old batch input styles */
}
body.page-product-form .batch-input-area {
  display: none;
}
body.page-product-form {
  /* Video module styles */
}
body.page-product-form .video-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
body.page-product-form .video-nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  color: #6c757d;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}
body.page-product-form .video-nav-tabs .nav-link:hover {
  color: #495057;
  border-bottom-color: #dee2e6;
}
body.page-product-form .video-nav-tabs .nav-link.active {
  color: #0d6efd;
  border-bottom-color: #0d6efd;
  background: none;
}
body.page-product-form .video-upload-area {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
body.page-product-form .video-upload-area:hover {
  border-color: #0d6efd;
  background-color: #f8f9ff;
}
body.page-product-form .video-preview-container {
  position: relative;
  display: inline-block;
}
body.page-product-form .video-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
body.page-product-form .video-help-text {
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 6px;
  padding: 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #0c5aa6;
}
body.page-product-form .video-help-text i {
  color: #0d6efd;
}
body.page-product-form .set-product-img {
  width: 80px;
  height: 80px;
  min-height: 80px;
}
body.page-product-form .wh-80 {
  width: 80px;
  height: 80px;
  min-height: 80px;
}
body.page-product-form .cursor-pointer {
  cursor: pointer;
}
body.page-product-form #product-video .tab-content {
  min-height: 120px;
}
body.page-product-form #product-video .form-text {
  font-size: 0.875rem;
  color: #6c757d;
}

body.page-my-plugins .plugin-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
body.page-my-plugins .plugin-item:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
body.page-my-plugins .plugin-item .image-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
body.page-my-plugins .plugin-item .image-wrap .image {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-color: #EEEEEE;
  border-radius: 20%;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
body.page-my-plugins .plugin-item .image-wrap .image img {
  width: 100%;
  max-height: 100%;
}
body.page-my-plugins .plugin-item .image-wrap .title {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.page-my-plugins .plugin-item .plugin-info .description {
  color: #555;
  height: 41px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.page-my-plugins .plugin-item .plugin-info .form-switch .form-check-input {
  height: 1.4rem;
  width: 2.8rem;
  margin-top: 0;
}

body.page-category #categories-top .accordion-button.no-children:after {
  display: none;
}
body.page-category #categories-top .accordion-header {
  padding-right: 10px;
}
body.page-category #categories-top .accordion-header:hover {
  background-color: #eee;
}
body.page-category #categories-top .accordion-button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  background-color: transparent;
  box-shadow: none;
}
body.page-category #categories-top .accordion-button:after {
  position: absolute;
  left: 10px;
  --bs-accordion-btn-icon-width: .7rem;
  transform: rotate(-90deg);
}
body.page-category #categories-top .accordion-button[aria-expanded=true]:after {
  transform: rotate(0);
}
body.page-category #categories-top .accordion-body {
  padding: 0;
}
body.page-category #categories-top .accordion-body .accordion-header {
  padding-left: 18px;
}
body.page-category #categories-top .accordion-body .accordion-item {
  border: none;
}
body.page-category #categories-top .accordion-body .accordion-item .accordion-button {
  padding-right: 0;
}

.plugin-market-nav-item :hover {
  color: #409eff;
}

.product-grid-item .product-item-info .product-price {
  justify-content: left;
}

.panel-item-active {
  background-color: #e4eff7;
  color: #409eff;
}

.product-item-card {
  transition: transform 0.2s ease-in-out;
}

.product-grid-item {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .product-grid-item {
    margin-bottom: 30px;
  }
  .product-grid-item:hover .product-bottom-btns {
    transform: translateY(0) !important;
  }
  .product-grid-item:hover .product-price {
    transform: translateY(100%);
  }
}
.product-grid-item .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.product-grid-item .image .cancel-favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #b00101;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.product-grid-item .image .cancel-favorite:hover {
  color: #fff;
  background-color: #b00101;
}
.product-grid-item .product-item-info {
  text-align: center;
}
.product-grid-item .product-item-info .product-name {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-grid-item .product-item-info .product-name a {
  color: inherit;
}
.product-grid-item .product-item-info .product-name a:hover {
  text-decoration: underline;
  color: #409eff;
}
.product-grid-item .product-item-info .product-bottom {
  position: relative;
  overflow: hidden;
}
.product-grid-item .product-item-info .product-bottom-btns {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  color: #409eff;
}
.product-grid-item .product-item-info .product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.3s;
}
.product-grid-item .product-item-info .product-price .price-new {
  font-size: 1rem;
  font-weight: bold;
  color: #E53E3E;
}
.product-grid-item .product-item-info .product-price .price-old {
  font-size: 0.9rem;
  color: #768088;
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}

body.sns .form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  cursor: pointer;
}

.bordernone {
  border: none;
}

.bg-dark-subtle {
  background-color: #fff !important;
}

.client {
  margin-top: 1px;
}
.client .client-color {
  color: red;
}

.transaction-type {
  margin-top: 10px;
}

.customersmt {
  margin-top: 58px;
}

/**
 * Customer page styles
 */
.page-customer .customer-info-cell {
  min-width: 80px;
}
.page-customer .customer-info-cell .customer-info-wrapper {
  display: flex;
  align-items: center;
}
.page-customer .customer-info-cell .customer-info-wrapper .avatar-wrapper {
  margin-right: 12px;
  flex-shrink: 0;
}
.page-customer .customer-info-cell .customer-info-wrapper .avatar-wrapper img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #dee2e6;
}
.page-customer .customer-info-cell .customer-info-wrapper .customer-details {
  flex-grow: 1;
  min-width: 0;
}
.page-customer .customer-info-cell .customer-info-wrapper .customer-details .customer-name {
  font-weight: 600;
  color: #212529;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.page-customer .customer-info-cell .customer-info-wrapper .customer-details .customer-email {
  color: #6c757d;
  font-size: 12px;
  line-height: 1.2;
  word-break: break-all;
}
.page-customer .customersmt {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .page-customer .customer-info-cell {
    min-width: 160px;
  }
  .page-customer .customer-info-cell .customer-info-wrapper .avatar-wrapper {
    margin-right: 8px;
  }
  .page-customer .customer-info-cell .customer-info-wrapper .avatar-wrapper img {
    width: 32px;
    height: 32px;
  }
  .page-customer .customer-info-cell .customer-info-wrapper .customer-details .customer-name {
    font-size: 13px;
  }
  .page-customer .customer-info-cell .customer-info-wrapper .customer-details .customer-email {
    font-size: 11px;
  }
}
.sidebar .accordion-button {
  border: none;
  background: transparent;
  padding: 0.75rem 1rem;
}
.sidebar .accordion-button:not(.collapsed) {
  background: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary);
}
.sidebar .accordion-item {
  border: none;
  background: transparent;
}
.sidebar .nav-link {
  padding: 0.5rem 1rem 0.5rem 3rem;
  color: var(--bs-gray-700);
}
.sidebar .nav-link:hover {
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
.sidebar .nav-link.active {
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.sidebar .icon {
  display: inline-block;
  width: 1.5rem;
}
.sidebar .dropdown-divider {
  border-top: 1px solid rgba(108, 117, 125, 0.15);
  margin: 0;
}

.sorter-component .sorter-label {
  font-size: 0.875rem;
  line-height: 1.5;
  height: 31px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.sorter-component .sorter-field {
  width: 130px;
}
.sorter-component .sorter-direction {
  width: 100px;
}
@media (max-width: 767.98px) {
  .sorter-component .sorter-label {
    font-size: 0.8rem !important;
  }
  .sorter-component .sorter-field {
    width: 120px !important;
  }
  .sorter-component .sorter-direction {
    width: 80px !important;
  }
}


.class_Order, .class_Plugin, .class_Analytic {
    display: none;;
}
.sub_class_Balance, .sub_class_Withdrawals, .sub_class_Third-partyLogin, 
.sub_class_Themes, .sub_class_TaxRates, .sub_class_TaxClasses, .sub_class_WeightUnits{ 
    display: none;
}


.form-card, .tab-content {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 28px 24px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
  /* position: sticky; */
  /* top: 24px; */
}

.form-card h3, .tab-content h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 28px;
}

/* .form-card form, .tab-content form {
  display: flex;
  flex-direction: column;
  gap: 18px;
} */

.form-card input,
.form-card select,
.tab-content input,
.tab-content select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 15px;
  font-size: 15px;
  outline: none;
  /* background: transparent; */
  color: #333;
}


/* General form elements spacing */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* Hide default inputs */
.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

/* Reusable label */
.radio,
.checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #555;
}

/* Radio button circle */
.radio-span {
  position: relative;
  padding-left: 28px;
}
.radio-span::before,
.radio-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: 0.2s;
}
.radio-span::before {
  background-color: #fff;
  border: 2px solid #007bff;
  transform: scale(1);
}
.radio input[type="radio"]:checked + .radio-span::after {
  background-color: #007bff;
  transform: scale(0.55);
}

/* Checkbox square */
.checkbox-span {
  position: relative;
  padding-left: 28px;
}
.checkbox-span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.2s;
}
.checkbox input[type="checkbox"]:checked + .checkbox-span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
}
.checkbox input[type="checkbox"]:checked + .checkbox-span::before {
  background-color: #007bff;
  border-color: #007bff;
}

/* Hover and focus — optional */
.radio:hover .radio-span::before,
.checkbox:hover .checkbox-span::before {
  border-color: #005edc;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}
.radio input[type="radio"]:focus + .radio-span::before,
.checkbox input[type="checkbox"]:focus + .checkbox-span::before {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #333 !important;
}
.header-box{
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.submit-btn, .text-nowrap .btn-primary {
    background: #DB9200;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 10px;
    /* font-size: 17px; */
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 5px 18px rgba(220, 42, 47, 0.28);
}

.text-nowrap .btn-outline-secondary{
    background: #DB9200;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 10px;
    /* font-size: 17px; */
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 5px 18px rgba(220, 42, 47, 0.28);
}



/* Combo parent container */
.phone-input-group {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  margin-bottom: 16px;
}

/* Country‑code dropdown */
.country-code {
  flex: 0 0 100px;
  padding: 10px 12px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* Country‑code focus */
.country-code:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* Phone number textbox */
.phone-number {
  flex: 1;
  padding: 10px 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* Phone‑input focus */
.phone-number:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}



/* Plot area field and Dropdown */
/* Main label */
.plot-area-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

/* Wrapper around input + dropdown */
.plot-area-input {
  display: flex;
  width: 100%;
  max-width: 300px;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

/* Plot area number input */
.plot-area-number {
  flex: 1;
  padding: 10px 12px;
  border: none;
  outline: none;
  font-size: 15px;
  background-color: #fff;
}

/* Unit dropdown */
.plot-area-type {
  flex: 0 0 80px;
  padding: 10px 12px;
  border: none;
  background-color: #f1f3f5;
  color: #555;
  font-size: 14px;
  outline: none;
}

/* Focus effect on the whole field */
.plot-area-input:focus-within {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}