:root {
    /* --primary-color:#fff!important; */
    /* --f7-navbar-bg-color: #ffffff;
    --f7-navbar-text-color: #000000; */
    --f7-theme-color: #242930;
}

body  .popover-inner .line-icon .item-content svg{
    fill:transparent!important;
    color:#808080!important;
    stroke: #808080;
}
.navbar {
    background-color: #fff !important;
}

/* Ocultar en móviles */
.panel-left-persistent {
    display: none;
}

.asideNavbar {
    /* border-right: 1px solid #f0f0f0; */
}

.asideNavbar .logoAsideCenter {
    margin: auto;
}

.logoAside img {
    width: 315px;
    margin: auto;
    display: block;
}

.aside-page {
    background: #fff;
    /* border-right: 1px solid #dee2e6; */
}

.aside-page .menu ul {
    background-color: transparent !important;
}

.aside-page .block-title {
    color: #a3a3a3 !important;
}

* {
    letter-spacing: -0.5px;
    color: #242930;
}

.menu svg {
    /* color:#3dbf00!important; */
    fill: #aaacab !important;
    transition: .3s ease fill;
}

.icon-aside {}

.aside-page .item-title {
    color: #a0a1a0;

}

.aside-page .item-inner {
    position: relative;
    top: -3px;
    left: -5px;
}

.aside-page .item-content {
    position: relative;
}

.aside-page .item-content::before {
    content: '';
    width: 18px;
    height: 30px;
    background: linear-gradient(0deg, #e40303, #ff3131);
    position: absolute;
    top: 50%;
    left: -13px;
    border-radius: 1000px;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s ease opacity;
    box-shadow: 1px 0px 15px 0px #e40303;
}

.active-option .item-content::before {
    opacity: 1;
}

.aside-page .item-inner::after,
.aside-page .menu ul::after,
.menu ul::before {
    opacity: 0;
}

.aside-page .item-inner::before {
    opacity: 0;
}

.aside-page .item-content {
    min-height: unset;
    height: 40px;
}

.active-option {
    background: rgb(228 3 3 / 16%);
}

.active-option .item-title,
div.navbar>div>div.title {
    color: white !important;
}

.active-option svg {
    fill: #bf0000 !important;
}

.menu li.stroked-icon:hover svg {
    stroke: #e40303 !important;
}

.menu li:hover .item-title {
    color: #363636 !important;
}

.left i {
    color: #ffffff !important;
}

.navbar:before {
    border-bottom: 1px solid transparent!important;
    background: none !important;
    height: 0px !important;
    opacity: 0;
}

.logo-header-root {
    margin: auto !important;
    display: block !important;
    width: 100%;
}

.iconProfileHeader {
    width: 56px;
    background: #e9e9e9;
    height: 56px !important;
    border-radius: 1000px;
    transform: scale(0.75) translateX(-5px);
}

.iconProfileHeader:hover {
    background-color: #e0e0e0
}

.iconProfileHeader svg {
    transform: scale(1.2);
    color: #25262b;
}

/* Mostrar siempre en pantallas grandes */
@media (max-width: 1024px) {
    .active-option .item-title, div.navbar>div>div.title{
        width: 315px;
        position: absolute;
        left: 0;
        right: 0;
    }
    .medium-50 .col{
        width: 50%!important;
    }
}

@media (max-width: 600px) {
    .flag-top, .flag-bottom{display: none!important;}
    .medium-50 .col{
        width: 100%!important;
    }
}
@media (min-width: 1024px) {
    .panel-left-persistent {
        display: block !important;
        transform: translate3d(0, 0, 0) !important;
        width: 250px;
        /* Ajusta el ancho según necesites */
    }

    /* Ajustar el contenido principal para que no quede cubierto */
    #main-view {
        margin-left: 250px;
        /* Debe coincidir con el ancho del panel */
    }


}


