.flex-row{display:flex;flex-direction:row}.flex-row.justify-between{justify-content:space-between}.flex-row.align-center{align-items:center}.flex-row.justify-end{justify-content:flex-end}.flex-row.align-start{align-items:flex-start}.flex-row.align-end{align-items:flex-end}.flex-row.gap-small{gap:8px}.flex-row.gap-tiny{gap:4px}.flex-column{display:flex;flex-direction:column}.flex-column.align-center{align-items:center}.flex-column.gap-small{gap:8px}
.badge{align-items:center;border-radius:4px;display:flex;gap:4px;padding:4px 8px}.badge .badge-icon{height:16px;width:16px}.badge .badge-text{color:#f0f5fa;float:right}.badge.badge-blue{background-color:#f0f5fa;color:#146fb4}.badge.badge-green{background:rgba(0,128,0,.2)}.badge.badge-green .badge-text{color:green}

/*# sourceMappingURL=1544.css.map*/