.container.logipress-grid::before{
	content: unset;
}

.dashboard-tiles {
  margin-top: 40px;
}

.page-template-page-portal h1{
	text-align: center;
	margin-bottom: 50px;
}

.page-template-page-portal .lp-cella-detail,
.page-template-page-portal .np-page-content{
	margin-bottom: 100px;
}

.page-template-page-portal #reset-dashboard,
.page-template-page-portal #reset-filters,
.page-template-page-portal div.dt-buttons > .dt-button, 
.page-template-page-portal div.dt-buttons > div.dt-button-split .dt-button,
.lp-note-modal .button{
  padding: 10px;
  background: var(--primary) !important;
  font-weight: 600;
  border-radius: 4px;
  transition: all .3s ease;
  width: 100px;
  color: #fff;
  border: 0px;
  margin: auto;
}

/* CARD */
.tile-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  min-height: 190px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.tile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* ICONA */
.tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.icon-blue {
  background: #e8f1ff;
  color: #2f5bea;
}

.icon-purple {
  background: #efe9ff;
  color: #6f42c1;
}

.icon-orange {
  background: #fff1e6;
  color: #f08c24;
}

/* TESTI */
.tile-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 6px;
  color: #111;
}

.tile-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 0px;
}

/* BADGE */
.tile-badge {
  bottom: 18px;
  left: 26px;
  font-weight: bold;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 12px;
  float: right;
  margin-top: 10px;
}

/* LOGIN */
.lp-portal-login-wrapper {
    display: flex;
    justify-content: center;
    margin: 100px;
}

.lp-portal-login-card {
    width: 400px;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.lp-portal-login-card h2 {
    margin-bottom: 10px;
}

.lp-portal-login-card p {
    color: #777;
    margin-bottom: 25px;
}

.lp-portal-back,
.lp-portal-back:hover {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.lp-portal-back:hover {
    text-decoration: underline;
}

