﻿.gZYGWg {
    list-style: none;
    margin: 15px 0px;
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

    .gZYGWg > li.is-active {
        background-color: #2a2a4d;
        color: #fff;
    }

    .gZYGWg > li:hover {
        background-color: #2a2a4d;
        color: #fff;
    }

    .gZYGWg > li {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        border-radius: 50%;
        margin: 0px 10px;
        cursor: pointer;
        background-color: #e3e3f1;
    }
