body {
  font-family: "IBM Plex Sans" !important;
}

a {
  color: rgb(3, 195, 251);
}

.btn-outline-danger {
  color: #E82646 !important;
  border-color: #E82646 !important;
}

.btn-outline-danger:hover {
  color: white !important;
}

.custom-page-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.app-sidebar__toggle {
  display: none;
}

.breadcrumb {
  font-size: 14px !important;
  font-weight: 400;
  color: rgb(158, 158, 148);
}
.breadcrumb .breadcrumb-item:hover {
  border-bottom: 1px solid #9E9E94;
}
.breadcrumb .breadcrumb-item a:hover {
  color: rgb(158, 158, 148);
}

.breadcrumb .breadcrumb-item.active {
  color: rgb(3, 195, 251);
  font-weight: 700;
  border-bottom: none;
}
.breadcrumb .breadcrumb-item.active a {
  color: rgb(3, 195, 251);
  border-bottom: none !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(3, 195, 251);
}

.grey-arrow {
  padding-right: 10px;
}

.header .select2-container--default .select2-selection--single {
  border: 1.5px solid #0A0C36 !important;
}
.header .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.header .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgb(10, 12, 54) !important;
  font-weight: 500;
}

.select2-search--dropdown {
  padding: 8px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px !important;
  color: #0A0C36 !important;
  font-family: "IBM Plex Sans";
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1.5px solid #D1D1D1 !important;
  border-radius: 4px !important;
  padding: 9px 9px 9px 37px;
  background-image: url("/images/menu-icon/search.svg");
  background-repeat: no-repeat;
  background-position: 12px;
}

.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: white !important;
  color: rgb(40, 47, 83) !important;
  font-size: 14px;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-results__option--highlighted.select2-results__option--selectableactive {
  font-weight: 500;
}

.select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: rgb(240, 240, 245) !important;
}

.select2-results {
  border-top: 1px solid #f0f0f5;
}

.select2-container--default .select2-results > .select2-results__options {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}

.header-switch-store-section span.select2.select2-container {
  min-width: 300px;
}

.select2-dropdown {
  border: none !important;
  box-shadow: 0px 0px 16px 0px rgba(26, 26, 26, 0.1);
}

.initials {
  border: 1px solid rgb(38, 48, 99);
  background-color: rgb(234, 233, 249);
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  font-family: "inter";
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box {
  display: flex;
  padding: 0px 0px 0px 12px;
  margin: 8px;
  max-width: 224px;
}
.search-box input {
  border: none;
  padding: 9px;
  width: 100%;
  outline: none;
  border-radius: 4px;
}

div.table-responsive > div.dataTables_wrapper > div.row:first-child, div.has-fixed-pagination > div.dataTables_wrapper > div.row:first-child {
  position: fixed;
  bottom: 10px;
  z-index: 40;
  left: 500px;
}

#orders_wrapper label {
  position: fixed;
  bottom: 10px;
  z-index: 40;
  left: 500px;
}

@media (max-width: 767px) {
  .app-sidebar__toggle {
    display: block;
  }
  .custom-page-header {
    display: none;
  }
}
.sidebar-mini .app-sidebar {
  width: 248px;
}

.side-header {
  width: 248px;
}

.tenant-item {
  height: 234px;
  overflow-y: scroll;
}

.btn-primary:hover {
  background-color: #0A0C36 !important;
  opacity: 100% !important;
}

.btn-primary:disabled, .btn-info:disabled {
  opacity: 35% !important;
}

.btn-info {
  background-color: var(--btn-info-color);
  border-color: var(--btn-info-color);
}
.btn-info:disabled {
  opacity: 35%;
}
.btn-info:focus {
  background-color: var(--btn-info-color);
  border-color: var(--btn-info-color);
}

.btn-info:hover {
  background-color: #263063 !important;
  border-color: #263063 !important;
  opacity: 100%;
}

.btn-info-outline {
  color: var(--btn-info-color);
  border-color: var(--btn-info-color);
}

.btn-info-outline:hover {
  background-color: var(--btn-info-color) !important;
  color: white;
  opacity: 100%;
}

.moon {
  display: none;
}

.side-header .header-brand1 {
  width: 144px;
  height: 50px;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 248px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  display: none;
  z-index: 1;
}

.form-control[readonly] {
  background-color: #F0F0F5 !important;
}

.form-control:disabled {
  background-color: #F0F0F5 !important;
}

