/* :root {
    --be-primary-lighter: #37474f;
    --be-primary-default: #263238;
    --be-primary-darker: #1C262B;
    --be-accent-default: #689f38;
    --be-accent-lighter: #B4CF9C;
    --be-accent-contrast: rgba(255, 255, 255, 1);
    --be-accent-emphasis: rgb(180,207,156, 0.1);
    --be-background: rgb(255, 255, 255);
    --be-background-alternative: rgb(255, 255, 255);
    --be-foreground-base: black;
    --be-text: rgba(0, 0, 0, 0.87);
    --be-hint-text: rgba(0, 0, 0, 0.38);
    --be-secondary-text: rgba(0, 0, 0, 0.54);
    --be-label: rgba(0, 0, 0, 0.87);
    --be-disabled-button-text: rgba(0, 0, 0, 0.26);
    --be-divider-lighter: rgba(0, 0, 0, 0.06);
    --be-divider-default: rgba(0, 0, 0, 0.12);
    --be-hover: rgba(0,0,0,0.04);
    --be-selected-button: rgb(224, 224, 224);
    --be-chip: #e0e0e0;
    --be-link: #3f51b5;
    --be-backdrop: black;
    --be-raised-button: #fff;
    --be-disabled-toggle: rgb(238, 238, 238);
    --be-disabled-button: rgba(0, 0, 0, 0.12);
} */



.be-light-mode{
    --be-primary: #00338E;
    --be-primary-lighter: #37474f;
    --be-primary-default: #263238;
    --be-primary-darker: #1C262B;
    /* --be-accent-default: #689f38; */
    --be-accent-default: #689f38;
    --be-accent-lighter: #B4CF9C;
    --be-accent-contrast: rgba(255, 255, 255, 1);
    --be-accent-emphasis: rgb(180,207,156, 0.1);
    --be-foreground-base: 0 0 0;
    --be-text: rgba(0, 0, 0, 0.87);
    --be-hint-text: rgba(0, 0, 0, 0.38);
    --be-secondary-text: rgba(0, 0, 0, 0.54);
    --be-secondary-text-table: rgba(0, 0, 0, 0.83);
    --be-label: rgba(0, 0, 0, 0.87);
    --be-background: rgb(255, 255, 255);
    --be-background-alternative: rgb(250, 250, 250);
    --be-divider-lighter: rgba(0, 0, 0, 0.06);
    --be-divider-default: rgba(0, 0, 0, 0.12);
    --be-disabled-button-text: rgba(0, 0, 0, 0.26);
    --be-disabled-toggle: rgb(238, 238, 238);
    --be-chip: #e0e0e0;
    --be-hover: rgba(0,0,0,0.04);
    --be-selected-button: rgb(224, 224, 224);
    --be-disabled-button: rgba(0, 0, 0, 0.12);
    --be-raised-button: #fff;
    --be-backdrop: black;
    --be-link: #3f51b5;
    --be-pagar: #fff;
    --cuantity-count: rgba(0, 0, 0, 0.30);
    --cuantity-pag: #689f38;
    --cuantity-pag-active: rgb(125 166 90);
    --receiver-chat: #e0e0e0;
    --sender-chat: #D9FDD3;
    --be-divider-opacity: 12%;
    --be-text-muted-opacity: 60%;
}


.be-dark-mode{
    --be-primary: #00338E;
    --be-primary-lighter: #333333;
    --be-primary-default: #242424;
    --be-primary-darker: #1e1e1e;
    --be-accent-default: #689f38;
    --be-accent-lighter: #B4CF9C;
    --be-accent-contrast: rgba(255, 255, 255, 1);
    --be-accent-emphasis: rgb(180,207,156, 0.1);
    --be-foreground-base: 255 255 255;
    --be-text: #fff;
    --be-hint-text: rgba(255, 255, 255, 0.5);
    --be-secondary-text-table: rgba(255, 255, 255, 0.7);
    --be-secondary-text: rgba(255, 255, 255, 0.7);
    --be-label: rgba(255, 255, 255, 0.7);
    --be-background: #23232C;
    --be-background-alternative: #1e1e26;
    --be-divider-lighter: rgba(255, 255, 255, 0.06);
    --be-divider-default: rgba(255, 255, 255, 0.12);
    --be-disabled-button-text: rgba(255, 255, 255, 0.3);
    --be-disabled-toggle: #000;
    --be-chip: #353543;
    --be-hover: rgba(255, 255, 255, 0.04);
    --be-selected-button: #212121;
    --be-disabled-button: rgba(255, 255, 255, 0.12);
    --be-raised-button: #2a2a35;
    --be-backdrop: #BDBDBD;
    --be-link: #c5cae9;
    --be-pagar: #fff;
    --cuantity-count: rgba(255, 255, 255, 0.1);
    --cuantity-pag: #689f38;
    --cuantity-pag-active: rgb(125 166 90);
    --receiver-chat: #393940;
    --sender-chat: #005C4B;
    --be-divider-opacity: 12%;
    --be-text-muted-opacity: 70%;
}

.stopheader{ 
   
}
.wrapperScroll{ 
    height:2000px; 
    width:100%; 
    padding-top:20px
}

.menuScroll{ 
    display: block;
    position: sticky;
    width: 21.5%;
    height: 100%;
    left: 0;
    top: 0px;
    overflow-y: scroll;
    padding: 0px 0 60px;
}
.fixedWrapper{
    position:fixed; 
    top:0
}
/* ###################################### */
/* LOGIN */
/* ####################################### */
auth-page .header {
    font-size: 2rem;
    margin-bottom: 20px;
    opacity: .85;
}
/* ###################################### */
/* HOME */
/* ####################################### */
.app-content, app-root {
    display: block;
    width: 100%;
    height: 100%;
}

web-player {
    display: block;
    /* position: relative; */
    position: absolute;
    background-color: var(--be-background-alternative);
    color: var(--be-text);
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.be-light-mode web-player {
    background-color: var(--be-background);
}



web-player .player-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100% - 65px);
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
}

web-player .player-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100% - 65px);
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
}
nav-sidebar {
    display: block;
    width: 220px;
    flex-shrink: 0;
    background-color: var(--be-background);
    color: inherit;
    z-index: 5;
    border-right: 1px solid var(--be-divider-default);
}
/* .be-light-mode nav-sidebar {
    border-right: 1px solid var(--be-divider-default);
} */

nav-sidebar .content {
    height: calc(100% - 65px);
    padding: 15px 0;
    overflow: auto;
}
nav-sidebar .search-bar-container {
    margin: 15px 0;
    position: relative;
    padding: 0 18px;
}
nav-sidebar .auth-container {
    margin: 0 18px;
    padding: 25px 0;
    white-space: nowrap;
}
nav-sidebar .current-user {
    display: flex;
    align-items: center;
}
.img-container {
    cursor: pointer;
}
nav-sidebar .current-user .img-container {
    display: block;
    flex: 0 0 auto;
}
nav-sidebar .current-user .img-container img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

nav-sidebar .current-user .name {
    color: inherit;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button {
    box-sizing: border-box;
    position: relative;
   
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
   
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}
.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}
nav-sidebar .current-user .settings-button {
    background-color: transparent;
    margin-left: auto;
    color: currentColor;
}
nav-sidebar .search-bar-container input {
    background-color: var(--be-chip);
    padding: 0 30px 0 10px;
    border-radius: 3px;
    border: 1px solid var(--be-divider-default);
    height: 38px;
    width: 100%;
    overflow: hidden;
    color: inherit;
}

.be-light-mode nav-sidebar .search-bar-container input {
    background-color: transparent;
}

.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

/* custon menu */
nav-sidebar .search-bar-container .search-bar-icon {
    position: absolute;
    top: 7px;
    right: 23px;
}

nav-sidebar .sidebar-nav {
    white-space: nowrap;
    max-width: 100%;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
}
nav-sidebar .sidebar-nav .custom-menu-item:hover, nav-sidebar .sidebar-nav .sidebar-nav-item:hover {
    background-color: var(--be-hover);
}



.custom-menu-item{
    white-space: nowrap;
    border-radius: 4px;
}

