div.dataTables_wrapper div.dataTables_paginate{
    font-weight: bold;
    font-size: 15px !important;
    color: #fff;
    margin: 10px 0 10px 0 !important;
    text-transform: uppercase;
    padding:5px 10px 5px 10px;
    /* background: linear-gradient(127deg, rgba(255,143,14,1)0%, rgba(211,0,17,1)100%);
    box-shadow: 3px 4px 15px 0px rgba(211,0,17,0.23) !important; */
    border: none;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99;
}

div.dataTables_wrapper div.dataTables_paginate .previous{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px !important;
    color: #fff;
    margin: 10px!important;
    text-transform: uppercase;
    padding:5px 10px 5px 10px;
    background-color:rgb(13 110 253);
    box-shadow: 3px 4px 15px 0px rgba(211,0,17,0.23) !important;
    border: none;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99;
    border-radius: 50rem;
}


div.dataTables_wrapper div.dataTables_paginate .next {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px !important;
    color: #fff;
    margin: 10px !important;
    text-transform: uppercase;
    padding:5px 20px 5px 20px;
    background: rgb(158, 204, 87);
    background-color:rgb(13 110 253);
    /* box-shadow: 3px 4px 15px 0px rgba(211,0,17,0.23) !important; */
    border: none;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99;
    border-radius: 50rem;
}
div.dataTables_wrapper div.dataTables_paginate .current{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px !important;
    color: #fff;
    margin: 5px !important;
    text-transform: uppercase;
    padding:5px 10px 5px 10px;
    background: rgb(87, 126, 204);
    background: -webkit-linear-gradient(37deg, rgb(87, 183, 204) 0%, rgb(2, 104, 182) 100%);
    background: linear-gradient(127deg, rgb(87, 161, 204) 0%, rgb(2, 77, 182) 100%);
    -webkit-box-shadow: 3px 4px 15px 0px rgba(2, 101, 182, 0.23);
    -moz-box-shadow: 3px 4px 15px 0px rgba(2, 101, 182, 0.23);
    -ms-box-shadow: 3px 4px 15px 0px rgba(2, 101, 182, 0.23);
    -o-box-shadow: 3px 4px 15px 0px rgba(2, 101, 182, 0.23);
    box-shadow: 3px 4px 15px 0px rgba(56, 2, 182, 0.23);
    border: none;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99;
    border-radius: 25%;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    margin: 0 5px ; /* Adds space left and right of each button */
}
.contact-box {
  margin: 0;
  padding: 20px;
  border: 1px solid #040827;
  text-align: center;
  border-radius: 6px;
  height: 100%;
 
}
  .font{
    font-size: 17px;
    color: #888c92;
  }