input {
  caret-color: auto;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}


.channel-logo {
  max-width: 100px !important;
  max-height: 50px !important;
}

td.editable .dropdown,
td.editable button {
  margin: -9px -12px;
}

.waiting {
  width: 100%;
  text-align: center;
  height: auto;
}

.waiting img {
  min-height: 80px;
  opacity: .5;
  margin: 20px auto;
}

.bs-stepper.wizard-vertical .step {
  overflow: hidden;
}

.image-text {
  text-align: center;
}

.badge.badge-superindice {
  top: auto;
  display: inline-block;
  margin: 0;
  transform: translate(0, -30%);
}

  .badge.badge-superindice:not(.badge-dot) {
    padding: .05rem .2rem;
    font-size: .582rem;
    line-height: .75rem;
  }

.reset-all {
  float: right;
  position: absolute;
  right: 40px;
}

.navbar-badge {
  position: relative !important;
  top: 0px !important;
  left: 12px !important;
}

#feature_name {
  color: var(--bs-heading-color);
}

#toast-container > .toast-success {
  background-color: #c5f3dc !important;
}

#toast-container > .toast-error {
  background-color: #fdcbcc !important;
}

#toast-container > .toast-info {
  background-color: #b3ecef !important;
}

#toast-container > .toast-warning {
  background-color: #fbdeb7 !important;
}

.row-container {
  background: #00000010;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 10px !important;
}

  .row-container .group {
    background: #00000010;
    border-radius: 4px;
    margin: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

.text-truncate {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  display: block !important;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  transform: scale(.75);
  margin-right: 5px;
  border-radius: 2px;
  transition: .12s ease-out;
}

.product-desc {
  max-width: 300px;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
  transform: none;
  margin-right: 12px;
}

.tagify.langs .tagify__input {
  min-width: 175px;
}

.tagify.langs tag {
  white-space: nowrap;
}

  .tagify.langs tag img {
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    border-radius: 2px;
    pointer-events: none;
    width: auto;
    margin-top: 4px;
  }

.error-force {
  display: block !important;
}

.p-error {
  padding: 7px;
  color: red;
  border: 1px red solid;
  border-radius: 4px;
}

.message-error {
  color: red;
}

select.selectpicker.is-invalid ~ .btn,
select.selectpickerform.is-invalid ~ .btn {
  border-color: #ff5b5c !important;
}

.dataTable td.editable {
  font-style: italic;
  background: #68c1ff33 !important;
  cursor: pointer;
}

.with_button input {
  width: calc(100% - 52px);
  display: inline-block;
}

.with_button button {
  display: inline-block;
  margin-left: 16px !important;
  margin-right: 0;
}

.dropdown.bootstrap-select {
  background-color: transparent !important;
}

.minidropzone {
  width: 450px !important;
  height: 100px !important;
  padding: 0.25rem !important;
}

  .minidropzone .dz-message {
    font-size: 12px !important;
    margin: 1.5em 0 !important;
  }

  .minidropzone .dz-preview {
    zoom: .5;
  }

input#errorInput {
  margin: -10px 0 -10px -10px;
}

#reset_logo {
  font-size: 1.5em;
  zoom: .75;
  position: relative;
  margin-top: -120px;
  margin-left: -70px;
}

.light-style .bootstrap-select .dropdown-toggle:not(.show),
button.btn.dropdown-toggle.btn-default.bs-placeholder.show {
  background-color: white;
}

.dark-style .bootstrap-select .dropdown-toggle {
  background-color: transparent !important;
}

.fv-plugins-icon-container .is-invalid {
}

.light-style .channel-card {
  background-color: rgba(0, 0, 0, 0);
}

.light-style .channel-card:hover {
  background-color: rgba(0, 0, 0, .1);
}

.dark-style .channel-card {
  background-color: rgba(255, 255, 255, 0);
}

.dark-style .channel-card:hover {
  background-color: rgba(255, 255, 255, .1);
}

.product-name {
  cursor: pointer;
}

#product_description_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

#product_stock th {
  border: 5px solid white;
  border-bottom: 1px solid #808080ff;
}


#product_stock th, #product_stock td {
  margin-right: 10px;
  padding: 0 5px;
}

#product_stock td {
  text-align: center;
}

#total_stock {
  margin-left: 10px;
  margin-top: -3px !important;
  text-align: center;
}

  #total_stock label {
    border: 5px solid white;
    border-bottom: 1px solid #808080ff;
  }

  #total_stock p {
    margin-top: -5px;
  }

#featuresContent {
  width: 50%;
  float: left;
}

#featuresContent2 {
  width: 50%;
  float: right;
}

.dataTable .channel-logo {
  max-height: 25px !important;
  max-width: 75px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-indicators button {
  filter: invert(10%) drop-shadow(0 0 0 black);
  -webkit-filter: invert(10%) drop-shadow(0 0 1px black);
}

.blink {
  animation: blinker 2s linear infinite;
}

.cont_rigin.import {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  background: rgba(255, 255, 255, .5);
}

.swal2-container {
  z-index: 10000 !important;
}

.tooltip {
  z-index: 100000 !important;
}

div.dt-info {
  padding-top: 0.5rem;
}

.light-style div.dt-info {
  color: #a8b1bb;
}

.dark-style div.dt-info {
  color: #8295ba;
}
.dt-container .row:not(.dt-layout-table) {
  padding-right: .75rem;
  padding-left: .75rem;
  padding-bottom: .5rem;
}

div.dt-processing > div {
  display: none;
}

.header-border {
  border-bottom: 1px solid lightgrey;
  width: 100%;
}
.row:has(.d-md-flex .header-border) {
  padding: 0 !important;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}


@media (max-width: 575px) {
  .daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
    background-color: #5a8dee !important;
  }


  .modal-full-mobile {
    width: 96%;
    margin: 2% !important;
  }
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: unset !important;
  }
}
