[data-theme=light] {
    --theme-primary: rgb(29, 78, 189) !important;
    --theme-primary-10: rgba(29, 78, 189, .13) !important;
    --theme-primary-30: rgba(29, 78, 189, .3) !important;
    --theme-primary-50: rgba(29, 78, 189, .76) !important;

    --theme-primary-text: rgb(29, 78, 189) !important;
    --theme-primary-text-light: rgba(29, 78, 189, .5) !important;

    --theme-state-approved-text: rgba(39, 184, 100) !important;
    --theme-success: rgb(39, 184, 100) !important;
    --theme-success-10: rgba(39, 184, 100, .1) !important;
    --theme-success-30: rgba(39, 184, 100, .3) !important;
    --theme-success-50: rgba(39, 184, 100, .5) !important;
    --theme-success-text: rgb(39, 184, 100) !important;

    --theme-contrast: rgb(29, 78, 189) !important;
    --theme-contrast-05: rgba(29, 78, 189, .06) !important;
    --theme-contrast-10: rgba(29, 78, 189, .14) !important;
    --theme-contrast-20: rgba(29, 78, 189, .23) !important;
    --theme-contrast-30: rgba(29, 78, 189, .32) !important;
    --theme-contrast-40: rgba(29, 78, 189, .41) !important;
    --theme-contrast-50: rgba(29, 78, 189, .5) !important;
    --theme-contrast-60: rgba(29, 78, 189, .58) !important;
    --theme-contrast-70: rgba(29, 78, 189, .69) !important;
    --theme-contrast-80: rgba(29, 78, 189, .8) !important;
    --theme-contrast-90: rgba(29, 78, 189, .9) !important;
}


[data-theme=dark] {
    --theme-base: rgb(9, 26, 64) !important;

    --theme-primary: rgb(29, 78, 189) !important;
    --theme-primary-10: rgba(29, 78, 189, .13) !important;
    --theme-primary-30: rgba(29, 78, 189, .3) !important;
    --theme-primary-50: rgba(29, 78, 189, .76) !important;

    --theme-primary-text: rgb(255, 255, 255) !important;
    --theme-primary-text-light: rgba(255, 255, 255, .5) !important;

    --theme-state-approved-text: rgba(39, 184, 100) !important;
    --theme-success: rgb(39, 184, 100) !important;
    --theme-success-10: rgba(39, 184, 100, .1) !important;
    --theme-success-30: rgba(39, 184, 100, .3) !important;
    --theme-success-50: rgba(39, 184, 100, .5) !important;
    --theme-success-text: rgb(39, 184, 100) !important;

    --theme-contrast: rgb(255, 255, 255) !important;
    --theme-contrast-05: rgba(255, 255, 255, .06) !important;
    --theme-contrast-10: rgba(255, 255, 255, .14) !important;
    --theme-contrast-20: rgba(255, 255, 255, .23) !important;
    --theme-contrast-30: rgba(255, 255, 255, .32) !important;
    --theme-contrast-40: rgba(255, 255, 255, .41) !important;
    --theme-contrast-50: rgba(255, 255, 255, .5) !important;
    --theme-contrast-60: rgba(255, 255, 255, .58) !important;
    --theme-contrast-70: rgba(255, 255, 255, .69) !important;
    --theme-contrast-80: rgba(255, 255, 255, .8) !important;
    --theme-contrast-90: rgba(255, 255, 255, .9) !important;
}



.login-logo{
    background-image: url("https://evidenze.events/corporate/logo_2025.svg") !important;
    height: 55px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
    background-position: center !important;
}
 
[data-theme="dark"] .login-logo {
  filter: brightness(0) invert(1) !important;
}


.login-logo img{
    display: none !important;
}
 
.developed-by{
    font-weight: bold !important;
    color: var(--theme-primary) !important;
}
.developed-by a {
    color: rgb(39, 184, 100) !important;
}

