
.dgwt-wcas-non-events {
    pointer-events: none;
}

.dgwt-wcas-hidden {
    display: none;
}

.dgwt-wcas-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dgwt-wcas-settings table {
    border-collapse: collapse;
}

.dgwt-wcas-settings-hr {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dgwt-eq-settings-form label {
    color: #444;
}

.dgwt_wcas_settings-group .form-table th {
    vertical-align: baseline;
}

#dgwt_wcas_backward-compatibility .form-table th {
    vertical-align: baseline;
}

#dgwt_wcas_backward-compatibility input[type="checkbox"] {
    margin-top: 3px;
}

.dgwt-wcas-row:after {
    content: '';
    display: block;
    clear: both;
}

.dgwt-wcas-sgs-header label {
    font-style: italic;
    color: #aaa;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: normal;
    cursor: default;
}

.dgwt-wcas-sgs-desctiption-row th {
    display: none;
}

.dgwt-wcas-settings-group > h2 {
    display: none;
}

.dgwt-wcas-admin-head {
    margin: 30px 0 20px 5px;
}

.dgwt-wcas-admin-head h1 {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    padding: 0;
}

.wp-core-ui .button.dgwt-wcas-button-preview {
    vertical-align: middle;
}

.dgwt-wcas-button-preview .dashicons {
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.form-table td p.dgwt_wcas_settings-description-field {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 20px;
    line-height: 105%;
}

.dgwt_wcas_settings-description-row {
    padding: 30px 0;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
}

.dgwt_wcas_settings-group > h2 {
    display: none;
}

.dgwt_wcas_settings-group label {
    width: 100%;
}

.dgwt_wcas_settings-group > table > tbody > tr > td {
    display: flex;
    justify-content: left;
    align-items: center;
}

.dgwt-wcas-bc-notice .dgwt-wcas-container {
    justify-content: left;
}

.dgwt-wcas-bc-button-wrapp {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.dgwt-wcas-bc-switcher {
    position: relative;
    min-width: 419px;
}

.dgwt-wcas-bc-todo-wrapp {
    border: 2px dashed #eee;
    width: 50%;
    padding: 30px 10px 10px 10px;
    position: relative;
    margin-right: 40px;
}

.dgwt-wcas-bc-todo-head {
    text-transform: uppercase;
    font-size: 10px;
    background: #aaa;
    color: #fff;
    padding: 2px 17px 2px 10px;
    border-radius: 0 0 30px 0;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: -2px;
}

.dgwt-wcas-bc-main-notice {
    padding-right: 150px;
    margin-bottom: 20px;
}

.dgwt-wcas-bc-remind-me {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 8px;
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
}

.dgwt-wcas-bc-error, .dgwt-wcas-bc-success {
    position: absolute;
    color: #f04124;
    left: auto;
    right: auto;
    bottom: -10px;
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.dgwt-wcas-bc-success {
    color: #4caf50;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.5;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(0deg);
    }
    43% {
        transform: rotate(2deg);
    }
    46% {
        transform: rotate(-2deg);
    }
    48% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
        background-color: rgba(76, 175, 80, 0.1);
    }
}

.dgwt-wcas-anim-shake {
    display: inline-block;
    animation-name: wiggle;
    animation-duration: 2s;

}

.dgwt-wcas-bc-todo-head.dgwt-wcas-bc-todo-head--latest {
    background: #4caf50;
}

.dgwt-wcas-bc-steps {

}

.dgwt-wcas-bc-switcher-head {
    text-align: center;
    color: #b7b7b7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}

.dgwt-wcas-bc-spinner {
    width: 22px;
    height: 22px;
    padding: 2px 0 0 4px;
    opacity: 0.8;
}

.wp-core-ui .dgwt-wcas-bc-steps .button.button-small {
    line-height: 18px;
    height: 18px;
}

.dgwt-wcas-bc-steps code {
    font-size: 11px;
    background: #f4f4f4;
}

.wp-core-ui .button.dgwt-wcas-bc-button-approve {
    background: #a36597;
    border-color: #a36597;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a36597;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a36597;
    color: #fff;
}

.wp-core-ui .button.dgwt-wcas-bc-button-approve:hover {
    opacity: 0.95;
}

.dgwt-wcas-settings-info {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 15px;
}

.wcas-opt-tntsearch .dgwt-wcas-settings-info {
    width: 100%;
}

.dgwt-wcas-settings-info.dgwt-wcas-bc-notice {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 3px solid #9b5c8f;
    position: relative;
}

.dgwt-wcas-bc-notice-head {
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

@media only screen and (max-width: 1200px) {
    .dgwt-wcas-bc-notice .dgwt-wcas-container {
        display: block;
    }

    .dgwt-wcas-bc-switcher {
        width: 100%;
    }

    .dgwt-wcas-bc-todo-wrapp {
        width: 100%;
    }
}

.dgwt-wcas-settings-info h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 7px
}

.dgwt-wcas-settings-info p {
    margin-bottom: 10px;
}

.dgwt-wcas-settings-info {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 15px;
}

.dgwt-wcas-settings-info h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 7px
}

.dgwt-wcas-settings-info p {
    margin-bottom: 10px;
}

/* Button Container in Review Us Container */
.dgwt-wcas-review-notice .button-container {
    display: block;
    width: 100%;
    margin: .75em 0 1.5em 0;
}

.dgwt-wcas-review-notice .button-container .dashicons {
    font-size: 14px;
    line-height: 1.9;
    margin-left: -4px;
}

/* Star Icon */
.dgwt-wcas-review-notice .button-container .dashicons-star-filled {
    color: #E6B800;
}

/* Upgrade Icon */
.dgwt-wcas-review-notice .button-container .dashicons-upload {
    color: #6E8841;
}

/* Dismiss Icon */
.dgwt-wcas-review-notice .button-container .dashicons-no-alt {
    color: rgb(220, 58, 58);
    line-height: 2;
}

.dgwt-wcas-review-notice .button-container a {
    margin-right: 10px;
}

/* Dismiss-able Notice */
.dgwt-wcas-review-notice {
    border-left: 4px solid #00a0d2;
    background: #fefefe;
    padding: 1px 12px;
    padding-top: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin: 15px 25px 20px 5px;
}

.dgwt-wcas-review-notice .dgwt-wcas-review-notice-logo {
    background: url('../img/logo-for-review.jpg') no-repeat;
    background-size: 68px;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    height: 80px;
    text-align: center;
    width: 82px;
}

.dgwt-wcas-pro-label {
    float: left;
    vertical-align: middle;
    margin-top: -2px;
    line-height: 100%;
}

#dgwt_wcas_engine_pro-tab:not(.nav-tab-active) {
    background: rgba(155, 92, 143, 0.1);
}

