/**
 * WPSTG Admin CSS
 *
 * @package     WPSTG
 * @subpackage  Admin CSS
 * @copyright   Copyright (c) 2021, René Hermenau
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

/* Colors */

.wpstg--violet {
    color: #9d37ae;
}

.wpstg-border--violet {
    border: 1px solid #9d37ae;
}

.wpstg--red {
    color: #E01E5A;
}

.wpstg-cta--red {
    color: #fe008f;
}

.wpstg--blue {
    color: #24a1f0;
}

.wpstg--darkblue {
    color: #0e86d9;
}

.wpstg--green {
    color: #83c11f;
}

.wpstg--grey {
    color: #3e3e3e;
}

.wpstg--darkgrey {
    color: #1b1b1b;
}

.wpstg--filter--svg {
    filter: invert(24%) sepia(11%) saturate(558%) hue-rotate(169deg) brightness(97%) contrast(91%);
}

/* CSS for Tabs */

body.wp-staging-pro_page_wpstg_backup,
body.toplevel_page_wpstg_clone,
body.wp-staging-pro_page_wpstg-settings,
body.wp-staging-pro_page_wpstg-tools,
body.wp-staging-pro_page_wpstg-license {
    background-color: #f3f5f7;
}

#wpstg-tab-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    float: left;
}

#wpstg-tab-container ul li:first-child.selected-tab {
    border-top: none;
}

#wpstg-tab-container ul li a.selected-tab {
    font-weight: bold;
    text-decoration: none;
}

#wpstg-tab-container .row {
    padding-top: 10px;
    padding-bottom: 12px;
}

.wpstg-tabs-container .nav-tab-wrapper {
    padding: 0;
}

#wpstg-tab-container .row label strong,
#wpstg-tab-container .row strong {
    font-weight: bold;
}

.wpstg-tabs a {
    padding: 5px;
}

#wpstg-tab-container > ul > li.wpstg-tabs.active {
    background-color: white;
}

#wpstg_settingsgeneral_header .row:nth-child(3),
#wpstg_settingsgeneral_header .row:nth-child(4) {
    display: none;
}

#wpstg-tab-container .wpstg-settings-panel {
    padding: 0 20px 20px 20px;
    overflow: auto;
}

#wpstg-tab-container .wpstg-form-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    line-height: 1.3;
    font-weight: bold;
    font-size: 14px;
    color: #484848;
    width: 30%;
}

#wpstg-tab-container .wpstg-form-table tr {
    border-bottom: 1px solid #E7E7E7;
}

#wpstg-tab-container span.description {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    margin-top: 7px;
    color: #484848;
}

#wpstg-tab-container .col-title {
    color: #484848;
}

@media only screen and (max-width: 680px) {
    #wpstg-tab-container ul {
        float: none;
    }

    #wpstg-tab-container .wpstg-form-table tr > th {
        width: 100%;
    }

    #wpstg-tab-container span.description {
        font-size: 14px;
    }

    #wpstg-tab-container .wpstg-form-table tr > th,
    #wpstg-tab-container .wpstg-form-table tr > td {
        padding: 10px;
    }
}

#wpstg-tab-container ul li {
    margin-bottom: 0;
}

#wpstg-tab-container ul li a {
    display: block;
    padding: 10px 4px 10px 14px;
    border-width: 1px 0;
    border-style: solid;
    border-top-color: white;
    border-bottom-color: #e7e7e7;
    text-decoration: none;
    color: #0097DF;
    font-weight: bold;
}

#wpstg-tab-container ul li a:hover {
    background-color: #e5e5e5;
    color: #777777;
}

.wpstg-logo {
    display: block;
    font-size: 16px;
    padding-top: 20px;
    width: 220px;
    float: left;
}

.wpstg-logo img {
    max-width: 212px;
}

.wpstg-version {
    display: block;
    padding-top: 40px;
    color: #9b9b9b;
}

.wpstg_admin .nav-tab {
    color: #3C3C3C;
}

#wpstg-tab-container table tbody tr:nth-child(1) > th > div {
    font-size: 20px;
}

/* Cloning workflow */

#wpstg-clonepage-wrapper {
    margin-bottom: 20px;
    width: 98%;
}

@media screen and (min-width: 1090px) {
    #wpstg-clonepage-wrapper {
        float: left;
        margin-bottom: 20px;
    }
}

#wpstg-steps {
    margin-top: 0px;
    margin-left: 20px;
}

#wpstg-steps li {
    color: #444;
    line-height: 20px;
    padding-right: 10px;
    float: left;
}

.wpstg-step-num {
    border: 1px solid #3e3e3e;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 5px;
}

.wpstg-current-step {
    font-weight: bold;
}

.wpstg-current-step .wpstg-step-num {
    background: #3e3e3e;
    color: #eee;
}

.wpstg-box {
    margin: 10px 0;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease-in-out;
}

.wpstg-clone {
    margin-bottom: 10px;
    padding: 16px;
    position: relative;
    transition: border-color .2s ease-in-out;
    background-color: #ffffff;
    color: #3e3e3e;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .1);
}

.wpstg-clone.active {
    border-color: #1d94cf;
}

.wpstg-clone-header {
    display: flex;
    align-items: center;
}

.wpstg-clone-title {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    max-width: 300px;
    text-decoration: none;
    font-weight: bold;
    color: #3e3e3e;
}

.wpstg-clone-title:hover {
    color: #111111;
}

.wpstg-clone-labels {
    display: inline-block;
}


.wpstg-clone-labels .wpstg-clone-label {
    display: inline-block;
    padding: 1px 4px;
    margin-right: 4px;
    font-size: 11px;
    border-radius: 3px;
    background: #8bc34a;
    color: #fff;
}

.wpstg-clone-actions {
    margin-left: auto;
    display: flex;
    margin-top: 5px;
}

.wpstg-dropdown {
    position: relative;
}

.wpstg-clone-actions .wpstg-dropdown-toggler {
    text-decoration: none;
    background: #25a1f0;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    color: #ffffff;
}

.wpstg-clone-actions .wpstg-dropdown-toggler:hover {
    background: #002648;
    color: white;
}

.wpstg-dropdown {
    position: relative;
}

.wpstg-dropdown > .wpstg-dropdown-menu {
    background: #fff;
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    padding: 8px;
    border-radius: 2px;
    width: 100px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    z-index: 1000;
}

.wpstg-dropdown > .wpstg-dropdown-menu.wpstg-menu-dropup {
    top: auto;
    bottom: 100%;
    transform: translate3d(0px, -3px, 0px);
}

.wpstg-dropdown > .wpstg-dropdown-menu.shown {
    display: flex;
}

.wpstg-clone-action,
.wpstg-dropdown-action {
    color: #3e3e3e;
    padding: 6px 8px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    transition: color .2s ease-in-out;
    border-bottom: 1px solid #f3f3f3;
}

.wpstg-clone-action:hover,
.wpstg-dropdown-action:hover {
    background: rgba(0, 0, 0, 0.05);
}

.wpstg-dropdown-action {
    color: #3e3e3e;
    background: transparent;
    border: 0 solid black;
    outline: none;
    box-shadow: none;
}

.wpstg-remove-clone:hover {
    color: #E01E5A;
}

.wpstg-clone-action:last-child {
    border: none;
}

.wpstg-clone:hover .wpstg-clone-action {
    display: inline-block;
}

#wpstg-show-error-details:focus,
#wpstg-workflow .wpstg-clone-action {
    outline: none;
    box-shadow: none;
}

.wpstg-link-btn {
    background: #45a1c9;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: baseline;
    transition: all .2s ease-in-out;
}

.wpstg-link-btn:hover,
.wpstg-link-btn:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}

#wpstg-workflow .wpstg-link-btn:active {
    vertical-align: baseline;
}

.wpstg-link-btn[disabled] {
    background: #777 !important;
    border-color: #555 !important;
    pointer-events: none;
}

