.menu-top.toplevel_page_discountpilot-dynamic-pricing img {
    width: 17px;
    height: 17px;
}
.table-view-list.posts {
    .row-actions {
        left: 0 !important;
    }
}
.dspilot-options {
    .dspilot-container {
        border: none !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, .04);
        border-radius: 10px;
        overflow: hidden;
    }
    &.dspilot-theme-light {
        .dspilot-header-inner {
            background: #fff;
        }
        .dspilot-wrapper {
            overflow: hidden;
            .dspilot-nav-inline {
            padding: 20px 30px;
                & >ul {
                    li {
                        margin-right: 10px;
                        a {
                            background-color: #19890a;
                            border-radius: 4px;
                            color: #fff;
                            &.dspilot-active {
                                background-color: #19890ac4;
                            }
                        }
                    }
                }
            }
        }
        
    }
    .dspilot-depend-hidden-custom {
        display: none;
    }
    .dspilot-field.hidden-title {
        > .dspilot-title {
            display: none;
        }
        > .dspilot-fieldset {
            width: 100%;
        }
    }
    .dspilot-cloneable-item {
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 0 0 1px #d7e3e7, 0 3px 11px 6px rgba(145, 191, 227, 0.11);
        .dspilot-cloneable-title {
            border: none;
            background-color: #ededed;
            box-shadow: none;
        }
        .dspilot-cloneable-content {
            border: none;
        }
    }
    .dspilot-field-repeater {
        &.dspilot-repeater {
            .dspilot-repeater-item {
                display: flex;
                width: 100%;
            }
            .dspilot-repeater-helper {
                width: auto;
                align-items: center;
                display: flex;
            }
            .dspilot-repeater-content {
                display: flex;
                width: inherit;
                .dspilot-title {
                    width: 100%;
                }
                .dspilot-fieldset {
                    width: 100%;
                    select {
                        width: 100%;
                    }
                }
            }
            
        }
    }
}