
.loaderPendings {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spinpendings 2s linear infinite;
    margin: auto;
}

@keyframes spinpendings {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderCust {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    .loaderCust.active {
        display: flex;
    }

/* Style for the action column */
#opPRPendingsTable th:last-child,
#opPRPendingsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}
/* Style for the action column */
#divDFRPendingsTbl th:last-child,
#divDFRPendingsTbl td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#specPRPendingsTable th:last-child,
#specPRPendingsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#opTransPendingsTable th:last-child,
#opTransPendingsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#specTransPendingsTable th:last-child,
#specTransPendingsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#divTransPendingsTable th:last-child,
#divTransPendingsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#divDFRPendingsTbl th:nth-last-child(2),
#divDFRPendingsTbl td:nth-last-child(2) {
    width: 500px;
}

/* Style for the action column */
#valAccountTable th:last-child,
#valAccountTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#detailsModal th:last-child,
#detailsModal td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

/* Style for the last column */
#detailsPRModal th:last-child,
#detailsPRModal td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

/* Style for the second-to-last column */
#detailsPRModal th:nth-last-child(2),
#detailsPRModal td:nth-last-child(2) {
    position: sticky;
    right: 0; /* Adjust the value based on the width of your last column */
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 2; /* Higher z-index to ensure it's above the last column */
    border: 2px solid #0004;
}


#profAcctsTable th:last-child,
#profAcctsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}


#profAcctsTable th:nth-last-child(2),
#profAcctsTable td:nth-last-child(2) {
    position: sticky;
    right: 0; /* Adjust the value based on the width of your last column */
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 2; /* Higher z-index to ensure it's above the last column */
    border: 2px solid #0004;
}

#modalTransRemovedBenefsTable th:last-child,
#modalTransRemovedBenefsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

#modalTransValidBenefsTable th:last-child,
#modalTransValidBenefsTable td:last-child {
    position: sticky;
    right: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 1; /* Ensure it's above other cells */
    border: 2px solid #0004;
}
.formatted-amount {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right; /* Right-align the text in the input */
    -moz-appearance: textfield; /* For Firefox */
    -webkit-appearance: textfield; /* For Safari */
    appearance: textfield; /* For other browsers */
}

.bg-light-grdsgreen {
    background-color: #8eccc2;
}

.bg-light-grey {
    background-color: #f2f2f2;
}

.bg-light-white {
    background-color: white;
}

.btn-validatebtn {
    background-color: #776d8a;
}

.btn-submitbtn {
    background-color: #005b82;
}

.custom-button-spacing {
    margin-right: 10px; /* Adjust the value as needed for your desired spacing */
    width: 30px; /* Set the desired width */
    height: 30px; /* Set the desired height */
    padding: 0; /* Remove default padding */
    font-size: 14px; /* Set the desired font size */
}

.custom-button-spacing2 {
    width: 30px; /* Set the desired width */
    height: 30px; /* Set the desired height */
    padding: 0; /* Remove default padding */
    font-size: 14px; /* Set the desired font size */
}

/* Style for the thumb of the scrollbar */
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #005b82; /* Color of the thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

/* Style for the track of the scrollbar */
.table-responsive::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Color of the track */
}

/* Hide scrollbar when not hovering */
.table-responsive::-webkit-scrollbar {
    width: 12px; /* Width of the entire scrollbar area */
    height: 12px; /* Height of the entire scrollbar area */
    display: none; /* Hide by default */
}

/* Show scrollbar when hovering */
.table-responsive:hover::-webkit-scrollbar {
    display: block;
}

/* Match the input width to the td's width */
.input-custtd {
    position: relative;
}

.input-custfield {
    width: 100px; /* Take up the entire width of the parent td */
    box-sizing: border-box; /* Include padding and border in the width */
}

.modal {
    z-index: 99999900;
}

#toast-container {
    z-index: 99999999 !important;
}

.refresh-button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.fa-refresh {
    font-size: 18px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinning {
    animation: spin 1s linear infinite;
}

::-webkit-scrollbar {
    width: 12px; /* Set the width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the track */
}

::-webkit-scrollbar-thumb {
    background: #005b82; /* Color of the thumb */
    border-radius: 6px; /* Rounded corners for the thumb */
}

    ::-webkit-scrollbar-thumb:hover {
        background: #005b82;
    }

/* Style for the download buttons */
.download-button {
    background-color: #005b82;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 4px;
    margin-right: 10px; /* Add some space between buttons */
}

    /* Style for the button on hover */
    .download-button:hover {
        background-color: #004a6d; /* Darker shade on hover */
    }

/* Style for the icon container */
.icon-container {
    display: flex;
    align-items: center;
}

.accordion {
    width: 100%;
    margin-top: 5px; /* Adjust the margin as needed */
}

/* Style the accordion link */
.accordion-button {
    padding: 5px 5px; /* Adjust padding as needed */
    background-color: #005b82; /* Set the desired background color */
    color: white; /* Set the text color */
}

    /* Style the collapsed accordion link */
    .accordion-button.collapsed {
        background-color: #005b82; /* Set the background color when collapsed */
    }
/* Style for the debit account details section */
.debit-account-details {
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Style for the batch details section */
.batch-details {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

/* Style for the batch details table */
#modalBatchDetailsTable {
    width: 100%;
    text-align: center;
}

    /* Style for the batch details table header */
    #modalBatchDetailsTable th {
        font-weight: bold;
    }

    /* Style for the batch details table cells */
    #modalBatchDetailsTable td {
        text-align: center;
        padding: 5px;
    }

/* Style for the batch details table */
#modalBPDetailsTable {
    width: 100%;
    text-align: center;
}

    /* Style for the batch details table header */
    #modalBPDetailsTable th {
        font-weight: bold;
    }

    /* Style for the batch details table cells */
    #modalBPDetailsTable td {
        text-align: center;
        padding: 5px;
    }

#detailsBPModal th:first-child,
#detailsBPModal td:first-child {
    position: sticky;
    left: 0;
    background-color: papayawhip; /* Set the background color as needed */
    z-index: 2; /* Ensure it's above other cells */
    border: 2px solid #0004;
}

.custom-width-modal {
    max-width: 1100px; /* Set your desired width here */
    width: 90%; /* Set your desired width here */
}

.status {
    border-radius: 5px;
    font-weight: bold;
}

.success {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: rgba(0, 255, 0, 0.5); /* Light green with transparency */
}

.failed {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.5); /* Reddish with transparency */
}

.other {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.5); /* Greyish with transparency */
}

/* Add this to your CSS file */
.btn-yellow-theme {
    background-color: rgba(253, 255, 191, 0.5); /* Yellow background color */
    color: #dab649;
    border-color: #d9c486;
}

    .btn-yellow-theme:hover {
        background-color: #fbc82d;
        color: white;
    }