#wpstg-cancel-cloning,
#wpstg-cancel-cloning-update {
    margin-top: 5px;
}

#wpstg-cancel-cloning.success,
#wpstg-cancel-cloning.success {
    background: #64dd58;
    border-color: #54bd4a;
}

#wpstg-error-wrapper,
#wpstg-error-details {
    display: none;
    padding-top: 10px;
    font-size: 13px;
    clear: both;
}

#wpstg-show-error-details {
    display: inline-block;
    margin-left: 5px;
    color: #555;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

#wpstg-show-error-details:hover {
    color: #1d94cf;
}

#wpstg-error-details {
    border-left: 5px solid #E01E5A;
    padding: 10px;
    width: 500px;
}

#wpstg-try-again {
    display: none;
}

#wpstg-home-link {
    float: right;
}

.wpstg-loader {
    content: url('../../img/loading.gif');
    display: none;
}

.wpstg-loader.wpstg-finished {
    display: block;
    content: "Finished";
    background-color: #00c89a;
    color: white;
    padding: 2px 10px;
    margin-top: 0;
    border-radius: 3px;
}

#wpstg-workflow {
    max-width: 800px;
    position: relative;
    clear: both;
    padding-top: 20px;
    float: left;
    min-width: 500px;
    min-height: 380px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#wpstg-sidebar {
    float: left;
    max-width: 400px;
    display: block;
    margin-left: 10px;
}

#wpstg-workflow.loading::after,
#wpstg-removing-clone.loading::after {
    background: rgba(255, 255, 255, .7);
    content: 'Loading... may take a while for huge websites';
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding-top: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#wpstg-removing-clone.loading::after {
    content: 'REMOVING' !important;
}

#wpstg-existing-clones,
#wpstg-removing-clone {
    position: relative;
}

#wpstg-existing-clones h3 {
    color: #3e3e3e;
}

#wpstg-removing-clone .wpstg-tab-section {
    display: block;
}

.wpstg-progress-bar {
    max-width: 900px;
    height: 27px;
    padding: 0;
    background-color: #d6d8d7;
}

.wpstg-progress {
    float: left;
    background: #3fa5ee;
    width: 0;
    height: 100%;
    transition: width .6s ease;
    color: white;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
}

.wpstg-progress-files {
    background: #16b4f0;
    width: 0;
    height: 100%;
    transition: width .6s ease;
    color: white;
    line-height: 25px;
    text-align: center;
}

#wpstg-new-clone-id.wpstg-error-input,
#wpstg-clone-path.wpstg-error-input {
    border: 1px solid #E01E5A;
    box-shadow: 0 0 2px rgba(255, 66, 53, .8);
}

#wpstg-new-clone-id {
    width: 450px;
    max-width: 100%;
    margin-left: 15px;
}

#wpstg-new-clone {
    background: #25a1f0;
    border-color: #2188c9;
}

#wpstg-new-clone:hover {
    background: #259be6;
    border-color: #2188c9;
}

#wpstg-clone-path {
    margin-left: 10px;
    width: 350px;
}

.wpstg-error-msg {
    color: #E01E5A;
}

#wpstg-clone-id-error {
    display: block;
    background-color: #f0f8ff;
    padding: 10px;
    margin: 20px;
}

#wpstg-start-cloning + .wpstg-error-msg {
    display: block;
    margin-top: 5px;
}

.wpstg-size-info {
    color: #999;
    font-weight: normal;
    position: relative;
    left: 2px;
}

.wpstg-db-table .wpstg-size-info {
    top: 2px;
}

.wpstg-db-table:hover {
    background-color: #f0f8ff;
}

#wpstg-workflow #wpstg-start-cloning {
    margin-left: 5px;
    vertical-align: baseline;
}


/* Tabs */

.wpstg-tabs-wrapper {
    max-width: 640px;
    margin: 10px 0;
}

#wpstg-path-wrapper {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wpstg-tab-section {
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-left: none;
    display: none;
    width: calc(100% - 72px);
    padding: 0px 36px;
}

.wpstg-tab-section::after {
    display: block;
    content: '';
    clear: both;
}

.wpstg-tab-header {
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-left: none;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px;;
    text-decoration: none;
}

.wpstg-tab-triangle {
    display: inline-block;
    margin-right: 12px;
    animation: transform 0.5s;
    width: 0;
    height: 0;
    margin-top: -3px;
    vertical-align: middle;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid;
    transition: transform 0.2s;
    cursor: pointer;
}

.wpstg-tab-triangle.wpstg-no-icon {
    margin-right: 2px;
    width: auto;
    height: auto;
    vertical-align: auto;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
}

.wpstg-tab-triangle.wpstg-rotate-90 {
    transform: rotate(90deg);
}

.wpstg-tab-header:focus {
    color: #444;
    outline: none;
    box-shadow: none;
}

#wpstg-large-files {
    display: none;
    border: 1px dashed #ccc;
    padding: 10px 10px 10px;
    margin-top: 20px;
    position: relative;
    font-size: 12px;
}

#wpstg-large-files h3 {
    background: #fff;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    top: -10px;
    left: 5px;
}

.wpstg-subdir {
    display: none;
    margin-left: 20px;
}

.wpstg-subdir.wpstg-push {
    display: block;
    margin-left: 20px;
}

.wpstg-dir a.disabled {
    color: #888;
    cursor: default;
    text-decoration: none;
}

.wpstg-check-subdirs {
    display: inline-block;
    margin-left: 10px;
}

.wpstg-notice-alert {
    display: block;
    background-color: #E01E5A;
    padding: 20px;
    max-width: 600px;
    margin-top: 10px;
    color: white;
}

.wpstg-notice--white {
    display: block;
    background-color: #ffffff;
    padding: 20px;
    max-width: 600px;
    margin-top: 10px;
}

.wpstg-notice-alert a {
    color: white;
}

.wpstg-notice-alert h3 {
    color: white;
}

.wpstg-header {
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
    border-bottom: 1px solid #DFDFDF;
    clear: both;
    padding-top: 10px;
}

#wpstg-clone-label {
    font-size: 14px;
    font-weight: bold;
}

.wpstg-log-details {
    height: 300px;
    overflow: scroll;
    max-width: 650px;
    font-family: monospace;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #FFF;
    background-color: black;
    color: #c0c0c0;
    padding: 3px;
    white-space: nowrap;
    margin-top: 15px;
}

#wpstg-finished-result {
    display: none;
}

#wpstg-remove-cloning {
    background: #ff3428;
    border-color: #e72f24;
    margin-top: 5px;
}

#wpstg-success-notice {
    padding: 10px;
    background-color: white;
    max-width: 900px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.wpstg_beta_notice {
    margin-bottom: 20px;
}

.wpstg-sysinfo {
    width: 700px;
    height: 700px;
}

.wpstg-form-table .col-title label {
    font-weight: 600;
}

.wpstg-form-table td:first-child {
    width: 30%;
}

.wpstg-share-button-container {
    margin: 5px 0;
}

.wpstg-share-button-container p {
    margin: 0 0 10px 0;
}

.wpstg-share-button {
    display: inline-block;
}

.wpstg-share-button a {
    text-decoration: none;
}

.wpstg-share-button .wpstg-share {
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.wpstg-share-button .wpstg-share {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    display: inline;
    font-size: 12px;
    padding: 4px 8px;
}

.wpstg-share-button-twitter .wpstg-share {
    background-color: #00ABF0;
}

.wpstg-share-button-facebook .wpstg-share {
    background-color: #3b5998;
}

.wpstg-share-button-googleplus .wpstg-share {
    background-color: #F53424;
}

.wpstg-share-button-twitter .share:active,
.wpstg-share-button-facebook .share:active,
.wpstg-share-button-googleplus .share:active {
    background-color: #353535;
}

#wpstg-check-space {
    margin-left: 8px;
}

