/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fpx8gzseel] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fpx8gzseel] {
    flex: 1;
}

.sidebar[b-fpx8gzseel] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fpx8gzseel] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fpx8gzseel]  a, .top-row[b-fpx8gzseel]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fpx8gzseel]  a:hover, .top-row[b-fpx8gzseel]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fpx8gzseel]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fpx8gzseel] {
        justify-content: space-between;
    }

    .top-row[b-fpx8gzseel]  a, .top-row[b-fpx8gzseel]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fpx8gzseel] {
        flex-direction: row;
    }

    .sidebar[b-fpx8gzseel] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fpx8gzseel] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fpx8gzseel]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fpx8gzseel], article[b-fpx8gzseel] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Experiment2/Experiment2Page.razor.rz.scp.css */
.display[b-cfopp3fv00] {
    border: 2px solid black;
    border-radius: 8px;
    position: relative;
    height: 940px;
    min-width: 750px;
    margin: 0 auto
}
/* /Pages/Experiment2/PowerUps.razor.rz.scp.css */
.powerups[b-tq1wkpnvc2] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding: 10px;
    gap: 24px;
    background-color: mediumseagreen;
}

.powerup[b-tq1wkpnvc2] {
    font-size: 70px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 8px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}
/* /Pages/Experiment2/TrashPreviewer.razor.rz.scp.css */
.info[b-3ig6ysrr4a] {
    border: 2px solid black;
    background-color: lightskyblue;
    left: 24px;
    right: 24px;
    top: 24px;
    position: absolute;
    border-radius: 24px;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;

}

.moves[b-3ig6ysrr4a] {
    border: 2px solid black;
    border-radius: 4px;
    font-size: 24px;
    padding: 4px;
    background-color: lightcyan;
}

.trashes-left[b-3ig6ysrr4a] {
    border: 2px solid black;
    border-radius: 4px;
    font-size: 24px;
    padding: 4px;
    background-color: lightcyan;
}

.previewer[b-3ig6ysrr4a] {
    border-bottom: 5px solid cornflowerblue;
    height: 150px;
    display: flex;
    gap: 24px;
    padding: 24px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
}

