.intro {

    height: 100vh;
}


.dataTables_wrapper .dataTables_length{
    margin-bottom: 1rem !important;
}

.dataTables_wrapper .dataTables_info {

    padding-top: 1rem !important;
}

.dataTables_wrapper .dataTables_paginate {
 
    padding-top: .5rem !important;
}

.bg-grey{
    background:  #d3d3d3;
}

.bg-white{
    background: #fff;
}

.btn-blue  {
    background: #00a3e0;
    color: #fff;
}


.btn-blue:hover  {
    background: #00a3e0;
    color: #fff;
}


.divider {
    background-color: #00a3e0;
    height: 5px;
    width: 60px;
    margin : .5rem 0 ;
}




.side::before {
    content: "";
    border-radius: 6px;
    background: #00a3e0;
    width: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}



h5.side{
    padding-left: 20px;
    margin-bottom: 15px;
}