.lucky-message {
  font-weight: 500;
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 33.6px;
}

.missing-file-header {
  font-family: "IBM Plex Sans";
}
.missing-file-header span {
  color: #03C3FB;
}

.include-order-label {
  color: black;
}

.custom-replication-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.replication-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 24px;
  align-items: start;
}

.replication-grid-item:has(:checked) .img-title {
  font-weight: 600;
}

.img-title {
  font-weight: 400;
  font-size: 12px;
  font-family: "IBM Plex Sans";
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.table th {
  color: #9E9E94;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  text-transform: capitalize;
}

.table {
  color: #0A0C36;
}
.table thead {
  white-space: nowrap;
}
.table td {
  vertical-align: middle;
}

.header .select2-container--default .select2-selection--single:hover {
  border: 1px solid #9E9E94 !important;
}

table.dataTable thead > tr > th.sorting:before {
  background-image: url("/images/menu-icon/upper-grey-arrow.svg");
  content: "" !important;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

table.dataTable thead > tr > th.sorting:after {
  background-image: url("/images/menu-icon/down-grey-arrow.svg");
  content: "" !important;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

table.dataTable thead > tr > th.sorting:before {
  opacity: 100% !important;
}

table.dataTable thead > tr > th.sorting:after {
  opacity: 100% !important;
}

.store-no {
  color: #03C3FB;
}

.app-content {
  margin-left: 248px !important;
}

.image-cell {
  background-color: #F0F0F5;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 2px;
}

.color {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: 1.5px solid #F0F0F5;
  position: relative;
  display: inline-flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  line-height: 8px;
}
.color.is-featured {
  border-color: #03C3FB;
}

.color-container {
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -4px;
}
.color-container input {
  cursor: pointer;
  display: none;
}
.color-container .color-checkmark {
  position: absolute;
  top: 2px;
  left: 3px;
  height: 16px;
  width: 16px;
  border: 1px solid transparent;
  border-radius: 64px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-container .color-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.color-container input:checked ~ .color-checkmark:after {
  display: block;
}

[data-color-html="#ffffff"] .color-checkmark:after {
  border: solid #666666;
  border-width: 0 2px 2px 0;
}

.sub-title {
  font-family: "IBM Plex Sans";
  color: #0A0C36;
  font-weight: 600;
  margin-bottom: 24px;
}

.switchery {
  height: 16px !important;
  width: 32px !important;
}

.switchery > small {
  height: 14px !important;
  width: 14px !important;
  top: 1px !important;
}

.table-card {
  padding: 0px !important;
}

.custom-outline-dropdown {
  position: relative;
  display: inline-block;
}
.custom-outline-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #05c3fb;
}

.custom-outline-dropdown select, .custom-outline-dropdown .custom-input {
  width: auto;
  padding: 10px 44px 10px 16px;
  border-radius: 4px;
  appearance: none;
  background: transparent;
  outline: none;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  border: 1px solid var(--btn-info-color);
  color: var(--btn-info-color);
  line-height: 19.2px;
}
.custom-outline-dropdown select option, .custom-outline-dropdown .custom-input option {
  color: #0A0C36;
}
.custom-outline-dropdown select:hover, .custom-outline-dropdown .custom-input:hover {
  background-color: var(--btn-info-color);
  color: white;
}

.custom-outline-dropdown .custom-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  height: auto;
}

.btn-info-outline:hover {
  background-color: var(--btn-info-color) !important;
  color: white;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.model-table > :not(caption) > * > * {
  border-bottom-width: 1px;
}

.table tr:hover td {
  background-color: #F0F0F5;
}

.preview-table {
  font-size: 12px;
  margin-bottom: 0px;
}
.preview-table a {
  color: #03C3FB;
}

.gallery-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  color: #0a0c36;
}

.gallery-modal {
  max-width: 704px;
}

.gallery-img-preview {
  height: 40px;
  object-fit: contain;
  background-color: #F0F0F5;
}

.tenant-item::-webkit-scrollbar {
  width: 8px;
  height: 56px;
}

.tenant-item::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 4px;
}
.tenant-item::-webkit-scrollbar-thumb:hover {
  background-color: #D1D1D1;
}
.tenant-item::-webkit-scrollbar-thumb:active {
  background-color: #D1D1D1;
}

.tenant-item::-webkit-scrollbar-track {
  background-color: #F0F0F5;
  border-radius: 4px;
}

.files-scroll {
  overflow-y: auto;
  max-height: 296px;
  padding-right: 8px;
}

.files-scroll::-webkit-scrollbar {
  width: 8px;
  height: 26px;
}

.files-scroll::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 4px;
}
.files-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #D1D1D1;
}
.files-scroll::-webkit-scrollbar-thumb:active {
  background-color: #D1D1D1;
}

