.page-container-can {

    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.__bg_page_theme {
    background-color: #000000 !important;
}

.__container_help_user {
    height: 700px;
    position: absolute;
    overflow: auto;
    background-color: #000000;
    border-radius: 30px;
    width: 400px;
}




.__text_content_helper {
    display: block;

    overflow: auto;
}

.__text_content_helper div {
    margin-top: 20px;
}

.__hep_content_text {

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

}

.text_helper_envolv_content {
    font-size: 16px;
    text-align: justify;
    line-height: 50px;
    color: white;
    width: 80%;

}



.tier__loop {
    width: 40px;
    height: 40px;
    background-image: url('/Assets/Imagens/Estrutural/application/bow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 15px;
    transform: rotate(20deg);
    z-index: 10;
}


.heart_icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url('/Assets/Imagens/Estrutural/application/bow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.__button_support_anchor {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* CSS */
.__suport_button_anchor-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.__suport_button_anchor-shadow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;

    background: hsl(0deg 0% 0% / 0.25);

    will-change: transform;

    transform: translateY(2px);

    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.__suport_button_anchor-edge {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;

    background: linear-gradient(to left,
            hsl(0, 0%, 41%) 0%,
            hsl(0, 0%, 61%) 8%,
            hsl(0, 0%, 49%) 92%,
            hsl(0, 0%, 51%) 100%);
}

.__suport_button_anchor-front {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;

    width: 180px;
    height: 50px;
    border-radius: 12px;

    font-size: 1.1rem;
    color: rgb(0, 0, 0);

    background: hsl(340, 9%, 93%);

    will-change: transform;

    transform: translateY(-4px);

    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {

    .__suport_button_anchor-front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }

}

.__suport_button_anchor-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.__suport_button_anchor-pushable:hover .__suport_button_anchor-front {

    transform: translateY(-6px);

    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.__suport_button_anchor-pushable:active .__suport_button_anchor-front {

    transform: translateY(-2px);

    transition: transform 34ms;
}

.__suport_button_anchor-pushable:hover .__suport_button_anchor-shadow {

    transform: translateY(4px);

    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.__suport_button_anchor-pushable:active .__suport_button_anchor-shadow {

    transform: translateY(1px);

    transition: transform 34ms;
}

.__suport_button_anchor-pushable:focus:not(:focus-visible) {
    outline: none;
}



.gift_presente_button_env {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #8C3D35, #D98E7E);
    color: white;
    font-family: 'Arial', sans-serif;
    border: none;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    height: 70px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}


.gift_presente_button_env:hover {
    background: linear-gradient(45deg, #b85146, #ee9d8a);
    /* Cor levemente mais escura no hover */
    transform: scale(1.05);
    /* Pequeno aumento ao passar o mouse */
}

.gift_presente_button_env:active {
    transform: scale(0.98);
    /* Reduz o tamanho levemente ao ser clicado */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    /* Sombra menos pronunciada ao clicar */
}


.__overlay_apoio_button {
    position: absolute;
    inset: 0;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.685);
    height: 100%;
    align-items: center;
    justify-content: center;
}

.__envolve_support_pix {
    width: 350px;
    height: 550px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    animation: __suport_animation_scale 1s ease-in-out;
}

@keyframes __suport_animation_scale {

    0% {
        transform: translateY(0) scale(0.8);
    }

    40% {
        transform: translateY(0) scale(1.1);
    }

    60% {
        transform: translateY(0) scale(1);
    }

    80% {
        transform: translateY(-12px) scale(1);
    }

    100% {
        transform: translateY(0) scale(1);
    }

}

.__pix_icon_view {
    width: 70px;
    height: 70px;
    background-image: url('/Assets/Imagens/Estrutural/application/icons8-foto-480.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.__mini_descrip_p {

    width: 90%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.596);

}

.__mini_descrip_p p {
    color: white;
    font-size: 14px;

    width: 80%;
    line-height: 33px;
    text-align: justify;

}

.__text_volto_key {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.705);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;

}

.__text_volto_key p {
    width: 80%;
    color: rgb(54, 196, 54);
    text-align: justify;
}

.__icon_apoio_user_copy_gear {

    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__copy_icon_ {
    width: 40px;
    height: 40px;
    background-image: url('/Assets/Imagens/Estrutural/application/copy_gear.png');
    background-position: center center;
    background-repeat: no-repeat;
    animation: heartbeat 1.2s infinite ease-in-out;
    transform-origin: center;
    background-size: contain;
}





@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

.key_value_text {

       padding: 9px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.822);
}

.__text_value_key {
    padding: 9px;
    border-radius: 4px;
    color: rgb(43, 204, 10);
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.822);
}

.__pix_key_styled {
    display: flex;
    align-items: center;
    height: 109px;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.__pix_key_styled p {
    background-color: rgb(15, 15, 15);
    color: rgb(81, 212, 81);
    font-size: 15px;
}

.__copy_gear_icon{
    width: 20px;
    height: 20px;
    background-image: url('/Assets/Imagens/Estrutural/application/copy_gear.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}