@media (min-width: 320px) {

.mbp {
    margin-bottom: -8px;
    margin-top: -8px;
    font-size: 1rem;
}
.data-1 {
    padding-left: 250px;
    padding-right: 26px;
}
.line {
    width: 0px;
    height: 67px;
    border: 0.5px solid #603D82;
    opacity: 1;
    margin-left: 0px;
}

.dropdown-toggle::after {
    display: none;
}
.fa-chevron-down:before {
    content: "\f078";
    font-size: 13px;
}
body {
    font-size: 17px;
    line-height: 1
}

.dashboard-container {
    min-height: calc(100vh - 110px);
    padding-top: 66px
}

.d-card {
    margin-bottom: 30px
}

.d-card .card-inner {
    background-color: #F2F2F2;
    border: 1px solid #BCBBBB;
    border-radius: 20px;
    display: block;
    height: 100%
}

.m-height-400 {
    min-height: 400px
}

.m-height-300 {
    min-height: 300px
}

.m-height-700 {
    min-height: 700px
}


.rightSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-around;
}

.rightSection span {
    padding: 0px 0px 0px 15px;
}

.bell {
    height: 40px;
}

.profile {
    height: 54px;
}


.leftSection {
    padding-left: 12%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.leftSection .group {
    padding-right: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dashboard .box {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border: 1px solid #BCBBBB;
    border-radius: 10px;
    opacity: 1;
    height: 400px;
    width: 100%;
    margin-bottom: 15px;
}

.dashboard {
    padding: 66px 10px;
}

.h800 {
    height: 840px!important;
}
.pie{
    height: 282px;
    width: 256px;
}
.chart-text{
    position: absolute;
    top: 24%;
    right: 10%;
    font: normal normal normal 13px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #4D4F5C;
    opacity: 0.5;
}

.dashboard .box-2 {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border: 1px solid #BCBBBB;
    border-radius: 20px;
    opacity: 1;
    height: 300px;
    width: 100%;
    margin-bottom: 15px;
}
.bar{
    width: 100%;
}
.j-text {
    text-align: left;
    font: normal normal normal 20px/58px Roboto;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 1;
}
.bell {
    height: 40px;
    width: 37px;
}

.bell-1 {
    padding-top: 10px;
}
.down {
    color: #FEB62B;
    padding-left: 7px;
    height: 13px;
}
.down-2 {
    color: #5A5A5A;
    padding-left: 7px;
    height: 13px;
}
}
@media (min-width: 768px) {
    .pie{
        height: 300px;
        width: 300px;
    }
}
@media (min-width: 1366px) {
    .dashboard {
        padding: 0 0 10px;
    }
    .pie{
        height: 331px;
        width: 331px;
    }
    .padding {
        padding-left: 33px;
    }
}
@media (min-width: 1920px) {
    .pie{
        height: 351px;
        width: 351px;
    }
    .line {
        width: 0px;
        height: 67px;
        border: 0.5px solid #603D82;
        opacity: 1;
        margin-left: -63px;
    }
    .sp-5 {
        padding-right: 25px;
    }
}
@media (min-width: 2000px) {
    .line {
        margin-left: -175px;
    }
}