/* -------------------------------------------
    AutomatorWP Icon
   ------------------------------------------- */

   @font-face {
    font-family: 'AutomatorWP';
    src:  url('../fonts/automatorwp.eot?6ncb0e');
    src:  url('../fonts/automatorwp.eot?6ncb0e#iefix') format('embedded-opentype'),
    url('../fonts/automatorwp.ttf?6ncb0e') format('truetype'),
    url('../fonts/automatorwp.woff?6ncb0e') format('woff'),
    url('../fonts/automatorwp.svg?6ncb0e#automatorwp') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dashicons-automatorwp, .dashicons-automatorwp:before {
    font-family: 'AutomatorWP' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\e900";
}

/* -------------------------------------------
    General
   ------------------------------------------- */

/* Admin Menu */
.toplevel_page_automatorwp .wp-submenu li:nth-child(8) {
    border-top: 1px solid #666;
}

/* -------------------------------------------
    Automations Edit Screen
   ------------------------------------------- */

.admin_page_edit_automatorwp_automations .postbox .inside {
    overflow: inherit !important;
}

/* Make title appear like WordPress title */
#automatorwp-automations-title.postbox {
    border: 0;
    box-shadow: none;
    background: transparent;
}

#automatorwp-automations-title .postbox-header,
#automatorwp-automations-title .handlediv,
#automatorwp-automations-title .hndle,
#automatorwp-automations-title .cmb-th {
    display: none;
}

#automatorwp-automations-title .inside {
    padding: 0;
    margin: 0;
}

#automatorwp-automations-title .cmb-td {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}

#automatorwp-automations-title .cmb-td input {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: none;
    margin: 0 0 3px;
    background-color: #fff;
}

/* Side boxes */
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form input:not([type="checkbox"]):not([type="radio"]),
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form select,
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .automatorwp-select2,
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form textarea {
    width: 100%;
}

#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .automatorwp-select2 {
    width: 100% !important;
}

#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-type-text-datetime-timestamp input.cmb2-datepicker {
    max-width: 110px;
}

#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-type-text-datetime-timestamp input.cmb2-timepicker {
    display: inline;
    max-width: 90px;
    margin-top: 0;
}

#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-th,
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-td {
    padding: 0;
}

#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-td:not(.cmb-remove-row),
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-th,
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-td:not(.cmb-remove-row),
#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-th + .cmb-td {
    padding: 0;
}

#post-body.columns-2 #postbox-container-1 .cmb-row:not(:last-of-type) {
    padding-bottom: 0;
}

#post-body.columns-2 #postbox-container-1 .automatorwp-box-form .cmb-td .cmb2-metabox-description {
    padding-bottom: 0;
}

/* Automation actions */
#automatorwp-automations-save-changes #automatorwp-automation-actions .automatorwp-automation-action {
    margin-bottom: 6px;
}

/* Publishing actions */
#automatorwp-automations-save-changes #major-publishing-actions,
#automatorwp-automations-execution-options #major-publishing-actions {
    margin: 20px -12px -12px -12px;
}

#automatorwp-automations-save-changes #major-publishing-actions .automatorwp-save-and-activate {
    float: right;
    margin-bottom: 4px;
    margin-top: 4px;
}

#automatorwp-automations-save-changes #major-publishing-actions .automatorwp-save-and-activate + #publishing-action {
    float: left;
    margin-top: 4px;
}

#automatorwp-automations-save-changes .submitdelete {
    color: #a00;
}

/* Triggers and actions box */
#automatorwp_triggers.postbox,
#automatorwp_actions.postbox {
    border: none;
    background: transparent;
    box-shadow: none;
}

#automatorwp_triggers.postbox .postbox-header,
#automatorwp_triggers.postbox .handlediv,
#automatorwp_triggers.postbox .hndle,
#automatorwp_actions.postbox .postbox-header,
#automatorwp_actions.postbox .handlediv,
#automatorwp_actions.postbox .hndle {
    display: none;
}

#automatorwp_triggers.postbox .inside,
#automatorwp_actions.postbox .inside {
    padding: 0;
    margin: 0;
}

.automatorwp-title {
    font-size: 23px;
}

.automatorwp-subtitle {
    font-size: 16px;
    margin-bottom: 1em;
    color: #72777c;
}

/* Sequential field */
.automatorwp-sequential-field {
    float: left;
    width: 100%;
    padding-bottom: 1.2em;
    font-size: 14px;
}

.automatorwp-sequential-field > label {
    float: left;
    font-weight: 500;
    padding-right: 8px;
}

.automatorwp-sequential-field .cmb-td {
    float: left;
    padding: 0;
}

