.overflow-hidden{overflow:hidden}.pagination-container{display:flex;align-items:center;justify-content:center;-moz-column-gap:12px;column-gap:12px}.paginate-buttons{height:40px;line-height:40px;border-radius:999px;font-weight:500;text-align:center;cursor:pointer;background-color:#f2f2f2;color:#000;transition:all linear .3s}.paginate-buttons:hover{background-color:rgb(var(--primary));color:#fff}.number-buttons{width:40px}.back-button,.next-button{padding-inline:16px;letter-spacing:.5px;text-transform:capitalize}.active-page{background-color:rgb(var(--primary));color:#fff}


/* Hide Use Phone Instead button on login */
button.field-title.text-primary {
    display: none !important;
}


/* =========================
   HIDE LICENSE MENU ITEM
   ========================= */

/* Hide License tab in Settings menu */
nav.db-card a.db-tab-btn[href*="license"],
nav.db-card a.db-tab-btn:has(i.lab-line-license-code) {
    display: none !important;
}


/* ===============================
   FORCE MOBILE BANNER HEIGHT
   =============================== */

/* Mobile only */
@media (max-width: 640px) {

  /* Swiper container */
  .banner-swiper {
    height: 200px !important;
  }

  /* Internal swiper structure */
  .banner-swiper .swiper-wrapper,
  .banner-swiper .swiper-slide {
    height: 100% !important;
  }

  /* Slide inner div / link */
  .banner-swiper .swiper-slide > div,
  .banner-swiper .swiper-slide a {
    display: block;
    height: 100% !important;
  }

  /* Image must stretch */
  .banner-swiper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}



