﻿.swal-galeria-popup {
    width: 900px !important;
    height: 80vh !important;
}

    .swal-galeria-popup .swal2-image {
        display: none !important;
    }

.galeria-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65vh;
    position: relative;
}

    .galeria-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.galeria-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.2s;
    z-index: 10;
}

    .galeria-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .galeria-btn:disabled {
        background-color: rgba(0, 0, 0, 0.15);
        cursor: not-allowed;
    }

.galeria-btn-esquerda {
    left: 10px;
}

.galeria-btn-direita {
    right: 10px;
}

.galeria-contador {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
