@charset "UTF-8";
/*
    Dark Blue: #0D1C42
    Middle Blue: #0064A2
    Light Blue: #3B96D2
 */
:root {
  /* Dark Blue and its variants */
  --pixelsuite-dark-blue: #0D1C42;
  --pixelsuite-dark-blue-lighter: #1B2C57;
  --pixelsuite-dark-blue-darker: #060F2D;
  /* Middle Blue and its variants */
  --pixelsuite-blue: #0064A2;
  --pixelsuite-blue-lighter: #0076BF;
  --pixelsuite-blue-darker: #005289;
  /* Light Blue and its variants */
  --pixelsuite-light-blue: #3B96D2;
  --pixelsuite-light-blue-lighter: #55A6DA;
  --pixelsuite-light-blue-darker: #2B86C4;
  /* Teal and its variants */
  --pixelsuite-teal: #75FFDB;
  --pixelsuite-teal-lighter: #8FFFE2;
  --pixelsuite-teal-darker: #5BFFD4;
  /* Red - for errors, alerts, critical actions */
  --pixelsuite-red: #E63946;
  --pixelsuite-red-lighter: #EB5D68;
  --pixelsuite-red-darker: #D42836;
  /* Orange - for warnings, pending states */
  --pixelsuite-orange: #F4845F;
  --pixelsuite-orange-lighter: #F69B7B;
  --pixelsuite-orange-darker: #F16D43;
  /* Green - for success, positive actions */
  --pixelsuite-green: #2A9D8F;
  --pixelsuite-green-lighter: #34BEB0;
  --pixelsuite-green-darker: #227C72;
  /* Yellow - for warnings, highlights */
  --pixelsuite-yellow: #F9C74F;
  --pixelsuite-yellow-lighter: #FAD277;
  --pixelsuite-yellow-darker: #F8BC27;
  /* Purple - for special states, premium features */
  --pixelsuite-purple: #7251B5;
  --pixelsuite-purple-lighter: #8B6DC4;
  --pixelsuite-purple-darker: #5B3FA0;
  /* Main colors in RGB format */
  --pixelsuite-dark-blue-rgb: 13, 28, 66;
  --pixelsuite-blue-rgb: 0, 100, 162;
  --pixelsuite-light-blue-rgb: 59, 150, 210;
  --pixelsuite-teal-rgb: 117, 255, 219;
  --pixelsuite-green-rgb: 42, 157, 143;
  --pixelsuite-red-rgb: 230, 57, 70;
  --pixelsuite-yellow-rgb: 249, 199, 79;
  --pixelsuite-orange-rgb: 244, 132, 95;
  --pixelsuite-purple-rgb: 114, 81, 181;
  /* Grey scale in RGB format */
  --mist-grey-rgb: 242, 242, 242;
  --aluminium-rgb: 213, 213, 213;
  --ashes-rgb: 86, 86, 86;
  --charcoal-rgb: 65, 64, 66;
  /* Grey scale colors */
  --mist-grey: #f2f2f2;
  --aluminium: #d5d5d5;
  --ashes: #565656;
  --charcoal: #414042;
  --pixelsuite-grey: #edf1f4;
  --pixelsuite-dark-grey: #e5e8ea; }

/*
    Dark Blue: #0D1C42
    Middle Blue: #0064A2
    Light Blue: #3B96D2
 */
:root {
  /* Dark Blue and its variants */
  --pixelsuite-dark-blue: #0D1C42;
  --pixelsuite-dark-blue-lighter: #1B2C57;
  --pixelsuite-dark-blue-darker: #060F2D;
  /* Middle Blue and its variants */
  --pixelsuite-blue: #0064A2;
  --pixelsuite-blue-lighter: #0076BF;
  --pixelsuite-blue-darker: #005289;
  /* Light Blue and its variants */
  --pixelsuite-light-blue: #3B96D2;
  --pixelsuite-light-blue-lighter: #55A6DA;
  --pixelsuite-light-blue-darker: #2B86C4;
  /* Teal and its variants */
  --pixelsuite-teal: #75FFDB;
  --pixelsuite-teal-lighter: #8FFFE2;
  --pixelsuite-teal-darker: #5BFFD4;
  /* Red - for errors, alerts, critical actions */
  --pixelsuite-red: #E63946;
  --pixelsuite-red-lighter: #EB5D68;
  --pixelsuite-red-darker: #D42836;
  /* Orange - for warnings, pending states */
  --pixelsuite-orange: #F4845F;
  --pixelsuite-orange-lighter: #F69B7B;
  --pixelsuite-orange-darker: #F16D43;
  /* Green - for success, positive actions */
  --pixelsuite-green: #2A9D8F;
  --pixelsuite-green-lighter: #34BEB0;
  --pixelsuite-green-darker: #227C72;
  /* Yellow - for warnings, highlights */
  --pixelsuite-yellow: #F9C74F;
  --pixelsuite-yellow-lighter: #FAD277;
  --pixelsuite-yellow-darker: #F8BC27;
  /* Purple - for special states, premium features */
  --pixelsuite-purple: #7251B5;
  --pixelsuite-purple-lighter: #8B6DC4;
  --pixelsuite-purple-darker: #5B3FA0;
  /* Main colors in RGB format */
  --pixelsuite-dark-blue-rgb: 13, 28, 66;
  --pixelsuite-blue-rgb: 0, 100, 162;
  --pixelsuite-light-blue-rgb: 59, 150, 210;
  --pixelsuite-teal-rgb: 117, 255, 219;
  --pixelsuite-green-rgb: 42, 157, 143;
  --pixelsuite-red-rgb: 230, 57, 70;
  --pixelsuite-yellow-rgb: 249, 199, 79;
  --pixelsuite-orange-rgb: 244, 132, 95;
  --pixelsuite-purple-rgb: 114, 81, 181;
  /* Grey scale in RGB format */
  --mist-grey-rgb: 242, 242, 242;
  --aluminium-rgb: 213, 213, 213;
  --ashes-rgb: 86, 86, 86;
  --charcoal-rgb: 65, 64, 66;
  /* Grey scale colors */
  --mist-grey: #f2f2f2;
  --aluminium: #d5d5d5;
  --ashes: #565656;
  --charcoal: #414042;
  --pixelsuite-grey: #edf1f4;
  --pixelsuite-dark-grey: #e5e8ea; }

/* ==========================================================================
   PixelSuite v5 – Universal UI Addons (ps-*)
   - Reusable components only (no backwards compatibility mapping)
   - Uses CSS variables from _variables.scss for brand colors
   ========================================================================== */
/* =========================
   Design tokens
   ========================= */
/* =========================
   Color tokens (CSS variables)
   ========================= */
/* Accent fallbacks for “variant” components */
/* =========================
   Mixins
   ========================= */
/* =========================
   Universal components
   ========================= */
/* Cards */
.ps-card, .pixelsuite-login-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06); }

