.modal-alerta-coleta-dialog {
    max-width: min(92vw, 850px);
}

.modal-alerta-coleta-content {
    overflow: hidden;
    border: 0;
    border-radius: 1rem;
    background: transparent;
}

.modal-alerta-coleta-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 0;
    padding: 0.75rem;
    background: transparent;
}

.modal-alerta-coleta-header .btn-close {
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.9;
    padding: 0.75rem;
}

.modal-alerta-coleta-body {
    max-height: calc(100vh - 7rem);
    overflow: auto;
    padding: 0;
    line-height: 0;
    background: transparent;
}

.modal-alerta-coleta-body img {
    display: block;
    width: 100%;
    height: auto;
}

.modal-alerta-coleta-footer {
    justify-content: center;
    border: 0;
    padding: 0.75rem 0 0;
    background: transparent;
}

.modal-alerta-coleta-footer .btn {
    min-width: 110px;
}

@media (max-width: 576px) {
    .modal-alerta-coleta-dialog {
        margin: 0.75rem;
    }

    .modal-alerta-coleta-header {
        padding: 0.5rem;
    }

    .modal-alerta-coleta-footer {
        padding-top: 0.5rem;
    }
}