.nav-tab-minor {
    float: right;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    margin-left: 10px;
    line-height: 30px;
    position: relative;
}

.nav-tab-minor-contact:before{
    display: block;
    content: "\f466";
    font-family: dashicons;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 0;
}
.nav-tab-minor-account {
    margin-right: 25px;
}
.nav-tab-minor-account:before{
    display: block;
    content: "\f110";
    font-family: dashicons;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 0;
}


.dgwt-wcas-pro-field .dgwt-jg-pro-suffix {
    font-size: 9px;
    padding: 2px 4px;
    line-height: 100%;
    margin-top: -5px;
}

.dgwt-wcas-modal-logo {
    margin: 20px 20px 0 0;
    display: inline-block;
    float: right;
}

.dgwt-wcas-modal-title {
    font-size: 1.2em;
}

.dgwt-wcas-pro-suffix {
    float: left;
    background: #9b5c8f;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0 0 0 3px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-style: normal;
    vertical-align: middle;
}

.dgwt-wcas-pro-header {
    position: relative;
    min-width: 148px;
}

.dgwt-wcas-pro-header .dgwt-wcas-pro-label {
    float: none;
    display: inline-block;
    margin-right: 40px;
}

.dgwt-wcas-pro-header .dgwt-wcas-pro-suffix {
    float: none;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: -1px;
}

.dgwt-wcas-pro-field .dgwt-wcas-pro-suffix {
    font-size: 9px;
    padding: 2px 4px;
    line-height: 100%;
    margin-top: -5px;
}

.dgwt-wcas-pro-header__subtitle {
    display: block;
    margin-top: -11px;
}

.dgwt-wcas-pro-header__subtitle--text {
    position: absolute;
    left: 1px;
    top: 12px;
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
}

.dgwt-wcas-toggler, .dgwt-wcas-toggle {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.dgwt-wcas-toggler {
    color: #000;
    opacity: 0.4;
    transition: .2s;
    padding: 1px 6px 1px 12px;
    border-radius: 5px;
    /* border:1px solid transparent;*/
}

.dgwt-wcas-toggler--is-active {
    color: #000;
    opacity: 1;
    /* background-color: rgba(155,92,143, 0.04);*/
    /*  border:1px solid rgba(155,92,143, 0.1);*/
    position: relative;
}

.dgwt-wcas-toggler--is-active:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(155, 92, 143, 1);
    display: block;
    left: 2px;
    border-radius: 100%;
    top: 8px;
}

.dgwt-wcas-toggle {
    width: 50px;
    height: 30px;
    border-radius: 100px;
    background-color: #9b5c8f;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    position: relative;
}

.dgwt-wcas-toggle.dgwt-wcas-toggle--mute {
    background-color: #ddd;
}

