@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,550,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --neutral-0: #FFF;
  --neutral-35: #F5F5F5;
  --neutral-50: #E8EFF7;
  --neutral-100: #E6E6E6;
  --neutral-300: #B3B3B3;
  --neutral-500: #666;
  --neutral-400: #808080;
  --neutral-600: #4D4D4D;
  --neutral-700: #333;
  --neutral-800: #1F1F1F;
  --neutral-900: #0F0F0F;
  --neutral-bg: #FCFCFC;
  --blue-25: #F8FAFC;
  --blue-50: #E8EFF7;
  --blue-75: #A2BEDD;
  --blue-100: #7BA2CE;
  --blue-200: #427AB9;
  --blue-300: #1B5EAB;
  --blue-400: #134278;
  --blue-600:#001D3D;
  --yellow-300: #FFC82A;
  --green-1: #068027;
  --green-300: #58B0B0;
  --green-400: #3E7B7B;
  --red-1: #FF3932;
  --red-2: #E70800;
}

/* ------------------------------ */
/* ---------- V2 Fonts ---------- */
/* ------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* ------------------------------ */
/* ----------- Header ----------- */
/* ------------------------------ */

#main-header {
  font-weight: 300;
  font-size: 18px;
  background-color: var(--blue-25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  z-index: 99;
  display: flex;
  justify-content: center;
}

#main-header .navbar {
  max-width: 1160px;
  flex-grow: 1;
}

#main-header .navbar-brand {
  min-height: 58px;
  display: flex;
  padding-left: 4px;
}

#main-header .navbar-toggler {
  border: none;
}

#main-header button[aria-expanded="true"] .navbar-open-icon {
  display: none;
}

#main-header button[aria-expanded="false"] .navbar-close-icon {
  display: none;
}

#main-header .navbar-collapse {
  margin-top: 50px;
}

#main-header .nav-link {
  background-color: var(--blue-25);
  padding: 1rem .25rem;
  color: var(--neutral-600);
}

#main-header .nav-link .fa-chevron-right {
  float: right;
}

#main-header .active.nav-link {
  color: var(--blue-600);
  font-weight: 500;
}

#main-header .login-link {
  color: var(--blue-300);
  font-weight: 600;
}

#main-header .active.login-link {
  font-weight: 700;
}

#main-header .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  max-width: 343px;
  margin-top: 8px;
}

#main-header .btn.btn-primary {
  background-color: var(--blue-300);
  color: white;
}

#main-header .btn.btn-secondary {
  background-color: var(--blue-25);
  color: var(--blue-300);
  border: 1.5px solid var(--blue-300);
}

#main-header .btn .fa-chevron-right {
  display: none;
}

#main-header .profile .fa-chevron-down {
  display: none;
}

#main-header .nav-actions {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #E6E6E6;
}

#main-header .profile .fa-circle-user {
  margin-right: 8px;
}

#main-header .profile .nav-link {
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

/* ------------------------------ */
/* ----------- Footer ----------- */
/* ------------------------------ */

#main-footer {
  background-color: var(--blue-600);
  color: var(--neutral-35);
  font-size: 18px;
}

#main-footer a {
  color: var(--neutral-50);
  margin-top: 16px;
  text-decoration: none;
}

#main-footer .container {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#main-footer .logo {
  width: 160px;
  margin-bottom: 24px;
}

#main-footer .footer-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  color: var(--neutral-0);
}

#main-footer .social .footer-title {
  display: none;
}

#main-footer .social-icons a {
  margin: 0 10px;
}

#main-footer .social-icons span {
  display: none;
}

#main-footer .footer-nav,
#main-footer .footer-help {
  margin-top: 32px;
}

/* ------------------------------ */
/* ------------ Pages ----------- */
/* ------------------------------ */

.hero-section {
  text-align: center;
  background: linear-gradient(
    168deg,
    rgba(244, 247, 251, 1),
    rgba(225, 234, 244, 1));
}

.hero-section .content {
  padding-top: 48px;
}

.hero-section h1 {
  font-family: "Archivo", sans-serif;
  color: var(--neutral-800);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-section p {
  color: var(--neutral-700);
  font-size: 16px;
}

.hero-section picture,
.hero-section img {
  margin: 48px 0;
}

.hero-section .btn {
  margin-top: 24px;
}

/* ------------------------------ */
/* ------------ Home ------------ */
/* ------------------------------ */

.section-highlights,
.section-steps,
.section-testimonials,
.section-faq
{
  padding: 48px 16px;
  text-align: center;
  background-color: var(--neutral-bg);
}

.section-highlights {
  padding-right: 0;
  background-image: url("../img/home/logo-transparent-detail.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.section-highlights .highlights-header,
.section-steps .steps-header,
.section-testimonials .testimonials-header,
.section-faq .faq-header
{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 48px;
}

.section-highlights .section-title,
.section-steps .section-title,
.section-testimonials .section-title,
.section-faq .section-title
{
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--neutral-800);
}

.section-highlights .section-subtitle,
.section-steps .section-subtitle,
.section-testimonials .section-subtitle,
.section-faq .section-subtitle
{
  order: -1;
  font-weight: 500;
  font-size: 18px;
  color: var(--blue-400);
}

.steps-header-compact {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}

.section-highlights .btn.btn-secondary {
  max-width: 166px;
  padding: 12px 24px;
  font-size: 18px;
}

.section-benefits {
  background-image:
    url('../img/home/logo-transparent-bg.png'),
    linear-gradient(151deg, rgba(244, 247, 250, 1), rgba(226, 235, 243, 1));
  background-position:
    bottom -30px left -2px, /* Image position */
    0 0; /* Gradient position */
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    371px auto,
    auto;
  padding: 48px 16px;
}

.benefits-header .section-title {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--neutral-800);
  text-align: center;
  margin-bottom: 48px;
}

.benefits-content h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--neutral-700);
  margin-bottom: 12px;
}

.benefits-content p,
.section-steps .steps-item p
{
  color: var(--neutral-700);
  font-weight: 400;
  font-size: 14px;
}

.benefits-list {
  gap: 48px;
}

.benefits-item {
  gap: 12px;
}

.benefits-icon {
  flex-shrink: 0;
}

.section-steps {
  background-image:
    url("../img/home/points.png"),
    url("../img/home/polygons.png");
  background-position:
    top 27% left,
    bottom right;
  background-repeat:
    no-repeat,
    no-repeat;
}

.section-steps .steps-item h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--neutral-900);
}

.section-steps .steps-list {
  gap: 100px;
}

.section-steps .steps-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-testimonials {
  background: linear-gradient(151deg, rgba(244, 247, 250, 1), rgba(226, 235, 243, 1));
}

.testimonial {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  text-align: left;
}

.testimonial p {
  font-size: 14px;
  color: var(--neutral-900);
  margin: 24px 0;
}

.testimonial-author {
  display: flex;
  gap: 16px;
}

.testimonial .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial .author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial .author-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--neutral-800);
}

.testimonial .project {
  font-size: 14px;
  color: var(--neutral-600);
}