.ps-card-header, .pixelsuite-login-card .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 0 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92)); }

/* Section titles */
.ps-section-title {
  font-weight: 700;
  letter-spacing: .2px; }

/* Sticky action bar area */
.ps-sticky-actions {
  position: sticky;
  bottom: 16px;
  z-index: 20; }

/* =========
   Helpers
   ========= */
.ps-hover-lift {
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
  .ps-hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
    border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.18); }

.ps-soft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.1), transparent); }

.ps-kicker {
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--ashes, #565656); }

.ps-muted {
  color: var(--charcoal, #414042); }

/* =========
   Hero
   ========= */
.ps-hero {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: radial-gradient(1200px 320px at 15% -10%, rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22), transparent 60%), radial-gradient(900px 260px at 90% 15%, rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.16), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.1);
  position: relative; }
  .ps-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .14;
    pointer-events: none; }

.ps-hero-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
  border: 1px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-hero-title {
  font-weight: 850;
  letter-spacing: .2px; }

.ps-hero-subtitle {
  color: var(--charcoal, #414042); }

.ps-pill {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

.ps-hero-actions .btn {
  border-radius: 12px; }

/* =========================
   Dashboard hero variant
   ========================= */
.ps-dashboard-hero {
  border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.16);
  background: radial-gradient(900px 280px at 8% -5%, rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.28), transparent 60%), radial-gradient(900px 280px at 92% 10%, rgba(var(--pixelsuite-teal-rgb, 117, 255, 219), 0.18), transparent 55%), radial-gradient(700px 240px at 65% 120%, rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.14), transparent 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  /* sheen layer */ }
  .ps-dashboard-hero::before {
    opacity: .10; }
  .ps-dashboard-hero::after {
    content: "";
    position: absolute;
    inset: -40% -30% auto -30%;
    height: 160%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.55) 40%, transparent 70%);
    transform: rotate(-6deg);
    opacity: .45;
    pointer-events: none; }
  .ps-dashboard-hero .ps-hero-title {
    font-weight: 900;
    letter-spacing: .15px; }
  .ps-dashboard-hero .ps-hero-subtitle {
    max-width: 62ch; }
  .ps-dashboard-hero .ps-hero-icon {
    box-shadow: 0 10px 22px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65); }