nav-sidebar .sidebar-nav .custom-menu-item, nav-sidebar .sidebar-nav .sidebar-nav-item {
    
    display: block;
    padding: 8px 10px;
    color: var(--be-secondary-text);
    font-size: 1.5rem;
    font-weight: 300;
    border-right: 3px solid transparent;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

nav-sidebar .sidebar-nav .custom-menu-item.active, nav-sidebar .sidebar-nav .sidebar-nav-item.active {
    background-color: var(--be-accent-emphasis);
    border-color: var(--be-accent-default);
    color: var(--be-text);
}
 .text {
    font-weight: 600;
    text-transform: capitalize;
}
.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.mat-icon {
    vertical-align: middle;
    margin-right: 0px;
}

nav-sidebar .sidebar-nav .custom-menu-item .mat-icon, 
nav-sidebar .sidebar-nav .sidebar-nav-item .mat-icon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

nav-sidebar .separator {
    height: 1px;
    margin: 25px 18px 0;
    background-color: var(--be-divider-default);
}

nav-sidebar  .title {
    padding: 0 18px;
    text-transform: uppercase;
    font-weight: 300;
}

nav-sidebar .current-track {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 5px;
    border-top: 1px solid var(--be-divider-lighter);
}
.cerrarSesion:hover {
    background-color: #ffcccc;
    cursor: pointer;
}
/* CONTENIDO DE BUSCADOR */
.mat-drawer {
    position: relative;
    z-index: 4;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    outline: 0;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translate3d(-100%, 0, 0);
}

.mat-drawer-inner-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}
search-slideout-panel {
    display: block;
    background-color: var(--be-background-alternative);
    padding: 20px;
    width: 365px;
    height: 100%;
    overflow: auto;
}
search-slideout-panel .result-type {
    color: var(--be-hint-text);
    font-size: 1.5rem;
    font-weight: 400;
    margin: 20px 0 15px;
    text-transform: capitalize;
}

