/*badges*/
.performance-badge {

    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: rgb(250, 250, 250);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.performance-badge.card {

    position: absolute;
    left: 0;
    top: 0;
    margin: 16px auto 16px 16px;
    padding: 1px 6px;
    font-family: Bebas Neue, Segoe UI, Helvetica Neue, Arial, sans-serif;

}

.f-inter-comp {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.performance-badge .performance-text {
    line-height: 1;
    vertical-align: middle;
    margin-top: 4px;
}

.performance-badge.sidebar .performance-text {
    margin:0;
    font-weight: 400;
    font-size: 16px;
}
.performance-badge .performance-indicators {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
}

.performance-badge .performance-indicators .indicator {
    width: 10px;
    height: 12px;
    background-color: #fff;
    clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
    margin-right: -3px;
}


.performance-badge.type2 {
    background-color: #cb333b;
    color: #fff;
}


.performance-badge.sidebar.type2 .performance-indicators .indicator {
    background-color: #cb333b;
}


.performance-badge.type3 {
    background-color: #08101a;
    color: #fff;
}


.performance-badge.type4 {
    background-color: #08101a;
    color: #fff;
}


.performance-badge.type4 .performance-indicators .indicator:last-child {
    background-color: #cb333b;
}

.performance-badge.sidebar {
    background: unset;
    color: #08101a;
    font-size: 16px;
    padding: 8px 0;
}

.performance-badge.sidebar .performance-indicators .indicator {
    background: #08101a;
}


.pwrcore-logo.pcard {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 16px auto 16px 16px;
}

.pwrcore-logo.pcard img {
    height: 16px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}