.files-scroll::-webkit-scrollbar-track {
  background-color: #F0F0F5;
  border-radius: 4px;
  margin-left: 8px;
}

.app-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 56px;
}

.app-sidebar::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 4px;
}
.app-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #D1D1D1;
}
.app-sidebar::-webkit-scrollbar-thumb:active {
  background-color: #D1D1D1;
}

.app-sidebar::-webkit-scrollbar-track {
  background-color: #F0F0F5;
  border-radius: 4px;
}

.zoom-box {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  background-color: rgba(10, 12, 54, 0.25);
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 7px;
  top: 9px;
  display: none;
}

.zoom-circle {
  height: 36px;
  width: 36px;
  border-radius: 20px;
  background-color: white;
}

.model-table tr {
  position: relative;
}
.model-table tr:hover .zoom-box {
  display: flex;
}

.qr-table .qr-img {
  position: relative;
}
.qr-table .qr-img:hover .zoom-box {
  display: flex;
  left: 11px;
  top: 11px;
}

.preview-table tr {
  position: relative;
}

.preview-img {
  height: 48px;
  object-fit: contain;
  background-color: #F0F0F5;
}
.preview-img:hover .zoom-box {
  display: flex;
  left: 460px;
  top: 12px;
}

.dropdown-menu > li > a {
  color: #0A0C36;
  font-weight: 400;
  border-top: 1px solid #F0F0F5;
}

.dropdown-menu {
  padding: 0px !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #0A0C36;
  background-color: rgb(240, 240, 245);
}

.publish {
  padding-left: 32px !important;
}

.table > thead > tr > th {
  font-weight: 600;
}

.retail-header {
  border-bottom: 1px solid rgb(240, 240, 245);
}

.success-modal {
  width: 554px;
  background-color: rgb(45, 181, 102);
  border-radius: 8px;
  padding: 16px 20px;
  color: white;
  font-weight: 500;
  margin: auto;
}
.success-modal a {
  color: white;
  text-decoration: underline;
  margin-right: 66px;
}

div.dataTables_wrapper div.dataTables_filter {
  display: none;
}

.custom-input input {
  padding-top: 3px !important;
  padding-bottom: 2px !important;
}

.layer-header {
  font-size: 10px;
  font-weight: 400;
}

.resolution-text {
  font-size: 10px;
}

div.table-responsive > div.dataTables_wrapper > div.row:last-child, div.has-fixed-pagination > div.dataTables_wrapper > div:last-child, #orders_wrapper > div:last-child {
  position: fixed;
  bottom: 0;
  left: 248px;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 21px 32px;
  background-color: white;
}

#orders_wrapper > div:last-child, div.dataTables_wrapper > div:last-child {
  justify-content: space-between;
}

.custom-whole-label {
  position: absolute;
  top: 2px;
  z-index: 7;
  left: 28px;
}

.variant-title {
  font-weight: 600;
  font-size: 16px;
}

.card-img-top {
  aspect-ratio: 1;
  border-radius: 2px;
  background-color: #F0F0F5;
}

.browse-products-grid .card {
  padding: 8px 16px;
  box-shadow: none;
}
.browse-products-grid .card:hover {
  box-shadow: 0px 0px 16px 0px rgba(26, 26, 26, 0.1019607843);
}
.browse-products-grid .card .card-body {
  padding: 0px;
}
.browse-products-grid .card .card-body h4 {
  font-size: 12px;
}
.browse-products-grid .card .card-body h2 {
  background-color: #F0F0F5;
  border-radius: 4px;
  padding: 2px 4px 4px 4px;
  font-size: 12px;
  line-height: 12px;
}

.apparel-card {
  padding: 24px !important;
}

.custom-background {
  background-color: #03C3FB;
  border-radius: 4px;
}
.custom-background select {
  color: white !important;
}
.custom-background select:hover {
  background-color: #263063;
  border: 1px solid #263063;
}

.new-product-title {
  font-size: 12px;
  font-weight: 500;
}

.dropdown-item {
  padding-left: 16px !important;
  padding-right: 38px !important;
}

.include-container {
  position: relative;
  white-space: nowrap;
}
.include-container input {
  opacity: 0;
}

