*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge, .chip) {
	
	display: inline-flex;
	padding-left:5px;
	padding-right: 5px;
	border-radius: 4px;
	border:1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}

.chip {
	margin-right: auto!important;
	width: auto!important;
}
.chip { 
	border-radius: 12px!important;
}
.chip + .fa-arrow-right {
	margin-left: 2px;
	margin-right: 2px;
}
.chips-wrapper {
	display: flex;
	flex-direction: row;
	gap:2px;
}
.chips-wrapper > * {
	margin: auto;
}
.badge.selected {
	background-color: var(--color_main_darkest);
}
.badge.selected, .badge.selected > * {
	color:var(--color_main_contrast,#fff);
}

*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) {
    margin-bottom: 0px;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge).arrow-right {
    position: relative;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge).arrow-right:after {
    content:"";
    position:absolute;
    height:calc(100% - 0px);
    aspect-ratio:1/3;
    left:calc(100% + 1px);
    top:0px;
    bottom: 0px;
    background-color: #ccc;
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    z-index: +1;
}


*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) {
	line-height: 15px;
}
table td *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) i.fa {
    font-size:8px;
	transform: scale(1.3,1.3);
    display: inline-block;
}
table td *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) i.fa + span {
    display: inline-block;
    margin-left: 2px;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) .fa {
	width: 18px;
	text-align: center;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) .fa + span {
	margin-left: 2px;
	display: inline-block;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)[onDrag] {
    user-select: none;
    cursor: move;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)  {
	min-height: 15px;
	min-width: 19px;
	line-height: 19px!important;
	padding-top: 2px;
	padding-bottom: 2px;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge).pill {
	border-radius: 10px;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)  > * {
    vertical-align: middle;
    line-height: 11px!important;
   
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)  strong {
    font-weight: bold!important;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) {
    margin-top: -2px;
    margin-bottom: -2px;
}

th *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) { 
   background-color:rgba(0,0,0,0.1);
    border:1px solid rgba(255,255,255,0.3);
    
}

*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)[tooltip]:not(a) {
    cursor:help;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)[tooltip]:hover {
    border-color:rgba(0,0,0,0.75);
}

*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) img {
    max-height: 11px;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge):not(:last-child) {
	margin-right: 3px;
}
.sql2table-cell-date-span *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge):not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: 0px;
   
}
.sql2table-cell-date-span {
    white-space: nowrap;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}




*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) a:hover {
	text-decoration: underline;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)-vertical-divider {
	display: inline-block;
	width: 1px;
	background-color:rgba(0,0,0,0.2);
	height: 100%;
	margin-left: 4px;
	margin-right: 4px;
	
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) > *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)-vertical-divider {
	
	min-height:20px;
	margin-left: 3px;
	margin-right: 3px;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge)::empty {
	opacity: 0;
	pointer-events: none;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) > *:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge):first-child {
    border: none!important;
}
sql2table-cell-reversed-ext_id-item.busy {
    background-image:url('/_images/images/busy-light.svg');
	animation:loader 2s infinite linear;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) {
	color:var(--color_highlight,#ff5000);
	border-color:var(--color_highlight,#ff5000);
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) > *:not(style,script) {
	display: inline-block;
	margin: auto;
}
*:is(.sql2table-cell-reversed-ext_id-item, td .is-numeric, .badge) > *:not(:first-child) {
	margin-left: 2px;
}

.badge .dot, .badge-dot {
	background-color: #ccc;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin-right: 4px;
}
.badge.no-border {
	border: none!important;
	padding-left: 0px;
	padding-right: 0px;
}
.badge.no-background {
	background: none!important
}

.badge[style*="background-color"] {
	border-color:rgba(0,0,0,0.15);
}
.badge.color-is-dark {
	color:rgba(255,255,255,0.9);
	border-color:rgba(0,0,0,0.3);
}