@font-face {
    font-family: 'FoundryGridnikRegular';
    src: url('https://cdn.softwave.dev/fonts/FoundryGridnikRegular.woff') format("woff")
}

@font-face {
    font-family: 'Road Rage';
    src: url('https://cdn.softwave.dev/fonts/RoadRage.woff2') format('woff2'),
        url('https://cdn.softwave.dev/fonts/RoadRage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Replica-Bold';
    src: url('https://cdn.softwave.dev/fonts/Replica-Bold.ttf') format("truetype")
}

.left-spike-cont {
    left: 2px;
}

body {
    margin: 0;
    font-family: "Switzer-Variable";
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.div-left-side-player,
.div-right-side-player {
    width: 260px;
    padding-left: 14px;
    padding-top: 9px;
    padding-right: 14px;
    position: relative;
}

.team-name-round-win {
    font-size: 28px;
    position: absolute;
    left: 257px;
    color: #ffff;
    font-family: 'Road Rage';
    top: 10px;
    width: 431px;
    height: 38px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.barra-de-vida-right {
    height: 4px;
    width: 100%;
}

.barra-de-vida-left {
    height: 4px;
    width: 100%;
}

.agent_img_final {
    width: 60px;
}

.player-name {
    height: 33px;
    align-items: center;
    display: flex;
    font-weight: 800;
    padding-left: 10px;
    color: #fff;
}

.right-side-name {
    justify-content: end;
    padding-right: 10px;
}

.img-right-side-agent {
    transform: scaleX(-1);
}

main {
    display: flex;
    justify-content: space-between;
    /* width: 1920px; */
    height: 1080px;
}

.btn-side-part-main {
    display: flex;
    justify-content: space-between;
    width: 1920px;
    position: absolute;
    bottom: 10px;
}

.div-avilidades-left-img-agent {
    background: #0000009c;
    display: flex;
    align-items: center;
    gap: 30px;
}

.div-avilidades-right-img-agent {
    background: #0000006b;
}

.avilidad-1-agent-left,
.avilidad-2-agent-left,
.avilidad-3-agent-left,
.avilidad-3-agent-left,
.avilidad-4-agent-left,
.avilidad-5-agent-left {
    width: 30px;
}

.avilidad-1-agent-right,
.avilidad-2-agent-right,
.avilidad-3-agent-right,
.avilidad-3-agent-right,
.avilidad-4-agent-right,
.avilidad-5-agent-right {
    width: 30px;
}

.div-avilidades-right-img-agent {
    background: #0000006b;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}

.barra-vida-cont-1 {
    background: #313237;
}

.dead .abv-cont {
    display: none;
}

.dead .agent_img_final {
    filter: grayscale(1);
}

.dead .barra-vida-cont-1 {
    animation: slideDownAndFadeOut 1s forwards;
    display: none;
}

.dead .background-player-right-side {
    transition: background-color 1s;
    background: linear-gradient(to left,
            rgb(0 0 0 / 95%) 0%,
            rgba(0, 0, 0, 0) 73%) !important;
}

.dead .background-player-left-side {
    transition: background-color 1s;
    background: linear-gradient(to right,
            rgb(0 0 0 / 95%) 0%,
            rgba(0, 0, 0, 0) 73%) !important;
}

.dead .player-name {
    color: #fff;
}

.abv-cont {
    display: flex;
    align-items: center;
}

.dead .div-avilidades-left-img-agent {
    transition: background-color 1s;
    background: linear-gradient(to right,
            rgb(0 0 0 / 54%) 0%,
            rgba(0, 0, 0, 0) 45%);
}

.dead .div-avilidades-right-img-agent {
    transition: background-color 1s;
    background: linear-gradient(to left,
            rgb(0 0 0 / 54%) 0%,
            rgba(0, 0, 0, 0) 45%);
}

.barra-de-vida-left,
.barra-de-vida-right {
    transition: width 1s ease-in-out;
}

.hidden {
    display: none !important;
}

#timeoutDiv {
    position: absolute;
    font-size: 2em;
    display: flex;
    background-image: url("https://cdn.softwave.dev/assets/valorant/hud/timeout_cont_winner.png");
    width: 659px;
    background-repeat: no-repeat;
    height: 171px;
    color: #fff;
    transform: translateX(-50%);
    bottom: -300px;
    left: 50%;
    z-index: 10000000;
}

.timeout-active {
    animation: timeoutAppear 4s forwards;
}
.timeout-inactive {
    animation: timeoutDisAppear 4s forwards;
}


.countdow-timeout-main {
    font-family: 'Road Rage';
    font-size: 65px;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


@keyframes timeoutAppear {
    0% {
        bottom: -300px;
        transform: translateX(-50%) scale(0.8);
    }

    12% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

    20% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    100% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

@keyframes timeoutDisAppear {
    0% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    12% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    20% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }
    22% {
        opacity: 1;
    }
    28% {
        opacity: 0;
    }
    30% {
        bottom: -300px;
        transform: translateX(-50%) scale(0.8);
    }
}

#scoreChange {
    position: absolute;
    font-size: 2em;
    background-image: url("https://cdn.softwave.dev/assets/valorant/hud/timeout_cont_winner.png");
    width: 877px;
    background-repeat: no-repeat;
    height: 171px;
    color: #fff;
    transform: translateX(-50%);
    bottom: -300px;
    left: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10000000;
    animation: slideZoomSlide 7s forwards;
}

@keyframes slideZoomSlide {
    0% {
        bottom: -300px;
        transform: translateX(-50%) scale(0.8);
    }

    6% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

    10% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    30% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    35% {
        bottom: 0px;
        transform: translateX(-50%) scale(1);
    }

    93% {
        bottom: 0px;
        transform: translateX(-50%) scale(1);
    }

    100% {
        bottom: -500px;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes slideOutTime {
    0% {
        bottom: -300px;
        transform: translateX(-50%) scale(0.8);
    }

    6% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

    10% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    30% {
        bottom: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    35% {
        bottom: 0px;
        transform: translateX(-50%) scale(1);
    }

    93% {
        bottom: 0px;
        transform: translateX(-50%) scale(1);
    }

    100% {
        bottom: -500px;
        transform: translateX(-50%) scale(1);
    }
}


@keyframes scoreChangeAnimation {
    0% {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
}

@keyframes slideDownAndFadeOut {
    0% {
        display: none;

        transform: translateX(0);
        opacity: 1;
        filter: grayscale(1);
    }

    30% {
        transform: translateX(-120px);
        opacity: 0;
        display: none;
    }

    100% {
        display: none;
    }
}

.left-side {
    transition: transform 1s ease-out, opacity 1.2s;
}

.animar-left {
    transform: translateX(-400px);
    opacity: 0.4;
}

.right-side {
    transition: transform 1s ease-out, opacity 1.2s;
}

.animar-right {
    transform: translateX(400px);
}

.win-round-text {
    text-align: center;
    font-weight: 700;
    font-size: 72px;
    font-family: 'Road Rage';
    z-index: 1000;
    position: sticky;
    color: #fff;
}

.div-score-change-round-win-flex {
    display: flex;
    margin: 30px 140px 30px 20px;
    justify-content: space-around;
    align-items: center;
}

img.team-logo-winner-round {
    width: 100px;
}

.spike-container {
    position: absolute;
    right: 2px;
    z-index: 100000;
    width: 25px;
    height: 25px;
    top: 0px;
    background: #101920;
    border-radius: 50%;
}

img.spike-image {
    width: 15px;
    height: 15px;
    padding: 5px;
}

.vertical-wipe {
    transform: scaleX(-1);
}

div#imageContainer {
    position: absolute;
    margin: auto;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}

img#scoreImage {
    position: relative;
}

.left-side-team {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 82px;
    left: 0;
    gap: 0;
    width: 245px;
    justify-content: flex-end;
}

.score-round-current {
    width: 120px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

img.team-logo-left {
    width: 50px;
}

.team-cont-left {
    margin-left: 5px;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 165px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    height: 82px;
    justify-content: end;
}

.right-side-team {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 82px;
    right: 0;
    width: 245px;
    gap: 0px;
}

.score-round-current-right,
.score-round-current-left {
    width: 60px;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    height: 82px;
    align-items: center;
    display: flex;
    justify-content: center;
}

img.team-logo-right {
    width: 50px;
}

.team-cont-right {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-right: 5px;
    width: 165px;
    font-size: 30px;
    color: #fff;
    height: 82px;
    font-weight: 700;
    justify-content: start;
}

.div-round-cont-center {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    font-weight: 800;
    margin-top: 5px;
    color: #fff;
}

@keyframes moveUp {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    100% {
        transform: translateX(-50%) translateY(-65px);
        width: 57px;
    }
}

@keyframes moveDown {
    0% {
        transform: translateX(-50%) translateY(-65px);
        width: 57px;
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

img.spike-img-top-planted {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70px;
    top: 90px;
    z-index: 10000000;
}

.spike-true {
    content: url("https://cdn.softwave.dev/assets/valorant/hud/spike_icon_base_red.png");
    animation: moveUp 0.5s forwards;
}

.spike-false {
    animation: moveDown 0.5s forwards;
    content: url("https://cdn.softwave.dev/assets/valorant/hud/spike_icon_base.png");
}

.scoreboard-top-div {
    position: absolute;
    transform: translateX(-50%);
    transition: transform 1s ease-out, opacity 0.8s;
}

.remove-top-score {
    opacity: 0;
    transform: translateX(-50%);
}

.logo-background-left {
    position: absolute;
    z-index: 1;
    width: 180px;
    left: 45px;
    height: 102px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    top: -19px;
    opacity: 0.04;
    filter: blur(1px);
}

.logo-background-right {
    position: absolute;
    z-index: 1;
    width: 180px;
    right: 45px;
    height: 102px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    top: -19px;
    opacity: 0.04;
    filter: blur(1px);
}

.background-player-left-side,
.background-player-right-side {
    transition: background-color 1.5s ease;
}

.barra-de-vida-left,
.barra-de-vida-right {
    transition: background-color 1.5s ease;
}


.team-rombos-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 175px;
}

.team-rombos-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 175px;
}

.rombo {
    width: 8px;
    height: 8px;
    background: #00000083;
    transform: rotate(45deg);
    margin: 5px;
    border: 2px solid #ffffff;
    z-index: 1000;
}

.rombo-active {
    background-color: #fff;
    border: 2px solid #fff;
}

.logo-bg-timeout {
    width: 67%;
    height: 100%;
    top: 1px;
    filter: blur(1px);
    background-size: cover;
    position: absolute;
    background-position: center;
    background-clip: content-box;
    left: 50%;
    opacity: 0.2;
    transform: translateX(-50%);
}

.logo-bg-timeout-container {
    position: absolute;
    width: 500px;
    height: 171px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.first-map-cont {
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
    color: #fff;
    z-index: 10;
    width: 120px;
    background: rgb(56, 64, 70);
    background: linear-gradient(260deg, rgba(19, 36, 48, 1) 0%, rgba(16, 25, 32, 1) 66%);
}

#map-ban-top-left {
    display: flex;
    height: 30px;
}

.second-map-cont,
.third-map-cont,
.four-map-cont,
.fifth-map-cont {
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
    color: #fff;
    width: 130px;
    left: -14px;
    z-index: 9;
    position: relative;
    background: rgb(56, 64, 70);
    background: linear-gradient(260deg, rgba(19, 36, 48, 1) 0%, rgba(16, 25, 32, 1) 66%);
}

.map-name {
    text-align: center;
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.third-map-cont {
    left: -28px;
    z-index: 8;
}

.team-right-name {
    align-items: center;
    display: flex;
    padding-top: 5px;
}

.team-left-name {
    padding-top: 5px;
}

.four-map-cont {
    left: -39px;
    z-index: 7;
}

.fifth-map-cont {
    z-index: 6;
    left: -50px;
}