.section-faq {
  background-image: url("../img/home/polygons-2.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* ------------------------------ */
/* --------- About Page --------- */
/* ------------------------------ */

#about-page .section-steps {
  padding: 48px 16px;
  text-align: center;
  background-color: var(--neutral-bg);
  background-image: none;
}

#about-page .section-benefits {
  background-color: var(--blue-50);
  padding: 48px 16px;
  text-align: center;
}

#about-page .section-benefits .steps-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

#about-page .section-benefits .steps-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#about-page .section-benefits .steps-item .content h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--neutral-900);
}

#about-page .section-benefits .steps-item .content p {
  color: var(--neutral-700);
  font-weight: 400;
  font-size: 14px;
}

#about-page .steps-item .image img {
  max-width: 250px;
  height: auto;
}

#about-page .section-steps .btn.btn-secondary {
  max-width: 343px;
  margin: 0 auto;
  display: block;
}

#about-page .section-steps .content strong,
#about-page .section-benefits .content strong {
  color: var(--blue-400);
  font-weight: 600;
}

#about-page .section-steps:last-of-type .content {
  text-align: center;
}

/* ------------------------------ */
/* ---------- Project ----------- */
/* ------------------------------ */

#project-page {
  background-color: var(--neutral-bg);
}

header.project-cover {
  min-height: 85px;
  background: linear-gradient(
    159deg,
    rgb(244, 247, 251) 3%,
    rgb(225, 234, 244) 38%
  );
  background-size: 100% 85px;
  background-repeat: repeat-x;
  background-position: top;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--neutral-0);
}

.project-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 34px;
}

.project-header .project-logo {
  width: 100px;
  height: 100px;
  box-sizing: content-box;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--neutral-0);
  background-color: #F4F4F4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #58B0B0;
}

.project-header .project-logo .fa-id-card {
  height: 65%;
  width: 65%;
}

.project-header .project-title {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--neutral-700);
  margin-top: 9px;
}

.project-header .project-title a {
  color: var(--blue-300);
}

.project-header .project-id {
  font-size: 14px;
  color: var(--neutral-500);
  font-weight: 400;
}

.project-header .project-stats {
  color: var(--neutral-700);
  margin-top: 24px;
}

.project-header .supporter-count {
  font-size: 16px;
  font-weight: 600;
}

.project-header .supporter-label {
  font-size: 14px;
}

.project-header .project-visibility p {
  padding: 8px 16px;
  border-radius: 4px;
}

.project-header .nav {
  --bs-nav-underline-gap: 24px;
  border-top: 1px solid var(--neutral-50);
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.project-header .nav-item > .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--neutral-400);
  cursor: pointer;
  --bs-nav-link-padding-y: 7px;
  --bs-nav-underline-border-width: 2px;
}

.project-header .nav-item > .nav-link.active {
  color: var(--blue-300);
}

#project-page section.container {
  display: flex;
  overflow-x: auto;
  --bs-gutter-x: 32px;
  margin-bottom: 50px;
  color: var(--neutral-700);
  background-color: var(--neutral-0);
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--neutral-50);
}

section .about-section,
.about-section .project-info {
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.about-section .project-social-media {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.about-section .project-social-media h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.about-section .social-media-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-section .social-media-link {
  color: var(--blue-300);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--neutral-50);
  border-radius: 4px;
}

.about-section .social-media-link svg {
  width: 70%;
  height: 70%;
}

.financial-summary-title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.financial-summary {
  display: grid;
  border: 1px solid var(--neutral-50);
  text-align: center;
  border-radius: 4px;
}

.financial-summary-item {
  padding: 8px 16px;
  color: var(--neutral-700);
  font-size: 14px;
}

.financial-summary-item:not(:last-child) {
  border-bottom: 1px solid var(--neutral-50);
}

.financial-summary-item.primary-item {
  background-color: var(--neutral-35);
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.financial-summary-item .value {
  font-weight: 600;
}

.financial-summary-item .value.green {
  color: var(--green-400);
}

.financial-summary-item .value.red {
  color: var(--red-1);
}

.transactions-header {
  display: flex;
  flex-direction: column;
  width: calc(100vw - var(--bs-gutter-x));
  gap: 32px;
  margin-bottom: 32px;
}

.transactions-header .transactions-summary,
.transactions-header .transactions-actions {
  display: flex;
  align-items: center;
}

.transactions-header .transactions-summary {
  justify-content: space-between;
}

.transactions-header .transactions-actions {
  gap: 8px;
  justify-content: space-evenly;
}

.transactions-actions .btn.export-btn {
  flex-basis: 239px;
  padding: 6px 10px;
  flex-shrink: 0;
}

.transactions-actions .btn.filter-btn {
  flex-basis: 96px;
  flex-shrink: 0;
}

.transactions-section .transactions-title {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.transactions-section .transactions-count {
  color: var(--neutral-600);
  font-size: 14px;
}

.gallery-section .gallery-title {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.campaign-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--neutral-50);
  background-color: var(--neutral-0);
  font-size: 14px;
  color: var(--neutral-600);
  text-align: left;
}

.campaign-card.progress-card {
  width: 100%;
  max-width: 343px;
  align-self: center;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campaign-card.progress-card .progress-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campaign-card.progress-card .amount-raised {
  font-size: 16px;
  font-weight: 400;
}

.campaign-card.progress-card .amount-raised .value {
  font-size: 24px;
  font-weight: 500;
  margin-right: 4px;
  color: var(--neutral-800);
}

.campaign-card.progress-card .supporter-info {
  display: flex;
  gap: 8px;
  margin: 22px 0;
  color: var(--neutral-700);
}

.campaign-card.progress-card .supporter-info svg {
  width: 32px;
  height: 32px;
}

.campaign-card.progress-card .supporter-details {
  align-self: bottom;
}

.campaign-card.progress-card .supporter-count {
  font-size: 20px;
  font-weight: 500;
}

.campaign-card.progress-card .supporter-label {
  font-size: 16px;
}

.campaign-card.progress-card .share-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--neutral-50);
}

.campaign-card.progress-card .share-prompt {
  font-size: 16px;
  font-weight: 500;
  color: var(--neutral-600);
}

.campaign-card.progress-card .share-link {
  cursor: pointer;
  background-color: var(--neutral-35);
  border: 1px solid var(--neutral-50);
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.campaign-card.progress-card .share-link svg {
  width: 20px;
  height: 20px;
}

.campaign-creation {
  max-width: 600px;
  margin-top: 24px;
}

.campaign-creation .form-control {
  padding: .375rem .75rem;
}

.campaign-creation .form-label {
  font-size: 16px;
}

.campaign-creation .row {
  margin-bottom: 8px;
  align-items: center;
}

.campaign-info .carousel {
  margin-top: 16px;
}

.campaign-card.objectives-card .card-header,
.campaign-card.objectives-card .objective-progress {
  margin-bottom: 28px;
}

.campaign-card.objectives-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--neutral-800);
  display: inline-block;
}

.campaign-card.objectives-card .card-pagination {
  float: right;
  font-size: 12px;
  color: var(--neutral-600);
  margin-right: 64px;
}

