body {
    cursor: auto !important;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    background: #eee;
}

h2 {
    margin: 10px;
    font-weight: 600;
}

h3 {
    margin: 10px 0;
}

article {
    padding: 30px;
    min-height: 200px;
}

table {
    border-collapse: collapse;
}

input[type=submit],
input[type=reset],
.btn {
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
}

input:disabled,
select:disabled,
.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.4;
    filter: grayscale(100%) !important;
}

select {
    min-width: 200px;
}

input[type=text][disabled] {
    opacity: 0.6;
}

input.number {
    text-align: right;
}

input[readonly] {
    opacity: 0.7;
    background: #eee !important;
}

.cargando {
    border-radius: 50px;
    margin-top: -5px;
}

.row-item>td:has(> .required):after {
    color: #fff;
    content: '*';
    display: block;
    width: 25px;
    height: 25px;
}

.row-item i {
    font-size: 11px;
    opacity: 0.6;
}

.cuenta {
    display: block;
    box-sizing: border-box;
}

.cuenta a {
    float: right;
    margin-left: 5px;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-top: 3px;
}

.cuenta a:nth-child(1) {
    width: 35px;
    height: 35px;
    padding: 7px;
    margin-top: 0;
}

.top {
    z-index: 1002;
    position: fixed;
    top: 2px;
}

.top input[type=search] {
    cursor: pointer;
    border: none;
    padding: 10px;
    padding-left: 30px;
}

.top input[type=search].minimized {
    width: 15px;
}

.top input[type=search]:focus,
.top input[type=search].focus {
    width: 250px;
}

.nav-list,
.list {
    list-style: none;
    padding: 20px;
}

.nav-list li {
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 5px;
}

.big {
    display: flex;
    justify-content: left;
    align-items: center;
}

.img_menu1 {
    width: 20.5px !important;
    height: 20.5px;
    background-image: url('../img/icon/homeWhite.png');
    background-size: contain;
    margin-right: 18px !important;
}

.img_menu2 {
    width: 20.5px !important;
    height: 20.5px;
    background-image: url('../img/icon/serviciosWhite.png');
    background-size: contain;
    margin-right: 18px !important;
}

.img_menu3 {
    width: 20.5px !important;
    height: 20.5px;
    background-image: url('../img/icon/estadisticaWhite.png');
    background-size: contain;
    margin-right: 18px !important;
}

.img_menu4 {
    width: 20.5px !important;
    height: 20.5px;
    background-image: url('../img/icon/ayudaWhite.png');
    background-size: contain;
    margin-right: 18px !important;
}

.logoMenu {
    width: 164px;
}

.nav-list li.big img {
    width: 40px;
}

.hide-cuenta {
    display: none;
}

.hide-cuenta.selected .cuenta-list:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3E474F;
    display: block;
    position: fixed;
    z-index: 101;
}

.hide-cuenta.selected {
    background: #3E474F;
    color: #fff;
    display: block;
    position: fixed;
    width: 200px;
    padding: 10px;
    z-index: 100;
    box-shadow: 2px 2px 5px #000;
}

.cuenta-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cuenta-list li {
    padding: 5px;
    cursor: pointer;
}