.include-checkmark {
  display: block;
  position: absolute;
  width: 18px;
  left: 0px;
  top: 0px;
  height: 18px;
  background-image: url("/images/menu-icon/un-checked.svg");
  background-size: cover;
}

.include-container input:checked + .include-checkmark {
  background-image: url("/images/menu-icon/click-check.svg");
}

.user-card, .stores-card, .shared-card, .push-card {
  padding: 0px;
}

.stores-card .dropdown-menu.show {
  transform: translate(10px, 18px) !important;
}

.gallery-dropdown .dropdown-menu {
  min-width: 55px !important;
}
.gallery-dropdown .dropdown-menu .dropdown-item {
  padding-left: 18px !important;
  padding-right: 12px !important;
}
.gallery-dropdown .dropdown-menu img {
  max-width: none;
}

.file-title {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.file h4 {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}
.file p {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.list-right-btn {
  padding: 8px;
  border: 1px solid #D1D1D1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-left-btn {
  padding: 8px;
  border: 1px solid #D1D1D1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grey-list-btn {
  background-color: #D1D1D1;
}

.white-list-btn {
  background-color: white;
}

.dashboard-font {
  font-size: 24px;
  line-height: 33.6px;
}

.dashboard-font-weight {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
}

.checklist-header {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.2px;
}

.start-checklist {
  border-radius: 8px;
  overflow: hidden;
}
.start-checklist li a {
  font-weight: 400;
  line-height: 16.8px;
}
.start-checklist li a:hover span {
  text-decoration: underline;
}

.statistics td {
  color: #0A0C36;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 400;
  border-bottom: none;
}
.statistics a {
  color: #0A0C36;
  font-weight: 600;
}

.top-list-stores td {
  color: #0A0C36;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 400;
}
.top-list-stores td a {
  color: #03C3FB !important;
  text-decoration: underline !important;
}

.cancel-box {
  display: none;
  width: 100%;
  position: absolute;
  left: 9px;
  top: 13px;
}

.cancel-cross {
  padding-right: 21px;
  cursor: pointer;
}

.dash-card {
  height: 60px;
}
.dash-card:hover .period-time {
  display: none;
}
.dash-card:hover .cancel-box {
  display: block;
}

.top-dash-card {
  padding: 18px 24px;
}

.table {
  margin-bottom: 0px !important;
  font-size: 12px;
}

.missing-file-card {
  padding: 0px;
}

.dashboard-switch-store .custom-arrow {
  top: 58%;
}
.dashboard-switch-store .select2-container--default .select2-selection--single {
  background-color: transparent !important;
}
.dashboard-switch-store .select2-container .select2-selection--single .select2-selection__rendered {
  color: #05c3fb !important;
  border: 1px solid #05c3fb !important;
  border-radius: 4px !important;
  font-weight: 600;
  padding: 2px 40px 1px 8px;
}
.dashboard-switch-store .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.dashboard-switch-store span.select2.select2-container {
  min-width: 115px !important;
}

.missing-file-table {
  font-size: 12px;
}
.missing-file-table a {
  color: #05c3fb;
}

.view-order-model .modal-dialog {
  max-width: 938px !important;
}

.model-table td {
  overflow-y: auto;
}

.replicable-header {
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 600;
  margin-bottom: 4px;
}

.replicable-card {
  padding: 0px;
}
.replicable-card table a {
  font-weight: 500;
}

.global {
  background-color: #EAE9F9;
  padding: 4px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  display: inline-flex;
  align-items: flex-start;
}

.all-user-card .global {
  top: 53px;
  left: 217px;
}
.all-user-card table a {
  font-weight: 500;
}

.rep-monitor {
  padding: 0px;
}
.rep-monitor table {
  font-size: 12px;
}
.rep-monitor table .subdomain {
  color: #05c3fb;
}

.replicable-img {
  height: 88px;
  object-fit: contain;
  border: 1px solid #F0F0F5;
  border-radius: 2px;
  background-color: #d1d1d1;
}

.replace-art-width {
  width: 176px;
}

.file-replace {
  min-height: 91px;
  border-radius: 2px;
  border: 1px solid #F0F0F5;
  padding: 23px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.file-replace .select-file {
  top: 30px;
}
.file-replace .select-file:hover {
  background-color: #0A0C36;
}
.file-replace .caption {
  color: #9E9E94;
  margin-inline: 0px;
}
.file-replace:hover {
  border: 1px solid #F0F0F5;
}
.file-replace .file-text {
  text-align: center;
  margin-bottom: 8px;
  font-weight: 600;
}
.file-replace img {
  cursor: pointer;
  align-self: center;
}

.gray-separator {
  border: 1px solid #F0F0F5;
}

.margin-bottom {
  margin-bottom: 0px;
}

.filter-flow {
  margin-bottom: 16px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 4px 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.filter-flow .filter-flow-title {
  font-size: 10px;
  line-height: 19.2px;
  font-weight: 400;
  color: #9E9E94;
}
.filter-flow .filter-flow-title span {
  font-weight: 400;
}
.filter-flow .grey-cross {
  cursor: pointer;
  margin-top: -2px;
}
.filter-flow:hover {
  border: 1px solid #9E9E94;
}

.sales-card {
  padding: 0px;
}

.card {
  border-radius: 16px !important;
}

.store-setting-panel {
  background-color: #EAE9F9;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-setting-panel p span {
  font-weight: 600;
}
.store-setting-panel .store-link {
  text-decoration: underline;
  color: #0A0C36;
  font-weight: 600;
}

.three-dots {
  min-width: 40px;
  display: inline-block;
  text-align: center;
}

.numeric-val {
  text-align: right;
}

.special-user-table tr:hover td {
  background-color: white;
}

.widget-dropdown .dropdown-toggle::after {
  display: none !important;
}

.widget-list {
  max-width: 264px;
  width: 100%;
  margin-top: 8px !important;
  font-size: 14px;
  font-weight: 400;
  color: #0A0C36;
}
.widget-list li {
  border-bottom: 1px solid rgb(240, 240, 245) !important;
}
.widget-list .widget-check {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  margin-left: 16px;
  accent-color: black;
}

.discount-list {
  max-width: 608px;
  width: 100%;
  z-index: 10;
}

.embroidery-gray-border {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.2;
}
.embroidery-gray-border img {
  max-width: 300px;
}

.gray-para {
  color: rgb(158, 158, 148);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.width-para {
  font-size: 12px;
  font-weight: 600;
}

.file-replace .title {
  top: 23px;
}

.artwork-square {
  height: 200px;
  width: 200px;
  border: 1px solid rgb(240, 240, 245);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artwork-header {
  font-size: 16px;
}

.artwork-para {
  font-size: 16px;
  font-weight: 400;
}

.color-input .filename {
  color: rgb(10, 12, 54);
}

#artworkRecommendationModal .modal-dialog {
  max-width: 737px;
}
#artworkRecommendationModal .modal-dialog .files-scroll {
  max-height: 373px;
}

.color-border {
  border: 1px solid rgb(209, 209, 209);
  border-radius: 50px;
}

@media (max-width: 1340px) {
  .retail-sort-grid.grid-cols-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .order-links a {
    margin-bottom: 3px;
  }
  .replication-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grey-top-border {
  border-top: 1px solid rgb(240, 240, 245);
}

.grey-bottom-border {
  border-bottom: 1px solid rgb(240, 240, 245);
}

.wizard-box {
  background-color: rgb(253, 150, 4);
  min-width: 207px;
  display: inline-flex;
  flex-direction: column;
  padding: 12px;
  position: relative;
  border-radius: 4px;
}
.wizard-box h3 {
  font-size: 12px;
  font-weight: 600;
}
.wizard-box P {
  font-size: 12px;
  font-weight: 400;
}
.wizard-box .triangle {
  height: 0px;
  width: 0px;
  position: absolute;
}
.wizard-box .left-triangle {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 8px solid rgb(253, 150, 4);
  top: 16px;
  left: -8px;
}
.wizard-box .upward-triangle {
  border-bottom: 8px solid rgb(253, 150, 4);
  border-left: 7px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  left: 16px;
}
.wizard-box .right-triangle {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid rgb(253, 150, 4);
  bottom: 16px;
  right: -8px;
}
.wizard-box .upward-triangle-position {
  right: 16px;
  left: 175px;
}
.wizard-box .bottom-triangle {
  bottom: 16px;
  top: 102px;
}
.wizard-box .counter {
  font-size: 10px;
  font-weight: 400;
  margin-top: 16px;
}

.black-check-container {
  margin-top: 16px;
  position: relative;
  font-size: 10px;
  font-weight: 400;
  padding-left: 15px;
}
.black-check-container input {
  opacity: 0;
  position: absolute;
}
.black-check-container .black-checkmark {
  margin-right: 8px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: 3px;
  position: absolute;
  background-size: cover;
  background-image: url("/assets/black-unchecked.svg");
}

.black-check-container input:checked + .black-checkmark {
  background-image: url("/assets/black-checked.svg");
}

.primary-store {
  top: 23px;
  left: 175px;
  position: absolute;
  z-index: 1;
}

.appearance-store {
  top: 23px;
  left: 293px;
  position: absolute;
  z-index: 1;
}

.push-container input {
  opacity: 0;
}
.push-container .push-checkmark {
  display: block;
  height: 15px;
  width: 15px;
  background-size: cover;
  background-image: url("/assets/grey-unchecked.svg");
}
.push-container .darker-checkmark {
  display: block;
  height: 15px;
  width: 15px;
  background-size: cover;
}

.push-container input:checked + .push-checkmark {
  background-image: url("/assets/grey-checked.svg");
}

.push-container input:checked + .darker-checkmark {
  background-image: url("/assets/dark-checked.svg");
}

.replication-gray-border {
  border: 1px solid rgb(240, 240, 245);
  border-radius: 2px;
  background-color: #F0F0F5;
}
.replication-gray-border img {
  width: 100%;
}

#mass-notification .modal-body h3 {
  font-size: 14px;
  font-weight: 600;
}
#mass-notification .modal-body h2 {
  font-size: 16px;
  font-weight: 600;
}
#mass-notification .modal-body p {
  font-size: 14px;
  font-weight: 400;
}
#mass-notification .modal-body .push-info {
  font-weight: 400;
}
#mass-notification .modal-body h4 {
  font-size: 10px;
}
#mass-notification .modal-body h5 {
  font-size: 12px;
  font-weight: 400;
}