/* Integration icon */
.automatorwp-integration-icon {
    background-image: url('../img/integration-default.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin: 0 auto;
    max-width: 55px;
    max-height: 55px;
    height: 55px;
}

.automatorwp-integration-icon img {
    width: 100%;
    border-radius: 8px;
}

.automatorwp-integration-icon + .automatorwp-integration-label {
    font-size: 14px;
    margin-top: .8em;
}

/* Select integration + trigger or action */
.automatorwp-select-integration-label,
.automatorwp-select-trigger-label,
.automatorwp-select-action-label {
    font-size: 16px;
    margin-bottom: 0.5em;
}

.automatorwp-integrations {
    display: flex;
    flex-wrap: wrap;
}

.automatorwp-integrations .automatorwp-integration {
    position: relative;
    width: 150px;
    text-align: center;
    padding: 1em;
    border-radius: 8px;
    cursor: pointer;
}

.automatorwp-integrations .automatorwp-integration:hover {
    background: rgba(0, 124, 186, 0.1);
}

.automatorwp-integration-choices-container {
    position: relative;
}

.automatorwp-integration-choices-container .automatorwp-integration-choices + .automatorwp-select2 {
    position: absolute !important;
    visibility: hidden;
}

.automatorwp-integration-choices-container .automatorwp-select2-dropdown-container .select2-dropdown {
    border: none;
}

.automatorwp-integration-choices-container .automatorwp-select2-dropdown-container .select2-search--dropdown {
    padding: 0;
}

.automatorwp-integration-choices-container .automatorwp-select2-dropdown-container .select2-search__field {
    width: 100% !important;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

.automatorwp-integration-choices-container .automatorwp-select2-dropdown-container .select2-results {
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    margin-top: -1px;
}

.automatorwp-integration-choices-container .select2-container--disabled + .automatorwp-select2-dropdown-container .select2-search__field,
.automatorwp-integration-choices-container .select2-container--disabled + .automatorwp-select2-dropdown-container .select2-results__option:not(.select2-results__option--highlighted) {
    background: #f5f5f5;
}

/* Inline select2 dropdown */
.automatorwp-select2-dropdown-container {
    margin-bottom: 1em;
}

.automatorwp-select2-dropdown-container .select2-container {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.automatorwp-select2-dropdown-container .select2-dropdown {
    position: relative !important;
}

/* Pro integrations */
.automatorwp-integration-pro-badge {
    position: absolute;
    top: 4px;
    right: 40px;
    z-index: 1;
    background: #46b450;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 11px;
}

/* Pro trigger and actions options */
.automatorwp-select2-dropdown-container .select2-results__option[aria-disabled="true"] {
    color: #666 !important;
    background: #eee;
}
.automatorwp-select2-dropdown-container .select2-results__option[aria-disabled="true"]:before {
    content: 'PRO';
    display: inline-block;
    background: #46b450;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 11px;
    margin-right: 4px;
}

/* Automation items */
.automatorwp-automation-item {
    display: flex;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 1em 1em 1em 0;
    margin-bottom: 1em;

    cursor: grab; /* To notice that items are draggable */
}

.automatorwp-automation-item .button {
    font-size: 14px;
}

.automatorwp-automation-item .button + .button {
    margin-left: 2px;
}

.automatorwp-automation-item-details {
    text-align: center;
    width: 80px;
}

.automatorwp-automation-item-content {
    width: calc( 100% - 80px );
}

.automatorwp-automation-item-content > .automatorwp-integration-label {
    font-weight: 500;
    color: #72777c;
    border: 1px solid #ccd0d4;
    border-radius: 50px;
    display: inline-block;
    padding: 0 0.6em;
    margin-bottom: 0.5em;
}

.automatorwp-automation-item-position {
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin-right: 4px;
}

.automatorwp-actions .automatorwp-automation-item-position {
    display: none;
}

.automatorwp-automation-item-label {
    font-size: 16px;
    line-height: 32px;
}

.automatorwp-no-grab {
    cursor: auto; /* Disable cursor grab  */
}

/* Automation item actions */
.automatorwp-automation-item-actions {
    float: right;
    margin-top: -4px;
    margin-right: -4px;
}

.automatorwp-automation-item-actions .automatorwp-automation-item-action {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.automatorwp-automation-item-actions .automatorwp-automation-item-action .dashicons {
    line-height: 25px;
}

.automatorwp-automation-item:first-child .automatorwp-automation-item-action-move-up,
.automatorwp-automation-item:last-child .automatorwp-automation-item-action-move-down {
    color: #a0a5aa;
    cursor: default;
}

.automatorwp-automation-item-actions .automatorwp-automation-item-action-delete {
    color: #e15151;
}

/* Automation item options */

.button.automatorwp-button,
.automatorwp-option.button:not(.button-primary):not(.automatorwp-button-success):not(.automatorwp-button-danger):not(.automatorwp-button-dark) {
    border: none;
    color: #444;
    background: #e5e5e5;
}

.button.automatorwp-button:hover,
.automatorwp-option.button:not(.button-primary):not(.automatorwp-button-success):not(.automatorwp-button-danger):not(.automatorwp-button-dark):hover {
    background: #ddd;
    color: #444;
}

.button.automatorwp-button:focus,
.button.automatorwp-button:active,
.automatorwp-option.button:not(.button-primary):not(.automatorwp-button-success):not(.automatorwp-button-danger):not(.automatorwp-button-dark):focus,
.automatorwp-option.button:not(.button-primary):not(.automatorwp-button-success):not(.automatorwp-button-danger):not(.automatorwp-button-dark):active {
    background: #cfcfcf;
    color: #444;
}

/* Option form */
.automatorwp-option-form-container {
    background: #f5f5f5;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    padding: 1em 1.5em 1.5em;
    margin-top: 1em;
    cursor: auto; /* Disable cursor grab  */
}

.automatorwp-option-form .cmb-th {
    width: 100%;
    padding: 0;
}

.automatorwp-option-form .cmb-td {
    width: 100%;
    padding: 0 0 1em 0;
}

.automatorwp-option-form .mce-container iframe {
    min-height: 200px;
}

/* Automation missing plugin item */
.automatorwp-automation-missing-integration-item  .automatorwp-automation-item-label {
    opacity: 0.6;
}

.automatorwp-automation-missing-integration-item  .automatorwp-notice-warning {
    margin: 0;
}

/* Recommended integrations */
.automatorwp-recommended-integrations {
    margin-top: 8px;
}

.automatorwp-recommended-integrations-label {
    font-size: 16px;
}

.automatorwp-recommended-integrations-label span {
    color: #72777c;
}

.automatorwp-recommended-integrations .automatorwp-integrations {
    margin-top: 8px;
}

.automatorwp-recommended-integrations .automatorwp-integration {
    text-decoration: none;
    color: #444;
}

.automatorwp-recommended-integrations .automatorwp-integration-triggers-and-actions {
    color: #72777c;
}

/* More integrations */
.automatorwp-more-integrations {
    font-size: 16px;
    margin-top: 8px;
}

.automatorwp-more-integrations span {
    color: #72777c;
}

/* Prevent to show the "Now" button in time pickers */
.admin_page_edit_automatorwp_automations #ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

/* -------------------------------------------
    Anonymous Automations
   ------------------------------------------- */

/* Anonymous automations edit screen */
body.edit-anonymous-automation .automatorwp-sequential-field,
body.edit-anonymous-automation .automatorwp-add-trigger,
body.edit-anonymous-automation #automatorwp_triggers .automatorwp-add-filter,
body.edit-anonymous-automation #cmb-field-js-controls-times_per_user-before,
body.edit-anonymous-automation .cmb2-id-times-per-user,
body.edit-anonymous-automation #cmb-field-js-controls-times_per_user-after {
    display: none;
}

body:not(.edit-anonymous-automation) .automatorwp-automation-ui-anonymous-notice {
    display: none;
}

.automatorwp-automation-ui-anonymous-notice {
    font-size: 16px;
    color: #72777c;
}

.automatorwp-automation-ui-anonymous-notice .dashicons {
    color: #007cba;
    vertical-align: text-bottom;
    margin-right: 2px;
}

/* Anonymous automations user action */
.automatorwp-action-automatorwp-anonymous-user .automatorwp-integration-label {
    display: none;
}

.automatorwp-action-automatorwp-anonymous-user .automatorwp-anonymous-user-label {
    line-height: 1;
    margin-bottom: 8px;
}

.automatorwp-action-automatorwp-anonymous-user .automatorwp-anonymous-user-choice {
    display: inline-block;
    width: 120px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.automatorwp-action-automatorwp-anonymous-user .automatorwp-anonymous-user-choice + .automatorwp-anonymous-user-choice {
    margin-left: 6px;
}

.automatorwp-action-automatorwp-anonymous-user .automatorwp-anonymous-user-choice:hover {
    background: rgba(0, 124, 186, 0.1);
    border-color: #88ccef;
}

.automatorwp-action-automatorwp-anonymous-user .automatorwp-anonymous-user-choice img {
    display: block;
    width: 40%;
    margin: 0 auto 8px;
}

/* Anonymous automations user action form */
.automatorwp-action-automatorwp-anonymous-user .cmb2-id-run-actions-on {
    display: none;
}

.automatorwp-action-automatorwp-anonymous-user .cmb2-id-search-field,
.automatorwp-action-automatorwp-anonymous-user .cmb2-id-search-field-value {
    width: 49%;
    float: left;
}

.automatorwp-action-automatorwp-anonymous-user .cmb2-id-search-field-value {
    margin-left: 2% !important;
}

.automatorwp-anonymous-user-resume {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(204, 208, 212);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 1px;
    padding: 1em;
    margin-top: 1em;
}

.automatorwp-anonymous-user-resume div {
    margin-bottom: 4px;
}

.automatorwp-anonymous-user-resume img {
    width: 30px;
    vertical-align: bottom;
    margin-right: 4px;
}

.automatorwp-anonymous-user-resume strong {
    border: none;
    background: #404459;
    color: #fff;
    line-height: 2.15384615;
    min-height: 32px;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

/* -------------------------------------------
    Automation Loop (All Users & All Posts)
   ------------------------------------------- */

body.is-automatorwp-loop .automatorwp-sequential-field,
body.is-automatorwp-loop #automatorwp_triggers .automatorwp-add-trigger,
body.is-automatorwp-loop #cmb-field-js-controls-times_per_user-before,
body.is-automatorwp-loop .cmb2-id-times-per-user,
body.is-automatorwp-loop #cmb-field-js-controls-times_per_user-after {
    display: none;
}

/* Execution options box */
#automatorwp-automations-execution-options #items_per_loop {
    width: 80px !important;
    margin: 0 4px;
}

#automatorwp-automations-execution-options #delay_amount {
    width: 60px !important;
    margin: 0 4px;
}

#automatorwp-automations-execution-options .automatorwp-items-per-loop-label-before .dashicons,
#automatorwp-automations-execution-options .automatorwp-delay-amount-label-before .dashicons {
    color: #82878c;
    margin-top: 8px;
    margin-left: -1px;
    margin-right: 5px;
}

#automatorwp-automations-execution-options .cmb2-id-delay-amount {
    display: inline-block;
}

#automatorwp-automations-execution-options .cmb2-id-delay-seconds {
    display: inline-block;
    width: 126px;
    padding-bottom: 12px !important;
}

#automatorwp-automations-execution-options .cmb2-id-schedule-run,
#automatorwp-automations-execution-options .cmb2-id-recurring-run {
    padding-top: 6px !important;
}

#automatorwp-automations-execution-options .cmb2-id-schedule-run .cmb-th,
#automatorwp-automations-execution-options .cmb2-id-recurring-run .cmb-th {
    float: left;
    width: auto;
    margin-right: 6px;
}

#automatorwp-automations-execution-options .cmb2-id-schedule-run .cmb-th label,
#automatorwp-automations-execution-options .cmb2-id-recurring-run .cmb-th label {
    font-weight: 400;
}

#automatorwp-automations-execution-options .cmb2-id-schedule-run .dashicons,
#automatorwp-automations-execution-options .cmb2-id-recurring-run .dashicons {
    color: #82878c;
    margin-right: 4px;
}

#automatorwp-automations-execution-options .cmb2-id-schedule-run .cmb-td,
#automatorwp-automations-execution-options .cmb2-id-recurring-run .cmb-td {
    float: left !important;
    width: auto !important;
}

#automatorwp-automations-execution-options .cmb2-id-schedule-run-datetime {
    padding: 4px 0 12px 0 !important;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-day,
#automatorwp-automations-execution-options .cmb2-id-recurring-run-period {
    float: left;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
}

#automatorwp-automations-execution-options label[for="recurring_run_day"] {
    color: #222222;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-period {
    width: 114px;
    margin-left: 4px;
    margin-right: 4px;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-day .cmb2-metabox-description {
    display: inline-block !important;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-day input {
    width: 65px !important;
    margin-left: 4px;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-day .cmb-th,
#automatorwp-automations-execution-options .cmb2-id-recurring-run-period .cmb-th {
    display: none;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-time {
    margin-bottom: 10px;
    padding-top: 10px !important;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-time .cmb-th {
    float: left !important;
    width: auto !important;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-time .cmb-td {
    float: left !important;
    width: 90px !important;
    margin-left: 4px;
}

#automatorwp-automations-execution-options .cmb2-id-recurring-run-time .cmb-th label {
    font-weight: 400;
    padding-top: 8px;
    color: #666;
}

#automatorwp-automations-execution-options .automatorwp-next-run-date .dashicons {
    color: #82878c;
}

#automatorwp-automations-execution-options .automatorwp-run-automation button {
    display: block;
    margin: 0 auto 0 0;
}

#automatorwp-automations-execution-options .automatorwp-run-automation button .dashicons {
    vertical-align: middle;
    opacity: 0.8;
}

#automatorwp-automations-execution-options .automatorwp-run-automation button .dashicons.dashicons-controls-play {
    margin-top: -4px;
}

#automatorwp-automations-execution-options .automatorwp-run-automation button .dashicons.dashicons-update {
    -webkit-animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
}

#automatorwp-automations-execution-options .automatorwp-run-automation.automatorwp-is-running,
#automatorwp-automations-execution-options .automatorwp-cancel-automation-run {
    float: left;
    width: 50%;
}

#automatorwp-automations-execution-options .automatorwp-cancel-automation-run button {
    display: block;
    margin: 0 0 0 auto;
}

#automatorwp-automations-execution-options .automatorwp-run-automation-progress {
    margin-top: 12px;
}

