body {
  background-color: black;
}

.home-section {
  margin-top: 15rem;
  margin-bottom: 5rem;
}

.search-area {
  margin-top: 2.5rem;
}

.drops-area {
  margin-top: 2.5rem;
}

.drops-img {
  width: 100%;
  border-radius: 25px;
  opacity: 0.85;
}

.coll-list {
  margin-top: 2.5rem;
}

.drops-item {
  position: relative;
  margin-top: 1rem;
}

.drops-name {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 4rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

.input-group {
  background-color: #4a4949;
  border-radius: 5px;
}

.form-control {
  font-size: 1.6rem;
  background-color: #4a4949;

  border: 0px solid #ced4da;
}

.form-control:focus {
  color: white;
  background-color: #4a4949;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.bi-search {
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.5rem;
}

.drops-link {
  color: white;
  transition: 0.5s;
}

.drops-link:hover {
  color: white;
  opacity: 0.8;
}

.avatar-img {
  width: 100%;
  border-radius: 50%;
  transition: 0.4s;
}

.avatar-item {
  margin-top: 1.5rem;
  position: relative;
}

.avatar-img:hover {
  box-shadow: 0px 0px 20px 16px rgb(245 221 0/ 70%);
}

.selected {
  box-shadow: 0px 0px 20px 16px rgb(245 221 0/ 70%);
}

.selected-name {
  color: #f5dd00;
}

.nft-number {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

.nft-remove {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 0.2rem;
}

.nft-edit {
  position: absolute;
  bottom: 0;
  right: 25%;
  left: 25%;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.avatar-name {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-left: -1rem;
}

.nft-opensea {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.nft-opensea-img {
  border-radius: 50%;
  transition: 0.5s;
}

.nft-opensea-img:hover {
  box-shadow: 0px 0px 9px 6px rgb(32 129 226/ 70%);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.nft-edit-btn {
  font-size: 1.5rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .home {
    margin-top: 10rem;
  }
}

.btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 1;
}

.nft-remove-btn-area {
  background-color: #4a4949;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 50%;
}

.nft-remove-btn {
  font-size: 1.1rem;
}

.btn-primary {
  color: black;
  background-color: #f5dd00;
  border-color: #f5dd00;
  transition: 0.3s;
}

.btn-primary:hover {
  color: black;
  background-color: #625800;
  border-color: #625800;
}

.new-avatar-area {
  margin-top: 10rem;
}

.nft-new-btn {
  font-size: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.select-writing {
  display: none;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-left: -1rem;
}

.selected-writing {
  display: flex;
}

/* -- List/Grid area */
.col-style-area {
  margin-top: 2.5rem;
}

.grid-icon {
  font-size: 2.5rem;
}

.col-style-area div:not(:first-child) {
  margin-left: 2.5rem;
}

.nft-grid-btn {
  color: white;
  background-color: transparent;
  border-color: transparent;
  transition: 0.3s;
}

.nft-grid-btn:hover {
  color: #f5dd00;
  background-color: transparent;
  border-color: transparent;
}

.grid-act .nft-grid-btn {
  color: #f5dd00;
}

@media screen and (max-width: 768px) {
  .avatar-item {
    margin-top: 10rem;
  }
}
