.slider-styled-ayo{
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider-styled-ayo.noUi-horizontal {
    height: 10px !important;
    width: 95%;
    margin: auto;
}

.slider-styled-ayo .noUi-connect {
    background: #9E0620;
}

.slider-styled-ayo .noUi-handle {
    width: 24px;
    height: 24px;
    top: -9px;
    right: -9px; /* half the width */
    border-radius: 50%;
    background-color: white;
    border: 3px solid #9E0620;
}

.slider-styled-ayo .noUi-handle:after, .slider-styled-ayo .noUi-handle:before {
    background: none !important;
}

.slider-styled-ayo .noUi-pips-horizontal {
    height: 0;
}

.slider-styled-ayo .noUi-marker.noUi-marker-horizontal.noUi-marker-large{
    height: 6px;
    width: 6px;
    top: -7px;
    background: white;
    z-index: 9;
    border-radius: 50%;
}

.slider-styled-ayo .noUi-value.noUi-value-horizontal.noUi-value-large{
    visibility: hidden !important;
}

.slider-styled-ayo .noUi-marker.noUi-marker-horizontal.noUi-marker-normal{
    visibility: hidden !important;
}
