@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px !important;
}

/* .select2-selection__placeholder {
    vertical-align: text-top;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -5px;
} */

.seller_user_cell {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
}

body {
  font-family: "Rubik", sans-serif;
}

.btn-primary,
.btn-primary.disabled {
  box-shadow: none;
  background-color: #00bcc2;
  border-color: #00bcc2;
}

.btn:disabled {
  background-color: #00a9ae !important;
  border-color: #00a9ae;
}

.btn-warning:disabled {
  background-color: #ff990d !important;
  border-color: #ff990d;
  color: #fff;
}

.btn-primary:focus:active,
.btn-primary.disabled:focus:active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
  background-color: #00a9ae !important;
}

.nav-pills .nav-item .nav-link.active {
  box-shadow: none;
  color: #fff;
  background-color: #00bcc2;
}

.nav-pills .nav-item .nav-link {
  color: #000;
}

a {
  color: #3a3a3a;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.page-item.active .page-link {
  background-color: #00bcc2;
  border-color: #00bcc2;
}

.page-item .page-link {
  color: #3a3a3a;
}

.input-group-append {
  margin-left: 16px;
}

.input-group-append .basicbtn {
  border-radius: 0.25rem !important;
  padding: 0.4rem 0.8rem;
}

.page-link:hover {
  background-color: #57d6da;
  color: #fff;
  border-color: transparent;
}

.btn-primary:focus,
.btn-primary.disabled:focus {
  background-color: #00a9ae !important;
}

.custom-bg .bg-warning,
.custom-bedge .badge-warning,
.table-custom .badge-warning {
  background-color: #fdbe001a !important;
  color: #fdbe00;
}

.custom-bg .bg-success,
.custom-bedge .badge-success,
.table-custom .badge-success {
  color: #28a745;
  background-color: #28a7451a !important;
}

.custom-bg .bg-info,
.custom-bedge .badge-info,
.table-custom .badge-info {
  color: #17a2b8;
  background-color: #17a2b81a !important;
}

.custom-bg .bg-danger,
.custom-bedge .badge-danger,
.table-custom .badge-danger {
  color: #dc3545;
  background-color: #dc35451a !important;
}

.custom-bg .bg-primary,
.custom-bedge .badge-primary,
.table-custom .badge-primary {
  background-color: #6777ef1a !important;
  color: #6777ef;
}

.custom-bg .bg-secondary-card,
.custom-bedge .badge-secondary-card,
.table-custom .badge-secondary-card {
  background-color: #aaaaaa1a !important;
  color: #aaa;
}

.custom-bg .bg-cyan,
.custom-bedge .badge-cyan,
.table-custom .badge-cyan {
  background-color: #00a9ae1a !important;
  color: #00bcc2;
}

.text-cyan {
  color: #00bcc2 !important;
}

.Processing-card {
  background-color: #617d5f1a !important;
}

.Processing-card i {
  color: #617d5f !important;
}

.complete-card {
  background-color: #50a4cb1a !important;
}

.complete-card i {
  color: #50a4cb !important;
}

.card .card-header h4 {
  font-size: 20px;
  color: #212529;
}

.card .card-header h4+.card-header-action .input-group .form-control,
.card .card-header h4+.card-header-form .input-group .form-control {
  border-radius: 4px 0 0 4px !important;
}

.card .card-header h4+.card-header-action .input-group .form-control+.input-group-btn .btn,
.card .card-header h4+.card-header-form .input-group .form-control+.input-group-btn .btn {
  border-radius: 0 4px 4px 0 !important;
  height: 100%;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
  border-color: #00bcc2;
}

.card .card-header .form-control {
  height: 40px;
}

.card .card-header .btn {
  margin-top: 0px;
  padding: 7px 18px;
}

.card .card-header .btn:not(.note-btn) {
  border-radius: 4px;
}

.nav-pills .badge.badge-secondary {
  background-color: #00bcc21a;
  color: #00bcc2 !important;
}

.nav-pills .nav-item .nav-link.active .badge.badge-secondary {
  background-color: #ffffff;
  color: #00bcc2 !important;
}

.nav-pills .nav-item .nav-link:hover {
  background-color: #00bcc21a;
  color: #3a3a3a;
}

#productCheckboxCls:checked,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
  background-color: #00bcc2 !important;
}

