#module-ppprivatelabel-app {
    /** Comment**/

    .stepper-wrapper {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .stepper-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;

        @media (max-width: 768px) {
            font-size: 12px;
        }
    }

    @media (min-width: 1200px) {
        .stepper-item:not(.active,.completed)::before {
            position: absolute;
            content: "";
            border-bottom: 2px dashed #437466;
            width: 60%;
            top: 20px;
            left: -30%;
            z-index: 2;
        }

        .stepper-item.completed::after {
            position: absolute;
            content: "";
            border-bottom: 2px solid #437466;
            width: 70%;
            top: 20px;
            left: 65%;
            z-index: 3;
        }
    }


    .step-name {
        color: #1A1A1A;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        line-height: 1.05;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-bottom: 6px;
        border: 2px dashed #437466;
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        border: 2px solid #437466;
        background-color: #437466;
        color: #fff;
    }

    .stepper-item.active .step-counter {
        border: 2px solid #437466;
    }


    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }

    .step__circle {
        position: relative;
        line-height: 40px; /* centers baseline by default */
    }

    .step__circle span {
        position: relative;
        top: 2px; /* move the number down 2px */
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    /* --- Content below --- */

    .step-block__content {
        margin-top: 2rem;
        text-align: center;
        padding-bottom: 50px;
    }

    .step-block__title {
        margin-bottom: 0.5rem;
        color: #1A1A1A;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .step-block__description {
        margin: 0 auto;
        max-width: 600px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 137.5% */
    }

    .step form .btn.btn-primary {
        float: right;
    }


    /* Layout */
    /*.row {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    margin-right: -0.75rem;*/
    /*    margin-left:  -0.75rem;*/
    /*}*/

    .g-3 {
        gap: 1rem;
    }

    /*.col-md-6 {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*}*/
    @media (min-width: 768px) {
        .col-md-6 {
            flex: 0 0 auto;
            width: 50%;
        }
    }

    /* Positioning & Spacing */

    .position-relative {
        position: relative !important;
    }

    .position-absolute {
        position: absolute !important;
    }

    .top-0 {
        top: 0 !important;
    }

    .end-0 {
        right: 0 !important;
    }

    .m-3 {
        margin: 1rem !important;
    }

    .mt-4 {
        margin-top: 1.5rem !important;
    }

    .text-end {
        text-align: right !important;
    }

    .d-block {
        display: block !important;
    }

    /* Card */

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    .h-100 {
        height: 100% !important;
    }

    .border-0 {
        border: 0 !important;
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

    /* Card Image & Body */

    .card-img-top {
        width: 100%;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }


    /* Typography */

    .text-center {
        text-align: center !important;
    }

    .card-title {
        margin-bottom: .5rem;
        font-size: 1rem;
        font-weight: 500;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    /* Form Controls */

    .form-check-input {
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 0;
        margin-left: 0;
        cursor: pointer;
        z-index: 9;
    }

    /* Button */

    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        padding: .375rem .75rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out,
        border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-success {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

    .ingredient-desc {
        color: #8D8D8C;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }

    .step form .inactive {
        filter: grayscale(1);
        opacity: 0.25;
        border-bottom: 1px #ffffff solid;
    }

    .step form .active img{
       border-bottom: 1px #198754 solid;
    }

    #pl_right_side {
        /* CSS */

        .product-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 1rem;
            font-family: sans-serif;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .product-card__title {
            margin: 0 0 1rem;
            font-size: 1rem;
            font-weight: 600;
            color: #333;
        }

        /* Progress bar (reusable) */

        .progress {
            margin-bottom: 1rem;
            height: 1.2rem;
            position: relative;
        }

        .progress--small {
            margin-bottom: 0; /* for nested bars */
        }

        .progress__labels {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            margin-bottom: 0.25rem;
            z-index: 2;
            width: 100%;
            position: absolute;
            padding: 0 5px;
            color: #fff;
            font-weight: bold;
        }

        .progress__bar {
            width: 100%;
            height: 100%;
            border-radius: 3px;
            overflow: hidden;
            z-index: 1;
        }

        .progress__fill {
            height: 100%;
            background: #3cb371;
            border-radius: 3px 0 0 3px;
        }

        /* Product list */

        .product-list {
            list-style: none;
            padding: 0;
            margin: 0 0 1rem;
        }

        .product-item {
            display: flex;
            align-items: flex-start;
            padding: 0.75rem 0;
            border-top: 1px solid #e0e0e0;
        }

        .product-item:first-child {
            border-top: none;
        }

        .product-item__img {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            object-fit: cover;
            border-radius: 4px;
            margin-right: 0.75rem;
        }

        .product-item__details {
            flex: 1;
        }

        .product-item__name {
            margin: 0 0 0.5rem;
            font-size: 0.875rem;
            color: #333;
            line-height: 1.2;
        }

        /* Button */

        .product-card__btn {
            display: block;
            width: 100%;
            padding: 0.75rem 0;
            font-size: 0.875rem;
            font-weight: 600;
            color: #999;
            background: #f5f5f5;
            border: none;
            border-radius: 4px;
            cursor: not-allowed;
        }

        .product-item {
            display: flex;
            align-items: center; /* vertical centering */
            gap: 0.75rem; /* space between img and text */
        }

        .product-item__img {
            flex-shrink: 0; /* don’t let the image shrink */
            width: 48px; /* or whatever size you need */
            height: 48px;
            object-fit: cover; /* maintain aspect ratio */
        }

        .product-item__details {
            /* by default, flex children stretch in cross‐axis so no extra needed */
        }

        .product-item__name {
            margin: 0;
            /* any typography tweaks here */
        }
    }

    .p-05 {
        padding: 0.5rem 0.5rem !important;
    }

    .step-7 .card {
        border-radius: 6px;
        border: 1px solid #E2E2DF;

        .row {
            padding-bottom: 23px;

            .col-xs-9 {
                color: #8D8D8C;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .col-xs-3 {
                color: #8D8D8C;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-align: right;
            }
        }

        .form-check {
            /*border: 1px solid #437466;*/
            border: 1px solid #E2E2DF;
            padding: 23px;

            label.form-check-label, span {
                color: #1A1A1A;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                margin-left: 16px;
            }
            span {
                position: absolute;
                right: 0;
                padding-right: 25px;
            }
        }

        .form-control {
            border-radius: 4px;
            border: 1px solid #D4D4D0;
            margin-bottom: 16px;
        }
        .form-label {
            margin-bottom:unset;
        }
        .form-select {
            width: 100%;
            height: 38px;
            border-radius: 4px;
            border: 1px solid #D4D4D0;
            padding: 0.5rem 1rem;
        }
        input[type="radio"] {
            -webkit-appearance: none;
            appearance: none;
            margin: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #D4D4D0;
            border-radius: 3px;
            position: relative;
            cursor: pointer;
            vertical-align: middle;
        }

        /* Unchecked background */

        input[type="radio"]::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 12px;
            transform: translate(-50%, -50%) scale(0);
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3 3 7-7' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
            transition: transform 0.2s ease;
        }

        /* Checked state */

        input[type="radio"]:checked {
            border-color: #437466;
            background: #437466;
        }

        input[type="radio"]:checked::after {
            transform: translate(-50%, -50%) scale(1);
        }
        .form-check-label a {
            color: #437466;
        }
        .form-submit {
            justify-content: space-between;
            display: flex;
        }

    }
    .me-auto {
        text-align: right;
    }
    .ms-auto {
        text-align: left;
    }

}
