/* $red: #ef4437; */
/* $blue: #3374ba; */

/* Bootstrap v4 to v5 Migration */
.btn-block {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
}

/* Bootstrap 4 Tweaks */
.table thead th, .table-bt-0 tr:first-child td, .table-bt-0 tr:first-child th {
    border-top-width: 0;
}

/* Bootstrap 4.0.0 Workarounds for Unexpected Behavior */
nav.nav > a.nav-link {
    margin-bottom: -1px;
}
.row.collapse.show {
    display: flex;
}

/* Bootstrap Customization */
.breadcrumb {
    --bs-breadcrumb-divider: '>';
}

/* FontAwesome 5.0.x + Bootstrap 4 Interaction Workarounds */
.input-group-text.fab, .input-group-text.fal, .input-group-text.far, .input-group-text.fas {
    line-height: 1.5;
}

/* FontAwesome Icon Links */
a:focus i.fa,
a:hover i.fa {
    text-decoration: none;
}

/* Twitter Typeahead */
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 6px 12px;
  margin: 0;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  text-decoration: none;
  outline: 0;
  background-color: #eeeeee;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #eeeeee;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

span.twitter-typeahead .tt-hint {
  color: #999999;
}
