.rewardTable {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.589);
    /* height: 250px; */
    width: 1350px;
    margin-bottom: 2%;
    margin-top: 2%;
    border-radius: 10px;
    border-width: 1px;
    display: flex;
    background: #2b2b2b;
    /* background: radial-gradient(circle, rgba(43, 43, 43, 1) 0%, rgba(26, 26, 26, 1) 50%, rgba(0, 0, 0, 1) 100%); */
    background-color: rgb(0, 0, 0);
}


.rewardTable h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 2%;
    border-bottom-style: dashed;
    border-color: rgba(255, 255, 255, 0.253);
    border-width: 1px;
    padding-bottom: 5px;
}



.rewardTable .information {
    text-align: center;
    margin-top: 40px;
}

.rewardTable h3 {
    font-size: 15px;
    text-align: left;
    margin-left: 10px;
    margin-top: 33px;
}

.rewardTable .buyAmount {
    width: 150px;
    margin-left: 4%;
    color: rgb(204, 204, 204);
    background-color: transparent;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgba(0, 128, 0, 0.589);
}

.rewardTable .simulator h2 {
    text-align: left;
    margin-left: 4%;
    font-size: 25px;
    width: 250px;

}

.rewardTable .simulator {
    text-align: left;
    margin-left: 4%;
    font-size: 25px;
    margin-bottom: 10%;
}

.half {
    flex: 1;
    /* Take equal space */
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.left {
    border-right: 1px solid #b4b4b44d;
}



.calculatorInterface {
    display: flex;
    border-style: none;
    border-color: rgba(240, 248, 255, 0.568);
    border-width: 1px;
    border-radius: 5px;
    margin: 10px;
    padding: 2px;
    margin-top: 7%;
}

.halfC {
    display: block;
    position: relative;
    flex: 1;
    /* Take equal space */
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-top: 5%;
}

.halfD {
    flex: 3;
    /* Take equal space */
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-top: 0%;
    margin-right: 10%;
}




.robo {
    display: block;
    position: absolute;
    top: 38%;
    margin-left: 2%;
    width: 70px;
}

.robo2 {
    display: block;
    position: absolute;
    top: 38%;
    right: 0;
    width: 110px;
}


.rewardTable .information h1 {
    border-style: none;
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.rewardTable h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 2%;
    color: rgb(126, 255, 144);
}


.rewardTable .halfD h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2%;
    border-bottom-style: none;
    border-color: rgba(255, 255, 255, 0.384);
    border-width: 1px;
    margin: 0;
}

.rewardTable .halfD h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0%;
    border-bottom-style: none;
    border-color: rgba(255, 255, 255, 0.384);
    border-width: 1px;
    color: rgb(126, 255, 144);
}


.rewardTable .halfD h3 {
    font-size: 15px;
    text-align: center;
    border-bottom-style: none;
    border-color: rgba(255, 255, 255, 0.384);
    border-width: 1px;
    color: rgba(255, 255, 255, 0.76);
    margin: 0%;
    margin-bottom: 3%;

}



.number {
    transition: transform 0.4s ease;
}



.copy_ca {
    border-style: dashed;
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-width: 1px;
    padding: 15px;
    cursor: pointer;
    background-color: #000641;
}

.copy_ca:hover {
    background-color: rgb(29, 29, 29);
    color: white;
}





.calculatorInterface .halfC .simulator input[type="range"] {
    width: 175px;
    background-color: #111;
    border: 1px solid #888;
    border-radius: 6px;
    padding: 12px;

    /* Reset native styles */
    -webkit-appearance: none;
    appearance: none;
    height: 40px; /* Give enough height to position thumb and track */
}

/* WebKit browsers: Chrome, Safari */
.calculatorInterface .halfC .simulator input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #444;
    border-radius: 3px;
    margin-top: -1px; /* Slight nudge for visual alignment */
}

