﻿.ui-slider-track .ui-btn.ui-slider-handle {
    border-radius: 50%;
    background-color: #c00020;
    border: 8px solid #fff;
    box-shadow: 0px 1px 1px 1px;
}

.ui-page-theme-a .ui-slider-track .ui-btn-active {
    background: none;
}

.ui-rangeslider .ui-rangeslider-sliders {
    width: 85%;
    margin: 0 auto;
    box-shadow: 10px;
}

.ui-content {
    padding: 0;
}

input.ui-slider-input {
    width: 90px
}

.ui-page-theme-a .ui-bar-inherit {
    background-image: linear-gradient(to right, #fff 26%, #ddd 80%);
}


.ui-btn-icon-right:after {
    background: none;
}

.ui-icon-carat-d:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.grid-row-color1 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f7b500;
}

.grid-row-color2 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fa6400;
}

.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}
