.savebtn {
    float: right;
    background-color: #5e72e4;
    color: white;
}

.require {
    color: red;
}

.error {
    color: red !important;
}


.pagination li a{
   font-size: 0.9rem;
   margin: 0 3px;
    border: 1px solid #5e72e4;
    width: 31px;
    height: 21px;
    padding: 3px 4px;
    display: inline-table;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
}

.pagination li strong{
  font-size: 0.9rem;
   margin: 0 3px;
    background: #5e72e4;
    border: 1px solid transparent;
    width: 31px;
    height: 21px;
    padding: 3px 4px;
    display: inline-table;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
    color :#fff;
}