:root{
    --body-color-new: #2b2b2b;
    --body-white-color: #fff;
    --primary-pink-color: #00a9a4;
    --light-gray-smcrd: #efefef;
    --primery-shadow-color-smcrd: #00a9a424;
}

body.no-scroll {
    overflow: hidden;
}

/* smart contract development */
.forformbottommessage {
    padding: 25px 25px;
    border: 1px dotted var(--primary-pink-color);
    border-radius: 7px;
    color: #111;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}
.pricesandbuttondivmain {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricesandbuttondivmain h1 {
    color: #111;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px 15px 0px;
}
.pricesandbuttondivmain h1 span {
    color: var(--primary-pink-color);
}
.pricesandbuttondivmain input {
    background-color: var(--primary-pink-color) !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: var(--body-white-color) !important;
    border: 1px solid var(--primary-pink-color);
    border-radius: 50px !important;
    padding: 12px 23px; 
    outline: none;
    cursor: pointer;
        transition: all .3s ease-in-out;
}
.pricesandbuttondivmain input:focus{
    border: 1px solid var(--primary-pink-color) !important;
}
.pricesandbuttondivmain input:hover, .pricesandbuttondivmain input:focus{
    color: var(--primary-pink-color) !important;
    background-color: var(--body-white-color) !important;
}
h3.firstlablesmartdeveop {
    margin-bottom: 7px;
    color: #111;
    font-size: 18px;
}
.inputsforservicesforms, .seleceoptionstyle  {
    outline: none;
    background: var(--light-gray-smcrd);
    border: 1px solid var(--primary-pink-color) !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
    color: var(--primary-pink-color);
    position: relative;
}
.inputsforservicesforms{
    width: 100%;
    padding: 20px;
}
.changeformsubdiv{
    margin-top: 12px;
}
.CodeMirror.cm-s-default{
    border: 1px solid var(--primary-pink-color);
}

textarea#bf-what-your-code-should-do:focus, textarea#cr-what-your-code-should-do:focus {
    box-shadow: 0px 0px 30px var(--primery-shadow-color-smcrd);
}
.CodeMirror-focused {
    box-shadow: 0px 0px 30px var(--primery-shadow-color-smcrd);
}



.CodeMirror-scroll{
    outline: none;
    background: var(--light-gray-smcrd);
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 12px;
    color: #000000;
    position: relative;
}
.CodeMirror-gutter.CodeMirror-linenumbers{
    background-color: #222222;
    color: #111;
    border: none !important;
}
.inputsforservicesforms::placeholder{
    color: var(--primary-pink-color);
}
.inputsforservicesforms::before, .seleceoptionstyle::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--primary-pink-color);
    transform: rotate(45deg);
    bottom: 0;
    right: 0;
}
.inputsforservicesforms[type="number"]::-webkit-outer-spin-button,
.inputsforservicesforms[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the spinner for Firefox */
.inputsforservicesforms[type="number"] {
    -moz-appearance: textfield;
}
#nftmarkeplacedivfirstchange, #stakingdivfirstchange{
    display: none;
}


/* code review style */
.priceinfomaindivpi {
    display: flex;
    align-items: center;
}
.pricechangeinfo {
    margin-top: 8px;
}
.pricechangeinfo h5 {
    color: #111;
    font-size: 16px;
    margin: 0px 0px 0px 18px;
}

/* loader css */
#loader-container {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Semi-transparent dark background */
    z-index: 99999; /* Ensure it's above all other elements */
    justify-content: center;
    align-items: center;
}

/* Animated Loader */
.loader {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #ffffff; /* White color for animation */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Rotation Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* custom cart template */
/* .woocommerce-cart-form, .shop_table {
    display: none;
} */
.myclasstotal table.shop_table.shop_table_responsive {
    display: none !important;
}

/* checkout page */
