/* Frontend styles for the form */
.cflp-form {
    margin: 20px 0;
}
.cflp-form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.cflp-form .form-group label {
    display: block;
    margin-bottom: 5px;
}
.cflp-form .form-group .tooltip {
    display: inline-block;
    margin-left: 5px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
opacity: 1;
}
.cflp-form .form-group .tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -5px;
    left: 25px;
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
}
.cflp-form .form-control {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
}
.cflp-form .btn {
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.cflp-form .theme-btn-3 {
    padding: 20px 45px;
    font-weight: bold;
    font-size: 12pt;
    animation: breathing 5s ease-in-out infinite;
}
body.tax-condition .theme-btn-3 {
    padding: 20px 45px;
    font-weight: bold;
    font-size: 12pt;
    animation: breathing 5s ease-in-out infinite;
}
.cflp-cart-form-data,
.cflp-checkout-form-data,
.cflp-admin-order-form-data {
    margin-top: 20px;
}
.cflp-cart-form-data h2,
.cflp-checkout-form-data h2,
.cflp-admin-order-form-data h3 {
    margin-bottom: 15px;
}
.cflp-cart-form-data ul,
.cflp-checkout-form-data ul,
.cflp-admin-order-form-data ul {
    list-style: none;
    padding: 0;
}
.cflp-cart-form-data ul li,
.cflp-checkout-form-data ul li,
.cflp-admin-order-form-data ul li {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cflp-form-group-hidden {
    display: none;
}

.cflp-form-group-active {
    display: block;
}


button.btn.btn-primary.cflp-next-group {
   
    font-weight: 600;
    padding: 10px 16px 10px 16px;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    display: block;
    width: 367px;
    height: 52px;
    margin: 30px 15.5%;
    color: #fff;
}
button.cflp_submit_form.btn.btn-primary {
    
    font-weight: 600;
    padding: 10px 16px 10px 16px;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    display: block;
    width: 367px;
    height: 52px;
    margin: 30px auto;
    color: #fff;
}
.form-check input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.form-check.radio {
    margin-top: 20px;
    display:inline-block !important;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: .125rem;
background: transparent;
}

.form-check.radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
    padding: 10px 40px;
    border: 0px;
    color: #9892B7;
    text-align: center;
    text-wrap: balance;
    min-height: 47px;
    height:100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 58px;
    transition: transform .2s; /* Animation */
}

.check-radio-group:has(.form-check.radio + .form-check.radio) .form-check.radio {
    flex: 1 0 190px;
}

.form-check.radio label:hover {
    padding: 10px 40px;
    font-weight: 400;
    background: #FFFFFFE5;
    transform: scale(1.05);
}
.form-check.radio input[type=radio]:checked ~ label {
    transform: scale(1.05);
color: #3f3864;
    background: #fff;}


.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}
label.form-check-label.has-class {
    color: #3f3864 !important;
    background: #fff !important;
}
input[type="text"].has-content {
    background-color: #fff;
    color: #3f3864;
    border-color: transparent;
}
/* Add this to your frontend CSS file */
form.cflp-form .progress-bar-container {
    width: 342px;
    background-color: rgba(225, 249, 252, 0.4);
    margin-bottom: 40px;
    height: 11px; 
    border-radius: 15px;
    overflow: hidden;
    margin-left: 15%;
}

form.cflp-form .progress-bar {
    width: 0;
    height: 100%;
    background-color: #3f3864 !important;
    transition: width 0.3s;
border-radius: 15px;
}
form.cflp-form .check-radio-group {
    display: flex;
    justify-content: center !important;
    gap: 0px 10px;
    margin-top: -6px !important;
}
p.fields-description {
    text-align: center;
}
p.form-term {
   font-size: 15px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    /* padding: 0 42px; */
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(63, 56, 100, 0.5);
}
form.cflp-form .paragraph-text {
    padding: 0 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: rgba(63, 56, 100, 0.5);
}

p.form-term a {
    text-decoration: underline;
color: rgba(63, 56, 100, 0.5);
}
.col-xs-12.col-sm-12.col-md-8.col-lg-5.align-self-center.mb-5 {
    z-index: 9999;
}
label.form-check-label i.fa {
    font-weight: bold;
    font-size: 18px;
}
button.cflp-prev-group {
    color: rgba(63, 56, 100, 0.5);
    background: transparent;
    border: none;
    font-size: 17px;
    margin-left: 32%;
}

button.cflp-prev-group i.mx-2.fa.fa-arrow-left {
    color: rgba(63, 56, 100, 0.5);
    background: transparent;
}
.checkbox-group {
    justify-content: center !important;
    gap: 0px 10px;
    display: revert;
    margin-top: -6px !important;
}

.checkbox-group .form-check {
    margin-top: 20px;
    display: block;
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: .125rem;
    background: transparent;
}

.checkbox-group label.form-check-label {
    display: inline-block;
    padding: 10px 40px;
    border: 0px;
    color: #9892B7;
    text-align: left;
    height: 47px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 58px;
    transition: transform .2s;
}
input.form-control.custom-textfield {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}
textarea.form-control.custom-textarea {
    border-radius: 28px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.8);
}
.error {
    color: #e59eb6;
}
button.btn.btn-primary.cflp-next-group:focus {
    box-shadow: none;
}