#automatorwp-automations-execution-options .automatorwp-run-automation-progress .automatorwp-run-automation-progress-bar {
    height: 12px;
    background: rgba(0,0,0,0.1);
}

#automatorwp-automations-execution-options .automatorwp-run-automation-progress .automatorwp-run-automation-progress-bar .automatorwp-run-automation-progress-current-progress {
    height: 12px;
    width: 0;
    background-color: #2271b1;
    background-color: #2d8bd7;
    transition: width 0.5s ease-out;
}

#automatorwp-automations-execution-options .automatorwp-run-automation-progress-completed .automatorwp-run-automation-progress-bar .automatorwp-run-automation-progress-current-progress {
    background-color: #269630;
    background-color: #30c03c;
}

#automatorwp-automations-execution-options .automatorwp-run-automation-progress .automatorwp-run-automation-progress-text {
    font-size: 13px;
    color: #666;
}

#automatorwp-automations-execution-options .automatorwp-notice-error {
    margin: 14px 0 6px 0;
}

/* -------------------------------------------
    Filters
   ------------------------------------------- */

.automatorwp-automation-item-filter {
    position: relative;
    margin-left: 20px;
    margin-bottom: 0.6em;
}

.automatorwp-automation-item:not(.automatorwp-automation-item-filter) + .automatorwp-automation-item-filter {
    margin-top: -4px;
}

.automatorwp-automation-item-filter:before {
    content: "";
    display: block;
    border-left: 2px dashed #ccd0d4;
    border-bottom: 2px dashed #ccd0d4;
    width: 12px;
    height: 38px;
    position: absolute;
    top: -10px;
    left: -14px;
}

.automatorwp-automation-item-filter + .automatorwp-automation-item-filter:after {
    content: "";
    display: block;
    border-left: 2px dashed #ccd0d4;
    height: 29px;
    position: absolute;
    left: -14px;
    top: -45px;
}

.automatorwp-automation-item-filter .automatorwp-automation-item-details {
    width: 60px;
}

.automatorwp-automation-item-filter .automatorwp-automation-item-content {
    width: calc( 100% - 60px );
}

.automatorwp-automation-item-filter .automatorwp-integration-icon {
    border: none !important;
    box-shadow: none !important;
    max-width: 32px;
    max-height: 32px;
    height: 32px;
}

.automatorwp-automation-item-filter .automatorwp-integration-label,
.automatorwp-automation-item-filter .automatorwp-automation-item-position {
    display: none !important;
}

.automatorwp-filter-select2 .select2-dropdown li[role="group"] > strong {
    background: #fff;
    border-bottom: 1px solid #ccd0d4;
    padding: 10px 12px;
    line-height: 24px;
}

.automatorwp-filter-select2 .select2-dropdown li[role="group"] > strong img {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-right: 8px;
}

/* -------------------------------------------
    Forms Columns
   ------------------------------------------- */
.automatorwp-form .cmb-row[class*="automatorwp-col-"] {
    float: left;
}

.automatorwp-form .cmb-row.automatorwp-col-3 {
    width: 24%;
}

.automatorwp-form .cmb-row.automatorwp-col-6 {
    width: 49%;
}

/*    6    |    6    */
.automatorwp-form .cmb-row.automatorwp-col-6 + .cmb-row.automatorwp-col-6 {
    margin-left: 2%;
}

/*    6    |  3  |  3  */
.automatorwp-form .cmb-row.automatorwp-col-6 + .cmb-row.automatorwp-col-3,
.automatorwp-form .cmb-row.automatorwp-col-6 + .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3 {
    width: 23%;
    margin-left: 2%;
}

/*   3  |  3  |  3  |  3  */
.automatorwp-form .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3,
.automatorwp-form .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3,
.automatorwp-form .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3 + .cmb-row.automatorwp-col-3 {
    width: 23%;
    margin-left: 2%;
}

/* -------------------------------------------
    Forms
   ------------------------------------------- */
.automatorwp-form input:not([type="button"]):not([type="submit"]),
.automatorwp-form textarea:not(.wp-editor-area),
.automatorwp-form select,
.automatorwp-form .automatorwp-select2 .select2-selection--single,
.automatorwp-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    padding: 4px 12px;
}

.automatorwp-form select {
    margin-top: 0 !important;
}

.automatorwp-form input::placeholder,
.automatorwp-form textarea::placeholder,
.automatorwp-form select::placeholder {
    opacity: 0.5;
}

.automatorwp-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccd0d4 !important;
}

.automatorwp-form input:not([type="button"]):not([type="submit"]):hover,
.automatorwp-form textarea:not(.wp-editor-area):hover,
.automatorwp-form select:hover,
.automatorwp-form .automatorwp-select2 .select2-selection--single:hover,
.automatorwp-select2 .select2-search--dropdown .select2-search__field:hover {
    border-color: #bbc;
}

.automatorwp-form input:not([type="button"]):not([type="submit"]):focus,
.automatorwp-form select:focus,
.automatorwp-form textarea:not(.wp-editor-area):focus,
.automatorwp-form .automatorwp-select2 .select2-selection--single:focus,
.automatorwp-select2 .select2-search--dropdown .select2-search__field:focus {
    border-color: #aab;
}

.automatorwp-form input:disabled, .automatorwp-form input.disabled,
.automatorwp-form select:disabled, .automatorwp-form select.disabled,
.automatorwp-form textarea:not(.wp-editor-area):disabled, .automatorwp-form textarea.disabled:not(.wp-editor-area) {
    background: #f5f5f5;
}

.automatorwp-form .cmb-th .cmb-group-name {
    padding: 5px 0 !important;
    font-weight: 500;
}

.automatorwp-form .cmb-th .cmb-group-name + .cmb2-metabox-description {
    font-weight: 400;
    padding: 0 !important;
}

.automatorwp-automation-item input[type="text"],
.automatorwp-automation-item input[type="number"],
.automatorwp-automation-item input[type="email"],
.automatorwp-automation-item select,
.automatorwp-automation-item .automatorwp-select2,
.automatorwp-automation-item textarea {
    width: 100% !important;
}

.automatorwp-automation-item .cmb2-switch .cmb-td {
    margin-top: 5px;
}

.automatorwp-option-form .cmb2-switch.cmb-type-checkbox input {
    top: -2px !important;
}

.automatorwp-option-form .cmb2-switch.cmb-type-checkbox input + label:before,
.automatorwp-option-form .cmb2-switch.cmb-type-checkbox input + label:after {
    top: 0 !important;
}

/* Repeatable */
.automatorwp-form .cmb-repeat-row .cmb-td {
    width: calc( 100% - 25px );
}

.automatorwp-form .cmb-repeat-row .cmb-remove-row {
    position: absolute !important;
    display: block !important;
    width: 24px !important;
}

.automatorwp-form .cmb-repeat-row .cmb-remove-row .cmb-remove-row-button {
    border: none;
    padding: 12px 12px;
    background: transparent;
    color: #72777c;
}

.automatorwp-form .cmb-repeat-row .cmb-remove-row .cmb-remove-row-button:hover {
    color: #444;
}

.automatorwp-form .cmb-repeat-row .cmb-remove-row .cmb-remove-row-button:before {
    line-height: 44px;
}

/* Groups */
.cmb-type-group .cmb-group-description,
.cmb-type-group .cmb-row:not(.cmb-repeatable-grouping) {
    border-bottom: 0 !important;
}

.cmb-type-group .cmb-group-description .cmb-th {
    padding: 0 !important;
}

.cmb-type-group .cmb-repeatable-grouping {
    border: 1px solid #ccd0d4 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

/* File */
.automatorwp-form  .cmb-type-file .cmb2-upload-button {
    margin-left: 0 !important;
    margin-top: 8px;
}

.automatorwp-form  .cmb-type-file .cmb2-upload-button  {
    background: #404459;
    border: #404459;
    color: #fff;
}

.automatorwp-form  .cmb-type-file .cmb2-upload-button :hover {
    background: #4b5068;
    border: #4b5068;
    color: #fff;
}

.automatorwp-form  .cmb-type-file .cmb2-upload-button :focus,
.automatorwp-form  .cmb-type-file .cmb2-upload-button :active {
    background: #36394a;
    border: #36394a;
    color: #fff;
}

.automatorwp-form  .cmb-type-file .cmb2-metabox-description {
    width: calc(100% - 38px) !important;
    padding-bottom: .5em;
}

.automatorwp-form  .cmb-type-file.automatorwp-hide-preview .cmb2-media-status {
    display: none !important;
}

.automatorwp-form  .cmb-type-file .cmb2-media-status {
    display: inline-block;
    width: calc(100% - 38px) !important;
}


.automatorwp-form  .cmb-type-file .cmb2-remove-file-button {
    color: #a00;
}
/* -------------------------------------------
    Select2
   ------------------------------------------- */
.automatorwp-select2 .select2-selection--single {
    height: auto !important;
}

.automatorwp-select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.automatorwp-select2 .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    width: 30px !important;
}

