.t_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0656459px;
    color: #001837;
}
.t_title_count_active {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0656459px;
    color: #008C99;
}

.download_format_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.0818182px;
    color: #001837;
}

.last_update {
    display: flex;
}
.last_update button {
    width: 160px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.0738031px;
}
.last_update button:nth-child(1) {
    margin-right: 16.4px;
}

table.paleBlueRows {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #FFFFFF;
    background-color: #5B6B7E10;
    width: 350px;
    height: 200px;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}
table.paleBlueRows td, table.paleBlueRows th {
    border: 1px solid #EAEAEA;
    padding: 2px 2px;
}
table.paleBlueRows tbody td {
    font-size: 14px;
    color: #5B6B7E;
    height: 72px;
}
table.paleBlueRows tbody td:nth-child(1){ width: 5%;}
table.paleBlueRows tbody td:nth-child(2){ width: 10%; }
table.paleBlueRows tbody td:nth-child(3){ width: 12%; }
table.paleBlueRows tbody td:nth-child(4){ width: 11%; }
table.paleBlueRows tbody td:nth-child(5){ width: 12%; }
table.paleBlueRows tbody td:nth-child(6){ width: 12%; }
table.paleBlueRows tbody td:nth-child(7){ width: 8%; }
table.paleBlueRows tbody td:nth-child(8){ width: 15%; }
table.paleBlueRows tbody td:nth-child(9){ width: 14%; }
table.paleBlueRows tr:nth-child(even) { background: #FFFFFF; }
table.paleBlueRows thead {
    background: #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
}
table.paleBlueRows thead th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #001837;
    text-align: center;
    border-left: 1px solid #EAEAEA;
    height: 64px;
}

/* 
    TABLA MODAL 
*/
table.paleBlueRowsModal {
    background-color: #5B6B7E10;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
table.paleBlueRowsModal td, table.paleBlueRowsModal th {
    border-top: 1px solid #EAEAEA;
    padding: 2px 2px;
}
table.paleBlueRowsModal tbody td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5B6B7E;
    height: 72px;
}
table.paleBlueRowsModal tr:nth-child(even) { background: #FFFFFF; }
table.paleBlueRowsModal thead {
    background: #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
}
table.paleBlueRowsModal thead th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #001837;
    height: 64px;
}

.t_link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.0715909px;
    text-decoration-line: underline;
    color: #90288C;
}
.t_link:hover {
    color: #90288C;
}

.paginator_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #5B6B7E;
}

.title_auto_payment {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 39px;
    color: #001837;
    margin-bottom: 17px;
}

.container_detail_payment_auto {
    width: 100%;
    height: 124px;
    padding: 25px 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    margin-bottom: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #001837;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}
.container_detail_payment_auto div {
    display: flex;
    flex-direction: column;
}
.container_detail_payment_auto_table {
    width: 100%;
    min-height: 124px;
    /* padding: 25px 24px; */
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    margin-bottom: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #001837;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}
.container_detail_payment_auto_table div:nth-child(1){
    margin: 25px 24px 0 24px;
}

.container_detail_payment_manual {
    width: 100%;
    min-height: 75px;
    padding: 24px;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
}
/* aplicar d-none */
#manual_payment_acordeon_button {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
#manual_payment_acordeon_button span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #001837;
}
.separator_acodeon_manual {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    border-bottom: 1px solid #EAEAEA;
}
.manual_payment_acount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.manual_payment_acount div:nth-child(1) span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #001837;
}
.manual_payment_acount div:nth-child(2) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #90288C;
    cursor: pointer;
}
.manual_payment_acount div:nth-child(2):active{
    margin-right: 5px;
}


#auto_payment_count_polizas, #manual_payment_count_polizas {
    margin-top: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0656459px;
    color: #008C99;
}

#auto_payment_total, #manual_payment_total {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #008C99;
}

#datepicker_range {
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #5B6B7E;
    width: 100%;
}

#datepicker_range input {
    padding: 0;
    width: 25%;
    border: none;
    background-color: transparent;
}
#datepicker_range input:nth-child(2){
    margin-left: 20px
}
#datepicker_range input:focus {
    outline: none;
}

.title_send_mail {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #001837;
    margin-bottom: 17px;
}
.send_mail_detail {
    width: 100%;
    padding: 25px 24px;
    margin-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #001837;
}
.send_mail_detail span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #5B6B7E;
}
.send_mail_detail div {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.send_mail_detail div:nth-child(2){
    align-items: flex-end;
}
.send_mail_detail div:nth-child(2) span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #008C99;
}
.send_mail_detail div:nth-child(4) {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.range_send_mail {
    width: 100%;
    height: 85px;
    padding-left: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    margin-bottom: 32px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.0818182px;
    color: #001837;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}
.range_send_mail span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #5B6B7E;
}