/*
Pretty switch*/

.hybridMLMPrettySwitch [type="radio"], .hybridMLMPrettySwitch [type="checkbox"] {
    display: none;
}

.hybridMLMPrettySwitch {
    width: 45px;
    overflow: hidden;
    position: relative;
    /*border-radius: 15px !important;*/
    background: #ffffff;
    cursor: pointer;
    /* border: 1px solid #dadada; */
    padding: 0px;
}

.hybridMLMPrettySwitch .switchInner {
    height: 21px;
    padding: 3px;
    width: 100%;
    box-shadow: 0px 0px 4px inset #5e5e5ebf;
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
    background: #fff;
}

.hybridMLMPrettySwitch .switchInner .switch {
    background: #74cb0d !important;
    left: 0;
    position: absolute;
    margin: 3px;
    width: 15px;
    box-shadow: 2px 0px 4px #7b7b7b4a;
    border-radius: 50% !important;
    bottom: 0;
    display: block;
    transition: all 0.3s ease;
    height: 15px;
    /* border: 1px solid #a9a9a9; */
}

.hybridMLMPrettySwitch.active .switchInner .switch {
    left: 50%;
    right: 0 !important;
}

.twoWaySwitch {
    display: flex;
}

.twoWaySwitch label:first-child {
    margin-right: 7px;
}

.twoWaySwitch label:last-child {
    margin-left: 7px;
}

.twoWaySwitch .hybridMLMPrettySwitch {
    background-color: transparent !important;
}

.containerBox {
    background-color: #ffffff;
    margin: 40px auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.multi-step-form {
    margin: 40px auto;
    padding: 40px;
    width: 80%;
}

/* Style for the steps and progress line */
.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step-indicator div {
    flex-grow: 1;
    position: relative;
    text-align: center;
}

.step-indicator .step-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: -1;
}

.step-indicator .step-number {
    background-color: #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-indicator .active .step-number {
    background-color: #4CAF50;
}

.step-indicator .active .step-line {
    background-color: #4CAF50;
}
.errorWrapper {
    border: none;
    border-radius: 3px !important;
    font-size: 13px;
    max-width: 500px;
    background: #e13e3e;
    margin-top: 10px !important;
    color: #fff;
    padding: 0;
}

.errorWrapper .error {
    font-size: 12px;
    padding: 4px 7px;
}