.campaign-card.objectives-card .objective-title {
  color: var(--neutral-800);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.campaign-card.objectives-card .progress {
  margin-bottom: 12px;
}


/* ------------------------------ */
/* --------- Components --------- */
/* ------------------------------ */

/* Search Input Component */

.search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1.5px solid var(--neutral-100);
  padding: 8px 16px;
  background-color: var(--neutral-0);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.search-input-field {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  color: var(--neutral-600);
  font-family: "Inter", sans-serif;
  padding: 0;
  width: 100%;
}

.search-input-field::placeholder {
  color: var(--neutral-300);
}

.search-input-icon {
  display: flex;
  align-items: center;
  color: var(--neutral-300);
  font-size: 16px;
  transition: color 0.2s ease;
  margin-left: 8px;
  flex-shrink: 0;
}

.search-input-icon i {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease;
}

/* Hover State */
.search-input-container:hover {
  border-color: var(--neutral-300);
}

/* Focus/Selected State */
.search-input-container:focus-within {
  border-color: var(--blue-300);
}

.search-input-container:focus-within .search-input-icon {
  color: var(--blue-300);
}

.search-input-container:focus-within .search-input-field {
  color: var(--neutral-600);
}

/* Disabled State */
.search-input-container.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.search-input-container.disabled .search-input-field {
  cursor: not-allowed;
}

/* Input Field Component */

.input-field-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-field-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--neutral-700);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.input-field-optional-tag {
  font-weight: 400;
  color: var(--neutral-500);
  margin-left: 4px;
}

.input-field-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1.5px solid var(--neutral-100);
  padding: 8px 16px;
  background-color: var(--neutral-0);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.input-field-wrapper.with-icon {
  padding-right: 12px;
}

.input-field {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  color: var(--neutral-600);
  font-family: "Inter", sans-serif;
  padding: 0;
  width: 100%;
}

.input-field::placeholder {
  color: var(--neutral-300);
}

.input-field-icon {
  display: flex;
  align-items: center;
  color: var(--neutral-300);
  font-size: 16px;
  transition: color 0.2s ease;
  margin-left: 8px;
  flex-shrink: 0;
}

.input-field-icon.clickable {
  cursor: pointer;
  user-select: none;
}

.input-field-icon.clickable:hover {
  color: var(--neutral-500);
}

.input-field-icon i {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease;
}

/* Hover State */
.input-field-wrapper:hover {
  border-color: var(--neutral-300);
}

/* Focus/Selected State */
.input-field-wrapper:has(.input-field:focus) {
  border-color: var(--blue-300);
}

.input-field-wrapper:has(.input-field:focus) .input-field-icon {
  color: var(--blue-300);
}

.input-field-wrapper:has(.input-field:focus) .input-field {
  color: var(--neutral-600);
}

/* Disabled State */
.input-field-container.disabled .input-field-label,
.input-field-container.disabled .input-field-optional-tag {
  opacity: 0.6;
  cursor: not-allowed;
}

.input-field-wrapper.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: var(--neutral-35);
}

.input-field-wrapper.disabled:hover {
  border-color: var(--neutral-100);
}

.input-field-wrapper.disabled .input-field {
  cursor: not-allowed;
}

.input-field-wrapper.disabled .input-field-icon {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Dropdown Filter Component */

.dropdown-filter-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1.5px solid var(--neutral-100);
  padding: 8px 16px;
  background-color: var(--neutral-0);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  cursor: pointer;
}

.dropdown-filter-container:hover {
  border-color: var(--neutral-300);
}

.dropdown-filter-container:focus-within,
.dropdown-filter-container.open {
  border-color: var(--blue-300);
}

.dropdown-filter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: var(--neutral-600);
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  padding: 0;
}

.dropdown-filter-label {
  flex: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--neutral-600);
}

.dropdown-filter-label.placeholder {
  color: var(--neutral-300);
}

.dropdown-filter-icon {
  display: flex;
  align-items: center;
  color: var(--neutral-300);
  font-size: 16px;
  transition: color 0.2s ease, transform 0.2s ease;
  margin-left: 8px;
  flex-shrink: 0;
}

.dropdown-filter-icon i {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease;
}

.dropdown-filter-container.open .dropdown-filter-icon {
  color: var(--blue-300);
}

.dropdown-filter-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: var(--neutral-0);
  border: 1.5px solid var(--neutral-100);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 240px;
  overflow-y: auto;
  margin: 0;
  padding: 4px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px;
  color: var(--neutral-600);
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  border-radius: 2px;
  text-align: left;
  min-height: 40px;
}

.dropdown-filter-option:hover {
  background-color: var(--neutral-35);
  color: var(--neutral-800);
}

.dropdown-filter-option.selected {
  background-color: var(--blue-50);
  color: var(--blue-600);
  font-weight: 500;
}

.dropdown-filter-option.selected:hover {
  background-color: var(--blue-50);
  color: var(--blue-600);
}

.dropdown-filter-option-text {
  flex: 1;
  text-align: left;
  word-break: break-word;
}

.dropdown-filter-option-check {
  color: var(--medium500);
  font-size: 14px;
  margin-left: 8px;
  flex-shrink: 0;
}

.dropdown-filter-option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dropdown-filter-option.disabled:hover {
  background-color: transparent;
  color: var(--neutral-600);
}

/* Disabled State */
.dropdown-filter-container.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dropdown-filter-container.disabled:hover {
  border-color: var(--neutral-100);
}

.dropdown-filter-container.disabled .dropdown-filter-button {
  cursor: not-allowed;
}

/* Project List Page */
.projects-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1rem 0;
}

.projects-title {
  color: var(--blue-600);
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Project List Toolbar */
.projects-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.toolbar-dropdowns {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  width: 100%;
}

@media (max-width: 374px) {
  .toolbar-dropdowns {
    flex-direction: column;
    align-items: center;
  }
}

.toolbar-search {
  width: 100%;
}

.projects-toolbar .search-wrapper {
  margin: 0;
  flex: 1;
  min-width: 280px;
}

/* Create Project Button - Mobile First */
.create-project-button-wrapper {
  width: 100%;
  order: -1;
}

.create-project-button-wrapper a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.create-project-button-wrapper .btn {
  width: 100%;
  max-width: none;
}

/* Buttons */

.btn {
  font-size: 16px;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  max-width: 343px;
}

.btn.btn-sm {
  font-size: 14px;
  padding: 8px 12px;
}

.btn.btn-primary,
.btn.btn-secondary {
  font-weight: 600;
  border: none;
}

.btn.btn-primary {
  color: var(--neutral-0);
  background-color: var(--blue-300);
}

.btn.btn-secondary {
  background-color: var(--yellow-300);
  color: var(--neutral-800);
}

.btn.btn-transparent {
  border: 1.5px solid var(--blue-300);
  color: var(--blue-300);
  background-color: transparent;
  font-weight: 600;
  width: auto;
}

/* Cards */

.card-group-scroll {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 12px;
  padding-bottom: 8px; /* to see the shadow */
  margin-bottom: 48px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.card-group-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.card-group.card-group-scroll > .card {
  flex-basis: 320px;
  flex-shrink: 0;
  min-height: 508px;
  max-height: 608px;
  box-shadow: 0px 3px 8px 0px rgba(85, 85, 85, 0.16);
  border: 1px solid var(--neutral-50);
  border-radius: 8px;
}

/* ===== PROJECT CARDS ===== */

.card.project-card-background {
  background: linear-gradient(168deg, var(--blue-300), var(--blue-400));
  background-position: top;
  background-size: 100% 140px;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 8px 0px #5555551F;
  border-radius: 8px;
  border: 1px solid var(--neutral-50);
  transition: box-shadow 0.3s ease;
}

.card.project-card-background:hover {
  box-shadow: 0px 4px 8px 0px #1B5EAB33;
}

.card .card-body {
  padding-top: 86px;
  margin-bottom: 48px;
}

.card .project-logo {
  width: 100px;
  height: 100px;
  box-sizing: content-box;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--neutral-0);
  margin-bottom: 16px;
  background-color: #F4F4F4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #58B0B0;
}

.card .project-logo .fa-id-card {
  height: 65%;
  width: 65%;
}

.card .project-name {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--neutral-800);
  margin-bottom: 8px;
}

