.loader .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: solid 1px #3cb3e6;
    margin-right: 2px;
    display: inline-block;
}

.loader .circle.active {
    background-color: #3cb3e6;
}