﻿.ui-slider {
    background-color: antiquewhite;
}
.ui-slider-horizontal .ui-slider-handle {
    background-color: black;
}

.ui-slider-range {
    background: black;
    background-color: black;
}

.blackSquare {
    height: 20px;
    width: 20px;
    margin-bottom: 15px;
    border: 0px;
    color: black;
    text-align: left;
}

.minRangeIndicator {
    color: #021A35;
    text-align: left;
    background-color: transparent;
    line-height: 1;
    font-size: 18px;
    left: -6px !important;
    top: auto !important;
    font-size: 16px;
    font-weight: 500;
}

.maxRangeIndicator {
    color: #021A35;
    text-align: right;
    background-color: transparent;
    position: absolute !important;
    right: -24px;
    left: auto !important;
    top: 15px !important;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}


