.item_report {
    text-align: center;
    width: 200px;
    background: #f5f5f5;
    padding: 10px;
    display: grid;
    place-content: center;
    height: 150px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 15px;
}

.bl_report {
    background: #fff;
    padding: 50px 0;
    min-height: 90vh;
}

.icon_report {
    font-size: 35px;
}

.title_report {
    font-size: 18px;
    font-weight: 600;
}

.item_report:hover {
    background-color: #dfdfdf;
}

.content_title {
    text-align: center;
    margin-bottom: 40px;
}

.content_title h3 {
    font-weight: 600;
}




/*/////
FORMATO STEP REPORT
/////*/
.report_container {
   
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.report_field > span {
    display: block;
    min-width: 300px;
   
    font-size: 16px;
    margin-bottom: 10px;
}

.report_field-radio label {
    display: block;
}

.datepicker {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: left;
    background: transparent;
    border: 1px solid #aaaaaa;
}

.bl_report .form-group {
  display: block;
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.bl_report .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.bl_report .form-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.bl_report .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.bl_report .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 15px;
  border: solid #3f51b5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.report_field {
    position: relative;
    padding-left: 40px;
}
.report_field:after {
    position: absolute;
    left: 0px;
    top: 0;
    font-size:45px;
    color: #0000001f;
    font-weight: 800;
}
.report_field:nth-child(2):after {
    content: '1';
}

.report_field:nth-child(3):after {
    content: '2';
}

.report_field:nth-child(4):after {
    content: '3';
}


.report_field:nth-child(5):after {
    content: '4';
}


.report_field:nth-child(6):after {
    content: '5';
}


.report_field:nth-child(7):after {
    content: '6';
}




/*/////
ACTIONS
////////*/

.report_field-button {
    text-align: center;
    margin-top: 30px;
}

.bt_1 {
    background: var(--main);
    color: white;
    font-weight: 600;
    border: 0;
    padding: 15px 50px;
    border-radius: 5px;
}


/*/////
CONTENIDO STEPS
////////*/
.step_report{
    
    position: relative;
}

.back {
    position: absolute;
    left: 0;
    background: transparent;
    border: 1px solid;
    font-size: 13px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

/*///////
HOJA DEL REPORTE
/////////////*/
.report-header {
    display: flex;
    justify-content: space-between;
    background: #0028be;
    padding: 10px 20px;
    color: white;
    align-items: center;
}

.report-header-logo > * {
    width: 175px;
}

.report-data {
    padding: 20px 40px;
}

.report-data__item {
    margin-bottom: 10px;
}

.report-header-title h3 {
    font-size: 20px;
}



.bl_report-result {background: white;}

.report-tables {
    padding: 30px 40px;
    border-top: 1px solid #ededed;
}

.report-tables h2 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 600;
}

/*///
ESTADO DE CUENTA
//////////*/

.bl_report-result.folio_a4 {
    max-width: 1100px;
    margin: auto;
}
.resumen {
    padding: 10px 10px;
}
.report-data__item h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 0;
}