.powered-by__link {
    color: #206D69;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.powered-by__link:hover {
    color: #134D4A;
    text-decoration: underline;
}

.theme-light .header .header-logoPT {
  background-image: url(../img/logo_partner_login.png);
}

.theme-dark .header .header-logoPT {
  background-image: url(../img/logo_partner_login_bianco.png);
}

.header-logoPT
{
    background-size: 40px 40px;
    width: 40px;
    background-position: center;
}

.header .header-logoPT {
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  margin-left:5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ptFooter
{
    width:100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-light .ptFooter
{
    background-color: #fcfcfc;
    border-top: 1px solid #E0E0E0;
}

.theme-dark .ptFooter
{
    background-color: #21252a !important;
    color: #FFF;
    border-top: 1px solid #fcfcfc;
}

.logoPtWrapperLogin
{
    padding:10px;
    border-radius: 5px;
    max-width: 125px;
    margin: auto;
}

.theme-dark .logoPtWrapperLogin
{
    background-color: #fcfcfc !important;
}

  #chart_revenue_partner {
    border-radius: 16px;
    padding: 10px 10px 0 10px;
    background: linear-gradient(135deg, #f7faff, #e3ecfa); /* azzurro soft */
    box-shadow: 0 4px 12px rgba(74, 137, 220, 0.1); /* soft blu glow */
    transition: all 0.3s ease;
  }

  #chart_revenue_partner:hover {
    box-shadow: 0 6px 20px rgba(74, 137, 220, 0.25); /* effetto glow al passaggio */
  }