.section-title {
    margin-bottom: 0px;
    overflow: hidden;
}
.num_amt{
    font-size: x-large;
    font-weight: 700;
}
.mg-top-70 {
    margin-top: 70px;
}
.text-muted {
        font-size: small;
        font-weight: 300;
}
.single-send-money{
    background: #fff;
    padding: 10px 4px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 10px;
    box-shadow: 1px 2px 6px 0px #808080a1;
}
.ba-add-balance-title{
    padding: 10px;
     border-radius: 10px;
    padding-left: 25px; 
    box-shadow: 1px 2px 6px 0px #808080a1;
}
.ba-add-balance-title i{
    color: #fff;
    float: right;
    background: var(--main-color);
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
    
}
.ba-add-balance-title h5{
    padding-top: 10px;
}
.ba-add-balance-btn{
    margin-bottom: 10px;
}

.range_ip{
display: none;
}
.single-input-wrap select {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 50px;
    border: 0;
}

.menu_cnt{
    float: right;
    margin-right: 10px;
}

.ba-all-page-inner ul li{
    
    margin: 8px 0px;
}
.right{
    float: right;
}
.list_items div{
    padding: 7px;
    box-shadow: 1px 1px 5px gray;
    margin: 5px;
    border-radius: 10px;
    background: white;
}
.custom-sm-btn{
      padding: 5px;
    height: 25px;
    margin: 0px;
    display: math;
}
.custom-input{
    width: -webkit-fill-available;
    padding: 2px 10px;
    height: 25px;
    border-radius: 10px;
    border: 1px solid #b6b6b6;
}
.single-input-wrap input,.single-input-wrap select{
    border: 1px solid gray;
}
.custom_ip{
    height: 20px;
    min-height: 40px;
    padding: 0;
    border-radius: 20px;
}
.no_bg{
    background: transparent;
    box-shadow: 0 0;
}

.low_font{
    font-size: small;
    font-weight: 500;
    color: gray;
}

.right_in_div{
        position: absolute;
        right: 10%;
}
@media (min-width:600px)  { 
    
.right_in_div{
        position: absolute;
        right: 15%;
}
}

.add-party-inner-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -1000px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  background: #fff;
}
.add-party-inner-wrap.add-party-inner-wrap-show {
  bottom: -150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.bottm_sheet_close_bnt{
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
    background: #ff8181;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
}
.footer-bottomnew {
    position: fixed;
    width: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: white;
    padding: 15px 0;
}
.footer-bottomnew a{display: grid; place-items: center;}
.footer-bottomnew span{    font-size: smaller;}
.footer-bottomnew ul{
    display: flex;
    place-content: space-between;
    list-style: none;
    margin: 0px 10px;
}

.ba-navbar .ba-navbar-user{
        padding: 15px 00px;
    position: relative;
    margin-bottom: 0px;
}
.ba-navbar .ba-main-menu{
    margin-top:0px !important;
}

.no_list{
        list-style: none;
}
.no_list li{
      margin: 10px 0px;
    border-bottom: 1px solid #8080807a;
}

.filterButton{
        padding: 2px 5px;
    border: 1px solid;
    border-radius: 10px;
    background: var(--main-color);
    color: white;
    float: right;
}