.ps-dashboard-hero__meta {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08); }

.ps-dashboard-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: .9rem; }

.ps-dashboard-hero__metric {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .6rem .75rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
  .ps-dashboard-hero__metric:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.18); }

.ps-dashboard-hero__metric-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.2);
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.1);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-dashboard-hero__metric-label {
  font-size: .78rem;
  color: var(--charcoal, #414042);
  line-height: 1.1; }

.ps-dashboard-hero__metric-value {
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.1; }

/* Metric icon variants */
.ps-dashboard-hero__metric--indigo .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22);
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-dashboard-hero__metric--pink .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.22);
  background: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.1);
  color: var(--pixelsuite-purple, #7251B5); }

.ps-dashboard-hero__metric--emerald .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.22);
  background: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.1);
  color: var(--pixelsuite-green, #2A9D8F); }

.ps-dashboard-hero__metric--amber .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.22);
  background: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.12);
  color: var(--pixelsuite-yellow, #F9C74F); }

/* Mobile friendliness */
@media (max-width: 575.98px) {
  .ps-dashboard-hero__metric {
    width: 100%;
    justify-content: flex-start; } }
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ps-dashboard-hero__metric {
    transition: none !important; }

  .ps-dashboard-hero__metric:hover {
    transform: none !important; }

  .ps-dashboard-hero::after {
    display: none; } }
/* =========
   Stat cards
   ========= */
.ps-stat-card {
  position: relative;
  overflow: hidden; }
  .ps-stat-card::before {
    content: "";
    position: absolute;
    inset: -40% -40% auto -40%;
    height: 140%;
    background: radial-gradient(closest-side, rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.14), transparent 62%);
    transform: translate3d(0, 0, 0);
    pointer-events: none; }

.ps-stat-kpi {
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.05; }

.ps-stat-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .35rem;
  color: var(--charcoal, #414042);
  font-size: .85rem; }

/* Icon badge (for stat cards etc.) */
.ps-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(15, 23, 42, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6); }

