header {
    display: none;
}

footer {
    display: none;
}

.content {
    display: grid;
    justify-content: space-around;
    align-items: center
}

.container-contact-complaints {
    padding: 20px 30px;
    background-color: #dddddd;
    border-radius: 8px;
    width: 60vw;
}

.flex-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 20px;
}

.colapsedata {
    display: none;
    padding: 0 10px 25px 10px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #eeefff;
    border-right: 1px solid #eeeeee;
}

.active {
    display: block;
}

.subtittleterm {
    cursor: pointer;
}

.bold-text {
    font-weight: bold;
}

.underline-text {
    text-decoration: underline;
}

.delete_item_ul {
    list-style: none;
}

.center_div {
    text-align: center;
}

.space_li {
    margin-bottom: 10px !important;
}

section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0px;
    margin-bottom: 10px;
}

section .section-header {
    background-color: #050509c5;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Courier New', Courier, monospace
}

section .section-body {
    padding: 5px 20px 5px;
}

.complaints-books {
    margin: 2em 0px;
    width: 100%;
}

.details-company p {
    margin: 0px;
    padding: 0px;
}

.view-response-complaint{
    display: flex;
    width: 75vw;
    min-height: 75vh;
}

.title-reponse{
    display: grid;
    align-content: space-between;
    width: 50%;
    background-color: #dbdbdb;
    padding: 20px;
}

.detail-reponse{
    width: 50%;
    padding: 20px;
}

.detail-header p {
    margin: 0px;
    padding: 0px;
}

.btn-dark{
    background-color: #050509c5;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}