.mobile-sales-container{
    width: 100%;
    min-height: 200px;
    display: inline-block;
}
.mobile-sales-container .mobile-sales-header{
    width: 100%;
    min-height: 250px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section{
    width: 32%;
    margin-left: 1.3%;
    height: 260px;
    display: block;
    float: left;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-title{
    width: 95%;
    margin: auto;
    height: 30px;
    line-height: 30px;
    display: block;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body{
    width: 95%;
    margin: auto;
    height: 220px;
    display: block;
    text-align: center;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body .mobile-sales-card{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    height: 100px;
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 12px;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body .mobile-sales-card .mobile-sales-card-icon{
    width: 30%;
    float: left;
    height: 100px;
    display: block;
    text-align: center;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body .mobile-sales-card .mobile-sales-card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body .mobile-sales-card .mobile-sales-card-text{
    width: 70%;
    float: left;
    height: 100px;
    display: block;
    text-align: center;
    color: white;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body .mobile-sales-card .mobile-sales-card-text .mobile-sales-card-amount{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    font-size: 1.7em;
    font-stretch: ultra-condensed;
    font-weight: 700;
}
.mobile-sales-container .mobile-sales-header .mobile-sales-header-section .mobile-sales-section-body .mobile-sales-card .mobile-sales-card-text .mobile-sales-card-inner-info{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
}



.mobile-sales-container .mobile-sales-body{
    width: 100%;
    margin-top: 30px;
    height: 100%;
    display: block;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header{
    width: 100%;
    height: 90px;
    display: block;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-header-title{
    width: 100%;
    height: 30px;
    line-height: 10px;
    display: block;
    font-size: 1.5em;
    color: #151831;
    font-stretch: ultra-condensed;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-body{
    width: 100%;
    height: 60px;
    display: block;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-body .mobile-sales-body-body-search{
    width: 35%;
    height: 60px;
    display: block;
    float: left;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-body .mobile-sales-body-body-search input:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-body .mobile-sales-body-body-search button{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-body .mobile-sales-body-buttons{
    width: 50%;
    height: 60px;
    display: block;
    float: right;
}
.mobile-sales-container .mobile-sales-body .mobile-sales-body-header .mobile-sales-body-body .mobile-sales-body-buttons button{
   border-radius: 50px;
    width: 31%;
}
.mobile-sales-container .mobile-money-sales-table{
    width: 100%;
    height: 100%;
    display: inline-block !important;
}
.airtelMoneyTheme{
    background-color: #ee1c25;
}
.mpambaTheme{
    background-color: #50a547;
}
