﻿.tabicon {
  border: none;
  background: none;
  outline: none;
  transition: transform 0.15s linear;
}
.tabicon:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem #b9cce2;
  border-radius: 2px;
}
.tabicon:hover {
  transform: scale(1.15);
}
.tabicon::-moz-focus-inner {
  border: 0;
}

.sr-only {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.clickable-text {
  cursor: pointer;
  text-decoration: underline;
}

.badge.badge-default {
  text-transform: inherit;
}

.badge.badge-md {
  font-size: 75%;
  font-weight: 400;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.25rem !important;
  margin-right: -0.25rem;
}

.badge-list > * {
  margin: 0 0.4rem 0.3rem 0 !important;
}

.modal-max {
  min-width: 99%;
}

.dropdown-item.highlight {
  /*  background-color : var(--tblr-light);*/
  background-color: lightgray;
}

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree-node-expand-icon {
  flex: 0 0 auto;
}

.tree-node-selected {
  border-color: #206bc4;
  border-style: solid;
  border-width: thin;
}

.tree-node-aligned {
  width: 100%;
}

.switch-icon {
  width: unset;
  height: unset;
}
.switch-icon svg {
  width: unset;
  height: unset;
}

.switch-icon svg {
  width: unset;
  height: unset;
}

/**
Dimmer
*/
.dimmer {
  position: relative;
}

.dimmer .loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.dimmer.active .loader {
  display: block;
}

.dimmer.active .dimmer-content {
  opacity: 0.5;
  pointer-events: none;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #495057;
  display: inline-block;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #495057;
  display: inline-block;
}

.grouped-table tr.grouping-row {
  text-align: left !important;
  font-weight: bold;
}
.grouped-table tr td {
  padding-left: 0.5rem;
}

.tabler-table tr:hover .row-action, .tabler-table tr:focus-within .row-action {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.tabler-table tr:focus-within {
  --tblr-table-accent-bg: var(--tblr-table-active-bg);
  color: var(--tblr-table-active-color);
}
.tabler-table .row-action {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  opacity: 0;
}
.tabler-table .row-action button {
  background-color: unset;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.tabler-table .row-action-edit {
  text-align: right;
}
.tabler-table .sorting {
  position: relative;
}
.tabler-table .sorting:after {
  position: absolute;
  right: 3px;
  bottom: 2px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  width='12' height='12' viewBox='0 0 24 24' stroke-width='1.5' stroke='%239C27B0' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
}
.tabler-table .sorting:before {
  position: absolute;
  right: 3px;
  top: 2px;
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" stroke-width="1.5" stroke="%239C27B0" fill="none" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath stroke="none" d="M0 0h24v24H0z" fill="none"/%3E%3Cpolyline points="6 15 12 9 18 15" /%3E%3C/svg%3E');
}
.tabler-table .sorting_desc {
  position: relative;
}
.tabler-table .sorting_desc:after {
  position: absolute;
  right: 3px;
  bottom: 2px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  width='12' height='12' viewBox='0 0 24 24' stroke-width='1.5' stroke='%239C27B0' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
}
.tabler-table .sorting_asc {
  position: relative;
}
.tabler-table .sorting_asc:before {
  position: absolute;
  right: 3px;
  top: 2px;
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" stroke-width="1.5" stroke="%239C27B0" fill="none" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath stroke="none" d="M0 0h24v24H0z" fill="none"/%3E%3Cpolyline points="6 15 12 9 18 15" /%3E%3C/svg%3E');
}