search-slideout-panel .result-with-image {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
search-slideout-panel .tracks .track {
    cursor: pointer;
    width: 100%;
    background-color: var(--be-raised-button);
    border: 1px solid var(--be-divider-lighter);
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.img-container {
    cursor: pointer;
}

search-slideout-panel .result-with-image .img-container {
    display: block;
    flex: 0 0 auto;
    position: relative;
}
search-slideout-panel .tracks .track:hover {
    background-color: var(--be-chip);
}
/* === */
img[_ngcontent-sey-c43] {

    border-radius: 4px;
}
search-slideout-panel .result-with-image img {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;

    object-fit: cover;
   
    transition: filter .3s,-webkit-filter .3s;
}
img.ng-lazyloaded[_ngcontent-sey-c43] {
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}
search-slideout-panel .tracks .track .img-container:hover img {
    -webkit-filter: brightness(.3);
}
playback-control-button {
    display: none;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: transparent;
    color: var(--be-accent-contrast);
}
search-slideout-panel .result-with-image .img-container playback-control-button {
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -17.5px;
    border: 1px solid hsla(0,0%,100%,.6);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: transform .3s cubic-bezier(0,0,0,2.41);
    z-index: 1;
}
search-slideout-panel .tracks .track .img-container:hover playback-control-button {
    visibility: visible;
    transform: scale(1.2);
}
.mat-drawer:not(.mat-drawer-side) {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
}
/* names del panel del buscador */
search-slideout-panel .result-with-image .names {
    margin-left: 10px;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* PERFIL */

.account-settings-panel {
    box-shadow: none;
    border: 1px solid var(--be-divider-default);
    border-radius: 4px;
    width: calc(50% - 30px);
    margin: 15px;
    padding: 15px;
    background-color: var(--be-background);
}

.account-settings-panel .panel-header {
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--be-divider-default);
}

.account-settings-panel .panel-body {
    padding: 25px 0 0;
    min-height: 314px;
}
.account-settings-panel .panel-footer {
    padding: 10px 0 0;
    margin-top: 35px;
    border-top: 1px solid var(--be-divider-default);
    text-align: right;
}
/* MAIN */
.header-text {
    white-space: nowrap;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mat-drawer-container {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow: hidden;
}

web-player .player-content .page-content {
    width: 100%;
    height: 100%;
    background-color: inherit;
    color: inherit;
}


.mat-drawer-content {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: auto;
}

.mat-drawer-transition .mat-drawer-content {
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform,margin-left,margin-right;
}

web-player .player-content .page-content .mat-drawer-content {
    display: flex;
    overflow: visible;
}

.scroll-container, .scroll-container-x {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

web-player .page-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    overflow-x: auto;
}

web-player .space-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
@media (min-width: 768px)
{
    web-player .space-wrapper {
        max-width: 868px;
    }  
}

@media (min-width: 1100px)
{
    web-player .space-wrapper {
        max-width: 978px;
    }
}

@media (min-width: 1200px)
{
    web-player .space-wrapper {
        max-width: 1054px;
    }
    
}

@media only screen and (min-width: 1224px)
{
    web-player .space-wrapper {
        max-width: 1290px;
    }
}
/* right */

queue-sidebar {
    display: block;
    flex: 0 0 250px;
    width: 250px;
    max-width: 250px;
    overflow: auto;
    background-color: var(--be-background);
    border-left: 1px solid var(--be-divider-default);
    transition: flex .4s cubic-bezier(.25,.8,.25,1);
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1280px)
{
    queue-sidebar {
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        /* box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12); */
    }
    
      
}
.scroll-container, .scroll-container-x {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

queue-sidebar .scroll-wrapper {
    height: calc(100% - 207px);
    overflow: auto;
}

queue-sidebar .queue-item {
    display: flex;
    align-items: center;
    padding: 8px;
    position: relative;
    border-bottom: 1px solid var(--be-divider-lighter);
}

queue-sidebar .queue-item .img-container {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
[_nghost-tcp-c83] {
    overflow: hidden;
}

img[_ngcontent-tcp-c83] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

img.ng-lazyloaded[_ngcontent-tcp-c83] {
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}
queue-sidebar .queue-item .meta {
    flex: 1 1 auto;
    margin-left: 10px;
    overflow: hidden;
}

queue-sidebar .queue-item .meta .artist-name, queue-sidebar .queue-item .meta .track-name {
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
queue-sidebar .queue-item .meta .track-name {
    font-size: 1.4rem;
    color: var(--be-text);
}

button.no-style {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    border-radius: 0;
    min-width: 0;
    outline: none;
    cursor: pointer;
    text-align: initial;
}

queue-sidebar .queue-item .toggle-menu {
    display: none;
}

/* footer */

player-controls {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 65px;
    background-color: var(--be-background);
    color: var(--be-text);
    border-top: 1px solid var(--be-divider-default);
    position: relative;
}

/* ################################## */
/* LOGIN */
/* ################################## */
md-switch.md-checked:not([disabled]) .md-thumb {
    background-color: var(--be-accent-default);
}

md-switch.md-checked:not([disabled]) .md-ink-ripple {
    color: var(--be-accent-default);
}
md-switch.md-checked:not([disabled]) .md-thumb {
    background-color: var(--be-accent-default);
}
md-switch.md-checked:not([disabled]) .md-bar {
    background-color: var(--be-accent-lighter);
}
.styleSwitch{
    margin: 5px;
}
md-switch .md-container {
    cursor: pointer;
}
.auth-page {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: var(--be-background-alternative);
}

.auth-page .auth-panel {
    position: relative;
    max-width: 90%;
    width: 400px;
    padding: 30px 35px;
    background-color: var(--be-background);
    border: 1px solid var(--be-divider-default);
    border-radius: 4px;
}

.remember-and-login-row {
    display: flex;
}
.login-button {
    flex: 1 1 auto;
    text-align: right;
}
.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mat-button-ripple.mat-ripple, .mat-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}

/* CONTENT SIDENAV */
.content-inner {
    flex: 1 1 auto;
    /* padding: 25px; */
    overflow: initial;
}

/* SETTINGS */
[_nghost-vss-c332] {
    display: flex;
}
.admin-pill-nav {
    width: 250px;
    flex-shrink: 0;
    margin-right: 30px;
}

.settings-panels-container {
    flex: 1 1 auto;
}

/* SETTINGS / ACCOUNT */
.settings-panel .body {
    margin: 0;
}

/* .mat-progress-bar {
    display: block;
    height: 4px;
    overflow: hidden;
    position: relative;
    transition: opacity 250ms linear;
    width: 100%;
} */

/* TABLE */
/* ########################### */
data-table {
    display: block;
    position: relative;
    border: 1px solid var(--be-divider-default);
    box-shadow: none;
    background-color: var(--be-background);
    border-radius: 4px;
}

data-table .header-inner {
    display: flex;
    align-items: center;
    height: 85px;
    padding: 15px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
}
data-table .header-inner .left {
    flex: 1 1 auto;
}

data-table .header-inner .right {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
data-table .header-inner .right .input-container {
    max-width: 250px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

data-table .header-inner .right .input-container:last-of-type {
    margin-right: 0;
}
.input-icon-container {
    position: relative;
}

data-table .search-input {
    /* background-color: var(--be-background); */
    padding-right: 44px;
}
.input-icon-container .mat-icon {
    position: absolute;
    right: 12px;
    top: 11px;
}
mat-table {
    display: block;
}
data-table .mat-table {
    padding: 0 15px;
    background-color: inherit;
}
mat-header-row {
    min-height: 56px;
}

mat-row, mat-header-row, mat-footer-row {
    display: flex;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    align-items: center;
    box-sizing: border-box;
}

mat-cell, mat-header-cell, mat-footer-cell {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word;
    min-height: inherit;
}

.mat-header-cell {
    color: var(--be-secondary-text);
}
mat-cell:first-of-type, mat-header-cell:first-of-type, mat-footer-cell:first-of-type {
    padding-left: 0px;
}

data-table .mat-chip, data-table .mat-header-cell, data-table .mat-sort-header-button {
    text-transform: capitalize;
}

.mat-sort-header-container {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.mat-sort-header-button {
    border: none;
    background: 0 0;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: inherit;
    outline: 0;
    font: inherit;
    color: currentColor;
    position: relative;
}

mat-row, mat-footer-row {
    min-height: 48px;
}
data-table .mat-row {
    background-color: var(--be-background);
}
.mat-cell, .mat-footer-cell {
    font-size: 12px;
}
.mat-cell, .mat-footer-cell {
    color: var(--be-text);
}

.mat-paginator {
    display: block;
}
.mat-paginator-outer-container {
    display: flex;
}

.mat-paginator-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 56px;
    padding: 0 8px;
    flex-wrap: wrap-reverse;
    width: 100%;
}
data-table .mat-table a {
    color: inherit;
}

.mainView{padding:25px;overflow-y:scroll;overflow-x:hidden;height:100%}
.mainView>div{min-width:130px;max-width:100%;margin:0 auto}
.mainView>div>h1{margin:10px 0 30px;font-weight:300;font-size:3em}


/* PROGRESS  */

.mat-progress-bar{position:absolute;top:0;left:0;width:100%}
.mat-progress-bar{display:block;height:4px;overflow:hidden;position:relative;transition:opacity 250ms linear;width:100%}._mat-animation-noopable.mat-progress-bar{transition:none;animation:none}.mat-progress-bar .mat-progress-bar-element,.mat-progress-bar .mat-progress-bar-fill::after{height:100%;position:absolute;width:100%}.mat-progress-bar .mat-progress-bar-background{width:calc(100% + 10px)}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-background{display:none}.mat-progress-bar .mat-progress-bar-buffer{transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-buffer{border-top:solid 5px;opacity:.5}.mat-progress-bar .mat-progress-bar-secondary{display:none}.mat-progress-bar .mat-progress-bar-fill{animation:none;transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-fill{border-top:solid 4px}.mat-progress-bar .mat-progress-bar-fill::after{animation:none;content:"";display:inline-block;left:0}.mat-progress-bar[dir=rtl],[dir=rtl] .mat-progress-bar{transform:rotateY(180deg)}.mat-progress-bar[mode=query]{transform:rotateZ(180deg)}.mat-progress-bar[mode=query][dir=rtl],[dir=rtl] .mat-progress-bar[mode=query]{transform:rotateZ(180deg) rotateY(180deg)}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill,.mat-progress-bar[mode=query] .mat-progress-bar-fill{transition:none}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary,.mat-progress-bar[mode=query] .mat-progress-bar-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-translate 2000ms infinite linear;left:-145.166611%}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary,.mat-progress-bar[mode=query] .mat-progress-bar-secondary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-translate 2000ms infinite linear;left:-54.888891%;display:block}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=buffer] .mat-progress-bar-background{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-background-scroll 250ms infinite linear;display:block}.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background{animation:none;transition-duration:1ms}@keyframes mat-progress-bar-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mat-progress-bar-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mat-progress-bar-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-background-scroll{to{transform:translateX(-8px)}}


/* no results */

no-results-message {
    padding: 65px 0;
    
}

/* page SELECTED */
.page-selected{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
}
.dropzone{
    background: var(--be-background);
    padding: 50px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid var(--be-divider-default);
    min-width: 520px;
    max-width: 90%;
}

.dropzone .title {
    font-size: 1.8rem;
}

.selected-navigation {
    padding: 10px;
}

/* FORMULARIO CRUD */

.channel-content {
    margin-top: 0px;
}

.tab-content{
    padding-top: 20px;
}

.many-inputs .name-input-container {
    margin-bottom: 10px;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: var(--be-accent-default);
}


md-checkbox.md-default-theme .md-ink-ripple, md-checkbox .md-ink-ripple {
    color: var(--be-accent-default);
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: var(--be-accent-default);
}

.action-row {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.left-row {
    margin-left: auto;
}

.input-with-action select {
    background-color: var(--be-background);
    color: var(--be-text);
}
.input-container option {
    color: var(--be-text);
}

.backAparence 
    {
        display: flex;
        align-items: center;
        height: 70px;
        margin-bottom: 10px;
        border: 1px solid var(--be-divider-default);
        background-color: var(--be-background);
    }
    /* .title{
        padding: 10px;
    } */
    .path {
        font-size: 2rem;
        font-weight: 300;
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .name {
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize;
    }
    .last{
        color: var(--be-accent-default);
    }
	
/* Socket IO REAL */
.contentDrop {
	display: block;
    position: relative;
	height: calc(100% - 7px);
	width: 100%;
}
.dropzoneRight{
	padding: 15px;
    border-radius: 4px;
    background-color: var(--be-background-alternative);
    border: 1px solid var(--be-divider-default);
    text-align: center;
    width: 80%;
   
    height: min-content;
    max-width: 340px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.sockSelect:hover {
    background-color: var(--be-hover);
	cursor: pointer;
}
/* CONTADOR  */

.fullscreen-overlay {
	border: 1px solid var(--be-divider-default);
    border-bottom: 0px;
    border-right: 0px;
    background-color: var(--be-background);
    width: 250px;
    height: 207px;
    position: fixed!important;
    right: 0;
    bottom: 65px;
    z-index: 3;
    overflow: hidden;
    transition: all .2s cubic-bezier(.25,.8,.25,1);
}


/* DETALLE DE LA ORDEN */
.panels {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.contenedor-deta {
    box-shadow: none;
    border: 1px solid var(--be-divider-default);
    border-radius: 4px;
    width: calc(50% - 30px);
    margin: 15px;
    padding: 15px;
    background-color: var(--be-background);
}
.contenedor-deta-All {
    box-shadow: none;
    border: 1px solid var(--be-divider-default);
    border-radius: 4px;
    width: 100%;
    margin: 15px;
    padding: 15px;
    background-color: var(--be-background);
}
.contenedor-deta-All .panel-header {
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--be-divider-default);
}

.contenedor-deta .panel-header {
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--be-divider-default);
}
.contenedor-deta-All .panel-body {
    padding: 25px 0 0;
    min-height: 314px;
}

.contenedor-deta .panel-body {
        padding: 25px 0 0;
        min-height: 314px;
}
.mat-flat-button {
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

.upload-button {
    display: block;
    width: 80%;
    line-height: 40px;
    margin: 15px auto 0;
}
/* VIAJES */
/*
.mat-row[_ngcontent-ooa-c118]:not(.header-row):hover {
    background: var(--be-hover);
}
*/
.options-column {
    width: 65px;
}

.track-options-button {
    visibility: hidden;
}

.mat-row[_ngcontent-ooa-c118]:not(.header-row):hover 
.track-options-button {
    visibility: visible;
}


    md-dialog.md-dialog-fullscreen {
        min-height: 100%;
        min-width: 100%;
        border-radius: 0;
    }


    .mat-sidenav-container {
        height: 100vh;
    }
    .mat-drawer-backdrop {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        display: block;
        z-index: 3;
        visibility: hidden;
    }
    .mat-drawer-side {
        border-right: 1px solid var(--be-divider-default);
    }
    .sidebar{
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        width: 330px;
        background-color: var(--be-background-alternative);
    }
    .mat-drawer.mat-drawer-side {
        z-index: 2;
    }

    .mat-drawer-inner-container {
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    [_nghost-gcg-c368] {
        display: flex;
        align-items: center;
        height: 70px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--be-divider-default);
        background-color: var(--be-background);
    }   

    appearance .nav-item {
        user-select: none;
        cursor: pointer;
        outline: 0;
        border: 1px solid var(--be-divider-default);
        -webkit-tap-highlight-color: transparent;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        text-decoration: none;
        text-align: left;
        align-items: center;
        padding: 0 10px 0 15px;
        margin-bottom: 10px;
        border-radius: 4px;
        background-color: var(--be-background);
        height: 57px;
        width: 100%;
        font-size: 1.5rem;
        color: inherit;
        text-transform: capitalize;
    }
    appearance .nav-item .actions {
        display: block;
        margin-left: auto;
    }

    /* LOADING */
   
    .overlay[_nghost-gcg-c170], .overlay   [_nghost-gcg-c170]{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:10;background-color:hsla(0,0%,98%,.7)}.overlay[_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170], .overlay   [_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170]{position:absolute;top:calc(50% - 32px);left:calc(50% - 32px)}.overlay-partial[_nghost-gcg-c170], .overlay-partial   [_nghost-gcg-c170]{position:absolute;width:100%;height:100%}.small[_nghost-gcg-c170], .small   [_nghost-gcg-c170], .small[_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170], .small   [_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170]{width:22.8571428571px;height:22.8571428571px}.small[_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170], .small   [_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]{width:5.7142857143px;height:5.7142857143px;margin-top:-2.8571428571px;margin-left:-2.8571428571px}.inline[_nghost-gcg-c170], .inline   [_nghost-gcg-c170]{position:relative;width:100%}.inline[_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170], .inline   [_nghost-gcg-c170]   .spinner[_ngcontent-gcg-c170]{margin:auto}[_nghost-gcg-c170]{opacity:0;position:absolute;width:64px;height:64px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent}[_nghost-gcg-c170], [_nghost-gcg-c170]:empty{display:none}.spinner[_ngcontent-gcg-c170]{width:64px;height:64px;color:var(--be-accent-default)}.spinner[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]{width:16px;height:16px;margin-top:-8px;margin-left:-8px}.be-dark-mode.overlay[_nghost-gcg-c170], .be-dark-mode   .overlay[_nghost-gcg-c170]{background-color:rgba(0,0,0,.4)}.center[_nghost-gcg-c170], .center   [_nghost-gcg-c170]{top:calc(50% - 32px);left:calc(50% - 32px)}.overlay-light[_nghost-gcg-c170], .overlay-light   [_nghost-gcg-c170]{background-color:hsla(0,0%,100%,.9)}.overlay-dark[_nghost-gcg-c170], .overlay-dark   [_nghost-gcg-c170]{background-color:rgba(0,0,0,.1)}.overlay-transparent[_nghost-gcg-c170], .overlay-transparent   [_nghost-gcg-c170]{background-color:transparent}.la-ball-spin-clockwise[_ngcontent-gcg-c170], .la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]{position:relative;box-sizing:border-box}.la-ball-spin-clockwise[_ngcontent-gcg-c170]{display:block;font-size:0}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]{display:inline-block;float:none;background-color:currentColor;border:0 solid;position:absolute;top:50%;left:50%;border-radius:100%;-webkit-animation:ball-spin-clockwise 1s ease-in-out infinite;animation:ball-spin-clockwise 1s ease-in-out infinite}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:first-child{top:5%;left:50%;-webkit-animation-delay:-.875s;animation-delay:-.875s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-.75s;animation-delay:-.75s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-.625s;animation-delay:-.625s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-.5s;animation-delay:-.5s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-.375s;animation-delay:-.375s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-.25s;animation-delay:-.25s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-.125s;animation-delay:-.125s}.la-ball-spin-clockwise[_ngcontent-gcg-c170] > div[_ngcontent-gcg-c170]:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-spin-clockwise{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}}@keyframes ball-spin-clockwise{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}}


    /* contenido */

    .live-preview {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex: 1 1 auto;
        position: relative;
    }

    /* MODAL GUIAS */
    .cdk-overlay-pane {
        display: flex;
        position: absolute;
        z-index: 1000;
    }
    .cdk-overlay-pane {
        pointer-events: auto;
        box-sizing: border-box;
        max-width: 100%;
        max-height: 100%;
    }
    .mat-dialog-container {
        box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
        background: var(--be-background);
        color: var(--be-text);
    }
    .mat-dialog-container {
        display: block;
        padding: 24px;
        border-radius: 4px;
        box-sizing: border-box;
        overflow: auto;
        outline: 0;
        width: 100%;
        height: 100%;
        min-height: inherit;
        max-height: inherit;
    }

    .be-modal .mat-dialog-container {
        position: relative;
    }

    [_nghost-wlv-c340] {
        display: block;
        /* width: 400px; */
        max-width: 100%;
    }

    .be-modal .modal-header {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 0 15px;
    }
    .be-modal h2 {
        font-size: 1.6rem;
        font-weight: 500;
        opacity: .8;
        flex: 1 1 auto;
        margin: 0;
        line-height: 30px;
    }
    .mat-dialog-content {
        display: block;
        margin: 0 -24px;
        padding: 0 24px;
        max-height: 35vh;
        overflow: auto;
    }
    .be-modal .mat-dialog-content {
        position: relative;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .mat-dialog-actions {
        padding: 8px 0;
        display: flex;
        flex-wrap: wrap;
        min-height: 52px;
        align-items: center;
        margin-bottom: -24px;
    }
    .be-modal .mat-dialog-actions {
        justify-content: flex-end;
        padding-bottom: 16px;
    }

    .alexxxxxx{
        justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    }
    web-content-modal {
        display: block;
        /* position: relative; */
        background-color: var(--be-background-alternative);
        color: var(--be-text);
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1;
    }
    .cdk-overlay-dark-backdrop {
        background: rgba(0,0,0,.32);
    }


    .ngdialog-overlay{
        /* background: rgba(0,0,0,.32); */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* z-index: 1000; */
        pointer-events: auto;
        /* -webkit-tap-highlight-color: transparent; */
        transition: opacity .4s cubic-bezier(.25,.8,.25,1);
        /* opacity: 1; */
    }

    .no-results-messageGuias[_ngcontent-llo-c171] {
        margin-top: 50px;
    }

    .no-results-messageGuias {
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
        overflow: hidden;
    }

    .no-results-messageGuias .main {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 5px;
        color: var(--be-text);
    }
    .no-results-messageGuias .secondary {
        font-size: 1.4rem;
        text-align: center;
        max-width: 450px;
        color: var(--be-secondary-text);
    }

    .perreo{
        color: #3f51b5;
    }


    /* TABLA DISEÑO*/
    .container-attrib {
        border: 1px solid #f2f4f8;
        border-radius: 8px 8px 8px 8px;
    }
     .first-attrib {
        border-radius: 8px 8px 8px 8px;
    }
     .comparative-row {
        padding: 0 0 32px;
    }
 .comparative-row-header {
        color: #002a8d;
        font-size: 14px;
        font-weight: 700;
        background-color: #f2f4f8;
        padding: 10px 0;
    }
    .text-center {
        text-align: center!important;
    }
    .comparative-row-description {
        display: flex;
        padding-top: 20px;
    }
    .comparative-row-description .item:first-child {
        order: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .comparative-row-description .item {
        width: 35%;
    }
    .comparative-row-description .item {
        padding: 0 1%;
    }
    
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0 16px;
        font-size: 14px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .btn-primary {
        color: #fff;
        background-color: #689f38;
        background-image: none;
        border-color: #378424;
    }
    .btn, .btn-sm {
        height: 24px;
      
        line-height: 22px;
  
    }
    
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .btn {
        width: 95px;
        font-size: 12px;
        margin: 0px 0;
        border-radius: 4px;
        padding: 0;
    }
    
    .estadoViaje_0:before {
        
        content: "Registrado";
        font-family: inherit;
        background-color: #f4f4f4;
        color: #222222;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
    }
    .estadoViaje_1:before {
        content: "En ruta";
      
        font-family: inherit;
        background-color: #012d74;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 14px;
    }
    .estadoViaje_2:before {
        content: "Retorno";
        font-family: inherit;
        background-color: #ffb716;
        color: #ffffff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 14px;
    }
    .estadoViaje_3:before {
        content: "Finalizado";
        font-family: inherit;
        background-color: #46af00;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 14px;
    }
    .estadoViaje_4:before {
        content: "Cancelado";
        font-family: inherit;
        background-color: #f34d4d;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 14px;
    }
    .estadoFactura_0:before {
        content: "NO";
        font-family: inherit;
        background-color: #f34d4d;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
    }
    .DeudasUI  {
        box-sizing: inherit;
        font-family: inherit;
        background-color: #46af00;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }
    .estadoFactura_1:before {
        content: "SI";
        font-family: inherit;
        background-color: #46af00;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }

    .iado_tooltip {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #2cbfd5;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        line-height: 16px;
        font-style: normal;
        color: #2cbfd5;
        cursor: pointer;
        font-size: 12px;
        display: inline-block;
        text-decoration: none;
        transition: all .2s linear;
    }

    .iado_tooltip:hover {
        background-color: #2cbfd5;
        color: #fff;
    }

    .iado_tooltip::before {
        content: "F";
        color: inherit;
        font-family: Verdana;
        font-weight: bold;
    }
    .iado_tooltip_2 {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #ffb716;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        line-height: 16px;
        font-style: normal;
        color: #ffb716;
        cursor: pointer;
        font-size: 12px;
        display: inline-block;
        text-decoration: none;
        transition: all .2s linear;
    }
    .iado_tooltip_2:hover {
        background-color: #ffb716;
        color: #fff;
    }

    .iado_tooltip_2::before {
        content: "O";
        color: inherit;
        font-family: Verdana;
        font-weight: bold;
    }

     .iado_tooltip_3 {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #46af00;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        line-height: 16px;
        font-style: normal;
        color: #46af00;
        cursor: pointer;
        font-size: 12px;
        display: inline-block;
        text-decoration: none;
        transition: all .2s linear;
    }
    .iado_tooltip_3:hover {
        background-color: #46af00;
        color: #fff;
    }
    
    .iado_tooltip_3::before {
        content: "V";
        color: inherit;
        font-family: Verdana;
        font-weight: bold;
    }
    .iado_tooltip_icon {
        height: 14.142px;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .iado_tooltip_icon::after {
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        top: 4px;
        margin-left: -10px;
        box-shadow: 0 8px 10px 1px rgba(82, 112, 148, 0.14), 0 3px 14px 2px rgba(82, 112, 148, 0.12), 0 5px 5px -3px rgba(82, 112, 148, 0.2);
    }
    .iado_tooltip_descripcion {
        background-color: #fff;
        color: #202e44;
        text-align: center;
        border-radius: 6px;
        padding: 17.17px 8px 14px;
        box-shadow: 0 8px 10px 1px rgba(82, 112, 148, 0.14), 0 3px 14px 2px rgba(82, 112, 148, 0.12), 0 5px 5px -3px rgba(82, 112, 148, 0.2);
    }
    .iado_tooltip:hover>.iado_tooltip_contenedor {
        z-index: 1;
        position: absolute;
    }
    .iado_tooltip_2:hover>.iado_tooltip_contenedor {
        z-index: 1;
        position: absolute;
    }
    .iado_tooltip_3:hover>.iado_tooltip_contenedor {
        z-index: 1;
        position: absolute;
    }
    .iado_tooltip_contenedor {
        width: 240px;
        position: relative;
        z-index: -1;
        font-weight: normal;
        margin-left: -112px;
        margin-top: 8px;
    }

    .deudaFac_0 {
        padding: 6px 10px;
                      font-size: 12px;
                      color: #fff;
                      border-radius: 14px;
                      background-color: red;
                      display: inline-block;
    }
    .deudaFac_1 {
        padding: 6px 10px;
                      font-size: 12px;
                      color: #fff;
                      border-radius: 14px;
                      background-color: #46af00;
                      display: inline-block;
    }

    
    .estadoVehic_0:before {
        content: "Inactivo";
        font-family: inherit;
        background-color: red;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }


    .estadoVehic_1:before {
        content: "Activo";
        font-family: inherit;
        background-color: #46af00;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }

    .estadoVehic_2:before {
        content: "Taller";
        font-family: inherit;
        background-color: #ffb716;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }

    /* date range */

    .form-control {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
        font-size: 16px;
        line-height: 1.25;
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }

    .estadoEmple_0:before {
        content: "Inactivo";
        font-family: inherit;
        background-color: red;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }


    .estadoEmple_1:before {
        content: "Activo";
        font-family: inherit;
        background-color: #46af00;
        color: #fff;
        border-color: #012d74;
        line-height: 40px;
        font-weight: 600;
        padding: 6px 10px;
        font-size: 12px;
       
        border-radius: 14px;
      
    }
    /* MENÚ HORIZONTAL V1 */
    .mat-tab-label-container {
        display: flex;
        flex-grow: 1;
        overflow: hidden;
        z-index: 1;
    }
    .mat-tab-list {
        flex-grow: 1;
        position: relative;
        transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1);
    }
    .mat-tab-labels {
        display: flex;
    }
    .mat-tab-label:focus {
        outline: none;
    }
    .mat-tab-label:focus:not(.mat-tab-disabled) {
        opacity: 1;
    }
    .mat-ripple {
        overflow: hidden;
        position: relative;
    }
    .mat-tab-label, .mat-tab-link {
        font-size: 14px;
        font-weight: 500;
    }
    .mat-tab-label, .mat-tab-link {
        color: var(--be-text);
    }
    .mat-tab-label {
        height: 48px;
        padding: 0 24px;
        cursor: pointer;
        box-sizing: border-box;
        opacity: .6;
        min-width: 160px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        position: relative;
    }
    .mat-ripple:not(:empty) {
        transform: translateZ(0);
    }
    .settings-panel .mat-tab-label {
        text-transform: capitalize;
    }
    
    .mat-tab-label .mat-tab-label-content {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }
    .mat-tab-header {
        display: flex;
        overflow: hidden;
        position: relative;
        flex-shrink: 0;
    }
    .mat-tab-header, .mat-tab-nav-bar {
        border-bottom: 1px solid var(--be-divider-default);
    }
    .activeTab{
      border-bottom: 3px solid #689f38;
    }
    /* CONTENEDORES PAGES */

    .datatable-page-header h1 {
        margin: 0 0 15px;
        font-size: 30px;
        text-transform: capitalize;
        font-weight: 300;
    }
    .datatable-page-header .header {
        margin-bottom: 25px;
    }
@media only screen and (min-width: 768px){
    .datatable-page-header .header {
        display: flex;
        align-items: center;
    }
}
/* date filters */
.datatable-page-header .header datatable-filters {
    flex: 1 1 auto;
    max-width: 950px;
    margin-right: auto;
    margin-bottom: 0;
}
search-input-with-filters {
    display: flex;
    background-color: var(--be-background);
    border: 1px solid var(--be-divider-default);
    height: 45px;
    border-radius: 4px;
    position: relative;
    padding-left: 3px;
    overflow: hidden;
    width: 100%;
 }
 search-input-with-filters:focus-within {
    outline: none;
    border-color: var(--be-accent-lighter);
    box-shadow: 0 0 0 2px var(--be-accent-lighter);
    z-index: 3;
    overflow: visible;
    height: auto!important;
}


 active-filters{
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
 }

 .search-input-container[_ngcontent-hyo-c282]{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: auto;
    height: 43px;
    padding-left: 8px;
}
.search-input[_ngcontent-hyo-c282] {
    border: none;
    height: 100%;
    padding: 0;
}
.search-input[_ngcontent-hyo-c282]:focus {
    outline:none; 
}
.search-icon {
    display: block;
    color: var(--be-secondary-text);
    margin-right: 5px;
}
.clear-button {
    height: 43px;
    width: 43px;
    line-height: 43px;
    color: var(--be-accent-default);
}
.filter-button{
    min-width: auto;
    padding: 0 14px;
    color: var(--be-accent-default);
    height: 43px;
}
.filter-button:hover{
    background-color: var(--be-hover);
}
filter-suggestions {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: var(--be-background);
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    color: var(--be-text);
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 5px 8px rgb(0 0 0 / 14%), 0 1px 14px rgb(0 0 0 / 12%);
}
/* filter-suggestions:focus{
    overflow: hidden;
} */
.visible{
    display: block;
}
.filter-suggestion-header[_ngcontent-gfh-c277] {
    background-color: var(--be-background-alternative);
}
.row[_ngcontent-gfh-c277] {
    display: flex;
    height: 55px;
    padding: 15px;
    border-bottom: 1px solid var(--be-divider-lighter);
}
.row[_ngcontent-gfh-c277]:not(.header) {
    cursor: pointer;
}
.column[_ngcontent-gfh-c277] {
    flex: 0 0 48%;
}
.row[_ngcontent-gfh-c277]:not(.header):hover {
    background-color: var(--be-hover);
}
.help-container[_ngcontent-gfh-c277] {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: var(--be-accent-emphasis);
}
.help-container[_ngcontent-gfh-c277] .mat-icon {
    margin-right: 10px;
    color: var(--be-accent-default);
}

.datatable-page-header .header .action-buttons {
    white-space: nowrap;
}
.datatable-page-header .header .action-buttons .mat-button-base {
    margin-top: 15px;
    line-height: 40px;
}
@media only screen and (min-width: 768px){
    .datatable-page-header .header .action-buttons .mat-button-base {
        margin-left: 10px;
        margin-top: 0;
    }
}

.datatable-page-header .header .action-buttons .mat-button-base {
    margin-top: 15px;
    line-height: 40px;
}
@media only screen and (min-width: 768px){
    .datatable-page-header .header .action-buttons .mat-button-base {
        margin-left: 10px;
        margin-top: 0;
    }
}
.datatable-page-header .header .action-buttons .button-with-icon .mat-icon {
    margin-right: 3px;
}
/* tabla de datos */

.datatable {
    position: relative;
    border: 1px solid var(--be-divider-default);
    box-shadow: none;
    background-color: var(--be-background);
    border-radius: 4px;
}
mat-progress-bar {
    display: block;
    height: 4px;
    overflow: hidden;
    position: relative;
    transition: opacity 250ms linear;
    width: 100%;
}
.datatable .loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.material-table {
    border-spacing: 0;
    width: 100%;
}
.material-table tr {
    background-color: inherit;
}
.material-table thead tr {
    height: 56px;
}
.material-table td, .material-table th {
    padding: 0;
    border-bottom: 1px solid var(--be-divider-default);
}
.material-table th {
    color: var(--be-secondary-text-table);
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
}
.material-table tr {
    background-color: inherit;
}
.material-table tbody tr {
    height: 48px;
}


.material-table td:first-of-type, .material-table th:first-of-type {
    padding-left: 24px;
}
.material-table td:last-of-type, .material-table th:last-of-type {
    padding-right: 24px;
}
.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}
.mat-button .mat-button-wrapper>*, .mat-flat-button .mat-button-wrapper>*, .mat-stroked-button .mat-button-wrapper>*, .mat-raised-button .mat-button-wrapper>*, .mat-icon-button .mat-button-wrapper>*, .mat-fab .mat-button-wrapper>*, .mat-mini-fab .mat-button-wrapper>* {
    vertical-align: middle;
}
.mat-icon-button i, .mat-icon-button .mat-icon {
    line-height: 24px;
}
.material-table .edit-column {
    color: var(--be-secondary-text);
    padding-left: 0px;
    white-space: nowrap;
    text-align: right;
}

/* editar formulario */
.edit-main-info {
    display: flex;
}
.edit-main-info .right-col {
    flex: 1 1 auto;
    min-width: 0;
}
.mat-tab-body-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    transition: height 500ms cubic-bezier(0.35, 0, 0.25, 1);
}
.mat-tab-body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    flex-basis: 100%;
}
.mat-tab-body.mat-tab-body-active {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    flex-grow: 1;
}
.tab {
    padding-top: 20px;
}
.edit-main-info .left-col {
    width: 220px;
    flex-shrink: 0;
    margin-right: 25px;
}
.many-inputs>.row>.col-6>.input-container {
    margin-bottom: 20px;
}

.separator {
    height: 1px;
    margin: 25px 18px 0;
    background-color: var(--be-divider-default);
}
.artist-albums-table {
    display: block;
}
.artist-albums-table {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid var(--be-divider-lighter);
}

.material-table td, .material-table th {
    padding: 0;
    border-bottom: 1px solid var(--be-divider-default);
}

 /* SETTINGS CONTAINER */

 .settings-panel {
    display: block;
    margin-bottom: 30px;
    border: 1px solid var(--be-divider-default);
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: var(--be-background);
    padding: 25px 30px;
    position: relative;
}


/* MODAL V2 */

.layout-padding, .layout-padding-gt-sm, .layout-padding-gt-sm>*, .layout-padding-md, .layout-padding-md>*, .layout-padding>*, .layout-padding>.flex, .layout-padding>.flex-gt-sm, .layout-padding>.flex-md{
    padding: 0px;
}


/* var(--be-label); */

.input-container input {
    color: var(--be-text);
}

md-toolbar:not(.md-menu-toolbar) {
    background-color: var(--be-background);
    color:  var(--be-text);
}

aviso-s1{
    color: var(--be-text);
}



/* DISEÑO A CONFIG */
nav-sidebar .current-user .settings-button.active {
    background-color: var(--be-accent-default);
    border-color: var(--be-accent-default);
    color: var(--be-accent-contrast);
}

/* POST APARENCE */
[_nghost-heu-c274] {
    display: flex;
    padding-top: var(--top-offset);
    --nav-width: 225px;
    --top-offset: 70px;
}
sidenav[_ngcontent-heu-c396] {
    --nav-width: 700px; 
    /* --nav-width: 530px;  */
    /* medidas */
}
.scrollable-div {
    height: calc(70vh - 50px); /* Define la altura deseada del div */
    overflow-y: scroll; /* Agrega el scroll vertical */
  }
.no-navbar {
    --top-offset: 0px;
}



.enable-transitions[_nghost-heu-c274] nav {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
    transition-property: transform;
}
.sidebar[_ngcontent-heu-c396] {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 14%), 0 1px 5px rgb(0 0 0 / 12%);
    padding: 0;
}

[_nghost-heu-c274] nav {
    width: var(--nav-width);
    overflow: auto;
    padding: 26px 8px 16px;
    border-right: 1px solid var(--be-divider-default);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--top-offset);
    bottom: 0;
    z-index: 4;
    background-color: var(--be-background);
}

.sidebar[_ngcontent-heu-c396] .header[_ngcontent-heu-c396] {
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-bottom: 1px solid var(--be-divider-default);
    height: 60px;
}
appearance .back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    color: var(--be-secondary-text);
    padding: 10px;
    border-right: 1px solid var(--be-divider-default);
    cursor: pointer;
}
.sidebar[_ngcontent-heu-c396] .header[_ngcontent-heu-c396] .title[_ngcontent-heu-c396] {
    padding-left: 10px;
    font-size: 1.7rem;
    font-weight: 300;
}

.sidebar[_ngcontent-heu-c396] .root-navigation[_ngcontent-heu-c396] {
    padding: 10px;
}




[_nghost-heu-c274] main {
    min-width: 0;
    flex: 1 1 auto;
    background-color: var(--be-background);
    /* min-height: calc(100vh - 0px); */
    /* min-height: calc(100vh - var(--top-offset, 0px)); */
    min-height: 100%;
    border: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    [_nghost-heu-c274] main {
    margin-left: var(--nav-width);
}
}

.live-preview[_ngcontent-heu-c396] {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
}

.stat[_ngcontent-heu-c362] {
    justify-content: center;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0px;
    border-radius: 0px;
    height: 50px;
    align-items: center;
    color: var(--be-pagar);
    background-color: var(--be-accent-default);
    box-shadow: none;
    border: 1px solid var(--be-divider-default);
    padding: 0 15px;
}

pos-productos .result-with-image {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
pos-productos .tracks .track {
    cursor: pointer;
    width: 100%;
    background-color: var(--be-raised-button);
    border: 1px solid var(--be-divider-lighter);
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 10px;
}
pos-productos .tracks .track:hover {
    background-color: var(--be-chip);
}
.img-container-pos {
    cursor: pointer;
}
pos-productos .result-with-image .img-container-pos {
    display: block;
    flex: 0 0 auto;
    position: relative;
}
pos-productos .result-with-image .names {
    margin-left: 10px;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
[_nghost-heu-c37] {
    overflow: hidden;
}
img[_ngcontent-heu-c37] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    background-color: var(--be-raised-button);
}
pos-productos .result-with-image img {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: filter .3s;
}
img.ng-lazyloaded[_ngcontent-heu-c37] {
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}

.card-productos {
   
    flex: 1 1 auto;
    height: calc(100vh - 0px);
    padding: 1.3125rem;
}
.style-i3 {
    /* justify-content: space-around; */
    
}
.textoGeneral {
    
    color: var(--be-text);
}
pos-productos .result-with-image .names .primary {
    color: var(--be-text);
}
pos-productos .result-with-image .names .secondary {
    display: block;
    color: var(--be-secondary-text);
}
.qty-green[data-v-4cb0f581] {
    background: var(--be-accent-default);
}
.qty-red[data-v-4cb0f581] {
    background: red!important;
}
.box-qty[data-v-4cb0f581] {
    position: absolute;
    width: 50px;
    height: 30px;
    display: block;
    /* background: #6366f1; */
    top: 42px;
    right: 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-bottom-left-radius: 10px;


}

.mint_quantity_sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 95px;
    width: 100%;
    height: 100%;
}
 .mint_quantity_sect button {
    border: none;
    outline: none;
    background: transparent;
    padding: 0px;
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: var(--be-text);
}
.mint_quantity_sect input {
    max-width: 58px;
    width: 100%;
    border: none;
    border-left: 1px solid var(--cuantity-count);
    border-right: 1px solid var(--cuantity-count);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0px 19px;
    outline: none;
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: var(--be-text);
}
/* BUSCADOR V2 */

.wrapper[_ngcontent-heu-c323] {
    display: flex;
}
input[_ngcontent-heu-c323] {
    flex: 1 1 auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

select[_ngcontent-heu-c323] {
    width: 150px;
    flex: 0 0 150px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* PAGINADOR */
.banner-btn-area {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.input-number-decrement, .input-number-increment {
    display: inline-block;
    width: 60px;
    line-height: 60px;
    background: var(--be-accent-default); ;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

element.style {
}

.input-number, .input-number-decrement, .input-number-increment {
    border: none;
    height: 60px;
    user-select: none;
}
.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}
.input-number, .input-number-decrement, .input-number-increment {
    border: none;
    height: 60px;
    user-select: none;
}
.input-number {
    background: transparent;
    color: var(--be-text);
    border-right: none;
    border-top: 2px solid var(--be-accent-default); ;
    border-bottom: 2px solid var(--be-accent-default);;
}
.input-number-increment {
    border-left: none;
}
.input-number-decrement:active, .input-number-increment:active {
    background: var(--cuantity-pag-active);
}

/* CHAT DISEÑO */
.message-previous {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    width: 100%;
}
.previous {
    font-size: 15px;
    text-align: center;
    padding: 10px !important;
    cursor: pointer;
}

.message-body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
}

.message-main-receiver {
    padding: 10px 20px;
    max-width: 60%;
}

.receiver {
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: var(--receiver-chat);;
    font-size: 12px;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .2); */
    word-wrap: break-word;
    display: inline-block;
}
.message-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap: break-word;
    font-size: 1.4rem;
    color: var(--be-secondary-text);
    padding-bottom: 0 !important;
}
.message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}
.pull-right {
    float: right!important;
}

.message-main-sender {
    padding: 3px 20px !important;
    margin-left: 40% !important;
    max-width: 60%;
}
.sender {
    float: right;
    width: auto !important;
    background: var(--sender-chat);;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 12px;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .2); */
    display: inline-block;
    word-wrap: break-word;
}
/* --receiver-chat: #fff;
--sender-chat: #D9FDD3; */
.w-\[30\%\] {
    width: 30%;
}

.min-w-180 {
    min-width: 11.25rem;
}
.justify-betweens {
    justify-content: space-between;
}
.border-t {
    border-top-width: 1px;
}
.bg {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--be-background) / var(--tw-bg-opacity));
}
.px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.w-2\/5 {
    width: 42%;
}
.max-w-\[722px\] {
    max-width: 722px;
}
.min-w-180 {
    min-width: 11.25rem;
}

.w-\[30\%\] {
    width: 40%;
}
.items-centers {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}
.h-96 {
    height: 6rem;
}
.z-30 {
    z-index: 30;
}


/* CABECERA FACTURA */
.mb-6 {
    margin-bottom: 1.5rem;
}
.grid {
    display: grid;
}

.gap-4 {
    gap: 1rem;
}
@media (min-width: 1024px){
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr));
    }
}

