/*
Theme Name: Darune Theme
Template: moren
Author: Np
Version: 1.0.0.1721414474
Updated: 2024-07-19 20:41:14

*/

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  line-height: 14px;
  font-family: "LaStudioIcons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  content: "x";
  color: #000000;
  height: 15px;
  background-color: black !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
 background-color: #4d4d4d;
}