.right,
.right input {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.form-view {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-view tr.row-submit>td {
    text-align: center;
    padding: 20px 0 20px 0;
}

.form-view .row-group {
    white-space: nowrap;
}

.form-view .report-view-content {
    display: none;
    float: left;
    padding: 5px;
    height: 60px;
}

.report-inline>table input {
    border: 1px solid #00000033 !important;
}

.report-inline>table input:focus {
}

.form-view .submit-view {
    margin-top: -5px;
    position: absolute;
    font-size: 10px;
    left: 5px;
    width: 387px;
}

.form-view .submit-view button {
    padding: 5px;
    height: 55px;
    width: 60px;
}

.form-view .report-view {
    float: left;
    padding: 5px;
    width: 50px;
    cursor: pointer;
}

.chosen-container {
    min-width: 100px !important;
    max-width: 387px;
}

.dayList .chosen-container,
.dayList .chosen-container-single-nosearch {
    min-width: 60px !important;
}

.dayList label {
    min-width: 40px;
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: -30px;
    font-family: 'amsiProSemiBold';
    color: #333333 !important;
}

.tab-pane {
    padding: 0;
    position: relative;
    margin: 0 0 10px;
    white-space: nowrap;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    width: 80%;
    top: -44px;
    left: 45px;
}

.tab-pane li {
    display: inline-block;
    padding: 10px;
    background: url('../img/fondo_carpeta_red.png') no-repeat;
    color: #fff;
    background-size: cover;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 180px;
    font-family: 'amsiProSemiBold';
    font-size: 18px;
}

.tab-pane li:nth-child(2) {
    position: absolute;
    left: 170px;
}

.tab-pane li.selected {
    border: none !important;
    background: url('../img/fondo_carpeta.png') no-repeat; 
    background-size: cover;
    color: #000;
    z-index: 1;
}

.tab-view {
    display: none;
}

.tab-view.selected {
    display: block;
}

[ayuda]:after {
    font-size: 15pt;
    display: inline-block;
    content: attr(ayuda);
    margin-left: 5px;
}

.file input[type=file] {
    display: none;
}

.file input[type=text] {
    border: none;
    background: none;
}

.dialog {
    padding: 10px;
    width: 100%;
}

.dialog img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
}

.dialog a {
    padding: 2px 5px;
}

.loading-content {
    padding: 5px;
    display: block;
    font-size: 16px;
}

.loading-content img {
    width: 50px;
}

.table-filter {
    background: #eee;
    padding: 10px 0 5px 10px;
    box-sizing: border-box;
}

.table-filter form {
    display: inline-block;
}

.table-filter .circle-btn {
    padding: 10px;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.report-icon .icon,
.report-icon .icon-add {
    width: 80px;
    height: 80px;
    font-weight: bold;
    font-size: 50px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.report-icon .icon-add {
    border: none;
    border-radius: 5px;
    font-size: 60px;
    font-weight: bolder;
}

.report-icon {
    cursor: pointer !important;
    margin: 5px;
    padding: 5px 2px;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
}

.report-icon__estadisticas {
    cursor: pointer !important;
    margin: 5px;
    padding: 5px 2px;
    width: 143px !important;
    height: 143px !important;
    border: 1px solid #0000004D !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
}

.report-icon__estadisticas:hover {
    border: 1px solid #BF0811CC !important;
    background: #F2F2F280;
    color: #BF0811CC !important;
}

.estadisticas__span:hover>div {
    background: url('img/media/icono_sumario_red.png') no-repeat center/cover;
}

.report-icon__estadisticas div {
    width: 56px !important;
    height: 56px !important;
}

.report-icon img {
    max-width: 86px;
}

.report-action {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
    border: 1px solid #00000033;
    border-bottom: 0px;
    padding: 15px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.report-action button {
    margin-right: 10px;
}

.report-inline>table,
.report {
    width: 100%;
    border-spacing: 0;
}

.report-inline>table input {
    width: 100%;
    box-sizing: border-box;
}

.report-inline>table th,
.report th {
    padding: 10px;
}

.report-inline>table td,
.report td {
    box-sizing: border-box;
}

.report-inline>table td {
    padding: 5px;
}

.report td {
    padding: 2px 5px;
}

.report {
    margin-bottom: 0px;
}

.report.summary {
    width: auto;
}

.report-inline{
    border: 1px solid #00000033;
    border-top: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.report:last-child {
    margin-bottom: 100px;
}

.report caption {
    padding: 15px 0px !important;
    margin-left: 30px !important;
    font-family: 'amsiProSemiBold' !important;
    font-size: 14px !important;
    text-align: left !important;
}

table.report tbody:first-of-type tr:first-of-type {
    background: #2743801A !important;
    font-family: 'amsiProSemiBold';
    height: 50px;
}

table.report tbody:first-of-type tr:first-of-type th {
    font-size: 16px !important;
}

.report>tbody>tr {
    height: 50px;
    border-bottom: 1px solid #00000033;
}

.report tbody {
    padding: 5px;
}

.report tfoot {
    height: 50px;
    font-size: 12px;
    font-family: 'amsiProSemiBold';
}

.report>tfoot>tr>th {
    font-size: 16px !important;
}

.report td .btnEdit,
.report td .btnDelete {
    padding: 5px;
    cursor: pointer;
}

.report-page {
    float: right;
    margin: 25px 0 !important;
    padding: 0 5px !important;
    display: inline-block;
}

.report-page li {
    display: inline-block;
    width: 25px;
    padding: 5px;
    cursor: pointer;
}

.report-page li:first-child {
    border-left: none;
}

.search input[type=search] {
    margin: 5px 0;
    padding: 8px;
    width: 426px;
}

.search{
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

.current-report-view {
    cursor: pointer;
}

.w100 {
    width: 100%;
    background: #BF0811 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

svg>text:last-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
}

#toTop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 10px;
    cursor: pointer;
}

.triggerMenu {
    width: 28.5px;
    height: 28.5px;
    cursor: pointer;
}

@media only screen and (max-width:420px) {
    .btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:799px) {
    #title {
        padding-top: 5px;
        font-size: 15px;
        color: #000;
        margin-left: 40px;
    }

    .triggerMenu {
        display: none;
    }

    #menu-btn {
        font-size: 20px;
        padding: 10px;
        border: none;
        background: none;
    }

    #menu-nav {
        position: fixed;
        left: 0;
        right: 20px;
        bottom: 0;
        z-index: 1000;
        overflow-y: scroll;
        background: #BF0811;
        width: 100%;
    }

    body {
        min-width: 320px;
    }

    section {
        position: absolute;
        padding: 0;
        top: 30pt;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff !important;
    }

    header {
        z-index: 1001;
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        height: 30pt;
        overflow: hidden;
    }

    header h2 {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: absolute;
        top: 4px;
    }

    section,
    nav {
        top: 30pt;
    }

    .row-group {
        display: block;
    }

    .top {
        right: 5px;
    }

    .nav-list {
        margin: 0;
        text-align: left !important;
    }

    .nav-list li {
        text-align: left !important;
    }

    .nav-list li img {
        vertical-align: middle !important;
        margin-left: 10px;
        float: right;
        margin-right: 5px;
    }

    .nav-list li[data-tooltip]:after {
        font-size: 15pt;
        display: inline-block;
        content: attr(data-tooltip);
        margin-left: 5px;
    }

    .hide-cuenta.selected .cuenta-list:before {
        right: 10px;
        top: 40px;
    }

    .hide-cuenta.selected {
        top: 50px;
        right: 0;
    }

    .view-pantalla,
    .hide-nav {
        display: none;
    }

    .form-view {
        width: 80%;
    }

    .form-view select.w,
    .form-view input.w {
        width: 100% !important;
    }

    .form-view tr.row-item {
        display: block;
        margin-bottom: 20px;
    }

    .form-view tr.row-item>td {
        display: block;
        padding: 0;
    }

    .form-view .row-item .label {
        font-size: 10px;
    }

    .cuenta {
        top: 2px;
        right: 5px;
    }

    .top {
        left: 30px;
        right: 0;
    }

    .m-hide {
        display: none;
    }

    .tab-view.selected .row-item input,
    .tab-view.selected .row-item select,
    .tab-view.selected .row-item .chosen-container {
        min-width: 100% !important;
        box-sizing: border-box;
    }

    .tab-view.selected .row-item input,
    .tab-view.selected .row-item select {
        padding: 8px;
    }

}

.header__div {
    background: #ffff;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    height: 45px;
}

@media only screen and (min-width:800px) {
    #menu-btn {
        display: none;
    }

    #menu-nav {
        display: block;
        min-height: 360px;
        background: #BF0811;
        min-width: 324px;
    }

    header {
        position: absolute;
        top: 20px;
        left: 80px;
        right: 0;
        height: 30pt;
        margin-left: 230px;
        padding: 0px 70px;
    }

    section,
    nav {
        position: absolute;
        bottom: 0;
    }

    nav {
        top: 0;
        left: 0;
        width: 80px;
    }

    section {
        left: 80px;
        right: 0;
        top: 70px;
        margin-left: 244px;
        padding: 20px 60px;
        overflow: auto;
    }

    h2 {
        padding: 0px;
    }

    .cuenta {
        top: 2px;
        right: 20px;
    }

    .top {
        right: 25px;
    }

    .nav-list.config {
        position: absolute;
        margin-bottom: 0;
        padding-bottom: 0;
        bottom: 0;
        width: 60px;
    }

    .nav-list li {
        text-align: center;
    }

    .nav-list li img {
        margin: 0;
    }

    .hide-cuenta.selected .cuenta-list:before {
        right: 27px;
        top: 35px;
    }

    .hide-cuenta.selected {
        top: 45px;
        right: 10px;
    }

    .report-icon {
        display: inline-block;
        font-size: 11px;
        margin: 10px;
        text-align: center;
        vertical-align: top;
        width: 80px;
    }

    .report-icon img {
        width: 100%;
    }

    .report-icon span {
        display: inline-block;
        vertical-align: middle;
    }

    .form-view select.w,
    .form-view input.w {
        min-width: 400px;
        max-width: 400px;
    }

    .form-view tr.row-item>td,
    .form-view tr.row-submit>td {
        padding: 5px;
    }

    .form-view tr.row-item>td.input-item {
        white-space: nowrap;
        width: 100%;
    }

    .form-view tr.row-submit>td {
        padding: 10px 5px;
    }

    .form-view .row-item .label {
    }

    .form-view tr.row-submit input {
        margin-left: 10px;
    }

    .form-view tr.row-submit input:first-child {
        margin-left: 0;
    }

    .w50 {
        width: 48%;
        padding: 10px;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }

    .dayList {
        display: flex;
    }

    .tab-view.selected .row-item input,
    .tab-view.selected .row-item select,
    .tab-view.selected .row-item .chosen-container {
        min-width: 300px !important;
        box-sizing: border-box;
    }
}