.card .project-id {
  font-size: 16px;
  font-weight: 400;
  color: var(--neutral-500);
  margin-bottom: 32px;
}

.card .project-description {
  max-height: 95px;
  overflow: hidden;
  color: var(--neutral-700);
  font-size: 16px;
}

.card .project-stats {
  padding: 16px;
  border-top: 1px solid var(--neutral-50);
  align-items: center;
  justify-content: space-between;
}

.card .btn-view-project {
  border: 1.5px solid var(--blue-300);
  color: var(--blue-300);
  font-size: 16px;
  font-weight: 600;
  width: auto;
}

.card .btn-view-project:hover {
  background-color: var(--blue-25);
  border: 1.5px solid var(--blue-400);
  color: var(--blue-500);
}

.card .supporter-count {
  font-size: 14px;
  font-weight: 600;
  color: var(--neutral-700);
}

.card .supporter-label {
  color: var(--neutral-700);
  font-size: 14px;
}

/* Carousel */

#home-page .carousel {
  padding-bottom: 50px;
}

#home-page .carousel-inner {
  box-shadow: 0px 4px 10px 0px rgba(82, 82, 82, 0.1);
}

#home-page .carousel-control-next,
#home-page .carousel-control-prev
{
  align-items: end;
}

#home-page .carousel-control-prev-icon {
  background-color: #1B5EAB;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 32'%3e%3crect x='-0.5' y='0.5' width='31' height='31' rx='15.5' transform='matrix(-1 0 0 1 31.5 0)' stroke='black' stroke-width='1' fill='none'/%3e%3cpath d='M18.5 12L14.5 16L18.5 20' stroke='black' stroke-width='2' fill='none'/%3e%3c/svg%3e");
}


#home-page .carousel-control-next-icon {
  background-color: #1B5EAB;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 32'%3e%3crect x='1' y='0.5' width='31' height='31' rx='15.5' stroke='black' stroke-width='1' fill='none'/%3e%3cpath d='M14.5 12L18.5 16L14.5 20' stroke='black' stroke-width='2' fill='none'/%3e%3c/svg%3e");
}

#home-page .carousel-indicators {
  margin-bottom: 0;
}

#home-page .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--blue-300);
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.15;
}

#home-page .carousel-indicators .active {
  opacity: 1;
}

#project-page .carousel-control-next,
#project-page .carousel-control-prev
{
  bottom: unset;
  width: unset;
  top: 20px;
  background-color: var(--neutral-35);
  border: 1px solid var(--neutral-50);
  border-radius: 3px;
  opacity: 1;
}

#project-page .carousel-control-prev {
  left: unset;
  right: 48px;
}

#project-page .carousel-control-next {
  right: 20px;
}

#project-page .carousel-control-next-icon,
#project-page .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}

#project-page .carousel-control-prev-icon {
  background-color: #666;
  mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.5 3L4.5 6L7.5 9' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

#project-page .carousel-control-next-icon {
  background-color: #666;
  mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.5 3L7.5 6L4.5 9' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

/* Accordion */

.accordion {
  --bs-accordion-bg: transparent;
  text-align: left;
}

.accordion-header > .accordion-button {
  font-weight: 500;
}

.accordion-body {
  font-size: 14px;
}

/* Balance Access */

.blurry-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Modal */

.modal-header {
  background-color: var(--blue-50);
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-title {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--neutral-700);
}

.modal-body {
  background-color: var(--neutral-bg);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-footer {
  align-items: center;
}

.pix-modal-content {
  text-align: center;
}

.pix-modal-content .pix-key {
  font-size: 16px;
  color: var(--neutral-600);
}

.pix-modal-content .qr-code-section img {
  border: 2px solid var(--blue-300);
  border-radius: 4px;
  margin-bottom: 16px;
}

/* Modal Info Content - Base class for informative modals (Mobile First) */
.modal-info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 12px;
  text-align: center;
}

.modal-info-content p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--neutral-600);
  margin: 0;
  max-width: 480px;
}

.modal-info-content .d-flex {
  width: 100%;
  max-width: 300px;
  gap: 16px;
}

.modal-info-content .btn {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
}

/* Desktop adjustments */
@media (min-width: 576px) {
  .modal-info-content {
    padding: 24px 16px;
    gap: 24px;
  }
  
  .modal-info-content p {
    font-size: 16px;
  }
  
  .modal-info-content .btn {
    padding: 12px 24px;
    font-size: 16px;
  }
}

#register-to-donate-modal .modal-dialog {
  margin: 1.75rem auto;
  max-width: calc(100% - 2rem);
}

@media (min-width: 576px) {
  #register-to-donate-modal .modal-dialog {
    margin: 3rem auto;
    max-width: calc(500px - 100px);
  }
}

/* Botão Primário Global */
.btn-primary {
  background-color: var(--blue-300);
  border-color: var(--blue-300);
}

.btn-primary:hover {
  background-color: var(--blue-400);
  border-color: var(--blue-400);
}

/* Botão Outline Primário Global */
.btn-outline-primary {
  color: var(--blue-300);
  border-color: var(--blue-300);
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: var(--neutral-35);
  border-color: var(--blue-400);
  color: var(--blue-400);
}

/* Forms */

.form-label {
  font-size: 14px;
  color: var(--neutral-700);
}

.form-control {
  font-size: 14px;
  padding: 10px 14px;
}

.form-control::placeholder {
  color: var(--neutral-500);
  opacity: 1;
}

/* Table */

.table-responsive {
  border-radius: 8px;
  border: 1px solid var(--neutral-50);
}

.table-primary {
  --bs-table-color: var(--neutral-0);
  --bs-table-bg: var(--blue-300);
}