.boxed {
    max-width: 560px !important;
    margin: 0 auto !important;
    margin-top: 14px !important;
    margin-bottom: 50px !important;
}

.button.withIcon {
    padding-right: 12px;
}

.header-control-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxed-view .card-list {
    border-radius: 16px !important;
    margin-top: 14px;
    box-shadow: none;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button svg {
    fill: transparent;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    stroke: white;
}

.boxed-view {
    max-width: 59.25rem;
    margin: 0 auto !important;
    margin-top: 14px !important;
    /* padding: 0px 10px; */
}

.header-control-view>.title {
    font-size: 22px;
    font-weight: 600;
}

.mb0 {
    margin-bottom: 0 !important;
}

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

.block-title-medium {
    letter-spacing: -1px;
    text-overflow: unset;
    white-space: unset;
    line-height: 24px;
    font-size: 22px;
    overflow: visible;
    /* color: #504f4f; */
}

.button {
    height: 40px !important;
    border-radius: 8px !important;
    display: flex !important;
    font-weight: bold !important;
    background: #a12244 !important;
    max-width: 280px !important;
    margin: auto;
    text-transform: unset;
    font-size: 16px;
    letter-spacing: 0px;
}

.md .item-input-focused:not(.item-input-outline) .item-input-wrap:after,
.md .input-focused:not(.input-outline):after {
    background: #000 !important;
}

.md .item-input-focused .item-label,
.md .item-input-focused .item-floating-label {
    color: #000 !important;
}

.item-title.item-label {
    font-size: 16px;
    font-weight: 600;
}

.card-list {
    padding: 20px 10px;
    border: 1px solid #EAEDF4;
    border-radius: 1rem;
    overflow: hidden;
    background: white;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

.md .item-input-error-message,
.md .item-input-info,
.md .input-error-message,
.md .input-info {
    font-size: 14px;
}

.list input[type="text"],
.list input[type="password"],
.list input[type="search"],
.list input[type="email"],
.list input[type="tel"],
.list input[type="url"],
.list input[type="date"],
.list input[type="datetime-local"],
.list input[type="time"],
.list input[type="number"],
.list select {
    font-size: 18px;
}

.aside-content {
    height: 100%;
    border-right: 1px solid #e0e0e0;
}

.backIcon.block-title {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.backIcon.block-title a {
    background: transparent !important;
    width: 40px;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.backIcon.block-title a svg {
    position: relative;
    left: 2px;
    transform: scale(1.2);
}


.table-control {
    background: white;
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eaedf4;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px );
    position: relative;
    margin-bottom: 0px;
    height: auto;
}
@media (max-width: 800px) {
    .table-control{
        max-height: calc(100vh - 180px - env(safe-area-inset-bottom));
    }
}

.table-control-header input {
    font-size: 16px;
    height: 48px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 48px;
}

.table-control-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebedf4;
    z-index: 2;
    position: relative;
}

.table-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
}

.icon-table-search {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-table-search svg {
    fill: #5a5a5a;
}

.table-actions {
    width: 90px;
}

.table-body-row-first {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 56px;
    z-index: 1;
    background: #fbfbfc;
    position: relative;
}

.table-body-content .check-row .list {
    transform: translateY(-32px);
}

.table-body-content .check-row {
    height: 61px;
}

.table-body-content {
    border-top: 1px solid #ebedf4;
    position: relative;
    z-index: 2;
    max-height: calc(100vh - 300px - env(safe-area-inset-bottom));
    overflow-y: scroll;
    padding-bottom: 60px;
}

.cell-1 {
    font-weight: 600;
    margin-right: 14px;
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cell-2 {
    color: #868e96;
}

.table-body-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    width: 100%;
    border-bottom: 1px solid #ebedf4;
    overflow: hidden !important;
}

.check-row .list {
    transform: translateY(-34px);
}

.check-row {
    width: 50px;
    overflow: hidden !important;
    height: 44px;
}

.title-body-table {
    font-size: 16px;
    width: calc(100% - 50px);
    height: 58px;
    display: flex;
    align-items: center;
}
.table-body-content .table-body-row:nth-child(2n){
    background: #fdfdfd;
}
.table-body-content .table-body-row {
    height: 61px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
}

.table-body-content .table-body-row .list ul {
    background-color: transparent !important;
}

.table-body-content .table-body-row:hover {
    background-color: #f6f7f9;
}

.table-body-content .check-row .list,
.table-body-content .list label.item-checkbox {
    height: 61px;
}

.button-white {
    color: #242930;
    background: white !important;
    border: 1px solid #e0e0e0;
}

.center-xy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 200px);
}
.ml10{
    margin-left: 10px;
}

