/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {...} */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */
/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */
/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */
/* ASIDE
-----------------------------------------------------------------*/
/* HEADER
-----------------------------------------------------------------*/
/* TOOLBAR
-----------------------------------------------------------------*/
/* CONTENT
-----------------------------------------------------------------*/
/* DATATABLE
-----------------------------------------------------------------*/
.dataTables_filter {
  display: none;
}

div.dataTables_wrapper div.dataTables_processing {
  padding: 0.5rem 1rem !important;
}

div.dataTables_wrapper div.dataTables_processing > div {
  display: block;
  width: 68px;
  height: 5px;
  /* padding: 0 !important; */
  margin: 8px 0 5px 0 !important;
}

div.dataTables_wrapper div.dataTables_processing > div > div {
  display: block;
}

div.dataTables_processing > div:last-child > div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7239ea;
}

/* Scrollbar */
.dataTables_scrollBody::-webkit-scrollbar {
  height: 8px;
  cursor: pointer !important;
}

/* FORM
-----------------------------------------------------------------*/
.form-control.custom-disabled,
.form-control:disabled,
.form-select:disabled {
  color: #A1A5B7 !important;
  background-color: #eff2f5 !important;
  opacity: 1 !important;
  border: 1px solid #e4e6ef !important;
  /* cursor: not-allowed !important; */
  cursor: default !important;
}
