.content {
  overflow-y: scroll;
}
@media (max-width: 575.98px) {
  .content {
    padding-top: 80px !important;
    overflow-y: scroll;
  }
  .header {
    /* padding-top: 45px; */
  }
  #box-mensagem {
    padding-top: 100px !important;
  }
  .sidebar {
    padding: 120px 15px 0 !important;
  }

  .header .header__logo img {
    width: 160px !important;
  }

  .messages__reply {
    padding-bottom: 40px !important;
  }
  .chat {
    top: 104px !important;
    z-index: 19 !important;
  }
  .login__block {
    right: unset;
    top: 140px;
    /* padding-bottom: 200px; */
  }
  .modal {
    padding-top: 50px !important;
    /* position: absolute !important; */
  }
}
