.project-list .projects-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  transition: height 0.8s ease;
}
.project-list .projects-container a {
  text-decoration: none;
}
.project-list .projects-container .container {
  background-color: var(--dh-dark-500);
  color: white;
  border-radius: 8px;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.project-list .projects-container .container .description-row {
  display: flex;
  flex-direction: row;
}
.project-list .projects-container .container .description-row picture {
  display: flex;
  margin: auto;
  width: 100%;
  height: auto;
}
.project-list .projects-container .container .description-row picture img {
  width: 100%;
  height: auto;
}
.project-list .projects-container .container .description-row .description .name {
  color: var(--dh-gold);
  text-align: left;
  margin-bottom: 16px;
}
.project-list .projects-container .container .description-row .description .description-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.project-list .projects-container .container .info-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
}
.project-list .projects-container .container .info-row .values-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}
.project-list .projects-container .container .info-row .values-row .info-box {
  border: 1px solid rgba(181, 112, 53, 0.5);
  padding: 8px 4px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 56px;
}
.project-list .projects-container .container .info-row .values-row .info-box .value {
  color: var(--dh-gold-500);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4px;
  font-family: Texturina;
}
.project-list .projects-container .container .info-row .values-row .info-box .name {
  color: var(--dh-gold-700);
  font-size: 10px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
.project-list .projects-container .container .info-row .project-progres {
  margin-top: 24px;
  margin-bottom: 0;
  border: 1px solid var(--dh-gold);
  border-radius: 3px;
}
.project-list .projects-container .container .info-row .project-progres .progress-bar {
  background: linear-gradient(to right, #102421, #3F8A7D);
  height: 16px;
  border-radius: 0;
}
.project-list .projects-container .container .info-row .support-button {
  margin-top: 24px;
  height: 36px;
}

@media (max-width: 768px) {
  .project-detail .also-support {
    display: none;
  }
}
.project-detail .also-support h2 {
  margin: 32px auto;
  font-size: 33px;
  font-weight: 700;
  line-height: 120%;
  color: var(--dark-500);
  font-family: Texturina;
  text-align: center;
}
.project-detail .also-support .box {
  border: 1px solid var(--dh-beige-700);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.project-detail .also-support .box img {
  width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.project-detail .also-support .box .name {
  color: var(--dark-500);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  font-family: Texturina;
}
.project-detail .description {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .project-detail .description {
    padding: 0 20px;
  }
}
.project-detail .description picture {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .project-detail .description img {
    margin-left: auto;
    margin-right: auto;
  }
}
.project-detail .description .tiers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.project-detail .description .tiers .tier {
  display: flex;
  padding: 20px 40px 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--dh-beige-600);
}
@media (max-width: 768px) {
  .project-detail .description .tiers .tier {
    padding: 20px 20px 32px 20px;
  }
}
.project-detail .description .tiers .tier .heading {
  display: flex;
  flex-direction: row;
}
.project-detail .description .tiers .tier .heading .info {
  display: flex;
  flex-direction: column;
  margin: auto 0 auto 16px;
  gap: 8px;
}
.project-detail .description .tiers .tier .heading .info .name {
  font-size: 28px;
  font-family: Texturina;
  font-weight: 700;
  line-height: 120%;
  color: var(--dh-dark-500);
}
.project-detail .description .tiers .tier .heading .info .price {
  color: var(--dh-dark-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.project-status {
  background-color: var(--dh-beige-600);
  display: flex;
  padding: 24px 22px 32px 22px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
}
.project-status .heading {
  color: #210F0F;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
  margin-left: auto;
  margin-right: auto;
}
.project-status .divider {
  margin: 32px 0;
  width: 100%;
}
.project-status .box {
  margin-bottom: 8px;
  border: 1px solid var(--dh-beige-700);
  border-radius: 8px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.project-status .box .value {
  color: #210F0F;
  font-weight: 700;
  font-size: 20px;
  font-family: Texturina;
}
.project-status .box .name {
  margin-top: 8px;
  color: #210F0F;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.project-status .supporters {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-status .supporters .supporter {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.project-status .supporters .supporter .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-status .supporters .supporter .info .name {
  font-size: 14px;
  font-weight: 500;
  color: var(--dh-dark-400);
  line-height: 140%;
}
.project-status .supporters .supporter .info .value {
  font-family: Texturina;
  font-size: 16px;
  color: #210F0F;
  font-weight: 700;
  line-height: 120%;
}

.project-contribute h1 {
  text-align: center;
  color: var(--dh-dark-500);
  font-family: Texturina;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
.project-contribute h2 {
  text-align: center;
  color: var(--dh-dark-500);
  font-family: Texturina;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.project-contribute form #div_id_payment_method legend, .project-contribute form #div_id_contribution legend, .project-contribute form #div_id_amount legend, .project-contribute form #div_id_currency legend {
  display: none;
}
.project-contribute form label {
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 140%;
}
.project-contribute form .help-text {
  display: flex;
  flex-direction: row;
}
.project-contribute form .help-text img {
  margin-bottom: auto;
  margin-right: 8px;
}
.project-contribute form .help-text .text {
  font-size: 14px;
  font-family: Raleway;
  font-weight: 500;
  line-height: 140%;
  color: var(--dh-beige-900);
}
.project-contribute form .form-section {
  border: 1px solid var(--dh-beige-700);
  border-radius: 7px;
  padding: 24px 20px 32px 20px;
  margin-bottom: 24px;
}
.project-contribute form .form-section h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--dh-dark-500);
  font-family: Raleway;
  margin-bottom: 16px;
}

.project-contributors {
  display: flex;
  flex-direction: column;
}
.project-contributors h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.project-contributors .tiers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-contributors .tiers .tier-heading {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.project-contributors .tiers .tier-heading .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.project-contributors .tiers .tier-heading .info h3 {
  color: var(--dh-dark-500);
  font-family: Texturina;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
}
.project-contributors .tiers .tier-heading .info .price {
  color: var(--dh-dark-500);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.project-contributors .tiers .contributor-table {
  width: 100%;
}
.project-contributors .tiers .contributor-table td {
  color: var(--dh-dark-500);
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.project-contributors .tiers .contributor-table td.image {
  padding: 8px 16px 8px 24px;
  border-radius: 4px 0 0 4px;
}
.project-contributors .tiers .contributor-table td.name {
  width: 100%;
  padding: 8px 0;
}
.project-contributors .tiers .contributor-table td.amount {
  padding: 8px 24px 8px 0;
  border-radius: 0 4px 4px 0;
  text-wrap: nowrap;
}
.project-contributors .tiers .contributor-table td.no-contributors {
  text-align: center;
  padding: 24px 8px 24px 8px;
  font-weight: 700;
}
.project-contributors .tiers .contributor-table tr:nth-child(odd) {
  background-color: var(--dh-beige-600);
}
.project-contributors .tiers .tier-divider {
  width: 100%;
  margin: 8px 0;
}
.project-contributors .back-to-project {
  width: fit-content;
  margin-top: 32px;
}

.my-contributions {
  display: flex;
  flex-direction: column;
}
.my-contributions h1 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .my-contributions h1 {
    margin-bottom: 10px;
  }
}
.my-contributions table thead td {
  background-color: var(--dh-beige-700);
  color: var(--dh-dark-500);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
}
.my-contributions table thead .project {
  border-radius: 4px 0 0 0;
}
.my-contributions table thead .actions {
  border-radius: 0 4px 0 0;
}
.my-contributions table tbody tr:nth-child(odd) {
  background-color: var(--dh-beige-500) !important;
}
.my-contributions table tbody tr:nth-child(even) {
  background-color: var(--dh-beige-400) !important;
}
.my-contributions table tbody td {
  padding: 16px;
  color: var(--dh-dark-500);
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  border-bottom: 1px solid var(--dh-beige-700);
}
.my-contributions table tbody .project {
  width: 70%;
}
.my-contributions table tbody .project a {
  text-decoration: none;
  color: var(--dh-dark-500);
}
.my-contributions table tbody .amount {
  text-wrap: nowrap;
  width: 30%;
}
.my-contributions table tbody .actions .icons {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.my-contributions table tbody .actions .icons i {
  color: var(--dh-dark-500);
  font-size: 18px;
}

.my-contribution {
  display: flex;
  flex-direction: column;
}
.my-contribution h1 {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .my-contribution h1 {
    margin-bottom: 10px;
  }
}

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