.table {
  --bs-table-color: var(--neutral-700);
  --bs-table-bg: var(--neutral-35);
  --bs-table-striped-color: var(--neutral-700);
  --bs-table-striped-bg: var(--neutral-0);
}

tbody, td, tfoot, th, thead, tr {
  border: none;
}

.table .credit {
  color: var(--green-1);
}

.table .debit {
  color: var(--red-2);
}

a.document-link {
  color: var(--blue-300);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

a.document-link.disabled {
  cursor: default;
  opacity: 0.65;
}

/* Pagination */

.pagination {
  --bs-pagination-color: var(--neutral-600);
  --bs-pagination-active-color: var(--neutral-0);
  --bs-pagination-active-bg: var(--blue-300);
  --bs-pagination-hover-color: var(--blue-300);
  --bs-pagination-border-width: 0;
  gap: 16px;
}

.page-link {
  border-radius: var(--bs-pagination-border-radius);
  cursor: pointer;
}

/* Progress Bar */

.progress {
  --bs-progress-bar-bg: var(--blue-300);
  --bs-progress-bg: var(--neutral-50);
  height: 12px;
}

/* Header section */

.header-section {
  padding: 40px 20px;
  background: linear-gradient(107.6deg, #F4F7FB 12.29%, #E1EAF4 57.43%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.header-section h1 {
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: var(--neutral-800);
}

.header-section p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--neutral-700);
  max-width: 640px;
}

.header-section .values-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  width: 100%;
  max-width: 640px;
}

.header-section .value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 calc(33.333% - 16px);
  min-width: 80px;
}

.header-section .value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section .value-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-400);
  text-align: center;
  white-space: nowrap
}

/* ---- End of components */
/* ---- Begin of old styles */

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: 0;
}

.lb-data .lb-number {
  font-family: 'Poppins', sans-serif;
}

button {
  outline-style: none;
  outline-style: none !important;
}

