/* MOBILE APP */

@media screen and (max-width: 992px) {
  /* CUSTOM DISPLAY OF BUTTON LIST */
  /* Đổi từ flex ngang sang flex dọc và thêm margin top bot cho các nút phía trong */
  .mobile-button-list .rs-btn-toolbar > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mobile-button-list .rs-btn-toolbar {
    display: flex;
    flex-direction: column;
  }
}
