﻿.pointer-cursor {
    cursor: pointer;
}

.hand-cursor {
    cursor: pointer;
    cursor: hand;
    cursor: -moz-hand;
    cursor: -webkit-hand;
}

.swal2-show-borderless {
    border-color: transparent !important;
}

/* Container to center the image */
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust as needed */
}

/* The rotating image */
.spinner-image {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    animation: rotate 8s linear infinite; /* Use the 'rotate' animation defined below */
}

/* Keyframes for the rotation animation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pix-qrcode-wrapper {
    width: 100%;
    max-width: 340px;
    margin: 40px auto;
}

    .pix-qrcode-wrapper p,
    .pix-qrcode-wrapper strong,
    .pix-qrcode-wrapper span {
        font-family: 'Ubuntu';
        font-size: 12px;
    }

    .pix-qrcode-wrapper .logo {
        display: block;
        margin: 0 auto;
    }

    .pix-qrcode-wrapper .container {
        margin-top: 20px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
    }

    .pix-qrcode-wrapper .payment-values {
        text-align: center
    }

        .pix-qrcode-wrapper .payment-values strong {
            display: block;
        }

            .pix-qrcode-wrapper .payment-values strong:first-child {
                margin-bottom: 5px;
            }

            .pix-qrcode-wrapper .payment-values strong span {
                color: #ED555D;
                font-size: 16px;
            }

        .pix-qrcode-wrapper .payment-values p strong {
            display: inline;
            color: #4a90e2;
        }

    .pix-qrcode-wrapper img.qrcode {
        display: block;
        margin: 10px auto;
    }

    .pix-qrcode-wrapper .payment-info > strong {
        color: #ED555D;
        font-size: 16px;
        text-align: center;
        text-align: justify;
    }

    .pix-qrcode-wrapper .payment-info ul {
        list-style: none;
        padding: 0;
    }

        .pix-qrcode-wrapper .payment-info ul li {
            color: #aaaaaa;
            font-size: 12px;
            margin-bottom: 10px;
        }

            .pix-qrcode-wrapper .payment-info ul li p {
                height: 15px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin: 5px 0;
            }

            .pix-qrcode-wrapper .payment-info ul li strong,
            .pix-qrcode-wrapper .payment-info ul li img {
                margin: 0 2px
            }

    .pix-qrcode-wrapper a {
        color: #aaaaaa;
        font-size: 12px;
    }

.error {
    color: #F00 !important;
    background-color: transparent;
}

.btn-padrao {
    padding: 8px 10px;
    margin-top: 10px;
    background-color: #1791d4;
    border-radius: 50px;
    border: none;
    font-size: clamp(16px,4vw,14px);
    line-height: clamp(20px,4vw,15px);
    font-weight: 400;
    color: #fff;
    transition: all linear .2s;
    gap: 20px;
}

    .btn-padrao tam-normal {
        min-width: 200px !important;
    }
    .btn-padrao tam-small {
        width: 100px !important;
    }

    .btn-padrao tam-full {
        width: 100% !important;
    }
    .btn-padrao:hover {
        cursor: pointer;
        cursor: hand;
        cursor: -moz-hand;
        cursor: -webkit-hand;
    }

.swal-wide {
    width: 650px !important;
}

.input-no-icon-border {
    border-radius: 4px !important;
    border: 1px solid #f39f00 !important;
}

.Are_Con .Are_Con_Con_Per .Are_Con_Con_Per_Int .Are_Con_Con_Con_Int_Dad {
    width: calc(100% - 250px - 10px - (20px + 20px));
    background: #f2f2f2;
    border-radius: 16px;
    padding: 20px;
    max-height: calc(250px - (20px + 20px));
}