.file-img-title {
  font-size: 14px;
  font-weight: 500;
}

.file-img-size {
  font-size: 12px;
  font-weight: 400;
  color: rgb(158, 158, 148);
}

.form-floating > label {
  padding: 12px;
}

.custom-pagination {
  position: fixed;
  bottom: 0;
  left: 248px;
  right: 0px;
  background-color: white;
  z-index: 10;
}
.custom-pagination label {
  white-space: nowrap;
  margin-bottom: 0px;
}
.custom-pagination nav {
  font-size: 12px;
}

@media (max-width: 991px) {
  .custom-pagination {
    left: 0px;
  }
  .app-sidebar__toggle {
    display: block;
  }
  #orders_wrapper > div:last-child, div.table-responsive > div.dataTables_wrapper > div.row:last-child, div.has-fixed-pagination > div.dataTables_wrapper > div:last-child {
    left: 0px !important;
  }
  div.table-responsive > div.dataTables_wrapper > div.row:first-child, div.has-fixed-pagination > div.dataTables_wrapper > div.row:first-child {
    left: 210px;
  }
  .app-content {
    margin-left: 0px !important;
  }
}
.period {
  max-width: 608px;
  width: 100%;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 4px;
}

.file-discount {
  min-height: 64px;
}

.discount-wrapper label {
  left: 15px;
}

