.card-body-spinner {
  min-height: 200px !important;
}

/* .content__body::before{
    display: none;
} */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.spinner-border-big {
  z-index: 3 !important;
  width: 4rem !important;
  height: 4rem !important;
}

.spinner-border-small {
  width: 1rem !important;
  height: 1rem !important;
}

.button-grid {
  display: grid !important;
  gap: 10px;
  grid-template-columns: min-content 1fr;
}

.header-company-widget {
  width: 234px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 136px;
}

.header-company-widget__logo {
  max-width: 100%;
  max-height: 100px;
}

.font-weight-bolder {
  font-weight: 700;
}

.support-info ul {
  padding-left: 1rem;
}

.support-info ol {
  padding-left: 0;
}

.support-info ol {
  list-style: none;
  counter-reset: li;
}

.support-info ol li:before {
  counter-increment: li;
  content: counter(li) ". ";
  min-width: 15px;
  display: inline-block;
}

.btn .feather {
  height: 18px;
  width: 18px;
  min-width: 18px;
}

.support-info a.btn {
  text-align: left
}

.support-info .card {
  height: 100%;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_processing {
  margin: 0 !important;
  margin-top: 0 !important;
  left: 0% !important;
  padding: 0 !important;
  position: absolute !important;
  text-align: center !important;
  top: 0% !important;
  height: calc(100%);
  z-index: 30;
  width: 100% !important;
  box-shadow: none !important;
  word-wrap: break-word !important;
  background-clip: border-box !important;
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
}

table.dataTable>tbody>tr>td,
table.dataTable>thead>tr>th {
  padding: .3rem !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

select.form-select:focus {
  border-color: none;
  box-shadow: none;
  outline: 0;
}

table.dataTable>thead.sorting_disabled.sorting_asc::after,
table.dataTable>thead.sorting_disabled.sorting_asc::before {
  content: none;
}

.paginate_button .page-link:focus {
  box-shadow: none;
}

table.dataTable thead th::before,
table.dataTable thead th::after {
  content: none !important;
}

.commercial-admin-link .btn.btn-primary {
  min-width: 280px;
}

.cursor-text {
  cursor: text;
}