::-webkit-scrollbar {
  width: 6px;
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 6px;
  background-image: linear-gradient(140deg, #696db0, #46AB99, #396ab1);
}

input:hover,
input:focus {
  outline: none !important;
}

.btn1 {
  padding: 10px 25px;
  border: 1px solid #46AB99;
  /*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
  background: #46AB99;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 10pt;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  cursor: pointer;
}

.btn1-danger  {
  padding: 10px 25px;
  border: none;
  background: #FF0000;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 10pt;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  cursor: pointer;
}

.btn1-danger:hover {
  background: #cc0000;
  color: #fff !important;
}

.btn1:hover {
  background-image: linear-gradient(to right, #46AB99, #396ab1);
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn2 {
  padding: 10px 15px;
  border: 1.5px solid #46AB99;
  background: transparent;
  color: #46AB99 !important;
  border-radius: 8px;
  font-weight: 550;
  font-size: 10pt;
  cursor: pointer;
}

.btn2:hover {
  background: #46AB99;
  color: #fff !important;
}

.btninst {
  padding: 10px 15px;
  background: transparent;
  border: 1.5px solid #fff;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 550;
  font-size: 10pt;
  cursor: pointer;
  margin-right: 10px;
}

.btninst:hover {
  background: #fff;
  color: #555 !important;
}

.btn4 {
  padding: 8px 15px;
  border: 1.5px solid #fff;
  background: #fff;
  color: #46AB99 !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12pt;
}

.btn4:hover {
  background: #46AB99;
  color: #fff !important;
}


.btnsearch {
  padding: 5px 25px;
  border: 1px solid #46AB99;
  /*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
  background: #46AB99;
  color: #fff !important;
  border-radius: 0px 5px 5px 0px;
  font-weight: 600;
  font-size: 10pt;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  cursor: pointer;
}

.btn-project-create {
  border: 1px solid #46AB99;
  /*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
  background: #46AB99;
  color: #fff !important;
  font-weight: 600;
  font-size: 10pt;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}


.cursor-pointer{
  cursor: pointer;
}

.btnsearch:hover {
  background: #2a665b;
  color: #fff !important;
  border: 1px solid #46AB99;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btnprofile {
  padding: 5px 15px;
  background: transparent;
  color: #fff !important;
  border: 0px;
  border-radius: 5px;
  font-weight: 550;
  font-size: 16pt;
  cursor: pointer;
  margin-right: 10px;
}

.btnprofile:hover {
  background: #fff;
  color: #555 !important;
}

.btnlogin {
  padding: 10px 15px;
  background: transparent;
  color: #fff !important;
  border: 0px;
  border-radius: 5px;
  font-weight: 550;
  font-size: 10pt;
  cursor: pointer;
  margin-right: 10px;
}

.btnlogin:hover {
  background: #fff;
  color: #555 !important;
}

.btnregister {
  padding: 10px 15px;
  border: 1px solid #46AB99;
  background: #46AB99;
  color: #fff !important;
  border: 1px solid px;
  border-radius: 5px;
  font-weight: 550;
  font-size: 10pt;
  cursor: pointer;
  margin-right: 10px;
}

.btnregister:hover {
  background: #fff;
  color: #555 !important;
  border-color: #fff;
}

.btnsair {
  padding: 10px 15px;
  border: 1px solid #46AB99;
  background: #46AB99;
  color: #fff !important;
  border: 1px solid px;
  border-radius: 5px;
  font-weight: 550;
  font-size: 10pt;
  cursor: pointer;
  margin-right: 10px;
}

.btnsair:hover {
  background: #cc0000;
  color: #fff !important;
  border-color: #cc0000;
}

.btnconfig {
  padding: 5px 10px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10pt;
}

.card-buzz-content .description {
  display: none;
}

.card-buzz:nth-child(odd) {
  background: #f5f5f5;
}

.login-box, .signup-box {
  border-radius: 10px;
  border: 5px solid;
  width: 500px;
  flex-direction: column;
  justify-content: space-between;
}

.login-box {
  height: 620px;
  border: 5px solid #FFC82A;
}

.signup-box {
  border: 5px solid #5EBFAF;
}

.signup-button-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Estilos para páginas individuais de login e cadastro */
.register-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

.login-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

/* Ajustes para páginas individuais */
.register-content .signup-box,
.login-content .login-box {
  width: 500px;
  max-width: 90%;
}


body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


#btTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 10px;
  /* Place the button 30px from the right */
  z-index: 999999;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-image: linear-gradient(to right, #113C83, #052559);
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px 12px;
  /* Some padding */
  border-radius: 10px;
  font-size: 15pt;
  /* Increase font size */
  line-height: 5pt;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

#btTop:hover {
  background-image: linear-gradient(to left, #113C83, #052559);
  -webkit-transform: scale(1, 15);
  -moz-transform: scale(1, 15);
  -ms-transform: scale(1.15);
  border: 1px solid #113C83;
  transform: scale(1.15);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.nav-tabs .nav-link {
  background-color: white;
}

.nav-tabs .nav-link.active {
  color: white;
  font-weight: bold;
  background-color: #1B66AB;
}

.oculta {
  display: none;
}

.desoculta {
  display: inline;
}

/*mobile header*/
@media(max-width:991px) {
  .oculta {
    display: inline;
  }

  .desoculta {
    display: none !important;
  }

  .menu-top {
    position: relative;
  }

  #main-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--blue-25);
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid var(--neutral-50);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    margin-top: 0;
    padding: 16px;
  }
}

#logo,
#dadosUser {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

@media(max-width:991px) {
  .btmobile {
    padding-left: 14px !important;
    display: inline !important;
    width: auto !important;
  }

  .usermobile {
    width: auto !important;
    padding-left: 3px !important;
    padding-right:  0px !important;
  }

  .conteudo {
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .sumir {
    z-index: -1;
    margin-top: -200px;
    background: transparent !important;
    display: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .login-content, .register-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 40vh;
  }

  .login-box, .signup-box{
    height: auto;
    width: 100% !important;
    max-width: 400px !important;
  }
}


.conteudo {
  padding-top: 0px;
  z-index: 1;
}

.conteudo .container {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}

.conteudo .container .cabecalho h2,
.conteudo-v2 .container .cabecalho h2 {
  font-size: 22pt;
  color: #333;
  font-weight: 900;
}



.conteudo .container .cabecalho h2 svg {
  font-size: 22pt;
  color: #46AB99;
}

.conteudo-v2 .container .cabecalho .saldo {
  text-align: right;
}

.conteudo-v2 .container .cabecalho .saldo h4 {
  font-size: 15pt;
  color: #555;
  font-weight: 700;
  line-height: 1;
}

.conteudo-v2 .container .cabecalho .saldo h4 svg,
.conteudo-v2 .container .cabecalho .saldo h4 b {
  color: #46AB99;
  font-weight: 900;
}

.conteudo-v2 .container .cabecalho h3 {
  color: #1B66AB;
  font-weight: 900;
}

.conteudo-v2 .container .cabecalho h6 {
  color: #1B66AB;
  font-weight: 900;
}

.conteudo-v2 .container .cabecalho {
  font-size: 10pt;
  color: #555;
}

.conteudo .container .instituicoes {
  padding-top: 40px;
}

/* ===== GRID LAYOUTS ===== */

/* Grid base para instituições (compatibilidade) */
.instituicoes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  justify-items: stretch;
}

/* Grid otimizado para project cards */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-items: stretch;
}

@media (max-width: 1150px) {
  .instituicoes {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1050px) {
  .instituicoes {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 758px) {

  .instituicoes,
  .projects-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 840px) {
  .projects-buttons {
    gap: 5px;
  }
}

@media screen and (max-width: 767px) {

  .conteudo-v2 .container .instituicoes .instituicao {
    font-size: 10pt;
    font-weight: 600;
    padding: 10px;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 1px dotted #ccc;
  }



  .conteudo-v2 .container .cabecalho .saldo {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
}




@media(max-width:991px) {

  .conteudo .container .cabecalho {
    text-align: center;
  }

  .conteudo .container .cabecalho h2,
  .conteudo .container .cabecalho h2 svg {
    font-size: 15pt;
  }

  .conteudo {
    font-size: 10pt;
  }

  .conteudo .container {
    padding: 20px;
  }

}

@media(min-width: 768px) {
  .card-buzz-content .description {
    display: block;
  }

  .conteudo-v2 .container {
    max-width: 98%;
  }
}

@media (min-width: 576px) {
  .conteudo-v2 .container {
    max-width: 98%;
  }
}


.close {
  color: rgba(0, 0, 0, 0.5);
  outline-style: none;
}

.close:hover {
  color: rgba(0, 0, 0, 0.8);
  outline-style: none;
}

@keyframes slidein {
  from {
    margin-top: -300px;
    opacity: 0;
  }

  to {
    margin-top: 10px;
    opacity: 1;
  }
}


.oculto {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#project-selector {
  box-sizing: border-box;
  height: 20px;
  border-bottom: 2px solid #46AB99;
}
#project-selector:focus {
  outline: none;
}

.sidebar {
  background-color:  #46AB99;
  height: calc(100vh - 77px);
  z-index: 99;

}

.adm-content {
  height: calc(100vh - 77px);

}

.position-relative {
  position: relative;
}

.position-absolute{
  position: absolute;
}

.background-image {
  background-image: url('/img/background.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100vw;
  height: calc(100vh - 77px - 128px);
}

.next-step-section {
  height: calc(100vh - 77px - 128px);
}

.h5-title {
  color: #1B66AB;
}

.conteudo-v2 {
  max-width: 1140px;
  margin: 0px auto;
  font-family: 'Archivo', sans-serif;
}

.background-white {
  background-color: white;
  min-height: calc(100vh - 77px - 128px);
  font-family: 'Archivo', sans-serif;
  width: 100%;
  margin: 0 auto;
}

.yellow-btn {
  padding: 15px 30px;
  background: #FFC82A;
  color: #1B66AB !important;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16pt;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  cursor: pointer;
}

.yellow-btn:hover {
  background: #dbb131;
}

.green-btn {
  background: #5EBFAF;
  border: none;
  font-weight: 600;
  font-size: 16pt;
  color: white;
  border-radius: 8px;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.green-btn:hover {
  background: #2a554e;
}

.green-btn:disabled {
  cursor: not-allowed;
}

.w-1200{
  max-width: 1200px;
}

.about-us-list-component {
  padding: 10px 0px;
}

.img-180 {
  transform: rotate(180deg);
}

.img-135 {
  transform: rotate(135deg);
}

.img-90 {
  transform: rotate(90deg);
}

.img-45 {
  transform: rotate(45deg);
}

.project-details-with-qr-code {
  display: grid;
  width: 100%;
  grid-template-areas: "details details details details details details details details details donate"
		       "balance balance balance balance balance balance balance balance balance donate";
  gap: 10px;
}

.project-details-without-qr-code {
  display: grid;
  width: 100%;
  grid-template-areas: "details details details details details details details donate"
		       "balance balance balance balance balance balance balance balance";
  gap: 10px;
}


.list-project-filter-content {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1B66AB;
  display: flex;
  flex-direction: column;
}

.drag-and-drop-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.gallery-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.document-item {
  cursor: pointer;
}

.pdf-thumbnail {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pdf-thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.9);
  color: #5EBFAF
}

@media(max-width: 1200px) {
  .project-details-with-qr-code {
    display: flex;
    flex-direction: column;
  }

  .project-details-without-qr-code {
    display: flex;
    flex-direction: column;
  }

  #short-description{
    width: 100%
  }


  #donate .div{
    width: 100%;
  }
}

@media(max-width:600px) {

  .login-box, .signup-box{
    width: 300px;
  }

  .signup-button-content .div {
    align-self: end;
  }

  .signup-button-content {
    flex-direction: column;
  }

  .signup-button-content .p{
    columns: 12;;
  }

  .mobile {
    display: none;
  }
}

#details {
  grid-area: details;
}

#balance {
  grid-area: balance;
}

#donate {
  grid-area: donate;

}

.mobile-warning {
  font-size: 16pt;
}

.blue-btn {
  padding: 5px 15px;
  background: #1B66AB;
  color: white !important;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 10pt;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  cursor: pointer;
}

