.btn {
    border-radius: 5px !important;
}
.btn-outline-primary {
    color: #4cbaa8;
    border-color: #4cbaa8;
}
.btn-outline-primary:hover {
    background-color: #4cbaa8;
    border-color: #4cbaa8;
}
.btn.btn-primary:hover {
    background-color: #4cbaa8;
    border-color: #4cbaa8;
}
.dataTables_length,.dataTables_filter{
    margin-bottom:1.5rem;
}
.dataTables_length label{
    white-space: nowrap;
}
.dataTables_filter{
    float:right;
}
.dataTables_filter label{
    display: flex;
}
.dataTables_filter input{
    margin-left: 10px;
    margin-right: 15px;
}
/* .wallet-bg{
    background:url('../img/wallet.svg') no-repeat;
    background-size: 100%;
} */
.text-primary{
    color:#4cbaa8 !important;
}
.dataTables_paginate.paging_simple_numbers ul{
    float: right;
    margin-top:1rem;
}
.dataTables_info{
    margin-top:1.5rem;
}
.bg-custom-primary{
    background-color: #4cbaa8!important;
    color: white;
}
.error{
    color:red !important;
    font-size:16px !important;
    width:100%!important;
    position: relative;
    line-height: 1;
}
.container {
    min-height:75% ;
  }
  