@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/Prompt/Prompt-Regular.ttf") format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
body {
    font-family:"Prompt", sans-serif;
    font-size: 14px;
}

.flex-row {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-end;
}

.col-80 { flex: 0 0 80%; }
.col-60 { flex: 0 0 60%; }
.col-50 { flex: 0 0 50%; }
.col-40 { flex: 0 0 40%; }
.col-20 { flex: 0 0 20%; }
.col-10 { flex: 0 0 10%; }

table.dataTable {
border-collapse: collapse !important;
}


table.dataTable th,
table.dataTable td {
border-bottom: 1px solid #e5e7eb;
padding: 10px;
}
