.row {
  padding-top: 20px;
}

h1 {
  text-align: center;
}

.navbar-brand-dev {
  color: red;
}

.container {
  padding-bottom: 30px;
}

.card-title a {
  text-decoration: none;
}

.card-expired {
  opacity: 0.4;
}

.copy-trigger:hover {
  cursor: pointer;
}

.name-copy-trigger:hover {
  cursor: copy;
}

.has-comment {
  color: orange;
}

form label.required {
  font-weight: bold;
}

.wishlist-public-container h1 {
  padding-bottom: 10px;
}
.wishlist-public-container .row {
  padding-top: 0;
}

#nav-wishlists {
  border: none;
  padding-bottom: 2px;
}
#nav-wishlists .ph {
  top: 2px;
  position: relative;
}
#nav-wishlists .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(58, 63, 65);
  color: rgb(185, 179, 170);
}
#nav-wishlists .nav-link.active {
  border-bottom-color: rgb(25, 73, 149);
  color: rgb(68, 147, 223);
}

.text-bg {
  opacity: 0.7;
}

.wishlist-item-shared {
  border-color: orange;
}

.shared-info {
  font-size: 0.7em;
  color: rgba(222, 226, 230, 0.7);
}

.item-is-bought {
  opacity: 0.6;
}
.item-is-bought .wishlist-item-card {
  border-color: limegreen;
}

.boughtCheck {
  z-index: 100;
}
.boughtCheck i {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  color: limegreen;
  font-size: 70px;
  left: 50%;
  top: 50%;
}

.wishlist-card .card-header {
  display: flex;
  justify-content: space-between;
}
.wishlist-card .card-header h5.card-title {
  margin-top: 5px;
}
.wishlist-card .card-header .article-edit a {
  text-decoration: none;
}
.wishlist-card .card-header .article-edit a.item-share-btn {
  color: deepskyblue;
}
.wishlist-card .card-header .article-edit a.item-unshare-btn {
  color: #ff2626;
}
.wishlist-card .card-header .article-edit a.item-bought-btn {
  color: limegreen;
}
.wishlist-card .link a {
  text-decoration: none;
}
.wishlist-card .card-footer {
  text-align: center;
}
.wishlist-card .item-edit-btn {
  color: darkorange;
}
.wishlist-card .item-delete-btn {
  color: #ff2626;
}
.wishlist-card .item-delete-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .nav-link {
    text-align: center;
  }
  .nav-link:not(.dropdown-link) {
    padding: 1rem 0;
    border-bottom: 1px solid;
  }
  #nav-wishlists li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
