/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* This file is copied to all Products.
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
#header-app-search {
  float: right;
}
.select2-container.appnav-dropdown-container {
  min-width: 300px;
  background-color: #35394b;
  border: 1px solid #5c5d61;
  border-radius: 5px;
}
.select2-container.appnav-dropdown-container .select2-choice {
  border-radius: 5px;
  border: 0;
  background-image: none;
  box-shadow: none;
  background-color: #35394b;
}
.select2-container.appnav-dropdown-container .select2-choice .select2-chosen {
  background-color: #35394b;
  color: #e8edef;
}
.select2-container.appnav-dropdown-container .select2-choice .select2-arrow {
  border: 0;
  border-radius: 0;
  background: none;
}
.appnav-dropdown {
  background-color: #35394b;
}
.appnav-dropdown.select2-drop-active {
  border: 0;
}
.appnav-dropdown .select2-results {
  background-color: #35394b;
  color: #e8edef;
  max-height: 500px;
}
.appnav-dropdown .select2-results .select2-highlighted {
  background-color: #666d76;
  color: white;
}
.appnav-dropdown .select2-results .select2-result-sub {
  background-color: #35394b;
  color: #e8edef;
}
.appnav-dropdown .select2-results .select2-no-results {
  background-color: #35394b;
  color: #e8edef;
  padding: 10px;
}
.appnav-dropdown .select2-results .select2-searching {
  background-color: #35394b;
  color: #e8edef;
  font-style: italic;
}
.appnav-dropdown .select2-search input.select2-input {
  background: none;
  background-color: #666d76;
  border: 1px solid #A6AdB6;
  color: #e8edef;
}
