.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.source-sans {
    font-family: 'Source Sans 3', sans-serif;
}

.fs-16 {
    font-size: 16px;
}

.modal-body {
    color: black;
}

.header-title {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.footer-text {
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.red-anam-title {
    font-weight: 600;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 36px;
    color: #9F2241;
}

.grey-anam-title {
    font-weight: 600;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 32px;
    color: #98989A;
}

.tbl-title {
    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif;
}

.tbl-order-text {
    color: #727574;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.tbl-col-title {
    color: white;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.volver-text {
    font-weight: 500;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    color: #98989A;
}

.btn-txt {
    font-weight: 500;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}

.filtro {
    font-weight: 500;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}

.img-modal-title {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #273C66;
}

.img-modal-filetype {
    font-weight: 500;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    color: #98989A;
}

.img-modal-file {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #98989A;
}

.archivo {
    display:inline-block; 
    background-color: #e5e7eb; 
    border-radius:10px; 
    font-size:10px; 
    text-align:center; 
    margin-right:10px;
    width:120px;
    height:120px;
}
.archivo p {
    margin: 0 10%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
    width: 80%;
    font-weight: normal;
}
.archivo .cont{
    display: block;
    height: auto;
    text-align:center; 
}
.archivo .threedots{
    margin: 0;
    margin-right: 5%;
}
.archivo .opc {
    display: block;
    height: auto;
    text-align: right!important;
}
.accordion {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23071437'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
    --bs-accordion-btn-bg: #e5e7eb!important;
    --bs-accordion-active-bg: #e5e7eb!important;
    --bs-accordion-bg: #f3f4f6!important;
}

.accordion-button {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.file-drop-area {
    height: 80px;
    background-color: #EFF0F3;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.file-title {
    background-color: #FAFAFA;
    width: 100%;
    align-self: center;
}

.file-input {
    
}

.choose-file-button {
    flex-shrink: 0;
    border-radius: 3px;
    padding: 8px 2px;
    margin-right: 10px;
    font-size: 16px;
    color: #6f7271;
}

.file-message {
    font-size: 12px;
    color: #98989a;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;

}

.texto_file_input {
    font-family: 'SourceSansPro-Regular';
    font-size: 18px !important;
    align-self: self-start;
    color: #A9A1B7 !important;
}

.div_file {
    cursor: pointer;
    border-radius: 8px;
    height: 3.3rem;
    background-color: #FFFFFF;
    /* display: block; */
    padding: 7px;
    align-items: center !important;
    border: 1px solid ;
    border-width: 1px !important;
    border-color: #DBDFE9!important;
    vertical-align: middle !important;
    /* background: url('./../../../static/src/file-icon.svg') center right no-repeat; */
    text-align: end !important;
    align-items: center !important;
    align-self: center !important;
    align-content: center !important;
}
#id_archivo
{
    display: none;
}
.icon-folder-adjuntos
{
    font-size: 25px !important;
    align-self: center !important;
    text-align: center !important;
    align-items: center !important;
    align-self: center !important;
    align-content: center !important;
    justify-content: center !important;
}

