.trash-btn {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-weight: 600;
  background-color: #f46060;
  color: white;
  border-radius: 4px;
  padding: 0 24px;
  z-index: 0;
  font: 1rem 'Inter', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 300ms all;
}
.trash-btn:hover,
.trash-btn-fix:hover {
  color: #fff;
  background-color: #ff4444;
}
.trash-btn-fix {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f46060;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.no-flex-wrap {
  flex-wrap: nowrap !important;
  align-items: flex-start;
}
.info-shrink {
  flex-shrink: 0;
}
