.k-erid-box {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--main);
  border-radius: 50%;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

svg.k-erid-box__currency {
  width: 12px !important;
  height: 12px !important;
}

.k-erid-box__content {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--text-black);
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 8px 4px var(--main-grey)
}

.k-erid-box__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: max-content;
  gap: 8px;
}

.k-erid-box__content svg {
  width: 12px !important;
  height: 12px !important;
  stroke: var(--stroke-grey) !important
}

.k-erid-box.opened .k-erid-box__content {
  display: flex;

}