body {
    --cff_main_slider_color: #444444;
    --cff_main_slider_text_color: white;
}

#fbuilder .clearer {
    clear: both;
    display: block;
    width: 100%;
}

#fbuilder,
#fbuilder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

#fbuilder .fields,
#fbuilder .fform {
    padding: 5px 0px;
    clear: both;
}

#fbuilder .fields:not(.c-field) {
    padding: 5px;
}

#fbuilder .fform h2 {
    margin: 20px 0px;
    line-height: 1.2;
    padding: 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
}

#fbuilder h2,
#fbuilder span,
#fbuilder p,
#fbuilder label {
    white-space: normal;
}

#fbuilder label {
    position: relative;
    display: initial;
}

#fbuilder input[type="text"],
#fbuilder input[type="number"] {
    width: auto;
    display: inline-block;
    max-width: none;
    min-height: 30px;
    border: 1px solid RGB(118, 118, 118);
    outline: none;
    border: 2px solid #9ab5b8;
    padding-left: 6px;
    font-weight: 600;
}

#fbuilder .medium {
    width: 50% !important;
}

#fbuilder .large {
    width: 100% !important;
}

/* ORIGNAL COLUMNS SYSTEM */
@media screen and (min-width: 740px),
print {
    #fbuilder .fields.column3 {
        float: left;
        width: 33.3%;
        clear: none;
    }
}

/* NEW COLUMNS SYSTEM */

#fbuilder .col-xs-3,
#fbuilder .col-xs-9 {
    float: left;
    clear: none !important;
}

#fbuilder .col-xs-3 {
    width: 25% !important;
}

#fbuilder .col-xs-9 {
    width: 75% !important;
}

/* END NEW COLUMNS SYSTEM */

@media screen and (max-width: 640px) {
    #fbuilder .medium {
        width: 100% !important;
    }
}

#fbuilder .two_column {
    float: left;
    width: 48%;
}

#fbuilder .three_column {
    float: left;
    width: 30%;
}


#fbuilder .dfield {
    position: relative;
}

#fbuilder .top_aligned .fields>label {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-left: 4px;
}

#fbuilder .top_aligned .fields .dfield {
    /* padding-top: 5px; */
    float: none;
    width: 100%;
}

#fbuilder .two_column label,
#fbuilder .three_column label {
    width: 100% !important;
}

/* #fbuilder .cpefb_error::placeholder{color:rgba(255,255,255,.6)} */
#fbuilder span.uh {
    display: block;
    font-size: 80%;
    clear: both;
    width: 100%;
}

#fbuilder .pbreak {
    display: none;
}

#fbuilder .pbreak.pb0 {
    display: block;
}

.cp_subbtn {
    display: none;
}

#fbuilder input[type='radio'] {
    width: auto;
    height: auto;
}

#fbuilder input[type='radio']:after {
    display: none;
}

#fbuilder input[type="radio"] {
    -webkit-appearance: radio !important;
}

#fbuilder .c-radiobutton .dfield {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#fbuilder .c-radiobutton .dfield label {
    display: table;
    margin-bottom: 5px;
    cursor: pointer;
}

#fbuilder .ignore {
    /* display: none; */
}

@media print {
    /* #fbuilder .pbreak{display: block;} */
}

/* PROCESSION FORM ANIMATION */

/* ZOOM IPHONE */
@media screen and (device-aspect-ratio: 2/3) {

    #fbuilder input[type="text"],
    #fbuilder input[type="number"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 40/71) {

    #fbuilder input[type="text"],
    #fbuilder input[type="number"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 375/667) {

    #fbuilder input[type="text"],
    #fbuilder input[type="number"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 9/16) {

    #fbuilder input[type="text"],
    #fbuilder input[type="number"] {
        font-size: 16px;
    }
}

/* AUTOCOMPLETE AND GOOGLE PLACE */

/* VIEWERS */

/* RECORDER */

/* POPUP */



.peptide_calculator * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Montserrat;
}

.peptide_calculator {
    max-width: 1000px;
    margin: auto;
}

.peptide_calculator #fbuilder #formheader_1 {
    text-align: center;
}

.peptide_calculator #fbuilder label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}

.peptide_calculator #fbuilder .switch .dfield .three_column {
    width: 33%;
}

.peptide_calculator #fbuilder .sectionform,
.peptide_calculator #fbuilder .switch {
    margin-bottom: 0;
}

.peptide_calculator input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.peptide_calculator input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.peptide_calculator .bar1 {
    background: rgb(154 181 184) !important;
    height: 100px !important;
    z-index: -4;
    position: relative;
    max-width: 100%;
}

.peptide_calculator .bar {
    border: 0px solid #fff0 !important;
    background: #fff0 url('https://res.cloudinary.com/cloudjs/image/upload/v1/rickysandhu/30ml-04.png') no-repeat center center;
    background-size: contain;
    height: 100px !important;
    width: 100% !important;
}

