@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Nunito+Sans:wght@400;600;700;800&family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
    --primary-color: #3d6bf5;

    --md-bg-dark: #0C143D;
    --md-input-dark: #222E69;
    --md-content-dark: #111D58;
    --md-border-dark: #273369;
    --md-button-second: #585F82;

    --danger: #e7000b;
    --success: #5ea500;
    --warning: #f54900;
    --primary: #3d6bf5;
    --info: #1dadff; 
}
::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #e4e6ea;
    border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #b1b8c2;
}
.theme-color-selector{
    display: none;
}
html, body {
    background: #f3f4fb;
    font-family: var(--font-family, "Inter", sans-serif) !important;
    color: #A0ABB8 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family, 'Inter', sans-serif);
}

ul.nav-main li .nav-children li a {
    padding: 5px 5px 5px 30px;
    margin-bottom: 2px;
}

ul.nav-main li.nav-active:not(.nav-parent) > a, ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
    box-shadow: none;
    border-radius: 6px !important;
    background: linear-gradient(118deg, var(--primary-color), var(--primary-color));
}
ul.nav-main li li a:hover {
    padding-left: 35px !important;
}
ul.nav-main li a:hover::before {
    left: 23px !important;
}
ul.nav-main li .nav-children li a:after {
    padding: 6px 10px;
    background: rgb(255 255 255 / 50%);
}
.tab-navigation nav > ul > li.active ul li a:hover,
.header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover,
.header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus,
.header.header-nav-menu .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus,
.toggle > label:hover {
    background: #f1f3f4;
}
ul.nav-main li.nav-expanded > a,
ul.nav-main li.nav-parent > ul.nav-children {
    background-color: #f7faff;
}
ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a,
ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a:hover,
ul.nav-main li.nav-active:not(.nav-parent) > a.dashboard-link:hover {
    color: #fff !important;
}
ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a::before {
    border-color: #e1f1ff;
    background: #e1f1ff;
}

ul.nav-main li .nav-children li a:hover,
ul.nav-main li .nav-children li a:focus,
.card-footer-btn-group a,
.note-editor .note-toolbar {
    background-color: #fff;
}
.btn{
    border-radius: 4px !important;
}
.btn-default,
.el-button,
.second-buton {
    color: #333;
    background-color: #fff;
    border-color: #c6c8cf;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 10px 18px !important;
    padding: 0.47rem 0.75rem;
    cursor: pointer;
    border-radius: 4px;
}
.btn-default:hover, .btn-default:active, .btn-default:focus,
.el-button:hover, .el-button:active, .el-button:focus,
.second-buton:hover, .second-buton:active, .second-buton:focus {
    color: var(--primary-color);
    border-color: #c2cdff;
    background-color: #e3e7fc;
}
ul.nav-main li .nav-children li a:after {
    padding: 6px 15px;
}
.card-body {
    background: #f7f8fa;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 12px;
}
span.badge.bg-secondary.text-white.bg-info {
    background: rgb(0 116 255 / 20%) !important;
    color: var(--primary-color) !important;
}
.bg-info,
html .card-primary .card-header, 
.card-header.bg-info{
    background: var(--primary-color) !important;
}
.support-header {
    background: var(--primary-color);
}
.btn-custom {
    background-color: var(--primary-color);
    color: #fff;
}
.btn-custom:hover, .btn-custom.hover,
.btn-custom:focus, .btn-custom.focus,
.btn-custom:active, .btn-custom.active,
:not(.btn-check)+.btn-custom:active {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
}
.page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: unset !important;
}
.notifications .notification-menu .notification-title {
    background: var(--primary-color);
}
.notifications .notification-menu:before, .notifications .notification-icon:before {
    border-bottom-color: var(--primary-color);
}
.el-radio__input {
    display: none !important;
}
label {
    margin-bottom: 0;
}
label.control-label {
    margin-top: 8px;
    font-size: 12px;
    color: #0e3069;
}
.el-collapse-item__wrap label, .el-collapse-item__header {
    color: #091e72;
}

.text-info {
    color: var(--primary-color) !important;
}
.btn-primary {
    background-color: #2346e8 !important;
    border-color: #2346e8 !important;
    color: #ffffff !important;
}
.btn-primary:hover {
    background-color: #2346e8 !important;
    border-color: #2346e8 !important;
    color: #ffffff !important;
    opacity: 0.8;
}
.sidebar-left .sidebar-header{
    margin-bottom: 0;
    height: 59px !important;
}
nav#menu {
    padding-top: 10px;
}
table,
.table,
.el-dialog__body,
.invoice address,
html.fixed.sidebar-white .sidebar-left a,
ul.nav-main li.nav-parent > a:after,
.list-result .full-description {
    color: #66789C;
}

.el-input__inner,
.el-textarea__inner {
    border: 1px solid #EAEEF7;
    color: #031a6e;
    background-color: #f2f4fa61;
}
html.fixed.sidebar-white:not(.dark) .sidebar-left,
html.fixed.sidebar-white:not(.dark) .sidebar-header, 
html.fixed.sidebar-white:not(.dark) .sidebar-left .nano {
  background-color: #ffffff !important;
}
html.fixed.sidebar-white:not(.dark) .sidebar-left a {
    color: #66789C !important;
}
html.fixed.sidebar-white .sidebar-left a {
    color: #d0d2d6;
}
html.fixed.sidebar-white .sidebar-left a:hover {
    color: #fff;
}
html.dark ul.nav-main li.nav-parent > a:after {
    color: #d0d2d6;
}
.el-input__inner:hover {
    border-color: #b3bad3;
}
.el-input__inner:focus {
    background: #fff;
    border-color:  rgb(36 70 232 / 30%);
    box-shadow: 0 0 0px 4px rgb(36 70 232 / 15%) !important;
}

