#qty {
  width: 80px;
  border: none;
  border-bottom: 1px solid grey;
  outline: none; }

.nav-item .nav-link:not(.disabled) {
  text-decoration: underline; }

.nav-item .nav-link.active {
  color: black !important; }

.fa-circle-info {
  cursor: help; }

.hide-btns {
  z-index: 0 !important; }
  .hide-btns:hover .btns, .hide-btns .btns:hover, .hide-btns .tooltip {
    display: block; }
  .hide-btns .btns {
    display: none; }

.nav-link {
  padding: 0.3rem 0.6rem;
  font-weight: 500; }

up-drawer-box {
  padding: 0; }

up-drawer[position="right"] up-drawer-content {
  padding: 1.5rem; }
  up-drawer[position="right"] up-drawer-content .card-body {
    height: calc(100vh - 160px);
    overflow-y: scroll; }

.details {
  font-size: .85rem; }

form table {
  width: 100%; }
  form table caption {
    caption-side: top;
    color: black; }
  form table td > select {
    min-width: 70px; }
  form table td > input {
    min-width: 50px; }

abbr[data-bs-original-title="required"] {
  color: #DC3545FF;
  text-decoration: none; }

#layout .primary-outline {
  opacity: 1 !important;
  outline: 2px dotted #0D6EFDFF;
  border: 1px dotted #0D6EFDFF !important; }

#layout g.primary-outline polygon:hover, #layout .panel g.primary-outline rect:hover {
  stroke-width: 1.5;
  stroke: #0D6EFDFF;
  stroke-dasharray: 2, 2; }

#layout .primary-color {
  color: #0D6EFDFF !important; }

table .form-control {
  padding: 3px; }

td[data-select2-id] {
  max-width: 80px; }

g.plank {
  cursor: pointer; }

dim {
  font-size: 8px;
  color: grey; }

truncate {
  overflow: hidden;
  text-overflow: ellipsis; }

.wood-types a.active {
  border: 2px solid #0D6EFDFF; }

.tooltip {
  z-index: 10000; }

.navbar-brand {
  height: 50px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.btn {
  white-space: nowrap; }

.popover {
  max-width: 100%; }

[data-bs-toggle="collapse"] {
  cursor: pointer;
  position: relative; }
  tbody [data-bs-toggle="collapse"]:last-of-type:not(a):after, [data-bs-toggle="collapse"] td:last-of-type:after {
    font-family: "FontAwesome";
    content: "\f139";
    transition: all 0.5s;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem; }

.collapsed:after, .collapsed td:last-of-type:after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.table-group-divider {
  border-top-width: 1.1px; }

.tooltip {
  pointer-events: none; }

.select2-selection {
  height: fit-content !important; }

.switcher label:nth-of-type(1) {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important; }

up-popup {
  z-index: 10001; }

.beta-badge {
  position: absolute;
  top: -10px;
  right: 17px;
  z-index: 1;
  font-size: 0.75rem; }

.dropdown-toggle {
  display: flex !important; }

.dropdown-toggle::after {
  position: relative;
  top: 10px; }

:focus {
  outline: 0 !important; }

#layouts .card a:not(.btn) {
  text-decoration: none;
  color: unset; }

up-modal-box {
  overflow: visible; }

.card td {
  vertical-align: top; }

.btn-badge {
  position: absolute !important;
  top: -10px !important;
  z-index: 2; }

#pricing .btn-container {
  width: 100% !important; }

.kofi-button {
  background-color: #ffc400 !important;
  width: 100%; }

.dotted {
  border-bottom: 1px dotted grey; }

#crossfade {
  position: relative;
  height: 250px;
  width: 50%; }

#crossfade img {
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 100%; }

#crossfade img.top:hover {
  opacity: 0; }
