#module-ppcustombox-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 .btn.btn-primary {
        float: right;
        margin-top: 25px;
    }


    /* 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;
        max-height: 350px;
    }


    /* 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;
    }

    .form-check-input:checked + label {
        border-radius: 6px;
        background: rgba(45, 44, 40, 0.06);
    }

    /* 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.4;
    }

    #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;
        }

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

        .progress__labels {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: #555;
            margin-bottom: 0.25rem;
        }

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

        .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;
    }
    .color-dropdown {
        position: relative;
        user-select: none;
    }
    .selected-color {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .selected-color .chevron {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333;
        margin-right: 8px;
    }
    .selected-color .swatch {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        border: 1px solid #999;
    }
    .color-list {
        list-style: none;
        margin: 0 0 0 -1px;
        padding: 0px;
        border: 1px solid #ccc;
        border-top: none;
        position: absolute;
        width: calc(100% + 2px);
        background: #fff;
        max-height: 250px;
        overflow-y: auto;
        display: none;
        z-index: 10;
        left: 0;
        top: 57px;
    }
    .color-list li {
        padding: 8px 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #999;
    }
    .color-dropdown .swatch {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        border: 1px solid #999;
        border-radius: 50%;
    }
    .color-list li:hover {
        background: #f0f0f0;
    }
    .box-layers input.layer {
        width: 20px;
        height: 20px;
    }
    input.form-control {
        background-color: #fff;
    }

    .layer_inputs {
        display: none;
    }
}
