.form-check-input {
  border: 1px solid #dbdade !important;
}

.card-header.crud {
  border-bottom: 1px solid var(--bs-border-color) !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
.disabled {
  color: rgba(114, 135, 236, 0.5);
  background-color: rgba(141, 153, 213, 0.05);
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.was-validated .custom-select:invalid + .select2 .select2-selection {
  border-color: #dc3545 !important;
}
.was-validated .custom-select:valid + .select2 .select2-selection {
  border-color: #28a745 !important;
}
*:focus {
  outline: 0px;
}
.cursor-pointer{
  cursor: pointer !important;
}

.loader {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fffdfd61;
  display: none;
}
.loader.active-loader {
  display: block;
}
.loader .ajax-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.fancybox__container{
  z-index: 1080 !important;
}
.selectrevertcategory{
  display: flex;
  align-items: center;
}

.selectrevertcategory .form-check-label {
  margin-left: 0.5rem;
}

.light-style .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered, .light-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  line-height: calc(2.125rem - 1px) !important;
  padding-inline-start: calc(.9375rem - 1px) !important;
  padding-inline-end: calc(2.25rem - 1px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-size: 19px 19px !important;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-width: 1px !important;
}

.app-brand-logo{
  max-width: 200px;
}

.table.table-capitalize th{
  text-transform: capitalize;
}
.table.table-sm thead tr th {
  padding-block: 0.94rem !important;
}
.table.table-sm>:not(caption)>*>* {
  padding: 0.494rem 0.5rem !important;
}
.table.table-sm.fs-sm>:not(caption)>*>* {
  font-size: 0.9rem !important;
}

.img-container{
  width: 50px;
  max-width: 50px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .table.table-sm thead tr th {
    padding-block: 0.66rem !important;
    text-align: center;
  }
  .table.table-sm>:not(caption)>*>* {
    padding: 0.494rem 0.3rem !important;
  }
  .table.table-sm.fs-sm>:not(caption)>*>* {
    font-size: 0.70rem !important;
  }
  .sku{
    font-size: 10px;
  }

  .img-container{
    max-width: 35px;
  }
 }
