@CHARSET "ISO-8859-1";

.tablePaginantion {
    margin-top: 45px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tablePaginantion ul {
    border: 1px solid #f8f8f8;
    height: 64px;
    border-radius: 5px;
    display: flex;
    background: #f8f8f8
}

.tablePaginantion ul li {
    width: 63px;
    height: 63px;
    font-size: 18px;
    font-family: "Avenir-Heavy";
    font-weight: 900;
    color: #000;
    padding: 0!important;
    border: none!important;
    box-sizing: content-box;
    background: #f8f8f8
}

.tablePaginantion ul li a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 10px solid #f8f8f8!important
}

.tablePaginantion ul li a:hover {
    color: #001f33;
    background: #ededed;
    border: 10px solid #ededed!important
}

.tablePaginantion ul li a.select {
    color: #fff;
    background: #3ec6a1
}

.tablePaginantion ul li a.select:hover {
    border-color: #f8f8f8!important
}

.tablePaginantion ul li.dots a {
    cursor: default
}

.tablePaginantion ul li.dots a:hover {
    background: none;
    border-color: transparent!important
}

.tablePaginantion ul li.prev {
    border-left: none
}

.tablePaginantion ul li.prev a i svg {
    width: 23px;
    height: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tablePaginantion ul li.prev a:hover {
    background: none;
    border-color: transparent!important
}

.tablePaginantion ul li.prev:hover svg path {
    stroke: #0045e3
}

.tablePaginantion ul li.prev:hover svg line {
    stroke: #0045e3
}

.tablePaginantion ul li.next a i svg {
    width: 23px;
    height: 20px
}

.tablePaginantion ul li.next a:hover {
    background: none;
    border-color: transparent!important
}

.tablePaginantion ul li.next:hover svg path {
    stroke: #0045e3
}

.tablePaginantion ul li.next:hover svg line {
    stroke: #0045e3
}

.tablePaginantion ul li.disable a {
    cursor: default
}

.tablePaginantion ul li.disable a i svg {
    width: 23px;
    height: 20px
}

.tablePaginantion ul li.disable a:hover {
    background: none
}

.tablePaginantion ul li.disable a svg path {
    stroke: #a6b1b8
}

.tablePaginantion ul li.disable a svg line {
    stroke: #a6b1b8
}

.tablePaginantion ul li.disable:hover svg path {
    stroke: #ccc
}

.tablePaginantion ul li.disable:hover svg line {
    stroke: #ccc
}