.checkbox-group .form-check input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  /* margin: 0; */
  font: inherit;
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  border: 0.15em solid #48426c;
  border-radius: 50%;
  /* transform: translateY(-0.075em); */
  display: grid;
  place-content: center;
}

.checkbox-group .form-check input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: none;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.checkbox-group .form-check input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.checkbox-group .form-check input[type="checkbox"]:focus {
  outline: none;
    outline-offset: 0;
    box-shadow: none;
}

button.cflp_submit_form.btn.btn-primary.theme-btn-3:focus {
    box-shadow: none;
}


 

.floating-label-effect+.floating-label {
    position: absolute;
    top: 0;
    left: 30px;
    display: inline-block;
    width: auto;
    max-width: calc(100% - 70px);
    margin: 0;
    padding: 0;
    font-size: 18px;
    transition: all .3s ease;
    color: rgba(40,40,50,.6);
    z-index: 3;
    height: 60px;
    display: flex;
    align-items: center; 
    font-weight: 400;
    line-height: normal;
    pointer-events: none
}

@media(max-width: 33.74em) {
    .floating-label-effect+.floating-label {
        height:60px;
        font-size: 16px
    }
}

.floating-label-effect:focus {
    background: #fff
}

.floating-label-effect:not(:-moz-placeholder-shown) {
    border-color: transparent
}

.floating-label-effect:not(:placeholder-shown) {
    border-color: transparent
}

.floating-label-effect:not(:-moz-placeholder-shown)+.floating-label {
    font-size: 12px;
    padding: 0;
    top: 12px;
    z-index: 4;
    height: 14px;
    width: -moz-fit-content;
    width: fit-content
}

.floating-label-effect:focus+.floating-label,.floating-label-effect:not(:placeholder-shown)+.floating-label {
    font-size: 12px;
    padding: 0;
    top: 12px;
    z-index: 4;
    height: 14px;
    width: -moz-fit-content;
    width: fit-content
}
 
.floating-label-effect:not(textarea) {
    max-height: 60px
}

.floating-label-effect::-moz-placeholder {
    color: transparent
}

.floating-label-effect::placeholder {
    color: transparent
}

.floating-label-effect:disabled~.floating-label,.floating-label-effect:disabled~.label-icon-left,.floating-label-effect:disabled~.label-right,.floating-label-effect:disabled~.label-right .label-txt {
    z-index: 5!important;
    opacity: .6
}
  
  .label-switch {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    float: right;
}
 

.label-switch .switch-container {
    display: flex;
    align-items: center
}

.label-switch .switch-container .switch {
    display: none
}

.label-switch .switch-container .switch-track {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center
}

.label-switch .switch-container .switch-track .switch-rail {
    transition: all .2s ease-in-out;
    position: relative;
    width: 50px;
    height: 24px;
    background: #e2ded9;
    border-radius: 50px;
    overflow: hidden
}

.label-switch .switch-container .switch-track .switch-rail .switch-slider {
    transition: all .2s ease-in-out;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgb(63 56 100);
}

.label-switch .switch-container .switch:checked~.switch-track .switch-rail {
    transition: all .2s ease-in-out;
    background: #3f3864
}

.label-switch .switch-container .switch:checked~.switch-track .switch-rail .switch-slider {
    transition: all .2s ease-in-out;
    transform: translateX(24px);
    background: #fff
}
 

.label-switch.label-inside .switch-rail {
    margin: 0 5px
}

.label-switch.dual-active .switch-container .switch-track .switch-rail {
    background: #f4f8fa;
}
 

