/**
 * 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
*/


/* CSS for Tabs */

#wpstg-tab-container ul {
    /*height: 200px;*/
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    float: left;
    /*list-style-type: square;*/
}

#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-version {
    display: block;
    padding-top: 29px
}

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

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

.wpstg_hidden {
    display: none;
}


/* Cloning workflow */

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

@media screen and (min-width: 1090px) {
    #wpstg-clonepage-wrapper {
        float: left;
        margin-bottom: 20px;
    }
    .wpstg-sidebar {
        display: none;
        margin-left: 700px;
        margin-top: 138px;
    }
}

.wpstg-sidebar {
    display: none;
    padding: 10px;
    border: 1px solid #DFDFDF;
    max-width: 250px;
    height: 250px;
}

#wpstg-steps {
    margin-top: 30px;
}

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

.wpstg-step-num {
    border: 1px solid #444;
    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: #444;
    color: #eee;
}

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

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

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

.wpstg-clone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpstg-clone-title {
    display: inline-block;
    font-size: 15px;
    max-width: 300px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

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

.wpstg-clone-actions {
    display: flex;
    /*align-items: right;*/
}

.wpstg-dropdown {
    position: relative;
}

.wpstg-clone-actions .wpstg-dropdown-toggler {
    text-decoration: none;
    background: #fff;
    padding: 4px 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: #002648;
}

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

.wpstg-dropdown {
    position: relative;
}

.wpstg-dropdown-symbol {
    font-size: 14px;
    margin-left: 4px;
}

.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: #002648;
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    transition: color .2s ease-in-out;
}

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

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

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

.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;
    pointer-events: none;
}

#wpstg-cancel-cloning,
#wpstg-cancel-cloning-update {
    background: #ff3428;
    border-color: #e72f24;
    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 #ef6d6d;
    padding: 10px;
    width: 500px;
}

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

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

.wpstg-loader {
    content: url('../../img/loading.gif');
    margin-top: 5px;
    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: 650px;
    position: relative;
    clear: both;
    padding-top: 20px;
    float: left;
    min-width: 500px;
    /*border-right: 1px solid #DFDFDF;*/
    min-height: 380px;
    padding-right: 20px;
    padding-bottom: 20px;
}

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

@media screen and (max-width: 1150px) {
    #wpstg-sidebar img {
        margin-top: 30px;
    }
}

#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-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 #ff4235;
    box-shadow: 0 0 2px rgba(255, 66, 53, .8);
}

#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: #ff4235;
}

#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 {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    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;
}


/* unused class should be removed or commented
.wpstg-tabs-wrapper {
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
}
*/

.wpstg-tab-section {
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-left: none;
    display: none;
    width: 100%;
    padding: 20px;
}

.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: bolder;
    display: block;
    padding: 10px;
    ;
    text-decoration: none;
}

.wpstg-tab-triangle {
    display: inline-block;
    margin-right: 10px;
    animation: transform 0.5s;
}

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

#wpstg-large-files {
    display: none;
    border: 1px dashed #ccc;
    /*float: right;*/
    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;
}


/* tmp */

.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: #FFD0D0;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #FFAAAA;
    max-width: 600px;
    margin-top: 10px;
}

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

#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;
}


/* welcome screen */

.wpstg-button.green {
    display: inline-block;
    padding: 10px;
    min-width: 170px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    background-color: #83c11f;
    color: white;
}

.wpstg-button.green:hover {
    background-color: #8ed122;
}

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

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

.wpstg-button.wpstg-bordered {
    border-radius:3px;
    font-size: 14px;
    border: 1px solid white;
}

#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 {
    color: #0080ff;
    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: 0;
    left: 0;
    color: #77b227;
}

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

.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;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    margin-right: 10px;
}

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

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

.wpstg-staging-info a {
    color: white;
}

.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: 50px;
    border: 1px solid #ef5a4b;
    color: #ef5a4b;
    background-color: white;
}

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

.wpstg-button {
    display: inline-block;
    background-color: transparent;
    color: #95a5a6;
    border-radius: 3px;
    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-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-blue-primary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    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;
}

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

.wpstg-report-issue-form {
    position: absolute;
    z-index: 9999;
    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;
    margin: 67px 0 0 123px;
}

.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;
}

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