#wpstg-welcome li {
    font-size: 18px;
    line-height: 29px;
    position: relative;
    padding-left: 23px;
    list-style: none !important;
}

#wpstg-welcome {
    margin-top: 20px;
    margin-right: 20px;
    background-color: white;
}

.wpstg-heading-pro {
    font-weight: bold;
}

.wpstg-h2 {
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: 30px;
    line-height: 2.5rem;
}

#wpstg-welcome li:before {
    width: 1em;
    height: 100%;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E) left .4em no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    color: #77b227;
}

.wpstg-h1 {
    margin-bottom: 1.35rem;
    font-size: 2.5em;
    line-height: 3.68rem;
    letter-spacing: normal;
}

.wpstg--swal2-content {
    color: #3e3e3e;
}

.wpstg--swal2-content h1 {
    color: #444;
}

#wpstg-welcome h2 {
    margin: 0 0 15px;
}

#wpstg-welcome .wpstg-footer {
    clear: both;
    margin-top: 20px;
    font-style: italic;
}

#wpstg-footer {
    clear: both;
    margin-top: 20px;
    margin-right: 10px;
    padding-top: 50px;
}

#wpstg-footer a {
    text-decoration: none;
}

#wpstg-footer li {
    margin-bottom: 2px;
    list-style: circle;
}

#wpstg-footer ul {
    margin-left: 15px;
    margin-top: 0px;
}

.wpstg-footer--title {
    margin-left: 15px;
}

.wpstg-staging-info {
    margin-top: 8px;
    color: #3e3e3e;
    font-size: 12px;
}

.wpstg-staging-info a {
    color: #3e3e3e;
}

.wpstg-staging-info li {
    margin-bottom: 2px;
}

.wpstg-bold {
    font-weight: 600;
}

#wpstg-processing-status {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    float: left;
}

#wpstg-processing-timer {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    float: right;
}

#wpstg-report-issue-button {
    margin-left: 30px;
    border: 1px solid #E01E5A;
    color: #E01E5A;
    background-color: white;
}

#wpstg-report-issue-button:hover {
    background-color: #dc2b62;
    color: #fff;
}

.wpstg-blue-primary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    background: #25a1f0;
    border-color: #2188c9;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

a.wpstg-blue-primary {
    padding: 5px 10px;
    height: auto;
}

.wpstg-blue-primary:hover {
    background-color: #259be6;
}

.wpstg-report-issue-form {
    position: absolute;
    z-index: 999;
    width: 300px;
    background-color: #fff;
    padding: 15px 15px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #fff inset;
    display: none;
    right: 0;
    top: 35px;
}

@media (max-width: 600px) {
    .wpstg-report-issue-form {
        position: relative;
    }
}

.wpstg-report-show {
    display: block;
}

.wpstg-field input[type=text],
.wpstg-field textarea {
    width: 100%;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 4px;
}

.wpstg-report-email,
.wpstg-report-hosting-provider {
    width: 100%;
    font-weight: 400;
    font-size: .8rem;
    height: 2.3rem;
    line-height: 2.3rem;
    border-radius: 3px;
    margin-bottom: 4px;
    padding: 0 10px;
}

.wpstg-report-description {
    border-radius: 3px;
    font-size: .8rem;
    padding: 6px 10px;
    resize: none;
}

.wpstg-report-privacy-policy {
    font-size: 12px;
    margin-bottom: 15px;
}

#wpstg-report-cancel {
    float: right;
    margin-right: 5px;
    font-weight: bold;
}

#wpstg-success-button {
    font-weight: bold;
}

.wpstg-message {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #f5e0de;
    border-radius: 3px;
    color: rgba(0, 0, 0, .6);
    height: auto;
    margin: 10px 0;
    min-height: 18px;
    padding: 6px 10px;
    position: relative;
}

.wpstg-message.wpstg-error-message {
    background-color: #f5e0de;
    color: #b65147;
    font-size: 12px;
}

.wpstg-message.wpstg-success-message {
    background-color: #d7f8e0;
    color: #515151;
}

.wpstg-message p {
    margin: 3px 0;
    font-size: 13px;
}

.wpstg-warning {
    display: block;
    padding: 10px;
    background-color: #ffb804;
    color: #ffffff;
    margin: 10px 10px 10px 0;
}

.wpstg-warning a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

.wpstg-error {
    display: block;
    padding: 10px !important;
    background-color: #E01E5A !important;
    color: #ffffff;
    margin: 10px 10px 10px 0 !important;
    border-color: transparent !important;
    border-left-color: transparent !important;
    box-shadow: none !important;
}

.wpstg-error a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

#wpstg-resume-cloning {
    display: none;
}

#wpstg-external-db th {
    text-align: left;
    width: 120px;
}

#wpstg-db-connect {
    font-weight: normal;
}

#wpstg-db-status {
    display: block;
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.wpstg-text-field > #wpstg-db-status {
    margin-top: 8px;
    margin-left: 150px;
    min-width: 300px;
}

.wpstg-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.wpstg-failed {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#wpstg_select_tables_cloning {
    height: 600px;
    font-size: 13px;
}

#wpstg_select_tables_pushing {
    height: 400px;
    font-size: 13px;
}

#wpstg-update-notify {
    background-color: #E01E5A;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    padding: 10px;
}

#wpstg-update-notify a {
    color: #ffffff;
    font-weight: bold;
}

.wpstg-pointer {
    cursor: pointer;
}

.wpstg--tab--header {
    background-color: white;
    /* margin-bottom: 10px; */
    /* padding: 16px; */
    position: relative;
    transition: border-color .2s ease-in-out;
    background-color: #ffffff;
    color: #3e3e3e;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .02);
}

.wpstg--tab--header ul {
    display: flex;
}

.wpstg--tab--header ul li {
    margin-right: 1em;
    margin-bottom: 0px;
}

.wpstg--tab--header ul li:last-child {
    margin-right: 0;
}

.wpstg--tab--header a {
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 1em 1.25em;
    padding-bottom: 9px;
    color: #c4c4c4;
    font-size: 18px;
    /*
    border: solid 1px;
    */
}

.wpstg--tab--header a.wpstg--tab--active {
    border-bottom: .4em solid #25A1F0;
    color: #25A1F0;
}

.wpstg--tab--header a:hover {
    background-color: #fefefe;
    border-bottom: 0.4em solid #25A1F0;
    color: #25A1F0;
}

.wpstg--tab--content {
    display: none;
}

.wpstg--tab--active {
    display: block;
}

.wpstg--text--strong,
.wpstg--text--strong * {
    font-weight: bold !important;
}

.wpstg--text--danger {
    color: #a94442;
}

.wpstg--tooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.wpstg--tooltip.wpstg--tooltip-normal {
    margin-left: 0;
    border-bottom: 0;
}

.wpstg--tooltip .wpstg--tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #505050;
    text-align: left;
    padding: 12px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: normal;
}

.wpstg--tooltiptext-backups {
    width: 120px;
    top: 100%;
    left: -150%;
    margin-left: -56px;
    margin-top: 4px;
}

.wpstg--tooltip.wpstg--exclude-rules--tooltip {
    border-bottom: 0px solid transparent;
}

.wpstg--tooltip.wpstg--exclude-rules--tooltip > .wpstg--tooltiptext {
    margin-top: 0px;
    margin-left: -150px;
}

/**
Tooltip top arrow
 */

.wpstg--tooltip .wpstg--tooltiptext-backups::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.wpstg--tooltip .wpstg--tooltiptext.has-top-arrow {
    margin-top: 6px;
}

.wpstg--tooltip .wpstg--tooltiptext.has-top-arrow::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.wpstg--snaphot-restore-table tr {
    line-height: 12px;
}

.wpstg-float-left {
    float: left;
}

.wpstg-beta-notice {
    background-color: #b0e8b0;
    border-radius: 3px;
    padding: 7px;
    margin-bottom: 20px;
}

