/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
#this_theme {
  color: aqua;
}

.asteriskField {
  color: red;
}
.dataTables_length {
  display: none;  /* Hide the lengthMenu */
}
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  max-width: 100% !important;
}
.choices__inner {
  flex: 0 1 auto !important; /* Ensure it respects width */
  width: 100% !important; /* Make it full width */
  max-width: 100% !important; /* Prevent overflow */
}

.choices__list--dropdown {
  flex: 0 1 auto !important; /* Similar behavior for the dropdown */
  width: 100% !important;
}
.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
#search-dropdown.show {
  display: block;
}
