/** Credits Products Credits Count Block */


.splendor_credits__products-block-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.splendor_credits__product-container {
    padding: 20px 40px;
    text-align: center;
    border-radius: 10px;
}

.splendor_credits__product-text {
    font-weight: 900;
}

.splendor_credits__product-credits-count {
    font-weight: 800;
    font-size: 32px;
}

.splendor_credits__product-button {
    padding: 12px 30px;
    width: 120px;
    font-weight: 700;
    font-size: 16px;
    margin: 10px;
    border: 0;
}



/** Credits Orders List */

.splendor_credits__list-orders-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.splendor_credits__list-orders-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.splendor_credits__order-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.splendor_credits__order-container {
    padding: 10px 0 20px;
}

.splendor_credits__order-container p{
    margin-bottom: 0;
}

.splendor_credits__order-product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.splendor_credits__order-cell {
    margin: 0 20px;
}

.splendor_credits__order-cell-label{
    font-weight: 700;
}

.splendor_credits__order-cell-value {
    font-weight: 400;
    min-height: 30px;
}

.splendor_credits__order-cell-button{
    padding: 4px 10px;
    width: 120px;
    font-weight: 700;
    font-size: 12px;
    margin: 0 10px;
    border: 0;
    min-height: 30px;
    text-transform: capitalize;
    border-radius: 30px;
}

.splendor_credits__flex-grow {
    flex-grow: 1;
}

.splendor_credits__min-w-200{
    min-width: 200px
}

/** Credits Share */
.splendor_credits_share__credit-container {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 10px;
}

.splendor_credits_share__credit-shared-to-container {
    display: flex;
    flex: 1;
    gap: 15px;
    align-items: center;
}

.splendor_credits_share__credit-shared-to-input {
    flex: 1.2;
    height: 40px;
}

.splendor_credits_share__credit-action-btn, .splendor_credits_share__credit-status, .splendor_credits_share__credit-status-edit {
    flex: 1;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 12px;
    margin: 0 10px;
    border: 0;
    min-height: 30px;
    text-transform: capitalize;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.splendor_credits_share__credit-status, .splendor_credits_share__credit-status-edit {
    flex-direction: column;
    font-size: 14px;
}

.splendor_credits_share__credit-action-btn-sec{
    font-size: 12px;
    padding: 4px 10px;
    cursor: pointer;
}

.splendor_credits_share__credit-status-edit .splendor_credits_share__credit-action-btn {
    margin:0;
    width:120%;

}

.splendor_credits_share__credit-shared_to-value {
    font-weight: 400;
    min-height: 30px;
    flex: 1.2;
    padding: 6px 12px;
    margin: 0;
}

.splendor_credits_share__credit-number-value {
min-width: 30px;
    background: black;
    color: white;
    padding: 5px 10px;
    /* height: 100%; */
    display: flex;
    margin: 0;
    align-items: center;
}

/* This is our style for the invalid fields */
.splendor_credits_share__credit-shared-to-input:focus:invalid, .splendor_credits_redeem__credit-input:focus:invalid {
    outline: none;
    border-color: #900;
    background-color: #fdd;
}


.splendor_credits_share__credit-shared_to-value{
    flex: 1.2;
}



/** REDEEM CREDITS */
.splendor_credits_redeem__action-btn {
    padding: 4px 10px;
    font-weight: 700;
    font-size: 18px;
    margin: 20px 10px;
    border: 0;
    min-height: 30px;
    text-transform: capitalize;
    border-radius: 30px;
    width: 100%;
    color: white;
}



.splendor_credits_redeem__logo {
    max-width: 200px !important;
    margin: 0 auto;
}

.splendor_credits_redeem__logo-wrapper {
    display: flex;
    justify-content: center;
}

.splendor_credits_redeem__header-wrapper {
    text-align: center;
}


.splendor_credits__color-purple {
    color: #007A7A;
}

.splendor_credits__bg-purple {
    background: #007A7A;
}

.splendor_credits__bg-green {
    background: #FEA02F;
}

.splendor_credits__bg-grey {
    background:  #f0f0f0;
}

.splendor_credits__bg-black {
    background: #000000;
}

.splendor_credits__color-white {
    color: #ffffff;
}

.splendor_credits_share__credit-shared-to-container .hidden {
    display:none;
}

.splendor_credits__order-cell-button.splendor_credits__bg-grey:hover {
    color:white;
}