#wpstg-backup-name {
    font-size: 1.875em;
    font-weight: 600;
}

#wpstg_select_tables_cloning option:checked,
#wpstg_select_tables_pushing option:checked {
    /* Cannot use background color here because Chrome and Firefox ignore it even if set to !important */
    -webkit-appearance: menulist-button;
    background-image: linear-gradient(0deg, #1e90ff 0%, #1e90ff 100%);
}

.wpstg--btn--cancel {
    background: #ff3428;
    border-color: #e72f24;
    color: #fff;
    height: auto;
    line-height: normal;
    font-size: 16px;
    padding: .5em;
    margin-bottom: 1.5em;
}

.wpstg--btn--cancel:hover {
    background: #ff3428;
    border-color: #e72f24;
}

.wpstg--process--content > .wpstg--swal2-html-container {
    padding: 4em 2em !important;
}

.wpstg--modal--process--logs,
.wpstg--modal--error--logs {
    background: #ffffff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 300px;
    margin-top: 1em;
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    overflow: auto;
    text-align: justify;
}

.wpstg--modal--error--logs {
    height: auto;
    max-height: 300px;
}

.wpstg--modal--process--logs p {
    font-size: 12px;
    white-space: nowrap;
}

.wpstg--modal--process--logs p.wpstg--modal--process--msg--info {
    color: #222222;
}

.wpstg--modal--process--logs p.wpstg--modal--process--msg--debug {
    color: #757575;
}

.wpstg--modal--process--title {
    color: #565656;
    margin: .25em 0;
}

.wpstg--modal--process--subtitle {
    margin: .5em 0;
    color: #565656;
}

.wpstg--modal--error--logs > p {
    text-align: left;
    font-size: 14px;
    color: #222222;
}

.wpstg--modal--process--logs p,
.wpstg--modal--error--logs p {
    margin: 0px;
    margin-bottom: 2px;
}

.wpstg--modal--process--msg--error {
    color: #E01E5A;
}

.wpstg--modal--process--msg--critical {
    color: #E01E5A;
}

.wpstg--modal--process--msg--warning {
    color: darkorange;
}

.wpstg--modal--process--msg-found {
    font-size: 16px;
    color: #E01E5A;
    font-weight: bold;
}

.wpstg--modal--delete {
    text-align: left;
    margin-top: 8px;
    color: #565656;
}

.wpstg-swal-popup .wpstg--swal2-cancel.wpstg--btn--cancel {
    margin-bottom: 0;
    text-shadow: none !important;
}

.wpstg-swal-popup .wpstg-loader {
    display: inline-block !important;
}

.wpstg--modal--process--generic-problem {
    display: none;
    border-left: 5px solid #E01E5A;
    margin: .5em 0;
}

.wpstg--modal--process--logs--tail {
    font-size: 16px;
    color: #565656;
    background: none;
    border: none;
    cursor: pointer;
}

.wpstg--modal--backup--import--upload--title {
    color: #3e3e3e;
}

.wpstg--modal--backup--import--configure,
.wpstg--modal--backup--import--upload--status,
.wpstg--modal--backup--import--upload--container input[type="file"] {
    display: none;
}

#wpstg--backups--import--file-list {
    font-size: 14px;
    font-weight: bold;
}

#wpstg--backups--import--file-list-empty {
    color: #E01E5A;
}

.wpstg--modal--backup--import--filesystem label {
    font-size: 14px;
}

.wpstg--modal--backup--import--filesystem button {
    margin-bottom: 20px;
}

.wpstg--modal--backup--import--upload {
    position: relative;
    min-height: 30px;
}

.wpstg--modal--backup--import--upload {
    color: #505050;
}

.wpstg--modal--backup--import--upload--container {
    position: relative;
    border-radius: 10px;
    margin: .5em;
    padding: 1em .5em;
    border: 3.5px dashed #dedede;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #f4fbff;
    min-height: 130px;
}

.wpstg--modal--backup--import--upload--container.wpstg--has-dragover span.wpstg--drop {
    display: inline-flex;
}

.wpstg--modal--backup--import--upload--container input[type='file'] {
    display: none;
}

.wpstg--modal--backup--import--upload--container img {
    margin-top: 10px;
    width: 4em;
    align-self: center;
    border: none;
}

.wpstg--modal--backup--import--upload--container span {
    margin-top: 1em;
}

.wpstg--backup--import--options > button {
    margin-top: 1em;
    padding: 1em;
    align-self: center;
    width: 185px;
    height: auto;
    line-height: normal;
}

.wpstg--backup--import--options {
    position: relative;
    display: flex;
    justify-content: center;
}

.wpstg--backup--import--options ul {
    display: none;
}

.wpstg--backup--import--options.wpstg--show-options ul {
    padding: 0;
    margin: 54px 0 0 0;
    display: block;
    position: absolute;
    width: 185px;
    background: #25a1f0;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    border-width: 1px;
    border-color: #2188c9;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.wpstg--backup--import--options.wpstg--show-options ul li {
    border-bottom: .1em solid #25a1f0;
    margin: 0;
}

.wpstg--backup--import--options.wpstg--show-options ul li:hover {
    background-color: #25a1f0;
}

.wpstg--backup--import--options.wpstg--show-options ul li:last-child {
    border-bottom: none;
}

.wpstg--backup--import--options ul li button {
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    color: white;
    height: 40px;
    line-height: 40px;
}

.wpstg--backup--import--options ul li button:hover {
    background-color: #259be6;
}

.wpstg--modal--backup--import--search-replace--info {
    margin: 1em 0;
    display: flex;
    flex-direction: row;
}

.wpstg--modal--backup--import--info p {
    text-align: left;
    margin: 0;
}

.wpstg--modal--backup--import--search-replace--wrapper button {
    align-self: center;
}

.wpstg--import--advanced-options--button {
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    cursor: pointer;
}

.wpstg--modal--backup--import--search-replace--new {
    color: white;
    background-color: #25a1f0;
}

.wpstg--modal--backup--import--search-replace--remove {
    color: white;
    background-color: #25a1f0;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

.wpstg--modal--backup--import--search-replace--input-group:first-child button {
    display: none;
}

.wpstg--modal--backup--import--search-replace--input--container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wpstg--modal--backup--import--search-replace--input-group {
    width: 100%;
    border-bottom: 6px solid #f1f1f1;
    margin-bottom: 10px;
}

.wpstg--modal--backup--import--search-replace--input-group input {
    min-width: 250px;
    width: calc(50% - 4px - 11px - 5px); /* -4px is half of the padding; -11px is half of the button; -5 is the margin left of the button */
    display: inline-block;
    line-height: 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #666;
    padding: 8px;
    margin-bottom: 12px;
}

.wpstg--modal--import--upload--process {
    display: none;
    position: relative;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    top: 0;
    left: 0;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
    justify-content: center;
    align-items: center;
}

.wpstg--modal--import--upload--progress {
    position: absolute;
    background: #98d452;
    color: white;
    height: 100%;
    border-radius: 4px;
    left: 0;
    top: 0;
}

.wpstg--modal--import--upload--progress--title {
    z-index: 9;
}

.wpstg-fieldset:disabled {
    opacity: 0.8;
    border-top: 1px solid white;
    margin-top: 20px;
}

.wpstg-fieldset {
    padding-left: 20px;
}

.wpstg-fs-14 {
    font-size: 14px;
}

.wpstg-dark-alert {
    font-weight: bold;
    background-color: #0e86d9;
    padding: 15px;
    margin-top: 0px;
    color: white;
}

.wpstg-dark-alert .wpstg-button--cta-red {
    margin-left:10px;
}

.wpstg-form-group {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    align-items: center;
}

.wpstg-form-group > label {
    display: block;
    font-weight: 700;
}

.wpstg-text-field > input {
    width: 300px;
    display: block;
    line-height: 1.5;
}

.wpstg-code-segment {
    display: block;
}

.wpstg-text-field > .wpstg-code-segment {
    margin-top: 4px;
    min-width: 300px;
}

.wpstg-form-group > .wpstg-checkbox {
    min-width: 100%;
    width: 100%;
    position: relative;
}

.wpstg-form-group > .wpstg-checkbox > input[type='checkbox'] {
    left: 150px;
}

.wpstg-rounded {
    border-radius: 3px;
}

.wpstg-white-border {
    border: 1px solid white !important;
}

.wpstg-ml-4 {
    margin-left: 4px;
}

#wpstg-confirm-backup-restore-data {
    margin: 40px;
    text-align: left;
}

