.the_content {
margin-top: 70px;
margin-bottom: 40px;
padding: 0 15px;
}

.the_content h1 {
text-transform: uppercase;
font-size: 30px;
text-align: center;
}

.the_content p {
margin-bottom: 20px;
text-align: center;
}

.the_content .stake-calculator-box {
    background-size: cover;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 640px;
    width: 100%;
    border: 1px solid #1475e1;
    box-shadow: 0px 0px 11px #1475e1;
    }

.the_content .stake-calculator-box h2 {
font-size: 18px;
margin-bottom: 20px;
    text-align: center;
}

.the_content .stake-calculator-box label {
color: #fff;
font-weight: 500;
font-size: 14px;
margin-bottom: 0 !important;
}

.the_content .stake-calculator-box select {
 cursor: pointer;
 }
 
.the_content .stake-calculator-box select,
   .the_content .stake-calculator-box input {
    font: inherit;
    font-size: 14px;
    margin: 0;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    background: #0f212e;
    border: 2px solid #2f4553;
    width: auto;
    display: block;
    width: 100%;
    height: 55px;
    border-color: #1475e182;
    }
    
       .the_content .stake-calculator-box input::-webkit-input-placeholder { 
  color: #fff;
}
   .the_content .stake-calculator-box input::-moz-placeholder { 
  color: #fff;
}
   .the_content .stake-calculator-box input:-ms-input-placeholder { 
  color: #fff;
}
   .the_content .stake-calculator-box input:-moz-placeholder { 
  color: #fff;
}

.radio-btn-calc {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.radio-btn-calc input[type="radio"] {
    display: none;
}

.radio-btn-calc input[type="radio"]+label {
    flex: 1;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 15px 0;
    color: #FFF;
    background-color: transparent;
    border: 2px solid #1475e182;
}

.radio-btn-calc input[type="radio"]:checked+label, .radio-btn-calc input[type="radio"]:checked+label:hover {
    background-color: #fff ;
    color: #1475e1;
    opacity: 1;
    font-weight: 700;
}

.btn-check+.btn:hover {
background-color: #fff !important;
    color: #1475e1 !important;
     opacity: 1;
    font-weight: 700;
    }
    
input::placeholder { 
  color: #c0c0c0 !important;
  font-size: 14px;
}

input::-webkit-input-placeholder { 
    color: #c0c0c0 !important;
    font-size: 14px;
}

input:-ms-input-placeholder { 
    color: #c0c0c0 !important;
    font-size: 14px;
}

input::-ms-input-placeholder { 
  color: #c0c0c0 !important;
  font-size: 14px;
}

.calculator-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 12px;
    min-width: 300px;
    padding: 15px;
    font-weight: bold;
    padding: 9px 15px;
    display: inline-block;
    background: #1475e1;
    color: #fff !important;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border: none;
    overflow: hidden;
    border-radius: 4px;
    height: 48px;
    }

.the_content .stake-calculator-box .notice {
color: #CED4E3;
}

@media (max-width: 768px) {
ol li p,
ul li p {
margin:0;
}
}