.ps-icon-badge--indigo {
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
  border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-icon-badge--purple {
  background: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.1);
  border-color: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.22);
  color: var(--pixelsuite-purple, #7251B5); }

.ps-icon-badge--green {
  background: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.1);
  border-color: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.22);
  color: var(--pixelsuite-green, #2A9D8F); }

.ps-icon-badge--yellow {
  background: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.12);
  border-color: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.22);
  color: var(--pixelsuite-yellow, #F9C74F); }

.ps-icon-badge--orange {
  background: rgba(var(--pixelsuite-orange-rgb, 244, 132, 95), 0.12);
  border-color: rgba(var(--pixelsuite-orange-rgb, 244, 132, 95), 0.22);
  color: var(--pixelsuite-orange, #F4845F); }

.ps-icon-badge--red {
  background: rgba(var(--pixelsuite-red-rgb, 230, 57, 70), 0.1);
  border-color: rgba(var(--pixelsuite-red-rgb, 230, 57, 70), 0.22);
  color: var(--pixelsuite-red, #E63946); }

/* =========
   Quick action rows
   ========= */
.ps-quick-action {
  transition: background-color .14s ease, transform .14s ease; }
  .ps-quick-action:hover {
    background-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.06);
    transform: translateX(2px); }

/* =========
   Fancy table wrapper
   ========= */
.ps-table-wrap {
  border-radius: 0px;
  overflow: hidden; }
  .ps-table-wrap .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0; }
  .ps-table-wrap thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-size: .72rem;
    color: var(--ashes, #565656); }
  .ps-table-wrap tbody tr {
    transition: background-color .12s ease, transform .12s ease; }
    .ps-table-wrap tbody tr:hover {
      background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.06) !important; }
  .ps-table-wrap tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    vertical-align: top; }

/* =========
   Small UI niceties
   ========= */
.ps-code-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.2);
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.08);
  color: var(--pixelsuite-dark-blue, #0D1C42);
  font-weight: 800;
  letter-spacing: .6px;
  font-size: .8rem; }

.ps-client-name {
  font-weight: 800;
  line-height: 1.15; }

.ps-venue-chips {
  margin: .35rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem; }

.ps-venue-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .2rem .5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8fafc;
  color: var(--ashes, #565656);
  font-size: .75rem;
  white-space: nowrap; }

.ps-btn-icon {
  width: 40px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; }

.ps-btn-connect {
  border-radius: 10px;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem; }

/* Pixelsuite Login Page Styling */
body {
  background: var(--pixelsuite-dark-blue);
  background: url("/img/background-login.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh; }
  body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .14;
    pointer-events: none;
    opacity: 0.1; }

.pixelsuite-login-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  overflow: hidden; }

.pixelsuite-login-card .card-header {
  border-radius: 0 !important;
  background: linear-gradient(135deg, var(--pixelsuite-dark-blue, #0D1C42) 0%, var(--pixelsuite-blue, #0064A2) 100%);
  border-bottom: none;
  padding: 1.5rem 1rem; }

.pixelsuite-login-card .card-body {
  padding: 2.5rem 2rem; }

.pixelsuite-login-card h4 {
  color: var(--pixelsuite-blue, #0064A2);
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 850; }

/* Input styling */
.ps-login-input-group {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  background: white; }
  .ps-login-input-group .input-group-text {
    background: transparent;
    border: none;
    color: var(--pixelsuite-blue, #0064A2);
    padding-left: 1rem;
    padding-right: 0; }
  .ps-login-input-group .form-control {
    height: 48px;
    border: none;
    font-size: 0.95rem;
    padding-left: 0.75rem; }
    .ps-login-input-group .form-control:focus {
      box-shadow: none;
      background: transparent; }
  .ps-login-input-group:focus-within {
    border-color: var(--pixelsuite-blue, #0064A2);
    box-shadow: 0 0 0 3px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.1);
    transform: translateY(-1px); }

/* Button styling */
.btn-login {
  background: var(--pixelsuite-dark-blue, #0D1C42);
  color: white;
  border: none;
  height: 48px;
  font-weight: 700;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .btn-login:hover, .btn-login:focus {
    background: var(--pixelsuite-blue, #0064A2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.3);
    color: white; }
  .btn-login .btn-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }

/* Alert styling */
.alert {
  border-radius: 8px;
  border: none;
  background: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.1);
  border-left: 4px solid var(--pixelsuite-yellow, #F9C74F);
  color: #856404;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem; }

/* Form active state */
#LoginForm.active .btn-text {
  opacity: 0;
  visibility: hidden; }

#LoginForm.active .btn-loader {
  opacity: 1;
  visibility: visible; }

/* Mobile responsive */
@media (max-width: 576px) {
  .pixelsuite-login-card .card-body {
    padding: 1.5rem 1.5rem; }

  .text-center.w-75.m-auto {
    width: 100% !important; } }

/*# sourceMappingURL=login.css.map */
