.select2-selection__choice {
  color: #000000;
}
.select2-search__field {
  color: #000000;
}

span.select2-selection {
  width: 100% !important;
}
.select2-container {
  width: 100% !important;
  background-color: #2cc16a!important;
}
.panel-fs-theme1 {
  border-color: #772432;
}
.panel-fs-theme1 > .panel-heading {
  border-color: #772432;
  color: #f1f1f2;
  background: #AA272F;
}
.panel-fs-theme1 > .panel-heading > a {
  color: white;
}
.panel-fs-theme1 > a {
  color: #BCBABE;
}
.panel-fs-theme1 > a:hover {
  color: #557a95;
}
.panel-fs-theme1-outline {
  border-color: #557a95;
}
.panel-fs-theme1-outline > .panel-heading {
  border-color: #772432;
  color: #AA272F;
  background-color: white;
}
.panel-fs-theme1-outline > a {
  color: #557a95;
}
.panel-fs-theme1-outline > a:hover {
  color: #557a95;
}
.thead-fs-theme1 {
  background-color: #BED6DB;
  color: #22505F;
}
.tr-fs-theme1 {
  background-color: #BED6DB;
  color: #22505F;
}
.fs-theme-tr-summary {
  border-bottom: #B2B4B3 double;
  border-top: #B2B4B3 solid;
}
.fs-theme-tr-underline {
  border-bottom: #B2B4B3 solid;
}

.fs-darkred {
  background-color: #772432;
}

.fs-red {
  background-color: #AA272F;
}
.fs-orange {
  background-color: #FF5800;
}
.fs-lightblue {
  background-color: #BED6DB;
}
.fs-blue {
  background-color: #5E9CAE;
}
.fs-darkblue {
  background-color: #003F72;
}
.fs-darkgreen {
  background-color: #275937;
}
.fs-green {
  background-color: #739600;
}
.fs-lightgreen {
  background-color: #9EB28F;
}
.fs-bluegreen {
  background-color: #477F80;
}
.fs-petrol {
  background-color: #22505F; !important;
}
.btn-fs-blue{
  border-color: #5E9CAE; !important;
  background-color: #003F72 !important;
  color: whitesmoke; !important;
}
.btn-fs-orange{
  border-color: #FF5800; !important;
  background-color: #FF5800 !important;
  color: whitesmoke; !important;
}
.btn-fs-red{
  border-color: #772432; !important;
  background-color: #AA272F !important;
  color: whitesmoke; !important;
}

/* Make the button behave like a full-width dropdown link */
.dropdown-item-fullwidth {
    display: block; /* Make the button fill the entire width */
    width: 100%; /* Ensure it covers the full width of the dropdown item */
    padding: 3px 15px 3px 20px; /* Adjust padding to match Bootstrap dropdown items */
    text-align: left; /* Align the text to the left */
    background-color: transparent; /* No background by default */
    border: none; /* Remove any button borders */
    color: #333; /* Normal link color */
    text-decoration: none; /* Remove underline */
}

/* Highlight the whole button (line) when hovering */
.dropdown-item-fullwidth:hover {
    background-color: #f5f5f5; /* Light grey background on hover */
    color: #262626; /* Darker text color on hover */
}