*,*::after,*::before{
     padding: 0;
     margin: 0;
     box-sizing: border-box;
}
 html{
     scroll-behavior: smooth;
     padding: 0;
     margin: 0;
}
 body{
     padding: 0;
     margin: 0;
     font-family: "Inter", sans-serif;
     line-height: 1.4;
     letter-spacing: 0.02rem;
     font-size: 16px;
     font-style: normal;
     background-color: #f8f8f8;
}
 h2{
     font-weight: 700;
     font-size: 30px;
}
 .top-bar{
     background-color: #101010;
     font-weight: 600;
}
 .top-bar span{
     color: #FFFF00;
}
 .common_round_box{
     width: 100%;
     max-width: 565px;
     margin: 0 auto;
     background-color: #FFFFFF;
     border:1px solid #E2E8F0;
     border-radius: 12px;
}
 .btn{
     display: flex;
     width: 100%;
     border-radius: 6px;
     font-size: 20px;
     font-weight: 600;
     align-items: center;
     justify-content: center;
     padding: 5px 10px;
     color: #FFFFFF;
     text-align: center;
}
 .btn.vote_btn {
     background: #D74B36;
     height: 52px;
     color: #fff;
     cursor: auto;
}
 .gndr_btn_group .btn{
     height: 80px;
     color: #fff;
}
 .gndr_btn_group .btn i{
     font-weight: 400;
     margin-right: 5px;
     font-size: 25px;
}
 .btn.btn_female{
     background-color: #FF6189;
}
 .btn.btn_male{
     background-color: #304999;
}
 .progress-wrapper {
     background-color: #EDF2F7;
     border-radius: 0;
}
 .progress-wrapper .progress-bar {
     background-color: #D74B36;
}
 .back-count {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 15px;
     margin-bottom: 25px;
}
 .back-count button {
     border: none;
     background-color: transparent;
     padding: 0;
     line-height: 1;
     width: fit-content;
}
 .back-count i {
     color: #1A202C;
     font-size: 25px;
}
 .back-count span {
     color: #1A202C;
     font-size: 16px;
     font-weight: 300;
     line-height: 24px;
}
 .inner-box-wrapper {
     padding-top: 20px;
}
.inner-box {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 1px 2px 4px 0px #E2E8F0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    cursor: pointer;
}
 .inner-box:last-child {
     margin-bottom: 0;
}
 .inner-box p {
     color: #1A202C;
     font-size: 17px;
     font-weight: 700;
     line-height: 25px;
     margin-bottom: 0;
     margin-left: 10px;
}
.step-content-container {
    border-radius: 15px;
    border: 1px solid #E2E8F0;
    box-shadow: 1px 2px 4px #E2E8F0;
}
 .step-top-content {
     background: #D74B36;
     display: block;
     color: #fff;
     padding: 10px 0;
     text-align: center;
     border-radius: 10px 10px 0 0;
     font-family: "Inter",sans-serif;
     font-weight: 700;
     font-size: 18px;
}
 .step-heading {
     font-size: 18px;
     text-align: center;
     font-weight: 700;
     margin: 14px 0 12px;
}
 .step-pc {
     padding: 0 20px;
     width: 100%;
}
 .step-para {
     text-align: center;
     font-size: 14px;
     line-height: 27px;
     max-width: 90%;
     margin: 5px auto;
}
 .step-red-btn {
     background: #D74B36 !important;
     color: #fff;
     text-align: center;
     padding: 14px 0 11px;
     border-radius: 10px;
     font-size: 18px;
     font-weight: 700;
     margin-top: 20px;
     cursor: pointer;
}
.ft-container p, .cm-content + p {
    text-align: center;
    width: 100%;
    margin: 21px 0 0;
}
.tab-content[data-name="option1"] {
    margin-right: 5px;
}
/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
}
 .step-content1 {
     text-align: center;
     margin: 25px 0;
}
 .step-content1 {
     text-align: center;
     margin: 25px 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
.ft-content, .cm-content {
    height: unset;
    width: 49%;
    position: relative;
    flex-wrap: wrap;
}
 .cm-container {
     width: 100%;
     display: none;
     flex-wrap: wrap;
}
.ft-content input, .cm-container input {
    outline: none !important;
    height: 35px;
    width: 100%;
    padding: 0 33px 0 10px;
    border: 1px solid rgb(185, 195, 217);
    border-radius: 6px;
}
.ft-content label, .cm-container label {
    position: absolute;
    right: 5px;
    font-weight: 700;
    line-height: 35px;
    height: 35px;
    top: -1px;
}
 .step-content1 .tab-content {
     width: 70px;
     height: 45px;
     border-radius: 45px;
     background-color: #F6F7F9;
     display: flex;
     justify-content: center;
     color: #434A59;
     align-items: center;
     cursor: pointer;
     font-weight: 700;
}
 .step-content1 .tab-content.active{
     background-color: #FED7D7;
     color: #9B2C2C;
}
 .last-step-pc {
     display: block;
     margin: auto;
}
 .final-step-pc{
     font-weight: 700;
     text-align: center;
}
.final-step-pc p {
    margin-top: 20px;
    font-weight: 600;
}
 form {
     padding: 0;
}
 .cm-content {
     width: 100%;
}
.common_round_box.precheckout-section {
    max-width: 100%;
}
 .CircularProgressbar {
     width: 100%;
     vertical-align: middle;
}
 .CircularProgressbar .CircularProgressbar-path {
     stroke: #3e98c7;
     stroke-linecap: round;
     animation: stroke-dashoffset 2s linear ;
}
.step-content-container img {
    margin: auto;
    padding: 0 21px;
}
.inner-box.selected,.inner-box:hover {
    border: 1px solid #d74b36;
}
 @keyframes stroke-dashoffset{
     0% {
         stroke-dasharray: 0, 289.027px;
         stroke-dashoffset: 0;
    }
     100% {
         stroke-dasharray: 289.027px, 289.027px;
         stroke-dashoffset: 0;
    }
}
 .CircularProgressbar .CircularProgressbar-trail {
     stroke: #d6d6d6;
     stroke-linecap: round 
}
 .CircularProgressbar .CircularProgressbar-text {
     fill: #3e98c7;
     font-size: 20px;
     dominant-baseline: middle;
     text-anchor: middle 
}
 .CircularProgressbar .CircularProgressbar-background {
     fill: #d6d6d6 
}
 .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
     fill: #3e98c7 
}
 .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
     fill: #fff 
}
 .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
     stroke: #fff 
}
 .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
     stroke: transparent 
}
.loader-container {
    width: 320px;
    border-radius: 8px;
    text-align: center;
    padding: 20px 30px;
    margin: 0 auto;
    font-family: "Inter",sans-serif;
}
 .loader-box{
     position: relative;
}
 #number_up {
     color: rgb(231, 75, 85);
     top: 50%;
     left: 50%;
     position: absolute;
     transform: translate(-50%, -50%);
     margin: 0;
}
.waitp {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    color: #3c3b3b;
    display: none;
}
/* Pre-Checkout Graph CSS starts */
 .graph_content_container {
     max-width: 750px;
     height: auto;
     font-family: "Inter", serif;
     display: block;
     margin: auto;
}
 .estimated_dates_wrap{
     display: flex;
}
 .graph_container{
     transform: translateY(6px);
}
 .graph_container .estimated_dates_wrap .current_date {
     width: 50%;
     float: left;
     text-align: left;
     padding-left: 15px;
     padding-bottom: 10px;
}
 .graph_container .estimated_dates_wrap .goal_dates {
     width: 50%;
     float: left;
     text-align: right;
     padding-right: 15px;
     padding-bottom: 10px;
}
 .graph_container .estimated_dates_wrap .current_date span, .graph_container .estimated_dates_wrap .goal_dates span {
     background: #222;
     padding: 2px 5px;
     border-radius: 5px;
     font-size: .9rem;
     color: #fff;
}
/* -----svg------ */
 .graph_container .svg-graph {
     width: 100%;
     height: auto;
}
 .graph_container .svg-graph .verticalYJMM {
     stroke-width: 1.5px;
     stroke-dasharray: 0 3;
}
 .graph_container .svg-graph .face_1 {
     transform: matrix(.75, 0, 0, .75, 17.845251, 13.566498);
}
 .graph_container .svg-graph .face_2 {
     transform: matrix(.75, 0, 0, .75, 124.76877, 58.71051);
}
 .graph_container .svg-graph .svgText {
     text-anchor: middle;
     stroke-width: 1.419;
     font-weight: 700;
}
 .graph_container .svg-graph .svgText.cHappy, .graph_container .svg-graph .svgText.cSad {
     fill: #e74b55;
}
/* Precheckout CSS ends */
.CircularProgressbar-path{
    stroke: #D74B36 !important;
}
.common_para {
    font-size: 15px;
}
label.error, div.error-msg {
    position: static !important;
    color: red !important;
    font-weight: 400 !important;
    font-size: 13.4px;
    margin-left: 5px !important;
    line-height: 1.5 !important;
    height: fit-content;
}
.step-content2 .ft-container {
    align-items: flex-start !important;
}
.step-content2 p {
    text-align: center;
    width: 100%;
    margin: 21px 0 0;
}