#wpstg-advanced-settings hr {
    margin: 20px 0;
}

.wpstg-form-row {
    display: block;
}

.wpstg-form-row label,
.wpstg-form-row input {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.wpstg-form-row input {
    width: 400px;
}

.wpstg-form-row label {
    font-weight: bold;
    width: 1px;
    white-space: nowrap;
}

#wpstg-db-connect-output #wpstg-db-status {
    width: 390px;
}

.wpstg-fs-14 {
    font-size: 14px;
}

.wpstg-code-segment {
    display: block;
}

.wpstg-form-group > .wpstg-checkbox {
    min-width: 100%;
    width: 100%;
}

.wpstg-form-group > .wpstg-checkbox > input[type='checkbox'] {
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .wpstg-form-group > label {
        min-width: auto;
        width: auto;
    }

    .wpstg-text-field > input {
        width: 100%;
    }

    .wpstg-text-field > .wpstg-code-segment {
        margin-left: 0;
        min-width: 100%;
    }

    .wpstg-tab-section {
        width: calc(100vw - 60px);
        max-width: 450px;
    }
}

.wpstg-rounded {
    border-radius: 3px;
}

.wpstg-white-border {
    border: 1px solid white !important;
}

.wpstg-m-0 {
    margin: 0;
}

.wpstg-mt-10px {
    margin-top: 10px !important;
}

.wpstg-my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.wpstg-w-100 {
    width: 100%;
}

.wpstg-box-shadow {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.wpstg-float-left {
    float: left;
}

.wpstg-bold-text {
    font-weight: bold;
}

.wpstg-warning.notice {
    border-left: 4px solid #ffba00;
}

.wpstg-confirmation-label {
    background-color: #5b9dd9;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
}

.wpstg-my-6px {
    margin-bottom: 6px;
    margin-top: 6px;
}

.wpstg-mb-10px {
    margin-bottom: 10px;
}

.wpstg-clear-both {
    clear: both;
}

.wpstg-font-italic {
    font-style: italic;
}

.wpstg-mt-20px {
    margin-top: 20px;
}

.wpstg-welcome-container {
    border: 2px solid white;
    padding: 20px;
    margin-bottom: 20px;
}

.wpstg-ml-30px {
    margin-left: 30px;
}

.wpstg-text-center {
    text-align: center;
}

.wpstg-feedback-link {
    text-decoration: none;
}

.wpstg-feedback-span {
    display: block;
    margin-bottom: 3px;
}

#wpstg-confirm-backup-restore-data {
    margin: 40px;
    text-align: left;
}

#wpstg-confirm-backup-restore-wrapper {
    margin: 30px;
    margin-top: 0;
}

#wpstg-confirm-backup-restore-wrapper h3 {
    color: #E01E5A;
}

#wpstg-progress-db,
#wpstg-progress-backup {
    background-color: #3fa5ee;
}

#wpstg-progress-sr,
#wpstg-progress-files.wpstg-pro {
    background-color: #3c9ee4;
}

#wpstg-progress-dirs,
#wpstg-progress-data {
    background-color: #3a96d7;
}

#wpstg-progress-files:not(.wpstg-pro),
#wpstg-progress-finishing {
    background-color: #378cc9;
}

.wpstg-issue-resubmit-confirmation.wpstg--swal2-container,
.wpstg-swal2-container.wpstg--swal2-container {
    z-index: 10500;
}

.wpstg-swal2-container.wpstg-swal2-loading .wpstg--swal2-actions,
.wpstg-swal2-container.wpstg-swal2-loading .wpstg--swal2-header {
    display: none;
}

body.toplevel_page_wpstg_backup .wpstg--swal2-container .wpstg--swal2-content,
body.toplevel_page_wpstg_clone .wpstg--swal2-container .wpstg--swal2-content {
    z-index: 2;
}

.toplevel_page_wpstg_clone #swal2-content h2 {
    color: #3e3e3e;
}

.toplevel_page_wpstg_clone #swal2-content {
    line-height: 1.5em;
}

div#exportUploadsWithoutDatabaseWarning {
    font-style: italic;
    font-size: 0.9rem;
    margin: 10px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    text-align: center;
    background-color: #fafafa;
}

.wpstg-advanced-options-dropdown-wrapper {
    display: none; /* ENABLE WHEN WE HAVE ADVANCED OPTIONS FOR EXPORTING */
    margin-top: 20px;
}

.wpstg--modal--backup--import--search-replace--wrapper {
    text-align: left;
    margin-top: 20px;
}

.wpstg--modal--backup--import--search-replace--new--wrapper {
    text-align: center;
}

.wpstg-import-backup-contains li {
    display: inline-block;
    margin-bottom:0px;
}

.wpstg-import-backup-contains li .wpstg-backups-contains {
    border-radius: 3px;
    color: #979797;
    background-color: #f4f4f4 !important;
    width: 18px;
    height: 18px;
    font-size: 17px;
}

.wpstg-import-backup-contains.wpstg-listing-single-backup li .wpstg-backups-contains {
    padding: 2px;
    background-color: white;
}

.wpstg-import-backup-contains.wpstg-listing-single-backup li .wpstg-backups-contains > .wpstg--dashicons {
    filter: invert(35%);
}

.wpstg-import-backup-contains .wpstg--tooltiptext {
    width: 80px;
    font-size: 13px;
    padding: 5px;
    left: -25px;
    text-align: center;
}

.wpstg-import-backup-contains-title {
    display: inline-block;
}

ul.wpstg-import-backup-contains {
    display: inline-block;
}

.wpstg-import-backup-name {
    display: inline-block;
    font-weight: bold;
}

.wpstg-backup-more-info-toggle {
    font-size: x-small;
    display: inline-block;
    font-style: italic;
    cursor: pointer;
}

.wpstg-backup-more-info-toggle::selection {
    background: none;
}

ul.wpstg-import-backup-more-info {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #f6f6f6;
    border: 1px solid #878787;
    border-radius: 3px;
    padding: 7px;
    cursor: pointer;
}

ul.wpstg-import-backup-more-info:hover {
    background-color: #def2ff;
    border: 1px solid #25a1f0;
}

ul.wpstg-import-backup-more-info li {
    height: 20px;
}

.wpstg-backup-list {
    max-width: 800px;
}

.wpstg-backup-list h3 {
    color:#3e3e3e;
}

.wpstg-backup-list ul ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.wpstg-push-confirmation-message {
    text-align: justify;
    font-size: 15px;
}

.wpstg-settings-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wpstg-settings-title {
    font-weight: 600;
}

.wpstg-settings-form-group {
    display: flex;
    align-items: center;
}

.wpstg-settings-form-group > .wpstg-settings-message {
    width: 30%;
    padding: 0;
    margin: 7px 0 0;
}

/**
 * WP STAGING EXCLUSION RULES TABLE LAYOUT
 */

