
@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
    padding-bottom: 76px !important;
  }

  .nav-tabs {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    background: #11152a !important;
    border-top: 1px solid #ffcc00 !important;
    overflow: hidden !important;
  }

  .nav-tabs .nav-item {
    min-width: 0 !important;
    width: 100% !important;
    height: 66px !important;
    padding: 6px 2px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  .nav-tabs .nav-item i {
    font-size: 15px !important;
    margin: 0 !important;
  }

  .top-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 6px !important;
    scrollbar-width: none !important;
  }

  .top-actions::-webkit-scrollbar {
    display: none !important;
  }

  .top-actions button {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    padding: 7px 9px !important;
  }

  .floating-bell,
  .notification-bell {
    bottom: 82px !important;
  }

  .chat-floating,
  .support-chat-button,
  .chat-button {
    bottom: 86px !important;
  }
}
