.settings {
  bottom: 0;
  left: 0;
  z-index: 120;
  cursor: pointer;
  .btn-dropdown-settings {
    background: #fff;
    border: none;
    color: #000;
    box-shadow: 1px -3px 5px 2px #eee;
  }
  .settings-item {
    width: 12rem;
  }
}
