.tagSection.tagAdd .heatControls input {
  max-width: unset;
}
.tagSection.tagAdd .lang label {
  margin: 0.5rem 1rem;
}
.tagSection.tagAdd .lang label input {
  margin-bottom: 0.1rem;
}
.tagSection .tagWrapper {
  margin-bottom: 4rem;
}
@media screen and (min-width: 369.98px) {
  .tagSection .tagWrapper {
    max-width: 380px;
  }
}
.tagSection .tag.se [name=tag] {
  border-color: rgba(255, 210, 0, 0.6);
}
.tagSection .tag.en [name=tag] {
  border-color: rgba(50, 150, 255, 0.6);
}
.tagSection .tag.se.en [name=tag] {
  border-top-color: rgba(255, 210, 0, 0.6);
  border-left-color: rgba(255, 210, 0, 0.6);
  border-right-color: rgba(50, 150, 255, 0.6);
  border-bottom-color: rgba(50, 150, 255, 0.6);
}
.tagSection .tag button {
  font-family: monospace;
}
.tagSection [name=heat] {
  opacity: 0.7;
  text-align: center;
  padding: 0.35rem 0;
  font-size: 1.2rem;
}
.tagSection [name=saveTag] {
  width: 24px;
  background: transparent;
  filter: invert(69%) sepia(18%) saturate(1353%) hue-rotate(56deg) brightness(97%) contrast(82%);
  transition: all 277ms ease-in-out;
}
.tagSection .flag-icon {
  cursor: pointer;
}
.tagSection a.icon-edit {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  z-index: 1020;
  padding: 14px;
  width: 24px;
  background-color: rgba(175, 195, 220, 0.2);
}
.tagSection a.icon-edit:hover {
  background-color: #77b0e1;
}
.tagSection a.icon-edit i {
  position: absolute;
  top: 6px;
  left: 6px;
}
.tagSection .info {
  font-size: 1rem;
}
.tagSection .heatControls button {
  padding: 0.5rem 0;
  min-width: 38px;
}
.tagSection .heatControls button[value^="-"] {
  border-color: #fe5000;
  color: #fe5000;
}
.tagSection .modifier > * {
  width: 70px;
}

.tagViewMine .accordion-item:not(:first-child) {
  margin-top: 2rem;
}
.tagViewMine .accordion-body .en,
.tagViewMine .accordion-body .se {
  background-color: #f9fbf9;
}
.tagViewMine .accordion-body .se {
  border: 0.1rem solid rgba(255, 210, 0, 0.6);
  border-left-width: 0.25rem;
}

#stickyTags {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 0.4rem;
}
#stickyTags .tag {
  display: flex;
  justify-content: flex-end;
  margin: 0.2rem 0;
}
#stickyTags .tag .active {
  width: 21px;
  opacity: 1;
  background-color: rgba(107, 142, 35, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
#stickyTags .tag .active i {
  position: relative;
  right: -0.2rem;
  filter: brightness(0);
  transform: scale(0.7);
}
#stickyTags .tag.mb-3:last-of-type {
  margin-bottom: 1rem !important;
}
#stickyTags span {
  order: 2;
  margin-left: 0.6rem;
}
#stickyTags i {
  display: block;
  margin-top: 0.25rem;
}

#stickyAmount {
  display: block;
  position: absolute;
  top: -5rem;
  right: 0.8rem;
  height: 15px;
  width: 15px;
  font-size: 1.2rem;
  color: whitesmoke;
  border-radius: 50%;
  background-color: olivedrab;
  line-height: 1.3;
  text-align: center;
  transition: all 277ms ease-in-out;
}

@keyframes animFlying {
  0% {
    left: 0;
    opacity: 1;
  }
  15% {
    left: -2rem;
  }
  98% {
    left: 6rem;
    opacity: 0;
  }
}
.animFlying i {
  animation-name: animFlying;
  animation-timing-function: ease-out;
  animation-duration: 600ms;
  animation-iteration-count: 1;
}

.tagViewMine .flags label {
  margin: 0 auto;
  max-width: 40%;
}
.tagViewMine .flags label:first-of-type {
  margin-bottom: 0.5rem;
}