.blue-btn:hover{
  background: #103e69;
}

/* ------------------------------- */
/* -------- Media Queries -------- */
/* ------------------------------- */

@media(min-width: 992px) {

  /* ----- Header ----- */

  #main-header {
    font-weight: 400;
    height: 80px;
  }

  #main-header .container-fluid {
    padding: 0 24px;
  }

  #main-header .navbar-brand {
    padding-left: 0;
  }

  #main-header #navbarNav {
    margin-top: unset;
  }

  #main-header .navbar-nav {
    flex-grow: 1;
    align-items: center;
  }

  #main-header .nav-main {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }

  #main-header .nav-actions {
    margin: unset;
    padding-top: unset;
    border-top: unset;
    display: flex;
    align-items: center;
  }

  #main-header .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  #main-header .nav-link .fa-chevron-right {
    display: none;
  }

  #main-header .profile .nav-link {
    padding-right: 8px;
    padding-bottom: unset;
    display: unset;
    align-items: unset;
  }

  #main-header .profile span {
    display: none;
  }

  #main-header .profile .fa-circle-user {
    margin-right: unset;
  }

  #main-header .profile .fa-chevron-down {
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 8px;
  }

  #main-header .btn {
    min-width: 142px;
    font-size: 18px;
    margin-top: unset;
  }

  #main-header .logo {
    width: 160px;
  }

  /* ----- Footer ----- */

  #main-footer .container {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  #main-footer .footer-sections {
    display: flex;
    flex-basis: 1020px;
    justify-content: space-around;
  }

  #main-footer .social .footer-title {
    display: block;
  }

  #main-footer .social-icons a {
    margin: 16px 0 0;
    display: flex;
  }

  #main-footer .social-icons span {
    display: inline-block;
    padding-left: 4px;
  }

  #main-footer .footer-nav,
  #main-footer .footer-help {
    margin-top: unset;
  }

  #main-footer .footer-brand {
    max-width: 200px;
  }

  #main-footer .social {
    order: 3;
  }

  /* Hero Section */

  .hero-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits-content p,
  .section-steps .steps-item p,
  .hero-section p,
  .testimonial p
  {
    font-size: 18px;
  }

  .hero-section picture,
  .hero-section img {
    margin: 0;
  }

  /* Home */

  #home-page .hero-section .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  #home-page .hero-section .content {
    text-align: left;
    max-width: 462px;
    padding-top: unset;
  }

  #home-page .hero-section h1 {
    font-size: 56px;
  }

  .section-highlights {
    background-image: url("../img/home/logo-transparent-detail-lg.png");
    background-position: top 3% right 3%;
    background-repeat: no-repeat;
  }

  .section-highlights,
  .section-steps,
  .section-testimonials,
  .section-faq
  {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-highlights .highlights-header,
  .section-steps .steps-header,
  .section-testimonials .testimonials-header,
  .section-faq .faq-header
  {
    margin-bottom: 72px;
  }

  .section-highlights .section-title,
  .section-steps .section-title,
  .section-testimonials .section-title,
  .section-faq .section-title
  {
    font-size: 40px;
  }

  .section-highlights .section-subtitle,
  .section-steps .section-subtitle,
  .section-testimonials .section-subtitle,
  .section-faq .section-subtitle
  {
    font-size: 24px;
  }

  .section-highlights .btn.btn-secondary {
    width: 100%;
  }

  .section-benefits {
    display: flex;
    gap: 311px;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image:
      url('../img/home/logo-transparent-bg-lg.png'),
      linear-gradient(151deg, rgba(244, 247, 250, 1), rgba(226, 235, 243, 1));
    background-position:
      bottom -30px left -2px, /* Image position */
      0 0; /* Gradient position */
    background-repeat:
      no-repeat,
      no-repeat;
    background-size:
      766px auto,
      auto;
  }

  .benefits-header {
    flex-basis: 244px;
  }

  .benefits-header .section-title {
    font-size: 48px;
    text-align: left;
  }

  .benefits-list {
    flex-basis: 605px;
  }

  .benefits-content h3 {
    font-size: 24px;
  }

  .benefits-icon svg {
    width: 36px;
    height: 36px;
  }

  .section-steps .steps-list {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 45px;
    text-align: left;
  }

  .section-steps .steps-item {
    flex-direction: row;
    gap: 80px;
  }

  .section-steps .steps-item h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-steps .steps-item:nth-child(even) .image {
    order: -1;
  }

  .testimonial {
    padding: 32px;
  }

  .testimonial > svg {
    width: 60px;
    height: 39px;
  }

  .section-faq {
    background-image: url("../img/home/polygons-2-lg.png");
  }

  #about-page .section-benefits {
    padding: 100px 16px;
    background-color: var(--blue-50);
    background-image: url("../img/home/points.png");
    background-position: bottom 30% left 5%;
    background-repeat: no-repeat;
    background-size: auto 300px;
  }

  #about-page .section-benefits .steps-list {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 45px;
    text-align: left;
  }

  #about-page .section-benefits .steps-item {
    flex-direction: row;
    gap: 80px;
  }

  #about-page .section-benefits .steps-item .image {
    order: -1;
  }

  #about-page .section-benefits .steps-item .content h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #about-page .section-benefits .steps-item .content p {
    font-size: 18px;
  }

  #about-page .steps-item .image img {
    max-width: 300px;
  }

  #about-page .section-steps {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../img/home/points.png");
    background-position: top 30% right 5%;
    background-repeat: no-repeat;
    background-size: auto 300px;
  }

  #about-page .section-steps:last-of-type {
    background-image: 
      url("../img/home/logo-transparent-bg-lg.png"),
      url("../img/home/points.png");
    background-position: 
      bottom -50px left -100px,
      top 30% right 5%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 300px;
  }

  #about-page .section-steps .btn.btn-secondary {
    width: auto;
    min-width: 200px;
  }

  #project-page section.container {
    justify-content: center;
    background-color: unset;
    padding-top: unset;
    margin-top: unset;
    border-top: unset;
  }

  section .about-section {
    margin-top: 24px;
    max-width: 762px;
    gap: 16px 24px;
  }

  .about-section.active-campaign {
    max-width: 1160px;
    flex-direction: row;
  }

  .about-section.active-campaign .project-info {
    max-width: 743px;
  }

  .about-section .project-info {
    gap: 16px;
  }

  .about-section.active-campaign .campaign-info {
    width: 365px;
    display: flex;
    flex-direction: column;
  }

  .about-section.active-campaign .campaign-card.progress-card {
    margin: 0;
    align-self: unset;
    height: fit-content;
  }

  header.project-cover {
    min-height: 320px;
    background-size: 100% 320px;
  }

  .project-header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    padding-top: 234px;
    gap: 12px;
  }

  .project-header .project-logo {
    width: 172px;
    height: 172px;
  }

  .project-header .project-info {
    flex-grow: 1;
    text-align: left;
  }

  .project-header .project-title {
    font-size: 32px;
  }

  .project-header .project-id {
    font-size: 18px;
  }

  .project-header .project-stats {
    margin: 0;
  }

  .project-header .supporter-count {
    font-size: 20px;
  }

  .project-header .supporter-label {
    font-size: 16px;
  }

  .project-header .project-visibility {
    display: flex;
    gap: 12px;
    flex-grow: 1;
  }

  .project-header .project-visibility p {
    margin: 0;
  }

  .project-header .nav {
    flex-basis: 100%;
    margin-top: 14px;
  }

  .project-header .nav-link {
    padding: 16px 24px 12px 24px;
  }

  .financial-summary {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .financial-summary-item.primary-item {
    grid-column: 1 / -1;
    justify-content: start;
    align-items: center;
  }

  /* Desktop: Only show borders except last 2 items */
  .financial-summary-item:not(:last-child) { border-bottom: unset; }
  .financial-summary-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--neutral-50);
  }

  .financial-summary .btn {
    margin-left: 8px;
  }

  .about-section .project-description,
  .about-section .project-financial-summary {
    background-color: var(--neutral-0);
    padding: 24px;
    border: 1px solid var(--neutral-50);
    border-radius: 8px;
  }

  .transactions-section,
  .gallery-section {
    background-color: var(--neutral-0);
    padding: 28px 32px;
    border: 1px solid var(--neutral-50);
    border-radius: 8px;
    margin-top: 32px;
    width: 100%;
  }

  .transactions-header {
    width: 100%;
    flex-direction: row;
    gap: 20px
  }

  .transactions-header .transactions-title,
  .gallery-section .gallery-title {
    font-weight: 600;
    font-size: 28px;
  }

  .transactions-section .transactions-count {
    font-size: 16px;
  }

  .transactions-header .transactions-summary {
    flex-grow: 1;
  }

  .transactions-header .transactions-actions {
    gap: 12px;
  }

  .transactions-pagination {
    margin-top: 32px;
  }

  /* === Components === */

  /* button */

  .btn {
    padding: 8px 24px;
    width: auto;
  }

  /* card */

  .card-group-scroll {
    justify-content: center;
    gap: 28px;
    margin-bottom: 72px;
  }

  .card-group.card-group-scroll > .card {
    flex-basis: 368px;
    flex-grow: 0;
  }

  /* carousel */

  #home-page .carousel {
    display: inline-flex;
    max-width: 664px;
    justify-content: center;
    padding-bottom: 100px;
  }

  #home-page .carousel-indicators {
    left: unset;
    right: unset;
    margin: 0;
  }

  #home-page .carousel-control-prev {
    left: 20%;
  }

  #home-page .carousel-control-next {
    right: 20%;
  }

  #home-page .carousel-control-next,
  #home-page .carousel-control-prev
  {
    top: unset;
    height: 100px;
  }

  /* accordion */

  .faq-list {
    max-width: 880px;
    margin: 0 auto;
  }

  .accordion-header {
    height: 88px;
    display: flex;
  }

  .accordion-header > .accordion-button {
    font-size: 24px;
  }

  .accordion-body {
    font-size: 18px;
    padding-bottom: 28px;
    padding-top: 28px;
  }

  /* Table */

  .table > :not(caption) > * > * {
    padding: 12px 16px;
  }

  .table tbody {
    font-size: 14px;
  }

  /* Pagination */

  .pagination {
    justify-content: center;
  }

  .page-link.active {
    font-weight: 600;
  }

  /* Modal */

  .modal-title {
    font-size: 28px;
  }

  .modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Header Section */

  .header-section {
    padding: 60px 140px;
    gap: 32px;
  }

  .header-section h1 {
    font-size: 48px;
  }

  .header-section p {
    font-size: 18px;
  }

  .header-section .values-list {
    justify-content: center;
    gap: 32px;
    max-width: 100%;
  }

  .header-section .value-item {
    flex: 0 0 auto;
  }

  .header-section .value-label {
    font-size: 16px;
  }

  /* Desktop: Projects List Page */
  .projects-container {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .projects-toolbar {
    flex: 1;
    flex-direction: row;
    justify-content: center;
  }
  
  .toolbar-dropdowns {
    flex-wrap: nowrap;
  }

  .create-project-button-wrapper {
    width: auto;
    order: 1;
    flex-shrink: 0;
  }

  .create-project-button-wrapper a {
    display: inline-block;
    width: auto;
  }

  .create-project-button-wrapper .btn {
    width: auto;
    min-width: 200px;
  }
}

