.add-shortcut-manifest{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    border: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: unset;
    z-index: 9999;
    display: none !important;
}
.add-shortcut-manifest img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.add-shortcut-manifest i{
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin-left: 5px;
    color: #fd0303;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media all and (max-width: 991px){
  .add-shortcut-manifest{
    display: block !important;
  }
}