.label-switch .inner-label.label-after,.label-switch .switch:checked~.switch-track .label-befor {
    color: rgba(40,40,50,.6)
}

.label-switch .switch:checked~.switch-track .label-after {
    color: #282832
}

.label-switch.theme-light .switch-container .switch-track .switch-rail {
    background: #fff
}

.label-switch.theme-light .switch-container .switch:checked~.switch-track .switch-rail {
    background: #282832
}
.separator-line {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c1b6a8;
    margin: 30px 0
} 
 
.d-inline-block {
    display: inline-block!important
}

.d-inline-flex {
    display: inline-flex
}
 
.d-flex {
    display: flex
}
 

.flex-wrap {
    flex-wrap: wrap
}    

.form-group {
    position: relative
}

.form-group.date-input .form-control {
    padding: 30px 20px 15px 45px
}
 

.form-group.textarea-normal .form-control {
    padding: 20px 50px 20px 20px
} 
.form-group.input-medium .floating-label-effect+.floating-label,.form-group.input-medium .form-control {
    height: 46px
}

.form-group.input-medium .floating-label-effect:not(:-moz-placeholder-shown)+.floating-label {
    height: 22px;
    top: 2px
}

.form-group.input-medium .floating-label-effect:focus+.floating-label,.form-group.input-medium .floating-label-effect:not(:placeholder-shown)+.floating-label {
    height: 22px;
    top: 2px
}

.form-group.input-medium .label-icon-left,.form-group.input-medium label .label-txt {
    height: 46px
}

.form-control {
    background: #fff;
    border-radius: 100px;
    font-size: 18px;
    line-height: 100%;
    line-height: 1.12;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    color: #282832;
    min-height: 60px;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.form-control,.form-control.floating-label-effect {
    padding: 28px 28px 15px 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}

.form-control.floating-label-effect::-moz-placeholder {
    color: transparent
}

.form-control.floating-label-effect::placeholder {
    color: transparent
}

.form-control:not(textarea) {
    max-height: 60px
}


.form-control:disabled {
    cursor: no-drop;
    opacity: .6;
    border-color: hsla(0,0%,100%,0)!important
}

.joint-input {
    justify-content: space-between;
    width: 94%;
}



.joint-input .form-group:first-child .form-control {
    border-radius: 100px 0 0 100px
}

.joint-input .form-group:last-child .form-control {
    border-radius: 0 100px 100px 0
}

.joint-input .form-group+.form-group {
    margin-left: 1px
}
 
.form-left-icon .form-control {
    padding-left: 45px
}
label.lable-left.floating-label {
    display: flex;
    margin-top: 2px;
}
.height-weight-UI.text {
    margin-top: 10%;
    padding: 10px 2px 10px 0;
    margin-top: 33px;
    margin-bottom: 0px;
    margin-right: 0%; 
}
label.lable-left.floating-label.second.option {
    margin-top: 0px;
}
 .height-weight-UI.multiple-text {
    display: inline-block;
    float: inline-end;
    padding: 10px 2px 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
margin-right: 1px;
}
.height-weight-switch {
    padding: 1px 31px 0 50px;
}
fieldset.cflp-form-group.cflp-form-group-active .form-control:focus {
    box-shadow: none;
    border-color:none;
}

.weight-block .height-weight-UI.multiple-text label.lable-left.floating-label {
    margin-top: 0px !important;
}
////

.height-weight-UI .joint-input .d-flex {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
 
.height-weight-UI .joint-input{width:100%}
 
.height-weight-switch {
    padding: 0px;
}
 
.form-control, .form-control.floating-label-effect {
    border-radius: 100px;
}
button.btn.btn-primary.cflp-next-group {
    width: 80%;
    margin: 30px auto;
}
.height-weight-UI.multiple-text {    float: none;}
 
.cflp-form .form-group {    width: 100%;}
.height-weight-UI.multiple-text {
    width: 100%;
}
.height-weight-UI.multiple-text {
    margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
.form-check.radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border: 0px;
    font-weight: 400;
    text-align: center;
    min-height: 54px;
    gap: 0px 10px;
    max-width: 270px;
    background: #FFFFFFE5;
    border-radius: 58px;
    transform: scale(1.05);
    margin-inline: auto;
}
.form-check.radio label:hover {
    background: #FFFFFFE5;
    border-radius: 58px;
    transform: scale(1.05);
}
form.cflp-form .paragraph-text {
    padding: 0 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: rgba(63, 56, 100, 0.5);
}
}