@charset "UTF-8";
[data-bs-theme=dark] .btn-dark:hover {
  color: #fff;
}

[data-bs-theme=dark] .bg-white {
  background-color: #353945 !important;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.14em;
  border-color: #ced4da;
}

[data-bs-theme=dark] .form-check-input {
  border-color: #313443;
  background-color: #404457;
}

.dropdown-menu {
  line-height: 1.5;
}

.dropdown-item .me-1,
.dropdown-item .me-2,
.btn > .me-1,
.btn > .me-2 {
  vertical-align: text-bottom;
  display: inline-block;
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 17px;
}

.btn__only-icon {
  vertical-align: text-bottom;
  display: inline-block;
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 17px;
}

.summary {
  margin: 0 !important;
}

.alert .btn-close {
  padding: 0;
  position: absolute;
  top: 50% !important;
  right: 0.75rem;
  transform: translateY(-50%) !important;
  z-index: 2;
  cursor: pointer;
}
.alert .btn-close:focus {
  box-shadow: none;
  outline: none;
}
.alert ul:first-child {
  margin-top: 0 !important;
}
.alert ul:last-child {
  margin-bottom: 0 !important;
}
.alert ul:first-child:last-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.table-action-column .grid-view-control {
  justify-content: flex-start;
}

.attention .summary {
  margin: 0;
}

.dashboard-products-table.align-middle td {
  vertical-align: middle !important;
}

.important-notifications .empty {
  font-size: 14px;
  padding: 0.75rem;
}

.notification-tabs .nav-tabs .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.notification-tabs .notification-controls {
  top: 6px !important;
  right: 6px !important;
}

.activity-feed {
  max-height: none !important;
}
.activity-feed .feed-item {
  padding-bottom: 5px !important;
}

.dash-activity-feed {
  max-height: 339px !important;
}
.dash-activity-feed .feed-item {
  padding-bottom: 5px !important;
}

.select2.select2-container.select2-container--krajee-bs5 .select2-selection__clear {
  margin-right: 5px;
  font-weight: 400;
}

.product-name-area {
  position: relative;
}
.product-name-area #text-counter {
  position: absolute;
  right: 12px;
  top: 0;
}
.product-name-area #text-counter.text-danger {
  color: #c94949 !important;
}

body[data-sidebar-size=sm] .vertical-menu {
  position: fixed;
}

.navbar-brand-box {
  display: flex;
}

.withdraw .btn-only-icon-withdraw {
  padding: 0;
  padding-top: 8px;
  border: none;
}
.withdraw .btn-only-icon-withdraw:hover {
  border: none;
}
.withdraw .btn-only-icon-withdraw:focus {
  box-shadow: none;
}

.auth-content {
  background-color: #d6e2f9;
}
.auth-content body {
  background-color: #d6e2f9;
}

.uil-spin {
  display: inline-block;
  animation: uil-spin 1s linear infinite;
}

.price-product-block {
  max-width: 350px !important;
  align-items: flex-start;
}
.price-product-block input[disabled] {
  background: #e9eaec;
}

.telegram-alert-settings > div {
  margin: 0 !important;
}

.review-card-icon {
  font-size: 17px;
  margin-right: 3px;
}
.review-card-title {
  font-size: 16px;
  font-weight: 600;
}

.min-sale-product-block {
  max-width: 230px !important;
}

.guarantee-product-block {
  max-width: 220px !important;
}
.guarantee-product-block label {
  font-size: 14px !important;
  color: var(--bs-body-color) !important;
}

.accordion .accordion-body {
  background-color: #f6f6f6;
  border-left: 1px solid rgba(204, 204, 204, 0.1098039216);
  border-right: 1px solid rgba(204, 204, 204, 0.1098039216);
}

body[data-bs-theme=dark] .accordion .accordion-body {
  background-color: #1f212a;
  border-left: 1px solid #2b2e3b;
  border-right: 1px solid #2b2e3b;
}

.btn-equal,
.form-select-equal {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

#sessions-table td {
  vertical-align: middle;
  height: 48px;
}

.product-block {
  max-width: 1100px;
}

#isManualOrderDelivery.form-check-input {
  border-color: #adb5bd;
}

#isManualOrderDelivery.form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
}

.navbar-header .special-header-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

div.form-check {
  cursor: default;
}