@media (min-width: 1024px){
    .lg\:items-center {
        align-items: center;
    }
}
@media (min-width: 1024px){
    .lg\:order-2 {
        order: 2;
    }
}

@media (min-width: 1024px){
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    } 
}
@media (min-width: 1024px){
    .lg\:order-1 {
        order: 1;
    }
}

@media (min-width: 1024px){
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
}
.border-2 {
    border-width: 2px;
}
.border-dashed {
    border-style: dashed;
}
.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.font-semibold {
    font-weight: 600;
}
.items-center {
    align-items: center;
}

.flex2 {
    display: flex;
}

.opacity-60 {
    opacity: .6;
}
.relative {
    position: relative;
}
.rounded-md {
    border-radius: 0.375rem;
}
.shadow-sm {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
@media (min-width: 1024px){
    .lg\:flex {
        display: flex;
    }
}
@media (min-width: 1024px){
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
}
.font-semibold {
    font-weight: 600;
}
@media (min-width: 1024px){
    .lg\:text-left {
        text-align: left;
    }
}

@media (min-width: 1024px){
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px){
    .lg\:order-1 {
        order: 1;
    }
}

@media (min-width: 1024px){
    .lg\:mr-4 {
        margin-right: 1rem;
    }
}

@media (min-width: 1024px){
    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }
}
.w-36 {
    width: 11rem;
}

