.diary-category-template_card {
  position: relative;
}

.diary_category-card,
.diary-category-template_card {
  margin-bottom: 8px;
}

.diary-category-template_card {
  min-height: 150px;
}

.diary_category-card .card-header,
.diary-category-template_card .card-header {
  background-color: transparent;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}

.diary_category-card-body, .diary-category-template_card-body {
  padding-bottom: 0;
}

.diary-category-template_card-body {
  opacity: 0.33;
}

.diary-category-template_add-link {
  position: absolute;
  padding-top: 20px;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.diary-category-template_add-link-icon {
  font-size: 80px;
  text-shadow: 3px 0 #fff, -2px 0 #fff, 0 3px #fff, 0 -3px #fff,
               2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}

.categories-form-card.card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