.el-checkbox {
    color: #60769a;
}
html.fixed.sidebar-white:not(.dark) .sidebar-left a:hover {
    color: var(--primary-color) !important;
}
.el-dialog {
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eaeef7;
}
.el-dialog__wrapper {
    background: rgb(243 244 251 / 65%) !important;
    backdrop-filter: blur(10px);
}
.v-modal{
    background: #fff;
}
ul.nav-main li.nav-description {
    padding: .5rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 10px;
    color: #60769a;
    font-weight: bold;
}
.border-left {
    border-left: none !important;
}
.card.card-dashboard {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 14px;
}
.dashboard .card.card-dashboard{
    color: #0e3069;
}
.dashboard .card.card-dashboard small {
    color: #66789c;
}
.card-body,
.card.card-dashboard.border{
    border: none !important;
}
.card .table th, .table td {
    border-top: unset;
}
html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
    padding-left: 10px;
}
.header .logo-container .topbar-links {
    height: 50px;
    background: #ffffff;
    border-radius: 4px;
    color: #60769a;
    transform: translateY(4px);
}
.header .logo-container .topbar-links:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.sidebar-toggle-container .sidebar-toggle {
    height: 32px !important;
    border-right: unset;
    border: 1px solid #eaeef7 !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    margin-left: 5px;
    background-color: transparent !important;
    color: #60769a !important;
}
.sidebar-toggle-container .sidebar-toggle:hover {
    background-color: #f0f3f4 !important;
}
.el-tabs__item {
    color: #657b9d;
}
html.sidebar-white .el-button--primary,
.el-button--primary {
    color: #FFFFFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
html.sidebar-white .el-button--primary:hover,
.el-button--primary:hover, .el-button--primary:focus {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
}
.btn-danger,
html.sidebar-white .el-button--danger {
    background-color: #ff006c;
    border-color: #ff006c;
    box-shadow: unset;
}
.notifications > li .notification-icon .badge,
.badge-danger {
    background: rgb(254 0 108 / 20%);
    color: #fe006c;
    font-weight: bold;
}
.disable_color,
.disable_color td{
    color: var(--danger) !important;
}
.btn-info {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: unset;
}
.badge-info {
    background: rgb(36 70 232 / 15%) !important;
    color: var(--primary-color) !important;
    font-weight: bold !important;
}
ul.nav-main li .nav-children li a:before {
    left: 18px; 
    width: 7px;
    height: 7px;
    border: 1px solid #b3becf;
}
.badge {
    padding: 0.7em;
}
.btn-warning {
    background-color: #ff9200;
    border-color: #ff9200;
    box-shadow: unset;
}
a.text-info:hover, a.text-info:focus {
    color: var(--dark-color) !important;
}
html.fixed.sidebar-white .sidebar-left, html.fixed.sidebar-white .sidebar-header, html.fixed.sidebar-white .sidebar-left .nano {
    transition: all .15s ease;
}
/* estilos login */
.btn-signin {
    background-color: var(--primary-color);
    height: 45px;
    padding: 0px;
    text-transform: capitalize;
}
.auth__image {
    background-size: contain;
}
.auth a,
.el-checkbox__input.is-checked+.el-checkbox__label,
.el-tabs__item:hover,
.el-tabs__item.is-active,
.el-switch__label.is-active,
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover,
.el-select-dropdown__item.selected {
    color: var(--primary-color);
}
.auth a, .auth h1, .auth h2, .auth h3, .auth h4, .auth h5, .auth h6, .auth label, .auth p, .auth span {
    color: #60769a;
    font-family: 'Inter';
}
.auth .form-group label{
    background-color: transparent;
    border: none;
    padding-left: 0px;
    font-size: 13px;
}
.auth .form-group .form-control{
    margin-top: 14px;
    border: 1px solid oklch(92.9% .013 255.508);
    color: var(--black-dark);
    background-color: #fff;
    min-height: 45px;
    height: 45px;
}
.auth .form-group .form-control:focus{
    border-color: var(--primary-color);
}
.auth__form, .auth__image {
    background-color: #f3f4fb;
}
.auth .btn-eye{
    top: 5px;
}
.auth .btn-eye:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.auth .forgot-password-modern{
    display: block !important;
    color: var(--primary-color);
}
.auth .password-down{
    display: none !important;
}
.auth .auth__forgot-password .checkbox-custom{
    display: block !important;
}
section.auth__form-right .auth__form .auth__social a{
    background-color: transparent !important;
}
@media (max-width: 800px) {
    .auth__image {
        display: none !important;
    }
    section.auth__form-right .auth__form {
        width: 100%;
    }
}
/* fin */
.form-control {
    color: #0e3069;
    border: 1px solid #eaeef8;
}

/*.style-switcher .style-switcher-open {*/
/*    display: none;*/
/*}*/
.notifications > li .notification-icon .badge {
    height: 15px;
    border-radius: 4px;
}
html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
    color: var(--primary-color);
    border-radius: 8px !important;
}
.userbox .name,
.userbox .role,
.notifications > li .notification-icon i {
    color: #60769a !important;
}
.border.rounded-circle.text-center {
    border-radius: 5px !important;
    border: 1px solid #e0e6f8 !important;
    background: #ffffff;
    color: #60769a;
}
.sidebar-left .sidebar-header .logo img {
    height: 40px;
}
.invoice table.table > thead:first-child > tr > th {
    background-color: #f0f3f4;
    border-bottom: 0px solid #dadada;
    border-top: 0px solid #dadada;
}
.header .separator {
    margin: 0 8px 0;
    opacity: 0;
}
.text-danger{
    color: var(--danger) !important;
}
.table th, .table td {
    padding: 0.5rem;
}
.btn.btn-xs {
    margin-bottom: 4px;
}
.data-table-visible-columns {
    right: 15px;
    top: 15px;
}
span.badge.bg-danger.text-white {
    background: rgb(252 78 75 / 20%) !important;
    color: #fc4f4b !important;
}
span.badge.bg-secondary.text-white.bg-success,
span.badge.text-white.bg-success {
    background: rgb(35 218 149 / 20%) !important;
    color: #23da95 !important;
}
.page-header h2 {
    border-bottom: none;
}
.page-header {
    box-shadow: none !important;
}


.logo-container .fa-bullseye:before {
    content: "\f0c9";
}
.sidebar-toggle:hover {
    background-color: #f0f3f4;
}

.notifications a.notification-icon.text-secondary {
    color: #60769a !important;
}

.el-collapse a {
    background: #f7fafe;
    padding: 4px 8px;
    border-radius: 4px;
}

.table thead th{
    border-bottom: 2px solid #f1f2f4;
    line-height: initial;
    font-size: 11px;
    background: #f0f3f4;
}
.card-header, 
.header{
    border-bottom: 1px solid #E0E6F7;
    background: #f3f4fb;
}
.card-footer {
    border-top: none;
    background: none;
}
html.sidebar-light:not(.dark) .page-header .breadcrumbs a, 
html.sidebar-light:not(.dark) .page-header .breadcrumbs span {
    color: #60769a;
}
.page-header .breadcrumbs li {
    color: #f1f2f4;
}
.text-muted {
    color: #808a9c !important;
}
.card.card-reports .card-title {
    font-weight: bold;
    color: #001f83;
    background: #e8f1ff;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 20px;
}


.row.no-gutters .col div {
    width: 100%;
}