input[type=checkbox].dgwt-wcas-check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

input[type=checkbox].dgwt-wcas-check:checked ~ .dgwt-wcas-switch {
    right: 37.5%;
    left: 2px;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
}

.dgwt-wcas-switch {
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

    right: 2px;
    left: 37.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .08s, 0s;
}

.progress_bar .pro-bar {
    background: hsl(0, 0%, 97%);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
    height: 4px;
    margin-bottom: 12px;
    margin-top: 50px;
    position: relative;
}

.progress_bar .progress_bar_title {
    color: hsl(218, 4%, 50%);
    font-size: 15px;
    font-weight: 300;
    position: relative;
    top: -28px;
    z-index: 1;
}

.progress_bar .progress_number {
    float: right;
    margin-top: -24px;
}

.progress_bar .progress-bar-inner {
    background-color: hsl(0, 0%, 88%);
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear 0s;
}

.progress_bar .progress-bar-inner:before {
    content: "";
    background-color: hsl(0, 0%, 100%);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
}

.progress_bar .progress-bar-inner:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: inherit;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -5px;
}

.dgwt-wcas-indexer-logs {
    margin: 10px 0;
}

.dgwt-wcas-indexer-log {
    display: block;
}

.dgwt-wcas-indexer-logs__error {
    color: #db6564;
}

.dgwt-wcas-indexer-table {
    border: 1px solid #ddd;
    margin: 20px 0 10px 0;
    max-width: 350px;
    width: 100%;
}

.dgwt-wcas-indexer-table td {
    padding: 3px 10px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 100%;
}

.dgwt-wcas-indexer-table table td {
    border-bottom: none;
    padding-left: 0;
}

.dgwt-wcas-indexer-table > tbody > tr:last-child > td {
    border-bottom: none;
}

.dgwt-wcas-indexing-header table .dgwt-wcas-indexer-table__in {
    border: none;
}

.dgwt-wcas-indexing-header table .dgwt-wcas-indexer-table__in td {
    text-align: left;
}

.js-dgwt-wcas-indexer-details.hide {
    display: none;
}

.js-dgwt-wcas-indexer-details.show {
    display: block;
}

.dgwt-wcas-indexing-details-trigger.hide {
    display: none;
}

.dgwt-wcas-indexing-details-trigger.show {
    display: block;
}

.dgwt-wcas-indexing-header table {
    border: 1px solid #ddd;
    max-width: 350px;
    width: auto;
}

.dgwt-wcas-indexing-header table th {
    padding: 5px 10px;
}

.dgwt-wcas-indexing-header table th {
    border-bottom: 1px solid #ddd;
    background-color: #e9e9e9;
    padding: 5px 10px;
}

.dgwt-wcas-indexing-header__title {
    font-weight: 100;
    font-size: 27px;
    margin-bottom: 10px;
    display: block;
}

.dgwt-wcas-indexing-header__subtitle {
    font-weight: 100;
    font-size: 15px;
    display: block;
    margin: 0 0 5px 0;
}

.dgwt-wcas-indexing-header__actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}

.button.ajax-build-index-primary {
    background: #a36597;
    border-color: #a36597;
    color: #fff;
}

.button.ajax-build-index-primary:hover {
    background: #a36597;
    border-color: #a36597;
    color: #fff;
    opacity: 0.7;
}

.dgwt-wcas-indexing-details-trigger {
    display: block;
    font-size: 80%;
    text-decoration: none;
    float: right;
    padding: 0;
    margin: 0;
}

.dgwt-wcas-indexing-header__status {
    color: #fff;
    padding: 3px 20px 3px 0;
}

td.dgwt-wcas-indexing-details-row {
    padding: 1px 10px;
    border-top: 1px solid #eee;
}

td.dgwt-wcas-indexing-details-row a {

}

.dgwt-wcas-requirements {
    margin-right: 20px;
}

.dgwt-wcas-requirements__inner {
    margin: 60px auto 20px auto;
    max-width: 780px;
    background: #fff;
    padding: 12px 32px;
    border: 1px solid #ccc;
    border-left: 3px solid #d54e21;
}

.dgwt-wcas-settings:not(.dgwt-wcas-settings-pro) .dgwt-wcas-premium-only {
    opacity: 0.5;
}

.dgwt-wcas-upgrade-s__title {
    font-weight: 100;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
}

.form-table td p.dgwt-wcas-upgrade-s__subtitle {
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 10px;
}

.dgwt-wcas-upgrade-s__title span {
    border-bottom: 1px solid #a36597;
    display: inline-block;
    font-weight: 400;
}

.dgwt-wcas-upgrade-s li strong {
    font-weight: 400;
    font-size: 14px;
}

.dgwt-wcas-our-devs {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px dashed #eee;
    color: #888;
}