﻿.ut-Table{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.ut-TableRow{
    display: flex;
    align-items: stretch;
    align-self: stretch;
    margin-right: -7px;
}

.ar-AE .ut-TableRow{
     margin-right: 0px;
     margin-left: -7px;
}

.ut-HeaderCell{
    display: flex;
    padding: 8px 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(32, 39, 45, 0.10);
    background: var(--section_bg, #FBF8FD);

    color: var(--dark-gray, #20272D);
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-caption, 13px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 15.6px */
}

.ut-DataCell{
    display: flex;
    padding: 10px 6px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(32, 39, 45, 0.10);
    background: var(--white, #FFF);

    color: var(--dark-gray, #20272D);
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-caption, 13px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */

}

.ut-DataCell a{
   font-size: var(--font-size-caption, 11px) !important;
   color: #0090D7 !important;
}