/* General */
.__booya-brix-table {
  border-collapse: collapse;
  width: 100%;
}
.__booya-brix-table th,
.__booya-brix-table td {
  word-break: keep-all;
}
.__booya-brix-table.__booya-brix-table-vertical th {
  text-align: left;
}
.__booya-brix-table.__booya-brix-table-vertical th > * {
  margin: 0;
}

.__booya-brix-badge {
  position: relative;
  top: -5px;
  display: inline-block;
  color: #fff;
  background-color: #0067a6;
  font-size: 60%;
  padding: 0 7px;
  border-radius: 5px;
}

/* Tickets */
.__booya-brix-ticket-priority {
  display: inline-block;
  position: relative;
}
.__booya-brix-ticket-priority::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 100%;
}
.__booya-brix-ticket-priority.__booya-brix-ticket-priority-low::before {
  /*
  background-color: #d6f3d9;
  color: #2a9b33;
   */
  background-color: #00bda5;
}
.__booya-brix-ticket-priority.__booya-brix-ticket-priority-medium::before {
  /*
  background-color: #feecda;
  color: #c87f39;
   */
  background-color: #f5c26b;
}
.__booya-brix-ticket-priority.__booya-brix-ticket-priority-high::before {
  /*
  background-color: #f7d9d9;
  color: #ab3535;
   */
  background-color: #f2545b;
}

/* Dashboard */
.brix-dashboard-object-wrapper {
  min-height: 30px;
}

.__booya-brix-dashboard-section .dnd-column {
  padding: 0;
  justify-content: flex-start !important;
}

/*# sourceMappingURL=booya-brix.css.map */
