.qa-container-main {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.qa-form-container-detail {
    width: 100%;
}

.qa-details-cartilla {
    display: flex;
    flex-direction: column;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    box-sizing: border-box;
}

.details-protocol {
    width: 40%;
}

.qa-header-form-detail {
    display: flex;
    height: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #F3F3F3;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 20px;
}

.qa-btn {
    padding: 10px;
    background-color: #1975C5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    color: white;
    border: transparent;
    border-radius: 5px;
    cursor: pointer;
}

    .qa-btn:hover {
        background-color: #1f7fd3;
    }

.qa-article-form-detail {
    height: auto;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: #fffcfc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.qa-content-cartilla {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
}

.qa-group-detail-cartilla {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: start;
    font-size: 14px;
}

.qa-label-detail-cartilla {
    font-weight: bold;
    font-size: 12px;
}

.qa-value-detail-cartilla {
    font-size: 12px;
}

.number-container {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F3F3F3;
    border-radius: 100%;
    padding: 5px;
    box-shadow: .5px .5px 1px 1px rgba(0, 0, 0, 0.075);
}

.kpi-circle {
    width: 100%;
}



.qa-container-revision {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    background-color: #fffcfc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.qa-container-detail-revision {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    gap: 20px;
    overflow-x: auto;
}

.qa-revisor-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
}

.reviewer-number {
    background-color: #1975C5;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #155a9c;
    font-size: 11px;
}

.table-qa-protocol {
    border-collapse: collapse;
    width: 100%;
    min-width: 650px;
    font-size: 12px;
}

    .table-qa-protocol tr th {
        font-weight: bold;
        border: none;
    }

    .table-qa-protocol td {
        font-size: 12px;
        padding: 3px 5px;
    }

.bi.qa-check {
    color: #21A366;
    font-size: 24px;
}

.bi.qa-non {
    color: tomato;
    font-size: 24px;
}

.bi.qa-na {
    color: #EFC535;
    font-size: 24px;
}



.container-revisor-status {
    display: flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.revisor-status {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FF6C37;
    padding: 5px 20px;
    border-radius: 15px;
}

.revisor-status {
    font-size: 14px;
    color: white;
}

.title-card {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 0px 20px;
    gap: 10px;
}

.title-card-detail {
    width: auto;
}

    .title-card-detail.edit {
        display: none;
    }

.inpt-form.edit-inpt {
    display: none;
}

.title-card .inpt-form {
    width: 50%;
}


@media (max-width:800px) {

    .qa-container-main {
        flex-direction: column;
    }

    .details-protocol {
        width: 100%;
    }
}
