@font-face {
  font-family: "feather";
  src: url(/fonts/feather.eot?ba142c9a3d0f5747c3470e1126aa9e88); /* IE9*/
  src: url(/fonts/feather.eot?ba142c9a3d0f5747c3470e1126aa9e88#iefix) format("embedded-opentype"), url(/fonts/feather.woff?3fa166a56aa3839c5d12598e38b2d877) format("woff"), url(/fonts/feather.ttf?aaacbaee6c14b4207d39846c6d971e1f) format("truetype"), url(/fonts/feather.svg?68000ec2e5401dd81479b093e83daf58#feather) format("svg"); /* iOS 4.1- */
}
.data-list-view-header .table-responsive .top,
.data-thumb-view-header .table-responsive .top {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.data-list-view-header .table-responsive .top .action-btns,
.data-thumb-view-header .table-responsive .top .action-btns {
  margin-top: 1.5rem;
  display: flex;
}
.data-list-view-header .table-responsive .top .action-btns .actions-dropodown,
.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
  box-shadow: 0 2px 8px 0 rgba(34, 41, 47, 0.14);
  border-radius: 0.5rem;
  margin-right: 0.75rem;
}
.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle,
.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle {
  font-size: 1.125rem;
  font-weight: 500;
}
.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after,
.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after {
  left: 0;
}
.data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn,
.data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn {
  padding: 0.9rem 0.938rem;
}
.data-list-view-header .table-responsive .top .dataTables_length,
.data-thumb-view-header .table-responsive .top .dataTables_length {
  display: inline-block;
}
.data-list-view-header .table-responsive .top .dataTables_length .custom-select,
.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select {
  width: 8.714rem;
  height: 3rem;
  border-radius: 1.428rem;
  border: 1px solid #dae1e7;
  font-size: 1rem;
  background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
}
.data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus,
.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus {
  box-shadow: none;
}
.data-list-view-header .table-responsive .top .dataTables_filter,
.data-thumb-view-header .table-responsive .top .dataTables_filter {
  display: inline-block;
}
.data-list-view-header .table-responsive .top .dataTables_filter .form-control,
.data-thumb-view-header .table-responsive .top .dataTables_filter .form-control {
  padding: 1.45rem 2.8rem !important;
  border-radius: 1.428rem;
  border: 1px solid #dae1e7;
}
.data-list-view-header .table-responsive .top .dataTables_filter label,
.data-thumb-view-header .table-responsive .top .dataTables_filter label {
  position: relative;
}
.data-list-view-header .table-responsive .top .dataTables_filter label:after,
.data-thumb-view-header .table-responsive .top .dataTables_filter label:after {
  content: "\e8bd";
  font-family: "feather";
  position: absolute;
  left: 1.428rem;
  top: 0.928rem;
}
.data-list-view-header .add-new-data-sidebar .overlay-bg,
.data-thumb-view-header .add-new-data-sidebar .overlay-bg {
  background: rgba(34, 41, 47, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1032;
}
.data-list-view-header .add-new-data-sidebar .overlay-bg.show,
.data-thumb-view-header .add-new-data-sidebar .overlay-bg.show {
  opacity: 1;
  display: block;
}
.data-list-view-header .add-new-data-sidebar .add-new-data,
.data-thumb-view-header .add-new-data-sidebar .add-new-data {
  width: 28.57rem;
  max-width: 90vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  z-index: 1033;
  box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05);
  transform: translateX(100%);
  transition: all 0.25s ease;
  overflow: hidden;
}
.data-list-view-header .add-new-data-sidebar .add-new-data.show,
.data-thumb-view-header .add-new-data-sidebar .add-new-data.show {
  transform: translateX(0%);
}
.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title {
  padding-bottom: 0.714rem;
  border-bottom: 1px solid rgba(34, 41, 47, 0.1);
}
.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar {
  position: relative;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i {
  position: absolute;
  font-size: 1.71rem;
  right: 0;
  top: -0.1428rem;
  cursor: pointer;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
  border-bottom: 1px solid rgba(34, 41, 47, 0.1);
  height: calc(100vh - 10rem);
  position: relative;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col {
  margin-top: 1.25rem;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload {
  margin-top: 2rem;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone {
  min-height: 14.285rem;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message {
  height: auto;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before {
  font-size: 2.857rem;
}

table.data-list-view,
table.data-thumb-view {
  border-spacing: 0 0.9rem;
  padding: 0 0.7rem;
}
table.data-list-view thead th,
table.data-thumb-view thead th {
  padding: 0.714rem 1.785rem;
  font-weight: 600;
}
table.data-list-view thead th input:focus,
table.data-thumb-view thead th input:focus {
  outline: 0;
}
table.data-list-view thead th:first-child,
table.data-thumb-view thead th:first-child {
  padding-left: 0;
}
table.data-list-view thead .sorting_asc,
table.data-list-view thead .sorting_desc,
table.data-list-view thead .sorting,
table.data-thumb-view thead .sorting_asc,
table.data-thumb-view thead .sorting_desc,
table.data-thumb-view thead .sorting {
  padding-right: inherit;
}
table.data-list-view thead .sorting_asc:before,
table.data-list-view thead .sorting_desc:before,
table.data-list-view thead .sorting:before,
table.data-thumb-view thead .sorting_asc:before,
table.data-thumb-view thead .sorting_desc:before,
table.data-thumb-view thead .sorting:before {
  font-size: 0.7rem;
  left: 0.857rem;
  top: 0.642rem;
}
table.data-list-view thead .sorting_asc:after,
table.data-list-view thead .sorting_desc:after,
table.data-list-view thead .sorting:after,
table.data-thumb-view thead .sorting_asc:after,
table.data-thumb-view thead .sorting_desc:after,
table.data-thumb-view thead .sorting:after {
  font-size: 0.7rem;
  left: 0.857rem;
  top: 1.071rem;
}
table.data-list-view thead .dt-checkboxes-select-all input,
table.data-thumb-view thead .dt-checkboxes-select-all input {
  width: 0;
  position: relative;
}
table.data-list-view thead .dt-checkboxes-select-all input:before,
table.data-thumb-view thead .dt-checkboxes-select-all input:before {
  border: 2px solid #b4b4b4;
  content: "";
  width: 1.071rem;
  height: 1.071rem;
  padding: 0;
  border-radius: 2px;
  transition: all 0.2s ease;
  transform: rotate(-90deg);
  overflow: hidden;
  transition: all 0.2s ease;
  position: absolute;
}
table.data-list-view thead .dt-checkboxes-select-all input:after,
table.data-thumb-view thead .dt-checkboxes-select-all input:after {
  background-color: #1976d2;
  border: 2px solid #1976d2;
  font-family: "feather";
  content: "\e83f";
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff;
  opacity: 0;
  position: absolute;
  width: 0.928rem;
  height: 1rem;
  transform: translate(100%);
  transform-origin: right;
  transition: all 0.2s ease;
  overflow: hidden;
}
table.data-list-view thead .dt-checkboxes-select-all input:active:checked:after,
table.data-thumb-view thead .dt-checkboxes-select-all input:active:checked:after {
  transform: translate(3px);
}
table.data-list-view thead .dt-checkboxes-select-all input:checked:before,
table.data-thumb-view thead .dt-checkboxes-select-all input:checked:before {
  border: 2px solid #1976d2;
  transform: rotate(0deg);
}
table.data-list-view thead .dt-checkboxes-select-all input:checked:after,
table.data-thumb-view thead .dt-checkboxes-select-all input:checked:after {
  transition: all 0.2s ease;
  opacity: 1;
  transform: translate(0);
}
table.data-list-view tbody tr,
table.data-thumb-view tbody tr {
  background-color: #fff;
  box-shadow: rgba(34, 41, 47, 0.05) 0 4px 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
table.data-list-view tbody tr:hover,
table.data-thumb-view tbody tr:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease;
}
table.data-list-view tbody tr td:first-child,
table.data-thumb-view tbody tr td:first-child {
  padding-left: 1rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
table.data-list-view tbody tr td:last-child,
table.data-thumb-view tbody tr td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
table.data-list-view tbody tr.selected td,
table.data-thumb-view tbody tr.selected td {
  border-radius: 0;
}
table.data-list-view tbody td,
table.data-thumb-view tbody td {
  padding: 3px;
  border: none;
  vertical-align: middle;
}
table.data-list-view tbody td input:focus,
table.data-thumb-view tbody td input:focus {
  outline: 0;
}
table.data-list-view tbody td.product-name,
table.data-thumb-view tbody td.product-name {
  font-weight: 500;
}
table.data-list-view tbody td:focus,
table.data-thumb-view tbody td:focus {
  outline: 0;
}
table.data-list-view tbody td.dt-checkboxes-cell input,
table.data-thumb-view tbody td.dt-checkboxes-cell input {
  width: 0;
  position: relative;
}
table.data-list-view tbody td.dt-checkboxes-cell input:before,
table.data-thumb-view tbody td.dt-checkboxes-cell input:before {
  border: 2px solid #b4b4b4;
  position: absolute;
  left: -8px;
  content: "";
  width: 1.071rem;
  height: 1.071rem;
  padding: 0;
  border-radius: 2px;
  transform: rotate(-90deg);
  overflow: hidden;
  transition: all 0.2s ease;
}
table.data-list-view tbody td.dt-checkboxes-cell input:after,
table.data-thumb-view tbody td.dt-checkboxes-cell input:after {
  background-color: #1976d2;
  font-family: "feather";
  content: "\e83f";
  font-size: 0.75rem;
  color: #fff;
  opacity: 0;
  position: absolute;
  left: -0.4285rem;
  width: 0.857rem;
  height: 1rem;
  overflow: hidden;
  transform: rotate(-90deg) translate(100%);
  transform-origin: right;
  transition: all 0.2s ease;
}
table.data-list-view tbody td.dt-checkboxes-cell input:active:checked:after,
table.data-thumb-view tbody td.dt-checkboxes-cell input:active:checked:after {
  transform: translate(3px);
}
table.data-list-view tbody td.dt-checkboxes-cell input:checked:before,
table.data-thumb-view tbody td.dt-checkboxes-cell input:checked:before {
  transform: rotate(0deg);
  border: 2px solid #1976d2;
  transition: all 0.2s ease;
}
table.data-list-view tbody td.dt-checkboxes-cell input:checked:after,
table.data-thumb-view tbody td.dt-checkboxes-cell input:checked:after {
  opacity: 1;
  transition: all 0.2s ease;
  transform: rotate(0deg) translate(0);
}
table.data-list-view tbody td .progress,
table.data-thumb-view tbody td .progress {
  margin-bottom: 0;
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

table.data-thumb-view tbody tr td {
  padding-top: 0.714rem;
  padding-bottom: 0.714rem;
}
table.data-thumb-view tbody tr td.product-img img {
  height: 7.857rem;
}

@media (max-width: 768px) {
  #data-list-view .table-responsive .top,
  #data-thumb-view .table-responsive .top {
    flex-direction: column;
  }
  #data-list-view .table-responsive .dt-buttons,
  #data-thumb-view .table-responsive .dt-buttons {
    width: auto;
    text-align: left;
  }
  #data-list-view .table-responsive .dataTables_length,
  #data-list-view .table-responsive .dataTables_filter,
  #data-thumb-view .table-responsive .dataTables_length,
  #data-thumb-view .table-responsive .dataTables_filter {
    text-align: right;
  }
}
@media (max-width: 576px) {
  .add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before {
    top: 3.428rem;
  }
}
_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,
_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,
_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,
_:-ms-lang(x) thead tr th.dt-checkboxes-cell input,
.data-list-view tbody tr td.dt-checkboxes-cell input,
.data-list-view tbody tr th.dt-checkboxes-cell input,
.data-list-view thead tr td.dt-checkboxes-cell input,
.data-list-view thead tr th.dt-checkboxes-cell input,
.data-thumb-view tbody tr td.dt-checkboxes-cell input,
.data-thumb-view tbody tr th.dt-checkboxes-cell input,
.data-thumb-view thead tr td.dt-checkboxes-cell input,
.data-thumb-view thead tr th.dt-checkboxes-cell input {
  width: auto;
}
_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control,
.data-list-view .table-responsive .top .dataTables_filter .form-control,
.data-thumb-view .table-responsive .top .dataTables_filter .form-control {
  height: 1.4rem !important;
  padding: 0rem 0.5rem !important;
}
_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control:after,
.data-list-view .table-responsive .top .dataTables_filter .form-control:after,
.data-thumb-view .table-responsive .top .dataTables_filter .form-control:after {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #data-list-view .table-responsive .top .dataTables_filter .form-control,
  #data-thumb-view .table-responsive .top .dataTables_filter .form-control {
    height: 3rem !important;
    padding: 0rem 1rem !important;
  }
  #data-list-view .table-responsive .top .dataTables_filter label:after,
  #data-thumb-view .table-responsive .top .dataTables_filter label:after {
    display: none;
  }
}
@supports (-moz-osx-font-smoothing: auto) {
  .data-list-view input,
  .data-thumb-view input {
    width: auto !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    table.data-list-view tbody td.dt-checkboxes-cell input:after, table.data-thumb-view tbody td.dt-checkboxes-cell input:after {
      left: -0.485rem;
    }
    .data-list-view .dt-checkboxes-cell input,
    .data-thumb-view .dt-checkboxes-cell input {
      -webkit-appearance: none;
      top: -10px;
    }
  }
}
.data-list-view .mac-checkbox,
.data-thumb-view .mac-checkbox {
  -webkit-appearance: none;
  top: -10px;
}

.dark-layout .data-list-view-header .table-responsive .top .action-btns .actions-dropodown,
.dark-layout .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle,
.dark-layout .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle {
  color: #d0d2d6;
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn,
.dark-layout .data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn {
  color: #d0d2d6;
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn:hover,
.dark-layout .data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn:hover {
  background-color: #161d31;
  transform: translateY(-2px);
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_length label,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_length label {
  color: #d0d2d6;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_length .custom-select,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_length .custom-select {
  background-color: #283046;
  border-color: #404656;
  color: #b4b7bd;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_length .custom-select option,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_length .custom-select option {
  background-color: #283046;
  color: #b4b7bd;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus {
  border-color: #1976d2;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_filter label,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_filter label {
  color: #d0d2d6;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_filter label:after,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_filter label:after {
  color: #676d7d;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_filter .form-control,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_filter .form-control {
  background-color: #283046;
  border-color: #404656;
  color: #b4b7bd;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_filter .form-control::-moz-placeholder, .dark-layout .data-thumb-view-header .table-responsive .top .dataTables_filter .form-control::-moz-placeholder {
  color: #676d7d;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_filter .form-control::placeholder,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_filter .form-control::placeholder {
  color: #676d7d;
}
.dark-layout .data-list-view-header .table-responsive .top .dataTables_filter .form-control:focus,
.dark-layout .data-thumb-view-header .table-responsive .top .dataTables_filter .form-control:focus {
  background-color: #283046;
  border-color: #1976d2;
  color: #b4b7bd;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.dark-layout .data-list-view-header .add-new-data-sidebar .overlay-bg,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .overlay-bg {
  background: rgba(0, 0, 0, 0.7);
}
.dark-layout .data-list-view-header .add-new-data-sidebar .overlay-bg.show,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .overlay-bg.show {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data {
  background: #283046;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title {
  color: #d0d2d6;
  border-bottom-color: #3b4253;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i {
  color: #b4b7bd;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i:hover,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i:hover {
  color: #d0d2d6;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
  border-bottom-color: #3b4253;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col label,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col label {
  color: #d0d2d6;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control {
  background-color: #283046;
  border-color: #404656;
  color: #b4b7bd;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control::-moz-placeholder, .dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control::-moz-placeholder {
  color: #676d7d;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control::placeholder,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control::placeholder {
  color: #676d7d;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control:focus,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .form-control:focus {
  background-color: #283046;
  border-color: #1976d2;
  color: #b4b7bd;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone {
  background-color: #161d31;
  border-color: #3b4253;
  color: #676d7d;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message {
  color: #676d7d;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before {
  color: #676d7d;
}
.dark-layout .data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone:hover,
.dark-layout .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone:hover {
  background-color: rgba(40, 48, 70, 0.5);
  border-color: #1976d2;
}
.dark-layout table.data-list-view thead th,
.dark-layout table.data-thumb-view thead th {
  color: #d0d2d6;
  background-color: transparent;
  border-bottom: 2px solid #3b4253;
}
.dark-layout table.data-list-view thead .dt-checkboxes-select-all input:before,
.dark-layout table.data-thumb-view thead .dt-checkboxes-select-all input:before {
  border-color: #3b4253;
  background-color: #283046;
}
.dark-layout table.data-list-view thead .dt-checkboxes-select-all input:checked:before,
.dark-layout table.data-thumb-view thead .dt-checkboxes-select-all input:checked:before {
  border-color: #1976d2;
  background-color: #1976d2;
}
.dark-layout table.data-list-view thead .sorting,
.dark-layout table.data-list-view thead .sorting_asc,
.dark-layout table.data-list-view thead .sorting_desc,
.dark-layout table.data-thumb-view thead .sorting,
.dark-layout table.data-thumb-view thead .sorting_asc,
.dark-layout table.data-thumb-view thead .sorting_desc {
  color: #d0d2d6;
}
.dark-layout table.data-list-view thead .sorting:before, .dark-layout table.data-list-view thead .sorting:after,
.dark-layout table.data-list-view thead .sorting_asc:before,
.dark-layout table.data-list-view thead .sorting_asc:after,
.dark-layout table.data-list-view thead .sorting_desc:before,
.dark-layout table.data-list-view thead .sorting_desc:after,
.dark-layout table.data-thumb-view thead .sorting:before,
.dark-layout table.data-thumb-view thead .sorting:after,
.dark-layout table.data-thumb-view thead .sorting_asc:before,
.dark-layout table.data-thumb-view thead .sorting_asc:after,
.dark-layout table.data-thumb-view thead .sorting_desc:before,
.dark-layout table.data-thumb-view thead .sorting_desc:after {
  opacity: 0.6;
}
.dark-layout table.data-list-view thead .sorting:hover,
.dark-layout table.data-list-view thead .sorting_asc:hover,
.dark-layout table.data-list-view thead .sorting_desc:hover,
.dark-layout table.data-thumb-view thead .sorting:hover,
.dark-layout table.data-thumb-view thead .sorting_asc:hover,
.dark-layout table.data-thumb-view thead .sorting_desc:hover {
  color: #1976d2;
}
.dark-layout table.data-list-view thead .sorting:hover:before, .dark-layout table.data-list-view thead .sorting:hover:after,
.dark-layout table.data-list-view thead .sorting_asc:hover:before,
.dark-layout table.data-list-view thead .sorting_asc:hover:after,
.dark-layout table.data-list-view thead .sorting_desc:hover:before,
.dark-layout table.data-list-view thead .sorting_desc:hover:after,
.dark-layout table.data-thumb-view thead .sorting:hover:before,
.dark-layout table.data-thumb-view thead .sorting:hover:after,
.dark-layout table.data-thumb-view thead .sorting_asc:hover:before,
.dark-layout table.data-thumb-view thead .sorting_asc:hover:after,
.dark-layout table.data-thumb-view thead .sorting_desc:hover:before,
.dark-layout table.data-thumb-view thead .sorting_desc:hover:after {
  opacity: 0.8;
}
.dark-layout table.data-list-view tbody tr,
.dark-layout table.data-thumb-view tbody tr {
  background-color: #283046;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 20px 0;
  border: 1px solid #3b4253;
}
.dark-layout table.data-list-view tbody tr:hover,
.dark-layout table.data-thumb-view tbody tr:hover {
  background-color: rgba(40, 48, 70, 0.8);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 30px 0;
  transform: translateY(-6px);
  border-color: rgba(25, 118, 210, 0.3);
}
.dark-layout table.data-list-view tbody tr.selected,
.dark-layout table.data-thumb-view tbody tr.selected {
  background-color: rgba(25, 118, 210, 0.1);
  border-color: #1976d2;
}
.dark-layout table.data-list-view tbody tr.selected td,
.dark-layout table.data-thumb-view tbody tr.selected td {
  background-color: transparent;
}
.dark-layout table.data-list-view tbody tr td,
.dark-layout table.data-thumb-view tbody tr td {
  color: #b4b7bd;
  background-color: transparent;
  border: none;
}
.dark-layout table.data-list-view tbody tr td.product-name,
.dark-layout table.data-thumb-view tbody tr td.product-name {
  color: #d0d2d6;
}
.dark-layout table.data-list-view tbody tr td.dt-checkboxes-cell input:before,
.dark-layout table.data-thumb-view tbody tr td.dt-checkboxes-cell input:before {
  border-color: #3b4253;
  background-color: #283046;
}
.dark-layout table.data-list-view tbody tr td.dt-checkboxes-cell input:checked:before,
.dark-layout table.data-thumb-view tbody tr td.dt-checkboxes-cell input:checked:before {
  border-color: #1976d2;
  background-color: #1976d2;
}
.dark-layout table.data-list-view tbody tr td .progress,
.dark-layout table.data-thumb-view tbody tr td .progress {
  background-color: #161d31;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.dark-layout table.data-list-view tbody tr td .progress .progress-bar,
.dark-layout table.data-thumb-view tbody tr td .progress .progress-bar {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
}
.dark-layout table.data-list-view tbody tr td a,
.dark-layout table.data-thumb-view tbody tr td a {
  color: #1976d2;
}
.dark-layout table.data-list-view tbody tr td a:hover,
.dark-layout table.data-thumb-view tbody tr td a:hover {
  color: rgb(54.829787234, 143.4765957447, 231.170212766);
}
.dark-layout table.data-list-view tbody tr td .btn.btn-sm,
.dark-layout table.data-thumb-view tbody tr td .btn.btn-sm {
  border-color: #3b4253;
}
.dark-layout table.data-list-view tbody tr td .btn.btn-sm:hover,
.dark-layout table.data-thumb-view tbody tr td .btn.btn-sm:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.dark-layout table.data-list-view tbody tr td .badge.badge-light,
.dark-layout table.data-thumb-view tbody tr td .badge.badge-light {
  background-color: #161d31;
  color: #b4b7bd;
}
.dark-layout table.data-thumb-view tbody tr td.product-img img {
  border: 2px solid #3b4253;
  border-radius: 0.5rem;
}
.dark-layout table.data-thumb-view tbody tr td.product-img img:hover {
  border-color: #1976d2;
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
}
.dark-layout .dropdown-menu {
  background-color: #283046;
  border-color: #3b4253;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.dark-layout .dropdown-menu .dropdown-item {
  color: #b4b7bd;
}
.dark-layout .dropdown-menu .dropdown-item:hover, .dark-layout .dropdown-menu .dropdown-item:focus {
  background-color: #161d31;
  color: #1976d2;
}
.dark-layout .dropdown-menu .dropdown-item:active {
  background-color: #1976d2;
  color: #fff;
}
.dark-layout .dropdown-menu .dropdown-divider {
  border-color: #3b4253;
}
.dark-layout .dataTables_paginate .pagination .page-item .page-link {
  background-color: #283046;
  border-color: #3b4253;
  color: #b4b7bd;
}
.dark-layout .dataTables_paginate .pagination .page-item .page-link:hover {
  background-color: #161d31;
  border-color: #1976d2;
  color: #1976d2;
}
.dark-layout .dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #1976d2;
  border-color: #1976d2;
  color: #fff;
}
.dark-layout .dataTables_paginate .pagination .page-item.disabled .page-link {
  background-color: #161d31;
  border-color: #3b4253;
  color: #676d7d;
}
.dark-layout .dataTables_info {
  color: #676d7d;
}
.dark-layout .data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn,
.dark-layout .data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn {
  transition: all 0.3s ease;
}
.dark-layout .data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn:hover,
.dark-layout .data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn:hover {
  box-shadow: 0 4px 15px rgba(25, 118, 210, 0.2);
}