.calculatorInterface .halfC .simulator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -7px; /* Align thumb vertically (half of thumb height - half of track height) */
    width: 20px;
    height: 20px;
    background: rgb(0, 255, 34);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Firefox */
.calculatorInterface .halfC .simulator input[type="range"]::-moz-range-track {
    height: 6px;
    background: #444;
    border-radius: 3px;
}

.calculatorInterface .halfC .simulator input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #0af;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .copy_ca {
        border-style: dashed;
        border-color: rgb(255, 255, 255);
        border-radius: 10px;
        border-width: 1px;
        padding: 10px;
        cursor: pointer;
        background-color: #000641;
        font-size: 9px;
        width: 100%;
    }

    .rewardTable {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        border-style: none;
        border-width: 2px;
        border-color: rgb(255, 255, 255);
        /* height: 250px; */
        width: 90%;
        margin-bottom: 2%;
        margin-top: 2%;
        border-radius: 10px;
        border-width: 2px;
        display: block;
        background: #2b2b2b;
        background-color: black;
        
    }

    .calculatorInterface {
        display: block;
        border-style: none;
        border-color: rgba(240, 248, 255, 0.568);
        border-width: 1px;
        border-radius: 5px;
        margin: 10px;
        padding: 2px;
        margin-top: 0%;
    }

    .robo {
        display: none;
        position: absolute;
        top: 38%;
        margin-left: 2%;
        width: 70px;
    }

    .robo2 {
        display: none;
        position: absolute;
        top: 38%;
        right: 0;
        width: 110px;
    }

    .rewardTable h3 {
        font-size: 15px;
        text-align: center;
        margin-left: 10px;
        margin-top: 33px;
    }

    .halfC {
        display: block;
        position: relative;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
    }

    .rewardTable .simulator {
        flex: 1;
        text-align: center;
        margin-left: auto;
        font-size: 25px;
        margin-bottom: 3%;
    }

    .rewardTable .simulator h2 {
        text-align: left;
        
        font-size: 20px;
    }

    .rewardTable .halfD h1 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 2%;
        border-bottom-style: none;
        border-color: rgba(255, 255, 255, 0.384);
        border-width: 1px;
        margin: 0;
    }

    .rewardTable .halfD h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0%;
        border-bottom-style: none;
        border-color: rgba(255, 255, 255, 0.384);
        border-width: 1px;
        color: rgb(126, 255, 144);
    }


    .rewardTable .halfD h3 {
        font-size: 15px;
        text-align: center;
        border-bottom-style: none;
        border-color: rgba(255, 255, 255, 0.384);
        border-width: 1px;
        color: rgba(255, 255, 255, 0.76);
        margin: 0%;
        margin-bottom: 3%;

    }

    .halfD {
        flex: 3;
        /* Take equal space */
        justify-content: center;
        align-items: center;
        font-size: 24px;
        margin-top: 0%;
        margin-right: auto;
    }

    .rewardTable h1 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 0%;
        border-bottom-style: dashed;
        border-color: rgba(255, 255, 255, 0.253);
        border-width: 1px;
        padding-bottom: 5px;
        margin-top: 10%;
    }

    .half {
        margin-top: 10%;
        flex: 1;
        /* Take equal space */
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border-style: solid;

        border-style: solid;
        border-color: rgba(255, 255, 255, 0.589);
        border-radius: 10px;
        border-width: 1px;

    }
    .calculatorInterface .halfC .simulator input[type="range"] {
        width: 300px;
        background-color: #111;
        border: 1px solid #888;
        border-radius: 6px;
        padding: 12px;
    
        /* Reset native styles */
        -webkit-appearance: none;
        appearance: none;
        height: 40px; /* Give enough height to position thumb and track */
    }
    .tokenomicsinfo{
        border-bottom: dashed;
        border-width: 2px;
        border-color: rgb(182, 182, 182);
        padding: 0%;
        width: fit-content;
    }
}