/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.springgds-container-custom .postbox .hndle {
    cursor: unset;
}
.businessmail-error-tag,
		.storedomain-error-tag,
		.terms-error-tag {
			display: none;
			color: #ff0000;
			font-size: 12px;
		}

.spring_gds-row {
    display: flex;
    justify-content: space-between;
}

.spring-gds-button {
    width: 170px;
    margin-right: 18px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.springgds-container-custom h2.right {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    color: #008000;
}

.springgds-container-custom span.dashicons.dashicons-saved {
    color: #008000;
}

.springgds-container-custom .custom-inside {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.springgds-container-custom .custom-inside .main {
    width: 100%;
}

.widefat tfoot tr th#springgds-globl-checkout-classification,
.widefat thead tr th#springgds-globl-checkout-classification {
    width: 24%;
}

.springgds-spinner {
    display: none;
}

.springgds-overlay.is-active {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 999999;
    cursor: none;
}

.springgds-spinner.is-active {
    display: block;
    position: fixed;
    top: 48%;
    left: 48%;
    text-align: center;
    font-size: 10px;
    z-index: 999999;
}

.disablenotice .notice {
    display: none;
}

.springgds-metabox-desc,
.springgds-databox,
.springgds-sub {
    padding: 15px;
    border: 1px solid #c3c4c7;
    margin: 5px;
}