.bg-primary{
    background-color: #008aff!important;
}
.card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaecf3;
    border-radius: 0.75rem;
    height: 90px;
}
.card .row{
    padding: 2rem;
    display: flex;
    align-items: center;
}
.card .icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 50px;
    height: 50px;
}
.card .icon-shape .fa{
    font-size: 22px;
}
.text-white {
    color: #fff!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.bg-warning {
    background-color: #ffbe3d!important;
}
.bg-danger {
    background-color: #f25767!important;
}
.bg-success {
    background-color: #5cc9a7!important;
}
.bg-info {
    background-color: #50b5ff!important;
}
.bg1{
    background-color: #993333;
}
.bg2{
    background-color: #ff0066;
}
.bg3{
    background-color: #ff9999;
}
.bg4{
    background-color: #009900;
}
.bg5{
    background-color: #999966;
}
.bg6{
    background-color: #ff6600;
}
.bg7{
    background-color: #3377ff;
}
.district-name{
    font-family: 'FontAwesome';
    color: #152c5b;
    font-size: 15px;
    font-weight: 600;
}
.mt-30{
    margin-top:30px;
}