#productCheckboxCls:checked,
.custom-control-input:checked~.custom-control-label::before {
  border-color: #00bcc2;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 194, 0.25);
}

.selectric {
  border-radius: 4px !important;
}

.page-item.disabled .page-link {
  color: #3a3a3a;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
  height: none;
  padding: 8px 25px;
}

.btn,
.btn.btn-sm,
.table-custom .badge {
  font-size: 14px;
}

.section .section-header .section-header-breadcrumb .breadcrumb-item {
  font-size: 14px;
}

.card.card-success {
  border-color: #00bcc2;
}

.fa.fz-18,
.fas.fz-18,
.far.fz-18 {
  font-size: 18px;
}

.fa.fz-26,
.far.fz-26,
.fas.fz-26 {
  font-size: 26px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-13 {
  font-size: 13px;
}

.fas.action,
.far.action {
  color: #555;
}

.fas.action:hover,
.far.action:hover {
  color: #000;
}

.custom-btn .btn-outline-secondary:not(:disabled):not(.disabled).active,
.custom-btn .btn-outline-secondary:not(:disabled):not(.disabled):active,
.custom-btn .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00bcc2;
  border-color: #00bcc2;
}

.product-custom-btn .btn-group {
  flex-wrap: wrap;
  row-gap: 0.7rem;
}

.product-custom-btn .btn-group .btn {
  flex: 0 0 auto;
}

.product-custom-btn .btn-primary,
.btn-primary.disabled {
  box-shadow: none;
  background-color: #00bcc23a;
  border-color: #00bcc2;
  color: #00bcc2;
}

.product-custom-btn .btn-success,
.btn-success.disabled {
  box-shadow: none;
  background-color: #47c3633a;
  border-color: #47c363;
  color: #47c363;
}

.product-custom-btn .btn-outline-primary,
.product-custom-btn .btn-outline-primary.disabled {
  color: #00bcc2;
  border-color: #00bcc2;
}

.product-custom-btn .btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #00bcc23a !important;
  border-color: #00bcc2 !important;
  color: #00bcc2 !important;
}

.product-custom-btn .btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:active {
  background-color: #00bcc2 !important;
}

.product-custom-btn .btn-info,
.btn-info.disabled {
  box-shadow: none;
  background-color: #3abaf43a;
  border-color: #3abaf4;
  color: #3abaf4;
}

.product-custom-btn .btn-warning,
.btn-warning.disabled {
  box-shadow: none;
  background-color: #ffa4263a;
  border-color: #ffa426;
  color: #ffa426;
}

.product-custom-btn .btn-danger,
.btn-danger.disabled {
  box-shadow: none;
  background-color: #dc35451a;
  border-color: #dc3545;
  color: #dc3545;
}

.product-custom-btn .btn:not(.btn-social):not(.btn-social-icon):active,
.product-custom-btn .btn:not(.btn-social):not(.btn-social-icon):focus,
.product-custom-btn .btn:not(.btn-social):not(.btn-social-icon):hover {
  color: #fff;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  vertical-align: middle;
}

.selling-price input {
  max-width: 100px;
  width: 100%;
  margin: auto;
}

.select2-container .select2-selection--multiple {
  min-height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px;
  margin-left: 12px;
}

.select2-container .select2-selection--multiple {
  background-color: #fdfdff;
  border-color: #e4e6fc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #00bcc2;
}

.select2-container.select2-container--open .select2-selection--multiple {
  border-color: #00bcc2;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #00bcc2 !important;
  outline: none;
  box-shadow: 0 0 3px #00bcc2 !important;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00bcc2;
}

.card-h-100 {
  height: 100%;
}

.m-w-160 {
  min-width: 160px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #00bcc2;
  padding: 0px 8px;
  border: 1px solid #01a7ad;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  border-right: 1px solid #01a7ad;
}

th .select2 {
  font-weight: normal !important;
}

.custom-switch-indicator {
  border: 1px solid #00bcc2;
}

.custom-switch-input:checked~.custom-switch-indicator {
  background: #00bcc2;
}

.custom-switch-input:focus~.custom-switch-indicator {
  border-color: #00bcc2;
}

