/* Auto-generated at Thu, 06 Aug 26 01:40:20 +0000. */

body.frontend fe-footer .footer .powered-by {
    filter: invert(1) !important;
    opacity: 1;
}

// invite
.frontend widget-banner .widget-banner, .frontend join-me .widget-banner{
    background-color: $brand-primary;
    color: $danger;
    .widget-banner-inner .btn{
        background-color: $status-error;
        color: $white;
    }
}
// topic tile status
.frontend fe-card-topic .card-topic .badge-wrapper fe-status-badge .status-badge,
.backend fe-card-topic .card-topic .badge-wrapper fe-status-badge .status-badge{
    background-color: $brand-secondary;
    color: $white;


}
.frontend fe-footer,
.backend fe-footer{
    background-color: $brand-primary;
    color: $white;

}
.frontend fe-topic-participate-phases .topic-participate-phases .timeline-cta .inn_card{
    background-color: $brand-primary;
    fe-card-content .card-content{
        color: $white;
    }
}
  /* STATISTICS **************************************************/
  body.frontend widget-statistics ul.numbers li {
    .item-inner {
      position: relative;
      padding: 100px 20px 20px;
      text-align: center;
      background-color: transparent;
      color: $brand-primary;
  
      .num {
        font-size: 36px;
        color: $status-success;
        margin-bottom: 0.25em;
      }
  
      &:before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 68px;
        width: 100%;
        position: absolute;
       top: 20px;
        right: 0;
        left: 0;
        bottom: 20px;
            }
    }
  
    &:nth-child(2) .item-inner:before { /* teilnehmer */
    }
  
    &:nth-child(3) .item-inner:before { /* kommentare */
     }
  
    &:nth-child(4) .item-inner:before { /* ideen */
     }
  }

// body.frontend .swiper-wrapper{ 
//     .activity-slide, .topic-slide{
//         &:not(:last-child)::after{
//             content: "";
//             height: calc(100% - 20px);
//             border: 1px solid $status-success;
//             position: absolute;
//             right: -8px;
//             top: 0;
//         }
//     }
// }

body.frontend .index-wrapper{
    widget-index-item:nth-child(3) .container, widget-index-item:nth-child(4) .container{
        position:relative;
        &::after{    
            content: "";
            width: 100%;
            border-bottom: 1px solid  $status-success;
            display: flex;
            position: absolute;
            bottom: -50px;
        }
    }
}

//CUS-10381
.oauth-wrapper oauth-button button{
    &::after{
        content: " Click here if you have a Koppers email address";
        font-size: 14px ;
    }

}

//hide credits global
.frontend fe-profile-container {
    fe-lottery-profile, fe-profile-about{
        .profile-about fe-profile-statistics fe-card-information .card-information .information-item:nth-last-child(2){
            display: none;
        }
    }
}

//hide register new account
a[data-test-id="register-link"]{
    display: none;
}