.topbar-custom.fixed-topbar {
  margin-top: 0;
}

body[data-sidebar="hidden"] .topbar-custom {
  left: 180px;
}

body[data-sidebar="hidden"] .topbar-custom.fixed-topbar {
  left: 0;
}

.active-card {
  border: 0 !important;
}

.card-custom {
  background-color: #fbe6d0 !important;

  padding: 10px !important;
}

.card-custom:hover,
.active-card {
  background-color: #9e624e !important;
}

.card-custom:hover,
.card-custom .count {
  color: #9e624e;
}

.active-card .count,
.card-custom:hover .count,
.card-custom:hover .card-title,
.active-card .card-title {
  color: #fff;

  opacity: 1;
}

.btn:hover {
  background: transparent;

  border: 1px solid #9e624e;

  color: #9e624e;
}

table th button {
  color: #9e624e !important;
  border: 0;
  background-color: #9e624e00 !important;
  cursor: pointer;
  text-align: inherit;
  font-weight: 600;
  font-size: inherit;
}

#storefront_table,
table {
  color: #9e624e !important;
  border: 0;
  background-color: #9e624e00 !important;
  cursor: pointer;
  text-align: inherit;
  font-size: inherit;
}


.breadcrumb-item>a {
  color: #9e624e;
}

.table-responsive {
  background: #fff !important;
}

table#storefront_table,
table {
  --bs-table-bg: transparent !important;
  border: 1px solid #9e624e38 !important;
}

.table>thead tr {
  background: #9e624e;
}


.table>thead tr th {
  color: #fff;
}

.table>tbody tr {
  border-bottom: 1px solid #9e624e38 !important;
}

.table>tbody tr td {
  border: 0;
  font-size: 13px;
    color: #414141;
}

.action-dropdown .dropdown-item {
  padding: 3px 10px;
}

.card nav {
  margin-top: 16px;
}

.table>tbody tr:nth-child(odd) {
  background: #fdf0e2;
}

.table>tbody tr:hover {
  background: #9e624e2b;
}

.card-custom {
  margin-bottom: 16px;
}

li.page-item {
  line-height: 1.25 !important;
  margin: 0 2px;
}

.card-header {
  color: #9e624e;
  font-weight: 600;
  font-size: 16px;
}

.card-body p strong {
  color: #000;
}

a#previous-container {
  display: block;
}

#sidebar-menu>ul>li>a {
  padding: 5px 20px;
  font-size: 14px;
  margin: 0.2rem 0;
}

/* .card-header {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #9e624e;
} */
/* .card-header h5,
 .card-header .card-title {
    color: #FFF !important;
} */

/* .card-header .btn {
    color: #fff !important;
    border: 0 !important;
    background: transparent !important;
} */

.pagination .page-item.disabled span,
.pagination .page-item:last-child a {
  background: #9e624e;
  color: #fff;
}

.modal-content .btn-secondary {
  background: red;
  background-color: red;
}

.category-detail-wrapper .category-header {
  background: #cbad944a;
  padding: 2rem 1rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1rem;
}

.category-detail-wrapper .category-header p {
  font-size: 16px;
  color: #3a3a3a;
}

.category-detail-wrapper .category-header img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid #9e624eb8;
  margin: 1rem 0;
}

.category-detail-wrapper .category-header p.small {
  font-size: 14px;
  color: #5d5d5d;
}

.category-detail-wrapper img.table-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Container */
.switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 22px;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

/* Slider circle */
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Checked */
input:checked+.slider {
  background-color: #9e624e;
}

input:checked+.slider:before {
  transform: translateX(24px);
}

/* Optional rounded corners */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.nav-tabs .nav-link {

  color: #555;

  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
  font-weight: 600;
  margin-right: 8px;
}

.nav-tabs .nav-link.active {
  background: #9e624e;
  color: #fff;
  border-color: #9e624e;
  box-shadow: 0 -2px 8px rgb(158 98 78 / 21%);
}
.select2-container .select2-selection--multiple{
      min-height: 39px;
    line-height: 24px;    border: 1px solid #ced4da;
}
.custom-file-upload {
    width: 100%;
    padding: 30px;
    border: 2px dashed #c2c8d0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    background: #f8f9fc;
}

.custom-file-upload:hover {
    background: #eef1f7;
    border-color: #4e73df;
    box-shadow: 0px 4px 10px rgba(78, 115, 223, .2);
}

.custom-file-upload i {
    font-size: 40px;
    color: #4e73df;
}

.custom-file-upload p {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 16px;
}

.custom-file-upload span {
    font-size: 13px;
    color: #6c757d;
}
/* ======== */
/* Upload Box */
/* .custom-file-upload {
    width: 100%;
    padding: 35px;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-file-upload:hover {
    border-color: #4e73df;
    background: #eef2ff;
    box-shadow: 0px 4px 10px rgba(78, 115, 223, 0.2);
}

.custom-file-upload i {
    font-size: 42px;
    color: #4e73df;
    margin-bottom: 10px;
}

.custom-file-upload p {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 5px;
    color: #1e293b;
}

.custom-file-upload span {
    font-size: 13px;
    color: #64748b;
} */

/* Preview Container */
/* #preview-container {
    border: 2px solid #e2e8f0;
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    width: max-content;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#preview-container img {
    border-radius: 10px;
    max-height: 200px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.08);
}

#preview-container label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
} */

@media(max-width:992px) {
  .card-header .btn {
    font-size: 12px;
    padding: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}