#token-action-hud-app.tah-style-pathfinder {
  --tah-background-color: #00000000;
  --tah-border-radius: 0px;
  --tah-gap: 5px;
  --tah-button-background: var(--tah-button-background-color);
  --tah-button-background-color: #f3e9ca;
  --tah-button-border: 1px solid transparent;
  --tah-button-box-shadow: 0 0 0 1px #f3e9ca,
    0 0 0 1px #f3e9ca,
    0 0 0 2px #a98f39,
    inset 0 0 8px 1px rgb(0 0 0 / 50%),
    inset 0 0 1px 1px #a98f39;
  --tah-button-box-font-weight: normal;
  --tah-button-text-color: #191813;
  --tah-button-height: 32px;
  --tah-button-min-width: 32px;
  --tah-button-text-shadow: none;
  --tah-button-hover-background-color: #dfc578;
  --tah-button-hover-border: 1px solid transparent;
  --tah-button-hover-box-shadow: 0 0 0 1px #f3e9ca,
    0 0 0 1px #f3e9ca,
    0 0 0 2px #a98f39,
    inset 0 0 8px 1px rgb(0 0 0 / 50%),
    inset 0 0 1px 1px #a98f39;
  --tah-button-hover-text-primary-color: var(--tah-button-text-color);
  --tah-button-hover-text-secondary-color: var(--tah-text-hover-secondary-color);
  --tah-button-hover-text-tertiary-color: var(--tah-text-hover-tertiary-color);
  --tah-button-active-background-color: #ca6b6b;
  --tah-button-active-border: none;
  --tah-button-active-box-shadow: 0 0 0 1px #f3e9ca,
    0 0 0 1px #f3e9ca,
    0 0 0 2px #a98f39,
    inset 0 0 8px 1px rgb(0 0 0 / 50%),
    inset 0 0 1px 1px #a98f39;
  --tah-button-active-text-color: #191813;
  --tah-button-toggle-background-color: #000000b3;
  --tah-button-toggle-hover-background-color: #d28c8c;
  --tah-button-toggle-hover-border: none;
  --tah-button-toggle-hover-box-shadow: 0 0 0 1px #f3e9ca,
    0 0 0 1px #f3e9ca,
    0 0 0 2px #a98f39,
    inset 0 0 8px 1px rgb(0 0 0 / 50%),
    inset 0 0 1px 1px #a98f39;
  --tah-button-image-background-color: #00000040;
  --tah-button-image-border-radius: var(--tah-border-radius);
  --tah-button-image-height: var(--tah-button-height);
  --tah-button-image-width: var(--tah-button-min-width);
  --tah-icon-color: var(--tah-text-primary-color);
  --tah-icon-text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.25), 1px 1px 1px #000000, 1px 1px 3px rgba(0, 0, 0, 0.5);
  --tah-icon-hover-color: #dfc578;
  --tah-icon-hover-text-shadow: 0 0 8px var(--color-shadow-primary);
  --tah-text-primary-color: #dfc578;
  --tah-text-secondary-color: #5e0000;
  --tah-text-tertiary-color: #171f69;
  --tah-character-name-color: var(--tah-text-primary-color);
  --tah-character-name-text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.25), 1px 1px 1px #000000, 1px 1px 3px rgba(0, 0, 0, 0.5);
  --tah-list-subgroup-title-icon-color: var(--tah-text-primary-color);
  --tah-list-subgroup-title-hover-icon-color: var(--tah-text-primary-color);
  --tah-subgroups-background: none;
  --tah-text-disabled-color: #75683f;
  --tah-text-hover-primary-color: var(--tah-text-primary-color);
  --tah-text-hover-secondary-color: var(--tah-text-secondary-color);
  --tah-text-hover-tertiary-color: var(--tah-text-tertiary-color);
  --tah-text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.25), 1px 1px 1px #000000, 1px 1px 3px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 20;
  /* -------------------------------------------- */
  /* Group/Subgroup context menu                  */
  /* -------------------------------------------- */
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud {
  border-radius: var(--tah-border-radius);
  display: flex;
  /* -------------------------------------------- */
  /* Drag-to-reorder                              */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* Button Container                             */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* Box Button                                   */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* Icon Button                                  */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* Groups                                       */
  /* -------------------------------------------- */
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-hidden {
  display: none !important;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-icon {
  align-content: center;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="group"][draggable="true"],
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="subgroup"][draggable="true"],
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"][draggable="true"] {
  cursor: grab;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="group"][draggable="true"].tah-dragging,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="subgroup"][draggable="true"].tah-dragging,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"][draggable="true"].tah-dragging {
  cursor: grabbing;
  opacity: 0.2;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"][draggable="true"] .tah-action-button,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="subgroup"][draggable="true"] .tah-subgroup-button,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="subgroup"][draggable="true"] .tah-list-subgroup-title,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="group"][draggable="true"] .tah-group-button {
  cursor: grab;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"][draggable="true"].tah-dragging .tah-action-button,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="subgroup"][draggable="true"].tah-dragging .tah-subgroup-button,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="subgroup"][draggable="true"].tah-dragging .tah-list-subgroup-title,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="group"][draggable="true"].tah-dragging .tah-group-button {
  cursor: grabbing;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"].tah-drop-action-before,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"].tah-drop-action-after {
  position: relative;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"].tah-drop-action-before::after,
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"].tah-drop-action-after::after {
  background: var(--color-warm-1, #ee9b3a);
  border-radius: 2px;
  content: "";
  height: 80%;
  pointer-events: none;
  position: absolute;
  top: 10%;
  width: 3px;
  z-index: 100;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"].tah-drop-action-before::after {
  left: calc(var(--tah-gap, 5px) * -0.5 - 1.5px);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud [data-part="action"].tah-drop-action-after::after {
  right: calc(var(--tah-gap, 5px) * -0.5 - 1.5px);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-add-group-button .tah-drop-icon,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-add-subgroup-button .tah-drop-icon {
  display: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-group-button,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-subgroup-button {
  opacity: 0.5;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-group-button .tah-add-icon,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-subgroup-button .tah-add-icon {
  display: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-group-button.tah-drop-indicator,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-subgroup-button.tah-drop-indicator {
  background: var(--color-warm-1, #ee9b3a);
  border-color: var(--color-warm-1, #ee9b3a);
  opacity: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-group-button.tah-drop-indicator .tah-drop-icon,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-drag-active .tah-add-subgroup-button.tah-drop-indicator .tah-drop-icon {
  color: var(--color-cool-5, #0b0a13);
  display: inline-block;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-character-name {
  color: var(--tah-character-name-color);
  font-size: var(--font-size-16);
  position: absolute;
  text-shadow: var(--tah-character-name-text-shadow);
  top: -22px;
  width: max-content;
  z-index: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud:hover #tah-collapse-expand > #tah-collapse-hud,
#token-action-hud-app.tah-style-pathfinder #token-action-hud:hover > #tah-buttons {
  display: flex;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked ~ #tah-buttons {
  display: flex;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-collapse-expand {
  left: -20px;
  position: absolute;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-collapse-expand #tah-collapse-hud {
  align-items: center;
  display: none;
  height: var(--tah-button-height);
  position: relative;
  z-index: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-collapse-expand #tah-expand-hud {
  background: var(--tah-button-background);
  justify-content: center;
  min-width: auto;
  padding: 0 5px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-collapse-expand button > i {
  font-size: var(--font-size-16);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-buttons {
  align-items: center;
  display: none;
  font-style: normal;
  font-weight: normal;
  height: var(--tah-button-height);
  position: relative;
  z-index: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-buttons #tah-drag-hud {
  cursor: move;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-buttons #tah-drag-hud:focus,
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-buttons #tah-drag-hud:focus-visible,
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-buttons #tah-drag-hud.focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud #tah-buttons:has(#tah-drag-hud:not(.tah-hidden)) {
  display: flex;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box {
  align-items: center;
  background-color: var(--tah-button-background-color);
  border: var(--tah-button-border);
  border-radius: var(--tah-border-radius);
  box-shadow: var(--tah-button-box-shadow);
  color: var(--tah-button-text-color);
  display: flex;
  font-size: var(--font-size-13);
  font-weight: var(--tah-button-box-font-weight);
  height: var(--tah-button-height);
  margin: 0;
  min-width: var(--tah-button-min-width);
  overflow: hidden;
  padding: 0;
  position: relative;
  text-shadow: var(--tah-button-text-shadow);
  /* -------------------------------------------- */
  /* Disabled Button                              */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* Toggleable Button                            */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:focus,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:focus-visible {
  outline: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.tah-group-button {
  background: var(--tah-button-background);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:not(.disabled):active,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:not(.disabled):hover {
  background-color: var(--tah-button-hover-background-color);
  border: var(--tah-button-hover-border);
  box-shadow: var(--tah-button-hover-box-shadow);
  color: var(--tah-button-hover-text-primary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:not(.disabled):active .tah-info,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:not(.disabled):hover .tah-info {
  color: var(--tah-button-hover-text-secondary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:not(.disabled):active .tah-info.tah-spotlight,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box:not(.disabled):hover .tah-info.tah-spotlight {
  color: var(--tah-button-hover-text-tertiary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.disabled {
  color: var(--tah-text-disabled-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.disabled:hover {
  box-shadow: var(--tah-button-box-shadow);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.toggle:not(.disabled):hover {
  background: var(--tah-button-toggle-hover-background-color);
  box-shadow: var(--tah-button-toggle-hover-box-shadow);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.active {
  background: var(--tah-button-active-background-color);
  box-shadow: var(--tah-button-active-box-shadow);
  color: var(--tah-button-active-text-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.active.activeText > .tah-button-content:after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro", "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 0.25rem;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box.shrink {
  min-width: min-content;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-button-image {
  background-color: var(--tah-button-image-background-color) !important;
  border-radius: var(--tah-button-image-border-radius);
  height: var(--tah-button-image-height);
  min-width: var(--tah-button-image-width);
  width: var(--tah-button-image-width);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-button-content {
  display: flex;
  gap: var(--tah-gap);
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-button-content:empty {
  display: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-button-text {
  overflow: hidden;
  padding: 1px 0;
  padding-right: 1px;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-icon > i {
  font-size: x-small;
  margin: 0px 2px 0px 0px;
  text-shadow: var(--tah-button-text-shadow);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-info-container {
  align-items: center;
  display: flex;
  gap: var(--tah-gap);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-info-container .tah-info {
  color: var(--tah-text-secondary-color);
  font-size: x-small;
  white-space: nowrap;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-box .tah-info-container .tah-info.tah-spotlight {
  color: var(--tah-text-tertiary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-icon {
  background: transparent;
  border: 0;
  line-height: unset;
  margin: 0;
  padding: 0;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-icon:hover,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-icon:focus {
  box-shadow: none;
  outline: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-icon:hover > i,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-icon:focus > i {
  color: var(--tah-icon-hover-color);
  text-shadow: var(--tah-icon-hover-text-shadow);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-button-icon > i {
  color: var(--tah-icon-color);
  font-size: var(--font-size-12);
  margin: 3px;
  padding: 3px;
  pointer-events: none;
  position: relative;
  text-align: center;
  text-shadow: var(--tah-icon-text-shadow);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-collapse-icon,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-expand-icon {
  display: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked [data-part="subgroup"] {
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed var(--tah-text-primary-color, #fff);
  border-radius: var(--tah-border-radius);
  padding: 1rem;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-add-subgroup-button {
  background: rgba(0, 0, 0, 0.2);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked [data-part="subgroup"] .tah-add-action-button,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked [data-part="subgroup"] .tah-add-subgroup-button:not(.tah-drop-indicator) {
  background: rgba(255, 255, 255, 0.1);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-button-box:not(.disabled):hover {
  background-color: var(--tah-button-background-color);
  border: 1px dashed var(--tah-text-primary-color, #fff);
  box-shadow: var(--tah-button-box-shadow);
  color: var(--tah-button-text-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-button-box:not(.disabled):hover .tah-info {
  color: inherit;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-button-box:not(.disabled):hover .tah-info.tah-spotlight {
  color: inherit;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups {
  display: flex;
  filter: none;
  gap: var(--tah-gap);
  /* -------------------------------------------- */
  /* Actions                                      */
  /* -------------------------------------------- */
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-add-group-button {
  align-items: center;
  align-self: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed var(--tah-text-primary-color, #fff);
  border-radius: 4px;
  color: var(--tah-text-primary-color, #fff);
  cursor: pointer;
  display: inline-flex;
  height: var(--tah-button-height);
  justify-content: center;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  width: 24px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-add-group-button:hover {
  border-color: var(--tah-text-hover-primary-color, #fff);
  color: var(--tah-text-hover-primary-color, #fff);
  opacity: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-add-action-button {
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed var(--tah-text-primary-color, #fff);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--tah-text-primary-color, #fff);
  cursor: pointer;
  display: inline-flex;
  height: var(--tah-button-height);
  justify-content: center;
  margin: 0;
  min-width: 32px;
  opacity: 0.6;
  padding: 0 6px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-add-action-button:hover {
  border-color: var(--tah-text-hover-primary-color, #fff);
  color: var(--tah-text-hover-primary-color, #fff);
  opacity: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-add-subgroup-button {
  align-items: center;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed var(--tah-text-primary-color, #fff);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--tah-text-primary-color, #fff);
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  height: 24px;
  justify-content: center;
  margin: 2px 0;
  min-height: 24px;
  min-width: 80px;
  opacity: 0.6;
  padding: 0;
  width: 100%;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-add-subgroup-button:hover {
  border-color: var(--tah-text-hover-primary-color, #fff);
  color: var(--tah-text-hover-primary-color, #fff);
  opacity: 1;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container > .tah-subgroups {
  background: var(--tah-subgroups-background);
  left: -10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container > .tah-subgroups {
  left: -10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-groups {
  width: max-content;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-groups > .tah-tab-subgroup > .tah-subgroups > .tah-actions {
  background: var(--tah-background-color);
  border-radius: var(--tah-border-radius);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container > .tah-subgroups,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container > .tah-subgroups {
  background: var(--tah-subgroups-background);
  border-radius: var(--tah-border-radius);
  flex-direction: column;
  position: relative;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container.expand-down,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container.expand-down {
  top: calc(100% - 10px);
  padding-top: 13px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container.expand-down > .tah-subgroups,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container.expand-down > .tah-subgroups {
  padding: 3px 10px 10px 10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container.expand-up,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container.expand-up {
  bottom: calc(100% - 7px);
  flex-direction: column-reverse;
  padding-bottom: 10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container.expand-up > .tah-subgroups,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container.expand-up > .tah-subgroups {
  padding: 10px 10px 3px 10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group > .tah-subgroups-container.expand-up > .tah-subgroups > .tah-list-subgroups,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-subgroups-container.expand-up > .tah-subgroups > .tah-list-subgroups {
  flex-direction: column-reverse;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group.hover > .tah-subgroups-container,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup.hover > .tah-subgroups-container {
  display: flex;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-group.hover > .tah-subgroups-container > .tah-subgroups,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup.hover > .tah-subgroups-container > .tah-subgroups {
  display: flex;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-subgroups-container {
  display: none;
  position: absolute;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-subgroups {
  display: flex;
  flex-direction: column;
  gap: var(--tah-gap);
  min-width: max-content;
  width: 100%;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-subgroups.expand-down {
  flex-direction: column;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroups {
  background: var(--tah-background-color);
  border-radius: var(--tah-border-radius);
  flex-direction: column;
  display: flex;
  gap: var(--tah-gap);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroups .tah-list-image {
  border: var(--tah-button-border);
  border-radius: var(--tah-border-radius);
  box-shadow: var(--tah-button-box-shadow);
  height: var(--tah-button-height);
  margin-right: 5px;
  min-width: var(--tah-button-min-width);
  width: var(--tah-button-min-width);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroups .tah-list-subgroups {
  background: none;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroups .tah-list-subgroup[data-has-image="true"] {
  flex-direction: row;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroups {
  display: flex;
  gap: var(--tah-gap);
  position: relative;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title {
  align-items: center;
  color: var(--tah-text-primary-color);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--tah-font-size-10);
  gap: var(--tah-gap);
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: var(--tah-text-shadow);
  text-transform: uppercase;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title:hover {
  color: var(--tah-text-hover-primary-color);
  cursor: pointer;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title:hover > .tah-collapse-icon:not(.tah-hidden),
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title:hover > .tah-expand-icon:not(.tah-hidden) {
  visibility: visible;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title:hover > i {
  bottom: 1px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title > i {
  color: var(--tah-list-subgroup-title-icon-color);
  font-size: 8px;
  pointer-events: none;
  position: relative;
  visibility: hidden;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title .tah-info {
  background: var(--tah-button-background-color);
  border-radius: 5px;
  color: var(--tah-text-secondary-color);
  font-size: x-small;
  padding: 1px 3px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title .tah-info:hover {
  color: var(--tah-text-hover-secondary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title .tah-info.tah-spotlight {
  color: var(--tah-text-tertiary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-list-subgroup .tah-list-subgroup-title .tah-info.tah-spotlight:hover {
  color: var(--tah-text-hover-secondary-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-tab-subgroup > .tah-tab-subgroup > .tah-subgroups > .tah-actions {
  background: var(--tah-background-color);
  border-radius: var(--tah-border-radius);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups.tah-unlocked .tah-subgroup > .tah-list-subgroup > .tah-subgroups > .tah-list-subgroups {
  padding-left: 10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-subgroup[data-show-title="false"] > div > .tah-list-subgroup-title > .tah-list-subgroup-title-text {
  color: var(--tah-text-disabled-color);
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups:not(.tah-unlocked) .tah-subgroup[data-show-title="false"] > .tah-list-subgroup > .tah-subgroups > .tah-list-subgroups > .tah-subgroup:not([data-show-title="false"]) {
  padding-left: 0px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-subgroup:not([data-show-title="false"])[data-has-image="false"] > .tah-list-subgroup > .tah-subgroups > .tah-list-subgroups > .tah-subgroup:not([data-show-title="false"])[data-has-image="false"] {
  padding-left: 10px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups > .tah-actions {
  margin-top: 5px;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-actions {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: var(--tah-gap);
  width: 100%;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-actions.tah-actions-grid {
  align-items: stretch;
}
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-actions.tah-actions-grid .tah-action,
#token-action-hud-app.tah-style-pathfinder #token-action-hud .tah-groups .tah-actions.tah-actions-grid .tah-action-button {
  width: 100%;
}
#token-action-hud-app.tah-style-pathfinder #context-menu menu.context-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
#token-action-hud-app.tah-style-pathfinder #context-menu li.context-item.tah-context-delete {
  color: var(--color-warm-2, #c9593f);
}
