.noway-main .tag-container {
  padding: 5px;
  cursor: pointer;
}
.noway-main footer {
  text-align: center;
  padding: 3px;
}
.noway-main .btn-add {
  line-height: 1;
  border-radius: 45px;
  font-size: 12px;
}

/* Yagnik */
.noway-main #copy:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.noway-main #copy {
  position: relative;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid transparent;
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.noway-main #copy:before {
  content: "";
  width: 16px;
  height: 16px;
  bottom: -10px;
  left: 82px;
  clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
}
.noway-main #copy:after {
  content: attr(tooltip);
  width: 165px;
  bottom: -38px;
  left: 20px;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
}
#copy:before,
.noway-main #copy:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
}
#copy:hover:before,
.noway-main #copy:hover:after {
  opacity: 1;
  transform: translateY(0);
}