.justify-center {
    justify-content: center;
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-b {
    border-bottom-width: 1px;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: var(--be-accent-default);
}
.rounded-full {
    border-radius: 9999px;
}
.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
.inline-flex {
    display: inline-flex;
}
.text-sm {
    font-size: 1.3rem;
    line-height: 1.45rem;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: var(--be-accent-default); /* Color verde */
    border-radius: 50%; /* Forma de círculo */
    animation: pulse 1s infinite alternate; /* Animación de pulso */
}
@keyframes pulse {
    0% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(0.5); /* Escala el círculo a un tamaño un poco más grande */
    }
}

 .subtitle {
    font-size: 1.2rem;
    color: var(--be-secondary-text);
}
.badge[data-v-f63a7cd4] {
    border: 2px solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    width: min-content;
}
.company-info-card  .plan-badge[data-v-d33d0748]{
    font-family: Roboto,Inter;
    font-weight: 400;
    cursor: pointer!important;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.border-brand1[data-v-f63a7cd4] {
    border-color: var(--be-accent-default);
    border-top-color: var(--be-accent-default);
    color: var(--be-accent-default);
}

.badge .text[data-v-f63a7cd4] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px 20px;
    width: 100%;
}

.centered-image {
    display: block;
    margin: 0 auto;
}
.w-full {
    width: 100%;
}
.min-w-0 {
    min-width: 0px;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-ellipsis, .text-ellipsis {
    text-overflow: ellipsis;
}

.bg-transparent {
    background-color: transparent;
}

.border-primary {
    border-color: rgb(var(--be-accent-default));
}
.border {
    border-width: 1px;
}
.text-primary-a {
    --tw-text-opacity: 1;
    color: rgb(var(--be-accent-default) / var(--tw-text-opacity));
}

.tw-relative {
    /* position: relative!important; */
}
.tw-text-right {
    text-align: right!important;
}
.tw-z-40 {
    /* z-index: 40!important; */
}


input[data-v-042882ac] {
    border: 2px solid #f4f4f5;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: rgba(244,244,245,var(--tw-bg-opacity))!important;
}
.tw-input-sm[data-v-042882ac] {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    --tw-bg-opacity: 1!important;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))!important;
    --tw-border-opacity: 1!important;
    border-color: rgba(228,228,231,var(--tw-border-opacity))!important;
}
.tw-input-sm[data-v-042882ac] {
    border-radius: 0.5rem!important;
    border-width: 2px!important;
    font-weight: 600!important;
    font-size: 1rem!important;
    line-height: 1.25rem!important;
    line-height: 1!important;
    padding: 0.375rem 0.5rem!important;
}
.tw-input-sm[data-v-042882ac] {
    --tw-text-opacity: 1!important;
    color: rgba(63,63,70,var(--tw-text-opacity))!important;
}
.tw-flex {
    display: flex!important;
}
.tw-items-center {
    align-items: center!important;
}
.tw-justify-center {
    justify-content: center!important;
}