.ml5{
    margin-left: 5px;
}

.ml8{
    margin-left: 8px;
}
.mb0{
    margin-bottom: 0 !important;
}
.mt0{
    margin-top: 0 !important;
}
.block-title-medium > div{margin-left: 8px;}
.head-form{
    margin-bottom: 10px;
}
.center-xy>div {}
.logo-center{
    width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.button-white{
    color: #242930!important;
}
.file-upload{
    margin-bottom: 20px;
}
.file-upload > .previewImage svg{
    width: 36px;
    height: 36px;
    opacity: 0.65;
}
.file-upload > .previewImage img{
    width:100%;
}
.file-upload > .previewImage{
    width: 80px;
    height: 80px;
    border-radius: 1000px;
    background: #e9e9e9;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.file-upload [type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.width-preview img{
    width: unset!important;
    height: 100%;
    position: absolute;
}
.f12{
    font-size: 12px;
}
.width-preview{}
.height-preview img{}
.height-preview{}

.table-footer{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 40px;
    align-items: center;
    background: #fbfbfc;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    z-index: 2;
    border-top: 1px solid #ebedf4;
}
.table-footer .leftSection{
    font-size: 16px;
}
.table-footer .leftSection strong{}
.table-footer .leftSection span{
    color: #868e96;
}
.table-footer .rightSection{
    display: flex;
    align-items: center;
}
.table-footer .quantity{
    height: 36px;
    background: white;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ebedf4;
    width: 80px;
}
.table-footer .arrowsPages{
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    overflow: hidden;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #ebedf4;
}
.quantity .list{
    top: -37px;
}
.quantity .list ul{}
.quantity .list ul .item-content{
    padding-left:0px;
}
.quantity .list ul .item-after{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 16px;
}
.quantity .list ul svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 20px;
    fill: #5a5a5a;
    opacity: 0.6;
}

.arrowsPages{}
.arrowsPages .button{
    width: 100%;
    background: white!important;
    border-radius: 0px!important;
}
.arrowsPages .button svg{
    fill: #5a5a5a!important;
    opacity: 0.6;
    margin-right: 0px;
}
.icon-notification{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px !important;
    width: 44px !important;
    background: #00a800;
    border-radius: 50%;
    border: 2px solid green;
    top: -20px;
    position: relative;
}
.icon-notification.icon-error{
    border: 2px solid #800000;
    background: #a80000;
}
.icon-notification.icon-error svg{
    stroke: white;
    transform: scale(1.2);
}
.notification-title{font-size: 18px;font-weight:600;}
.icon-notification svg{
    fill: white!important;
}
.notification{
    padding-left: 75px;
}
.notification-icon{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    /* height: 44px!important; */
    /* width: 44px!important; */
    /* background: #00a800; */
    /* border-radius: 50%; */
    /* border: 2px solid green; */
}
.rti--container{
    border: none;
    outline: none;
    border-color: transparent!important;
    box-shadow: none!important;
    font-size: 18px!important;
    padding-left: 0px!important;
    font-weight: 500!important;
}