.last_li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.btnNew {
    background-color: #c00 !important;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 40px;
    border: 1px solid #c00;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
}

.form_login_a {
    background-color: #BF08111A;
    color: #BF0811;
    width: 100%;
    height: 40px;
    border: 1px solid #BF08111A;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
}

.formLogin__label {
    color: #57585A;
    font-weight: 400;
    margin-bottom: 5px;
}

.formLogin__correo,
.formLogin__pass {
    padding: 10px !important;
    border: 1px solid #00000033 !important;
    background: transparent !important;
    font-size: 14px !important;
}

.formLogin__correo:active {
    width: 100% !important;
}

.formLogin__correo::placeholder,
.formLogin__pass::placeholder {
    color: #00000033;
    font-size: 14px;
    font-family: amsiProRegular;
    font-weight: 400;
}

.formLogin__correo:hover,
.formLogin__pass:hover {
    box-shadow: none !important;
}

.formLogin__correo:focus,
.formLogin__pass:focus {
    box-shadow: none !important;
}

.formLogin {
    box-shadow: none !important;
}

.formLogin__footerPass {
    text-align: right;
    text-decoration: underline;
    font-weight: 400;
    color: #000000E5;
    font-size: 14px;
    margin-top: 8px;
}

.formLogin__footerPass>a {
    cursor: pointer;
}

