.you-win-loss {
    width: 100%;
    height: 100%;
    /* background-color: #7F7F7F; */
    padding: 1em 0em;
    position: absolute;
    top: 0;
    z-index: 2;
    background: url(../../../Media/eng/images/Bg3.jpg) no-repeat;
}

.youwinloss-report {
    margin: 0em auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    gap: 2em;
}

.youwinloss-report .logo-section {
    display: flex;
    align-items: center;
    padding: 1em 2em 1em 7em;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.closeyouwinAndloss {
    font-size: 2em;
    cursor: pointer;
    z-index: 12;
}

.youwinloss-tittle-text {
    width: 280px;
    font-size: 65px;
    color: #000;
    font-family: SpartanMB_ExtraBold;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youwinloss-points {
    width: 150px;
    height: auto;
    /* padding-top: 1em; */
    box-sizing: border-box;
}

.youwinloss-points .points {
    width: 146px;
    height: 40px;
    background-color: #de4f3f;
    border: 3px solid #ffffff;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 8px 0.5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 8px 0.5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0.5px rgb(0 0 0 / 75%);
    color: #fff;
    font-size: 25px;
    font-family: KALAM-BOLD;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 0;
    margin-left: -1em;
}

.youwinloss-points .points p {
    width: 120px;
    height: 39px;
    color: #fff;
    font-size: 20px;
    font-family: SpartanMB_Black;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-left: -6em;
    float: left;
}

.youwinloss-badge-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-around;
    gap: 2.5em;
    justify-content: space-around;
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
}
.youwinloss-badge-text01 {
    width: 100%;
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: SpartanMB_ExtraBold;
}

.youwinloss-badge-text1 {
    width: 100%;
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: SpartanMB_ExtraBold;
}

.youwinloss-badge-text2 {
    width: 100%;
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: SpartanMB_ExtraBold;
}
.youwinloss-badge-text3 {
    width: 100%;
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: SpartanMB_ExtraBold;
}

.youwinloss-badge-div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: space-around;
}

.youwinloss-button-sec {
    width: 100%;
    height: auto;
}

.buttonWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    left: 0;
    top: 680px;
}

.ExitGame,
.performanceReportButton,
.replayGame {
    /* margin: 0 25px 0 25px; */
    padding: 15px;
    /* border-radius: 50px; */
    /* 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; */
}

.ExitGame span,
.performanceReportButton span,
.replayGame 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: 29px;
    margin: 0 auto;
    width: 252px;
    text-align: center;
    font-size: 30px;
    font-family: 'SPARTANMB_BOLD';
    pointer-events: none;
    text-shadow: 0 0 10px #FFF;
}







.congo-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(62, 76, 98, 1);
}

.congoscreen-section {
    width: 100%;
    height: 100%;
    background-image: url(../../../Media/eng/images/010101-05/CONGRATULATIONS_BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.congoscreen-tittle-text {
    font-size: 35px;
    font-family: SpartanMB_ExtraBold;
    color: #fff;
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}

.congoscreen-text {
    font-size: 20px;
    font-family: SpartanMB_ExtraBold;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}

.youwinloss-badge-knowledge {
    width: 218px;
}

.youwinloss-badge-decision {
    width: 222px;
}

.youwinloss-badge-rapidFire {
    width: 300px;
}