.performance-report-main {
    width: 100%;
    height: 100%;
    background: #3E4C62;
    position: absolute;
    top: 0;
    /* display: none; */
    z-index: 3;
}

.performance-report {
    position: relative;
    background-image: url(../../../Media/eng/images/common/alternate_background.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 2em auto;
    padding: 3em;
    width: 80%;
    color: white;
}

.performance-text-container {
    background-position: 50% 50%;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    width: 40%;
    margin: -3rem auto 0;
    padding: 0.8rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 60px;
    background-color: #DE4F3E;
    border-radius: 30px;
    border: 3px solid #fff;
}

.main-info {
    display: flex;
    justify-content: space-around;
    margin: 2em auto;
}

.player-name {
    font-size: 1.5rem;
}

.player-card {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.player-image {
    align-self: stretch;
    height: 300px;
}

.player-image img {
    width: 70%;
}

.badge-section-performance {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1em;
    margin-top: 1em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.knowledgeBadgeIcon {
    flex: 1 0 30%;
    width: 46px;
    height: 54px;
}

.decisionBadgeIcon {
    flex: 1 0 30%;
    width: 47px;
    height: 47px;
}

.rapidFireBadgeIcon {
    flex: 1 0 30%;
    width: 67px;
    height: 49px;
}

.player-score {
    font-size: 1.5rem;
}

.text-highlight {
    font-size: 14px;
    color: #11151B;
    font-family: SPARTANMB_BOLD;
    width: 16%;
}

.chart-section {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-self: center;
}

.button-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    margin-bottom: 1.5em;
}

.printBtn,
.qaReportBtn,
.exitBtn {
    margin: 0 25px 0 25px;
    /* padding: 15px; */
    /* border-radius: 30px; */
    /* border: 2px solid #fff; */
    cursor: pointer;
    /* overflow: hidden; */
    /* text-decoration: none; */
    /* -webkit-transition: 0.2s -webkit-transform ease-in-out; */
    /* transition: 0.2s -webkit-transform ease-in-out; */
    /* transition: 0.2s transform ease-in-out; */
    /* transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out; */
    /* will-change: transform; */
    /* z-index: 0; */
    /* color: #ffffff; */
    /* background-color: transparent; */
    position: relative;
    top: 0;
    left: 0;
}

.printBtn span,
.qaReportBtn span,
.exitBtn span {
    /* text-align: center; */
    /* font-size: 22px; */
    /* font-family: SPARTANMB_BOLD; */
    /* transition: all 0.2s ease; */
    /* line-height: 25px; */
    position: absolute;
    right: 0;
    left: 0px;
    top: 18px;
    margin: 0 auto;
    width: 252px;
    text-align: center;
    font-size: 30px;
    font-family: 'SPARTANMB_BOLD';
    pointer-events: none;
    text-shadow: 0 0 10px #FFF;
}




/*.action-button {
    cursor: pointer;
    background-color: transparent;
    padding: 0.5em 1em;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    appearance: none;
    outline: none;
    font-size: 1em;
    transition: opacity 300ms ease;
    margin-bottom: 2em;
    text-align: center;
    font-size: 22px;
    font-family: SPARTANMB_BOLD;
    transition: all 0.2s ease;
    line-height: 25px;
}

.action-button:hover,
.action-button:focus {
    opacity: 0.7;
}
*/

.closePerformance {
    position: absolute;
    top: 50px;
    right: 59px;
    width: 18px;
    cursor: pointer;
    height: 18px;
}

.performance-text {
    font-family: SpartanMB_Black;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 1px 1px rgb(0 0 0 / 50%);
    text-align: center;
}

.text-highlight-2 {
    font-size: 20px;
    color: #66FFFF;
    font-family: Arial;
    margin-left: 0.1em;
}