/* Project Support Section */
.project-support-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.project-support-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.project-support-button {
  width: 100%;
  max-width: 300px;
}

/* Desktop styles */
@media (min-width: 992px) {
  .project-support-section {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  
  .project-support-button-container {
    width: auto;
    flex-shrink: 0;
  }
  
  .project-support-button {
    width: auto;
    min-width: 150px;
  }
}

/* Pix Modal Styles */
.pix-modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
}

.qr-code-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.qr-code-image {
  max-width: 200px;
  max-height: 200px;
  border-radius: 8px;
}

.qr-code-placeholder {
  width: 200px;
  height: 200px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

.qr-code-placeholder i {
  font-size: 48px;
  color: #6c757d;
}

.pix-key-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pix-key-label {
  font-weight: 600;
  color: var(--neutral-700);
  margin: 0;
}

.pix-key-container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pix-key-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #f8f9fa;
  font-family: monospace;
  font-size: 14px;
}

/* Recurring Donation Modal */
.recurring-donation-section {
  display: flex;
  justify-content: center;
}

.recurring-donation-btn {
  width: 100%;
  padding: 12px 24px;
  font-weight: 600;
  opacity: 0.6;
  cursor: not-allowed;
}

.recurring-donation-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px 0;
}

.donation-amount-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -12px;
}

.donation-amount-tag {
  padding: 8px 16px;
  border: 1.5px solid var(--neutral-100);
  border-radius: 20px;
  background-color: var(--neutral-0);
  color: var(--neutral-600);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.donation-amount-tag:hover {
  border-color: var(--blue-300);
  background-color: var(--blue-25);
  color: var(--blue-600);
}

.donation-amount-tag:active {
  border-color: var(--blue-300);
  background-color: var(--blue-300);
  color: var(--neutral-0);
}

.field-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.field-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--neutral-700);
  margin-bottom: 8px;
}

.recurring-donation-section {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Copy Button Component */
.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--neutral-100);
  background-color: transparent;
  color: var(--neutral-500);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  padding: 0;
}

.copy-button:hover {
  background-color: var(--neutral-100);
}

.copy-button:active {
  transform: scale(0.95);
}

.copy-button i {
  font-size: 14px;
}

.copy-button.copied {
  animation: pulse 0.3s ease;
}

.copy-button:disabled {
  cursor: default;
  opacity: 0.8;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.copy-button i {
  transition: opacity 0.2s ease;
}

/* Pix Key Copy Button */
.pix-key-copy-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pix-key-copy-container .pix-key {
  margin: 0;
  font-size: 16px;
  color: var(--neutral-600);
  font-family: monospace;
  word-break: break-all;
}
