@media only screen and (max-width: 480px) {
  .btn-top-absolute {
    position: unset !important;
  }
}

@media only screen and (max-width: 768px) {

  /* home */
  #show_info_system span {
    display: none;
  }

  #wrapper-home {
    background: url("../images/background_login_mobile.jpg");
    background-size: cover;
  }

  .btn-top-absolute .info {
    display: none;
  }

  #sidebarToggleTop {
    color: #617787;
  }

  .panel-status .card-body {
    text-align: center;
  }

  .panel-status .card-body .row {
    display: block;
  }

  .panel-status .card-body .row .h5 {
    font-size: 14px;
  }

  .panel-status .card-body .row .col-auto {
    margin-top: 10px;
  }

  .btn-d-block-resp {
    display: block;
    width: 100%;
  }

  .site-mobile-menu .site-nav-wrap a {
    color: #000 !important;
  }

  .sidebar .sidebar-card p {
    font-size: 9px;
  }

  .show-total {
    text-align: center;
  }

  #show_info_system img {
    width: 100px;
  }

  /* footer */
  .site-footer {
    position: fixed;
    bottom: 0;
  }
}