.wpstg-excluded-filters-container {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

.wpstg-excluded-filters-container > table {
    width: 100%;
    border-collapse: collapse;
    border-color: transparent;
}

.wpstg-excluded-filters-container td {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 20px;
}

.wpstg-excluded-filters-container h4 {
    margin: 0;
}

.wpstg-exclude-filters-foot {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

/**
 * WP STAGING EXCLUSION RULE DROPDOWN STYLE
 */


.wpstg-exclude-filter-dropdown > button:hover {
    background: #135e96;;
    border: 1px solid #135e96;;
}

.wpstg-exclude-filter-dropdown > .wpstg-dropdown-menu {
    width: 128px;
}

.wpstg-remove-exclude-rule {
    color: #fff !important;
    background-color: #e01e5a;
    border: 1px solid #e01e5a;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 24px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    line-height: 0.7;
    margin-top: 5px;
    cursor: pointer;
}

.wpstg-remove-exclude-rule:hover {
    background-color: #E01E5A;
    border-color: #E01E5A;
}

.wpstg-code-block {
    margin-top: 4px;
    font-size: 1.2em;
    background: #f8f8f8;
    border-radius: 2px;
}

.wpstg-rule-info {
    background: #f8f8f8 !important;
}

code.wpstg-code {
    display: inline-block;
    font-size: 11px;
    border: 1px solid #aaa;
    background: #fff;
    padding: 2px 4px;
    margin-bottom: 1px;
    color: #E01E5A;
}

.wpstg-exclusion-rule-info {
    color: #fff !important;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    font-size: 14px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    vertical-align: middle;
}

.wpstg-exclusion-rule-info:hover {
    background-color: #ffba0c;
    border: 1px solid #ffba0c;
}

/**
 * WP STAGING INPUTS EXCLUSION RULES
 */

.wpstg-exclude-rule-input {
    font-size: 12px !important;
    padding: 2px 6px;
    box-shadow: none;
    outline: none !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid #bbb;
    min-height: 24px !important;
    margin-top: 4px;
    margin-left: 4px;
    vertical-align: baseline !important;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    width: 135px;
}

.wpstg-excluded-filters-container tbody > tr:last-child .wpstg-exclude-rule-input {
    margin-bottom: 4px;
}

.wpstg-exclude-rule-input:hover {
    border: 1px solid #999;
}

.wpstg-exclude-rule-input:focus {
    border: 1px solid #25A0F1 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.wpstg-file-size-exclude-select,
.wpstg-path-exclude-select {
    width: 135px;
}

.wpstg-file-size-exclude-select-small {
    width: 52px;
}

.wpstg-file-size-exclude-input {
    width: 75px;
}

.wpstg-staging-option-title {
    margin: 15px 0 0;
}

.wpstg-swal-push-container.wpstg--swal2-container {
    z-index: 9995;
}

#wpstg-scanning-files {
    padding-bottom: 5px;
}

#wpstg-scanning-files.wpstg-tab-section, #wpstg-scanning-db.wpstg-tab-section {
    padding-top: 10px;
}

.wpstg-reset-excludes-container {
    margin: 10px 0;
}

.wpstg-swal2-ajax-loader {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes wpstg-loading-icon-anim {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wpstg-swal2-ajax-loader > img {
    width: 64px;
    height: 64px;
    animation: wpstg-loading-icon-anim 1s infinite linear;
    -webkit-animation: wpstg-loading-icon-anim 1s infinite linear;
}

.wpstg-swal2-container .wpstg-tab-section {
    width: auto !important;
}

#wpstg-no-staging-site-results {
    margin-top: 10px;
    max-width: 375px;
}

li#wpstg-backup-no-results {
    max-width: 500px;
}

li#wpstg-backup-no-results div, #wpstg-no-staging-site-results div {
    display: inline-block;
    text-align: center;
}

li#wpstg-backup-no-results .wpstg--dashicons, #wpstg-no-staging-site-results .wpstg--dashicons {
    filter: invert(50%);
    position: absolute;
    margin-top: 1px;
}

li#wpstg-backup-no-results .no-backups-found-text, #wpstg-no-staging-site-results .no-staging-site-found-text {
    color: #5d5d5d;
    margin-left: 20px;
}

@media only screen and (max-width: 680px) {
    li#wpstg-backup-no-results div, #wpstg-no-staging-site-results div {
        width: 100%;
    }
}

#wpstg--modal--backup--download-inner p.wpstg-download-modal-text {
    font-size: 16px;
    color: #565656;
}

#wpstg--modal--backup--download-inner h2 {
    color: #565656;
}

.wpstg-backup-restore-contains-database,
.wpstg-backup-restore-contains-files {
    display: none;
}

.wpstg-green-button {
    background: #8bc34a;
    border: 1px solid #78a93f;
    color: white;
    text-shadow: 0 -1px 1px #78a93f, 1px 0 1px #78a93f, 0 1px 1px #40c921, -1px 0 1px #78a93f;
}

.wpstg-green-button:hover {
    background: #78a93f;
}

.wpstg-is-dir-loading {
    position: absolute;
    margin-top: -2px;
    margin-left: 8px;
    display: none;
}

.wpstg-ml-8px {
    margin-left: 8px;
}

.wpstg-mb-8px {
    margin-bottom: 8px;
}


.wpstg-btn-danger {
    background-color: #E01E5A;
    border: 1px solid #E01E5A;
    color: white;
    text-shadow: none;
}

.wpstg-btn-danger:hover {
    background: #c0194d;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.wpstg-swal2-container.wpstg-swal2-loading > .wpstg--swal2-modal {
    height: 200px;
}

.wpstg-reset-confirmation.wpstg-swal2-container:not(.wpstg-swal2-loading) > .wpstg--swal2-modal {
    max-width: 480px;
}

.wpstg-reset-confirmation.wpstg-swal2-container .wpstg--swal2-header {
    display: none;
}

.wpstg-reset-confirmation.wpstg-swal2-container .wpstg--swal2-content {
    height: auto;
}

.wpstg-reset-confirmation.wpstg-swal2-container > .wpstg--swal2-modal > .wpstg--swal2-content .wpstg-tabs-wrapper {
    overflow-y: auto;
    height: auto !important;
}

.wpstg-reset-confirmation.wpstg-swal2-container > .wpstg--swal2-modal > .wpstg--swal2-content {
    font-size: 13px;
}

.wpstg-reset-confirmation.wpstg-swal2-container > .wpstg--swal2-modal > .wpstg--swal2-content .wpstg-dir {
    margin-bottom: 4px;
}

.wpstg-reset-confirmation.wpstg-swal2-container > .wpstg--swal2-modal > .wpstg--swal2-content .wpstg-subdir {
    margin-top: 4px;
}

.wpstg-reset-confirmation.wpstg-swal2-container.has-collapsible-open .wpstg--swal2-modal {
    height: calc(100vh - 70px);
}

.wpstg-reset-confirmation.wpstg-swal2-container.has-collapsible-open > .wpstg--swal2-modal > .wpstg--swal2-content .wpstg-tabs-wrapper {
    height: calc(100vh - 350px) !important;
}

.wpstg--swal2-actions.wpstg--modal--actions > button {
    margin-left: 4px;
    margin-right: 4px;
    text-transform: uppercase;
    text-shadow: initial;
    font-weight: 500;
    min-width: 80px;
}

.wpstg-swal-popup {
    max-width: 1200px !important;
}

.wpstg-swal-popup.wpstg-push-finished .wpstg--swal2-title {
    color: #a8a8a8;
}

.wpstg-swal-popup.wpstg-push-finished .wpstg--swal2-content {
    margin-top: 8px;
    color: #a8a8a8;
}

.wpstg-swal-popup .wpstg--swal2-progress-steps .wpstg--swal2-progress-step.wpstg--swal2-active-progress-step,
.wpstg-swal-popup .wpstg--swal2-progress-steps .wpstg--swal2-progress-step,
.wpstg-swal-popup .wpstg--swal2-progress-steps .wpstg--swal2-progress-step-line {
    background: #25a1f0;
}

.wpstg-swal-popup .wpstg--swal2-progress-steps .wpstg--swal2-progress-step-line {
    width: 2.75em;
}

.wpstg--dashicons {
    width: 16px;
    height: 16px;
}