.rti--tag button{overflow: hidden;}
.rti--tag{
    padding: 0px!important;
    display: flex;
    align-items: stretch;
}
.rti--tag > span{
    padding: 3px 5px !important;
}
.createTag{
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: calc(0.25rem * 1);
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 16px;
    border: 1px solid #e9ecef;
    position: absolute;
    bottom: -52px;
}
.createTag svg{
    width: 18px;
    margin-right: 5px;
    opacity: 0.65;
}

.empty-view{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
.empty-view img{max-width: 340px;margin: auto;width: 100%;margin-top: 5px;}
.empty-view .button{
    margin-top: 30px;
}

.pl15{
    padding-left: 15px!important;
}
.options-control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    /* justify-content: center; */
}
.options-control .card-list{
    margin: 0;
    cursor: pointer;
    padding: 0px;
}

.options-control .content-option{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.options-control svg{
    stroke: #35a600;
    width: 42px;
    margin-bottom: 8px;
    height: 42px;
}
.options-control .title{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 14px;
    color: #3f3f3f;
}
.options-control .desc{
    font-size: 12px;
    color: #868e96;
}
.titleCenter{
    display: block!important;
    margin-bottom: 20px!important;
    text-align: center;
}
.w310{
    width: 310px;
}

.with-icon{}
.with-icon svg{transform: scale(1.3);stroke: black;}
.with-icon .item-input{padding-left: 60px;}
.with-icon .item-media{
    position: absolute;
    left: 15px;
    top: 15px;
    opacity: 0.6;
    z-index: 0;
}

.active-option.stroked-icon svg{stroke: #e40303 !important;}
.stroked-icon svg{
    fill: transparent!important;
    stroke: #aaacab;
}
.navbar-inner{
    background: linear-gradient(0deg, #66092a, #9c1740);
}



.card-col{
    background: white;
    padding: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}
.card-col .with-icon-card{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.card-col .icon-card{
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f70e4d, #720521);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 1px solid #760724;
}
.card-col .icon-card img{
    width: 30px;
    filter: drop-shadow(0px 10px 4px rgb(0 0 0 / 30%)) brightness(1.1);
}
.card-col .title{font-weight: bold;}
.card-col .number-detail{
    font-size: 33px;
    line-height: 34px;
    font-weight: bold;
}
.card-col .leyend{
    opacity: .7;
    font-style: italic;
}
.actionButtons{
    display: flex;
    gap: 5px;
}
.only-icon{
    text-align: center;
    display: flex!important;
    align-items: center;
    padding: 0px!important;
    justify-content: center;
    width: 40px;
    height: 40px!important;
}
.only-icon svg{
    margin: auto;
    fill: transparent;
    stroke: white;
}

.table-rows{
    background: white;
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eaedf4;
}
.table-rows .head-table{
    display: flex;
    background: #fbfbfc;
}
.table-rows .head-table div{
    width: 150px;
    padding: 10px 16px;
    font-weight: bold;
}
.table-rows .body-table{}
.table-rows .body-table .row-body-table {
    display: flex;
    border-top: 1px solid #ebedf4;
}
.table-rows .body-table .row-body-table>div{
    width: 150px;
    padding: 10px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.cell-type{
    display: flex;
    align-items: center!important;
    font-weight: bold;
    justify-content: flex-start!important;
    text-transform: uppercase;
    width: 190px!important;
}
.cell-type .media-cell{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ebedf4;
    margin-right: 10px;
}
.cell-type .media-cell img{
    width: 28px;
}

.cell-contact{
    display: flex;
    flex-direction: column;
}
.cell-name{
    font-weight: bold;
    text-transform: uppercase;
}
.cell-nickname{
    opacity: 0.7;
    font-style: italic;
    line-height: 16px;
}
.cell-phone{
    color: #009fff;
}

.cell-date{}
.cell-time{
    font-weight: bold;
    text-transform: capitalize;
}
.cell-date{
    display: flex;
    flex-direction: column;
}
.cell-duration{
    display: flex;
    align-items: center!important;
    justify-content: flex-start!important;
}

.form{
    display: flex;
    flex-direction: column;
}
.form > img{
    width: 258px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    left: -15px;
}

.fill-icon{
}

.fill-icon svg{
    fill:white!important;
    stroke: transparent!important;
}
.empresas{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.empresas .empresa{
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    height: 72px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.empresas .empresa img{
    width: 140px;
    margin: auto;
}

.button-link-invoice{
    width: 110px !important;
    height: 30px !important;
    margin-top: 10px !important;
}
.txt-justify{
    text-align: justify!important;
}

.wsn .item-label{
    white-space: normal;
}

#splash {
    background: linear-gradient(0deg, #6c001d, #8a1232);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: transform 1s ease;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 30%), 0px 0px 20px rgb(0 0 0 / 10%);
  }
  .centerContent {
    width: 250px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .logoSplash {
    width: 260px;
    height: 60px;
    background: url(../images/logo-white.png) center no-repeat;
    background-size: 100%;
  }
  .bar {
    position: absolute;
    top: 70px;
    width: 220px;
    border-radius: 100px;
    background: rgb(255 255 255 / 50%);
    height: 2px;
    margin: auto;
    display: block;
  }
  .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: white;
    transition: width 2.5s ease;
  }
  

._stepper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
._step{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
._step:after{
    content:'';
}
._step._success:before{
    background: #008001;
}
._step._pending:before{}
._step:before{
    content:'';
    width: calc(100% - 34px);
    height: 2px;
    display: block;
    background: #747474;
    position: absolute;
    top: 42px;
    left: 105px;
    border-radius: 1000px;
}
._step:last-child:before{
    display: none;
}
._media{width: 26px;background: #747474;border-radius: 100px;height: 26px;display: flex;align-items: center;justify-content: center;margin-bottom: 6px;margin-top: 30px;}
._media img{
}
._title{
    letter-spacing: 0.5px;
    font-size: 12px;
}
._acentText{
    font-weight: bold;
}
._status{
    font-size: 12px;
    opacity: .7;
}
._success ._status{
    color: green;
}
._pending ._status{
    color: #a90000;
}
._success ._media{background: green;}
._pending ._media{
}
._success{}
._pending{}
._step img{display: none;filter: contrast(3);}
._success img:first-child{display: block;}
._pending img:last-child{display: block;}

.flag-top{
    position: fixed;
    width: 300px;
    top: 63px;
    left: 0;
}
.flag-bottom{
    position: fixed;
    width: 300px;
    transform: scale(-1, -1);
    bottom: 0;
    right: 0;
}
.form-public{}

.public-header .navbar-inner{height: 90px!important;}
.public-header .navbar-inner{height: 90px!important;}
.public-header .navbar-inner .logoAside img{
    width: 100%!important;
}
.public-header .navbar-inner .logoAside{
    width: calc(100% - 20px)!important;
    max-width: 400px!important;
    padding: 0px 10px!important;
}

.allUnsetTitle .item-title{all: unset !important;}
.logo-home{
    width: calc(100% - 20px);
    max-width: 400px;
    margin: auto;
}

.flex-vertical{
    text-align: center;
    display: flex;
    flex-direction: column;

}

.franja{
    width: calc(100% - 20px);
    height: 100px;
    background: linear-gradient(308deg, #a41878, #990442);
    z-index: 10;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 35px;
    font-weight: bold;
    padding: 0px 10px;
    margin: 80px 0px;
}
.flag-relative{
    position: absolute;
}

.bt1{
    border-top:1px solid #ccc;
}

.mecanismos{}
.mecanismos li{
    font-weight: bold;
    margin-bottom: 40px;
}
.mecanismos li a, .btnCustom{
    font-size: 19px;
    font-weight: normal;
    background: red;
    padding: 10px;
    display: block;
    width: 160px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(0deg, #66092a, #9c1740);
    color: white;
    margin-top: 10px;
}
