.container,
.mx-auto {
    margin: 0 auto
}

.bg-dark,
.btn--dark {
    background-color: #000
}

.btn,
.font-weight-bold {
    font-weight: 700
}

.btn,
.caminho__item p:first-child {
    text-transform: uppercase
}

.text-center,
.texto-footer {
    text-align: center
}

.container {
    padding: 0 12px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box
}

a {
    text-decoration: none
}

.btn,
p {
    line-height: 1.4
}

img {
    max-width: 100%
}

.d-block {
    display: block
}

.btn--dark,
.text-light {
    color: #fff
}

.bg-primary {
    background-color: #f9efe2
}

.logo {
    background-color: #fff;
    padding: 24px 14px 12px
}

.mt-5 {
    margin-top: 32px
}

.pb-5 {
    padding-bottom: 32px
}

.btn {
    padding: 12px 40px;
    border: unset;
    border-radius: 8px;
    font-size: 16px
}

.bg-secondary {
    background-color: #ff0d11
}

.w-100 {
    width: 100%
}

.btn--primary {
    background-color: #fff;
    color: #ff0d11
}

.btn--secondary {
    background-color: #ff0d11;
    color: #fff
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.gap-4 {
    gap: 24px
}

.py-4 {
    padding: 24px 0
}

.pb-4,
.topo {
    padding-bottom: 24px
}

.text-highlight {
    background-color: #ff0004;
    color: #fff;
    padding: 0 4px;
    margin-bottom: 4px
}

.d-inline-block {
    display: inline-block
}

.mb-2,
.titulo {
    margin-bottom: 8px
}

.text-highlight,
.titulo {
    font-size: 22px;
    font-weight: 700
}

.text-dark {
    color: #000
}

.mb-4 {
    margin-bottom: 24px
}

.mb-3 {
    margin-bottom: 16px
}

.mt-3 {
    margin-top: 16px
}

.p-4 {
    padding: 24px
}

.pt-3 {
    padding-top: 16px
}

.pt-5 {
    padding-top: 32px
}

.text-secondary {
    color: #ff0004
}

.px-6 {
    padding: 0 40px
}

.gap-2 {
    gap: 8px
}

.py-6 {
    padding: 40px 0
}

.mb-6 {
    margin-bottom: 40px
}

.titulo--secondary {
    font-size: 20px
}

.caminho__item {
    padding: 12px 0;
    border-bottom: 3px solid #ff0004;
    max-width: 182px;
    font-size: 12px
}

.caminho__img {
    width: 144px
}

.align-items-start {
    align-items: start
}

.justify-content-between {
    justify-content: space-between
}

.d-none {
    display: none
}

.flex-even {
    flex: 1
}

.mb-5 {
    margin-bottom: 32px
}

.py-5 {
    padding-top: 32px;
    padding-bottom: 32px
}

.texto-footer {
    font-size: 14px
}

.gap-5 {
    gap: 32px
}

.fs-4 {
    font-size: 16px
}

.img-2 {
    width: 480px
}

@media (min-width:361px) {
    .container {
        max-width: 360px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 575px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:890px) {
    .container {
        max-width: 890px
    }

    .flex-md-row {
        flex-direction: row
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .order-3 {
        order: 3
    }

    .order-4 {
        order: 4
    }

    .d-md-none {
        display: none
    }

    .d-md-inline-block {
        display: inline-block
    }

    .text-md-left {
        text-align: left
    }

    .logo {
        background-color: #fff;
        padding: 24px 14px 12px;
        width: 82px
    }

    .align-items-md-end {
        align-items: flex-end
    }

    .justify-content-md-between {
        justify-content: space-between
    }

    .topo__texto {
        font-size: 20px
    }

    .mt-md-5 {
        margin-top: 32px
    }

    .mb-md-5 {
        margin-bottom: 32px
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse
    }

    .mb-md-0 {
        margin-bottom: 0
    }

    .box-item img {
        min-width: 102px
    }

    .box-item {
        width: 48%;
        margin-bottom: 32px
    }

    .gap-md-2 {
        gap: 8px
    }

    .gap-md-3 {
        gap: 16px
    }

    .align-items-md-start {
        align-items: start
    }

    .d-md-block {
        display: block
    }

    .caminho__img {
        min-width: 200px
    }

    .gap-md-5 {
        gap: 32px
    }

    .caminho__box {
        height: 340px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 300px
    }

    .caminho__box--border {
        border-top: 3px solid #ff0004;
        border-bottom: 3px solid #ff0004
    }

    .caminho__box p:first-child {
        text-transform: uppercase
    }

    .caminho__box--right {
        height: 285px
    }

    .fs-4 {
        font-size: 18px
    }
}

/*---------------------------------------------*/

.secure-donation {
    display: flex;
    align-items: center;
    /* Centraliza verticalmente */
    justify-content: center;
    /* Centraliza horizontalmente */
    gap: 8px;
    /* Espaço entre o ícone e o texto */
    font-family: 'Inter', sans-serif;
    /* Fonte do texto */
}

.icon-fill {
    vertical-align: -0.1625em;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.text-green-80 {
    color: #28a745;
}

.font-size-28 {
    font-size: 35px;
}

.secure-donation span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: inherit;
}


/* Widget de Progresso */
.progress-widget {
    width: 100%;
    max-width: 335px;
    margin: 20px auto;
    font-family: 'Inter', sans-serif;
    color: #333;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 10px;
}

.progress-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* Alinhamento vertical */
    margin-bottom: 5px;
}

.values-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* Garante alinhamento completo na largura */
}

.current-amount {
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
    /* Cor verde para o valor arrecadado */
}

.goal {
    font-size: 16px;
    color: #555;
}

/* Barra de Progresso */
.progress-bar-container {
    background-color: #d1d1d1;
    /* Fundo cinza claro */
    border-radius: 5px;
    height: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    background-color: #28a745;
    height: 100%;
    border-radius: 5px;
    width: 0%;
    /* Mantenha o início da largura em 0% */
}

/* Porcentagem no final da barra cinza */
.progress-bar-container .progress-percentage {
    position: absolute;
    right: 10px;
    /* Alinhado à direita */
    top: 50%;
    /* Centralizado verticalmente */
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: bold;
    color: #333;
    /* Cor da porcentagem */
}

/* Animação de preenchimento */
@keyframes fill-bar {
    from {
        width: 0%;
    }

    to {
        width: var(--progress-width);
        /* Define o progresso dinâmico */
    }
}

/*NOTIFICAÇÃO*/
.notification {
    position: fixed;
    bottom: 20px;
    /* Altere para posicionar no rodapé */
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.5s, bottom 0.5s;
    /* Adiciona animação de movimento */
    border: 1px solid #f0f0f0;
    font-family: 'Inter', sans-serif;
    z-index: 4;
    /* Garante que a notificação ficará no topo das camadas */
    max-width: 350px;
    width: 100%;
}

.notification.visible {
    opacity: 1;
}

.heart-icon {
    width: 40px;
    height: 40px;
    background: #fce7f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec4899;
}

.content {
    display: flex;
    flex-direction: column;
}

.name {
    font-weight: 600;
    color: #1f2937;
    letter-spacing: -0.025em;
}

.location {
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
}

.donate-btn {
    position: fixed;
    margin-left: 255px;
    padding: 12px 30px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.donate-btn:hover {
    background: #2563eb;
}

/*---------------------------------------------*/

/* Contêiner principal do input e botão */
.input-button-container {
    display: flex;
    align-items: center;
    /* Centraliza verticalmente */
    gap: 10px;
    /* Espaço entre o input e o botão */
    width: 100%;
    /* Responsivo */
}

/* Grupo do input com o prefixo */
.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    /* Bordas cinza claro */
    border-radius: 8px;
    /* Bordas arredondadas */
    overflow: hidden;
    /* Garante que o conteúdo fique dentro das bordas */
    height: 50px;
    /* Altura consistente */
    flex: 3;
    /* O input ocupa mais espaço */
}

/* Prefixo "R$" */
.input-prefix {
    font-size: 20px;
    color: #6b7280;
    /* Cor cinza do prefixo */
    padding: 0 10px;
    background-color: transparent;
    /* Fundo leve para o prefixo */
    display: flex;
    align-items: center;
}

/* Campo de entrada */
.form-control {
    border: none;
    /* Remove bordas padrão */
    outline: none;
    /* Remove contornos ao focar */
    font-size: 16px;
    color: #28a745;
    /* Cor azul para o texto */
    padding: 0 10px;
    flex: 1;
    /* O input ocupa o restante do espaço */
}

/* Placeholder */
.form-control::placeholder {
    color: #9ca3af;
    /* Cor do placeholder */
}

/* Botão "Doar" */
.btnDoar {
    flex: 1;
    /* O botão ocupa menos espaço */
    background-color: #28a745;
    /* Cor verde do botão */
    color: #fff;
    /* Cor do texto */
    border: none;
    border-radius: 8px;
    /* Bordas arredondadas */
    padding: 14px 54px;
    font-size: 20px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
}

.btnDoar:hover {
    background-color: #218838;
    /* Tom mais escuro ao passar o mouse */
}

/*---------------------------------------------*/

.progress-container {
    max-width: 400px;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    justify-content: center;

}

.pix-container {
    max-width: 400px;
    padding: 16px 22px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    margin: 20px auto;
}

.pix-header {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.pix-copy-area {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 4px;
    gap: 12px;
}

.pix-key {
    flex: 1;
    font-size: 15px;
    color: #333;
    word-break: break-all;
    margin-right: -1px;
    white-space: nowrap;
    /* Impede a quebra de linha */
}

.copy-button {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    white-space: nowrap;
    transition: background-color 0.2s;
}

.copy-button:hover {
    background: #1557b0;
}

.copy-button.copied {
    background: #34a853;
}

/*---------------------------------------------*/
/*---------COMPARTILHAR----------*/

.share-wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.share-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    padding: 20px !important;
    text-align: center !important;
}

.share-title {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 12px !important;
}

.share-subtitle {
    color: #666 !important;
    margin-bottom: 24px !important;
}

.share-button {
    width: 100% !important;
    padding: 14px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

.share-donate {
    background-color: #1a73e8 !important;
    color: white !important;
}

.share-main {
    background-color: #5850ec !important;
    color: white !important;
}

.share-divider {
    margin: 12px 0 !important;
    color: #666 !important;
    font-size: 14px !important;
}

.share-facebook {
    background-color: #1877f2 !important;
    color: white !important;
}

.share-instagram {
    background: #E4405F !important;
    color: white !important;
}

.share-whatsapp {
    background-color: #25D366 !important;
    color: white !important;
}

.share-copy {
    background-color: #f8f9fa !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}

.share-footer {
    color: #666 !important;
    font-size: 14px !important;
    margin-top: 16px !important;
    padding: 0 20px !important;
}

.share-icon {
    width: 20px !important;
    height: 20px !important;
}

@media (min-width: 768px) {
    .share-wrapper {
        max-width: 480px !important;
        margin: 0 auto !important;
    }
}

/*---------------------------------------------*/
/*---------MODAL----------*/

.step2-qrcode-content .step2-pix-code {
    width: 100%;
    padding: 0.75rem !important;
    margin-bottom: 1rem !important;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 0.375rem;
    color: #374151;
    font-size: 0.875rem;
    resize: none;
    overflow: hidden;
    white-space: nowrap;
    height: 42px;
  }

  .step2-copy-pix-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem !important;
    margin-bottom: 1rem !important;
    background-color: #F3F4F6;
    border: 1px solid #D1D5DB;
    border-radius: 0.375rem;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }

  .step2-copy-pix-button:hover {
    background-color: #E5E7EB;
  }

  .step2-qrcode-container {
    display: flex;
    justify-content: center;
    padding: 1rem !important;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 0.5rem;
    margin-bottom: 1rem !important;
  }

  .step2-status-message {
    color: #6B7280;
    font-size: 0.875rem;
  }

  .step2-new-donation-button {
    margin-top: 1.5rem !important;
    width: 100%;
    padding: 0.75rem !important;
    background-color: #2563EB;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
  }

  .step2-new-donation-button:hover {
    background-color: #1D4ED8;
  }

  .step2-pix-instructions {
    text-align: left;
    margin-bottom: 1.25rem !important;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .step2-pix-bold {
    font-weight: 600;
  }

  .step2-expiry-badge {
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
    background-color: #FEF3C7;
    color: #92400E;
    padding: 4px 8px !important;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .step2-countdown {
    font-family: monospace;
  }

  .step2-verify-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem !important;
    margin-bottom: 1rem !important;
    background-color: #2563EB;
    border: 1px solid #2563EB;
    border-radius: 0.375rem;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }

  .step2-verify-button--payment:hover:not(:disabled) {
    background-color: #1D4ED8;
  }

  .step2-verify-button--payment:disabled {
    opacity: 0.7;
    cursor: not-allowed;
  }

  .step2-verify-button--payment .button-content,
  .step2-verify-button--payment .button-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  .spinner-icon {
    animation: spin 1s linear infinite;
    width: 20px;
    height: 20px;
  }

  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }

  .step2-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step2-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .step2-copy-pix-button.copied {
    background-color: #10B981 !important;
    /* Verde */
    border-color: #059669 !important;
    color: white !important;
  }

  .step2-copy-pix-button.copied svg {
    stroke: white !important;
    /* Para garantir que o ícone também fique branco */
  }

  @keyframes heartBeat {
    0% {
      transform: scale(1);
    }

    14% {
      transform: scale(1.3);
    }

    28% {
      transform: scale(1);
    }

    42% {
      transform: scale(1.3);
    }

    70% {
      transform: scale(1);
    }
  }

  .step2-success-view {
    display: none;
    text-align: center;
    padding: 2.5rem 1.5rem !important;
  }

  .step2-success-view.active {
    display: block;
  }

  .step2-success-icon {
    margin-bottom: 1.5rem;
    animation: heartBeat 1.3s ease-in-out infinite;
    color: #EC4899;
  }

  .step2-success-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem !important;
  }

  .step2-success-message {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .step2-form-view.hidden {
    display: none;
  }

  .step2-modal-overlay *,
  .step2-modal * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
  }

  .step2-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: flex-start;
    /* Mudamos de center para flex-start */
    justify-content: center;
    padding: 1rem;
    z-index: 5;
    overflow-y: auto;
    /* Permite scroll vertical */

  }

  .step2-modal {
    background: white;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 28rem;
    position: relative;
    z-index: 10;
    margin: 0rem auto;
    /* Adicionamos margem automática */
  }

  .step2-modal-close {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #9CA3AF;
  }

  .step2-modal-close:hover {
    color: #4B5563;
  }

  .step2-modal-header {
    padding: 1.0rem;
    border-bottom: 1px solid #E5E7EB;
  }

  .step2-anonymous-section {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #E5E7EB;
    background-color: #F9FAFB;
  }

  .step2-anonymous-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: white;
    border: 1px solid #D1D5DB;
    border-radius: 0.375rem;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }

  .step2-anonymous-button:hover {
    background-color: #F3F4F6;
    border-color: #9CA3AF;
  }

  .step2-anonymous-button svg {
    color: #6B7280;
  }

  .step2-modal-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #111827;
  }

  .step2-modal-body {
    padding: 1.5rem;
    min-height: 300px;
    /* Altura mínima para o conteúdo */
    position: relative;
    /* Para referência do posicionamento absoluto */
  }

  .step2-form-group {
    margin-bottom: 1rem;
    position: relative;
  }

  .step2-form-group.error {
    margin-bottom: 2rem;
  }

  .step2-form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out;
  }

  .step2-form-control:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 1px #2563EB;
  }

  .step2-form-control::placeholder {
    color: #6B7280;
  }

  .step2-form-control.error {
    border-color: #EF4444;
  }

  .error-message {
    color: #EF4444;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: none;
    position: absolute;
    bottom: -1.25rem;
    left: 0;
  }

  .error-message.visible {
    display: block;
  }

  .step2-phone-input-container {
    position: relative;
  }

  .step2-phone-input-container::before {
    content: "\1F1E7\1F1F7";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .step2-phone-input {
    padding-left: 2.5rem !important;
  }

  .step2-checkbox-container {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 1.5rem 0;
    position: relative;
  }

  .step2-checkbox-label {
    font-size: 0.875rem;
    color: #4B5563;
  }

  .step2-checkbox-label a {
    color: #2563EB;
    text-decoration: underline;
  }

  .step2-submit-button {
    width: 100%;
    padding: 0.75rem;
    background-color: #2563EB;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    font-size: 17px;
  }

  .step2-submit-button:hover {
    background-color: #1D4ED8;
  }


/*---------------------------------------------*/
/*---------COMENTARIOS DOAÇÕES----------*/

.doa-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.doa-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #f5f5f5;
  padding: 20px;
  max-width: 22rem;
  margin: 0 auto;
  border-radius: 14px;
}

.doa-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #ebebeb;
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.doa-tab {
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: none;
  background: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  color: #6b7280;
}

.doa-tab.active {
  background-color: white;
  color: #111827;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.doa-content-box {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.doa-tab-content {
  display: none;
  height: 400px;
  overflow-y: auto;
}

.doa-tab-content.active {
  display: block;
}

.doa-list-item {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.doa-list-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.doa-list-item:last-child {
  border-bottom: none;
}

.doa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6b7280;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 16px;
  flex-shrink: 0;
}

.doa-content {
  flex: 1;
  min-width: 0;
}

.doa-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}

.doa-name {
  font-weight: 600;
  font-size: 16px;
  color: #111827;
}

.doa-date {
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
  margin-left: 16px;
}

.doa-amount {
  color: #16a34a;
  font-weight: 500;
  margin-top: 2px;
}

.doa-message {
  color: #4b5563;
  margin-top: 4px;
  line-height: 1.5;
}

.doa-icon {
  width: 16px;
  height: 16px;
}

.doa-icon-message {
  fill: #16a34a;
  stroke: #16a34a;
}

.doa-icon-heart {
  fill: #ef4444;
  stroke: #ef4444;
}

@keyframes float-1 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-20px, -40px) scale(0.5);
    opacity: 0;
  }
}

@keyframes float-2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(0, -50px) scale(0.5);
    opacity: 0;
  }
}

@keyframes float-3 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(20px, -40px) scale(0.5);
    opacity: 0;
  }
}

.doa-floating-heart {
  position: absolute;
  pointer-events: none;
}

.doa-floating-heart.h1 {
  animation: float-1 1s ease-out forwards;
}

.doa-floating-heart.h2 {
  animation: float-2 1s ease-out forwards;
}

.doa-floating-heart.h3 {
  animation: float-3 1s ease-out forwards;
}