/* UPINHERE */

.ma_playertop {position: fixed;bottom: 60px;left: 0;right: 0;height: 40px;z-index: 99; max-width: 500px; backdrop-filter: blur(20px);}
.ma_playertop.closed {bottom: -70px;transition: all 0.15s ease-in-out;}
.ma_player, .player {
    background-color: rgba(34,34,37,.4);    
    backdrop-filter: blur(20px);
}


.flexbar {
    background: rgba(34,34,37,0.6);
    background: linear-gradient(0deg, rgba(34,34,37,0.6) 65%, rgb(104, 104, 113,0.6) 100%);
    display: flex;
    height: 40px;
    flex-direction: row;
    justify-content: center;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    vertical-align: middle;
    width: 100%;
  }
  
  .flexbar a {
    display: block;

    color: #fff;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    border-right: #434345 1px solid;
    border-top: #434345 1px solid;
    display: flex;
    flex-grow: 1;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    cursor: pointer;
  }
  .flexbar a:hover
  {
    background: #0CA1EE;
   /* background: linear-gradient(0deg, rgba(25,31,36,1) 65%, rgba(5,45,68,1) 100%); */
  }

  

  .wlinks {
    color: #c3c3c6;
  }
  .wlinka {
    color: #8d8d8d;  
  }

  fa-svg-icon {
    display: inline-flex;
    align-self: center;
    /* 
        Define a global color for the icons 
        In this case black
    */
    fill: #FFF;
}
/*
    Define the size of the default icons
*/
.fa-svg-icon svg {
    height:24px;
    width:24px;
}

/*
    Positionate the SVG correctly
*/
.fa-svg-icon.svg-baseline svg {
    top: .125em;
    position: relative;
}