@keyframes fade-in {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fade-in2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bi-dropdown-menu > li.selected:not([disabled='disabled']):before {
  display: inline-block;
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

@keyframes fade-in {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fade-in2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bi-dropdown-menu {
  display: block;
  padding: 5px 10px;
  border: 1px solid #ebebec;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: auto; }

.bi-dropdown-menu {
  padding: 5px 0;
  max-height: 300px;
  user-select: none; }
  .bi-dropdown-menu > li {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: relative;
    padding: 7px 20px;
    white-space: nowrap;
    cursor: pointer; }
    .bi-dropdown-menu > li:hover:not([disabled='disabled']) {
      background-color: #F5F5F5;
      color: #353a44; }
    .bi-dropdown-menu > li.bi-disabled, .bi-dropdown-menu > li[disabled='disabled'] {
      color: #b8babe !important;
      cursor: default; }
    .bi-dropdown-menu > li.bi-active:not([disabled]), .bi-dropdown-menu > li:hover:not([disabled]) {
      background-color: #FAFAFA; }
    .bi-dropdown-menu > li:not([disabled='disabled']).selected:before {
      position: absolute;
      content: 'check';
      left: 5px;
      color: #FC4A6A;
      font-size: 14px !important; }
    .bi-dropdown-menu > li:not([disabled='disabled']) .bi-icon {
      color: #686b73; }
    .bi-dropdown-menu > li .bi-icon {
      font-size: 18px; }
  .bi-dropdown-menu .bi-dropdown-separator {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebec;
    margin: 5px;
    padding: 0; }
    .bi-dropdown-menu .bi-dropdown-separator:first-child, .bi-dropdown-menu .bi-dropdown-separator:last-child {
      height: 0;
      margin: 0;
      border: 0; }

@keyframes fade-in {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fade-in2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bi-dropdown-menu > li.selected:not([disabled='disabled']):before {
  display: inline-block;
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }
