﻿.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 1031;
}

    .overlay.active {
        visibility: visible;
        opacity: 1;
    }

.modal-code {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    max-width: 600px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 1032;
}

.button-cancel-claim {
    color: red;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    border-radius: 12px;
    width: 100%;
    font-weight: 350;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.modal-code.active {
    visibility: visible;
    opacity: 1;
}

.cancel-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: var(--Primria-3, var(--primary-color-medium, #ec780a));
    right: 15px;
}

.goback-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.close-modal-bottom {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: var(--secundary-color-medium, #5d2380);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.title-modal {
    display: block;
    margin: 32px 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-family: 'Montserrat';
}

.title-modal-register {
    display: block;
    margin: 32px 0 7px 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-family: 'Montserrat';
}

.title-modal-center {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-family: inherit;
    text-align: center;
}

.type-key-description {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-family: inherit;
    text-align: center;
}

.type-key-description-value {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    text-align: center;
    font-family: inherit;
    text-align: center;
}

.title-modal-description {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-family: inherit;
    text-align: center;
}

.title-modal-info {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-family: inherit;
}

.header-modal {
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px -10px;
}

.header-modal-end {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.description-register-key {
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.container-input-key {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 8px;
    border-radius: 16px;
    border: 2px solid var(--surface-medium, #94a3b7);
}

.icon-content {
    display: flex;
    align-items: center;
}

.grid-details {
    display: inline-grid;
    padding: 8px;
}

.input-key-pix {
    text-overflow: ellipsis;
    border: none;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 350px;
}

.pix-key-type {
    overflow: hidden;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 350px;
}

.pix-key-resend {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    line-height: 24px;
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    font-size: 18px;
    font-weight: 400;
}

.random-key {
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.container-info-key {
    display: flex;
    margin-bottom: 10px;
    margin-top: 15px;
}

.detail-info-key {
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.button-pix-register {
    color: white;
    background-color: #ec780a;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 18px;
    height: 50px;
    border-radius: 12px;
    width: 100%;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Inter';
}

.button-claim {
    margin-bottom: 5px;
    margin-top: 5px;
    color: white;
    background-color: #ec780a;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
    height: 50px;
    border-radius: 12px;
    width: 100%;
    font-weight: 350;
}

.button-exit {
    color: #5d2380;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    width: 100%;
    font-weight: 350;
}

.button-pix-register:disabled {
    color: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    border: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 18px;
    height: 50px;
    border-radius: 12px;
    width: 100%;
    line-height: 24px;
    font-weight: 600;
    cursor: not-allowed;
    background: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    font-family: 'Inter';
}

.input-key-pix:focus {
    border-bottom: 2px solid var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    outline: none;
}

.image-container-send-code {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--spacing-05, 8px);
    background: var(--Neutro-2, #edf1f6);
}

    .image-container-send-code img {
        max-width: 100%;
        max-height: 100%;
    }

.image-container-resend-code {
    width: 10%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--spacing-05, 50px);
    background: rgba(75, 0, 134, 0.16);
    padding: 15px 35px 15px 35px;
}

.detail-resend-code {
    line-height: 2;
    color: var(--var-pix-register-black);
    font-weight: 600;
    font-size: 15px;
}

.container-resend-code-info {
    width: 100%;
    border-radius: var(--spacing-05, 8px);
    background: var(--Neutro-2, #edf1f6);
    padding: 15px;
    margin: 15px 0px 15px 0px;
}

.title-modal-send-code {
    display: block;
    margin-top: 15px;
    font-style: normal;
    text-align: center;
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}
.info-send-code {
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.dest-send-code {
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: block;
    text-align: center;
    color: var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95));
}

.code-input-container {
    margin: 32px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.code-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s;
}

    .code-input:focus {
        border-color: #007bff;
    }

.send-code-again {
    color: var( --Tipografia-escura-Enfase-3, var(--typography-black-emphasis-3, rgba(6, 13, 72, 0.25)) );
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
}

.container-error-code {
    padding: 20px 70px 0 70px;
    display: none;
}

.title-error-validate-code {
    text-align: center;
    font-family: inherit;
    font-style: normal;
    line-height: 24px;
    display: block;
    color: var(--Auxiliar-Erro-2, var(--red-neutral, #db2a2c));
    font-size: 18px;
    font-weight: 600;
}

.info-error-validate-code {
    font-family: inherit;
    font-style: normal;
    display: block;
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.info-header-modal {
    margin-bottom: 30px;
}

    .info-header-modal span {
        color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

.input-value-pix {
    width: 90%;
    position: relative;
}

.currency-symbol {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    color: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
}

.pix-input {
    width: 110%;
    border-bottom: 2px solid;
    outline: none;
    font-size: 52px;
    text-align: left;
    -moz-appearance: textfield;
    font-weight: 500;
    line-height: 48px;
    color: var(--Secundria-3, var(--secundary-color-medium, #5d2380));
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    padding: 10px 0 10px 30px;
    border-color: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    margin-bottom: 25px;
    transition: border-bottom-color 0.3s ease;
}

    .pix-input::-webkit-inner-spin-button,
    .pix-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .pix-input::placeholder {
        color: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    }

.btn-continue-no-value {
    color: var(--Secundria-3, var(--secundary-color-medium, #5d2380));
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 60px;
    background: transparent;
    border: none;
}

.container-review-transfer-identifier {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 8px;
    border-radius: 0 0 16px 16px;
    border: 2px solid rgba(75, 0, 134, 0.16);
    border-top: none;
}

.container-review-transfer-key {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 8px;
    border-radius: 16px 16px 0 0;
    border: 2px solid rgba(75, 0, 134, 0.16);
}

.text-info-review-transfer {
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.key-info-review-transfer {
    overflow: hidden;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.review-amount-transfer {
    width: 80%;
    font-size: 50px;
    text-align: left;
    -moz-appearance: textfield;
    font-weight: 500;
    line-height: 48px;
    color: var(--Secundria-3, var(--secundary-color-medium, #5d2380));
    font-family: system-ui;
    font-style: normal;
    padding: 10px 0 10px 30px;
}

.container-review-amount {
    position: relative;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.edit-amount-review {
    background-color: transparent;
    padding: 4px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-md, 16px);
    border: 2px solid #e2d6eb;
    gap: var(--spacing-05, 8px);
    color: #5d2380;
}

.container-receipt-info {
    border-radius: 10px;
    padding: 0px 5px;
    margin: 32px 0; 
}

.title-receipt-info {
    display: block;
    margin-bottom: 12px;
    text-align: left;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.info-header-receipt {
    display: block;
    text-align: left;
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.info-receipt {
    display: block;
    text-align: left;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.content-info-receipt {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}

.skeleton {
    width: 100%;
    height: 30px;
    background-color: #d1d1d1;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}

    .skeleton.short {
        width: 20%;
    }

    .skeleton.tall {
        height: 50px;
    }

@keyframes shimmer {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}

.info-qrcode {
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    display: block;
    width: 50%;
}

.qr-code-adresse {
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    word-break: break-word;
}

.container-qr-code-adresse {
    width: 100%;
    border-radius: var(--spacing-05, 8px);
    background: var(--Neutro-2, #edf1f6);
    padding: 15px;
    display: flex;
    justify-content: center;
}

.detail-qr-code-info {
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-top: 15px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-bubble {
    visibility: hidden;
    width: 300px;
    background-color: #eeeeee;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.6));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .tooltip-bubble::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

    .tooltip-bubble.show {
        visibility: visible;
        opacity: 1;
    }

.value-key-change {
    overflow: hidden;
    color: var( --Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)) );
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
