.pill-counts.--secondary{
    border-color: transparent;
    color: var(--white);
    background-color: var(--secondary-2);
}

.pill-counts{
    min-height: 20px;
    border-radius: 300px;
    max-width: max-content;
    border: 1px solid transparent;
    background-color: transparent;

    font-family: var(--roboto);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding: 0 7px;
    display: flex;
    align-items: center;
}

.pill-text{
    font-weight: 500;
    font-size: 14px;
    font-family: var(--roboto);

    display: flex;
    align-items: center;
}
.pill-text.--hight-success{
    color: #098B6C;
}
.pill-text.--light-success{
    color: #4BAE4F;
}
.pill-text.--light-danger{
    color: #EE2750;
}
.pill-text.--light-primary{
    color: #317BFE;
}
.pill-text.--light-warn{
    color: #F0681C;
}

.notifier-pill-all.notifier-pill-all--success{
    background-color: #16AC5B14;
    color: #4BAE4F;
}
.notifier-pill-all.notifier-pill-all--warn{
    color: #F0681C;
    background-color: #F0681C14;
}
.notifier-pill-all.notifier-pill-all--info{
    background-color: #098B6C14;
    color: #098B6C;
}
.notifier-pill-all.notifier-pill-all--primary{
    background-color: #317BFE14;
    color: #317BFE;
}
.notifier-pill-all.notifier-pill-all--trash{
    background-color: #EE275014;
    color: #EE2750;
}


tr.data-table-active-statused:not(.disabled-tr) td:first-child{
    border-left: 3px solid #4BAE4F !important;
}

tr.data-table-warn-statused:not(.disabled-tr) td:first-child{
    border-left: 3px solid #F85757 !important;
}
tr.data-table-active-2-statused:not(.disabled-tr) td:first-child{
    border-left: 3px solid #098B6C !important;
}
tr.data-table-primary-statused:not(.disabled-tr) td:first-child{
    border-left: 3px solid #317BFE !important;
}
tr.disabled-tr td:first-child{
    border-left: 3px solid #5D677E !important;
}
tr.disabled-tr{
    pointer-events: none;
    user-select: none;
}
tr.disabled-tr td{
    color: rgba(93, 103, 126, 0.75) !important;
}


.data-table__footer--item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: auto;
}
.data-table__footer--item > * {
    margin-bottom: 12px;
}
.table-footer-col{
    --data-help-title: "Local inventory is an estimate of number of cars available within 50 Miles of radius.";
}
.table-footer-col .data-table__footer{
    flex-direction: column;
    align-items: unset;
}
.table-info{
    content: attr(var(--data-help-title));
}


.--switchers{gap:8px;}
.--switchers .tab-item + .tab-item{
    margin: 0;
}
.switch-tab{
    cursor: pointer;
    display: inline-flex;
}
.switch-tab input:checked ~ .btn-tab-page{
    background-color: #eaedf0;
    color: var(--defaultTextColor);
    text-shadow: 0 0 0.15px var(--defaultTextColor);
    pointer-events: none;
}

.flexe-row-heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

tr.disabled-tr.not-border td:first-child{
    border-left: 0.2px solid #DDD !important;
}
.card.card-overflow{
    overflow: auto !important;
}
.scrollblock-2{

}

.scrollblock-2::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #DDDDDD;
}

.scrollblock-2::-webkit-scrollbar
{
	width: 4px;
    height: 4px;
	background-color: #DDDDDD;
}

.scrollblock-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #A8B4BB;
}

.modal__dialog--968{
    max-width: 1000px;
}
.color-disable-td{
    color: #5D677EBF !important;
}

.analysis-row::-webkit-scrollbar,
.analysis-row::-webkit-scrollbar-track{
    background-color: #F5F5F5;
}