.priority-solutions .form-check-input:checked {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.hide-focus-block:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.metismenu li a i {
  margin-right: 5px;
}

body.sidebar-enable .metismenu li a i {
  margin-right: 0;
}

.required .form-label:after {
  content: "*";
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

.shipment-download-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipment-download-btns a i {
  height: 23px;
  width: 19px;
}
.shipment-download-btns a i:before {
  font-size: 23px;
}
.shipment-download-btns button {
  display: flex;
  gap: 7px;
}

.shipment-download-check .custom-control-label::before {
  top: 1px !important;
}

.shipment-download-check-help-btn {
  border: none !important;
}
.shipment-download-check-help-btn:focus {
  box-shadow: none !important;
}
.shipment-download-check-help-btn:hover {
  border: none !important;
}
.shipment-download-check-help-btn i {
  display: flex;
  height: 20px;
}

.thead-light th a {
  position: relative;
}
.thead-light th a.desc {
  display: flex;
  padding-right: 20px;
}
.thead-light th a.desc::after {
  border: none;
  content: "▼";
  position: absolute;
  left: calc(100% - 10px);
  top: 8px;
  color: #868791;
  font-size: 10px;
}
.thead-light th a.desc::before {
  content: "▼";
  position: absolute;
  top: -1px;
  left: calc(100% - 10px);
  transform: rotate(180deg);
  color: #e6e6e8;
  font-size: 10px;
}
.thead-light th a.asc {
  display: flex;
  padding-right: 20px;
}
.thead-light th a.asc::after {
  border: none;
  content: "▼";
  position: absolute;
  left: calc(100% - 10px);
  top: 2.5px;
  color: #e6e6e8;
  font-size: 10px;
}
.thead-light th a.asc::before {
  content: "▼";
  position: absolute;
  top: -4px;
  left: calc(100% - 10px);
  transform: rotate(180deg);
  color: #868791;
  font-size: 10px;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.02);
}

.header-theme-color__sun {
  display: none;
}

body[data-bs-theme=dark] .header-theme-color__sun {
  display: block;
}
body[data-bs-theme=dark] .header-theme-color__moon {
  display: none;
}

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

.notification-list #pager-container {
  display: none !important;
}

@media (max-width: 460px) {
  .notification-controls {
    padding: 5px !important;
  }
}
@media (max-width: 1070px) {
  .notification-controls {
    padding-left: 5px !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 992px) {
  .normal-logo {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .row-cover {
    width: 100%;
    display: flex;
    gap: 25px;
  }
  .row-cover .row {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .menu-item i {
    font-size: 23px !important;
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  .two-factor-authentication label {
    display: none;
  }
}
.shadow-sm {
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12) !important;
}

@keyframes uil-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1050px) {
  .dashboard-row .dashboard-stat-item {
    flex: 1 1 33.333%;
  }
}
@media (max-width: 550px) {
  .dashboard-row .dashboard-stat-item {
    flex: 1 1 100%;
  }
}
/* Badges default bt5 for class badge */
.badge-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.badge-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.badge-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.badge-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.badge-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.badge-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.badge-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.badge-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.badge-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.badge-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.badge-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.badge-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.badge-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.badge-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.badge-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.notifications-widget-area {
  max-height: 339px;
}

.order-table-id-column {
  width: 50px;
}

.order-table-client-id-column,
.order-table-quantity-column,
.order-table-created-at-column,
.order-table-actions-column,
.order-table-cost-column {
  width: 100px;
}

.order-table-hold-status-column,
.order-table-status-column {
  width: 200px;
}

.order-view-template {
  width: 260px;
}

.product-plugin-icon {
  margin-right: 5px;
  vertical-align: middle;
}

.product-medium-size-plugin-icon {
  height: 20px;
  width: 20px;
}

.product-small-size-plugin-icon {
  height: 16px;
  width: 16px;
}

.product-count-for-notification {
  max-width: 200px;
}

.product-table-id-column {
  width: 50px;
}

.product-table-group-id-content {
  max-width: 200px;
  word-break: break-word;
  white-space: normal;
}

.product-table-group-id-column {
  max-width: 200px;
}

.product-table-name-content {
  word-break: break-word;
  white-space: normal;
}

.product-table-price-column,
.product-table-count-active-items-column {
  width: 100px;
}

.product-table-status-column {
  width: 200px;
}

.product-table-shop-url-value {
  font-size: 0.85rem;
  word-break: break-word;
  white-space: normal;
}

.product-table-shop-url-content {
  max-width: 200px;
  word-break: break-word;
  white-space: normal;
}

.product-table-shop-url-column {
  width: 80px;
}

.product-table-created-at-column {
  width: 100px;
}

.product-table-reviews-column {
  width: 150px;
}

.product-actions-view-button {
  color: #59a9f2;
}

.product-actions-view-edit {
  color: #e7b135;
}

.product-table-actions-column {
  width: 100px;
}

.product-shipment-full-view-button {
  white-space: nowrap;
  min-width: 150px;
}

.product-shipment-table-checkbox-column {
  width: 20px;
}

.product-shipment-table-status-column {
  width: 200px;
}

.product-shipment-table-uploaded-at-column {
  width: 150px;
}

.product-shipment-table-actions-column {
  width: 100px;
}

.product-shipment-remove-button {
  height: 41px;
}

.profile-settings-card {
  width: 250px;
}

.withdraw-table-comment-column {
  width: 260px;
}

.breadcrumb {
  display: block;
  font-size: 0;
}
.breadcrumb .breadcrumb-item {
  display: inline;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item::before {
  display: inline;
  float: none;
}

.breadcrumb-item.active {
  font-weight: bold;
}

body[data-bs-theme=dark] .price-product-block input[disabled] {
  background-color: #242633;
}

body[data-bs-theme=dark] .tox .tox-edit-area__iframe {
  color: #fff;
}

.accordion--faq {
  --bs-accordion-btn-bg: rgb(165 179 253 / 18%);
  --bs-accordion-active-bg: rgb(165 179 253 / 18%);
}
.accordion--faq .accordion-button.collapsed:hover {
  background-color: rgba(188, 198, 255, 0.18);
}

/*# sourceMappingURL=minible-overrides.css.map */
