.spinner {
    color: #1c4c5b
}
.spinner,
.spinner:after {
    box-sizing: border-box;
}
.spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.spinner:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px;
    border-radius: 50%;
    border: 2.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.subscription-details-container {
    margin-bottom: 20px;
}

.darwin-for-wp-sub-cancel-container,
.darwin-for-wp-sub-refresh-container {
    /*position: relative;*/
    /*display: inline-flex;*/
    /*justify-content: start;*/
}

.darwin-for-wp-sub-cancel-loader,
.darwin-for-wp-sub-refresh-loader {

}

.darwin-for-wp-sub-cancel-text.success,
.darwin-for-wp-sub-refresh-text.success,
.dwp_profile_sync_text.success {
        color: #1c4c5b;
}
.darwin-for-wp-sub-cancel-text.error,
.darwin-for-wp-sub-refresh-text.error,
.dwp_profile_sync_text.error,
.dwp-subscription-expired {
        color: #ff0000;
}

.darwin-for-wp-subscription-details-header {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}

#dwp-gift-subscriptions h3 {
}

#dwp-gift-subscriptions  #gift-sub-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 4fr 1fr 2fr 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

#dwp-gift-subscriptions  #gift-sub-grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: small;
    padding: 5px;
    border: 1px black solid;
}

/*#dwp-gift-subscriptions .div1 { grid-area: 1 / 1 / 2 / 2; }*/
/*#dwp-gift-subscriptions .div2 { grid-area: 1 / 2 / 2 / 3; }*/
/*#dwp-gift-subscriptions .div3 { grid-area: 1 / 3 / 2 / 4; }*/
/*#dwp-gift-subscriptions .div4 { grid-area: 1 / 4 / 2 / 5; }*/
/*#dwp-gift-subscriptions .div5 { grid-area: 1 / 5 / 2 / 6; }*/
/*#dwp-gift-subscriptions .div6 { grid-area: 1 / 6 / 2 / 7; }*/
/*#dwp-gift-subscriptions .div7 { grid-area: 1 / 7 / 2 / 8; }*/
/*#dwp-gift-subscriptions .div8 { grid-area: 1 / 8 / 2 / 9; }*/

#dwp_profile_sync_duid,
#dwp_profile_sync_postal {
    border: 1px solid #a1a1a1;
    border-left-color: #1a8419 !important;
    border-left-width: 3px !important;
    padding: 8px;
}

.dwp_profile_sync_inputs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.dwp_profile_sync_inputs > label,
.dwp_profile_sync_inputs > input {
    width: 50%;
}

.dwp_profile_sync_loader,
.dwp_profile_sync_text {
    padding: 8px;
}

#dwp-sync-options {
    display: flex;
    justify-content: space-between;
}