#gallerylistmodal .modal-dialog {
  max-width: 936px;
  width: 100%;
}

.ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 264px;
  display: block;
}

.accent-color {
  height: 16px;
  width: 16px;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .tag-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 195px;
  }
}
@media (max-width: 767px) {
  .store-responsive {
    flex-wrap: wrap;
  }
  .app-sidebar__toggle {
    display: block;
  }
  .custom-page-header {
    display: none;
  }
  .replication-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .retail-sort-grid.grid-cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-inline {
  display: inline-block;
}

.search-list-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 165px;
}

.search-list-wrapper {
  width: auto;
}
.search-list-wrapper .list-dropdown {
  min-height: 64px;
  display: flex;
  flex-direction: column;
}
.search-list-wrapper ul {
  width: 100%;
}
.search-list-wrapper .red-required {
  color: rgb(232, 38, 70);
}
.search-list-wrapper .dropdown-toggle::after {
  opacity: 0;
}
.search-list-wrapper .list-placeholder {
  font-size: 14px;
  color: rgb(209, 209, 209);
  font-weight: 400;
}
.search-list-wrapper .search-list-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 7;
}
.search-list-wrapper .search-list {
  background-color: white;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 4px;
  padding-left: 13px;
  width: 100%;
}
.search-list-wrapper .filter-check {
  /* width: 15px; */
  height: 15px;
  accent-color: black;
  border-radius: 0px;
  margin-left: 12px;
  vertical-align: middle;
}
.search-list-wrapper .search-list-title {
  z-index: 1;
  font-weight: 600;
  margin-bottom: 0px;
}
.search-list-wrapper .search-list-blue-title {
  color: var(--btn-info-color);
}
.search-list-wrapper .search-list-scroll {
  overflow-y: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.search-list-wrapper .search-list-scroll li:hover {
  cursor: pointer;
}
.search-list-wrapper .search-list-scroll li label:hover {
  cursor: pointer;
}
.search-list-wrapper .search-list-scroll::-webkit-scrollbar {
  width: 8px;
  height: 26px;
}
.search-list-wrapper .search-list-scroll::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 4px;
}
.search-list-wrapper .search-list-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #D1D1D1;
}
.search-list-wrapper .search-list-scroll::-webkit-scrollbar-thumb:active {
  background-color: #D1D1D1;
}
.search-list-wrapper .search-list-scroll::-webkit-scrollbar-track {
  background-color: #F0F0F5;
  border-radius: 4px;
  margin-left: 8px;
}

