.affiliate-wrapper{
    margin:30px 0px 30px 0px;
    .affiliate-d-table{
        display: table;
        width: 100%;
    }
    .affiliate-list-item{
        padding: 2px 20px;
    }
    .affiliate-procon-inner{
        padding-bottom: 25px;
        background: #ffffff;
        .affiliate-list{
            padding-left: 6px;
        }
    }
    .affiliate-block-advanced-list{
        display: table-cell;
        width: 50%;
        word-break: break-word;
    }
    .affiliate-props-title{
        background-color: #00bf08;
        color:#ffffff;
        padding: 10px 10px 10px 20px;
    }
    .affiliate-propcon-title{
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 16px;
        word-break: break-word;
    }
    .affiliate-const-title{
        background-color: #eb3903;
        color:#ffffff;
        padding: 10px 10px 10px 20px;
    }
    .affiliate-button-wrapper{
        padding-top: 15px;
        padding-bottom: 15px;
        .affiliate-btn{
            background-color: #00bf08;
            color:#ffffff;
            text-decoration: none !important;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding: 6px 25px 6px 25px;
            text-decoration: none;
            -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
            -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        }
    }   
    .affiliate-block-advanced-list {
        .affiliate-action-button {
            padding: 5px 15px;
            margin-top: 15px;
            border-radius: 4px;
            background: #f0f1f3;
        }

        ul {
            list-style: none;
            padding: 0px 20px;
            margin: 0;

            >li {
                position: relative;
                margin: 0;
                display: list-item !important;
                transition: color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;
                list-style: none;
                // padding-bottom: 10px;
                &::before {
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    transition: color 400ms, background-color 400ms;
                    padding-right: 10px;
                }

                >span {
                    display: inline-block;
                }
                >div {
                    display: inline;
                }

                .affiliate-action-remove {
                    display: none;
                    width: 18px;
                    height: 18px;
                    line-height: 20px;
                    text-align: center;
                    background: rgba(0, 0, 0, .8);
                    color: #fff;
                    border-radius: 10px;
                    position: absolute;
                    right: 16px;
                    top: 50%;
                    transform: translateY(-50%);
                    cursor: pointer;

                    &.alignment-left {
                        right: auto;
                        left: 0;
                    }
                }

                &:hover {
                    .affiliate-action-remove {
                        display: block;
                    }
                }
            }

            [contenteditable=true]:empty:before {
                content: attr(placeholder);
                color: gray;
                padding: 0px 5px 0px 5px;
                display: block;
                /* For Firefox */
            }

            .affiliate-action-button {
                margin-top: 15px;
            }
        }


        &.affiliate-alignment-left,
        &.affiliate-alignment-center {
            .affiliate-list {
                >li::after {
                    display: none;
                }
            }
        }

        &.affiliate-alignment-center {
            .affiliate-list {
                >li {
                    justify-content: center;
                }
            }
        }

        &.affiliate-alignment-right {
            .affiliate-list {
                >li {
                    justify-content: flex-end;

                    &::before {
                        display: none;
                    }
                }
            }
        }

       ul{
            .affiliate-list-bullet-check {

                &::before {
                    content: "\f00c";
                }
            }

            .affiliate-list-bullet-check-square {

                &::before {
                    content: "\f14a";
                }
            }

            .affiliate-list-bullet-check-square-outline {

                &::before {
                    content: "\f14a";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-check-double {

                &::before {
                    content: "\f560";
                }
            }

            .affiliate-list-bullet-check-circle {

                &::before {
                    content: "\f058";
                }
            }

            .affiliate-list-bullet-check-circle-outline {

                &::before {
                    content: "\f058";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-square {

                &::before {
                    content: "\f0c8";
                }
            }

            .affiliate-list-bullet-square-outline {

                &::before {
                    content: "\f0c8";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-circle {

                &::before {
                    content: "\f111";
                }
            }

            .affiliate-list-bullet-circle-outline {

                &::before {
                    content: "\f111";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-arrow-right {

                &::before {
                    content: "\f061";
                }
            }

            .affiliate-list-bullet-arrow-left {

                &::before {
                    content: "\f060";
                }
            }

            .affiliate-list-bullet-arrow-circle-right {

                &::before {
                    content: "\f0a9";
                }
            }

            .affiliate-list-bullet-arrow-circle-left {

                &::before {
                    content: "\f0a8";
                }
            }

            .affiliate-list-bullet-arrow-alt-circle-right {

                &::before {
                    content: "\f35a";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-arrow-alt-circle-left {

                &::before {
                    content: "\f359";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-long-arrow-alt-right {

                &::before {
                    content: "\f30b";
                }
            }

            .affiliate-list-bullet-long-arrow-alt-left {

                &::before {
                    content: "\f30a";
                }
            }

            .affiliate-list-bullet-chevron-right {

                &::before {
                    content: "\f054";
                }
            }

            .affiliate-list-bullet-chevron-left {

                &::before {
                    content: "\f053";
                }
            }

            .affiliate-list-bullet-angle-right {

                &::before {
                    content: "\f105";
                }
            }

            .affiliate-list-bullet-angle-left {

                &::before {
                    content: "\f104";
                }
            }

            .affiliate-list-bullet-star {

                &::before {
                    content: "\f005";
                }
            }

            .affiliate-list-bullet-star-outline {

                &::before {
                    content: "\f005";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-windows-close-fill {

                &::before {
                    content: "\f410";
                }
            }

            .affiliate-list-bullet-window-close-simple {

                &::before {
                    content: "\f410";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-ban {

                &::before {
                    content: "\f05e";
                }
            }

            .affiliate-list-bullet-times {

                &::before {
                    content: "\f00d";
                }
            }

            .affiliate-list-bullet-times-circle {

                &::before {
                    content: "\f057";
                }
            }

            .affiliate-list-bullet-times-circle-simple {

                &::before {
                    content: "\f057";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-dot-circle-fill {

                &::before {
                    content: "\f192";
                }
            }

            .affiliate-list-bullet-dot-circle-simple {

                &::before {
                    content: "\f192";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-thumb-up-fill {

                &::before {
                    content: "\f164";
                }
            }

            .affiliate-list-bullet-thumb-up-simple {

                &::before {
                    content: "\f164";
                    font-weight: 400;
                }
            }

            .affiliate-list-bullet-thumb-down-fill {

                &::before {
                    content: "\f165";
                }
            }

            .affiliate-list-bullet-thumb-down-simple {

                &::before {
                    content: "\f165";
                    font-weight: 400;
                }
            }
        }


        .affiliate-list-type-ordered {
            counter-reset: affiliate-ol-counter;

            >li {
                counter-increment: affiliate-ol-counter;

                &::before,
                &::after {
                    text-align: center;
                    content: counter(affiliate-ol-counter);
                }
            }
        }
    }
}
@media(max-width:767px){
    .affiliate-wrapper .affiliate-block-advanced-list{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .affiliate-pr-wrapper .affiliate-pr-maintitle, .affiliate-propcon-title{
        text-align: center;
    }
}
