.cartoon_body_bg {
    background-image: linear-gradient(358deg, #0070c3 20%, transparent 80%), url(../img/Cutie_PaMs_Background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 41vh, auto 135vh;
    background-position: center 95vh, center top;
}
.WLoptions {
    width: 100vw;
    margin: 0px auto;
    font-size: 1.35rem;
}
.boolish {
    width: 200px;
    margin: 10px auto;
}
.one-round-section {
    width: 100%;
    position: relative;
    background-image: unset;
}

svg.tvbg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #ffffffd1;
    stroke: #000;

    path {
        stroke-width: 2px;
        stroke-linecap: square;
        stroke-dasharray: 0;
        overflow: visible;
        vector-effect: non-scaling-stroke;
    }
}

.section-title {
    font-family: 'Rama Gothic';
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;

    &.type-two {
        margin-bottom: 20px;
        font-size: 2.75rem;
    }
}

.section-textcontent {
    position: relative;
    margin: 0px auto;
    width: 50%;
    display: block;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    text-align: center;
}

.section-pictureholder {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px auto;
    position: relative;

    .image {
        width: 100%;
        padding-bottom: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.section-content.d-flex {
    width: 80%;
    margin: 30px auto;

    .section-pictureholder {
        width: 20vw;
        height: 20vw;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin: 0px auto;
        margin-top: 20px;
    }

    .section-textcontent {
        text-align: start;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .image {
        border-radius: 50%;
    }
}

.sevenlaws {
    width: 35%;
    min-width: 500px;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
    border-radius: 70px;
    background: #00b3d2;
    font-family: 'Space Mono';
    font-weight: bold;
    position: relative;
}

.section-content.thelaws {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70%;
    margin: 20px auto;
}

.inline-law {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    width: 100%;
    align-items: flex-end;
}

.law-image {
    width: 35%;
    padding-bottom: 15%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 20px;
}
.section-chart {
    width: 800px;
    height: 800px;
    margin: 0px auto;
}


.one-square-section {
    width: 100%;
    border: 5px solid;
    border-radius: 100px;
    position: relative;
    background-image: linear-gradient(45deg, #ffffffdb, #ffffffed);

    .section-title {
        font-family: 'Rama Gothic';
        text-align: center;
        font-size: 16rem;
        line-height: 14rem;
        margin-bottom: 0px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }

    .image {
        width: 40%;
        padding-bottom: 40%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .top-row {
        display: flex;
        /* height: 250px; */
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }
}

.errorsection {
    position: absolute;
    top: 3px;
    background: #a6a8e1ad;
    padding: 5px 10px;
    border-radius: 5px;
    transform: translateX(-50%);
    left: 50%;
    font-family: 'Space Mono';
    box-shadow: 2px 2px 2px #00000073;
}



.claims_bg {
    background-image: linear-gradient(358deg, #0070c3 80%, transparent 100%), url(../img/nu_homebg.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto, auto 135vh;
    background-position: bottom;
}


.one-insidesquare-section {
    width: 100%;
    border: 5px solid;
    border-radius: 100px;
    position: relative;
    background-image: linear-gradient(45deg, #ffffffdb, #ffffffed);

    .section-title {
        font-family: 'Rama Gothic';
        text-align: center;
        font-size: 3rem;
        margin-bottom: 0px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }

    .cutie-row {
        margin-bottom: 50px;
    }
    .cutiepam {
        width: 100%;
        padding-bottom: 100%;
        background-image: url(../img/PaMsSample.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .cutiepam-actions {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    button.btn.btn-primary.claimbtn {
        --bs-btn-color: #000;
        --bs-btn-bg: #ffffff;
        --bs-btn-border-color: #000000;
        --bs-btn-hover-color: #0042a3;
        --bs-btn-hover-bg: #eef0f3;
        --bs-btn-hover-border-color: #0042a3;
        --bs-btn-focus-shadow-rgb: 49,132,253;
        --bs-btn-active-color: #0042a3;
        --bs-btn-active-bg: #0a58ca;
        --bs-btn-active-border-color: #a9c1e3;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #000000;
        --bs-btn-disabled-bg: #5e6064;
        --bs-btn-disabled-border-color: #5e6064;
        border-radius: 75px;
        padding: 5px 20px;
        font-weight: bold;
        width: 100%;
    }
    .thousand-cuties-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .onethousand-cuties {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: calc(100%/8);
        padding-bottom: calc(100%/8);
        filter: grayscale(1);
        transition: all 0.3s ease;

        &.reached {
            filter: grayscale(0)  drop-shadow(1px 1px 1px #ccc);
            transition: filter 0.3s ease;

            &:hover {
                filter: grayscale(0) drop-shadow(6px 7px 3px #ccc);
                transition: filter 0.3s ease;
            }
        }
    }
    .cutiescount {
        width: 100%;
        height: 100%;
        font-size: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .processing {
        text-align: center;
        padding: 30px;
        font-size: 2rem;
    }
    .thousand-cuties-meter {
        width: 100%;
        position: relative;
        height: 10%;
        border-radius: 50px;
        overflow: hidden;
        border: 1px solid #00c4eb;
        background-color: #d4e9ed;
        box-shadow: inset 3px 3px 3px #000000b3;
    }

    .meter {
        width: calc(100% *(4/7));
        height: 100%;
        background-image: linear-gradient(180deg, #00b3d2, #0a64c3);
    }

    .eligibile-holder {
        padding: 0px 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        button.btn.btn-primary.claimbtn {
            width: 100%;
        }

    }
    .cutie_eligible_logo {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 100%;
    }

    .dropdown {
        position: absolute;
        right: 50px;
        top: 50px;
        z-index: 3;
        background-color: azure;
    }
    .btn.btn-primary.claimAllbtn {
        position: absolute;
        left: 50px;
        top: 50px;
        z-index: 3;
        color: #000;
        border-radius: 50px;
        background-color: #0585c9;
        padding: 5px 15px;
        text-transform: uppercase;
    }
    a#dropdownMenuLink, .btn.btn-primary.claimAllbtn {
        background-color: #0585c9;
        border: gainsboro;
        border-radius: 50px;
        padding: 5px 20px;
        box-shadow: 1px 1px 1px #1f1f1f9e;

        &:hover {
            box-shadow: 3px 3px 3px #4140409e;
        }
    }
    .cutie-holder {
        position: relative;
    }
    .singlepam-msg {
        position: absolute;
        top: 25%;
        width: 80%;
        left: 10%;
        text-align: center;
        background-color: #ffffffcc;
        border-radius: 5px;
        font-size: 1rem;
        padding: 3px;
    }
}
div#bulkClaimingCover {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff85;
    backdrop-filter: blur(5px);
    z-index: 10;
    font-size: 6rem;
    text-shadow: 7px 7px 4px #00000045;
    font-family: 'Rama Gothic';
    text-transform: uppercase;
}
div#bulkClaimingCover div {
    width: 15%;
    padding-bottom: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.toss-coin {
    animation: tosscoin 4s ease-in-out infinite forwards;
}
@keyframes tosscoin {
    0% {
        transform: scale(1) rotateY(0deg);
        filter: drop-shadow(1px 1px 2px #494949);
    }
    5% {
        transform: scale(1.2) rotateY(90deg);
        filter: drop-shadow(-35px 35px 6px #ccc);
    }
    10% {
        transform: scale(1.2) rotateY(180deg);
        filter: drop-shadow(-35px 35px 6px #ccc);
    }
    15% {
        transform: scale(1.2) rotateY(270deg);
        filter: drop-shadow(-35px 35px 6px #ccc);
    }
    20% {
        transform: scale(1) rotateY(360deg);
        filter: drop-shadow(1px 1px 2px #494949);
    }
    100% {
        transform: scale(1) rotateY(360deg);
        filter: drop-shadow(1px 1px 2px #494949);
    }
}



@media (max-width: 575.98px) { 

    .one-round-section.one-insidesquare-section.theclaims {
        padding-top: 10rem;
    }

    .one-insidesquare-section {
        .dropdown {
            position: absolute;
            right: 20px;
            top: 100px;
            z-index: 3;
            background-color: azure;
        }

        .cutie_eligible_logo {
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 60%;
            padding-bottom: 90%;
        }

        .thousand-cuties-meter {
            width: 100%;
            position: relative;
            height: 40%;
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid #00c4eb;
            background-color: #d4e9ed;
            box-shadow: inset 3px 3px 3px #000000b3;
        }
    }
}