/* [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
} */
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.tw-rounded-lg {
    border-radius: 0.5rem!important;
}
.tw-items-center {
    align-items: center!important;
}
.tw-h-8 {
    height: 2rem!important;
}
.tw-text-xs {
    font-size: .75rem!important;
    line-height: 1rem!important;
}
.tw-mb-px {
    margin-bottom: 1px!important;
}

.tw-w-8 {
    width: 2rem!important;
}
input[data-v-042882ac] {
    border: 2px solid #f4f4f5;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: rgba(244,244,245,var(--tw-bg-opacity))!important;
}
input[data-v-042882ac] {
    font-weight: 600!important;
    font-size: .875rem!important;
    line-height: 1.25rem!important;
    line-height: 1!important;
    padding: 0.5rem 0.625rem!important;
    --tw-text-opacity: 1!important;
    color: rgba(63,63,70,var(--tw-text-opacity))!important;
}
.tw-input-sm[data-v-042882ac] {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    --tw-bg-opacity: 1!important;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))!important;
    --tw-border-opacity: 1!important;
    border-color: rgba(228,228,231,var(--tw-border-opacity))!important;
}
.tw-input-sm[data-v-042882ac] {
    border-radius: 0.5rem!important;
    border-width: 2px!important;
    font-weight: 600!important;
    font-size: .875rem!important;
    line-height: 1.25rem!important;
    line-height: 1!important;
    padding: 0.375rem 0.5rem!important;
}
.tw-input-sm[data-v-042882ac] {
    --tw-text-opacity: 1!important;
    color: rgba(63,63,70,var(--tw-text-opacity))!important;
}
input[type=email][data-v-042882ac], input[type=number][data-v-042882ac], input[type=password][data-v-042882ac], input[type=search][data-v-042882ac], input[type=text][data-v-042882ac] {
    font-size: medium;
    line-height: normal;
    height: auto;
}

