/* 67 POINTS CALCULATOR  */

.sixtySeven_calculator_container {
    background-color: #00bfff21 !important;
    border-bottom: 4px solid #00bcfb !important;
}

.sixtySeven_calculator_container .calculator_main_banner_stripe_sub_title {
    color: #00bcfb !important;
}

.sixtySeven_calculator_container .calculator_main_banner_stripe_description {
    color: red !important;
}

.calculator-parent-container .calculator-child-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Total Steps of Calculation  */
.calculator-parent-container .calculator-child-container .factors_step {
    height: 10px;
    width: 35px;
    margin: 0 2px;
    background-color: #ffffff;
    color: #00bcfb;
    border: none;
    border: 1px solid #00bcfb;
    border-radius: 0px;
    display: inline-block;
    opacity: 1;
}

.calculatorMiddlePoints {
    color: #00bcfb;
}

.calculator-parent-container .calculator-child-container .factors_step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.calculator-parent-container .calculator-child-container .factors_step.finish {
    background-color: #00bcfb;
}

.activate-buttons {
    background-color: #00bcfb !important;
    color: white !important;
}

.calculator-buttons-parent-container {
    position: relative;
    margin-top: 20px;
}

.calculator-buttons-left-container {
    width: 100%;
}

.calculator-parent-container .calculator-child-container .calculator-sub-title {
    padding-left: 10px;
}

.calculator-btns {
    background-color: white;
    color: black;
    border: none !important;
    outline: none !important;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #00bcfb !important;
    /* padding: 10px 60px; */
    width: 146px !important;
    height: 40px !important;
    margin: 5px;
}

.calculator-btns:hover {
    background-color: #00bcfb;
    color: white;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #00bcfb;
}

.main_calculator_layout_design_calculation_area_title {
    font-size: 20px;
    font-weight: 700;
}


.selectable-btn:disabled {
    background-color: #00bcfb64;
    color: white;
}

.btn_primaryForSixtySeven {
    background-color: #00bcfb;
    color: white;
    border-radius: 2px;
    padding: 5px 25px;
    margin-top: 30px;
    font-weight: 700;
}

.btn_primaryForSixtySeven:hover {
    background-color: #00bcfb;
    color: white;
}

.calculator-btns-second {
    width: auto !important;
    padding: 5px 20px !important;
}

/* Verified Calculation by @Shiv Web Developer */


/* Mark input boxes that gets an error on validation: */
.tab input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.tab input,
.tab select {
    border-radius: 0px;
}

.calculator-prev-next-container {
    padding: 40px 10px;
}

#prevBtn:hover {
    position: absolute;
    color: #00bcfb;
    font-weight: 600;
    left: 0px;
    bottom: 0px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: white;
    border-radius: 0px;
    border: 1px solid #00bcfb;
    outline: none;
}

#prevBtn {
    position: absolute;
    color: white;
    left: 0px;
    bottom: 0px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #00bcfb;
    border-radius: 0px;
    outline: none;
    width: 145px;
    border: none;
}

#nextBtn:hover {
    position: absolute;
    left: 160px;
    padding: 10px 20px;
    font-size: 14px;
    bottom: 0px;
    background-color: white;
    border-radius: 0px;
    color: #00bcfb;
    outline: none;
    border: 1px solid #00bcfb;
    font-weight: 600;
}

#nextBtn {
    position: absolute;
    left: 160px;
    padding: 10px 20px;
    font-size: 14px;
    bottom: 0px;
    background-color: #00bcfb;
    border-radius: 0px;
    color: white;
    outline: none;
    width: 145px;
    border: none;
}

#sixtyseven_points_calculator label {
    font-size: 13px;
    font-weight: 400 !important;
    color: red;
    padding: 0;
    margin: 0;
    font-style: italic;
}

#regForm h1 {
    font-size: 30px;
    font-weight: 700;
}

.tab label {
    font-size: 20px;
    font-weight: 700;
}

.calculator-score-board_ss {
    border: 1px solid #00bcfb;
    /* border-radius: 10px; */
    padding-bottom: 50px;
    padding: 5px;
    margin-bottom: 30px;
}

.australiaPrContainerBtn {
    margin-bottom: 30px;
}

.calculator-score-card-icon {
    padding: 20px 10px 10px 10px;
}

.calculator-score-card-icon img {
    height: 75px;
    width: 75px;
    border-radius: 100px;
}

.show_he {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    background-color: #00bcfb;
    color: white;
    margin-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.result_show_areas {}


.result {
    width: 150px;
    height: 150px;
    margin: 0px 20%;
    border-radius: 10px;
    padding: 10px;
    background-color: #00bcfb;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.num {
    font-size: 80px;
}


.tab h5 {
    font-size: 25px;
    font-weight: 700;
}

.adaptability p {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Canva Printing Start */
.showfinalresult {
    height: 250px;
    width: 250px;
    background-color: #00bcfb;
    padding: 40px;
    font-size: 100px;
    font-weight: 700;
    color: white;
    border-radius: 200px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

::selection {
    color: #00bcfb;
}

::-moz-selection {
    color: #00bcfb;
}

.after_form_details {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 5%;
    background-color: white;
    height: 500px;
    z-index: 10;
    padding: 20px;
}

.poster {
    transform: scale(0.6);
    transform-origin: top center;
    position: relative;
}

.intro {
    font-size: 70px;
    color: #00bcfb;
    font-weight: 600;
}

.time {
    font-weight: 900;
    font-size: 40px;
    color: #00bcfb;
}

.come {
    text-decoration: none;
    background: #00bcfb;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 26px;
}

#drawing_canvas {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    pointer-events: none;
}

/* Canva Printing End */