.login,
.image {
  min-height: 100vh;
}
.bg-image {
  /* background-image: url('<?= url('dist/img/background.jpg') ?>'); */
  background-size: cover;
  background-position: center center;
}
html,
body {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .form-control:focus {
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .width-login-form {
    width: 100% !important;
    min-width: 0;
  }
}
@media only screen and (min-width: 768px) {
  .width-login-form {
    min-width: 500px;
  }
}
.reset-password {
  text-align: right;
  font-size: 15px;
  color: white;
  text-decoration: underline;
}
.color-palette {
  height: 35px;
  line-height: 35px;
  text-align: right;
  padding-right: .75rem;
}
.color-palette.disabled {
  text-align: center;
  padding-right: 0;
  display: block;
}
.color-palette-set {
  margin-bottom: 15px;
}
.color-palette span {
  display: none;
  font-size: 12px;
}
.color-palette:hover span {
  display: block;
}
.color-palette.disabled span {
  display: block;
  text-align: left;
  padding-left: .75rem;
}
.color-palette-box h4 {
  position: absolute;
  left: 1.25rem;
  margin-top: .75rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  display: block;
  z-index: 7;
}
/* NOVO CSS*/
:root {
  --bg: #f5f7fb;
  --left-bg: #eef3fb;
  --card: #ffffff;
  --primary: #051039;
  --accent: #0b63d6;
  --muted: #6b7280;
  --glass: rgba(255, 255, 255, 0.7);
  --radius: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
/* Header area inside left */
.hub-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px
}
.brand {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), #6aa8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700
}
.hub-title {
  font-size: 20px;
  font-weight: 700
}
.hub-sub {
  color: var(--muted);
  font-size: 13px
}
/* Controls */
.controls {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px
}
.search {
  flex: 1;
  background: var(--card);
  padding: 10px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(12, 18, 30, 0.06)
}
.search input {
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px
}
.filters {
  display: flex;
  gap: 8px
}
.chip {
  background: transparent;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px
}
/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 18px
}
.app-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(12, 18, 30, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform .14s ease, box-shadow .14s ease;
  cursor: pointer
}
.app-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(12, 18, 30, 0.10)
}
.thumb {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  color: white
}
.app-body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}
.app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}
.app-title h4 {
  margin: 0;
  font-size: 15px
}
.app-desc {
  margin: 0;
  color: var(--muted);
  font-size: 13px
}
.app-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px
}
.btn-ghost {
  background: transparent;
  border: 1px solid rgba(11, 99, 214, 0.12);
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer
}
.fav {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: var(--muted);
  cursor: pointer
}
/* colors for thumbs */
.c1 {
  background: linear-gradient(135deg, #7dd3fc, #60a5fa)
}
.c2 {
  background: linear-gradient(135deg, #ffd6a5, #fca5a5)
}
.c3 {
  background: linear-gradient(135deg, #c7f9d5, #86efac)
}
.c4 {
  background: linear-gradient(135deg, #e9d5ff, #c4b5fd)
}
.c5 {
  background: linear-gradient(135deg, #fef3c7, #fde68a)
}
.c6 {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe)
}
.c7 {
  background: linear-gradient(135deg, #a5b4fc, #818cf8)
}
.card {
  /* padding: 20px; */
  border-radius: 14px;
}
.card i {
  font-size: 32px;
}
body {
  flex-direction: column;
}
.grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.pane-left {
  width: 100%;
  padding: 15px;
}