/* Skin details */

.irs--big .irs-bar--single {
    /* Remove */
    border-radius: 0px;
}

.irs--big .irs-line {
    /* Remove */
    background: none;
    border-radius: 0px;
    border: 0px;

    /* Add */
    background-color: rgba(218, 218, 218, 1.0); /* DEF Grey */

    /* Alter */
    top: 36px;
    height: 6px;
}

.irs--big .irs-bar {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(248, 124, 86, 1.0); /* DEF Orange */

    /* Alter */
    top: 36px;
    height: 6px;
}

.irs--big .irs-handle {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(248, 124, 86, 1.0); /* DEF Orange */
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(248, 124, 86, 1.0); /* DEF Orange */
    cursor: pointer;
}

.irs--big .irs-min, .irs--big .irs-max {
    /* Remove */
    background: none;
    border-radius: 0px;

    /* Alter */
    padding: 1px 0px;
    
    color: rgba(128, 140, 178, 1.0); /* FF grey dark blue */
    font-family: 'IBM Plex Sans', Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    /* Remove */
    background: none;

    /* Alter */
    padding: 1px 0px;
    
    color: rgba(0, 25, 101, 1.0); /* FF darkblue */
    font-family: 'IBM Plex Sans', Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
}

.irs-min, .irs-max {
    display: none;
}