.analysis-row{
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.--sticky-analys{
    position: sticky;
    top: 0;
    right: 0;
    z-index: 1;
}
.analysis-row > .analys-col{
    display: flex;
    flex-direction: column;
    flex: 0 0 230px;
    max-width: 230px;
}



.analys-card{--rounded-gap:6px;}
.analys-card .card-styler--body,
.analys-card .card-styler--footer{
    display: flex;
    flex-direction: column;
}
.analys-name{
    overflow: hidden;
    text-overflow: ellipsis;
}
.analys-card .card-styler--header + .card-styler--footer,
.analys-card .card-styler--body + .card-styler--footer{
    margin-top: 5px;
}
.analys-card .card-styler--header{
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

#search-keywords .modal__dialog{
    max-width: 1000px;
}
#market-demand .modal__dialog,
#dom-analysis .modal__dialog{
    max-width: 1400px;
}

.analys-bld{
    font-weight: 500;
}

.analys-status-list, 
.analys-status-list > .status-item{
    display: flex;
    flex-direction: column; gap: 5px;
}
.status-analys-pill{
    display: flex;
    align-items: center; gap: 6px;
    color: var(--secondary-2);
    font-size: 12px;
    font-weight: 500;
}
.analys-status-circle{
    max-width: 12px;
    min-width: 12px;
    height: 12px;
    border: 1px solid;
    border-color: var(--secondary-2);
    border-radius: 360px;
}
.status-analys-pill.--primary .analys-status-circle{
    background-color: #2B53EB;
    border-color: #2B53EB;
}
.status-analys-pill.--warning .analys-status-circle{
    background-color: #F86624;
    border-color: #F86624;
}
.status-analys-pill.--success .analys-status-circle{
    background-color: #3AC63A;
    border-color: #3AC63A;
}

.--add-analys-btn{
    background-color: #F0F5F9;
    opacity: 1 !important;
}
.--add-analys-btn:hover{
    border-color: var(--primary);
}

.group-heading{
    --gap: 24px;
}
.NOUI-FIX-CONSTRUCTOR{
    --sliderHight: 8px;
    --sliderBg: #336BB3;
    --sliderRadius: 360px;
    --sliderHendleSize: 20px;
    --sliderHendleBg: #ffffff;
    --sliderTarget: rgba(11, 11, 11, 0.1);

    height: var(--sliderHight);
}

.ui-slider-custom{
    background: #e7ebee;
    box-shadow: none;
    border: none;
}

.NOUI-FIX-CONSTRUCTOR .noUi-base{
    border-left: calc(var(--sliderHendleSize) / 2) solid var(--sliderBg);
    border-right: calc(var(--sliderHendleSize) / 2) solid transparent;
    border-radius: 360px;
}
.NOUI-FIX-CONSTRUCTOR .noUi-connects {
    border-radius: 0;
}
.NOUI-FIX-CONSTRUCTOR .noUi-connect {
    border-radius: inherit;
    background: var(--sliderBg);
}
.NOUI-FIX-CONSTRUCTOR .noUi-handle{
    border-radius: var(--sliderRadius);
    background-color: var(--sliderHendleBg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1.67px 3.33px -1.67px #1018280f, 
                0px 3.33px 6.67px -1.67px #1018281a;
    border: 2px solid #336bb3;
    width: var(--sliderHendleSize);
    height: var(--sliderHendleSize);
    right: calc((var(--sliderHendleSize) / 2) * -1);
}
.NOUI-FIX-CONSTRUCTOR .noUi-handle::after,
.NOUI-FIX-CONSTRUCTOR .noUi-handle::before{
    display: none;
}


.noUiSlider-slider__range-info.noUiSlider-slider__range-info--sm{
    margin-top: 6px;font-size: 12px;
}
.--none-tooltip .noUi-tooltip{
    display: none;
}
.group-item{
    display: flex;
    flex-wrap: wrap; gap: var(--gap);
}
.--arrow-2--select .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: var(--secondary-2);
}
.--arrow-2--select.select-outline-style .select2-container--default .select2-selection--single .select2-selection__arrow b{
    width: 15px;
    background-image: url(../img/select-arrow--fill.svg);
}

.btn-chart-select{
    font-weight: 500;
    color: var(--defaultTextColor);
    gap: 4px;
}
.btn-chart-select .select-val{
    color: var(--secondary-2);
}


@media (max-width: 575.98px) {
    .analysis-row > .analys-col.--sticky-analys{
        flex: 0 0 auto;
        max-width: max-content;
    }
}