.tw-text-center {
    text-align: center!important;
}
.tw-mx-1 {
    margin-left: 0.25rem!important;
    margin-right: 0.25rem!important;
}
.tw-border-gray-200 {
    --tw-border-opacity: 1!important;
    border-color: rgba(228,228,231,var(--tw-border-opacity))!important;
}
.tw-rounded-b-lg, .tw-rounded-r-lg {
    border-bottom-right-radius: 0.5rem!important;
}
.tw-rounded-b-lg, .tw-rounded-l-lg {
    border-bottom-left-radius: 0.5rem!important;
}
.tw-border-2 {
    border-width: 2px!important;
}
.tw-font-semibold {
    font-weight: 600!important;
}
.tw-mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.tw--mt-0\.5 {
    margin-top: -0.125rem!important;
}

.tw-py-1 {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}


.custom-actions {
    justify-content: space-between;
    padding: 0 16px;
    margin-top: 16px;
  }
  
  .custom-button {
    flex-grow: 1;
    margin: 0 8px;
    font-size: 16px;
    text-transform: none;
    border-top: 1px solid #e2e8f0;
  }
  
  .cancel-button {
    background-color: #f5f5f5;
    color: black;
  }
  
  .save-button {
    background-color: #4caf50;
    color: white;
  }


  .custom-button-group {
    display: flex;
    align-items: center;
  }
  
  
  .custom-total {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
  }
  
  .custom-total-label {
    margin-right: 12px;
  }
  
  .custom-total-button {
    white-space: nowrap;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 12px;
  }


  /* das */

  .disabled-div {
    pointer-events: none;
    opacity: 0.6;
  }
  .disabled-item {
    pointer-events: none;
    opacity: 0.6;
  }

  md-autocomplete#custom-template {
   
  }
  .autocomplete-custom-template .md-autocomplete-suggestion {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
  }
  .autocomplete-custom-template .md-autocomplete-suggestion:last-child {
    border-bottom-width: 0;
  }
  .autocomplete-custom-template .item-title,
  .autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
  }
  .autocomplete-custom-template .item-title md-icon {
    height: 18px;
    width: 18px;
  }
  .custom-container {
    min-width: 300px !important;
  }

  .tw-block {
    display: block!important;
}
  .tw-h-full {
    height: 100%!important;
}
.tw-text-black {
    --tw-text-opacity: 1!important;
    color: rgba(0,0,0,var(--tw-text-opacity))!important;
}
.tw-nuxt-link {
    height: 100%!important;
    padding: 0.625rem 0.5rem!important;
}
.tw-bg-green-100 {
    --tw-bg-opacity: 1!important;
    background-color: rgba(220,252,231,var(--tw-bg-opacity))!important;
}
.tw-rounded-full {
    border-radius: 9999px!important;
}
.tw-h-7 {
    height: 1.75rem!important;
}
.tw-text-sm {
    font-size: .875rem!important;
    line-height: 1.25rem!important;
}
.tw-text-green-600 {
    --tw-text-opacity: 1!important;
    color: rgba(22,163,74,var(--tw-text-opacity))!important;
}
.tw-w-7 {
    width: 1.75rem!important;
}



