.cause-card {
  width: 100%;
  background-color: #fff;
  margin-bottom: 70px;
  cursor: pointer;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 30px;
  overflow: hidden;
}
.cause-card .cause-labels {
  position: absolute;
  bottom: 8px;
  left: 0;
  pointer-events: none;
}
.cause-card .label {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 2px 3px 2px 8px;
}
.cause-card .label:before, .cause-card .label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 14px solid;
  border-left: 14px solid transparent;
  position: absolute;
  right: -13px;
}
.cause-card .label:before {
  top: 0;
  transform: rotate(-180deg);
}
.cause-card .label:after {
  bottom: 0;
  transform: rotate(90deg);
}
.cause-card .label.label-green {
  background: #0CB2A2;
}
.cause-card .label.label-green:after, .cause-card .label.label-green:before {
  border-bottom-color: #0CB2A2;
}
.cause-card .danger-badge {
  display: block;
  padding: 0 6px;
  font-size: 12px;
  background: red;
  color: white;
  margin-left: 10px;
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  font-weight: bold;
  right: 12px;
  top: 12px;
}
.cause-card .danger-badge.grey {
  background: lightgray;
  color: black;
}
.cause-card:hover a > div:first-of-type > .lazy-image-container .lazy-image {
  transform: scale(1.1);
}
.cause-card a > div:first-of-type > .lazy-image-container .lazy-image {
  transition: transform 0.3s ease-out;
}
.cause-card:last-of-type {
  margin-bottom: 0;
}
.cause-card .btn {
  min-width: 120px;
}
.cause-card a > div:first-of-type > .lazy-image-container .lazy-image {
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.cause-card .content {
  padding: 16px 24px;
}
.cause-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 26px;
  min-height: 26px;
  max-height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  font-weight: bold;
}
.cause-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  min-height: 40px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cause-card .progress {
  background-color: #F3F3F3;
  width: 100%;
  height: 10px;
  border-radius: 16px;
  position: relative;
  margin-top: 42px;
}
.cause-card .price {
  color: #0CB2A2;
  font-weight: bold;
}
.cause-card .price .currency {
  font-size: 13px;
}
.cause-card .left-space {
  margin-right: -24px;
}
.cause-card .progress-active {
  position: absolute;
  height: 100%;
  border-radius: 16px;
  left: 0;
  top: 0;
  min-width: 40px;
  max-width: 100%;
  background: #EEC24B;
}
.cause-card .progress-active span {
  color: #EEC24B;
  margin-top: -44px;
  font-weight: bold;
}
.cause-card .donated {
  padding-top: 20px;
  padding-bottom: 10px;
}

a.green:hover {
  text-decoration: underline;
}

.green.accordion {
  cursor: pointer;
  font-size: 13px;
}
.green.accordion:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .profile-intro .info-container {
    display: block !important;
  }
}
.profile-intro .profile-buttons {
  padding-top: 20px;
  max-width: 220px;
}
.profile-intro .info-overflow:not(.active) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 21px;
  min-height: 42px;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.profile-intro .info-overflow {
  max-width: 600px;
}
.profile-intro .flex {
  width: 100%;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 24px;
}
.profile-intro .flex2 {
  margin-top: 20px;
  font-size: 13px;
  width: 100%;
}
.profile-intro .name-and-photo {
  text-align: center;
}
.profile-intro .photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.profile-intro .name {
  font-size: 20px;
  margin-top: 10px;
}
.profile-intro .add-icon {
  display: flex;
  margin-top: 7px;
}
.profile-intro .add-icon .icon {
  margin-right: 10px;
}
.profile-intro .green {
  color: #0CB2A2;
  font-weight: normal !important;
}
.profile-intro .only-desktop {
  display: none;
}
.profile-intro h2 {
  font-size: 13px;
  margin-top: 5px;
}
.profile-intro .only-mobile {
  margin-top: 25px;
}
.profile-intro .profile-buttons {
  text-align: center;
}
.profile-intro .rectangle {
  border: 1px solid #0CB2A2;
  margin-bottom: 20px;
  border-radius: 20px;
  width: 155px;
}
.profile-intro .add-icon-and-here {
  display: flex;
  padding: 10px 15px;
}
.profile-intro .add-icon-and-here .icon2 {
  margin-right: 15px;
}
.profile-intro .profile-info h2 {
  padding-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .profile-intro .flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .profile-intro .name-and-photo {
    width: 280px;
  }
  .profile-intro .flex2 {
    width: calc(100% - 280px);
    font-size: 15px;
    position: relative;
  }
  .profile-intro .photo {
    width: 150px;
    height: 150px;
  }
  .profile-intro .profile-buttons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .profile-intro .name {
    font-size: 30px;
    width: 200px;
  }
  .profile-intro .only-desktop {
    display: block;
    width: 95%;
  }
  .profile-intro .only-mobile {
    display: none;
  }
  .profile-intro h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .profile-intro .rectangle {
    width: 300px;
  }
  .profile-intro .add-icon-and-here {
    padding: 5px 15px;
    align-items: center;
  }
  .profile-intro .add-icon-and-here .icon2 {
    margin-left: 30px;
  }
}

.profile-tabs .tabs {
  display: flex;
  max-width: 100vw;
  overflow: auto;
}
.profile-tabs .tab-link {
  border-radius: 0 !important;
  border-color: transparent !important;
  font-size: 16px;
  min-width: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  opacity: 1 !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  margin-right: 8px;
  position: relative;
}
.profile-tabs .tab-link.active {
  background-color: #F3F3F3;
  pointer-events: none;
}
.profile-tabs .tab-link .num {
  position: absolute;
  top: 6px;
  right: 8px;
  border-radius: 50%;
  background-color: red;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}
.profile-tabs .tab-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.profile-causes-list {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% + 40px);
  margin: -20px -20px 0;
}
.profile-causes-list .cause-item {
  width: 100%;
  padding: 20px 20px 0;
}
@media only screen and (min-width: 768px) {
  .profile-causes-list .cause-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .profile-causes-list .cause-item {
    width: 33.3333333333%;
  }
}

.donations-tab .donation {
  background-color: #fff;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 12px;
  position: relative;
}
.donations-tab .donation-date {
  font-size: 11px;
  color: #0CB2A2 !important;
  font-weight: bold;
}
.donations-tab .buttons {
  justify-content: flex-start;
}
