.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;
}

.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;
}


.image-option-table {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.container-image-control {
    position: relative;
    width: 45px;
}

.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%;
}

.edit-option {
    fill: #1975C5;
    width: 35px;
}

.qa-container-revision {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.qa-container-detail-revision {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
}

.qa-revisor-detail {
    font-size: 14px;
    font-weight: bold;
}

.table-qa-protocol {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

    .table-qa-protocol tr th {
        font-weight: bold;
    }

    .table-qa-protocol td {
        font-size: 14px;
        padding: 3px 5px;
    }

.bi.qa-check {
    color: #21A366;
    font-size: 24px;
}

.bi.qa-non {
    color: tomato;
    font-size: 24px;
}


@media (max-width:800px) {

    .qa-container-main {
        flex-direction: column;
    }

    .details-protocol {
        width: 100%;
    }
}