.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;
    background-color: #fe6501;
    color: #ffffff;
    margin: 10px 10px 10px 0;
}

.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: 25%;
    min-width: 350px;
}

.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-update-notify {
    background-color: #fe6501;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    padding: 10px;
    margin-right: 10px;
}

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

.wpstg-pointer {
    cursor: pointer;
}

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

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

.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;
    border: solid 1px;
}

.wpstg--tab--header a.wpstg--tab--active {
    border-bottom: .5em 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;
    border-bottom: 1px dotted black;
    margin-left: 10px;
}

.wpstg--tooltip .wpstg--tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #505050;
    text-align: left;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}

.wpstg--tooltip:hover .wpstg--tooltiptext {
    visibility: visible;
}

.wpstg--tooltiptext-backups {
    width: 120px;
    top: 100%;
    left: -150%;
    margin-left: -60px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    margin-top: 10px;
}


/**
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--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 {
    /* 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>.swal2-html-container {
    padding: 4em 2em !important;
}

.wpstg--modal--process--logs,
.wpstg--modal--error--logs {
    background: black;
    height: 300px;
    margin-top: 1em;
    display: none;
    padding: 1em;
    overflow-x: auto;
    text-align: justify;
}

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

.wpstg--modal--process--logs>p,
.wpstg--modal--error--logs>p {
    text-align: left;
    font-size: 14px;
}

.wpstg--modal--process--logs p,
.wpstg--modal--error--logs p {
    margin: .3em 0;
}

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

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

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

.wpstg--modal--process--msg-found {
    color: #f56363;
}

body.toplevel_page_wpstg_clone .swal2-modal .swal2-cancel.wpstg--btn--cancel {
    margin-bottom: 0;
}

body.toplevel_page_wpstg_clone .swal2-modal .swal2-confirm.wpstg--btn--confirm {
    font-size: 16px;
    padding: .5em;
    line-height: normal;
    height: auto;
    margin-right: 10px;
}

body.toplevel_page_wpstg_clone .swal2-modal .wpstg-loader {
    display: inline-block !important;
}

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

.wpstg--modal--process--logs--tail {
    color: #a8a8a8;
    background: none;
    border: none;
    cursor: pointer;
}

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

.wpstg--modal--backup--import--filesystem,
.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: red;
}

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

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

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

.wpstg--modal--backup--import--upload--container {
    position: relative;
    border-radius: 1em;
    margin: .5em;
    padding: 1em .5em;
    border: .4em dashed #dedede;
    display: flex;
    flex-direction: column;
}

.wpstg--modal--backup--import--upload--container .wpstg--uploader {
    display: flex;
    flex-direction: column;
}

.wpstg--modal--backup--import--upload--container.wpstg--has-dragover {
    background-color: #9a9a9a;
    color: white;
}

.wpstg--modal--backup--import--upload--container span.wpstg--drop,
.wpstg--modal--backup--import--upload--container.wpstg--has-dragover span.wpstg--drag,
span.wpstg--backup--import--selected-file,
span.wpstg--drag-or-upload {
    display: none;
}

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

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

.wpstg--modal--backup--import--upload--container img {
    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.wpstg--show-options > button {
    background: white;
    border-radius: 3px 3px 0 0;
    border: .25em solid #25a1f0;
    text-shadow: none;
    color: #2e3436;
}*/

.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;
}


/* unused class should be removed or commented
.wpstg--modal--backup--import--search-replace--wrapper {
    display: flex;
    flex-direction: row;
    padding: 0 5em;
}
*/

