.shadow {
    box-shadow: 0px 3px 6px var(--sombra);
}
.icon_document {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 5px;
    font-size: 20px;
}

.progress-bar {
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 12px;
    margin: 24px 0 20px 0;
}
.progress-bar-inner {
    height: 100%;
    width: 40%; /* cambia dinámicamente según progreso */
    background-color: #1A9F24;
    transition: width 0.5s ease;
}

.subtittle_document {
    color: var(--text-medium);
    font-size: 14px;
    font-weight: 900;
    /* max-width: 80%;
    white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}
.text_document {
    color: var(--text-medium);
    font-size: 14px;
}
.tittle_message {
    color: var(--color-gray-light);
    font-size: 14px;
    font-weight: 900;
}
.text_message {
    color: var(--color-gray-1);
    font-size: 14px;
}
.mrg_end {
    margin-right: 5vw;
}
.cir {
    height: 12px;
    width: 12px;
    max-width: 12px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
.text_small {
    color: var(--color-gray-1);
    font-size: 12px;
}
.art-1::before {
    content: '';
    width: 2px;
    height: 85%;
    background-color: var(--color-gray-border-2);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.document_pdf {
    cursor: pointer;
    position: relative;
}
.document_pdf.active {
    border: 2px solid var(--color-green-ligth);
}

.document_pdf.active::after {
    content: '';
    background-color: var(--color-green-ligth);
    width: 14px;
    height: 18px;
    display: block;
    z-index: 1;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.document_pdf.active:before {
    content: '';
    width: 12px;
    height: 15px;
    background: white;
    display: block;
    z-index: 2;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.document_pdf.active::after, .document_pdf.active::before {
    position: absolute;
    clip-path: polygon(0 48%, 100% 100%, 100% 0);
}
.info_message {
    max-width: fit-content;
}
.doc_mobile {
    display: none;
}
.state_folio, .state_folio_red {
    padding: 5px 15px;
    width: fit-content;
    border-radius: 8px;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 7px;
}
.state_folio {
    color: var(--color-green-5);
    background-color: var(--color-green-3);
}
.state_xd {
    font-size: 1.4rem;
}
.state_folio_red {
    background-color: var(--color-state-rejected-signer-bg);
    color: var(--color-state-rejected-signer);
}
.doc_observation {
    border-top: 1px solid var(--color-btn-delete);
    padding-top: 20px;
}
.ctn_signers {
    padding: 10px 54px 2px 20px;
    margin-right: 54px;
    background-color: var(--color-bg-disabled);
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .list_pdf {
        flex-direction: column-reverse;
    }
    .document_pdf.active::after, .document_pdf.active::before {
        display: none;
    }
    .mrg_end {
        margin-right: 2vw;
    }
    .list_info_pdf {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .document_pdf {
        cursor: pointer;
        position: relative;
    }
    .document_pdf.active {
        border: none;
    }
    .embed_pdf {
        display: none;
    }
    .doc_mobile {
        display: block;
        background-color: var(--disabled);
        border-radius: 4px;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .state_doc {
        display: none;
    }
    .info_dates {
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) {
    .mg-right {
        margin-left: 43px;
    }
}

@media only screen and (max-width: 575.98px) {
    .mg-right-sm {
        margin-left: 43px !important;
    }
    .pd-sm {
        padding: 0 !important;
    }
    .pd-full-sm {
        padding: 20px 30px 20px 10px !important;
    }
}

figure {
    margin: 0;
}

.icon_download {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.tooltip > .tooltip-inner {
    background: var(--color-black-2);
    color: var(--color-white);
    box-shadow: 0px 3px 7px var(--sombra) !important;
    border-radius: 3px !important;
    padding: 3px 20px !important;
    margin: 0 !important;
}

.tooltip-arrow, .tooltip-arrow:after, .tooltip-arrow:before {
    display: none;
}

.ctn-list-docs {
    width: 100%;
    overflow-y: auto;
    padding: 12px;
}

.doc_observation {
    border-top: none;
    margin-top: 12px;
    overflow-y: auto;
}

.state_folio, .state_folio_red {
    margin-bottom: 0;
}

.btn-reject{
    color: var(--first-color);
    background: var(--color-white);
    border: 2px solid var(--first-color);;
}

.btn-reject:hover{
    color: var(--dark-green);
    background: var(--color-white);
    border: 2px solid var(--dark-green);
}

.btn-accept {
    background-color: var(--first-color);
    color: var(--white-color);
    width: 200px;
    height: 50px;
    box-shadow: 0px 3px 11px var(--sombra);
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    float: right;
}

.btn-form {
    margin-top: 0;
    width: 200px;
}

.ctn-chips {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ctn-btns-forms {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: flex-end;
}

.ctn-view-docs {
    display: flex;
    flex-direction: column;
    max-height: 390px;
    gap: 16px;
}

.ctn-view-child, .ctn-view-child2 {
    flex-grow: 1;
    overflow-y: auto;
}

.ctn-view-child {
    min-height: 120px;
}

.ctn-view-child2 {
    min-height: 190px;
}

.ctn-view-child3 {
    flex-grow: 1;
}

.ctn-docs-mobile {
    display: none;
    margin: 32px 0;
}

.trk-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.name-file {
    margin: 0;
    padding-right: 12px;
}

.ctn-head-signers {
    display: flex;
    justify-content: space-between;
}

.ctn-list-signers {
    padding: 8px;
    min-height: 116px;
    overflow-y: auto;
    flex-grow: 1;
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    padding-bottom: 15px;
}

.img-enterprise {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 8px;
}

.ctn-contact-signer {
    display: flex;
    flex-direction: column;
}

.ctn-info-signer {
    display: flex;
    gap: 10%;
    margin-top: 10px;
}

.state-doc-signer {
    position: absolute;
    top: 4px;
    right: 24px;
}

.sec-signers {
    display: flex;
    flex-direction: column;
    max-height: 200px;
}

.ctn-signers-card {
    flex-grow: 1;
}

.card-pb {
    padding-bottom: 4px;
    margin-bottom: 0;
}

.textarea-rjc {
    width: 100%;
    height: 152px;
    margin: 24px 0 0 0;
    border: 2px solid var(--border-disabled);
    border-radius: 11px;
    padding: 12px;
}

.scroll_folios {
    max-height: 325px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}

.textarea-rjc:focus {
    outline: none;
    border: 2px solid var(--color-green-ligth);
}

.md_content {
    width: 100%;
}

.text-small {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--color-gray-1);
}

.txt-indicator {
    display: block;
    text-align: end;
    font-size: 12px;
    color: var(--color-btn-delete);
}

@media only screen and (max-width: 1199.99px) {
    .art-1::before {
        width: 100%;
        height: 2px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec-signers {
        max-height: 310px;
    }
}

@media only screen and (max-width: 992px)
{
    .ctn-view-docs {
        margin-bottom: 24px;
    }
    .ctn-docs-mobile {
        display: block;
    }
    .ctn-docs-web {
        display: none;
    }
}

@media only screen and (max-width: 768px)
{
    .ctn-btns-forms {
        flex-direction: column;
        gap: 24px;
    }
    .btn-form {
        width: 100%;
    }
    .subtittle_document {
        max-width: 72%;
    }
}

@media only screen and (max-width: 580px)
{
    .ctn-info-signer {
        flex-direction: column;
    }
    .text_document {
        margin-bottom: 0;
    }
    .card-pb {
        padding-bottom: 16px;
    }
    .scroll_folios {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 440px)
{
    .state_folio {
        width: 100%;
    }
}