.Table-card-container{
display: block;
width: /*1280px*/;
height: /**/;
flex-direction: column;
align-items: center;

border-radius: var(--radius-md, 16px);
border: /**/;
background: var(--surface-surface, #FFF);

/* Shadow/XSM */
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);



}

.TableCard{
display: flex;
width: /*1280px*/;
height: /*344px*/;
flex-direction: column;
align-items: flex-start;
flex-shrink: 0;
border-radius: var(--Roundness-Round-Outside, 12px);
border: 1px solid var(--surface-outline, #E4E2E6);

margin-bottom:50px;
border-radius: var(--Roundness-Round-Outside, 12px);

/* Shadow/XSM */
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);

}

.gdrfa-card-header{
display: flex;
padding: 16px var(--padding-padding-xl, 24px);
flex-direction:/**/ ;
align-items: flex-end;
gap: var(--gap-gap-lg, 16px);
align-self: stretch;

background: var(--surface-surface, #FFF);
background-color:transparent;
border-bottom:0;



}

.header-text{
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;

color: var(--surface-on-surface, #000);

/* H6/Regular */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-h6, 20px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-h6, 28px); /* 140% */


}

.card-body{
display: flex;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;

border-top: 1px solid var(--surface-outline, #E4E2E6);

}

