#report_add_result {
    display: block;
    position: relative;
    margin-top: 25px;
}
.pager-form {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
}
.pager-form > div {
    gap: initial;
    width: initial;
}
.pager-form .w-full {
    margin-top: 0;
}
.pager-form .form_submit_button {
    margin-left: 10px;
}
.pager-form .form-group {
    min-width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
}
.btn-result {
    min-width: 150px;
}
.btn-result.btn-success {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .pager-form {
        justify-content: left;
        flex-direction: column;
    }
    .pager-form > div {
        width: 100%;
    }
    .pager-form .form-group {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .detail-page__action-button {
        width: 100%;
    }
    .pager-form .form_submit_button {
        width: 100%;
        margin-left: 0;
    }
}
