/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
/* reports datatable sort icon  */
thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
  left: 0px;
  right: 0;
}

thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before {
  left: 0px;
  right: 0;
}

/* reports datatable sort icon  edit*/
.custom-check-input {
  width: 23px;
  height: 23px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  top: 5px;
}

.custom-check-input::before {
  width: 23px;
  height: 23px;
  position: absolute;
  content: "";
  border: 1px solid #aaa;
}

.custom-check-input:checked {
  background: #7367f0;
}

.custom-check-input:checked::before {
  border: 4px solid #fff;
  border-top: none;
  border-left: none;
  width: 11px;
  height: 14px;
  transform: rotate(45deg);
  top: 3px;
  left: 6px;
}

/* radio */
.custom-radio-input {
  width: 22px;
  height: 22px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin-right: 3px;
  top: 6px;
  border-radius: 50%;
}

.custom-radio-input::before {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  border: 1px solid #aaa;
  border-radius: 50%;
}

.custom-radio-input:checked {
  background: #7367f0;
}

.custom-radio-input:checked::before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  border: none;
}
