.form-control:disabled {
  background-color: transparent !important;
  opacity: 1;
}

.select2-container .select2-choice {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #a0a0a0 !important ;
}

.select2-dropdown-open .select2-choice {
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 1px 0 transparent inset;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid transparent !important;
}

.select2-container .select2-choice div {
  background: transparent !important;
  background-image: none !important;
}
.select2-container-multi .select2-choices {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
}
.light .table thead th,
.light .header_primary {
  /* background: var(--theme-default) !important; */
  background-color: #dcdcdc;
  color: var(--body-font-color) !important;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
}
.light .select2-container.select2-allowclear .select2-choice span {
  color: black !important;
}
body.dark-only .select2-container.select2-allowclear .select2-choice span {
  color: white !important;
}
body.dark-only .table thead th,
body.dark-only .header_primary {
  color: var(--body-font-color) !important;
  background-color: #696969a6 !important;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -16px;
  /* border: 1px solid lightslategray; */
  border-radius: 3px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: normal !important;
}
.select2-drop {
  background-color: var(--light2) !important;
  color: var(--body-font-color) !important;
}
@media only screen and (max-width: 990px) {
  .page-body {
    padding-top: 15px !important;
  }
}
body.dark-only .form-control {
  color: white !important;
}
.modal-header {
  padding: 7px 6px !important;
}
.btn {
  padding: 3px 10px;
}
.form-control {
  padding: 0px 2px 0px 5px !important;
}

/* Multiple Toggle Switch by Abu Shafiyya */

fieldset {
  border: 0;
}

/* Hide default radio */
.radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: -1;
}

/* Customizing label */
.radio label {
  position: relative;
  padding: 2px 4px ;
  cursor: pointer;
  border-radius: 20px;
  /* color: #2196F3; */
  margin: 0px 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.radio label::after{
	height: 0 !important;
}
.radio label, .radio label::before {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.radio label::before {
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 30%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #2196F3; */
  display: none !important;
}

.radio input[type="radio"] + label::before {
  border-radius: 1em;
}


/* Checked toggle */
.radio input[type="radio"]:checked + label {
  color: #fff;
  background: #2196F3;
  z-index: 1;
}

.radio input[type="radio"]:checked + label {
  padding: 2px 10px;
}

.radio input[type="radio"]:checked + label::before {
  /* top: 4px;
  width: 100%;
  height: 2em;
  z-index: -1; */
  display: none !important;
}

.radio:hover input[type="radio"]:checked + label {
  -webkit-box-shadow: #2195f338 0px 0px 0px 12px;
  box-shadow: #2195f338 0px 0px 0px 12px;
}

/* Hide default radio */
.radiono input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: -1;
}

/* Customizing label */
.radiono label {
  position: relative;
  padding: 2px 4px ;
  cursor: pointer;
  border-radius: 20px;
  /* color: #2196F3; */
  margin: 0px 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.radiono label::after{
	height: 0 !important;
}
.radiono label, .radiono label::before {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.radiono label::before {
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 30%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #2196F3; */
  display: none !important;
}

.radiono input[type="radio"] + label::before {
  border-radius: 1em;
}


/* Checked toggle */
.radiono input[type="radio"]:checked + label {
  color: #fff;
  background: red;
  z-index: 1;
}

.radiono input[type="radio"]:checked + label {
  padding: 2px 10px;
}

.radiono input[type="radio"]:checked + label::before {
  /* top: 4px;
  width: 100%;
  height: 2em;
  z-index: -1; */
  display: none !important;
}

.radiono:hover input[type="radio"]:checked + label {
  -webkit-box-shadow: #f3212138 0px 0px 0px 12px;
  box-shadow: #f3212138 0px 0px 0px 12px;
}
.btn:focus-visible,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="password"]:focus-visible,
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible,
button:focus-visible,
.select2-container:focus-visible,
.form-control:focus-visible {
    outline-offset: 0px !important; /* Offset the outline to make it more visible */
} 

@media screen and (max-width: 444px) {
  .card .card-body{
    padding: 5px !important;
  }
  .dataTables_length{
    width: 100% !important;
  }
  .dataTables_filter{
    width: 100% !important;
	margin-bottom: 10px !important;
  }
}