.automatorwp-select2 .select2-dropdown {
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.automatorwp-select2 .select2-results__option {
    padding: 10px;
    margin: 0;
    background: #f5f5f5;
}

.automatorwp-select2 .select2-results__option:not(:last-child) {
    border-bottom: 1px solid #ccd0d4;
}

.automatorwp-select2 .select2-results .select2-results__option .result-description {
    display: block;
    position: relative;
    color: #aaaaaa;
}

.automatorwp-select2 .select2-results .select2-results__option .result-description.align-right,
.automatorwp-select2 .select2-results .select2-results__option .result-description .align-right {
    float: right;
}

.automatorwp-select2 .select2-results__option--highlighted[aria-selected] .result-description {
    color: rgba(255,255,255,0.7);
}

/* -------------------------------------------
    Select2 Multiple
   ------------------------------------------- */
.automatorwp-select2 .select2-selection--multiple,
.automatorwp-select2.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccd0d4 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.automatorwp-select2 .select2-search--inline {
    width: 100% !important;
    margin: 0;
}

.automatorwp-select2 .select2-search--inline .select2-search__field {
    width: 100% !important;
    margin: 4px 0 0 0;
}

.automatorwp-select2 .select2-selection--multiple .select2-selection__choice {
    background: #f5f5f5 !important;
    border: 1px solid #ccd0d4 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px !important;
    padding: 4px 8px !important;
}

.automatorwp-select2 .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 16px;
    margin-left: -2px;
}

.automatorwp-select2 .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 8px !important;
}

/* -------------------------------------------
    Tags Selector
   ------------------------------------------- */
.automatorwp-automation-item .cmb-td {
    position: relative;
    z-index: 1;
}

.automatorwp-automation-item .cmb-td .cmb2-metabox-description {
    display: inline-block;
}

.automatorwp-automation-item input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="search"]),
.automatorwp-automation-item textarea:not(.wp-editor-area) {
    width: calc( 100% - 38px ) !important;
    border-radius: 4px 0 0 4px;
}

.automatorwp-automation-item .wp-editor-wrap {
    width: calc( 100% - 44px );
    display: inline-block;
}

.automatorwp-automation-tag-selector {
    display: none;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    z-index: -1;
    outline: 0;
}

