/* Export progress bar modal */
#wsed-export-progress-bar-modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: none;
    z-index: -1;
    justify-content: center;
    align-items: center;
}

#wsed-export-progress-bar-modal.show {
    display: flex;
    z-index: 9999;
}

#wsed-export-progress-bar-modal:before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    backdrop-filter: blur(2px);
    z-index: -1;
}

#wsed-export-progress-bar-modal .modal-dialog {
    max-width: 800px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #c3c4c7;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

#wsed-export-progress-bar-modal .modal-content {
    padding: 24px 36px;
}

#wsed-export-progress-bar-modal .modal-dialog .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: .5em;
    font-size: 2em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#wsed-export-progress-bar-modal .modal-content h3,
#wsed-export-progress-bar-modal .modal-content p {
    margin: 0.5em 0;
}

#wsed-export-progress-bar-modal .modal-content .modal-footer {
    text-align: center;
}

#wsed-export-progress-bar-modal .progress-bar {
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
    height: 2em;
    border-radius: 4px;
    overflow: hidden;
}

#wsed-export-progress-bar-modal .progress-bar .ui-progressbar-value {
    position: absolute;
    background: #2271b1;
    border-color: #2271b1;
    top: 0;
    left: 0;
    z-index: 1;
}

#wsed-export-progress-bar-modal .progress-bar .progress-value {
    z-index: 2;
    overflow: hidden;
    color: #1d2327;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-align: center;
}

#wsed-export-progress-bar-modal .progress-bar.ui-progressbar-indeterminate > .progress-value,
#wsed-export-progress-bar-modal .progress-bar[aria-valuenow="100"] > .progress-value {
    color: #fff
}

#wsed-export-progress-bar-modal .progress-bar.progress-bar-error .ui-progressbar-value {
    background: #d63638;
    border-color: #d63638;
}

/* Growth Tools */

#woo-ce.wrap .nav-tab-wrapper > a.nav-tab[data-tab-id="tools"] {
    font-weight: bold;
    background-color: #d4edda;
    border-color: #a0c5a9;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#woo-ce.wrap .nav-tab-wrapper > a.nav-tab[data-tab-id="tools"]:before {
    content: '\f308';
    font-family: "Dashicons";
    margin-right: 4px;
    margin-bottom: -2px;
}
