.settings_page_supporting-cast .form-table table th {
    padding: 0 10px 0 0;
    margin-bottom: 0px;
}

.settings_page_supporting-cast .form-table table td {
    padding: 10px 10px 0 0;
    margin-bottom: 0px;
}

.sc-help {
    font-style: italic;
    font-size: .9em;
}

#woocommerce-product-data ul.wc-tabs li.supportingcast_options a::before {
    content: "\f303"
}

.select2-product-feeds {
    width: 90%;
}

.select2-subscription-plan-feeds {
    width: 90%;
}

.sc-select2-option {
    padding:5px;
}
.sc-select2-option img {
    max-height: 1rem;
    vertical-align: middle;
}

.sc-notice {
    padding: .5rem;
    margin: 1rem 0;
    font-weight: bold;
    background: #fed884;
}

.sc-notice-error {
    background: pink;
}

div.sc-sync-tool-container td, div.sc-sync-tool-container th {
    text-align: right;
    padding: 5px 20px;
}

div.sc-sync-tool-container tr.status-ok td:first-child {
    color: green;
}

div.sc-sync-tool-container tr.status-error {
    color: red;
}

div.sc-sync-tool-container td:last-child, div.sc-sync-tool-container th:last-child {
    text-align: left;
}

div.sc-sync-tool-container td:first-child, div.sc-sync-tool-container th:first-child {
    padding: 0;
    font-size: 1rem;
    margin-top: -.5rem;
}

div.sc-sync-tool-container .dashicons {
    font-size: 2rem;
    margin-top: -.5rem;
}


.sc-batch-index, .sc-batch-wp-id {
    font-weight: bold;
    width: 50px;
}

.sc-sync-tool-container {
    padding-top: 20px;
}

.sc-sync-tool-container input[type=button] {
    margin-left: 20px;
}

.sc-sync-tool-status {
    width: 50%;
    min-width: 400px;
    margin: 10px;
    border: 1px solid black;
    padding: 10px;
    border-radius: 9px;
    box-shadow: 5px 5px 5px lightgrey;
}


.sc-progress-bar {
    margin-top:1rem;
    height: 20px;  /* Can be anything */
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.sc-progress-bar > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: linear-gradient(
            center bottom,
            rgb(43,194,83) 37%,
            rgb(84,240,84) 69%
    );
    box-shadow:
            inset 0 2px 9px  rgba(255,255,255,0.3),
            inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.sc-progress-bar-orange > span {
    background-color: #f1a165;
    background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}

.sc-progress-bar-red > span {
    background-color: #f0a3a3;
    background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.sc-progress-bar > span:after, .sc-progress-bar-animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.sc-progress-bar-animate-stop > span:after {
    animation: unset !important;
}

@keyframes sc-progress-bar-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.sc-progress-bar > span:after, .sc-progress-bar-animate > span > span {
    animation: sc-progress-bar-move 2s linear infinite;
}

.sc-blur-field {
    color:transparent;
    text-shadow:0 0 7px #555, 0 0 10px #000;
}

.sc-blur-field:focus {
    color: black;
    text-shadow: none;
}

.sc-oauth-status {
    font-weight: bold;
}

.sc-admin-page-urls span {
    vertical-align: middle;
}

.sc-admin-page-urls span.dashicons-yes {
    color: green;
    font-weight: bolder;
}

.sc-admin-page-urls span.dashicons-warning {
    color: red;
}

.sc-admin-page-urls input {
    min-width:400px;
}

#sc-widget-publishable-key {
    min-width: 400px;
}

.sc-category-visibility-form h2{
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 8px 12px;
}

.sc-content-blurred-placeholder {
    color: transparent;
    text-shadow: 0 0 0.6rem #000;
}

.sc-join-plan-button {
    height: 56px;
    padding: 8px 30px;
    line-height: 18px;
    border: 2px solid transparent;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    background-color: #222;
    color: #fff;
}