#pagination {
    width: 100%;
    height: 30px;
    background-image: -webkit-linear-gradient( top, #dae7f6, #cddef3 45%, #abc7ec 46%, #abc7ec 50%, #b8cfee 51%, #cbddf3 );
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 5px;
}

    #pagination .box2 {
        height: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #pagination .input-group {
        width: 25px !important;
    }

        #pagination .input-group input {
            height: 20px !important;
            width: 25px !important;
            font-size: 10px !important;
            outline: none;
            border-radius: 5px;
            border: 1px solid #ccc;
            box-sizing: border-box;
            font-family: inherit;
            padding-left: 10px;
            box-sizing: border-box;
            padding-left: 5px;
            font-weight: 500;
        }

    #pagination .box2 span {
        width: 26px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: -webkit-linear-gradient( top, #dae7f6, #cddef3 45%, #abc7ec 46%, #abc7ec 50%, #b8cfee 51%, #cbddf3 );
        cursor: pointer;
    }

        #pagination .box2 span img {
            width: 16px;
        }

        #pagination .box span:hover {
            border: 1px solid var(--t-border);
            background-color: #cce0f5;
            box-sizing: border-box;
            cursor: pointer;
            border-radius: 3px;
        }