.dropzone {
  border-radius: 3px;
  border: 2px dashed #e4e6fc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.dropzone:active,
.dropzone:focus {
  border-color: #00bcc2;
}

.dropzone .dz-message {
  margin: 1em 0;
}

.dropzone .dz-message span {
  color: #aaa;
}

.dropzone .dz-message img {
  filter: invert(81%) sepia(3%) saturate(51%) hue-rotate(17deg) brightness(86%) contrast(82%);
  height: 100px;
}

.text-black {
  color: #000 !important;
}

.fz-16 {
  font-size: 16px;
}

.fz-20 {
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.accordion .accordion-header[aria-expanded="true"] {
  box-shadow: none;
  background-color: #00bcc2;
  color: #fff;
}

.accordion .accordion-header {
  background-color: #00bcc2;
}

.accordion .accordion-header:hover {
  background-color: #00a9ae;
}

.accordion .accordion-header h6 {
  color: #fff;
  margin-bottom: 0px;
}

.bg-transparent {
  background: transparent;
}

.selectgroup-input:checked+.selectgroup-button {
  background-color: #00a9ae;
}

.card.card-statistic-1,
.card.card-statistic-2 {
  border-radius: 8px;
}

.card.card-primary {
  border-top: 2px solid #00bcc2;
}

.card .card-header .form-control {
  border-radius: 0.25rem;
}

.card .card-header h4+.card-header-form .btn.border-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.border-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card .card-header h4+.card-header-action .btn,
.card .card-header h4+.card-header-form .btn {
  border-radius: 0.25rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00bcc2 !important;
}

.text-muted,
small {
  color: #3a3a3a !important;
}

.card.card-statistic-1 .card-icon,
.card.card-statistic-2 .card-icon {
  width: 70px;
  height: 70px;
}

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
  color: #00bcc2 !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-blue {
  color: #0000ff;
}

.select2-container--default .select2-selection--single {
  background-color: #fdfdff;
  border-color: #e4e6fc;
}

.select2-container.select2-container--open .select2-selection--single {
  border-color: #00bcc2;
}

.select2-container.select2-container--focus .select2-selection--multiple,
.select2-container.select2-container--focus .select2-selection--single {
  background-color: #fefeff;
  border-color: #00bcc2;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
  background-color: #00bcc2;
  color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a9ae;
  border-color: #00a9ae;
}

.m-w-80 {
  min-width: 80px;
}

.m-w-250 {
  min-width: 250px;
}

.pagination {
  flex-wrap: wrap;
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 1200px) {
  .product-custom-btn {
    padding-left: 1rem !important;
  }
}

.h-50px {
  height: 50px !important;
}

.main-sidebar .sidebar-menu li.active a {
  color: #00bcc2;
  font-weight: 600;
  background-color: #f4f7f9;
  border-radius: 8px;
}

.main-sidebar .sidebar-menu li a:hover {
  background-color: #f8fafb;
  color: #00bcc2;
  border-radius: 8px;
  font-weight: 600;
}

.navbar-bg {
  background-color: #ffffff;
}

.navbar .nav-link:hover,
.navbar .nav-link,
.navbar .nav-link.nav-link-user {
  color: #1f293a;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
  box-shadow: none;
  background-color: #00bcc2;
  color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li {
  padding: 0px 12px;
}

body.sidebar-mini .main-sidebar:after {
  background-color: #1f293a;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a i,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a [class^="flaticon-"]:before {
  margin: 0px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
  color: #00bcc2;
  font-weight: 600;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a.active {
  color: #00bcc2;
}

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
  margin-left: 0px;
}

.dropdown-item.has-icon i {
  line-height: 1.4;
}

.main-sidebar {
  background-color: #1f293a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.main-sidebar .sidebar-menu li a {
  color: #ffffff;
  padding: 0px 12px;
  margin-bottom: 4px;
}

.main-sidebar .sidebar-brand a {
  font-size: 20px;
  /* padding: 0px 20px; */
  padding: 0px 0px;
}

.main-sidebar .sidebar-brand {
  background-color: #fff;
  /* set height according to dynamic logo */
  height: auto;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #ffffff;
  background: transparent;
}

.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
  background-color: #2d394e;
}

.main-sidebar .sidebar-menu {
  padding: 0px 12px;
}

.code {
  background-color: #00bcc2;
}

.section .section-header h1,
.card .card-header h4 {
  color: #1f293a;
}

.form-group .control-label,
.form-group>label {
  font-size: 14px;
}

.form-group .control-label,
.form-group>label small {
  font-weight: 600;
  color: #3a3a3a;
}

b {
  font-weight: 700;
}

.card .card-header .btn:not(.note-btn).border-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.card .card-header .form-control.border-radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

i.text-primary {
  color: #6777ef !important;
}

.custom-card-2 {
  padding: 30px 20px;
}

.card.card-statistic-1.custom-card-2 .card-icon,
.card.card-statistic-2.custom-card-2 .card-icon {
  float: none;
}

.card.card-statistic-1.custom-card-2 .card-header h4,
.card.card-statistic-1.custom-card-2 .card-body {
  text-align: center;
  color: #fff;
}

.card.card-statistic-1.custom-card-2 .card-header h4,
.card.card-statistic-1.custom-card-2 .card-body {
  font-size: 28px;
}

.card.card-statistic-1.custom-card-2 .card-header h4 {
  font-size: 18px;
  padding-right: 0px;
}

.custom-card-2.d-card-1 {
  background-color: #0e9f6e;
}

.custom-card-2.d-card-2 {
  background-color: #ff8a4c;
}

.custom-card-2.d-card-3 {
  background-color: #3f83f8;
}

.custom-card-2.d-card-4 {
  background-color: #0694a2;
}

.text-secondary-card {
  color: #aaa !important;
}

.danger-action {
  color: #fc544b;
}

.danger-action:hover {
  color: #e34c44;
}

a.theme-link {
  color: #00a9ae !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  padding-left: 25px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
  color: #1f293a;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li>a:focus,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a:hover {
  color: #fff;
  background-color: #00bcc2 !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a:hover {
  background-color: #00bcc2;
  color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu {
  padding: 0px;
}

@media (max-width: 847px) {
  .float-left.select-rs-input {
    float: right !important;
  }
}

.custom-sm-card {
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 30px;
}

.custom-sm-card .card-icon-box {
  width: 80px;
}

.custom-sm-card .card-icon-box .card-icon {
  width: 70px;
  height: 70px;
}

.custom-sm-card .card-detail {
  width: calc(100% - 80px);
}

.card-d-text {
  font-weight: 700;
  color: #34395e;
  padding-bottom: 0;
  font-size: 20px;
  word-wrap: break-word;
}

.tab-content .select2-container {
  width: 100% !important;
}

#myEditor_icon .caret {
  margin-left: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: inherit;
  outline: none;
}

.shopLogoPreview {
  height: 50px;
  width: auto;
  max-width: 100px;
  margin: 0px 0px 10px 10px;
}

#bulkUpdateCategoryModal #bulkCategories.select2-container .select2-dropdown {
  max-height: 200px;
  /* Adjust the max height as needed */
}

