﻿
    .text-xs {
      font-size: 11px
    }

    .font-bold {
      font-weight: 700
    }

    .font-semibold {
      font-weight: 600
    }

    .mt-1 {
      margin-top: 4px
    }

    .mt-2 {
      margin-top: 8px
    }

    .mt-3 {
      margin-top: 12px
    }

    .mt-4 {
      margin-top: 16px
    }

    .w-full {
      width: 100%
    }

    .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .hidden {
      display: none !important
    }

    .cursor-pointer {
      cursor: pointer
    }

    #bulk-bar {
      display: none;
      align-items: center;
      gap: 8px;
      padding: 10px 24px;
      background: #eff6ff;
      border-bottom: 1px solid #bfdbfe;
      font-size: 13px;
      color: #1e40af;
      flex-wrap: wrap;
      flex-shrink: 0
    }

    #bulk-bar.show {
      display: flex
    }

    #mobile-more-btn {
      display: none
    }