.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: absolute;
    /*display: flex;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    color: #898989;
    mix-blend-mode: difference;
    justify-content: center;
    align-items: center;
}

.wpstg--modal--import--upload--progress {
    position: absolute;
    background: #dedede;
    color: white;
    width: 0;
    height: 100%;
    border-radius: 1em;
    left: -1px;
    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-fs-14 {
    font-size: 14px;
}

.wpstg-light-alert {
    font-weight: bold;
    background-color: #e6e6e6;
    padding: 15px;
    border-top: 1px solid white;
    margin-top: 20px;
}

.wpstg-form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8px;
}

.wpstg-form-group>label {
    display: inline-block;
    font-weight: 700;
    min-width: 25%;
    width: 25%;
}

.wpstg-text-field>input {
    width: 350px;
    display: inline-block;
}

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

.wpstg-text-field>.wpstg-code-segment {
    margin-top: 4px;
    margin-left: 25%;
    min-width: 350px;
}

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

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

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

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

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

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

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

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

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

#swal2-content h2 {
    color: #a8a8a8;
}

#wpstg_allow_emails {
    margin-left: 10px;
}

#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_symlink_upload {
    margin-left: 10px;
}

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

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

.wpstg-light-alert {
    font-weight: bold;
    background-color: #e6e6e6;
    padding: 15px;
    border-top: 1px solid white;
    margin-top: 20px;
}

.wpstg-form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8px;
}

.wpstg-form-group>label {
    display: inline-block;
    font-weight: 700;
    min-width: 25%;
    width: 25%;
}

.wpstg-text-field>input {
    width: 350px;
    display: inline-block;
}

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

.wpstg-text-field>.wpstg-code-segment {
    margin-top: 4px;
    margin-left: 25%;
    min-width: 350px;
}

.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 {
        display: block;
    }
    .wpstg-form-group>label {
        display: block;
        min-width: auto;
        width: auto;
    }
    .wpstg-text-field>input {
        width: 100%;
        display: block;
    }
    .wpstg-text-field>.wpstg-code-segment {
        margin-left: 0;
        min-width: 100%;
    }
    .wpstg-tab-section {
        width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
    }
}

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

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

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

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

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

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

.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-fivestar {
    border-left: none;
    background-color: #59a7f7;
    color: white;
    padding: 10px;
    margin: 10px 10px 10px 0;
}

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

.wpstg-rating-link {
    font-weight: normal;
    color: white;
}

.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-opacity-80 {
    opacity: 0.8;
}

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

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

.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;
    color: #abc116
}

.wpstg-feedback-span {
    display: block;
    margin-bottom: 20px;
    color: #abc116;
}

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

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

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

#wpstg-footer {
    clear: both;
    padding-top: 20px;
}

#swal2-content h2 {
    color: #a8a8a8;
}

#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.swal2-container, 
.wpstg-swal2-container.swal2-container {
    z-index: 10500;
}

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

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

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;
}

.wpstg-import-backup-contains li .dashicons{
    border-radius: 3px;
    color: #979797;
    background-color: #e3e3e3;
    border: 1px solid #c2c2c2;
    width: 17px;
    height: 17px;
    font-size: 17px;
}

.wpstg-import-backup-contains.wpstg-listing-single-backup li .dashicons{
    padding: 2px;
    color: #ffffff;
    background-color: #2896dd;
    border: 1px solid #0c75b8;
}

.wpstg-import-backup-contains .wpstg--tooltiptext {
    width: 50px;
    font-size: x-small;
    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 ul ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.wpstg-push-confirmation-message {
    text-align: justify;
}

.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-excluded-filters-container tbody {
	background: #fff !important;
}*/

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

.wpstg-excluded-filters-container .wpstg-exclude-filter-name-column {
    width: 100px;
    max-width: 100px !important;
    padding-left: 10px;
}

.wpstg-excluded-filters-container .wpstg-exclude-filter-action-column {
    width: 50px;
    max-width: 50px;
	text-align: right !important;
    padding-right: 10px;
}

.wpstg-excluded-filters-container .wpstg-exclude-filter-exclusion-column {
    width: 320px;
    position: relative;
}

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

.wpstg-exclude-filter-dropdown > button {
    background: #25A0F1;
    border: 1px solid #25A0F1;
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    height: 24px;
}

.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: #dc3545;
    border: 1px solid #dc3545;
    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: #bb2d3b;
    border-color: #bb2d3b;
}

/**
 * WP STAGING POPOVER EXCLUSION RULES INFO
 */

 .wpstg-popover {
	display: inline-block;
	position: relative;
}

.wpstg-popover button + p {
	position: absolute;
	top: 18px;
	right: -150px;
	display: none;
	width: 320px;
	z-index: 1024;
	padding: 10px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.wpstg-popover button:hover + p {
	display: block;
}

.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: #ff6666;
}

.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.swal2-container {
    z-index: 9995;
}

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

#wpstg-scanning-files.wpstg-tab-section{
    padding-top:0;
}

.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-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-button.danger {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-transform: inherit;
    background-color: #e74c3c;
    color: white;
    border-radius: 0px;
    border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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