@media (min-width: 640px) {
    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}

.text-main {
    color: rgb(var(--be-foreground-base) / 100%);
}

.pb-16 {
    padding-bottom: 1rem;
}

.mb-16 {
    margin-bottom: 1rem;
}

*,:before,:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgb(var(--be-foreground-base) / var(--be-divider-opacity));
}
.text-muted {
    color: rgb(var(--be-foreground-base) / var(--be-text-muted-opacity)) !important;
}
.icon-md {
    font-size: 2.5rem;
}
.svg-icon {
    display: inline-block;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    fill: currentColor;
    transition-property: transform, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: var(--be-background);
    border-radius: 4px;
    border: 1px solid var(--be-divider-default);
    width: auto;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
    color: var(--be-text);
}
.daterangepicker .ranges li:hover {
    background-color: var(--be-chip);
}




.daterangepicker .ranges li.active {
    background-color: var(--be-accent-emphasis);
    color: var(--be-text);
    border-right: 3px solid transparent;
    border-color: var(--be-accent-default);
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid var(--be-divider-default);
}

.daterangepicker .calendar-table {
    border: 0px;
    border-radius: 0px;
    background-color: var(--be-background);
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: var(--be-hover);
    border-color: transparent;
    color: inherit;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: var(--be-text);
    border: 1px solid var(--be-divider-default);
    border-width: 0px 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 4px;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: var(--be-chip);
    border-color: transparent;
    color: #999;
}


.daterangepicker td.in-range {
    background-color: var(--be-accent-emphasis);
    border-color: transparent;
    color: var(--be-text);
    border-radius: 0;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 39px;
    height: 32px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    color: var(--be-text);
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: var(--be-accent-default);
    border-color: transparent;
    color: inherit;
    color: #fff;
}
@media (min-width: 564px) {
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 0px;
    }
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: end;
    padding: 8px;
    border-top: 1px solid var(--be-divider-default);
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
    color: var(--be-text);
}

.daterangepicker .drp-buttons .btn {
    margin-left: 9px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    height: 38px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--be-accent-default);
    border-color: transparent;
    color:#fff;
}

.spinner {
    width: 10px;
    height: 10px;
    position: relative;
    margin: 100px auto;
}

.icondemoLoadSvgIconsFromUrl .s48 {
    cursor: pointer;
    color: var(--be-text);
  }

  .ct-chart-donut .ct-label {
    fill: var(--be-text);
    text-shadow: 0 0px rgba(0, 0, 0, 0);
    font-weight: 500;
}

.chart-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    min-width: 0px;
    grid-auto-rows: 20px;
    gap: 20px;
}



.mb-20 {
    margin-bottom: 1.25rem;
}

.compact-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgb(193 193 193) transparent;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-panel {
    border-radius: var(--be-panel-radius, .25rem);
}

.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-14 {
    padding-bottom: .875rem;
}

.gap-6 {
    gap: .375rem;
    display: flex;
}

.gap-10 {
    display: flex;
    gap: .625rem;
}

.text-4xl {
    font-size: 3.25rem;
    line-height: 4.5rem;
}

.font-medium {
    font-weight: 500;
}

.text-positive {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
};

.col-span-6 {
    grid-column: span 6 / span 6;
    display: flex;
}
.col-span-6 {
    grid-column: span 5 / span 5;
}
.row-span-11 {
    grid-row: span 11 / span 11;
}

.h-full {
    height: 100%;
}

.overflow-y-auto {
    overflow-y: auto;
}

.rounded-panel {
    border-radius: var(--be-panel-radius, .25rem);
}

.p-20 {
    padding: 1.25rem;
}

.dark\:bg-alt:is(.dark *) {}

.pb-10 {
    display: flex;
    padding-bottom: .625rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.gap-24 {
    display: flex;
    gap: 1.5rem;
}

.gap-8 {
    gap: .5rem;
    display: flex;
}

.overflow-hidden {
    overflow: hidden;
}

.w-42 {
    width: 2.625rem;
}

.h-42 {
    height: 2.625rem;
}

.select-none {
    user-select: none;
}

.rounded {
    border-radius: .25rem;
}

.leading-normal {
    line-height: 1.5;
    display: flex;
}

.text-on-primary {
    --tw-text-opacity: 1;
    color: rgb(var(--be-on-primary) / var(--tw-text-opacity, 1));
}

.icon-sm {
    font-size: 1.25rem;
}
.mb-24 {
    margin-bottom: 1.5rem;

}

md-checkbox .md-container {
    left: auto;
    margin: 26px 3px 3px;
    right: auto;
    top: auto;
}

md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
    border-color: var(--be-text);
}
.cuadrosDash {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media (max-width: 768px) {
    .hidden_mobile{
        display: none;
    }
    .cuadrosDash {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .show_mobile{
        display: none;
    }
   
}

.gap-30 {
    display: flex;
    justify-content: space-between;
}

.my-12 {
    margin-top: 1.75rem;
    margin-bottom: .75rem;
}

