.wasabiColumnBackgroundStar {
    background-image: url('/sfsites/c/resource/backgroundStar');
    background-size: auto;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.wasabiBackground {
    border-radius: 100px;
    border: 1px solid #412496;
    background: #412496;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
}

.wasabiButton {
    border-radius: 100px;
    border: 1px solid #412496;
    background: #412496;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
}

.wasabiButton:disabled,
.wasabiButton[disabled] {
    background-color: #D9D9D9 !important;
    cursor: not-allowed !important;
    border: 1px solid #ccc !important;
}

.button {
    width: 100%;
    height: 30px;
    background-color: #D9D9D9  !important;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button[disabled] {
    background-color: #D9D9D9 !important;
    cursor: not-allowed !important;
    border: 1px solid #ccc !important;
    opacity: 0.6;
}


.invoiceNum {
    font-weight: bold;
    color: #412496;
    letter-spacing: normal;
    font-family: 'customfontRobotoBold';
    text-align: left;
}

.invoiceStatus {
    font-weight: bold;
    color: #412496;
    letter-spacing: normal;
    font-family: 'customfontRobotoBold';
    text-align: center;
}

.cardHeader {
    color: rgb(66, 66, 66);
    text-align: center;
}


.ccTableHeader {
    text-align: left;
    line-height: 3;
    font-weight: bold;
    width: 100%;
}

.ccTableBody {
    text-align: left;
    line-height: 3;
    height: auto;
    width: 100%;
}

.creditsPanel {
    color: #412496;
    border: 1.4px solid #412496;
    border-radius: 3px;
    padding: 10px;
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 16px;
    font-family: 'customfontRoboto';
}

.disabled-button {
    opacity: 0.5;
    pointer-events: none;
}

.button[disabled] {
    opacity: 0.5;
}

.slds-button.slds-button_neutral,
.slds-button.slds-button_brand {
    font-size: 14px;
    padding: 2px 25px;
}


.slds-button_brand {
    --slds-c-button-color-background: #412496;
    --slds-c-button-brand-color-background: #412496;
    --slds-c-button-color-background-hover: #412496;
    --slds-c-button-color-background-active: #412496;
    --slds-c-button-color-border: #412496;
}

.slds-button_brand:disabled {
    background-color: #C6BDDF;
    opacity: 0.5;
    color: #FFFFFF;
}

.blueInfoBox {
    background: #D9D3EA;
    border-style: solid;
    border-color: #412496;
    border-radius: 3px;
    border-width: thin;
    font-size: 13px;
    padding: 5px;
    font-weight: 100;
    line-height: 1.4;
    color: #000;
}

.custom-input-height .slds-input {
    height: 40px !important;
}

.invoiceHeader {
    font-size: 13px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(85, 85, 85);
    padding-top: 15px;
    padding-bottom: 13px;
    width: 15%;
    text-align: center;
}

.logo-anchor.lwc-440ckkrho00 {
    pointer-events: none;
}

/* yourComponent.css */

.table-column-narrow {
    width: 3%;
}

.invoice-download-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.invoice-download-text {
    margin-right: 10px;
}

.row-container {
    background: linear-gradient(to right, #412496, #412496 10px, white 10px, white 100%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px 0px;
    cursor: pointer;
    border: 1px solid #ddd;
    overflow: hidden;
}

.invoiceNum {
    font-weight: bold;
    color: #412496;
    text-align: center;
}

.cardHeader,
.invoiceStatus {
    color: rgb(66, 66, 66);
    text-align: center;
}

.amount-text {
    color: rgb(66, 66, 66);
    text-align: center;
}

.payButton {
    width: 50%;
    height: 30px;
    background-color: red;
    border: none;
    border-radius: 20px;
}

.payButton span {
    color: #FFF;
}

.spacing-15 {
    height: 15px;
}

.invoice-expanded-table {
    margin: 11px;
    width: 100%;
}

.invoice-expanded-table th {
    background: white;
    text-align: center;
}

.invoice-expanded-table td {
    text-align: center;
}

.usage-section {
    margin-top: 15px;
}

.usage-loading-container {
    position: relative;
    text-align: center;
    padding: 20px;
}

.usage-loading-text {
    margin-top: 45px;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.pagination-text {
    margin-right: 10px;
}

.pagination-dropdown {
    margin-top: -5px;
}

.pagination-info {
    margin-left: 10px;
}
