/* =============== Override ================= */
/* ============================================= */
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: inherit;
}

.input-group>.select2-container {
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
}

.dz-progress {
  background-color: #f00;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
}

.dz-upload {
  background-color: #009ef7;
  /* color primario Metronic */
  height: 100%;
  width: 0;
  transition: width 0.3s ease-in-out;
  display: block;
}

.dropdown-divider {
  border-top: 1px solid var(--bs-gray-300);
}

.table:not(.table-bordered) tr:first-child,
.table:not(.table-bordered) th:first-child,
.table:not(.table-bordered) td:first-child {
  padding-left: 0.75rem;
}

/* =============== END - Override ================= */
/* ============================================= */

/* =============== General ================= */
/* ============================================= */
.hide {
  visibility: hidden;
}

@media (max-width: 768px) {
  .min-w-reset-md {
    min-width: auto !important;
  }
}

.form-control:read-only {
  color: var(--bs-gray-500);
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
  opacity: 1;
  cursor: not-allowed;
}

.dz-preview .dz-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dz-preview .dz-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.dz-label {
  max-width: 120px;
}

.mw-80 {
  max-width: 80% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mw-95 {
  max-width: 95% !important;
}

.mw-fit-content {
  max-width: fit-content !important;
}



.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.legend-item {
  display: flex;
  align-items: center;
}

.legend-square {
  width: 20px;
  height: 20px;
  margin-right: 10px;

}

.legend-square.success {
  background-color: #dff0d8;
}

.legend-square.info {
  background-color: #d9edf7;
}

.legend-square.active {
  background-color: #428bca;
}

.legend-square.warning {
  background-color: #fcf8e3;
}

.legend-square.danger {
  background-color: #f2dede;
}

/* =============== END - General ================= */
/* ============================================= */

.table>thead>tr>td.account_deleting,
.table>thead>tr>th.account_deleting,
.table>thead>tr.account_deleting>td,
.table>thead>tr.account_deleting>th,
.table>tbody>tr>td.account_deleting,
.table>tbody>tr>th.account_deleting,
.table>tbody>tr.account_deleting>td,
.table>tbody>tr.account_deleting>th,
.table>tfoot>tr>td.account_deleting,
.table>tfoot>tr>th.account_deleting,
.table>tfoot>tr.account_deleting>td,
.table>tfoot>tr.account_deleting>th {
  background-color: #f5c978;
  color: #463e31;
}

.table-hover>tbody>tr>td.account_deleting:hover,
.table-hover>tbody>tr>th.account_deleting:hover,
.table-hover>tbody>tr.account_deleting:hover>td,
.table-hover>tbody>tr.account_deleting:hover>th {
  background-color: #f7d18b;
}