/**
 *
 * Apply Here your Custom CSS
 *
*/


 #total-mo-and-mt-in-amount,
 #total-mt-in-amount,
 #total-mo-in-amount {
     font-size: 20px;
     font-weight: bold;
     color: #2b2525;
 }

 @media (max-width: 768px) {
     .custom-mobile-hide {
         display: none !important;
     }

     .tile-stats h3 {
         font-size: 14px !important;
     }
 }
 #carrier-performance_wrapper {
    min-height:507px;
 }
 .btn-login:hover {
     color: #51555d !important;
 }