﻿.disabled-r2j {
    pointer-events: none; /* Impede interação com mouse */
    opacity: 0.6; /* Deixa visualmente mais "apagado" */
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #ccc;
}

.card .card-body{
    padding: 15px 6px 15px 6px;
}

@media (max-width: 768px) {
    .btn-sem-texto .btn-text {
        display: none;
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.wrapper-preview {
    position: relative;
    width: 190px;
    height: 170px;
}

.preview-foto {
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preview-foto img {
        width: 100%;
        height: 100%;
    }

.camera-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

    .camera-icon i {
        font-size: 18px;
    }