@media screen and (max-width: 1199px) {
    .eventos-list-item {
        flex-direction: column;
        gap: 20px;
    }

    .eventos-list-item-status {
        display: flex;
        justify-content: space-between;
        order: -1;
    }

    .eventos-list-item-pessoais {
        width: 100%;
    }

    .eventos-list-item-evento {
        width: 100%;
    }

    .eventos-list-item-action {
        width: 100%;
        text-align: center;
    }

    #modais .modal {
        align-items: flex-start;
        margin-top: 80px;
    }

    #modais .modal-content {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #eventos-header .container {
        flex-wrap: wrap;
        gap: 10px;
    }

    #eventos-header .btn-default {
        width: 100%;
        margin-top: 20px;
    }

    .eventos-list-item-action .btn-default{
        box-sizing: border-box;
        width: 100%;
    }

    .modal-docs-list-item .text-default{
        max-width: 200px;
    }
}