.peptide_calculator .fifty {
    border: 0px solid #fff0 !important;
    background: #fff0 url('https://res.cloudinary.com/cloudjs/image/upload/v1/rickysandhu/fifty-05.png') no-repeat center center;
    background-size: contain;
    height: 100px !important;
    z-index: 999999;
}

.peptide_calculator .hundred {
    border: 0px solid #fff0 !important;
    background: #fff0 url('https://res.cloudinary.com/cloudjs/image/upload/v1/rickysandhu/101-05.png') no-repeat center center;
    background-size: contain;
    height: 100px !important;
    width: 100% !important;
}

.peptide_calculator .switch input {
    display: none !important;
}

.peptide_calculator .switch .dfield div {
    clear: none !important;
    float: left !important;
}

.peptide_calculator .switch .dfield label span:hover {
    cursor: pointer;
}

.peptide_calculator .switch .dfield input+span .five,
.peptide_calculator .switch .dfield input+span .one,
.peptide_calculator .switch .dfield input+span .three {
    border: 2px solid #9ab5b8;
    border-radius: 8px !important;
    background: rgb(255 255 255 / 42%);
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    margin-top: 10px;
}

.peptide_calculator .switch .dfield input+span .five img,
.peptide_calculator .switch .dfield input+span .one img,
.peptide_calculator .switch .dfield input+span .three img {
    width: 86%;
}

.peptide_calculator .switch .dfield input:checked+span .three,
.peptide_calculator .switch .dfield input:checked+span .one,
.peptide_calculator .switch .dfield input:checked+span .five {
    border: 2px solid #9ab5b8;
    background: #9ab5b8;
    color: white;
}


.peptide_calculator .switch1 .dfield div {
    clear: none !important;
    float: left !important;
    padding-left: 5px;
}

.peptide_calculator .switch1 input {
    display: none !important;
}

.peptide_calculator .switch1 label span {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 3;
    text-align: center;
    padding: 8px 6px;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: inline-block;
    line-height: normal;
}

.peptide_calculator .switch1 .dfield label span:hover {
    cursor: pointer;
    background: #9ab5b8;
    color: #fff;
    border: 1px solid #9ab5b8;
}

.peptide_calculator .switch1 .dfield input:checked+span {
    background: #9ab5b8;
    box-shadow: none;
    border: 1px solid #9ab5b8;
    color: #fff;
}

.peptide_calculator #fbuilder .top_aligned {
    font-weight: 800;
}

.peptide_calculator .switch1 label span.r {
    padding: 0;
    border: 0;
    background: transparent;
}

.peptide_calculator #field_1-13 .dfield {
    display: none;
}

#fbuilder .r {
    display: inline;
    position: relative;
    top: -4px;
    left: 2px;
    color: red;
}

@media only screen and (max-width: 767px) {
    .peptide_calculator #fbuilder .switch .dfield .three_column {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {

    .peptide_calculator p.three {
        font-weight: 700;
        margin-top: 8px !important;
        padding-top: 10px !important;
         !i;
         !;
        padding-bottom: 10px !important;
         !i;
         !;
        margin-right: 0 !important;
         !i;
         !;
    }

    .peptide_calculator p.five {
        font-weight: 700;
        margin-top: 4px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-right: 0 !important;
         !i;
         !;
    }

    .peptide_calculator p.one {
        font-weight: 700;
        margin-top: 4px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-right: 0 !important;
         !i;
         !;
    }

    .peptide_calculator .switch1 .dfield div {
        clear: none !important;
        float: left !important;
        padding-left: 5px;
    }

    .peptide_calculator .switch1 input {
        display: none !important;
    }

    .peptide_calculator .switch1 label span {
        background-color: #fff;
        color: #000;
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #cecece;
        border-radius: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .peptide_calculator .switch1 .dfield label span:hover {
        cursor: pointer;
        background: #9ab5b8;
        color: #fff;
    }


    .peptide_calculator #fbuilder label {
        font-size: 14px;
        font-weight: 500;
        line-height: 0.5px;
    }
}

@media (max-width:480px) {
    #cp_calculatedfieldsf_pform_1 {
        min-height: 1874px;
    }
}

@media (max-width:768px) {
    #cp_calculatedfieldsf_pform_1 {
        min-height: 1483px;
    }
}

@media (max-width:1024px) {
    #cp_calculatedfieldsf_pform_1 {
        min-height: 827px;
    }
}

@media (min-width:1024px) {
    #cp_calculatedfieldsf_pform_1 {
        min-height: 741px;
    }
}








.custom_input {
    margin: 0 !important;
    margin-left: 10px !important;
    margin-right: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(154 181 184 / 34%);
}

#fbuilder .top_aligned .fields.custom_input>label {
    margin: 0;
    margin-left: 6px;
    font-size: 11px;
}

#fbuilder .top_aligned .fields.custom_input .dfield {
    padding: 0;
}

.res_output {
    font-size: 18px;
    font-weight: 700;
}

.progress_bar_html {
    border: 8px solid #9ab5b8;
    padding: 0 !important;
    border-radius: 4px;
}



@media (max-width:768px) {
    #fbuilder .fform h2 {
        font-size: 17px;
    }
}