.digages-balance-cards
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3C434A;
}

.digages-balance-card
{
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}
.digages-balance-card .left
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.digages-balance-card .left .balancetitle
{
font-style: normal;
font-weight: 600;
font-size: 24px; 
color: #1E1E1E;
}
.digages-balance-card .left .icon
{  
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 40px;
color: #50575E; 
}

.digages-balance-card .left .amount
{
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 32px;
color: #1E1E1E;
}

.digages-balance-card .right .item
{ 
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.digages-balance-card .total-bg
{
display: flex;
align-items: center;
padding: 12px 16px;
gap: 8px;
background: #F6F7F7;
border-radius: 5px;
width: 100%;
}

.digages-balance-card .total-bg .amount
{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
color: #1E1E1E;
}
.digages-balance-card a 
{
text-decoration: none !important;
}

.digages-plugin-select
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 16px !important;
gap: 8px !important;
border: 1px solid #EBEDEF !important;
border-radius: 20px !important;
}

.digages-plugin-btn
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 12px 20px !important;
background: #6D61DF !important;
border-radius: 24px !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 13px !important;
line-height: 16px !important;
color: #FFFFFF !important;
cursor: pointer !important;
text-transform: capitalize !important;
}
.digages-plugin-btn:hover
{
    background: #5C4DD8 !important;
}

.digages-earnings-table-container
{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.digages-earnings-table
{
    width: 100%;
    border-collapse: collapse;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3C434A;
}

.digages-earnings-table th, .digages-earnings-table td
{
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid transparent !important;
}
.digages-earnings-table th
{
    border-bottom: 1px solid #EBEDEF !important;
}

.digages-earnings-table td
{  
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
}

.digages-earnings-table th
{
font-style: normal !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 16px !important;
text-transform: uppercase !important;
color: #646970 !important;
}

.digages-earnings-table tr:hover
{
    background-color: #F9FAFA;
}

.digages-filters-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.digages-filters-container h1
{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: #1F1F1F;
}
  
.digages-no-data-container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #50575E;
}

.digages-no-data-img
{
    margin-bottom: 10px;
}

.digages-no-data-containerh1
{   
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px; 
color: #1E1E1E; 
}

.digages-plugin-managerdestable
{
    display: flex;
    gap: 16px;
    justify-content: flex-start; 
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
}

.digages-statuspending
{
display: flex;
justify-self: start;
align-items: center;
gap: 4px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #DBA617;
text-transform: capitalize;
}

.digages-statussuccessful
{
display: flex;
justify-self: start;
align-items: center;
gap: 4px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #008A20;
text-transform: capitalize;
}


.digages-statusfailed
{
display: flex;
justify-self: start;
align-items: center;
gap: 4px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #D63638;
text-transform: capitalize;
}

.digages-amountnegative
{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #1E1E1E;
}

.digages-amountpositive
{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #22AD80;
}

.digages-plugin-manhistmobpay
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.digages-plugin-manhistmobpay2
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #646970;
    gap: 4px;
}
.digages-plugin-managerdestablemobmain
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;/* Frame 427319320 */

    padding: 16px;
    gap: 12px;
    background: #FFFFFF; 
    border-bottom: 1px solid #F0F0F1;
}

.digages-plugin-managerdestablemobmain:first-child {
    border-top: 1px solid #F0F0F1;
}

@media (max-width: 767px) {

.digages-plugin-manhist
{
    display: none;
}

}

@media (min-width: 768px) {

    .digages-plugin-managerdestablemobmaincontainer
    {
        display: none;
    }
}