.wpstg--dashicons.wpstg-dashicons-grey {
    filter: invert(20%);
}

.wpstg--dashicons.wpstg-dashicons-19 {
    width: 19px;
    height: 19px;
}

.wpstg--dashicons.wpstg-dashicons-21 {
    width: 21px;
    height: 21px;
}

#wpstg--tab--backup #wpstg-step-1 {
    display: flex;
    align-items: center;
}

.wpstg-advanced-options .wpstg--tooltip,
#wpstg--tab--backup #wpstg-step-1 .wpstg--tooltip {
    border-bottom: 0 solid transparent;
    display: inline-flex;
    align-items: center;
}

.wpstg-advanced-options-site .wpstg--tooltip img.wpstg--dashicons {
    filter: invert(17%) sepia(0%) saturate(1%) hue-rotate(195deg) brightness(97%) contrast(77%);
}

#wpstg--tab--backup #wpstg-step-1 .wpstg--tooltip {
    border-bottom: 0 solid transparent;
    display: flex;
    align-items: center;
}

.wpstg--tooltip .wpstg--tooltiptext-backups::after {
    left: calc(20% + 2px);
}

.wpstg-listing-single-backup .wpstg--dashicons {
    width: 17px;
    height: 17px;
}

.wpstg-100-width {
    width: 100px;
}

.wpstg-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.2s;
    cursor: pointer;
}

.wpstg-caret.wpstg-caret-up {
    transform: rotate(-180deg);
}

.wpstg-advanced-options-site label {
    font-size: 16px;
    display: block;
    margin: .5em 0;
}

#wpstg-confirm-backup-restore-data {
    font-size: 18px;
    margin: 0;
    margin-top: 30px;
}

/* Sweetalert WP STAGING Theme */

body.toplevel_page_wpstg_backup .wpstg--swal2-container.wpstg--swal2-backdrop-show,
body.toplevel_page_wpstg_clone .wpstg--swal2-container.wpstg--swal2-backdrop-show {
    background: rgba(0, 0, 0, .6);
    z-index: 9995;
}

.wpstg-swal-popup.wpstg--swal2-popup {
    border-radius: 8px;
    z-index: 9999;
    padding: 24px;
    color: #3e3e3e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.wpstg-swal-popup .wpstg--swal2-title {
    font-size: 22px;
    color: #3e3e3e;
}

.wpstg-swal-popup.wpstg--swal2-popup:not(.centered-modal) .wpstg--swal2-title {
    align-self: flex-start; /* For an actual Swal title  */
    text-align: left; /* Manually adding this class to a non flex display  */
    margin-bottom: 0;
}

.wpstg-swal-popup .wpstg--swal2-close {
    top: 8px;
    right: 8px;
    z-index: 5;
}

.wpstg-swal-popup .wpstg--swal2-close:focus {
    outline: none;
}

.wpstg-swal-popup.wpstg--swal2-popup:not(.centered-modal) .wpstg--swal2-actions {
    justify-content: flex-end;
}

.wpstg-swal-popup .wpstg--swal2-actions > button {
    border-radius: 4px;
    font-weight: 900;
    border: 0;
    font-size: 15px;
    padding: 10px 12px;
    text-transform: capitalize;
    line-height: normal;
    height: 40px;
    min-width: 100px;
    text-shadow: none;
}

.wpstg-swal-popup.wpstg--swal2-popup:not(.centered-modal) .wpstg--swal2-actions > button {
    margin-left: 8px;
}

.wpstg-swal-popup .wpstg--swal2-actions > button.wpstg--swal2-cancel {
    border: 1px solid rgba(29, 28, 29, 0.3);
    background: #fff;
    color: rgb(29, 28, 29);
    font-weight: 500;
    width: 100px;
    text-shadow: none;
}

.wpstg-swal-popup .wpstg--swal2-actions > button:hover {
    box-shadow: 0 1px 3px 0 rgba(0 0 0 .1);
}

.wpstg-swal-popup .wpstg--swal2-actions > button.wpstg--swal2-cancel:hover {
    background: rgba(28, 29, 28, .04);
}

#wpstg-backup-name-input {
    height: 44px;
    font-size: 18px;
}

.wpstg-restore-finished-container .wpstg--swal2-title {
    color: #565656 !important;
}

/*#wpstg-restore-success {
    color: #565656;
}*/

.wpstg-restore-finished-container .wpstg--swal2-content {
    margin-top: 20px;
    color: #a8a8a8;
}

/* WP Staging Implementation of Windows Style Linear Loader */

.wpstg-linear-loader > span[class*="wpstg-linear-loader-item"] {
    height: 6px;
    width: 6px;
    background: #333;
    display: inline-block;
    margin: 12px 2px;
    border-radius: 100%;
    animation: wpstg_linear_loader 3s infinite;
    animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    animation-fill-mode: both;
}

.wpstg-linear-loader > span.wpstg-linear-loader-item:nth-child(1) {
    animation-delay: 1s;
}

.wpstg-linear-loader > span.wpstg-linear-loader-item:nth-child(2) {
    animation-delay: 0.8s;
}

.wpstg-linear-loader > span.wpstg-linear-loader-item:nth-child(3) {
    animation-delay: 0.6s;
}

.wpstg-linear-loader > span.wpstg-linear-loader-item:nth-child(4) {
    animation-delay: 0.4s;
}

.wpstg-linear-loader > span.wpstg-linear-loader-item:nth-child(5) {
    animation-delay: 0.2s;
}

.wpstg-linear-loader > span.wpstg-linear-loader-item:nth-child(6) {
    animation-delay: 0s;
}

@keyframes wpstg_linear_loader {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* END - Windows Style Linear Loader */

.wpstg--modal--backup--import--upload--content {
    padding: .75em;
    margin: 1em auto;
}

.wpstg--modal--backup--import--upload--content .wpstg-linear-loader {
    display: none;
}

#wpstg-multisite-disabled .wpstg-clone {
    width: 355px;
}

#wpstg-free-version-backups .wpstg-clone {
    text-align: center;
}

#wpstg-free-version-backups .wpstg-clone p {
    font-size: 16px;
}

.wpstg-staging-info li .backup-notes {
    word-break: break-word;
}

.wpstg--modal--import--upload--progress--title small {
    font-weight: normal;
}

#wpstg-report-issue-wrapper {
    position: relative;
}

#wpstg-report-issue-wrapper .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    right: 40px;
}

.notice {
    margin: 10px 20px 0 2px;
}

.wpstg--notice {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    margin: 20px 20px 20px 0px;
    padding: 1px 12px;
}

.wpstg--error a:hover {
    color: #eeeeee;
}

.wpstg--error, .wpstg--error a {
    background: #E01E5A;
    color: white;
}

/**
 * Buttons
 */

.wpstg-button {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
    font-weight: 500;
    outline: 0;
    transition: background-color .1s ease-in;
    text-decoration: none;
}

.wpstg-button.wpstg-save {
    background-color: #1687A7;
    color: white;
}

.wpstg-button.wpstg-save:hover {
    background-color: #276678;
}


.wpstg-button.wpstg-button-light {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    color: #333;
    animation: background-color 0.3s;
}

.wpstg-button.wpstg-button-light:hover {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
}

.wpstg-buttons .spinner {
    float: none;
    margin: 0 0 0 5px;
}

.wpstg-button.danger {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-transform: inherit;
    background-color: #E01E5A;
    color: white;
    border-radius: 2px;
    border-color: transparent;
}

.wpstg-button.danger:hover {
    background-color: #c0194d;
}

.wpstg-button--big {
    display: inline-block;
    padding: 10px;
    min-width: 170px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    color: white;
    border-radius: 3px;
}

.wpstg-button--primary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid rgba(29, 28, 29, 0.3);
    -webkit-appearance: none;
    border-radius: 2px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #171717;
}

.wpstg-button--primary:hover {
    background: rgba(28, 29, 28, .04);
    color: black;
}