.item[b-3ig6ysrr4a] {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 4px;
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ping[b-3ig6ysrr4a] {
    background-color: rgba(255, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.layer-4[b-3ig6ysrr4a] {
    animation: ping-b-3ig6ysrr4a 2s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-3[b-3ig6ysrr4a] {
    /*pings little bit faster */
    animation: ping-b-3ig6ysrr4a 1.5s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-2[b-3ig6ysrr4a] {
    /*pings little bit faster */
    animation: ping-b-3ig6ysrr4a 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-1[b-3ig6ysrr4a] {
    /*pings much faster */
    animation: ping-b-3ig6ysrr4a 0.25s cubic-bezier(0, 0, 0.2, 1) infinite
}



@keyframes ping-b-3ig6ysrr4a {
    75%, 100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* slide down and keep there */
.fallen[b-3ig6ysrr4a] {
    animation: slide-down-b-3ig6ysrr4a 1s cubic-bezier(0, 0, 0.2, 1);
    overflow: hidden;
    width: 0;
    padding: 0;
    display: none;
}

@keyframes slide-down-b-3ig6ysrr4a {
    0% {
        display: block;
        transform: translateY(0);
        width: 100px;
    }

    50% {
        transform: translateY(200%);
        width: 100px;
    }

    100% {
        transform: translateY(200%);
        width: 0;
        overflow: hidden;
        padding: 0;
    }
}

.spawned[b-3ig6ysrr4a] {
    animation: slide-down2-b-3ig6ysrr4a 1s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes slide-down2-b-3ig6ysrr4a {
    0% {
        display: block;
        transform: translateY(-200%);
        width: 100px;
    }
    
    100% {
        transform: translateY(0);
    }
}


.LightWaves[b-3ig6ysrr4a] {
    animation: lightwaves-b-3ig6ysrr4a 2s infinite;
    position: relative;
}

@keyframes lightwaves-b-3ig6ysrr4a {
    0%,100% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(5px,5px);
        transform: scale(1.05);
    }

    50% {
        transform: translate(25px, 5px);
    }

    75% {
        transform: translate(12px,10px);
        transform: scale(1.05);
    }
}

.DarkWaves[b-3ig6ysrr4a] {
    animation: darkwaves-b-3ig6ysrr4a 3.8s infinite;
}

@keyframes darkwaves-b-3ig6ysrr4a {
    0%,100% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(25px, 5px);
        transform: scale(1.05);
    }

    50% {
        transform: translate(12px,10px);
    }

    75% {
        transform: translate(5px,5px);
    }
}

.WhiteWaves[b-3ig6ysrr4a] {
    animation: whitewaves-b-3ig6ysrr4a 4s alternate ease infinite;
}

@keyframes whitewaves-b-3ig6ysrr4a {
    0% {
        transform: translate(0,25px);
    }

    100% {
        transform: translate(25px,35px);
    }
}
/* /Pages/Experiment2/TrashTargetLayer.razor.rz.scp.css */
.board[b-8lpavck47q] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.falling[b-8lpavck47q]{
    background-color: rgba(255, 0, 0, 0.5); /* Amarelo transparente */
}

.layer-4[b-8lpavck47q]{
    animation:  ping-b-8lpavck47q 2s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-3[b-8lpavck47q] {
    /*pings little bit faster */
    animation: ping-b-8lpavck47q 1.5s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-2[b-8lpavck47q] {
    /*pings little bit faster */
    animation: ping-b-8lpavck47q 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-1[b-8lpavck47q] {
    /*pings much faster */
    animation: ping-b-8lpavck47q 0.25s cubic-bezier(0, 0, 0.2, 1) infinite
}

.layer-0[b-8lpavck47q]{
    background-color: black;
    color: white;
}

@keyframes ping-b-8lpavck47q {
    75%, 100%

{
    transform: scale(1.4);
    opacity: 0;
}
}
/* /Pages/Experiment2/Waves.razor.rz.scp.css */

.sea[b-thhjq3may0] {
    width:100%;
}

.LightWaves[b-thhjq3may0] {
    animation: lightwaves-b-thhjq3may0 2s infinite;
    position: relative;
}

@keyframes lightwaves-b-thhjq3may0 {
    0%,100% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(5px,5px);
        transform: scale(1.05);
    }

    50% {
        transform: translate(25px, 5px);
    }

    75% {
        transform: translate(12px,10px);
        transform: scale(1.05);
    }
}

.DarkWaves[b-thhjq3may0] {
    animation: darkwaves-b-thhjq3may0 3.8s infinite;
}

@keyframes darkwaves-b-thhjq3may0 {
    0%,100% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(25px, 5px);
        transform: scale(1.05);
    }

    50% {
        transform: translate(12px,10px);
    }

    75% {
        transform: translate(5px,5px);
    }
}

.WhiteWaves[b-thhjq3may0] {
    animation: whitewaves-b-thhjq3may0 4s alternate ease infinite;
}

@keyframes whitewaves-b-thhjq3may0 {
    0% {
        transform: translate(0,25px);
    }

    100% {
        transform: translate(25px,35px);
    }
}
/* /Pages/Objects/TrashSprite.razor.rz.scp.css */
.being-destroyed-animation[b-2yjmvnlmil] {
    animation-name: being-destroyed-b-2yjmvnlmil;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes being-destroyed-b-2yjmvnlmil {
    0% {
        scale: .8;
    }

    12.5% {
        scale: 1;
    }

    25% {
        scale: .5;
    }

    37.5% {
        scale: 1;
    }

    50% {
        scale: .5;
    }

    62.5% {
        scale: 1;
    }

    75% {
        scale: .1;
    }

    100% {
        scale: 0;
    }
}


.eliminating-coral-piece-animation[b-2yjmvnlmil] {
    animation-name: eliminating-coral-piece-b-2yjmvnlmil;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes eliminating-coral-piece-b-2yjmvnlmil {
    0% {
        scale: 1;
    }

    12.5% {
        scale: 1.1;
    }

    25% {
        scale: 1.2;
    }

    37.5% {
        scale: 1.3;
    }

    50% {
        scale: 1.4;
    }

    62.5% {
        scale: 1.5;
    }

    75% {
        scale: 1.2;
    }

    100% {
        scale: 1;
    }
}

.hitting-coral-piece-animation[b-2yjmvnlmil] {
    animation-name: hitting-coral-piece-b-2yjmvnlmil;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes hitting-coral-piece-b-2yjmvnlmil {
    0% {
        rotate: 0deg;
    }

    12.5% {
        rotate: 10deg;
    }

    25% {
        rotate: -20deg;
    }

    37.5% {
        rotate: 20deg;
    }

    50% {
        rotate: -30deg;
    }

    62.5% {
        rotate: 30deg;
    }

    75% {
        rotate: -40deg;
    }

    100% {
        rotate: 50deg;
    }
 
}

.being-hit-by-trash-animation[b-2yjmvnlmil] {
    animation-name: being-hit-by-trash-b-2yjmvnlmil;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes being-hit-by-trash-b-2yjmvnlmil {
    0% {
        scale: 1;
    }

    12.5% {
        scale: 1.1;
    }

    25% {
        scale: 1.2;
    }

    37.5% {
        scale: 1.3;
    }

    50% {
        scale: 1.4;
    }

    62.5% {
        scale: 1.5;
    }

    75% {
        scale: 1.2;
    }

    100% {
        scale: 1;
    }
}

.trash-indicator[b-2yjmvnlmil] {
    animation-name: glowing-b-2yjmvnlmil;
    animation-duration: 1s;
    animation-delay: var(--delay);
    animation-iteration-count: infinite;
}

.trash-indicator-level-0[b-2yjmvnlmil] {
    --opacity: 1;
    --delay: 1s;
}

.trash-indicator-level-1[b-2yjmvnlmil] {
    --opacity: .8;
    --delay: .9s;
}

.trash-indicator-level-2[b-2yjmvnlmil] {
    --opacity: .6;
    --delay: .8s;
}

.trash-indicator-level-3[b-2yjmvnlmil] {
    --opacity: .4;
    --delay: .7s;
}

.trash-indicator-level-4[b-2yjmvnlmil] {
    --opacity: .2;
    --delay: .6s;
}


@keyframes glowing-b-2yjmvnlmil {
    0% {
        opacity: var(--opacity);
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: var(--opacity);
    }
}