.required {
    color: red;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step-indicator div {
    flex-grow: 1;
    position: relative;
    text-align: center;
}

.step-indicator .step-line {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #bfbfbf;
    z-index: 0;
}

.step-indicator .step-number {
    background-color: #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-indicator .active .step-number {
    background-color: #1ea225;
}

.step-indicator .active .step-line {
    background-color: #23b429;
}

/***** main calculator css ****/
.mlm-calculator-wrapper.row {
}

.mlm-calculator-wrapper.row .mlm_plan_step {
    /* text-align: center; */
}

.mlm-calculator-wrapper.row h3.title {
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    position: relative;
    font-weight: 800;
    font-family: "DM Sans", Sans-serif;
}

.mlm-calculator-wrapper.row h3.title:before {
    content: "";
    width: 136px;
    height: 3px;
    background-color: #15c189;
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.plan-multi-step-form {
    margin: auto 15px;
    /*border: solid 1px #ddd;
    padding: 35px;*/
}

.mlm-calculator-wrapper.row .multi-step-form {
    margin: auto 15px;
    padding: 30px 10px;
}

.plan-multi-step-form .business_data_step {
}

.plan-multi-step-form .business_data_step h3, .plan-multi-step-form .level_data_step h3, .plan-multi-step-form .commission_data_step h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px !important;
    font-family: "DM Sans", Sans-serif;
}

.row.single-plans-section .plan-multi-step-form .control-label {
    font-size: 15px;
    font-weight: 600;
}

.row.single-plans-section .plan-multi-step-form .sub-label {
    font-size: 15px;
}


.mlm-reportBox {
    border: solid 1px #8bbbab;
    padding: 15px 0px;
    background-color: #ddd;
    margin: 5px 0px;
    text-align: center;
    background-color: #8bbbab;
    border-radius: 10px !important;
}

.mlm-reportBox label {
    text-align: center;
    font-size: 15px;
    color: #083627;
}

.row.mlm-reportContainer {
    margin: 0px;
    /*border-top: solid 2px #7ea598;*/
}

.sepration-line {
    border-top: solid 2px #7ea598;
    height: 2px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
}

.mlm-reportBox h4 {
    font-weight: bold;
    font-size: 18px;
    color: #043a29;
    font-family: "DM Sans", Sans-serif;
}

.row.listSectionBox {
}

.row.mlm-reportContainer h3 {
    padding: 25px;
    text-decoration: underline;
    font-size: 24px;
    color: #222;
    font-weight: 800;
    font-family: "DM Sans", Sans-serif;
}

/*.row.listSectionBox .innerList {*/
/*    !* border: solid 1px #15c1898c; *!*/
/*    border-radius: 10px !important;*/
/*    margin: 15px 0px;*/
/*}*/

.row.listSectionBox .innerList {
    border: solid 1px #92bfb08c;
    border-radius: 10px !important;
    margin: 15px 0px;
    height: 330px;
    padding: 15px;
}

.row.listSectionBox .innerList ul {
    margin: 0px;
    padding: 0px;
}

.summary_sub_title {
    font-weight: 700;
    text-decoration: underline;
}

.row.listSectionBox .innerList ul li {
    list-style: none;
    padding: 5px 10px;
    background-color: #d0ede3;
    border-radius: 10px !important;
    margin-bottom: 3px;
    font-size: 14px;
}

.row.listSectionBox .innerList ul li label {
    width: 70%;
    color: #144233;
}

.row.listSectionBox .innerList ul li span {
    font-weight: 700;
}

.calculationTable-level table.table {
    border: solid 1px #ddd;
}

.plan-multi-step-form .formField.row {
    margin-bottom: 15px;
}

.form-group.row.levelTitle {
    display: none;
}

.form-group.row.levelTitle:first-child {
    display: block;
}

.form-group.row.levelTitle:first-child span.levelcom-subTitle {
    font-weight: 700;
    text-decoration: underline;
}


.rankOverview-graph {
    margin-bottom: 15px;
}

.row.overviewGraph-Section .details {
    /* background-color: #efebeb; */
    border: solid 1px #efeeee;
    margin: 35px 10px;
}

.row.overviewGraph-Section .details ul {
    margin: 0px;
    padding: 0px;
}

.row.overviewGraph-Section .details ul li {
    list-style: none;
    padding: 6px 12px;
    border-bottom: solid 1px #eee;
    font-weight: 600;
}

.row.overviewGraph-Section .details ul li span {
    background-color: #2e6a9e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px !important;
    font-size: 10px;
    text-align: right;
    float: right;
}

h5.summary_sub_title {
    font-weight: 700;
    text-decoration: underline;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

h4.summary_sub_title {
    font-weight: 700;
    text-decoration: underline;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 18px;
}

.calculationTable-level {
    margin-top: 10px;
}

.row.listSectionBox .innerList ul li.total-row {
    background-color: transparent !important;
}

.row.listSectionBox .innerList ul li.total-row label {
    text-align: right;
    padding-right: 10px;
}

.row.listSectionBox .innerList ul li.total-row label {
    font-size: 15px;
    font-weight: 700;
    color: #3c3c3c;
}

.row.listSectionBox .innerList ul li.total-row span {
    font-size: 15px;
    color: #144233;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 100% !important;
}
button.proceedBtn {
    border-color: #15c189;
    color: #15c189;
    background: 0 0;
}
button.proceedBtn {
    border-color: #15c189;
    color: #FFF;
    background-color: #15c189;
}
button.planBtn {
    border-color: #3598dc;
    color: #3598dc;
    background: 0 0;
}
button.BusinessDataBtn, button.treeDataBtn {
    border-color: #3598dc;
    color: #3598dc;
    background: 0 0;
}
button.planBtn:hover, button.BusinessDataBtn:hover, button.treeDataBtn:hover {
    border-color: #3598dc;
    color: #FFF;
    background-color: #3598dc;
}
.form-group.row input[type=radio] {
    margin-right: 5px;
}
h1.wp-block-post-title {
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
}
:where(.wp-site-blocks *:focus) {
    outline-width: 1px;
    outline-style: none;
}

/**** hybridSite Special CSS ***/

.mlm-calculator-wrapper.row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding: 5px;
}

.sassly-base .mlm-calculator-wrapper.row select.form-control.select2 {
    /* padding: 0px !important; */;
}

.sassly-base  select.form-control.select2 {
    padding: 0px 10px;
}
.chooseMLM-plan label.control-label {
    font-weight: 700;
}
