﻿

.ActiveStatusBullet {
    color: green
}

.InActiveStatusBullet {
    color: red
}

li {
    color: red;
}

td {
    border: 0 !important
}

.Dashboard {
    position: relative;
    flex-grow: 1;
    text-align: center;
    min-height: 310px;
}

.Limit_Reached {
    background-color: #FFF157;
    position: relative;
    flex-grow: 1;
    text-align: center;
    height: 320px;
}

.bct_title {
    line-height: 40px;
    color: #fff;
    font-size: 90px;
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 35px;
}

.btc_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    max-height: 139px;
    height: 80px;
    width: 139px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 39px;
}

.icon_img {
    font-size: 68px !important;
    margin-top: 25px;
    color: white;
}

.bc_content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
