.b2bcc-button {
    border: 1px solid #95AD47;
    border-radius: 30px;
    background: #95AD47;
    padding: 13px 50px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    max-width: 100px;
    margin: 0 auto;
    cursor: pointer;
}

.b2bcc-button.light,
.b2bcc-button:hover {
    background: #ffffff;
    color: #95AD47;
}

.b2bcc-button.disabled,
.b2bcc-button.light.disabled {
    background: #ADADAD;
    border: 1px solid #ADADAD;
    color: #FFFFFF;
    cursor: not-allowed;
    pointer-events: all !important;
}

.b2bcc-button.light:hover {
    background: #95AD47;
    color: #ffffff;
}

.b2bcc-button.disabled:hover {
    background: #ADADAD;
    border: 1px solid #ADADAD;
    color: #FFFFFF;
    cursor: not-allowed;
    pointer-events: all !important;
}

.b2bcc-content {
    width: 100%;
    max-width: 1136px;
    margin: 100px auto;
    color: #333;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}

.b2bcc-content .b2bcc-logo {
    text-align: center;
    margin-bottom: 20px;
}

.b2bcc-content .b2bcc-logo img {
    height: 30px;
}

.b2bcc-content .b2bcc-logo.hidden {
    display: none;
}

.b2bcc-content .b2bcc-title {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.b2bcc-content .b2bcc-logo.clearfix,
.b2bcc-content .b2bcc-title.clearfix {
    margin-bottom: 50px;
}

.b2bcc-content .b2bcc-title.result {
    font-size: 28px;
    font-weight: 700;
}

.b2bcc-content .b2bcc-title.hidden {
    display: none;
}

.b2bcc-content .b2bcc-subtitle {
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 80%;
}

.b2bcc-content .b2bcc-subtitle.hidden {
    display: none;
}

.b2bcc-content .b2bcc-intro {
    margin: 0 auto;
}

.b2bcc-content .b2bcc-intro.hidden {
    display: none;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope {
    margin: 0 auto;
    margin-bottom: 35px;
    max-width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item {
    border-radius: 18px;
    border: 1.5px solid #E8ECEB;
    background: #FFF;
    padding: 20px;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item.hidden {
    display: none;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img {
    position: relative;
    margin-bottom: 25px;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img .img-bg {
    width: 100%;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img .img-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(10px);
    height: 3rem;
    width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #95AD47;
    border-radius: 200px;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img .img-icon img {
    max-width: 80%;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-title {
    color: #95AD47;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-subtitle {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-description {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px; /* 175% */
}

.b2bcc-content .b2bcc-intro .b2bcc-button-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.b2bcc-content .b2bcc-intro .b2bcc-button-actions .b2bcc-button {
    margin: unset;
    text-align: unset;
    max-width: 180px;
}

.b2bcc-content .b2bcc-result-intro {
    padding: 35px 0;
    margin: 35px auto;
    border-top: 1px solid #DCDCDC;
    max-width: 80%;
}

.b2bcc-content .b2bcc-result-intro.hidden {
    display: none;
}

.b2bcc-content .b2bcc-result-intro .result-intro-period {
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: normal;
    margin-bottom: 25px;
}

.b2bcc-content .b2bcc-result-intro .result-intro-period span {
    font-weight: 700;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result {
    position: relative;
    border-radius: 15px;
    border: 1px solid #a8ba6a;
    background: #FFF;
    padding: 30px 50px;
    min-height: 50px;;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result:hover {
    border: 1px solid #95AD47;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope {
    display: flex;
    padding: 0 24px;
    justify-content: space-between;
    align-items: flex-start;
    color: #333;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope.scope-2 {
    display: none;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope.result {
    display: block;
    background: #F4F8E5;
    padding: 25px;
    border-radius: 10px;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope.result .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope .scope-left .scope-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope .scope-right {
    font-size: 14px;
    font-weight: 700;
    filter: blur(5px);
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result-overlay:hover {
    background: rgba(149, 173, 71, 0.09);
    cursor: pointer;
}

.b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result-overlay:hover .b2bcc-see-result {
    background: #95AD47;
    color: #ffffff;
}

.b2bcc-content .b2bcc-form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.b2bcc-content .b2bcc-form.hidden {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step {
    width: 20%;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .2rem solid #E8ECEB;
    width: 25%;
    position: absolute;
    left: 0;
    top: 1.25rem;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .2rem solid #E8ECEB;
    width: 25%;
    position: absolute;
    right: 0;
    top: 1.25rem;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step .step-circle {
    border: 1px solid #95AD47;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 10px;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step.active .step-circle {
    background: #95AD47;
    color: #ffffff;
    font-weight: 700;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step.active .step-circle svg path {
    fill: #ffffff;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step .step-title {
    color: #111;
    font-size: 12px;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step.active .step-title {
    font-weight: 700;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab.active {
    display: block;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row {
    position: relative;
    margin-bottom: 30px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row.is-sub-parent {
    margin-left: 30px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row.is-parent p.question {
    font-weight: 700;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .input-field {
    position: relative;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .error {
    margin-top: 5px;
    display: block;
    color: red;
    font-size: 11px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row.hidden {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row p {
    color: #111;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .answer {
    padding-top: 10px;
    display: flex;
    gap: 50px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .answer label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column {
    display: flex;
    gap: 20px;
    align-items: center;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column.block {
    flex-direction: column;
    align-items: start;
    margin-top: 25px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide {
    width: 100%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="text"],
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="number"] {
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    color: #4A4A4A;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: normal;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="text"]::placeholder,
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="number"]::placeholder,
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="text"]::-ms-input-placeholder,
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="number"]::-ms-input-placeholder {
    color: #DDD;
    font-weight: 600;
    opacity: .3;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="number"]::-webkit-outer-spin-button,
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="text"]::placeholder {
    opacity: 1;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="text"].date-range,
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input[type="text"].date-range {
    background: url('img/icon-calender.svg') no-repeat right 10px center;
    background-size: 16px 16px;
}

/* input radio */
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-radio input[type="radio"] {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-radio .text-radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-radio .text-radio::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #D4D4D4; /* Border color */
    background-color: #D4D4D4;
    box-shadow: inset 0 0 0 3px white;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-radio input[type="radio"]:checked + .text-radio::before {
    background-color: #95AD47; /* Selected circle */
    box-shadow: inset 0 0 0 3px white;
}

/* input checkbox */
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-checkbox input[type="checkbox"] {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-checkbox .text-checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-checkbox .text-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #D4D4D4; /* Border color */
    background-color: #ffffff;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-checkbox input[type="checkbox"]:checked + .text-checkbox::before {
    content: "\2713";
    color: #ffffff;
    font-size: 20px;
    background-color: #95AD47;
    border-color: #95AD47;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .unit {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 8px 25px;
    border-left: 1px solid #B0B0B0;
    color: #4A4A4A;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    min-width: 30px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 16px;
    margin-left: 35px;
    width: calc(100% - 35px);
    position: relative;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox p {
    position: relative;
    width: 60%;
    color: #4A4A4A;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
    letter-spacing: normal;
    margin-bottom: 0;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox p i {
    position: relative;
    border-radius: 20px;
    width: auto;
    height: 10px;
    color: #94ad47;
    cursor: pointer;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox p i span {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    min-width: 80px;
    max-width: 250px;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat';
    font-size: 12px;
    text-align: left;
    display: none;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
    color: #ffffff;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox p i:hover span {
    display: block;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox .sub-column-group {
    width: calc(60% + 30px);
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox .sub-column-group input {
    width: 100%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.inline {
    width: 100%;
    margin-top: 0;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.inline .sub-column-group {
    width: 100%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline:nth-child(1) {
    min-height: 50px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline label {
    width: 40%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline input {
    width: 40%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline .sub-column-checkbox.inline {
    width: calc(50% - 2px);
    margin-left: 0;
    margin-bottom: 0;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline .sub-column-checkbox.inline input {
    width: 100%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox input[type="text"],
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox input[type="number"] {
    width: 90%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline .sub-column-checkbox input[type="text"],
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline .sub-column-checkbox input[type="number"] {
    width: calc(100% - 30px);
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.hidden {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.has-error {
    margin-bottom: 2.5rem;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.has-error .error {
    position: absolute;
    top: 50px;
    left: calc(50% - 60px);
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.inline .error {
    position: absolute;
    top: 50px;
}

/* input select */
.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row select {
    width: 100%;
    padding: 15px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    -moz-appearance: none;
    outline: 0;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 50%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input.sub-select {
    margin-top: 10px;
    padding: 12px 14px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row input.sub-select.hidden {
    display: none;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action.calculate {
    flex-direction: column-reverse;
    align-items: center;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action .b2bcc-button {
    margin: unset;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action .b2bcc-button.form-next.calculate {
    max-width: 350px;
    width: 100%;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action .b2bcc-button.form-prev.calculate {
    margin-top: 10px;
    color: #828282;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action .b2bcc-button.form-prev.calculate:hover {
    cursor: pointer;
    background: #ffffff;
    color:#828282;
    text-decoration: underline;
}

.b2bcc-content .b2bcc-result {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
}

.b2bcc-content .b2bcc-result.hidden {
    display: none;
}

.b2bcc-content .b2bcc-result .b2bcc-result-calculation-date {
    margin-bottom: 25px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-calculation-date .period-date-result {
    font-weight: 700;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report {
    position: relative;
    width: calc(100% - 70px);
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 50px 35px;
    padding-bottom: 300px;
    margin-bottom: 36px;
    background: linear-gradient(180deg, #F4F8E5 0%, #FDFFF5 100%);
}

.b2bcc-content .b2bcc-result .b2bcc-result-report.hide {
    max-height: 120px;
    overflow: hidden;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report.hide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.85) 56.72%, rgba(255, 255, 255, 0.97) 81.66%, #FFF 100%);
}

.b2bcc-content .b2bcc-result .b2bcc-result-report-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 309px;
    background-image: url("../assets/img/footer.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report.hide .b2bcc-result-report-bottom {
    display: none;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .report-title {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 5px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .report-subtitle,
.b2bcc-content .b2bcc-result .b2bcc-result-report .report-company-name {
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: normal;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .report-company-name {
    font-weight: 600;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .report-subtitle {
    margin-bottom: 35px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #D2D5C6;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope .report-scope-column-left {
    width: 30%;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope .report-scope-column-right {
    width: 70%;
    color: #222;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 215.385% */
    letter-spacing: normal;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope .report-scope-column-right .scope-column-right-description {
    margin-bottom: 20px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope .report-scope-column-right .scope-column-right-bold {
    margin-bottom: 15px;
}

.b2bcc-content .b2bcc-result .b2bcc-button.b2bcc-result-report-toggle {
    margin-bottom: 65px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container {
    border-radius: 15px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 45px 35px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row-total-result {
    padding: 30px 25px;
    border-radius: 10px;
    background: #F4F8E5;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row-total-result .row-total-result-inside {
    display: flex;
    justify-content: space-between;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row-total-result .row-total-result-inside.buy-trees.hidden {
    display: none;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row-total-result .row-total-result-inside .column-total-result {
    padding: 5px 0;
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row-total-result .row-total-result-inside .column-total-result:nth-child(2) {
    text-align: right;
    font-weight: 600;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .row-total-result .row-total-result-inside .column-total-result .b2bcc-buy-trees {
    padding: 13px 25px;
    margin-top: 10px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .column-left {
    width: 65%;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .column-left .result-title {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 7px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .column-left .result-description {
    color: #A7A7A7;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .column-right {
    width: 35%;
    text-align: right;
}

.b2bcc-content .b2bcc-result .b2bcc-result-container .column-right .value-title {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.b2bcc-content .b2bcc-result .b2bcc-result-action {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-save-data,
.b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-buy-trees {
    width: 50%;
    max-width: unset;
}

.b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-save-pdf {
    max-width: 250px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-save-pdf i {
    display: inline-block;
    margin-right: 10px;
    max-width: 200px;
    font-size: 16px;
}

.b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-buy-trees.hidden {
    display: none;
}

.b2bcc-content .b2bcc-result .b2bcc-reset-form {
    color: #828282;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.b2bcc-content .b2bcc-result .b2bcc-reset-form:hover {
    cursor: pointer;
    text-decoration: underline;
}

.b2bcc-content .b2bcc-calculate-carbon {
    width: 600px;
    padding: 50px 0;
    margin: 0 auto;
}

.b2bcc-content .b2bcc-calculate-carbon.hidden {
    display: none;
}

.b2bcc-content .b2bcc-calculate-carbon .b2bcc-calculate-title {
    color: #222;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 44px; /* 157.143% */
}

.b2bcc-content .b2bcc-calculate-carbon .b2bcc-calculate-loading {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 0.5s linear infinite;
}

@keyframes shadowPulse {
    33% {
    background: #FFF;
    box-shadow: -24px 0 #95AD47, 24px 0 #FFF;
    }
    66% {
    background: #95AD47;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #95AD47;
    }
}

/* popup blank */
.emct-popup.popup-b2bcc-blank .emct-popup-inner .close-icon {
    font-size: 42px;
    font-weight: 500;
    line-height: 24px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner {
    border-top: unset;
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
    width: 100%;
    max-width: 800px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content {
    padding: 50px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-title {
    color: #222;
    text-align: center;
    font-family: "Montserrat";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 auto;
    margin-bottom: 10px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-description {
    color: #333;
    text-align: center;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 169.231% */
    letter-spacing: normal;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 86%;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column {
    /* none */
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column.left {
    width: 220px;
    flex: 0 0 220px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column img.icon-popup {
    width: 220px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column p.subtitle {
    color: #333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: normal;
    margin-bottom: 15px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column ul {
    list-style-position: outside;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column ul li {
    color: #333;
    font-family: Montserrat !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column ul li::marker {
    margin-right: 10px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .b2bcc-checkbox {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .b2bcc-checkbox label {
    color: #333;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 169.231% */
    letter-spacing: normal;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .b2bcc-checkbox input[type="checkbox"] {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    background: #ffffff; /* Green background */
    border-radius: 4px;
    border: 2px solid #8DA74E;
    display: inline-block;
    position: relative;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .b2bcc-checkbox input[type="checkbox"]:checked::after {
    content: "✔";
    color: #95AD47;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: -1px;
}

.emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .b2bcc-dont-show-future {
    padding: 13px 25px;
}


/* Popup Account */
.emct-popup .emct-popup-inner.popup-b2bcc-account {
    border-top: unset;
    border-bottom: 5px solid #95ad47;
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .close-icon {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content {
    padding: 50px 25px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login.hidden {
    display: none;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login h4 {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat';
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login form .tml-field-wrap {
    margin-bottom: 0.5em;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login form .tml-field-wrap label {
    margin-bottom: 0;
    color: grey;
    font-size: 14px;
    vertical-align: middle;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login form .tml-field-wrap.tml-rememberme-wrap input {
    vertical-align: middle;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login form .tml-field-wrap.tml-submit-wrap {
    margin-top: 20px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login form .tml-field-wrap.tml-submit-wrap button {
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    line-height: normal;
    border-radius: 200px;
    height: unset;
}


.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login .b2bcc-goto {
    line-height: 14px;
    font-size: 13px;
    color: grey;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login .b2bcc-goto .b2bcc-goto-register {
    color: #95ad47;
    font-weight: 600;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login .b2bcc-goto .b2bcc-goto-register:hover {
    text-decoration: underline;
    cursor: pointer;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-login .the_champ_outer_login_container {
    display: none;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register.hidden {
    display: none;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register h4 {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat';
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap {
    margin-bottom: 0.5em;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap label {
    margin-bottom: 0;
    color: grey;
    font-size: 14px;
    line-height: 26px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form div[style="clear:both;margin-bottom: 6px"] {
    margin-bottom: 0 !important;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-tnc_agreement-wrap,
.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .mc4wp-checkbox.mc4wp-checkbox-wp-registration-form {
    margin-bottom: 0;
    margin-top: 0;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-tnc_agreement-wrap a {
    color: grey;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-tnc_agreement-wrap input,
.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .mc4wp-checkbox.mc4wp-checkbox-wp-registration-form input {
    vertical-align: middle;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-tnc_agreement-wrap span,
.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .mc4wp-checkbox.mc4wp-checkbox-wp-registration-form span {
    color: grey;
    margin-left: 4px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-tnc_agreement-wrap span {
    margin-left: 0;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-indicator-wrap,
.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-indicator_hint-wrap,
.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .the_champ_outer_login_container {
    display: none;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-submit-wrap {
    margin-top: 20px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register form .tml-field-wrap.tml-submit-wrap button {
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    line-height: normal;
    border-radius: 200px;
    height: unset;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register .b2bcc-goto {
    line-height: 14px;
    font-size: 13px;
    color: grey;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register .b2bcc-goto .b2bcc-goto-login {
    color: #95ad47;
    font-weight: 600;
}

.emct-popup .emct-popup-inner.popup-b2bcc-account .emct-popup-content .b2bcc-content-account .b2bcc-account-register .b2bcc-goto .b2bcc-goto-login:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Popup saved */
.emct-popup .emct-popup-inner.popup-b2bcc-single-saved .emct-popup-content {
    padding: 50px 60px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-single-saved .emct-popup-content img {
    width: 140px;
}

.emct-popup .emct-popup-inner.popup-b2bcc-single-saved .emct-popup-content .emct-popup-content-title {
    font-family: 'Montserrat';
    font-size: 22px;
    letter-spacing: normal;
}

.emct-popup .emct-popup-inner.popup-b2bcc-single-saved .emct-popup-content .emct-popup-content-description {
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: normal;
}

.emct-popup .emct-popup-inner.popup-b2bcc-single-saved .emct-popup-content .emct-popup-content-confirmation .emct-popup-content-confirmation-button.success {
    font-family: 'Montserrat';
    font-size: 14px;
}

/*Calender */
.xdsoft_datetimepicker .xdsoft_year {
    display: inline-flex !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background-color: #95ad47 !important;
    color: #FFF !important;
    box-shadow: unset !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 163px !important;
}

.xdsoft_datetimepicker .xdsoft_time.xdsoft_current {
    background-color: #95ad47 !important;
    box-shadow: unset !important;
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ .xdsoft_calendar td>div:hover,
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_  .xdsoft_time:hover{
    background-color: #95ad47 !important;
    color: #FFF !important;  
}

.xdsoft_datetimepicker .xdsoft_scrollbar>.xdsoft_scroller:hover{
    background: #95ad47 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #95ad47 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    background: #f5ffd44d !important;
    color: #95ad47 !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 480px) {
    .b2bcc-content {
        margin: 30px auto;
        margin-bottom: 80px;
    }

    .b2bcc-content .b2bcc-title {
        margin-bottom: 30px;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item {
        padding: 15px 15px 30px;
        margin-bottom: 20px;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img {
        margin-bottom: 15px;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-title {
        font-size: 14px;
        text-align: center;
        margin: 0 10px;
        margin-bottom: 20px;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img .img-icon {
        height: 2.5rem;
        width: 2.5rem;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item .scope-item-img .img-icon img {
        max-width: 50%;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item:nth-child(1) .scope-item-img .img-icon img {
        max-height: 40%;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item:nth-child(2) .scope-item-img .img-icon img {
        max-height: 50%;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item:nth-child(3) .scope-item-img .img-icon img {
        max-height: 60%;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-scope .scope-item:nth-child(4) .scope-item-img .img-icon img {
        max-width: 65%;
    }

    .b2bcc-content .b2bcc-intro .b2bcc-button-actions {
        flex-direction: column;
    }

    .b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result {
        padding: 30px 10px;
    }

    .b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope:last-child {
        margin-bottom: 0;
    }

    .b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope.scope-2 {
        display: flex;
    }

    .b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope .scope-left {
        width: 60%;
    }

    .b2bcc-content .b2bcc-result-intro .result-intro-placeholder-result .scope.result {
        padding: 15px 10px;
        margin-bottom: 0;
    }

    .b2bcc-content .b2bcc-form {
        width: 90%;
    }

    .b2bcc-content .b2bcc-form .b2bcc-steps {
        margin-bottom: 30px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step {
        width: 25%;
    }

    .b2bcc-content .b2bcc-form .b2bcc-steps .b2bcc-step .step-title {
        text-align: center;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row {
        margin-bottom: 20px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column {
        gap: 5px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .answer {
        gap: 25px;
        flex-wrap: wrap;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row label.custom-radio .text-radio {
        padding-left: 25px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action {
        margin-top: 40px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column.block {
        gap: 30px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline:nth-child(1) {
        min-height: 30px;
        flex-direction: column;
        gap: 15px;
        justify-content: flex-start;
        align-items: start;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 5px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox:first-child {
        margin-top: 15px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox p {
        width: 100%;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox input[type="number"] {
        width: calc(100% - 30px);
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox .sub-column-group {
        width: 100%;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.has-error {
        margin-bottom: 2rem;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox.has-error .error {
        top: 75px;
        left: 0;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide.inline .sub-column-checkbox.inline {
        width: calc(100% - 35px);
        margin-left: 35px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .sub-column-checkbox .sub-column-group .unit {
        bottom: 22px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .sub-column-checkbox.has-error .sub-column-group .unit,
    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .sub-column-checkbox.inline .sub-column-group .unit {
        bottom: 8px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .row .column .column-label-wide .sub-column-checkbox input[type="text"] {
        width: calc(100% - 30px);
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action .b2bcc-button.form-next.calculate {
        width: calc(100% - 100px);
    }

    .b2bcc-content .b2bcc-calculate-carbon {
        width: 100%;
    }

    .b2bcc-content .b2bcc-result {
        width: 90%;
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-action {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .b2bcc-content .b2bcc-form .b2bcc-tabs .b2bcc-tab .b2bcc-action .b2bcc-button {
        width: 50%;
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-container {
        padding: 30px 15px;
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-save-data, .b2bcc-content .b2bcc-result .b2bcc-result-action .b2bcc-buy-trees {
        width: calc(100% - 102px);
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-report {
        width: calc(100% - 30px);
        padding: 30px 15px;
        padding-bottom: 80px;
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-report.hide {
        max-height: 250px;
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope {
        flex-direction: column;
        margin-top: 0;
        gap: 20px;
    }

    .b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope .report-scope-column-left,
    .b2bcc-content .b2bcc-result .b2bcc-result-report .b2bcc-result-report-scope .report-scope-column-right {
        width: 100%;
    }

    /* Popup */
    .emct-popup .emct-popup-inner.show {
        max-width: 90%;
    }

    .emct-popup.popup-b2bcc-blank .emct-popup-inner .close-icon {
        font-size: 32px;
    }

    .emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content {
        padding: 50px 20px;
    }

    .emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column.left {
        display: none;
    }

    .emct-popup.popup-b2bcc-blank .emct-popup-inner .emct-popup-content .popup-b2bcc-row .popup-b2bcc-column ul {
        margin-left: 20px;
    }
}