﻿.choose {
  width: 24px;
  margin-right: 100px;
  align-self: flex-end;
}
.choose .smart-combobox-button .caret {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: auto;
  height: auto;
  border: none;
  margin-left: auto;
  vertical-align: auto;
}
.choose .smart-combobox-button .caret:before {
  content: "\f142";
}
.choose .fixed-dropdown-menu .dropdown-menu {
  margin-left: -28px;
}
.choose .fixed-dropdown-menu .dropdown-menu .dropdown-panel .dropdown-item:focus,
.choose .fixed-dropdown-menu .dropdown-menu .dropdown-panel .dropdown-item.focus,
.choose .fixed-dropdown-menu .dropdown-menu .dropdown-panel .dropdown-item:active,
.choose .fixed-dropdown-menu .dropdown-menu .dropdown-panel .dropdown-item.active {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.choose .fixed-dropdown-menu .dropdown-menu .dropdown-panel .dropdown-item:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}