.shopAppIconPreview {
  max-width: 128px;
  max-height: 128px;
  margin: 0px 0px 10px 10px;
}

.shopFaviconPreview {
  max-width: 128px;
  max-height: 128px;
  margin: 0px 0px 10px 10px;
}

.daterangepicker .ranges li.active {
  background-color: #00bcc2;
  color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #00bcc2;
  border-color: transparent;
  color: #fff;
}

.ranges li {
  color: #00bcc2;
}

/* CSS For Rating Star */
.report-rating li .active {
  color: #ffcc23;
}

.report-rating li i {
  font-size: 14px;
  color: #bbb;
}

.report-rating span {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}

/* End */
/* CSS For Custom Separator */
span.customSeparator {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.customSeparator:before {
  content: "";
  display: inline-block;
  width: 45%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

span.customSeparator:after {
  content: "";
  display: inline-block;
  width: 45%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

.customSeparatorText {
  width: 40px;
  height: 40px;
  color: #00a9ae !important;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

/* End */
/* Style for the Dashboard scroll bar */
.custom-sidebar::-webkit-scrollbar {
  width: 10px;
}

.custom-sidebar::-webkit-scrollbar-thumb {
  background-color: #666;
}

.custom-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

/* End */

.top_chart_loader {
  top: 35%;
  position: absolute;
}

.des-scroll {
  overflow: scroll;
}

.prod-content {
  height: 200px !important;
}

.hide {
  display: none !important;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a {
  height: auto !important;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a:hover {
  height: auto !important;
}

.select2-selection__clear span {
  margin-top: 10px;
  display: inline-block;
}

.request-form-preview {
  height: auto !important;
}

.copy_text_btn,
.copy_text_btn_right {
  cursor: pointer;
  cursor: hand;
}

.ezy_copy_text {
  cursor: pointer;
  cursor: hand;
}

.order-item-removed {
  background-color: #f3d9d9;
}

.qr-box {
  border: 1px solid #d3d3d3;
  padding: 1rem !important;
  text-align: center;
  float: right;
}

@media (max-width: 600px) {
  .qr-box {
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
    padding: 10px 0 10px 0 !important;
  }
}

.strikethrough {
  text-decoration: line-through;
}

/****START Tour Guide****/
.driver-popover-close-btn:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

/****END Tour Guide****/
.header-help-icon {
  margin-left: 5px;
  margin-top: 7px;
}

/** Number Input CSS **/
.number-no-spinner::-webkit-outer-spin-button,
.number-no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/** Close Icon CSS For Select2 **/
#collapseCart .select2-selection__clear span {
  margin-top: 7px;
}

.edit-order-text-end {
  text-align: end;
}

/** resale message page css for seller **/
.resale-error-icon {
  font-size: 100px;
  color: #00bcc2;
  margin: 0 0 15px;
}

.resale-mobile-error {
  font-size: 18px;
  padding: 10px 0px;
}

.bulk-image-upload {
  background-color: #a8deb9 !important;
  border-color: #a8deb9 !important;
  color: #000000 !important;
}

.bulk-image-upload:hover {
  background-color: #a8deb9;
}

.store-location-error-icon {
  font-size: 80px;
  color: #00bcc2;
}

/* .dropzone {
    border: 0.0625rem solid #c6ccd6;
    border-radius: 0.5rem;
    background-color: #f9f9fb;
    display: block;
  }
  .dropzone .dropzone-container {
    padding: 2rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8c96a8;
    z-index: 20;
  }
  .dropzone .dropzone-container .dropzone-title {
    padding-top: 1.5rem;
  }
  .dropzone .dropzone-container .browse {
    text-decoration: underline;
    color: #007bff;
  }
  .dropzone .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  
  .file-icon {
    position: relative;
    width: 4rem;
    height: 5.25rem;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 2rem;
    color: #007bff;
  }
  .file-icon, .file-icon:before, .file-icon:after {
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0.125rem solid #b8bec9;
  }
  .file-icon:before, .file-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.125rem solid #ccd0d8;
  }
  .file-icon:before {
    left: -0.625rem;
    top: 0.5rem;
    z-index: -1;
  }
  .file-icon:after {
    top: -0.25rem;
    right: -0.25rem;
    left: auto;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
    border-width: 0.625rem;
    border-style: solid;
    border-color: #f9f9fb #f9f9fb #b8bec9 #b8bec9;
  }
  .dz-message{
    display: none;
  } */

@media (max-width: 320px) {
  .overflow-responsive-custom-auto {
    overflow: auto;
  }
}

.show_white_space {
  white-space: pre-wrap;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: normal;
  word-break: break-all;
}

.featured-color {
  color: black !important;
}

/** Seller Admin Transaction Image **/
.lightgallery img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  position: relative;
  right: 10px;
  float: right;
  transition: transform 0.3s ease;
}

/* On hover, scale the image to 1.2 times its original size */
.lightgallery img:hover {
  transform: scale(1.2);
}

.general-lightgallery-sm-single img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  /* position: relative; */
  /* right: 10px; */
  /* float: right; */
  transition: transform 0.3s ease;
}

/* On hover, scale the image to 1.2 times its original size */
.general-lightgallery-sm-single img:hover {
  transform: scale(1.2);
}

.delivery_partner_config_note span {
  line-height: 1.7em !important;
}

.configuration-header {
  color: #1f293a;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

/* Payment gateway, Delivery Partner etc. help text */
.service-notes {
  font-size: 14px !important;
  line-height: 16px !important;
}

.service-notes a {
  color: #00bcc2 !important;
}

.service-notes p {
  font-weight: normal !important;
}

.service-notes a[target="_blank"]::after {
  content: "↗️";
}

.card-header-custom {
  font-size: 16px;
  padding: 0.75rem 1.25rem;
}

.product-bundle {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.product-bundle_header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1rem;
  font-weight: 700;
}

.product-bundle_header_title {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.product-bundle_header_title_left {
  flex-basis: 70%;
}

.product-bundle_section {
  padding: 0.75rem 1.25rem;
}

.product-bundle_input {
  width: 200px !important;
  max-width: 100%;
  display: inline-block;
}

.product-bundle_separator {
  display: flex;
  align-items: center;
  margin: 20px 0 15px 0;
  width: 100%;
}

.product-bundle_separator::after {
  flex: 1;
  content: "";
  border: 0;
  height: 1px;
  background: linear-gradient(to right, #818078, #abaaa5, transparent);
  margin: 5px;
}

.product-bundle_variant {
  border: 1px solid rgb(239, 242, 245);
  padding: 0.75rem;
  border-radius: 5px;
  margin: 0.1rem;
  cursor: pointer;
  cursor: hand;
}

.product-bundle_variant small {
  flex-wrap: wrap;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.product-bundle_variant small span,
.product-bundle_variant small input {
  flex-basis: 100%;
  row-gap: 5px;
}

.product-bundle_variant-list {
  column-gap: 5px;
  padding: 0 15px;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.btn-font-normal .btn {
  font-weight: normal !important;
}

.form-group .control-label,
.form-group>label {
  letter-spacing: normal !important;
}

.order_shipping_detail p {
  line-height: normal !important;
}

.d-inline-block {
  display: inline-block;
}

.courier_list {
  list-style: none !important;
}

.modal-body-scroll {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.bulk_failed_file_list {
  max-height: 187px;
  border: 2px solid #e4e6fc;
  padding: 5px;
  overflow: auto;
}

.bulk_failed_file_list table {
  width: 100%;
}

.bulk_failed_file_list td {
  padding: 3px;
}

.align-left-whatsapp-btn {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  float: left;
  height: 35px;
}

.align-left-whatsapp-tooltip {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  float: left;
  height: 35px;
  margin-top: 18px;
  font-size: medium;
}

.border-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.border-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/** Advance filter section CSS **/
.clear-float {
  clear: both;
}

.clear-float .badge .close {
  margin-left: 0.25rem;
  color: inherit;
  font-size: 100%;
}

.btn.btn-sm.text-small {
  font-size: 12px !important;
}

.doc-li {
  line-height: 20px !important;
}

.doc-instruction {
  color: #ff0000;
}

/** END  Advance filter section CSS **/

/** Seller Admin Transaction Image **/
#image_preview_div .card .card-body img {
  max-width: 150px;
  max-height: 100px;
  width: 150px;
  height: 100px;
  transition: transform 0.3s ease;
}

/* On hover, scale the image to 1.2 times its original size */
#image_preview_div .card .card-body img:hover {
  transform: scale(1.2);
}

/** CSS for pointer event cursor **/
.pointer_cursor {
  cursor: pointer;
  cursor: hand;
}

/** css for text area resize **/
.no-resize {
  resize: none;
}

.order_shipping_detail_cell {
  max-width: 205px;
  display: inline-block;
}
 

/** Resale product datatable css **/
.word-break-normal {
  word-break: normal !important;
}


.section .section-header h1 {
  max-width: 75% !important;
}

@media (max-width: 1632px) {
  table.resale-product-table {
    overflow-x: auto;
    display: block;
  } 
}

.select2-selection--multiple > .select2-selection__clear > span {  
  margin-top: 3px !important;
}  


/* For Firefox */
.no-spinner {
  -moz-appearance: textfield;
}

/* Ensure ellipsis works */
.overflow-responsive-custom-webhook-phone {
  overflow: hidden;          /* Hide overflow text */
  white-space: nowrap;       /* Keep text on one line */
  text-overflow: ellipsis;   /* Add "..." at the end */
}

/* Make the text take up available space */
.overflow-responsive-custom-webhook-phone #webhook_url {
  display: inline-block;
  max-width: 100%;           /* Fit inside parent */
  vertical-align: middle;    /* Align with copy button */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Adjust for smaller screens */
@media (max-width: 576px) {
  .overflow-responsive-custom-webhook-phone {
      font-size: 0.875rem;
  }
}