#invModel .justify-start-content {
    display: flex;
    justify-content: flex-start;
}

#invModel .justify-end-content {
    display: flex;
    justify-content: flex-end;
}

#invModel .justify-around-content {
    display: flex;
    justify-content: space-around;
}

#invModel .justify-between-content {
    display: flex;
    justify-content: space-between;
}

#invModel md-card.md-analyticboard-theme, md-card.rounded {
    border-radius: 5px !important;
}

#invModel .green-card {
    background: #80C58E;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModel .purple-card {
    background: #CDB8F9;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModel .sky-card {
    background: #5ACFC2;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModel .blue-card {
    background: #93AFD0;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModel .pink-card {
    background: #F9B8F7;
    color: #fff;
    box-shadow: none;
}

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

#invModel .bar {
    fill: steelblue;
}

#invModel .bar:hover {
    fill: lightblue;
}

#invModel .axis text {
    font: 10px sans-serif;
}

#invModel .axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

#invModel .x.axis path {
    display: none;
}

#invModel #dateBarChartContainer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 15vh;
    overflow: hidden;
}

#invModel .dark-color-text{
    color: #00000090;
}

#invModel .ag-header-cell-text{
    color: #666666;
}

#invModel .sparklineCell {
    padding-top: 0 !important;
}

#invModel .title-text {
    font-size: 36px;
}

#invModel .title-kpi {
    font-size: 23px;
    font-weight: 700;
}

#invModel .adj {
    color: #649ADA;
    font-weight: bold;
}

#invModel .sug {
    color: #ffffff;
    font-weight: bold;
    background: #649ADA;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 10px;
    border-radius: 8px;
}

#invModel .adjShow {
    background: #F9B8F7;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 10px;
    border-radius: 8px;
}

#invModel .ag-theme-material .ag-header-cell-label {
    justify-content: center;
}

#invModel .cellAdj {
    background: #F9B8F760;
}

#invModel .ag-theme-material div.ag-row {
    font-size: 15px !important;
}

#invModel .ag-theme-material .ag-cell {
    line-height: 46px;
    padding: 0px;
    border: 1px solid transparent;
}

#invModel .ag-theme-material .ag-header-cell, .ag-theme-material .ag-header-group-cell {
    line-height: 56px;
    padding: 0px;
}

#invModel .ag-theme-material .ag-header-cell-resize::after {
    border-right: 0px;
    box-sizing: content-box;
    content: "resize";
    display: block;
    height: 24px;
    margin-top: 16px;
    overflow: hidden;
    text-indent: 2px;
    width: 2px;
}

#invModel .ag-theme-material .ag-header-cell {
    font-size: 15px !important;
}

#invModel #help {
    padding: 5px;
    background: #FAFAFA;
    border: 1px solid #666;
    position: absolute;
    z-index: 2000;
    font-size: 20px;
    border-radius: 4px;
    display: none;
}

#invModel .tooltip-date, .tooltip-value {
    font-weight: bold;
}

#invModel .overlay {
    fill: none;
    pointer-events: all;
}

#invModel .focus circle {
    fill: steelblue;
}

#invModel .focus text {
    font-size: 14px;
}

#invModel .tooltip {
    padding: 5px;
    background: #FAFAFA;
    border: 1px solid #666;
    position: absolute;
    z-index: 2000;
    font-size: 20px;
    border-radius: 4px;
    display: none;
}

#invModel .slider {
    border: none;
}

#invModel .slider .ui-slider-range {
    background: #666;
}

#invModel .slider .ui-slider-handle {
    border-color: #666;
}

#invModel .optimizator-toolbar {
    background: white!important;
    color: black!important;
}

#invModel .ui-slider-horizontal {
    height: 10px;
}

#invModel .slider-container .input-container {
    width: 100%
}

#invModel .slider-container .ui-slider .ui-slider-handle {
    width: 1.0em;
    height: 1.0em;
    outline: none;
    margin-top: 2px;
}

#invModel .negative-slider .ui-slider-horizontal {
    background: #666;
}

#invModel .input-optimizacion {
    width: 62px;
    border: none;
    box-shadow: none;
    color: #666;
    font-weight: bold;
    font-size: 12px;
    text-align: end;
    outline: none;
    margin-bottom: 5px;
}

#invModel .label {
    font-weight: 400;
    font-size: 14px;
    color: #0a0a0a;
}

#invModel .slider .ui-slider-range {
    background: #CDB8F9;
}

#invModel .negative-slider .slider.ui-slider-horizontal {
    background:#F08799;
}

#invModel .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #CDB8F9 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

#invModel .ui-widget-content {
    border: 1px solid #ddd;
}

#invModel #imgLoading {
    position: absolute;
    top: 250px;
    left: 47%;
    height: 100%
}

#invModel .cont1 {
    opacity: 0.1;
    filter: alpha(opacity=5);
}

#invModel .light-gray-bg {
    background: #EFEFF0;
}

#invModel .flex-row {
    display: flex;
    flex-flow: row nowrap;
}

#invModel .flex-col {
    display: flex;
    flex-flow: column nowrap;
}

#invModel .vertical-centered {
    align-items: center;
}

#invModel .justify-between-content {
    display: flex;
    justify-content: space-between;
}

#invModel .cell-esp {
    background-color: #ffffec;
}

#invModel .button-custom {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0.5rem;
    box-sizing: border-box;
    color: #111827;
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

#invModel .button-custom:hover {
    background-color: rgb(249,250,251);
}

#invModel .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}

#invModel .form-group {
    margin-bottom: 0px !important;
}

#invModel .btn-clear-filter {
    /*border: none;*/
    cursor: pointer;
    padding: 4px;
    margin-left: 4px;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

#invModel .btn-clear-filter.show {
    opacity: 1;
}

#invModel .btn-clear-filter:hover {
    background-color: #f1f1f1;
}

#invModel .ag-theme-material .ag-header-cell-label > span {
    display: flex;
    align-items: center;
}

#invModel .ag-theme-material .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 40px;
}

#invModel .ag-theme-material .ag-row-selected {
    background-color: #E6F2FF;
}

.invModel-product-list {
    display: flex;
    flex-wrap: wrap;
}

.invModel-product-card {
    width: 250px;
    max-width: 250px;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invModel-product-name {
    font-size: 14px;
    /*font-weight: bold;*/
    padding-bottom: 5px;
    margin-bottom: auto; /* Cambiamos el margen inferior a "auto" */
}

.invModel-product-details {
    display: flex;
    justify-content: space-between;
}

.invModel-product-field {
    font-size: 12px;
    color: #999999;
}

.invModel-product-price {
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    line-height: 24px;
}




