/*! Akko v0.1.0 | (c) Timur Kuzhagaliyev | github.com/TimboKZ/Akko */
.akko-ui {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .akko-ui:hover {
    opacity: 1; }
  .akko-ui-container {
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    position: relative;
    font-size: 1rem;
    padding: 10px;
    color: #fff; }
    .akko-ui-container-title {
      background: rgba(255, 255, 255, 0.05);
      text-align: center;
      padding: 5px 10px; }
    .akko-ui-container-list-item {
      color: #fff !important;
      text-decoration: none;
      margin-top: 10px;
      display: block; }
      .akko-ui-container-list-item span {
        display: inline-block;
        text-align: right;
        opacity: 0.5;
        width: 20px; }
      .akko-ui-container-list-item.active {
        color: #c75e58 !important; }
  .akko-ui-visualisers {
    float: right; }
  .akko-ui-add-tracks {
    line-height: 1.4rem;
    text-align: center;
    margin-top: 20px; }
    .akko-ui-add-tracks, .akko-ui-add-tracks a {
      color: #ccc !important; }
  .akko-ui-controls {
    background-color: rgba(255, 255, 255, 0.05);
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
    .akko-ui-controls-play {
      background-color: rgba(255, 255, 255, 0.05);
      line-height: 60px;
      height: 60px;
      width: 60px;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      font-size: 24px;
      color: #fff; }
      .akko-ui-controls-play.active {
        background-color: #c75e58; }
        .akko-ui-controls-play.active:hover {
          background-color: rgba(199, 94, 88, 0.8); }
      .akko-ui-controls-play:hover {
        background-color: rgba(199, 94, 88, 0.2); }
