body {
  overflow-y: hidden;
}

.full-height {
  height: 100vh;
}

.full-height-tab {
  height: calc(100vh - 1.05rem - 1lh);
}

.w-100 {
  width: 100%;
}

.btn-delete:focus,
.btn-delete:hover {
  background: #fcf1f1 !important;
  color: #e85600 !important;
  border-color: #e85600;
}

.btn-delete:focus .icon-delete::before,
.btn-delete:hover .icon-delete::before {
  border-color: #e85600;
}

.btn-delete:focus .icon-delete::after,
.btn-delete:hover .icon-delete::after {
  background: #e85600;
  box-shadow: #e85600 -0.25em 0.2em, #e85600 0.25em 0.2em;
}

.btn-edit:focus,
.btn-edit:hover {
  background: #f1fcf1 !important;
  color: #32b643 !important;
  border-color: #32b643;
}

#edit-area {
  background-color: #ffffff;
}

.tile.tile-centered {
  border-left: 0.1rem solid transparent;
  transition: border-left-color ease-in-out 0.2s;
}

.tile.tile-centered.active {
  border-left-color: #5755d9;
}

.border-left-panellike {
  border-left: 1px solid #ccc;
}

.border-bottom-panellike {
  border-bottom: 1px solid #ccc;
}

.noselect {
  user-select: none;
}

.noborder {
  border: none !important;
}

.noborder-top {
  border-top: none !important;
}

.noborder-bottom {
  border-bottom: none !important;
}

.noborder-left {
  border-left: none !important;
}

.noborder-right {
  border-right: none !important;
}

.ws-collapse {
  white-space: collapse;
  overflow: hidden;
  text-overflow: ellipsis;
}

.min-w-5em {
  min-width: 5em;
}

.input-group-addon.popover {
  cursor: pointer;
  min-width: calc(1.7rem + 2px);
  text-align: center;
}

.input-group-addon.popover .popover-container {
  text-align: initial;
}

textarea.form-input {
  resize: vertical;
  /* line-height + padding + border */
  min-height: calc(1lh + 0.5rem + 2px);
}

.hljs-attr {
  color: #895829;
}

.hljs-string {
  color: #268c34;
}

.hljs-number {
  color: #2f7983;
}

.hljs-keyword,
.hljs-literal {
  color: #76248f;
}

.text-a-lil-bit {
  font-size: 0.85rem;
}

.autocomplete {
  position: absolute;
  max-height: calc((0.6rem + 1lh) * 5);
  overflow-y: auto;
  overflow-x: hidden;
}

.input-group {
  align-items: flex-start;
}

.input-group .input-group-addon {
  height: 1.8rem;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.input-group > .objective-list,
.input-group > .card {
  flex: 1 1 auto;
  width: 100%;
}

.objective-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.objective-list-row {
  align-items: flex-start;
  width: 100%;
  gap: 0.5rem;
}

.objective-list-row > div:first-child {
  flex: 1 1 auto;
}

.objective-delete-btn {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.input-group .popover {
  margin-top: 0;
  height: 1.8rem;
  display: flex;
  align-items: center;
}

.objective-list .card {
  margin-bottom: 0;
}

.objective-list .card .form-group {
  margin-bottom: 0.4rem;
}

.objective-list .card .form-group:last-child {
  margin-bottom: 0;
}
