.btn-primary {
    color: #fff;
    background-color: #702d7a;
    border-color: #702d7a;
}

a {
    color: #702d7a;
}

thead {
    background-color: #702d7a;
    color: white;
}

.slider {
    background: #702d7a;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 20px;
    outline: none;
    height: 10px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 18px; /* Set a specific slider handle width */
    height: 18px; /* Slider handle height */
    background: white; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}
  
.slider::-moz-range-thumb {
    width: 18px; /* Set a specific slider handle width */
    height: 18px; /* Slider handle height */
    background: white; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}

.center-ignore-others {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
