.tablePageNumberRight>div:nth-child(3) {
    border: 1px solid #367cf5;
}

.tablePageNumberRight>div {
    border: 1px solid #367cf5;
}

.tablePageNumberRight>input:nth-child(5) {
    border: 1px solid #367cf5;
}

.tablePageNumber {
    width: 71em;
    margin: auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.tablePageNumberLeft {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.tablePageNumberLeft span {
    /* margin-left: 1vw; */
    font-size: 14px;
    color: #b0a2a2;
}

.tablePageNumberRight {
    display: flex;
    align-items: center;
}

.tablePageNumberRight>span:nth-child(1) {
    font-size: 14px;
    color: #b0a2a2;
}

.tablePageNumberRight>div {
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablePageNumberRight>div:nth-child(3) {
    font-size: 14px;
    border: 1px solid #dadada;
}

.tablePageNumberRight>div:nth-child(8) {
    font-size: 14px;
    border: 1px solid #dadada;
}

.tablePageNumberRight>input:nth-child(5) {
    width: 60px;
    /* margin: 0 10px; */
    padding: 7px 0;
    outline: none;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ff0000;
}

#upPage {

    color: #808080;

    width: 72px;

    margin-right: 3px;

    border-radius: 30px;

}

#upPage:hover {

    color: #ff0000;

    width: 72px;

    border-radius: 30px;

    border: 1px solid #ff0000;

}

#nextPage {

    color: #808080;

    width: 72px;

    margin-left: 3px;

    border-radius: 30px;

}

#nextPage:hover {

    color: #ff0000;

    width: 72px;

    border-radius: 30px;

    border: 1px solid #ff0000;

}

.selectNumberOfPagesSure {

    color: #808080;

    width: 65px;

    border-radius: 30px;

}

.selectNumberOfPagesSure:hover {

    color: #ff0000;

    width: 65px;

    border-radius: 30px;

    border: 1px solid #ff0000;

}


.indexClass {

    text-align: center;

    color: #808080;

    width: 30px;

    height: 30px;

    border-radius: 30px;

    margin: 0 3px;

}

.indexClass:hover {

    background-color: #ba0003 !important;

    color: #ffffff !important;

    width: 30px;

    height: 30px;

    border-radius: 30px;

    border: 1px solid #ba0003 !important;

}