.filter {
  width: auto;
  padding: 10px 26px 10px 16px;
  border-radius: 4px;
  background: transparent;
  outline: none;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  border: 1px solid var(--btn-info-color);
  line-height: 19.2px;
}
.filter:hover {
  color: white;
  background-color: var(--btn-info-color);
}
.filter:hover .search-list-blue-title {
  color: white;
}

.search-filter-icon {
  right: 14px !important;
}

.report-check {
  height: 19px;
  width: 19px;
  border-radius: 0px !important;
  margin-top: 0px;
}

.search-color {
  color: rgb(10, 12, 54) !important;
  font-size: 14px;
  font-weight: 400;
}

.clear {
  cursor: pointer;
  display: none;
}

.list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#exportModal .modal-dialog {
  max-width: 550px;
  width: 100%;
}
#exportModal .modal-body {
  padding: 24px;
}

.table-footer {
  position: fixed;
  left: 248px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
  padding: 9px 32px;
  z-index: 8;
}
.table-footer .dataTables_length {
  padding-top: 8px;
  padding-left: 2px;
}
.table-footer .page-info {
  display: flex;
}

@media (max-width: 768px) {
  .table-footer {
    left: 0;
  }
  .missing-production-option {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .custom-margin {
    margin-top: 8px;
  }
  .btn-copy {
    right: 8%;
  }
  .replication-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .table-footer {
    padding: 9px 12px;
    flex-direction: column;
  }
  .page-info .dataTables_info {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .store-responsive {
    flex-wrap: wrap;
  }
  .app-sidebar__toggle {
    display: block;
  }
  .custom-page-header {
    display: none;
  }
  .replication-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .retail-sort-grid.grid-cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-btn:hover .del-icon {
  filter: brightness(100);
}

.customize-artwork {
  text-align: center;
  border: 1px solid #F0F0F5;
  border-radius: 16px;
  padding: 32px 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.customize-artwork:hover {
  border: 1px solid #9E9E94;
}
.customize-artwork.drag-over {
  border: 2px dashed #007bff;
  background-color: #f8f9ff;
}
.customize-artwork .title {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.customize-artwork .filename {
  font-size: 14px;
  font-weight: 400;
  color: #9E9E94;
  margin-bottom: 16px;
}
.customize-artwork .select-file {
  cursor: pointer;
  background: var(--primary-bg-color);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
  border: none;
  transition: background-color 0.2s ease;
}
.customize-artwork .select-file:hover {
  background: #0A0C36;
}

.product-detail-heading {
  color: #08090A;
}

.file-input-img {
  background-color: #F0F0F5;
}

.digital-img {
  background-color: #F0F0F5;
}

.notification-badge {
  height: 20px;
  width: 20px;
  background-color: #263063;
  border-radius: 88px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracking-title {
  font-size: 12px;
}

.tracking-name {
  font-size: 12px;
  border: 1px solid #9E9E94;
  border-radius: 2px;
  padding: 10px 8px;
  width: 200px;
}

.qr-colors {
  display: flex;
  gap: 8px;
}

.qr-color {
  position: relative;
}
.qr-color input {
  opacity: 0;
}

.qr-checkmark {
  height: 24px;
  width: 24px;
  border: 1.5px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qr-color input:checked + .qr-checkmark {
  background-image: url("/assets/white-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.white-checkmark {
  border: 1.5px solid grey !important;
}

.qr-color input:checked + .white-checkmark {
  background-image: url("/assets/grey-circle-img.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.qr-img-box {
  max-width: 200px;
}

.no-qr-heading {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.no-qr-heading a {
  color: #0ab5f2;
  text-decoration: #0ab5f2 underline;
}

#productQrCodes .card-body {
  padding: 0px;
}

.qr-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.file-text {
  font-size: 14px;
}

.uploaded-artwork-section {
  background: #FAFAFA;
  border: 1px solid #F0F0F5;
  border-radius: 8px;
  padding: 20px;
  margin-top: 16px;
}
.uploaded-artwork-section h4 {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0A0C36;
}

.file-preview-container {
  position: relative;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.file-preview {
  position: relative;
  display: inline-block;
  border: 1px solid #F0F0F5;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  transition: all 0.2s ease;
}
.file-preview:hover {
  border-color: #9E9E94;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.file-preview:hover .remove-file-btn {
  opacity: 1;
}
.file-preview .preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.remove-file-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
  opacity: 0.8;
}
.remove-file-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
  opacity: 1;
}
.remove-file-btn img {
  filter: invert(1);
  width: 12px;
  height: 12px;
}

.replication-file-name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-top: 8px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  max-height: 2.4em;
}

.replication-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 24px;
  align-items: start;
}

@media (max-width: 768px) {
  .replication-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
  }
  .file-preview-container {
    max-width: 140px;
  }
}
.artwork-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  max-height: 400px;
  overflow-y: auto;
}
.artwork-grid .img-box {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
  position: relative;
}
.artwork-grid .img-box:hover {
  border-color: #007bff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.artwork-grid .img-box.selected {
  border-color: #28a745;
  background: #d4edda;
}
.artwork-grid .img-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.files-scroll {
  padding: 15px 0;
}

.tab-pane h3 {
  color: #333;
  margin-bottom: 10px;
}
.tab-pane p {
  color: #666;
  margin-bottom: 20px;
}

.customization-designer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.customization-designer .area-box {
  border: none !important;
  cursor: default;
}
.customization-designer .designer-layer {
  border: none !important;
  cursor: default;
}

.mockup-tabs {
  margin-bottom: 20px;
  text-align: center;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.tab-btn.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.contains-all-layers {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.mockup-base-img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.area-box {
  position: absolute;
  z-index: 5;
}

.area-box-imgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.designer-img {
  pointer-events: none;
  user-select: none;
}

.p-relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.customizable-image-container {
  position: relative;
  display: inline-block;
}

.customization-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.customization-overlay.active {
  display: block !important;
}

.artwork-layer {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.artwork-layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.no-zoom {
  cursor: default !important;
}
.no-zoom:hover {
  cursor: default !important;
}

.laser-glass {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.alert.alert-success {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  font-weight: 500;
}

#changeArtwork .modal-dialog {
  max-width: 800px;
}
#changeArtwork .tab-content {
  min-height: 300px;
}

.original-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #007bff;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.image-composition-canvas {
  display: none;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.loading-overlay.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.customizable-image-container .loading-overlay.hidden,
.product-item .loading-overlay.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.image-cache-preloader {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
}

.customization-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.customization-overlay.canvas-mode {
  display: block !important;
}
.customization-overlay.canvas-mode .canvas-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.customization-overlay.canvas-mode .canvas-container canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fast-preview-mode .product-single-image {
  transition: opacity 0.2s ease;
}
.fast-preview-mode .product-single-image.updating {
  opacity: 0.7;
}

.customized-mini-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
.customized-mini-display .original-mini,
.customized-mini-display .custom-mini {
  text-align: center;
  width: 100%;
}
.customized-mini-display .custom-mini > div {
  margin-bottom: 2px;
}
.customized-mini-display small {
  display: block;
  line-height: 1;
}

.customized-mini-image {
  border-radius: 4px !important;
  object-fit: cover !important;
}

.mini-cart .customization-info .customization-item img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.mini-cart .customization-info .customization-item .fa-palette {
  font-size: 14px;
  color: #666;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdf {
  width: 737px;
  margin: auto;
  background-color: white;
  border-radius: 8px;
}

.pdf-header {
  font-size: 20px;
  font-weight: 600;
  padding: 13px 24px;
  border-bottom: 1px solid #F0F0F5;
}

.pdf-main {
  padding: 32px;
}

/*# sourceMappingURL=sam.css.map */