.automatorwp-automation-tag-selector + .automatorwp-select2:focus {
    outline: 0;
    border: none;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection--single {
    border: none;
    box-shadow: none;
    background: transparent;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection--single:focus {
    outline: 0;
    border: none;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection__arrow {
    font-family: 'dashicons';
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;

    top: 0 !important;
    right: 0 !important;
    padding: 0 3px;
    border: 1px solid #ccd0d4;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    color: #72777c;
    background: #f3f5f6;
}

.cmb-type-wysiwyg .automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection__arrow {
    border-radius: 4px;
}

.cmb-type-wysiwyg .automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection__rendered {
    display: none;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection__arrow:hover {
    border-color: #bbc;
    background: #f1f1f1;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection__arrow:before {
    content: "\f206";
    display: inline-block;
    margin-top: 8px;
}

.automatorwp-automation-tag-selector + .automatorwp-select2 .select2-selection__arrow b {
    display: none;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > strong {
    cursor: pointer;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > strong img {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-right: 8px;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > strong {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 12px;
    line-height: 24px;
    /* The SVG is arrow-down-alt2 from Dashicons. */
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 8px top 55%;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"]:last-child > strong {
    border-bottom: 0;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > strong .automatorwp-option {
    padding: 0px 8px !important;
    min-height: 26px !important;
    line-height: 22px !important;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > ul {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > ul li:first-child {
    border-top: 1px solid #ccd0d4;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > ul li {
    padding: 10px 12px;
}

.automatorwp-tags-select2 .select2-dropdown .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background: transparent;
}

.automatorwp-tags-select2 .select2-dropdown .select2-results > .select2-results__options {
    max-height: 250px;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > ul li strong {
    display: inline-block;
    min-width: 130px;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > ul li span {
    color: #999;
    margin-left: 10px;
    font-size: 13px;
}

.automatorwp-tags-select2 .select2-dropdown li[role="group"] > ul li.select2-results__option--highlighted span {
    color: rgba(255,255,255,0.7);
}

.automatorwp-tags-select2 .select2-results__option[aria-disabled=true] {
    color: #777 !important;
    font-weight: 500;
}

/* -------------------------------------------
    Selector Custom Input
   ------------------------------------------- */
.automatorwp-selector-custom-input .cmb-td {
    margin-left: 30px;
    width: calc(100% - 30px);
    margin-top: -4px;
}

.automatorwp-selector-custom-input .cmb-td:before {
    content: "\f474";
    transform: scaleX(-1);
    opacity: 0.7;
    position: absolute;
    top: 6px;
    left: -23px;

    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}

.automatorwp-selector-custom-input .cmb-td input {
    margin-top: -4px;
}

/* -------------------------------------------
    JS Controls
   ------------------------------------------- */

.automatorwp-form .cmb-field-js-controls-before + .cmb-row {
    background: #f5f5f5;
    border: 1px solid #ccd0d4 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-bottom: 0 !important;
    padding: 8px 6px !important;
}

.automatorwp-form .cmb-field-js-controls-after {
    background: #f5f5f5;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-top: 0;
    border-top: 0;
    padding: 4px 6px 8px;
}

/* -------------------------------------------
    Colorpicker
   ------------------------------------------- */

.automatorwp-form .wp-picker-container .wp-color-result.button {
    padding: 0 0 0 17px;
}

/* -------------------------------------------
    Automations List
   ------------------------------------------- */

.automatorwp-automation-completions,
.automatorwp-automation-status {
    font-size: 12px;
    font-weight: 600;
    color: #444;
    background: #e5e5e5;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
}

.automatorwp-automation-completions-completed,
.automatorwp-automation-status-active {
    color: #269630;
    background: #d6fdd1;
}

.automatorwp-automation-status-inactive {
    color: #dc3232;
    background: #ffdddd;
}

.wp-list-table.automatorwp_automations .column-type .automatorwp-integration-icon,
.wp-list-table.automatorwp_automations .column-triggers .automatorwp-integration-icon,
.wp-list-table.automatorwp_automations .column-actions .automatorwp-integration-icon {
    display: inline-block;
    width: 22px;
    max-width: 22px;
    max-height: 22px;
    height: 22px;
    border-radius: 4px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.wp-list-table.automatorwp_automations .column-type .automatorwp-integration-icon {
    padding: 2px;
    width: 18px;
    height: 18px;
}

.wp-list-table.automatorwp_automations .cmb-tooltip-desc,
.wp-list-table.automatorwp_logs .cmb-tooltip-desc {
    white-space: nowrap;
    text-align: center;
    width: auto;
    padding: 4px 8px !important;
}

.wp-list-table.automatorwp_logs .cmb-tooltip-desc.cmb-tooltip-top {
    bottom: 130%;
}

.automatorwp_page_automatorwp_logs .subsubsub .filter {
    float: none !important;
}

/* -------------------------------------------
    Logs Edit Screen
   ------------------------------------------- */
#post-body .misc-pub-post-user:before {
    content: "\f110";
}

#post-body .misc-pub-post-user:before {
    font: normal 20px/1 dashicons;
    speak: none;
    display: inline-block;
    margin-left: -1px;
    padding-right: 3px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#post-body .misc-pub-post-user:before {
    color: #82878c;
}

#post-user-display {
    font-weight: 600;
}

#automatorwp_log_data .cmb-th,
#automatorwp_log_data .cmb-td {
    padding: 10px;
}

#automatorwp_log_data .cmb-th label {
    padding-top: 0px;
}

#automatorwp_log_data .cmb-type-title {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    background: #f5f5f5;
    margin: 5px -12px;
}

#automatorwp_log_data .cmb-type-title .cmb-td {
    padding: 10px 20px;
}

#automatorwp_log_data .cmb-type-title .cmb2-metabox-title,
#automatorwp_log_data .cmb-type-title .cmb2-metabox-description {
    padding: 0;
    margin: 0;
}

.automatorwp-log-title-preview .automatorwp-integration-icon {
    position: relative;
    float: left;
    margin-right: 6px;
    width: 40px;
    max-width: 40px;
    max-height: 40px;
    height: 40px;
    margin-top: -6px;
}

/* Logs list screen */
.wp-list-table.automatorwp_logs .column-title .automatorwp-integration-icon {
    position: relative;
    float: left;
    margin-right: 6px;
    width: 40px;
    max-width: 40px;
    max-height: 40px;
    height: 40px;
    margin-top: 1px;
}

.automatorwp-log-title-preview .automatorwp-integration-icon .automatorwp-filter-icon,
.wp-list-table.automatorwp_logs .column-title .automatorwp-integration-icon .automatorwp-filter-icon,
.automatorwp-dashboard .automatorwp-integration-icon .automatorwp-filter-icon {
    position: absolute;
    top: 23px;
    left: 23px;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
}

.automatorwp-log-title-preview .automatorwp-integration-icon .automatorwp-filter-icon,
.automatorwp-log-title-preview .automatorwp-integration-icon .automatorwp-filter-icon img,
.wp-list-table.automatorwp_logs .column-title .automatorwp-integration-icon .automatorwp-filter-icon,
.wp-list-table.automatorwp_logs .column-title .automatorwp-integration-icon .automatorwp-filter-icon img,
.automatorwp-dashboard .automatorwp-integration-icon .automatorwp-filter-icon,
.automatorwp-dashboard .automatorwp-integration-icon .automatorwp-filter-icon img {
    display: block;
    border-radius: 4px;
}

.automatorwp-integration-icon .automatorwp-filter-icon-passed {
    background: #46b450;
    border-color: #46b450;
}

.automatorwp-integration-icon .automatorwp-filter-icon-not-passed {
    background: #dc3232;
    border-color: #dc3232;
}

.automatorwp-clear-all-logs-button {
    float: right;
    margin-left: 4px !important;
    margin-top: 11px !important;
}

/* -------------------------------------------
    Field Required
   ------------------------------------------- */
.automatorwp-field-required {
    color: #dc3232;
    font-weight: 700;
    font-size: 18px;
    line-height: 0;
}

/* -------------------------------------------
    Spinner
   ------------------------------------------- */
.automatorwp-spinner {
    float: right;
}

.automatorwp-spinner .spinner {
    float: none;
}

.automatorwp-spinner .spinner-label {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 3px;
    color: #72777c;
}

.automatorwp-box-spinner {
    display: inline-block;
    float: none;
}

/* -------------------------------------------
    Buttons
   ------------------------------------------- */
.button.automatorwp-button-success {
    background: #46b450;
    border: #46b450;
    color: #fff;
}

.button.automatorwp-button-success:hover {
    background: #40a549;
    border: #40a549;
    color: #fff;
}

.button.automatorwp-button-success:focus,
.button.automatorwp-button-success:active {
    background: #399341;
    border: #399341;
    color: #fff;
}

.button.automatorwp-button-danger {
    background: #e15151;
    border: #e15151;
    color: #fff;
}

.button.automatorwp-button-danger:hover {
    background: #de3b3b;
    border: #de3b3b;
    color: #fff;
}

.button.automatorwp-button-danger:focus,
.button.automatorwp-button-danger:active {
    background: #da2525;
    border: #da2525;
    color: #fff;
}

.button.automatorwp-button-dark {
    background: #404459;
    border: #404459;
    color: #fff;
}

.button.automatorwp-button-dark:hover {
    background: #4b5068;
    border: #4b5068;
    color: #fff;
}

.button.automatorwp-button-dark:focus,
.button.automatorwp-button-dark:active {
    background: #36394a;
    border: #36394a;
    color: #fff;
}

.button.automatorwp-cancel-option-form {
    line-height: 32px;
}

.automatorwp-add-trigger,
.automatorwp-add-action {
    font-size: 14px;
    line-height: 32px;
}

.automatorwp-add-trigger .dashicons,
.automatorwp-add-action .dashicons {
    line-height: 32px;
    opacity: 0.8;
    margin-right: 4px;
    margin-left: -4px;
}

.automatorwp-add-filter .dashicons {
    line-height: 29px;
    opacity: 0.8;
    margin-right: 4px;
    margin-left: -4px;
    font-size: 16px;
}

/* -------------------------------------------
    Notices
   ------------------------------------------- */
.automatorwp-notice-info,
.automatorwp-notice-warning,
.automatorwp-notice-error,
.automatorwp-notice-success {
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.automatorwp-notice-info {
    color: #007cba;
    background: #d9f1fd;
}

.automatorwp-notice-warning {
    color: #a27806;
    background: #fff0c9;
}

.automatorwp-notice-error {
    color: #dc3232;
    background: #ffdddd;
}

.automatorwp-notice-success {
    color: #269630;
    background: #d6fdd1;
}


/* -------------------------------------------
    Tooltip
   ------------------------------------------- */
.automatorwp-tooltip {
    position: absolute;
    right: -4px;
    top: 6px;
    cursor: help;
}

.automatorwp-tooltip .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

/* Desktop */
@media screen and (min-width: 768px) {
    .automatorwp-has-tooltip .cmb2-metabox-description:not(.automatorwp-tooltip-dialog) {
        display: none !important;
    }

    .cmb2-metabox-description.automatorwp-tooltip-dialog {
        position: absolute;
        top: -4px;
        right: 25px;
        left: -25px;
        z-index: 9999;
        padding: 10px !important;
        font-style: normal !important;
        border-radius: 4px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        background: #000;
        color: #fff !important;
    }

    .cmb2-metabox-description.automatorwp-tooltip-dialog:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 8px solid #000;
        right: -7px;
        top: 14px;
    }

    .automatorwp-has-tooltip .cmb-td {
        position: relative;
    }

    #post-body.columns-2 #postbox-container-1 .automatorwp-has-tooltip input,
    #post-body.columns-2 #postbox-container-1 .automatorwp-has-tooltip select,
    #post-body.columns-2 #postbox-container-1 .automatorwp-has-tooltip .automatorwp-select2,
    .automatorwp-has-tooltip input,
    .automatorwp-has-tooltip select {
        width: calc( 100% - 25px ) !important;
    }

    #post-body.columns-2 #postbox-container-1 .automatorwp-has-tooltip .automatorwp-select2 .select2-search--inline .select2-search__field {
        width: 100% !important;
    }
}

/* Smartphone */
@media screen and (max-width: 768px) {
    .automatorwp-has-tooltip .automatorwp-tooltip {
        display: none;
    }
}

/* -------------------------------------------
    Options List
   ------------------------------------------- */
.cmb2-metabox-description + .automatorwp-toggleable-options-list {
    color: #757575;
    font-style: italic;
    margin-top: 5px;
}

.cmb2-metabox-description + .automatorwp-toggleable-options-list code {
    color: #444;
    font-weight: 600;
}

/* -------------------------------------------
    Fields Table
   ------------------------------------------- */
.automatorwp-fields-table .inside {
    overflow: inherit !important;
}

.automatorwp-fields-table .cmb-row {
    border-bottom: 0;
}

.automatorwp-fields-table .cmb-repeatable-grouping > .cmb-remove-group-row,
.automatorwp-fields-table .cmb-repeatable-grouping > .cmbhandle,
.automatorwp-fields-table .cmb-repeatable-grouping:not(:nth-child(2)) > .cmb-group-title {
    display: none;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-group-title {
    border-bottom: 1px solid #ccd0d4;
    background: #fff;
    margin: 0 !important;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.automatorwp-fields-table .cmb-repeatable-grouping {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 4px 4px 0 0;
}

.automatorwp-fields-table .cmb-repeatable-grouping:not(:nth-child(2)) {
    border-top: 0 !important;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list {
    display: flex;
    background: #f5f5f5;
}

.automatorwp-fields-table.automatorwp-fields-table-col-1 .cmb-repeatable-grouping .cmb-field-list .cmb-row:not(.cmb-remove-field-row) {
    width: 100%;
}
.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-row:not(.cmb-remove-field-row) {
    width: 50%;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-row:not(:first-child) {
    border-left: 1px solid #ccd0d4 !important;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-row {
    padding: 10px 10px;
    margin: 0;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-th {
    width: auto;
}

.automatorwp-fields-table .cmb-repeatable-grouping:not(:nth-child(2)) .cmb-field-list .cmb-th {
    display: none;
}

.automatorwp-fields-table .cmb-repeatable-grouping:nth-child(2) .cmb-field-list .cmb-th {
    margin-top: -52px;
    margin-left: -11px;
    padding: 8px 0 8px 12px;
}

.automatorwp-fields-table .cmb-repeatable-grouping:nth-child(2) .cmb-field-list .cmb-row:not(:first-child) .cmb-th {
    border-left: 1px solid #ccd0d4 !important;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-td {
    width: 100%;
}

/* Fields table remove button */
.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-row.cmb-remove-field-row .cmb-remove-group-row-button {
    color: #72777c;
    border: none;
    background: transparent;
    padding: 8px 0;
}

.automatorwp-fields-table .cmb-repeatable-grouping .cmb-field-list .cmb-row.cmb-remove-field-row .cmb-remove-group-row-button:hover {
    color: #444;
}

/* Fields table add button */
.automatorwp-fields-table .cmb-repeatable-group > .cmb-row:last-child {
    background: #fff;
    border: 1px solid #ccd0d4 !important;
    border-top: 0 !important;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-radius: 0 0 4px 4px;
}

.automatorwp-fields-table .cmb-repeatable-group > .cmb-row:last-child .cmb-add-row {
    margin: 0;
}

.automatorwp-fields-table .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row {
    font-size: 12px;
    min-height: 20px;
}

/* -------------------------------------------
    Dialog
   ------------------------------------------- */
.automatorwp-dialog {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 15px;
    font-size: 14px;
    z-index: 999999;
    border-radius: 8px;
}

.automatorwp-dialog + .ui-widget-overlay {
    opacity: 0.7;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.automatorwp-dialog .ui-widget-content {
    border: none;
}

.automatorwp-dialog .ui-dialog-titlebar {
    border: none;
    background: transparent;
    padding: 0;
}

.automatorwp-dialog .ui-dialog-title {
    display: none;
}

.automatorwp-dialog h2 {
    margin-top: 0;
    font-size: 1.5em;
}

.automatorwp-dialog .button {
    font-size: 14px;
}

.automatorwp-dialog .button + .button {
    margin-left: 4px;
}

/* Dialog close button */
.automatorwp-dialog .ui-dialog-titlebar-close {
    float: right;
    border: none;
    background: transparent;
    color: #72777c;
    margin-top: -10px;
    margin-right: -14px;
    cursor: pointer;
}

.automatorwp-dialog .ui-dialog-titlebar-close:hover {
    color: #444;
}

.automatorwp-dialog .ui-dialog-titlebar-close:before {
    content: "\f335";

    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}

.automatorwp-dialog .ui-dialog-titlebar-close .ui-button-text {
    display: none;
}

/* Dialog bottom button */
.automatorwp-dialog .automatorwp-dialog-bottom:after {
    content: '';
    display: block;
    clear: both;
}

.automatorwp-dialog .automatorwp-dialog-buttons {
    float: right;
}

.automatorwp-dialog .automatorwp-dialog-buttons .automatorwp-dialog-cancel {
    line-height: 32px;
}

/* -------------------------------------------
    Automation type dialog
   ------------------------------------------- */
.automatorwp-automation-type-dialog .automatorwp-automation-types {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

.automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type {
    position: relative;
    width: 21%;
    padding: 1em 0.5em;
    border: 2px solid #efefef;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    text-align: center;
}

.automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type:hover {
    background: rgba(0, 124, 186, 0.1);
    border-color: #88ccef;
}

.automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type.automatorwp-automation-type-selected {
    border-color: #008fd6;
    background: rgba(0, 124, 186, 0.2);
}

.automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type img {
    width: 38%;
    margin-bottom: 6px;
}

.automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type .automatorwp-automation-type-description {
    font-size: 12px;
    margin-top: 6px;
}

.automatorwp-automation-type-dialog .automatorwp-automation-type-dialog-automation-loop-title {
    margin: 0;
    margin-bottom: 12px;
}

.automatorwp-automation-type-dialog .automatorwp-automation-type-dialog-automation-loop-title .cmb-tooltip {
    vertical-align: baseline;
}
.automatorwp-automation-type-dialog .automatorwp-automation-type-dialog-automation-loop-title .cmb-tooltip .dashicons {
    opacity: 0.3;
}

.automatorwp-automation-type-dialog .automatorwp-automation-type-dialog-automation-loop-desc {
    margin-top: 2px;
}

/* -------------------------------------------
    Automation URL export dialog
   ------------------------------------------- */

.automatorwp-automation-url-export-dialog label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}

.automatorwp-automation-url-export-dialog .automatorwp-notice-error {
    margin-top: 1em;
}

.automatorwp-automation-url-export-dialog .automatorwp-automation-url-export-dialog-input,
.automatorwp-automation-url-export-dialog .automatorwp-automation-url-export-dialog-url {
    margin-bottom: 1em;
}

.automatorwp-automation-url-export-dialog input {
    width: 100%;
    font-size: 18px !important;
    border: 2px solid #ccc;
    margin: 0;
}

.automatorwp-automation-url-export-dialog .automatorwp-automation-url-export-dialog-desc {
    display: block;
    margin-top: 6px;
    font-style: italic;
}

.automatorwp-automation-url-export-dialog-url input {
    width: calc( 100% - 40px );
    margin: 0;
    border-radius: 4px 0 0 4px;
}

.automatorwp-automation-url-export-dialog-url-copy {
    position: relative;
    float: right;
    height: 36px;
    width: 38px;
    border: 2px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.automatorwp-automation-url-export-dialog-url-copy-icon {
    padding: 8px;
    cursor: pointer;
    opacity: 0.7;
}

.automatorwp-automation-url-export-dialog-url-copy-text {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.automatorwp-automation-url-export-dialog-url-copy:hover .automatorwp-automation-url-export-dialog-url-copy-text {
    opacity: 1;
}

.automatorwp-automation-url-export-dialog-url-copy-text {
    position: absolute;
    top: -34px;
    width: 60px;
    font-size: 11px;
    text-align: center;
    right: -10px;
    z-index: 9999;
    padding: 4px;
    font-style: normal;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background: #000;
    color: #fff;
}

.automatorwp-automation-url-export-dialog-url-copy-text:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -7px;
    left: 44%;
}

/* -------------------------------------------
    Dashboard
   ------------------------------------------- */

body.toplevel_page_automatorwp,
body.automatorwp_page_automatorwp_add_ons {
    background: #f5f5f5;
}

.automatorwp-dashboard .wp-heading-inline {
    display: none !important;
}

.automatorwp-dashboard .meta-box-sortables {
    margin-bottom: 0 !important;
}

.automatorwp-dashboard .postbox .inside,
.automatorwp-dashboard .postbox .inside p {
    font-size: 14px;
}

.automatorwp-dashboard .postbox,
.automatorwp-dashboard .automatorwp-plugin-card {
    border: none;
    border-radius: 6px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.automatorwp-dashboard #automatorwp-dashboard-videos.postbox,
.automatorwp-dashboard #automatorwp-dashboard-plugins.postbox,
.automatorwp-dashboard #automatorwp-dashboard-team.postbox,
.automatorwp-dashboard #automatorwp-dashboard-social.postbox,
.automatorwp-dashboard #automatorwp-dashboard-involved.postbox {
    background: transparent;
    box-shadow: none;
}

.automatorwp-dashboard .postbox .hndle {
    display: block;
    cursor: auto;
    user-select: auto;
    font-size: 16px;
}

.automatorwp-dashboard .postbox .hndle .button {
    text-decoration: none !important;
    float: right;
    margin-bottom: -7px;
}

.automatorwp-dashboard .postbox .hndle .dashicons {
    opacity: 0.4;
    margin-right: 4px;
}

.automatorwp-dashboard .postbox-header {
    border: none;
}

.automatorwp-dashboard .automatorwp-dashboard-logo {
    margin-bottom: 10px;
}

.automatorwp-dashboard .automatorwp-dashboard-logo img {
    width: 230px;
    vertical-align: middle;
}

.automatorwp-dashboard .automatorwp-dashboard-logo .autoamtorwp-dashboard-version {
    font-size: 16px;
    font-weight: 700;
}

.automatorwp-dashboard h1 {
    clear: both;
    margin: 0 8px 8px;
    font-size: 28px;
}

.automatorwp-dashboard h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.automatorwp-dashboard li {
    margin-bottom: 10px;
}

.automatorwp-dashboard li h3 {
    margin-top: 10px !important;
}

.automatorwp-dashboard li .dashicons {
    color: #82878c;
}

/* Automations (latest & most completed) & Latest Logs */
.automatorwp-dashboard .automatorwp-automations ul,
.automatorwp-dashboard .automatorwp-latest-logs ul {
    margin-bottom: -12px;
}

.automatorwp-dashboard .automatorwp-automations li,
.automatorwp-dashboard .automatorwp-latest-logs li {
    display: block;
    padding: 8px 12px;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
    font-size: 13px;
}

.automatorwp-dashboard .automatorwp-automations li:nth-child(odd),
.automatorwp-dashboard .automatorwp-latest-logs li:nth-child(odd) {
    background-color: #f6f7f7;
}

.automatorwp-dashboard .automatorwp-automations li:last-child,
.automatorwp-dashboard .automatorwp-latest-logs li:last-child {
    margin-bottom: 0;
    border-radius: 0 0 6px 6px;
}

.automatorwp-dashboard .automatorwp-automations li > div,
.automatorwp-dashboard .automatorwp-latest-logs li > div {
    display: flex;
}

.automatorwp-dashboard .automatorwp-automations li > div > span,
.automatorwp-dashboard .automatorwp-latest-logs li > div > span {
    min-height: 24px;
}

.automatorwp-dashboard .automatorwp-automations li > div > span:first-child,
.automatorwp-dashboard .automatorwp-latest-logs li > div > span:first-child {
    flex: 2;
    padding-right: 6px;
}

.automatorwp-dashboard .automatorwp-latest-logs li > div > span:last-child,
.automatorwp-dashboard .automatorwp-automations li > div > span:last-child {
    flex: 1;
    text-align: right;
}

.automatorwp-dashboard .automatorwp-automations li > div:last-child > span,
.automatorwp-dashboard .automatorwp-latest-logs li > div:last-child > span {
    color: #72777c;
}

.automatorwp-dashboard .automatorwp-automations li .automatorwp-integration-icon {
    padding: 4px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.automatorwp-dashboard .automatorwp-automations .cmb-tooltip-desc,
.automatorwp-dashboard .automatorwp-latest-logs .cmb-tooltip-desc {
    white-space: nowrap;
    text-align: center;
    width: auto;
    padding: 4px 8px !important;
    bottom: 130%;
}

.automatorwp-dashboard .automatorwp-automations li > div:first-child,
.automatorwp-dashboard .automatorwp-latest-logs li > div:first-child {
    float: left;
}

.automatorwp-dashboard .automatorwp-automations .automatorwp-integration-icon,
.automatorwp-dashboard .automatorwp-latest-logs .automatorwp-integration-icon {
    position: relative;
    float: left;
    margin-right: 6px;
    width: 40px;
    max-width: 40px;
    max-height: 40px;
    height: 40px;
    margin-top: 1px;
}

/* Add New Automation */
.automatorwp-dashboard #automatorwp-dashboard-new-automation h3 {
    margin-bottom: 5px !important;
}

.automatorwp-dashboard #automatorwp-dashboard-new-automation h3 .cmb-tooltip {
    vertical-align: middle;
}

.automatorwp-dashboard #automatorwp-dashboard-new-automation h3 .cmb-tooltip .dashicons {
    opacity: 0.3;
}

.automatorwp-dashboard #automatorwp-dashboard-new-automation h3 + p {
    font-size: 13px;
}

.automatorwp-dashboard .automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type {
    width: 100%;
    padding: 0.5em 0.5em;
    text-align: left;
    margin-bottom: 6px;
}

.automatorwp-dashboard .automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type img {
    width: 10%;
    float: left;
    margin-bottom: 0;
}

.automatorwp-dashboard .automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type .automatorwp-automation-type-description {
    margin-left: 45px;
    margin-top: 0;
}

.automatorwp-dashboard .automatorwp-automation-type-dialog .automatorwp-automation-types .automatorwp-automation-type .automatorwp-automation-type-description strong {
    font-size: 14px;
    margin-bottom: 0px;
}

.automatorwp-dashboard #automatorwp-dashboard-new-automation .button {
    margin-top: 8px;
}

/* Videos */
.automatorwp-dashboard #automatorwp-dashboard-videos .inside {
    margin-top: -16px;
    padding: 0;
}

.automatorwp-dashboard #automatorwp-dashboard-plugins .inside,
.automatorwp-dashboard #automatorwp-dashboard-team .inside,
.automatorwp-dashboard #automatorwp-dashboard-involved .inside,
.automatorwp-dashboard #automatorwp-dashboard-social .inside {
    padding: 0;
}

.automatorwp-dashboard #automatorwp-dashboard-plugins .hndle,
.automatorwp-dashboard #automatorwp-dashboard-team .hndle,
.automatorwp-dashboard #automatorwp-dashboard-involved .hndle,
.automatorwp-dashboard #automatorwp-dashboard-social .hndle {
    padding-left: 0;
}

.automatorwp-dashboard .automatorwp-dashboard-video a {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 5px;
    text-decoration: none;
    color: #3c434a;
    opacity: 0.8;
}

.automatorwp-dashboard .automatorwp-dashboard-video a:hover {
    opacity: 1;
}

.automatorwp-dashboard .automatorwp-dashboard-video .automatorwp-dashboard-video-image {
    height: 58px;
    overflow: hidden;
}

.automatorwp-dashboard .automatorwp-dashboard-video .automatorwp-dashboard-video-image img {
    margin-top: -13px;
}

.automatorwp-dashboard .automatorwp-dashboard-video .automatorwp-dashboard-video-details .automatorwp-dashboard-video-title {
    font-size: 15px;
}

.automatorwp-dashboard .automatorwp-dashboard-video .automatorwp-dashboard-video-details .automatorwp-dashboard-video-duration {
    font-size: 13px;
}

.automatorwp-dashboard .automatorwp-dashboard-get-involved p,
.automatorwp-dashboard .automatorwp-dashboard-get-involved ul {
    margin-bottom: 20px;
}

.automatorwp-dashboard .automatorwp-dashboard-pricing-button {
    margin-top: 28px;
}

.automatorwp-dashboard .button.button-large {
    padding: 8px 18px;
}

.automatorwp-dashboard .center {
    text-align: center;
}

.automatorwp-dashboard-more-videos {
    margin-bottom: -12px;
}

.automatorwp-dashboard-more-videos,
.automatorwp-dashboard-more-add-ons {
    clear: both;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

/* Dashboard: Add-ons */
.automatorwp-dashboard .automatorwp-section-desc {
    margin-top: -12px;
    margin-left: 7px;
}

.automatorwp-dashboard .automatorwp-dashboard-add-ons-section {
    margin: 0 !important;
}

.automatorwp-dashboard .automatorwp-plugin-card {
    background: transparent;
    box-shadow: none;
}
.automatorwp-dashboard .automatorwp-plugin-card .thumbnail {
    width: 64px;
    height: 64px;
}

.automatorwp-dashboard .automatorwp-plugin-card .thumbnail a {
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.automatorwp-dashboard .automatorwp-plugin-card .thumbnail a img {
    max-width: 100%;
}

.automatorwp-dashboard .automatorwp-plugin-card .name {
    text-align: center;
}

.automatorwp-dashboard .automatorwp-plugin-card .name h3 {
    margin: 0 !important;
}
.automatorwp-dashboard .automatorwp-plugin-card .name a {
    text-decoration: none;
    font-weight: normal;
    color: #1d2327;
    overflow: hidden;
    white-space: nowrap;
}

.automatorwp-dashboard .automatorwp-plugin-card .thumbnail a img {
    border-radius: 6px 6px 0 0;
}

.automatorwp-dashboard .automatorwp-plugin-card .plugin-card-top {
    padding: 20px 8px 10px;
    min-height: auto;
}

.automatorwp-dashboard .automatorwp-plugin-card .plugin-card-bottom {
    background: transparent;
    border: none;
    margin-top: -20px;
}

.automatorwp-dashboard .automatorwp-plugin-card .cmb-tooltip-desc.cmb-tooltip-top {
    width: 150px;
    bottom: 95%
}

.automatorwp-dashboard .automatorwp-plugin-card .cmb-tooltip-desc.cmb-tooltip-top:before {
    left: 77px;
}

.automatorwp-dashboard .automatorwp-plugin-card .cmb-tooltip-left {
    right: 80%;
}

.automatorwp-dashboard .automatorwp-plugin-card .cmb-tooltip-right {
    left: 80%;
}

.automatorwp-dashboard .automatorwp-plugin-card .cmb-tooltip-desc p {
    margin: 0;
}

.automatorwp-dashboard .plugin-card:nth-child(n+11) .plugin-card-top .thumbnail a:after {
    content: " ";
    display: block;
    position: absolute;
    padding-top: 70px;
    width: 100%;
    left: 0;
    margin-top: -57px;
    z-index: 999;
    background: linear-gradient(0deg, #f5f5f5, transparent);
}

.automatorwp-dashboard .plugin-card:nth-child(n+11) .plugin-card-top .name{
    opacity: 0.2;
}

.automatorwp-dashboard .plugin-card {
    width: 10%;
    clear: none;
}

/* Smartphone */
@media screen and (max-width: 1199px) {
    .automatorwp-dashboard .plugin-card {
        width: 25%;
    }

    .automatorwp-dashboard .plugin-card:nth-child(n+9) {
        display: none;
    }

    .automatorwp-dashboard .plugin-card:nth-child(n+5) .plugin-card-top .thumbnail a:after {
        content: " ";
        display: block;
        position: absolute;
        padding-top: 70px;
        width: 100%;
        left: 0;
        margin-top: -57px;
        z-index: 999;
        background: linear-gradient(0deg, #f5f5f5, transparent);
    }

    .automatorwp-dashboard .plugin-card:nth-child(n+5) .plugin-card-top .name{
        opacity: 0.2;
    }

    .automatorwp-dashboard .automatorwp-dashboard-more-videos {
        position: absolute;
        bottom: -10px;
        left: 44%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1499px) {
    .automatorwp-dashboard .postbox-container {
        float: left !important;
    }

    .automatorwp-dashboard .automatorwp-automations {
        min-height: 370px;
    }

    .automatorwp-dashboard #postbox-container-3.postbox-container {
        width: 49.5% !important;
    }
    .automatorwp-dashboard #postbox-container-3.postbox-container:before {
        content: "";
        display: block;
        clear: both;
    }
}

/* Plugins */
.automatorwp-dashboard .our-plugins-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 18px;
}

.automatorwp-dashboard .our-plugins-list img {
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

.automatorwp-dashboard .our-plugins-list span {
    vertical-align: middle;
    font-size: 18px;
}

/* Team */
.automatorwp-dashboard .contributors-list {
    text-align: center;
}

.automatorwp-dashboard .contributors-list img {
    border-radius: 50%;
}

.automatorwp-dashboard .contributors-list span {
    display: block;
}

.automatorwp-dashboard .contributors-list .cmb-tooltip-top {
    bottom: 115%;
    width: auto;
    white-space: nowrap;
}

/* Social */
.automatorwp-dashboard .automatorwp-dashboard-social-list {
    display: flex;
}

.automatorwp-dashboard .automatorwp-dashboard-social-list li:not(:first-child) {
    margin-left: 8px;
}

.automatorwp-dashboard .automatorwp-dashboard-social-list .dashicons {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    color: #fff !important;
    border-radius: 100%;
}

.automatorwp-dashboard .automatorwp-dashboard-social-list .cmb-tooltip-top {
    bottom: 130%;
    width: auto;
    white-space: nowrap;
}

.automatorwp-dashboard .dashicons-youtube {
    background: #e90000 !important;
}

.automatorwp-dashboard .dashicons-facebook-alt,
.automatorwp-dashboard .dashicons-groups {
    background: #4766a9 !important;
}

.automatorwp-dashboard .dashicons-twitter {
    background: #139ae7 !important;
}

.automatorwp-dashboard .dashicons-linkedin,
.automatorwp-dashboard #automatorwp-dashboard-social .dashicons-wordpress {
    background: #0074b3 !important;
}

.automatorwp-dashboard .dashicons-email-alt {
    background: #444 !important;
}

.automatorwp-dashboard-blocks-list li span {
    float: right;
}

@media screen and (min-width: 1200px) {

    .automatorwp-dashboard .automatorwp-dashboard-columns {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .automatorwp-dashboard .contributors-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* -------------------------------------------
    Add-ons
   ------------------------------------------- */

.automatorwp_page_automatorwp_add_ons .wp-filter {
    margin-bottom: 0;
}

.automatorwp_page_automatorwp_add_ons .wp-filter a:hover,
.automatorwp_page_automatorwp_add_ons .wp-filter a:focus {
    box-shadow: none;
}

.automatorwp_page_automatorwp_add_ons .wp-filter a .dashicons {
    vertical-align: bottom;
}

.automatorwp-add-ons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: 100%;
}

.automatorwp-plugin-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: 100%;

    margin-left: 0;
    margin-right: 0;

    border: none;
    background: transparent;
}

.automatorwp-plugin-card .plugin-card-top {
    width: 100%;
    min-height: auto;
    padding-top: 0;
}

.automatorwp-plugin-card .plugin-card-bottom {
    width: 100%;
    align-self: flex-end;
    border: none;
    background: transparent;
    padding: 0;
}

.automatorwp-plugin-card .name, .automatorwp-plugin-card .desc
.automatorwp-plugin-card .name, .automatorwp-plugin-card .desc > p {
    margin-left: 0;
    margin-right: 0;
}

.automatorwp-plugin-card .thumbnail {
    width: 64px;
    margin: 0 auto 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.automatorwp-plugin-card .thumbnail a {
    display: block;
    line-height: 0;
}

.automatorwp-plugin-card .thumbnail a img {
    max-width: 100%;
    border-radius: 6px;
}

.automatorwp-plugin-card .name h3 {
    text-align: center;
    margin: 0;
}

.automatorwp-plugin-card .name a {
    text-decoration: none;
    font-weight: normal;
    color: #1d2327;
    font-size: 16px;
}

.automatorwp-plugin-card .cmb-tooltip-desc.cmb-tooltip-top {
    bottom: 110%;
}

.automatorwp-plugin-card .cmb-tooltip-desc p {
    margin: 0;
    color: #ccc !important;
}

.automatorwp-plugin-card .thumbnail:hover + .name a,
.automatorwp-plugin-card .name a:hover {
    text-decoration: underline;
}

.automatorwp-plugin-card .action-links {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}

.automatorwp-plugin-card .action-links .plugin-action-buttons {
    float: none;
    margin: 0;
}

.automatorwp-plugin-card .action-links .plugin-action-buttons li {
    margin: 0;
    text-align: center;
}

.automatorwp-plugin-card .action-links .plugin-action-buttons li .more-details {
    float: left;
}

.is-automatorwp-plugin#plugin-information #plugin-information-content .notice {
    display: none;
}

.automatorwp-plugin-card .plugin-card-bottom {
    opacity: 0;
}

.automatorwp-plugin-card:hover .plugin-card-bottom {
    opacity: 1;
}

.automatorwp-plugin-card .installed,
.automatorwp-plugin-card .active {
    margin-right: -30%;
    margin-bottom: -10px;
    margin-top: -16px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.automatorwp-plugin-card .installed span,
.automatorwp-plugin-card .active span {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
}

.automatorwp-plugin-card .installed span {
    background: #e5e5e5;
    border: #e5e5e5;
}

.automatorwp-plugin-card .active span {
    background: #46b450;
    border: #46b450;
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .automatorwp-plugin-card {
        width: 16%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .automatorwp-plugin-card {
        width: 16%;
    }
}

.automatorwp-plugin-card {
    margin: 0 !important;
    padding-bottom: 12px;
}

@media screen and (min-width: 1200px) {
    .automatorwp-add-ons {
        margin-left: -8px;
        margin-right: -8px;
    }
}

/* -------------------------------------------
	Settings
   ------------------------------------------- */

.automatorwp-page.cmb2-options-page {
    max-width: 100%;
}

.automatorwp-page.cmb2-options-page .cmb2-metabox > .cmb-row {
    border: none;
    box-shadow: none;
}

.automatorwp-page .postbox .hndle {
    justify-content: flex-start;
    font-size: 16px;
}

.automatorwp-page .postbox .hndle .dashicons {
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
}

.automatorwp-page .postbox .handle-actions {
    display: none;
}

.automatorwp_settings input[name="submit-cmb"] {
    float: left;
    margin-right: 12px;
}

.automatorwp_settings.cmb2-options-page #poststuff h2.nav-tab-wrapper {
    margin-bottom: 20px !important;
}

.automatorwp-page .nav-tab .dashicons {
    vertical-align: text-bottom;
    margin-right: 2px;
}

.automatorwp-page > h2 {
    margin-bottom: 0 !important;
}

/* -------------------------------------------
	Licensing Settings
   ------------------------------------------- */

.automatorwp_licenses .meta-box-sortables {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.automatorwp_licenses .handlediv,
.automatorwp_page_automatorwp_licenses #screen-options-link-wrap {
    display: none !important;
}

.automatorwp_licenses .postbox.closed .inside {
    display: block !important;
}

.automatorwp_licenses .postbox {
    width: 100%;
    margin: 0 8px 16px;
}

.automatorwp_licenses .automatorwp-license-thumbnail {
    margin: -6px -12px 0;
}

.automatorwp_licenses .automatorwp-license-thumbnail img {
    width: 100%;
}

.automatorwp_licenses .cmb-row {
    border: none;
    padding-bottom: 0;
}

.automatorwp_licenses .cmb2-metabox > .cmb-row:not(:first-of-type) {
    border: none !important;
}

.automatorwp_licenses .cmb-th,
.automatorwp_licenses .cmb-td {
    width: 100%;
    padding: 6px 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.automatorwp_licenses .cmb-td input {
    width: 100%;
}

.automatorwp_licenses .license-expiration-notice,
.automatorwp_licenses .renew-license-notice {
    display: inline;
}

.automatorwp_licenses .license-error {
    color: #a00;
}

.automatorwp_licenses .renew-license-notice:before {
    content: ' '; /* Add a space between expiration and renew notices */
}

@media screen and (min-width: 1600px) {

    .automatorwp_licenses .postbox {
        width: 23%;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .automatorwp_licenses .postbox {
        width: 23%;
    }
}

/* -------------------------------------------
    Review Notice
   ------------------------------------------- */
.automatorwp-review-notice {
    position: relative;
    background: #222;
    color: #fff;
    border: none;
}

.automatorwp-review-notice p span {
    opacity: 0.7;
}

.automatorwp-review-notice .button-primary {
    background: #febd17;
    border-color: #fdc63a #926d10 #926d10;
    box-shadow: 0 1px 0 #926d10;
    text-decoration: none;
    text-shadow: none;
    color: #444;
    font-weight: 500;
}

.automatorwp-review-notice .button-primary.hover,
.automatorwp-review-notice .button-primary:hover,
.automatorwp-review-notice .button-primary.focus,
.automatorwp-review-notice .button-primary:focus {
    background: #f3b415;
    border-color: #fdc63a #926d10 #926d10;
    color: #444;
}

.automatorwp-review-notice .button-primary.focus,
.automatorwp-review-notice .button-primary:focus {
    box-shadow: 0 1px 0 #febd17,
    0 0 2px 1px #fdc63a;
}

.automatorwp-review-notice .button-primary.active,
.automatorwp-review-notice .button-primary.active:hover,
.automatorwp-review-notice .button-primary.active:focus,
.automatorwp-review-notice .button-primary:active {
    background: #f3b415;
    border-color: #926d10;
    box-shadow: inset 0 2px 0 #926d10;
    vertical-align: top;
}

.automatorwp-review-notice .automatorwp-hide-review-notice.button {
    color: #353849;
    border-color: #353849;
}

.automatorwp-review-notice .automatorwp-hide-review-notice.button:hover {
    color: #3b4eb7;
    border-color: #3b4eb7;
}

.automatorwp-review-notice ul li {
    display: inline-block;
    margin-right: 10px;
}

.automatorwp-review-notice .automatorwp-hide-review-notice:not(.button) {
    color: #ccc;
}

.automatorwp-review-notice .automatorwp-hide-review-notice:not(.button):hover {
    color: #fff;
}

.automatorwp-review-notice .automatorwp-logo {
    background-image: url('../img/automatorwp-logo.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin: 15px auto 0 auto;
}

/* Desktop */
@media screen and (min-width: 768px) {
    .automatorwp-review-notice .automatorwp-logo {
        float: left;
        margin: 20px 20px 20px 5px;
    }
}

/* -------------------------------------------
	Import Automation
   ------------------------------------------- */
.automatorwp-import-automation-text {
    font-size: 32px;
    color: #aaa;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}

.automatorwp-import-automation-text:not(.automatorwp-import-automation-success):not(.automatorwp-import-automation-error) {
    -webkit-animation: automatorwp_import_text_animation 1s infinite;
    animation: automatorwp_import_text_animation 1s infinite;
}

.automatorwp-import-automation-text.automatorwp-import-automation-success {
    color: #269630;
}

.automatorwp-import-automation-text.automatorwp-import-automation-error {
    color: #dc3232;
}

.automatorwp-import-automation-icon {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}

.automatorwp-import-automation-icon img {
    width: 100%;
}

.automatorwp-import-automation-loader {
    margin-top: -130px;
}

.automatorwp-import-automation-loader-background {
    width: 100px;
    height: 70px;
    background: #353849;
    margin: 0 auto;
    position: relative;
    border-radius: 45px;
}

.automatorwp-import-automation-loader-icon,
.automatorwp-import-automation-loader-icon:before,
.automatorwp-import-automation-loader-icon:after {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: automatorwp_import_logo_animation 1.8s infinite ease-in-out;
    animation: automatorwp_import_logo_animation 1.8s infinite ease-in-out;
}

.automatorwp-import-automation-loader-icon {
    color: #4ceedf;
    font-size: 10px;
    margin: 0 auto;
    margin-top: -66px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.automatorwp-import-automation-loader-icon:before,
.automatorwp-import-automation-loader-icon:after {
    content: '';
    position: absolute;
    top: 0;
}

.automatorwp-import-automation-loader-icon:before {
    left: -26px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.automatorwp-import-automation-loader-icon:after {
    left: 26px;
}

@-webkit-keyframes automatorwp_import_text_animation {
    0%   { opacity:1; }
    50%  { opacity:0.6; }
    100% { opacity:1; }
}
@keyframes automatorwp_import_text_animation {
    0%   { opacity:1; }
    50%  { opacity:0.6; }
    100% { opacity:1; }
}

@-webkit-keyframes automatorwp_import_logo_animation {
    0%,
    80%,
    100% { box-shadow: 0 2.5em 0 -1.3em; }
    40% { box-shadow: 0 2.5em 0 0; }
}
@keyframes automatorwp_import_logo_animation {
    0%,
    80%,
    100% { box-shadow: 0 2.5em 0 -1.3em; }
    40% { box-shadow: 0 2.5em 0 0; }
}

/* -------------------------------------------
    Admin Menu
   ------------------------------------------- */

.automatorwp-admin-menu-badge {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin: 1px -11px -1px 2px;
    padding: 0 5px;
    height: 18px;
    border-radius: 9px;
    background-color: #d63638;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
}
