.boardal a[target="_blank"]::after,
.automation_page_wunderauto-settings a[target="_blank"]::after,
.post-type-automation-workflow a[target="_blank"]::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}

.wunder-default-button {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 0;
    font-size: 13px;
    line-height: 2.15384615;
    padding: 0 10px;
    border-radius: 3px;
    min-height: 30px;
}

.wunder-small-button {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 0;
    font-size: 11px;
    line-height: 1.15384615;
    padding: 0 10px;
    border-radius: 3px;
    min-height: 26px;
    margin-left: 2px;
}

.button.wunderauto-plusminus {
    height: 20px;
    line-height: 15px;
    padding: 2px 2px;
    font-size: 15px;
}

.wunderauto-dynamic-parameters input[type="checkbox"] {
    margin-top: 0px;
}

.parameter-pill {
    background: #0085ba;
    color: white;
    border-radius: 8px;
    padding: 2px 5px;
    line-height: 190%;
    margin: 0 2px;
}

.parameter-pill.ispro {
    background: #424f4f;
}

.parameter-group-pill {
    background: #0085ba;
    color: white;
    border-radius: 8px;
    padding: 2px 5px;
    line-height: 190%;
    margin: 0 2px;
}

.object-pill {
    background: #387c2e;
    color: white;
    border-radius: 8px;
    padding: 2px 5px;
    line-height: 190%;
    margin: 0 2px;
}

.object-pill.selected {
    background: #1f4519;
}

.parameter-group-pill.selected {
    background: #a7ba00;
}

.object-pill:hover {
    cursor: pointer;
    background: #4fb041;
}

.parameter-pill.ispro:hover {
    background: #262a2a;
}

.parameter-group-pill:hover {
    cursor: pointer;
    background: #ba8500;
}

.parameter-pill:hover {
    cursor: pointer;
    background: #006799;
}

.parameter-input-result {
    margin-top: 50px;
    text-align: center;
    background: lightgray;
    padding: 20px;
}

.parameter-input-table {
    width: 100%;
}

.parameter-input-table td {
    vertical-align: top;
}

.parameter-input-table td input {
    width: 100%;
}

.multiselect-search {
    min-height: 25px;
}

.is-single .multiselect-search input,
.is-multiple .multiselect-search input {
    min-height: 25px;
    font-size: 13px;
    padding: 5px 35px 5px 14px;
}

select.webhook-object {
    min-height: 23px;
    line-height: 1;
}

.multiselect-input {
    border: 1px solid #7e8993;
    min-height: 31px;
}

.multiselect-tags {
    margin-top: 4px;
}

.multiselect-tag {
    background: #0085ba;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}

.multiselect-tag i:before {
    color: white;
}

.multiselect-option {
    font-size: 14px;
}

.wa-fake-link {
    cursor: pointer;
}

.wa-step-item {
    transition: all 0.3s ease;
}

.wa-unfold-item {
    transition: all 0.3s ease;
}

.flip-list-move {
    transition: transform 0.4s ease;
}

.flip-list-enter-from,
.flip-list-leave-to {
    opacity: 0;
}

.wunder_feat_table {
    border: none;
    border-collapse: collapse;
    font-size: 120%;
    background-color: white;
    text-align: center;
}

.wunder_feat_th, .wunder_feat_table td {
    border: 1px solid #F1F1F1;
    border-collapse: collapse;
    font-size: 120%;
    background-color: white;
    text-align: left;
    padding: 15px;
}

.wunder_feat_table td {
    border-bottom-width: 4px;
}

.wunder_feat_table td:first-child {
    border-left: none;
}

.wunder_feat_table td:last-child {
    border-right: none;
}

.wunder_feat_table tr:last-child td {
    border-bottom: none;
}

.wunder_feat_table td:nth-child(2),
.wunder_feat_table td:nth-child(3) {
    background-color: rgba(241, 241, 241, 0.38);
    width: 190px;
}

.wunder_feat_table__header td img {
    display: block;
    margin: 0 auto;
}

.wunder_feat_table__header td {
    text-align: center;
}

.wunder_feat_table .installed {
    font-size: 14px;
}

.wunder_feat_table p {
    padding: 0px 10px;
    margin: 5px 0px;
    font-size: 13px;
}

.wunder_feat_table h4 {
    padding: 0px 10px;
    margin: 5px 0px;
}

.wunder_feat_table .dashicons {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 1;
}

.wunder_feat_table .dashicons-yes, .wunder_feat_table .updraft-yes {
    color: green;
}

.wunder_feat_table .dashicons-no-alt, .wunder_feat_table .updraft-no {
    color: red;
}