.row.no-gutters .col {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.card-body.pointer.rounded-0,
.testimonial-group div .col-sm-3.pointer {
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 8px !important;
}
.row.no-gutters .col .card div,
.testimonial-group div .col-sm-3.pointer {
    text-shadow: 0 0 2px rgb(0 0 0 / 20%);
}
.row.no-gutters .col .card div:hover{
    transform:scale(1.15);
    z-index:1;
}
.row.no-gutters .col:nth-child(2n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(2n) {
    background: #808a9c !important;
}
.row.no-gutters .col:nth-child(3n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(3n) {
    background: var(--primary-color) !important;
}
.row.no-gutters .col:nth-child(5n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(5n) {
    background: #ffc300 !important;
}
.row.no-gutters .col:nth-child(7n) .card div, 
.testimonial-group div .col-sm-3.pointer:nth-child(7n) {
    background: #23da95 !important;
}
.row.no-gutters .col:nth-child(11n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(11n) {
    background: #ff006c !important;
}
.row.no-gutters .col:nth-child(13n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(13n){
    background: #5853f1 !important;
}
.row.no-gutters .col:nth-child(17n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(17n) {
    background: #0c4873 !important;
}
.row.no-gutters .col:nth-child(19n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(19n) {
    background: #00112e !important;
}
.row.no-gutters .col:nth-child(23n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(23n) {
    background: #ff9200 !important;
}
.row.no-gutters .col:nth-child(29n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(29n) {
    background: #194523 !important;
}
.row.no-gutters .col:nth-child(1) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(1) {
    background: #031a6e !important;
}

.card-body.pointer.px-2.pt-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-body.pointer.px-2.pt-2 .img-custom {
    height: 150px !important;
    object-fit: cover;
    filter: brightness(0.98);
    border-radius: 4px;
}
.card h5.font-weight-semibold.text-right.text-white {
    margin: 0;
}
.card-footer.flex-wrap .el-row {
    display: flex;
    justify-content: space-between;
}
a.ws-flotante {
    border-radius: 0 !important;
    transform: scale(0.85);
    background-color: #2346e8 !important;
}
.d-lg-block{
    display: flex !important;
    align-items: start !important;
    justify-content: center !important;
    gap: 3px;
}
.dropdown-menu-desktop {
    & ul li {
        & a {
            &:hover {
                background-color: var(--primary-color);
                color: #ffff;
            }
        }
    }
}
.card-footer.configuration-options {
    background: #f3f4fb;
}
.btn-add-new-product{
    width: 18px;
    height: 18px;
    padding: 2px;
    background-color: var(--primary-color);
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    cursor: pointer;
}
.btn-edit-person {
    right: 40px;
}
html.sidebar-light:not(.dark) .style-switcher {
    background: #ffffff !important;
}
.card-body, .card-header+.card-body, .card-header {
    border-radius: 8px !important;
    background: #fff;
    margin-bottom: 20px;
}
.dashboard .card-body, .dashboard .card-header+.card-body, .dashboard .card-header {
    margin: 0 0 5px 0;
}

div.card-header {
    border-radius: 8px !important;
}
ul.nav-main li.nav-active:not(.nav-parent) > a.dashboard-link,
html.sidebar-light:not(.dark) .style-switcher h5.title-visual{
    color: #fff;
}

div.el-tab-pane {
    padding: 4px;
}
.el-tooltip__popper.is-dark {
    background: var(--primary-color);
    color: #fff;
    max-width: 250px;
    transition-duration: 0s;
}
.popper__arrow{
    display: none !important;
}

.table-responsive.payment {
    border: 1px solid #eaeef7;
    padding: 5px 0;
    background: #fafbfd;
    border-radius: 6px;
}

.table-responsive.payment .el-input__inner {
    background: #fff;
}
.toggle-button{
    background-color: #2346e866;
}
.toggle-button:hover {
    background-color: #2346e8;
}
.toggle-button.shift {
    z-index: 1023;
    background-color: #2346e8;
}
.text-danger.option-delete:hover {
    background-color: color-mix(in hsl, var(--danger) 10%, #ffffff00) !important;
    color: var(--danger) !important;
}
tbody tr:hover:not(:last-child) {
    background: #fafbfd;
}
html.fixed.sidebar-white:not(.dark) .sidebar-left, html.fixed.sidebar-white:not(.dark) .sidebar-header, html.fixed.sidebar-white:not(.dark) .sidebar-left .nano {
    border: none !important;
    box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
}
.dialog-close-btn button{
    border: none !important;
    padding: 5px !important;
}
.welcome-component {
    margin-right: -10px;
    margin-left: -10px;
}
.welcome-component,
.last-actions-card{
    margin-bottom: 0 !important;
}
.actions-card .card-body{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 10px;
}
.actions-cards-row .col a{
    color: #66789c !important;
    box-shadow: none !important;
    border-color: #E0E6F7 !important;
    border-radius: 8px !important;
}
.actions-cards-container .border-top,
.actions-card .card-header{
    border: none !important;
    color: #333;
}
.welcome-component .welcome-card-body .welcome-card .row{
    padding: 0 10px 0 10px;
}
.theme-color-selector-black, .sidebar-margin-selector-container,
.sidebar-theme-selector-container{
    display: none;
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #dde3fc;
    color: var(--primary-color);
}
.tab-content-default{
    border-radius: 8px;
}
.invoice .table-responsive, .invoice table.table thead tr, .invoice table.table tbody tr, 
.invoice table.table thead tr th, .invoice table.table tbody tr td {
    border: none;
}
.btn-sun-ren-container div div.el-input-group div.el-input-group__append button.btn-sunat-reniec, button.btn-sunat-reniec {
    top: 10px !important;
    height: 31px !important;
    display: flex !important;
    align-items: center;
}
.payment-container{
    border-radius: 8px;
}
.card-header-invoice,
.card-body-invoice,
.card-header-invoice+.card-body-invoice {
    border: none !important;
    padding: 10px;
}
.btn-edit-price-container{
    position: absolute;
    top: 9px;
    right: 8px;
}
.btn-edit-price-container button{
    height: 27px;
    width: 27px;
    padding: 0px !important;

}
.btn-edit-price-container :first-child{
    border-radius: 0px !important;
}
.btn-edit-price-container :last-child{
    border-radius: 0 4px 4px 0 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, 
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
.el-switch.is-checked .el-switch__core {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.row-new {
    padding: 0px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}
a, a:hover, a:focus{
    color: #60769a;
}
.el-switch__label * {
    font-size: .75rem;
}
.el-slider__bar{
    background-color: var(--primary-color);
}
.el-slider__button{
    border-color: var(--primary-color);
}
.card-extras .card-header.bg-primary,
.card-header.bg-primary{
    background-color: var(--primary-color) !important;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.card-actions a:hover, .card-actions .card-action:hover{
    color: var(--primary-color) !important;
}
.img-fluid-dark {
    background-color: #283046;
}

.card-dashboard-section{
    padding: 0 !important;
}
.el-date-table td.current:not(.disabled) span{
    background-color: var(--primary-color);
    color: #fff;
}
.el-date-table td.available:hover,
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell,
.el-month-table td .cell:hover,
.el-month-table td.current:not(.disabled) .cell,
.el-date-table td.today span {
    color: var(--primary-color);
}
.el-radio__input.is-checked + .el-radio__label, .style-switcher-open.close-config{
    color: #fff;
}
.pos .card-footer{
    border: none !important;
}
.currency-symbol-span {
    left: 6px;
}
.btn-trash-product-pos{
    border: none !important;
}
.border-bottom-dashed{
    border-color: #f1f3f4;
    border-bottom-width: 1px;
}
.border-top-dashed{
    border-color: #f1f3f4;
    border-top-width: 2px;
}
.table-list-prices{
    border: 1px solid #f1f3f4;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.table-list-prices tbody tr {
    border-bottom: 2px solid #f1f3f4;
}
.table-list-prices .btn-dropdown-toggle {
    height: 32px;
    width: 32px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    color: #60769a;
}
.table-list-prices .btn-dropdown-toggle:hover,
.table-list-prices .btn-dropdown-toggle:focus,
.table-list-prices .btn-dropdown-toggle:active{
    background-color: #f1f3f4;
}
.add-row-table{
    border-color: color-mix(in srgb, #f1f3f4 75%, #000000);
    border-radius: 12px;
    margin: 1rem .45rem;
    color: color-mix(in srgb, #f1f3f4 75%, #000000);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.add-row-table:hover{
    border-color: var(--primary-color);
    background-color: color-mix(in srgb, var(--primary-color) 10%, #ffffff00);
    color: var(--primary-color);
}
.input-select-establishment{
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    box-sizing: border-box;
}
html.sidebar-light .establishment-selector-container{
    border-top: 1px solid #E0E6F7;
    border-bottom: 1px solid #E0E6F7;
}
html.sidebar-light .establishment-selector-container{
    padding: 0 15px .6rem 15px !important;
}
.contain-icon-establishment{
    margin: 0 15px 8px 15px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #66789c;
    cursor: pointer;
    border-radius: 8px;
}
.contain-icon-establishment:hover,
.contain-icon-establishment.active{
    background-color: #2346e8 !important;
    color: #ffffff !important;
}
.establishment-dropdown{
    border-color: #E0E6F7 !important;
    left: 65px !important;
}
.establishment-dropdown-header{
    background-color: #f3f4fb !important;
    color: #66789c !important;
    border-color: #E0E6F7 !important;
}
.el-tag{
    background-color: color-mix(in srgb, #2346e8 10%, #ffffff00);
    border-radius: 4px;
    border-color: #2346e8;
    font-size: 12px;
    color: #2346e8;
}
.el-tag .el-icon-close{
    color: #2346e8;
}
.el-tag .el-tag__close:hover{
    background-color: #2346e8;
    color: #ffffff;
}
/* style editor de etiquetas */
.container-tag-editor .btn-icon-tags{
    background-color: transparent;
    border: none;
    color: #60769a;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.container-tag-editor .btn-icon-tags:hover{
    background-color: #f7faff;
    color: #323941;
}
.container-tag-editor .template-card{
    border-radius: 6px;
}
.container-tag-editor .template-card.select{
    border-color: #2346e8;
    background-color: transparent;
}
.container-tag-editor .btn-align.active, .container-tag-editor .btn-toggle.active {
    background: #2346e8;
    border-color: #2346e8;
    color: #fff;
}
.container-tag-editor .btn-align:hover, .container-tag-editor .btn-toggle:hover {
    background: #fff;
    border-color: #2346e8;
}
.welcome-card-row{
    padding-left: .25rem;
    padding-right: .25rem;
}
.kpi-row{
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}
/* end */
@media only screen and (min-width: 767px) {
    html.no-overflowscrolling .nano {
        height: calc(100% - 66px) !important;
    }
    html.no-overflowscrolling .sidebar-left.show-branch-selector .nano,
    html.no-overflowscrolling .sidebar-left:has(.nano.hovered).show-branch-selector .nano {
        height: calc(100% - 150px) !important;
    }
    html.no-overflowscrolling.sidebar-left-collapsed .sidebar-left.show-branch-selector .nano,
    html.no-overflowscrolling.sidebar-left-collapsed .sidebar-left.show-both-selectors .nano,
    html.no-overflowscrolling .sidebar-left:has(.nano.hovered).show-both-selectors .nano {
        height: calc(100% - 116px) !important;
    }
    html.no-overflowscrolling .sidebar-left.show-both-selectors .nano {
        height: calc(100% - 204px) !important;
    }
    html.sidebar-left-collapsed .sidebar-left .nano:hover {
        width: 300px;
    }
}
.tag-preview .preview-canvas-wrap{
    border: 1px dashed #EAEEF7;
    border-radius: 8px;
    margin-top: 10px !important;
}
.circle-container{
    background-color: color-mix(in srgb, #808a9c 10%, #ffffff00);
}
.circle-child{
    background-color: color-mix(in srgb, #808a9c 20%, #ffffff00);
}
.image-container-fluid{
    border-radius: 4px;
    border-color: #EAEEF7;
}
.img-thumbnail{
    border-radius: 4px;
}
.image-container-fluid:hover{
    border-color: color-mix(in srgb, #EAEEF7 90%, #000000);
}
.item-actions-tooltip {
    right: 6px !important;
}
.item-actions-tooltip button{
    height: 31px !important;
    width: 47px !important;
}
.item-actions-tooltip button:first-child{
    border-radius: 0 !important;
}
.item-actions-tooltip button:last-child{
    border-radius: 0 6px 6px 0 !important;
}
.btn-outline-success{
    border-color: var(--success) !important;
    color: var(--success) !important;
    background-color: transparent !important;
}
.btn-outline-success:hover{
    border-color: var(--success) !important;
    background-color: var(--success) !important;
    color: #fff !important;
}
.btn-outline-info{
    border-color: var(--info) !important;
    color: var(--info) !important;
    background-color: transparent !important;
}
.btn-outline-info:hover{
    border-color: var(--info) !important;
    background-color: var(--info) !important;
    color: #fff !important;
}
.template-skin-item {
    border-radius: 8px;
}
.coverage-config-message {
    border-radius: 6px !important;
}
.advanced-settings .el-tabs__nav {
    border-radius: 8px !important;
}
.advanced-settings.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: var(--primary-color) !important;
    background-color: color-mix(in srgb, var(--primary-color) 15%, #ffffff00);
    border-radius: 6px;
}
.advanced-settings.el-tabs--border-card>.el-tabs__header .el-tabs__item:hover {
    background-color: color-mix(in srgb, var(--primary-color) 5%, #ffffff00);
    border-radius: 6px;
    color: var(--primary-color);
}
.advanced-settings .dot {
    background: var(--primary-color);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-color) 20%, #ffffff00);
}
.tag-icon {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 20px -6px color-mix(in srgb, var(--primary-color) 20%, #ffffff00);
}
.advanced-settings .options-count {
    background-color: color-mix(in srgb, var(--primary-color) 15%, #ffffff00);
    color: color-mix(in srgb, #0e3069 70%, #ffffff) !important;
    border-radius: 8px;
}
.advanced-settings .card-body .header-card {
    border-bottom: 1px solid color-mix(in srgb, #808a9c 40%, #ffffff);
}
.route-path-reports {
    background-color: color-mix(in srgb, #808a9c 25%, #ffffff00);
    color: color-mix(in srgb, #0e3069 70%, #ffffff);
}
.buhoprinter-config .info-text {
    border: 1px solid color-mix(in srgb, #808a9c 96%, #000000);
    border-radius: 8px;
}
.text-primary {
    color: var(--primary-color) !important;
}
html.dark .text-primary {
    color: #f5f5f5 !important;
}
/* ---------------- Estilos tema menú inicio (colores, bordes) ------------------- */
.icon-menu span {
    border-radius: 6px;
    background-color: color-mix(in srgb, var(--primary-color) 8%, #ffffff00);
    color: color-mix(in srgb, var(--primary-color) 80%, #fff);
}
.icon-menu.edit span {
    background-color: #f3f4fb;
    color: #808a9c;
}
.menu-link:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.menu-link:hover .icon-menu span {
    background-color: color-mix(in srgb, var(--primary-color) 80%, #fff);
    color: #fff;
}
.menu-link:hover .icon-menu.edit span {
    background-color: #808a9c;
    color: #fff;
}
.monthly-statement {
    background-color: var(--md-content-dark) !important;
}
.monthly-statement .icon-chart span {
    border-radius: 0.4rem;
    border: 1px solid color-mix(in srgb, #808a9c 15%, #ffffff00);
    background-color: color-mix(in srgb, #808a9c 20%, #ffffff00);
}
.btn-declaration {
    border-radius: 0.3rem;
}
.btn-declaration-primary {
    background-color: var(--primary-color);
    color: #fff !important;
}
.btn-declaration-secondary {
    background-color: color-mix(in srgb, #808a9c 20%, #ffffff00);
    color: #fff !important;
    border: 1px solid color-mix(in srgb, #808a9c 15%, #ffffff00);
}
.btn-declaration-primary:hover {
    background-color: color-mix(in srgb, var(--primary-color) 85%, #000);
    color: #fff !important;
}
.btn-declaration-secondary:hover {
    background-color: color-mix(in srgb, #808a9c 35%, #ffffff00);
    color: #fff !important;
}
.primary-blur {
    border-radius: 9999px;
    background-color: color-mix(in srgb, var(--primary-color) 20%, transparent);
}
.secondary-blur {
    border-radius: 9999px;
    background-color: color-mix(in srgb, var(--success) 10%, transparent);
}
.tax-bar {
    border-radius: 2rem 2rem 0 0;
    background-color: color-mix(in srgb, var(--primary-color) 5%, #f3f4fb);
}
.tax-bar-label {
    color: #808a9c;
}
.tax-bar--last {
    background-color: var(--primary-color);
}
.tax-bar--projection {
    background-color: color-mix(in srgb, var(--primary-color) 30%, transparent);
    border: 2px dashed color-mix(in srgb, var(--primary-color) 40%, transparent);
}
.tax-saving-box {
    background-color: color-mix(in srgb, var(--primary-color) 8%, transparent);
    border-radius: .4rem;
}
.tax-saving-label {
    color: var(--primary-color);
}
.tax-saving-value {
    color: var(--primary-color);
}
.tax-saving-sub {
    color: #808a9c;
}
.deadline-calendar-link {
    color: var(--primary-color) !important;
}
.deadline-item:not(:last-child)::before {
    background-color: color-mix(in srgb, #f3f4fb 80%, #000);
}
.deadline-dot {
    border-radius: 50%;
    background-color: color-mix(in srgb, #f3f4fb 80%, #000);
}
.deadline-dot--urgent {
    background-color: var(--danger);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--danger) 15%, transparent);
}
.deadline-dot--danger {
    background-color: var(--danger);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--danger) 15%, transparent);
}
.deadline-dot--warning {
    background-color: var(--warning);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--warning) 15%, transparent);
}
.deadline-dot--success {
    background-color: var(--success);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--success) 15%, transparent);
}
.deadline-days-badge {
    border-radius: 999px;
}
.deadline-badge--success {
    background-color: color-mix(in srgb, var(--success) 12%, transparent);
    color: var(--success);
}
.deadline-badge--warning {
    background-color: color-mix(in srgb, var(--warning) 12%, transparent);
    color: var(--warning);
}
.deadline-badge--danger {
    background-color: color-mix(in srgb, var(--danger) 12%, transparent);
    color: var(--danger);
}
.deadline-date {
    color: #808a9c;
}
.deadline-title,
div.welcome-card .welcome-title {
    color: #0e3069;
}
.deadline-subtitle {
    color: #808a9c;
}
.caja-icon {
    border-radius: 50%;
}
.caja-icon--cyan {
    background-color: color-mix(in srgb, var(--success) 10%, #ffffff00);
    color: var(--success);
}
.caja-icon--red {
    background-color: color-mix(in srgb, var(--danger) 10%, #ffffff00);
    color: var(--danger);
}
.caja-label {
    color: #808a9c;
}
.caja-value {
    color: #0e3069;
}
html.dark .caja-value,
html.dark .el-message-box__title {
    color: #f3f4fb;
}
.caja-sub-stat {
    background-color: color-mix(in srgb, #f3f4fb 60%, transparent);
    border-radius: .4rem;
}
html.dark .caja-sub-stat{
    background-color: color-mix(in srgb, var(--md-bg-dark) 60%, transparent);
}
.caja-sub-label {
    color: #808a9c;
}
.caja-sub-value {
    color: #0e3069;
}
html.dark .caja-sub-value {
    color: #f3f4fb;
}
.caja-badge {
    border-radius: 999px;
}
.caja-badge--up   { background-color: color-mix(in srgb, var(--success) 12%, transparent); color: var(--success); }
.caja-badge--down { background-color: color-mix(in srgb, var(--danger) 12%, transparent);  color: var(--danger); }
/* ---------------------- final ---------------------- */

/* -------------- Estilos venta rápida (solo tema) ------------------ */
.card.product-item {
    border: 1px solid #E0E6F7 !important;
    border-radius: 6px !important;
}
.pos-order-panel {
    border-left: 1px solid #E0E6F7;
    background: #ffffff;
    box-shadow: -20px 0 40px color-mix(in srgb, var(--primary-color) 5%, #00000000);
}
.fp-doc-tabs {
    background: #f3f4fb;
    border-radius: 6px;
}
.fp-doc-tab {
    color: color-mix(in srgb, #808a9c  68%, #000);
}
.fp-doc-tab:hover:not(.active) {
    background: color-mix(in srgb, #f3f4fb 89%, #000);
}
.fp-doc-tab.active {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 6px 14px -4px color-mix(in srgb, var(--primary-color) 45%, transparent);
}
.fp-customer-select .el-input__inner {
    color: #0e3069;
}
.fp-customer-icon {
    color: #808a9c;
}
.fp-add-customer {
    color: #808a9c !important;
}
.fp-add-customer:hover {
    background: color-mix(in srgb, #f3f4fb 95%, #000);
    color: #808a9c !important;
}
.pos-cart-row {
    border-bottom: 1px solid #E0E6F7;
}
.pos-cart-thumb, .pos-cart-thumb-ph {
    background: color-mix(in srgb, #f3f4fb 88%, #000);
    border-radius: 6px;
}
.pos-cart-name {
    color: #0e3069;
}
.pos-total-input .el-input__inner {
    color: var(--primary-color);
    border-color: color-mix(in srgb, #f3f4fb 80%, #000);
    background: #ffffff;
}
.pos-cart-del {
    color: #808a9c !important;
}
.pos-cart-del:hover {
    color: var(--danger) !important;
    background: color-mix(in srgb, var(--danger) 10%, transparent);
}
.pos-qty-btn {
    background: color-mix(in srgb, #f3f4fb 92%, #000);
    color: var(--primary-color);
    border-radius: 4px;
}
.pos-qty-field .el-input__inner {
    color: #0e3069;
}
.pos-empty-icon,
.pos-empty-text {
    color: #808a9c;
}
.fp-action-btn {
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 4px;
}
.fp-action-btn:hover {
    background: color-mix(in srgb, var(--primary-color) 8%, transparent);
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.fp-field-label,
.fp-sym,
.fp-total-label,
.fp-total-val {
    color: #808a9c;
}
.fp-sym{
    bottom: 6px;
}
.fp-totals {
    background: #f3f4fb;
    border-radius: 6px;
}
.fp-grand {
    border-top: 1px solid color-mix(in srgb, #f3f4fb 88%, #000);
}
.fp-grand-label {
    color: #0e3069;
}
.fp-grand-amount {
    color: var(--primary-color);
}
.fp-pay-btn, .fp-pay-btn.el-button, .fp-pay-btn.el-button--default {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.fp-pay-btn:hover:not(:disabled), .fp-pay-btn.el-button:hover:not(:disabled) {
    filter: brightness(1.1);
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.fp-cancel-btn, .fp-cancel-btn.btn, .fp-cancel-btn.btn-link {
    color: #808a9c !important;
}
.fp-cancel-btn:hover, .fp-cancel-btn.btn:hover {
    color: var(--danger) !important;
}
.pos .product-item .card-body, .product-item .card-body, .product-item .card-footer{
    background-color: transparent !important;
    box-shadow: none !important;
}
.input-search-pos .btn-add-product-pos {
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
    height: 36px;
    background-color: var(--primary-color) !important;
    margin-top: -9px;
}
html.dark .card.product-item {
    border-color: var(--md-border-dark) !important;
}
html.dark .product-item .card-body {
    border-color: transparent !important;
}
html.dark .product-item .card-footer {
    background-color: transparent !important;
}
html.dark .pos-order-panel,
html.dark .pos-cart-row,
html.dark .fp-grand {
    border-color: var(--md-border-dark);
}
html.dark .fp-doc-tabs {
    background: var(--md-input-dark);
}
html.dark .fp-doc-tab:hover:not(.active) {
    background: color-mix(in srgb, var(--md-input-dark) 89%, #000);
}
html.dark .pos-qty-btn {
    background: color-mix(in srgb, var(--md-input-dark) 92%, #000);
}
html.dark .fp-totals {
    background: var(--md-input-dark);
}
html.dark .fp-grand-label {
    color: #f3f4fb;
}
/* ---------------- final ------------------ */
.igv-mode-toggle {
    border-radius: 4px;
    background-color: color-mix(in srgb, #808a9c 14%, transparent);
    border: 1px solid color-mix(in srgb, #808a9c 12%, transparent);
}
.igv-mode-toggle button {
    background: transparent;
    color: #808a9c;
    border-radius: 4px;
}
.igv-mode-toggle button:hover {
    color: #fff;
}
.igv-mode-toggle button.active {
    background-color: var(--primary-color);
    color: #fff;
}
.monthly-statement .igv-date-picker.el-date-editor.el-input {
    width: 210px;
}
.monthly-statement .igv-date-picker .el-input__inner {
    background-color: color-mix(in srgb, #808a9c 14%, transparent) !important;
    border: 1px solid color-mix(in srgb, #808a9c 14%, transparent) !important;
    color: #fff !important;
    border-radius: 4px;
    height: 38px !important;
    line-height: 38px !important;
    box-shadow: none !important;
}
.monthly-statement .igv-date-picker .el-input__icon {
    color: #808a9c;
    line-height: 38px;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    -webkit-box-shadow: -1px 0 0 0 var(--primary-color);
    box-shadow: -1px 0 var(--primary-color);
}
.btn-pagination label span.el-radio-button__inner {
    border-radius: 6px !important;
    border: 1px solid #E0E6F7;
}
.theme-dark.active,
.theme-light.active {
    border-color: var(--primary-color);
}
.check-select {
    background-color: var(--primary-color);
}
.redirect-segment__btn.active {
  color: var(--primary-color) !important;
}
.points-system .content-points {
    border: 1px solid #EAEEF7;
    background: #f2f4fa61;
    border-radius: 4px;
}
.minitour-ring {
    box-shadow: 0 0 0 3px var(--primary-color);
}
@keyframes minitour-pulse {
    0% {
        box-shadow: 0 0 0 3px var(--primary-color), 0 0 0 3px color-mix(in srgb, var(--primary-color) 20%, #ffffff00);
    }
    70% {
        box-shadow: 0 0 0 3px var(--primary-color), 0 0 0 14px color-mix(in srgb, var(--primary-color) 20%, #ffffff00);
    }
    100% {
        box-shadow: 0 0 0 3px var(--primary-color), 0 0 0 14px color-mix(in srgb, var(--primary-color) 20%, #ffffff00);
    }
}
.minitour-tooltip,
.minitour-arrow {
    background-color: var(--md-content-dark);;
}
.minitour-tooltip p {
    color: #808a9c !important;
}
.minitour-tooltip p b {
    color: #fff !important;
}
.minitour-step-tag {
    color: color-mix(in srgb, var(--primary-color) 80%, #fff);
}
.minitour-dot.on {
    background-color: color-mix(in srgb, var(--primary-color) 80%, #fff);
}
html.dark .minitour-tooltip,
html.dark .minitour-arrow {
    background-color: #fff;
}
html.dark .minitour-tooltip h2 {
    color: #333 !important;
}
html.dark .minitour-tooltip p {
    color: color-mix(in srgb, #333 92%, #fff) !important;
}
html.dark .minitour-tooltip p b {
    color: #333 !important;
}
/* theme dark */
html.dark,html.dark body{
    background-color: var(--md-bg-dark);
    color: #d1dbe6;
}
html.dark a, html.dark a:hover, html.dark a:focus{
    color: #d1dbe6;
}
html.dark a.btn-light-mode{
    color: #2f3139;
}
html.fixed.sidebar-white .sidebar-left, 
html.fixed.sidebar-white .sidebar-header, 
html.fixed.sidebar-white .sidebar-left .nano, 
html.dark .el-tabs__content{
    background-color: var(--md-content-dark) !important;
    box-shadow: none;
    border-right: none;
}
html.dark .header, html.header-dark .header{
    background-color: var(--md-content-dark);
    border-color: var(--md-content-dark);
}
html.dark .page-header, html.header-dark .page-header {
    border-left-color: none;
    box-shadow: 1px 3px 0 1px #2f3139;
    background: var(--md-content-dark);
}
html.dark .tab-content {
    background-color: var(--md-content-dark);
    border: 1px solid #161d31;
}
html.dark .el-input__inner, html.dark .el-textarea__inner,
html.dark .el-input--small .el-input__inner, 
html.dark .el-input-group__prepend, html.dark .form-control {
    color: #fff;
    background-color: var(--md-input-dark);
    border-color: var(--md-border-dark);
}
html.dark .el-input-group__prepend div.el-select .el-input__inner:hover{
    color: #fff;
    background-color: var(--md-input-dark);
    border-color: var(--md-border-dark);
}
html.dark .el-select .el-input.is-disabled .el-input__inner:hover{
    border-color: var(--md-input-dark);
}
html.dark .card.card-dashboard .card-title, html.dark .el-dialog__title,
html.dark label.control-label, html.dark .userbox .name, html.dark .el-select-dropdown__item.selected {
    color: #fff !important;
}
html.dark .el-select-dropdown, html.dark .el-message-box, html.dark .el-cascader__dropdown,
html.dark .dropdown-menu-desktop {
    border: solid 1px var(--md-border-dark);
    background-color: var(--md-content-dark);
    color: #d1dbe6;
}
html.dark .dropdown-menu-desktop ul li a{
    color: #d1dbe6;
}
html.dark .dropdown-menu-desktop ul li a:hover {
    background-color: var(--md-input-dark);
    color: #fff;
}
html.dark .dropdown-menu-desktop .divider {
    background-color: var(--md-border-dark);
}
html.dark .el-checkbox, html.dark .el-select-dropdown__item, 
html.dark .userbox .role, html.dark .el-pagination__total, 
html.dark .el-table thead, html.dark .el-dropdown-menu__item, 
html.dark p, html.dark .el-cascader-menu, html.dark .el-tabs__item, html.dark .btn-add-new,
html.dark .card {
    color: #d1dbe6;
}
html.dark .el-select-dropdown__item.hover, html.dark .el-select-dropdown__item:hover, 
html.dark .el-cascader-node:not(.is-disabled):focus, html.dark .el-cascader-node:not(.is-disabled):hover {
    background-color: var(--md-input-dark);
    color: #fff;
}
html.dark .el-select:hover .el-input__inner{
    border-color: var(--md-border-dark);
}
html.dark .el-picker-panel {
    color: #d1dbe6;
    border: 1px solid var(--md-border-dark);
    background: var(--md-content-dark);
}
html.dark tbody tr:hover, html.dark tfoot tr:hover{
    background-color: transparent;
}
html.dark .el-date-table th,
html.dark .el-date-picker__header-label,
html.dark .el-picker-panel__icon-btn{
    color: #fff;
}
html.dark .el-year-table td .cell,
html.dark .el-month-table td .cell{
    color: #d1dbe6;
}
html.dark .el-date-table td.available:hover, 
html.dark .el-year-table td .cell:hover, 
html.dark .el-year-table td.current:not(.disabled) .cell, 
html.dark .el-month-table td .cell:hover, 
html.dark .el-month-table td.current:not(.disabled) .cell {
    color: var(--primary-color);
}
html.dark .card.card-reports .card-title {
    background: #111D58;
}
html.dark .card.card-dashboard .card-title {
    background: var(--md-input-dark);
}
html.dark .card-body, html.dark .card-footer{
    background-color: var(--md-content-dark) !important;
    color: #d1dbe6;
}
html.dark .card-dashboard .card-body{
    border: 1px solid var(--md-border-dark) !important;
}
html.dark .el-dialog,
html.dark .support-sidebar {
    background-color: #111D58;
    border-color: #283046;
}
html.dark .pos .product-item .card-body, .product-item .card-body{
    border: none !important;
}
html.dark button.btn-primary-pos{
    background-color: var(--md-button-second) !important;
    border-color: var(--md-border-dark) !important;
    color: #fff !important;
}
html.fixed.sidebar-white .sidebar-left a:hover, 
html.fixed.sidebar-white .sidebar-left a:active, 
html.fixed.sidebar-white .sidebar-left a:focus {
    color: #fff;
}
html.dark .invoice table.table > thead:first-child > tr > th {
    background-color: var(--md-button-second);
    border-bottom-color: var(--md-button-second);
    border-top-color: var(--md-button-second);
}
html.dark .additional-information,
html.dark .style-switcher,
html.dark #custom-select .el-input-group__prepend,
html.dark .bg-white, html.dark .bg-light {
    background-color: var(--md-content-dark) !important;
}
html.dark .table>:not(caption)>*>* {
    background-color: transparent;
    color: #d1dbe6;
}
html.dark .el-collapse-item__wrap label, html.dark .el-collapse-item__header {
    color: #66789C;
}
html.dark .el-tabs__item.is-active, html.dark .el-tabs__nav-wrap:after {
    color: #fff;
    background: var(--md-border-dark);
}
html.dark .currency-symbol-span {
    background-color: var(--md-button-second);
    border-color: var(--md-button-second);
}
html.dark .el-collapse-item__header, html.dark .el-collapse-item__wrap {
    background-color: var(--md-content-dark);
    border-color: var(--md-border-dark);
}
html.dark .el-collapse a {
    background: var(--md-content-dark);
}
html.dark .el-collapse, html.dark .table > thead > tr > th, html.dark .table > tbody > tr > th, html.dark .table > tfoot > tr > th, html.dark .table > thead > tr > td, html.dark .table > tbody > tr > td, html.dark .table > tfoot > tr > td, html.dark .table-bordered {
    border-color: var(--md-border-dark);
    background-color: var(--md-content-dark);
}
html.dark ul.nav-main li.nav-expanded > a, html.dark ul.nav-main li .nav-children li a:hover {
    background-color: var(--md-bg-dark);
    color:  #d1dbe6 !important;
    margin-bottom: 0 !important;
}
html.dark ul.nav-main li.nav-expanded > a, html.dark ul.nav-main li.nav-parent > ul.nav-children{
    background-color: var(--md-bg-dark);
}
html.dark ul.nav-main li .nav-children li a:hover {
    background-color: var(--md-content-dark);
}
html.dark .sidebar-toggle-container .sidebar-toggle {
    border-color: var(--md-border-dark) !important;
    color: #60769a !important;
}
html.dark .sidebar-toggle-container .sidebar-toggle:hover {
    background-color: var(--md-input-dark) !important;
    color: #fff !important;
}
html.dark .header .logo-container .topbar-links {
    background: var(--md-bg-dark);
}
html.dark .header .logo-container .topbar-links:hover {
    background: var(--primary-color);
}
html.dark .el-dropdown-menu {
    background-color: var(--md-content-dark);
    border-color: var(--md-border-dark);
}
html.dark .el-dialog__wrapper {
    background: rgb(43 49 95 / 65%) !important;
}
html.dark .el-pagination .el-pager li, html.dark .el-pagination button:disabled {
    background: var(--md-button-second);
    border: 1px solid var(--md-border-dark);
    color: #d1dbe6;
}
html.dark .el-dropdown-menu__item,
html.dark .separator-title{
    color: #d1dbe6;
}
html.dark .el-dropdown-menu__item:not(.is-disabled):hover, html.dark .el-dropdown-menu__item:focus {
    background-color: var(--md-input-dark);
    color: #fff;
}
html.dark .el-dropdown-menu__item--divided,
html.dark .invoice header{
    border-color: var(--md-border-dark);
}
html.dark label.control-label, html.dark .userbox .name, html.dark .el-select-dropdown__item.selected{
    color: #d1dbe6;
}
html.dark .el-select .el-input__inner:focus,
html.dark .el-input__inner:focus,
html.dark .el-textarea__inner:focus {
    border-color: var(--primary-color) !important;
    background-color: var(--md-content-dark);
}
html.dark .btn-default,
html.dark .el-button,
html.dark .second-buton {
    color: #333;
    background-color: #fff;
    border-color: #c6c8cf;
}
html.dark .el-button--primary,
html.dark .btn-primary {
    color: #FFFFFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
html.dark .btn-default:hover, html.dark .btn-default:active, html.dark .btn-default:focus,
html.dark .el-button:hover, html.dark .el-button:active, html.dark .el-button:focus,
html.dark .second-buton:hover, html.dark .second-buton:active, html.dark .second-buton:focus {
    color: var(--primary-color);
    border-color: #c2cdff;
    background-color: #e3e7fc;
}
html.dark .el-button--primary:hover,
html.dark .el-button--primary:active,
html.dark .el-button--primary:focus,
html.dark .btn-primary:hover, html.dark .btn-primary:active,
html.dark .btn-primary:focus {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #d1dbe6;
}
html.dark .el-input-number__increase, 
html.dark .el-input-number__decrease {
    background: var(--md-button-second);
    color: #d1dbe6;
    border-color: var(--md-button-second);
}
html.dark,html.dark body,
html.dark .notifications a.notification-icon.text-secondary {
    color: #d1dbe6 !important;
}
html.dark table, html.dark .table, html.dark .el-dialog__body, html.dark .invoice address {
    color: #bfcbe3;
}
html.dark .el-input-group__append, html.dark .el-input-group__prepend {
    background-color: var(--md-button-second);
    color: #d1dbe6;
}
html.dark .card-header-invoice,
html.dark .card-footer-invoice {
    background-color: var(--md-content-dark) !important;
    border: none !important;
}
html.dark .card-footer {
    background: var(--md-content-dark);
}
html.dark .product-item .card-footer, 
html.dark .product-item .card-body {
    border-color: transparent;
}
html.dark .table-responsive.payment, html.dark .payment-container {
    background: var(--md-border-dark);
}
html.dark .invoice table.table > tbody tr > td{
    background-color: transparent !important;
}
html.dark .table-responsive.payment .el-input__inner {
    background: var(--md-input-dark);
}
html.dark .table-responsive.payment .el-input__inner:focus{
    background-color: var(--md-content-dark);
}
ul.nav-main li.nav-active:not(.nav-parent) > a.dashboard-link,
html.dark .advanced-settings.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #fff !important;
}
html.dark .actions-card .card-header{
    border: none !important;
    color: #fff;
}
html.dark .actions-cards-container .border-top{
    border: none !important;
}
html.dark .actions-cards-row .col a{
    background-color: var(--md-content-dark) !important;
    border-color: var(--md-border-dark) !important;
    color: #fff !important;
}
html.dark .actions-card .card-body{
    background-color: transparent !important;
}
html.dark .bg-transparent{
    background-color: transparent !important;
}
html.dark .list-config{
    background-color: var(--md-content-dark);
    border-color: var(--md-border-dark);
}
html.dark ul.nav.list-config li:hover{
    background-color: var(--md-input-dark);
}
html.dark .img-thumbnail, html.dark .thumbnail {
    background-color: var(--md-input-dark);
    border-color: var(--md-border-dark);
}
html.dark .img-fluid-light {
    background-color: #fff;
}
html.dark .overlay{
    background-color: #000d58e8;
}
html.dark .add-row-table:hover{
    border-color: #f1f3f4;
    background-color: color-mix(in srgb, #f1f3f4 10%, #ffffff00);
    color: #f1f3f4;
}
html.dark .border-bottom-dashed,
html.dark .border-top-dashed,
html.dark .table-list-prices,
html.dark .table-list-prices tbody tr,
html.dark .establishment-selector-container {
    border-color: var(--md-border-dark);
}
html.dark .payment-container-pos {
    border-top: 3px dashed var(--md-border-dark);
}
html.dark .table-list-prices .btn-dropdown-toggle,
html.dark .btn.barcode {
    color: #d1dbe6;
}
html.dark .table-list-prices .btn-dropdown-toggle:hover,
html.dark .table-list-prices .btn-dropdown-toggle:focus,
html.dark .table-list-prices .btn-dropdown-toggle:active {
    background-color: var(--md-input-dark);
}
html.dark .contain-icon-establishment,
html.dark .cbm-card__label,
html.dark .cbm-stat__label,
html.dark .cbm-stat__icon,
html.dark .cem-option-label,
html.dark .cd-field>span {
    color: #d0d2d6;
}
html.dark .cbm-stat__value,
html.dark .cbm-card__value,
html.dark .cem-section-title,
html.dark .cem-url-text,
html.dark .cd-section-title {
    color: #f5f5f5;
}
html.dark .establishment-dropdown,
html.dark .establishment-dropdown-header,
html.dark .cbm-card,
html.dark .cbm-secondary-grid {
    background-color: var(--md-content-dark) !important;
    border-color: var(--md-border-dark) !important;
    color: #fff !important;
}
html.dark .ck.ck-editor__main>.ck-editor__editable{
    background-color: var(--md-input-dark);
}
html.dark .image-container-fluid,
html.dark .cbm-stat,
html.dark .sc-panel-actions,
html.dark .el-table td.el-table__cell, 
html.dark .el-table th.el-table__cell.is-leaf,
html.dark .cem-section,
html.dark .cem-option-row,
html.dark .cd-section,
html.dark .cd-section-title {
    border-color: var(--md-border-dark);
}
html.dark .image-container-fluid:hover{
    border-color: color-mix(in srgb, var(--md-border-dark) 90%, #ffffff);
}
html.dark .sc-action-item,
html.dark .cem-section-header{
    background-color: var(--md-input-dark);
    border-color: var(--md-border-dark);
}
html.dark .el-table tr,
html.dark .el-table th.el-table__cell,
html.dark .el-table, html.dark .el-table__expanded-cell,
html.dark .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: transparent !important;
}
html.dark .el-divider,
html.dark .el-table--border:after, html.dark .el-table--group:after, html.dark .el-table:before {
    background-color: var(--md-border-dark);
}
html.dark .el-alert--info.is-light{
    background-color: var(--md-input-dark);
    color: #bfcbe3;
}
html.dark .advanced-settings .el-tabs__nav,
html.dark .db-seg,
html.dark .db-count {
    background-color: var(--md-input-dark);
}
html.dark .db-thumb {
    background-color: var(--md-content-dark);
}
html.dark .db-seg button.active {
    color: #fff;
}
html.dark .db-client,
html.dark .tp-item,
html.dark .ls-item {
    border-color: var(--md-border-dark);
}
html.dark .advanced-settings .el-tabs__content {
    background-color: transparent !important;
}
@media only screen and (max-width: 991px){
    .d-lg-block{
        display: none !important;
    }   
}
@media only screen and (min-width: 391px){
    .card-body-invoice div .row .filter-invoice{
        padding: 0 15px !important;
    }
}
@media only screen and (max-width: 390px){
    .card-body-invoice div .row .filter-invoice .content-filter-invoice{
        padding: 0 15px !important;
    }
}