.chart-slim.slim {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
} 
.chart-slim .chart-info {
    display: flex;
    justify-content: flex-start; 
    gap: 10px;
    align-items: center;
    padding: 0 !important;
    width: 175px;
}
.chart-slim .chart-values {
    width: 170px;
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.chart-slim  .chart-index-value {
     line-height: 35px;
}

.chart-slim.slim,
.chart-slim .chart-info,
.chart-slim .chart-values {
    height: 92px;
}

.chart-slim .chart-index--proc {
    text-align: center;
}
.chart-slim .chart-index-proc {
    width: 100%;
    position: relative;
}

.chart-slim .chart-index-name {
    font-size: 32px;
}

.chart-slim .chart-index-proc {
    font-size: 24px;
    font-weight: 100 !important;
    /*font-family: 'AdobeClean', sans-serif;*/
}

.chart-slim .chart-interval {
    background: none;
    width: 100px;
    text-align: right;
}
.chart-slim .chart-interval-select {
    width: 70px;
    background: #ecf0f9;
    height: 30px;
    border-radius: 20px;
}


.chart-slim .chart-info,
.chart-slim .chart-values,
.chart-slim .chart-canvas {
    border-right: 2px solid #e6f0fa;
    /*box-shadow: 3px 0px 3px 0px rgb(220, 230, 240);*/
}

.chart-slim .chart-canvas {
    padding: 0 20px;
    width: 700px;
    height: 92px;
}


.chart-slim.down .chart-index-proc::after, 
.chart-slim.up .chart-index-proc::after {
    right: 27px;
}

/* -------------------------- */
.down .chart-index-proc {
    color: #c14547;
}

.down .chart-index-proc::after,
.up .chart-index-proc::after {
    content: '\2B7E'; /* ⯾  \1F9D1 */
    display: inline-block;
    transition: transform 0.3s;
    font-size: 14px;
    line-height: 1;

    position: absolute; 
    top: 50%; 
    right: -20px;
    transform: translate(-50%, -50%);
}

.down .chart-index-proc::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.up .chart-index-proc::after {
    top: 63%;
    transform: translate(-50%, -50%) rotate(-135deg); 
}

#panel-watchlist .panel-indexes__content { 
    position: relative;
}
#panel-watchlist .chart-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
   border-top-left-radius: 2.15rem;
    border-left: 2px solid #96c593;
    border-top: 2px solid #96c593; 

}


#panel-watchlist .chart-wrap.down::before {
    border-left: 2px solid #c14547;
    border-top: 2px solid #c14547;
}

#panel-watchlist .icon.icon-info {
    text-align: center;
    color: #202020;
    background-color: #dfe9f4;
    border-radius: 13px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    line-height: 24px;
}
#panel-watchlist .panel-indexes {
    margin-bottom: 15px;
}
/* -------------------------- */

.chart-slim .chart-interval-select {
    width: 80px;
}

  /* select2 */
.chart-slim .select2-container--default .select2-selection--single {
    background-color: #e1ebf6;;
    border: 0;
    border-radius: 1.05rem;
}
.chart-slim .select2-dropdown {
    background-color: #e1ebf6;;
    border: 0;
    border-radius: 1.05rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.chart-slim .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.chart-slim .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    text-align: center;
}
.chart-slim .select2-container .select2-selection--single {
    height: 30px;
}
.chart-slim .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    /*right: 10px;*/
}

.chart-interval ul li.select2-results__option {
    list-style: none !important;
    margin-bottom: 2px;
    text-align: center;
}

.chart-interval ul.select2-results__options {
    padding-left: 0 !important;
}

.chart-slim .chart-index-proc {
    position: relative;
}

.chart-slim .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #e1ebf6;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    font-size: 15px;
    vertical-align: top;
}

.down .chart-index-change,
.down .chart-index-proc {
    color: #c14547;
}

.up .chart-index-change,
.up .chart-index-proc {
    color: #96c593; 
}

@media (max-width: 768px) {
    .chart-wrap.slim {
        margin: -1.03rem -1.03rem;
    }
.chart-slim.slim {
    flex-direction: column;
    padding: 0;
}
.chart-slim.slim, .chart-slim .chart-info, .chart-slim .chart-values {
    height: auto;
    width: auto;
}
.chart-slim .chart-canvas {
    width: auto;
    padding: 0 5px;
}
.chart-slim .chart-canvas,
.chart-slim .chart-info,
.chart-slim .chart-interval {
    width: 100%;
    border-right: none;
}

.chart-slim .chart-values {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: auto;
    flex-direction: row;
    gap: 22px;
    
}

.chart-slim.down .chart-index-proc::after, 
.chart-slim.up .chart-index-proc::after {
    right: -5px;
}

#panel-watchlist .chart-slim.down .chart-index-proc::after, 
#panel-watchlist .chart-slim.up .chart-index-proc::after {
    right: -15px;
}
.chart-slim .chart-index-proc {
    position: relative;
}

.panel-indexes__content .chart-wrap.slim::before,
#panel-watchlist .chart-wrap::before {
    border-top-left-radius: 1.125rem;
}

.chart-slim .chart-info,
.chart-slim .chart-values,
.chart-slim .chart-canvas {
    border: none;
}

.chart-slim .chart-index-name {
    margin: 10px 0 0 20px;
}
.chart-slim .chart-interval { 
    margin-bottom: 10px;
    margin-right: 20px;
}

.chart-slim .chart-index-value {
    font-size: 25px;
    font-weight: normal;
    color: #202020;
    margin-right: 0;

}

}