.labelRecordar {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000B2 !important;
    padding-left: 25px !important;
    letter-spacing: 0.7px;
}

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #BF0811;
    border-radius: 1.5px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #BF0811;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ul__recuperar_clave {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.li__criterios {
    display: flex;
    align-items: end;
    gap: 5px;
    padding: 5px 0px !important;
}

.ocultar {
    display: none;
}

.btn_disabled {
    background-color: #E0E4EB !important;
    color: #ABB8CA !important;
    border: 1px solid #E0E4EB !important;
    cursor: auto;
}

@font-face {
    font-family: amsiProBold;
    src: url(../fonts/AmsiPro-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: amsiProSemiBold;
    src: url(../fonts/AmsiPro-SemiBold.otf);
    font-weight: 400;
}

@font-face {
    font-family: amsiProRegular;
    src: url(../fonts/AmsiPro-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: avertaRegular;
    src: url(../fonts/AvertaDemo-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: openSans;
    src: url(../fonts/open-sans.semibold.ttf);
    font-weight: 600;
}

.amsiProBold {
    font-family: amsiProBold;
}

.amsiProSemiBold {
    font-family: amsiProSemiBold;
}

.amsiProRegular {
    font-family: amsiProRegular;
}

.avertaRegular {
    font-family: avertaRegular;
    color: #000000B2;
}

.openSans {
    font-family: openSans;
    font-weight: 600;
}

.logoCE {
    width: 303px !important;
    height: 98px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
}

.flecha1 {
    width: 240.42px !important;
    height: 174px;
    position: absolute;
    left: 150px;
    top: 9px;
}

.flecha2 {
    width: 265.84px !important;
    height: 147.54px;
    position: absolute;
    left: 595px;
    top: -35px;
}

.flecha3 {
    width: 236.37px !important;
    height: 171.53px;
    position: absolute;
    left: 53.57px;
    top: 244.66px;
}

.flecha4 {
    width: 230.56px !important;
    height: 127.96px;
    position: absolute;
    top: 242.8px;
    left: 750.61px;
}

.flecha5 {
    width: 224.66px !important;
    height: 124.82px;
    position: absolute;
    top: 633.63px;
    left: 188.57px;
}

.flecha6 {
    width: 240.42px !important;
    height: 174.24px;
    position: absolute;
    top: 586.81px;
    left: 684.65px;
}

.flecha7 {
    width: 236.37px !important;
    height: 171.53px;
    position: absolute;
    top: 834.55px;
    left: 30.93px;
}

.flecha8 {
    width: 230.56px !important;
    height: 127.96px;
    position: absolute;
    top: 835.89px;
    left: 512.91px;
}

.header__options {
    display: flex;
    gap: 30px;
}

.header__options>li {
    list-style: none;
}

.header__options>li>img {
    width: 18px;
    height: 18px;
}

.canvas__chart {
    width: 100% !important;
    height: 100% !important;
}


.popup.confirm {
    background: #fff;
    width: 331px;
    height: auto;
    box-shadow: none;
    border-radius: 7px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.popup.bienvenidaPopup {
    background: #fff;
    width: 345px;
    height: 180px;
    box-shadow: none;
    border-radius: 8px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 16px 24px;
    font-size: 16px !important;
}

.bienvenidaPopup__bottom {
    margin-bottom: 0px !important;
    gap: 20px !important;
}

.bienvenidaPopup__bottom>button{
    width: auto !important;
    padding: 7px 8px 7px 8px;
    border-radius: 4px !important;
}

.div__chart {
    margin-top: 35px;
    border: 1px solid #E6EAEE;
    box-shadow: 0 2px 5px #ccc;
    border-radius: 10px;
}


.cabecera__chart {
    border-bottom: 1px solid #E6EAEE;
    padding-bottom: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.canvas__chart {
    padding: 30px 20px 20px 20px;
}

.inicio__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.inicio__footer__menu {
    border: 1px solid #00000033;
    border-radius: 10px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 15px;
    width: 47%;
    padding: 5px 10px;
}

.inicio__footer__menu>img {
    margin-top: 15px;
}

@media only screen and (max-width:1250px) {
    .inicio__footer {
        flex-direction: column;
        gap: 20px;
    }

    .inicio__footer__menu {
        width: 100%;
    }
}

@media only screen and (max-width:799px) {
    .header__div {
        border-radius: 0px;
    }
}

.div__nivel {
    margin: 0;
}

.div__span {
    display: flex;
    justify-content: start;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
}

.div__span1 {
    width: 48px;
    height: 4px;
    background-color: #BF0811CC;
    border-radius: 10px;
}

.div__span2 {
    width: 48px;
    height: 4px;
    background-color: #6C6C6E;
    border-radius: 10px;
}

.div__span3 {
    width: 48px;
    height: 4px;
    background-color: #6C6C6E;
    border-radius: 10px;
}

.div__p {
    color: #BF0811CC;
    margin: 0;
    margin-top: 5px;
    font-size: 10px;
}

.estadisticas__span {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 20px;
    padding: 0px 10px;
}

.right {
    text-align: center !important;
}

.dayList span:nth-of-type(2) {
    display: inline-block;
    width: 100%;
}

.div__atras {
    display: flex;
    gap: 20px;
    align-items: center;
}

.div__atras>img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.div__atras>h1 {
    font-size: 20px;
}

.btn__consultar__footer {
    border: none;
    background: #BF0811;
    border-left: solid 1px #BF0811;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 32px;
    margin-bottom: 15px;
    cursor: pointer;
}

.key-serv {
    width: 300px;
    height: 120px;
}

.key-serv>a {
    width: 100%;
    box-shadow: none;
    border: 1px solid #00000033;
    border-radius: 8px;
    padding: 8px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.list-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.servicios__span__titulo {
    display: flex !important;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.servicios__btn__editar {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px !important;
    height: 20px;
    cursor: pointer;
}

#listaReportes {
    display: block;
    gap: none;
}

.servicio-estado {
    color: #34A74DE5;
}

.servicios__sugerencia {
    border: 1px solid #5B8DEF;
    padding: 10px 24px;
    border-radius: 4px;
    width: 630px;
    background: #E7EAF5;
    color: #6C6C6E;
    margin: 20px auto 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servicios__condiciones {
    text-decoration: underline;
    color: #274380;
    cursor: pointer;
}

.btn__solicitar__servicio{
    border: 1px solid #BF0811;
    color: #BF0811;
    width: 263px;
    height: 49px;
    padding: 14px 16px 14px 16px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 9px;
    margin-top: 60px;
    font-size: 16px;
    cursor: pointer;
}

.btn_borrar{
    background: url('../img/icon/borrar.png') !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 16px !important;
}
.btn_clonar{
    background: url('../img/icon/clonar.png') !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 16px !important;
}
.btn_agregar{
    background: url('../img/icon/agregar.png') !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 16px !important;
}

.btn_ayuda{
    background: url('../img/icon/tooltip.png') !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 16px !important;
}

.cantDeudas{
    position: absolute;
    left: 15px;
    font-size: 16px;
    font-family: 'amsiProSemiBold';
}

.btn_eliminar_pendiente{
    border: 1px solid #BF0811;
    color: #BF0811;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'amsiProSemiBold';
    cursor: pointer;
    margin-right: 15px;
    display: flex;
    width: 172px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.btn_subir_archivo{
    background: #BF0811;
    border: 1px solid #BF0811;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'amsiProSemiBold';
    cursor: pointer;
    display: flex;
    width: 128px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

#toggleSection.close {
    display: none;
}

#toggleButton.closeButton{
    transform: rotate(180deg);
}


.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width:24px;
  height:24px;
  margin: 8px;
  border: 4px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
}
  .lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width:24px;
  height:24px;
  margin: 8px;
  border: 4px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader_section{
    position: absolute;
    top: 20px;
    left: 10px;
}

@media (max-width: 1000px) {
    .cabecera__chart {
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }

    .servicios__sugerencia {
        width: 90%;
    }
}

@media (max-width: 1185px) {
    .servicios__sugerencia {
        width: 90%;
    }
}

@media (max-width: 445px) {
    .servicios__sugerencia>img {
        display: none;
    }

    .btn__solicitar__servicio{
        margin: 60px auto 0px auto;
    }

    #cancel{
        width: 320px !important;
    }
}

@media (max-width: 600px) {

    .btn__solicitar__servicio{
        margin: 60px auto 0px auto;
    }
}

@media (max-width: 1143px) {
    .list-grid {
        justify-content: center;
    }
}

@media (max-width: 383px) {
    .report-icon__estadisticas {
        width: 100% !important;
    }

    #listaReportes{
        display: flex;
    }
}
.report-response::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
}

/* Estilo del "thumb" de la barra de desplazamiento horizontal */
.report-response::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);  
    border-radius: 16px;
    cursor: pointer;
}