.wpstg-button--secondary {
    display: inline-block;
    background-color: transparent;
    color: #95a5a6;
    border-radius: 2px;
    border: 1px solid rgba(29, 28, 29, 0.3);
    cursor: pointer;
    padding: 4px 10px 2px 10px;
    font-weight: 500;
    outline: 0;
    transition: background-color .1s ease-in;
    text-decoration: none;
}

.wpstg-button--red {
    background-color: #E01E5A;
    border-color: #E01E5A;
    color: white;
}

.wpstg-button--red:hover {
    background-color: #d02358;
    border-color: #e0255f;
    color: white;
}

.wpstg-button--cta-red {
    background-color: #fe008f;
    border-color: #E01E5A;
    color: white;
}

.wpstg-button--cta-red:hover {
    background-color: #f31391;
    border-color: #e0255f;
    color: white;
}

.wpstg-button--blue {
    background-color: #25A0F1;
    border-color: #25A0F1;
    color: white;
}

.wpstg-button--blue:hover {
    background-color: #259be6;
    border-color: #259be6;
    color: white;
}

#wpstg-button-backup-upgrade {
    font-size: 16px;
}

.wpstg-staging-status {
    color: #E01E5A;
}

#wpstg-push-changes,
#wpstg-start-updating,
#wpstg-save-clone-data {
    margin-left: 5px;
}

input.wpstg-textbox {
    border: 1px solid #aaa;
    border-radius: .25rem;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
}

input.wpstg-textbox:focus {
    outline: 0;
    border-color: #259be6;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(221, 221, 221, .35);
    box-shadow: 0 0 0 0.1rem rgba(221, 221, 221, .35);
}

input.wpstg-textbox::placeholder {
    color: #888;
}

.wpstg--advance-settings--checkbox {
    display: flex;
    align-items: center;
}

.wpstg--advance-settings--checkbox > label {
    font-size: 14px;
    font-weight: bolder;
    width: 165px;
    display: inline-block;
}

.wpstg--advance-settings--checkbox > .wpstg--tooltip {
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    border-bottom: 0px solid transparent;
}

.wpstg--advance-settings--checkbox > .wpstg--tooltip > .wpstg--tooltiptext {
    top: 18px;
    left: -150px;
}


div#wpstg-restore-wait {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999;
}

div#wpstg-restore-wait .wpstg-title {
    font-weight: bold;
}

div#wpstg-restore-wait div {
    font-size: 16px;
    margin-top: 12px;
}

.resumable-browse {
    cursor: pointer;
}

.resumable-browse a {
    text-decoration: underline;
}

.wpstg-upload-text {
    font-weight: 600;
}

.wpstg--modal--backup--import--upload--container.dragover {
    transition: background-color 0.7s;
    background-color: #94dc96;
    color: #FFF;
}

.wpstg--modal--backup--import--upload--container.dragover * {
    pointer-events: none; /* Avoids flickering when dragging to drop a file */
}

.wpstg--modal--backup--import--upload--container.dragover .wpstg-upload-text {
    display: none;
}

.wpstg--modal--backup--import--upload--container.dragover .wpstg-dragover-text {
    display: block;
}

.wpstg--modal--backup--import--upload--container .wpstg-dragover-text {
    display: none;
}

#wpstg-invalid-license-message, #wpstg-invalid-license-message a {
    font-weight: 500;
    color: #E01E5A;
    margin-left: 6px;
}

#wpstg-sidebar--banner {
    max-width: 200px;
}

@media screen and (max-width: 1234px) {
    .wpstg-h2 {
        font-size: 24px;
    }

    #wpstg-welcome li {
        font-size: 14px;
    }
}

.wpstg-exclamation {
    color: #ffffff;
    border-radius: 100%;
    background-color: #E01E5A;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin: 6px;
}

.wpstg--tab--contents {
    padding-top: 1px;
}

.wpstg-swal-show.wpstg--swal2-show {
    -webkit-animation: wpstg-swal-show 0.2s !important;
    animation: wpstg-swal-show 0.2s !important;
}

@-webkit-keyframes wpstg-swal-show {
    0% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes wpstg-swal-show {
    0% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

.wpstg-tab-item--vert-center {
    display: flex;
    align-items: center;
}

.wpstg-db-comparison-modal {
    padding-left: 10px;
    padding-right: 10px;
}

.wpstg-db-comparison-table {
    font-size: 13px;
    width: 100%;
}

.wpstg-db-comparison-table tbody td {
    padding-top: 6px;
}

.wpstg-db-comparison-table tr > td:first-child,
.wpstg-db-comparison-table tr > th:first-child {
    text-align: left;
}

.wpstg-css-tick {
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 3px solid #78b13f;
    border-right: 3px solid #78b13f;
}

.wpstg-css-cross {
    position: relative;
    top: -8px;
    left: -2px;
    width: 16px;
    height: 16px;
}

.wpstg-css-cross:before, .wpstg-css-cross:after {
    position: absolute;
    content: ' ';
    height: 17px;
    width: 3px;
    background-color: #E01E5A;
}

.wpstg-css-cross:before {
    transform: rotate(45deg);
}

.wpstg-css-cross:after {
    transform: rotate(-45deg);
}

.wpstg-selection-preview {
    font-size: 12px;
    margin-left: 20px;
    color: #3216;
}

.wpstg-selection-preview.danger {
    color: #E01E5A;
}

.wpstg--backup-automated {
    margin-bottom: -5px;
}

.wpstg--dismiss-schedule {
    cursor: pointer;
}

.wpstg-import-backup-contains.wpstg-listing-single-backup {
    vertical-align: middle;
}

.wpstg-import-backup-contains.wpstg-listing-single-backup li {
    padding:2px;
}

.wpstg--modal--backup--manage--schedules--content table {
    margin: 0 auto;
    width: 100%;
}

.wpstg--modal--backup--manage--schedules--title {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
}

.wpstg--modal--backup--import--upload--title {
    text-align: center;
}

#wpstg--modal--backup--manage--schedules--content {
    text-align: left;
}

#wpstg--modal--backup--manage--schedules--content thead {
    font-weight: bold;
}

#wpstg--modal--backup--manage--schedules--content .wpstg--tooltip.wpstg--dismiss-schedule {
    border-bottom: none;
}

.wpstg--tooltip.wpstg--dismiss-schedule img.wpstg--dashicons {
    filter: invert(18%) sepia(57%) saturate(6238%) hue-rotate(332deg) brightness(93%) contrast(88%);
}

#wpstg--modal--backup--manage--schedules--content td {
    padding-right: 25px;
    padding-top: 10px;
}

#wpstg--modal--backup--manage--schedules--content ul {
    margin-top: 0;
    margin-bottom: 0;
}

#wpstg--modal--backup--manage--schedules--content ul li:first-child .wpstg--tooltip {
    margin-left:0;
}

.wpstg-button:disabled {
    background-color: #dddddd;
    text-shadow: none;
    color: #b3b3b3;
    border: 1px solid #cfcfcf;
    cursor: not-allowed;
}

#wpstg-backup-runs-info {
    margin: 0px;
    margin-top: 20px;
    padding:0px;
    font-size:12px;
}

#wpstg-backup-runs-info li {
    margin: 0px;
}

div#wpstg-backup-locked {
    width: 100%;
    max-width: calc(800px - 30px);
    padding: 15px;
    background: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#wpstg-backup-locked .icon {
    display: inline-block;
    height: 20px;
}

#wpstg-backup-locked .icon img {
    animation: wpstg-loading-icon-anim 2s infinite;;
}

#wpstg-backup-locked .text {
    display: inline-block;
    margin-left: 15px;
}

#backup-schedule-current-time {
    font-size: 12px;
}

.wpstg-backup-scheduling-options label {
    margin-top:17px;
}

/*# sourceMappingURL=wpstg-admin.css.map */