.team_member_avatar {
    width: 32px;
    height: 32px;
}

.lead_item {
    line-height: normal;
    max-height: 50px;
}

.report_hide {
    display: none !important;
}

.reports_iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-style: none;
}



.chart_report {
    border-width: 2px !important;
    border-color: #1e8ec8 !important;
    border-style: groove !important;
    border-radius: 22px;
}

.reports_total_clients {
    float: right;
    font-size: small;
    right: 30px;
    font-weight: 100;
    position: relative;
}

.notification_badge {
    width: 15px;
    height: 15px;
    background-color: #E91E63;
    color: white;
    font-size: 11px;
    position: absolute;
    top: 13px;
    left: 50%;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    z-index: 3;
}

.reports_total_notification {
    display: block;
    position: absolute;
    right: 9px;
    top: 4px;
    background: #083e07;
    color: white;
    padding-top: 3px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.orders_direction {
    float: right;
    margin-right: 30px;
    margin-top: 2px;
}

.reports_list-custom-small {
    line-height: 18px;
}

.theme-dark .reportsList {
    background-color: #21252a;
}

.reports_page_hide {
    display: none;
}

.reports_page_show {
    display: block;
}

.reports_icon {
    position: relative;
    left: 0px;
    top: -1px;
}

.reports_flag {
    width: 15px;
    height: 15px;
    display: inline-table;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.overflow-scroll {
    overflow-y: scroll !important;
}

.card-style2 {
    overflow: hidden;
    margin: 0px 0px 0px 6px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

/*-Footer Menu-*/
#footer-bar2 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    min-height: 60px;
    height: calc(62px + constant(safe-area-inset-bottom) * 1.1);
    height: calc(62px + env(safe-area-inset-bottom) * 1.1);
    display: flex;
    text-align: center;
}

#footer-bar2 a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

#footer-bar2 a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: 0.7;
    font-family: "Roboto", sans-serif !important;
}

#footer-bar2 a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

#footer-bar2 .badge {
    font-style: normal;
    z-index: 5;
    top: 0px;
    position: absolute;
    margin-left: 3px;
    color: #FFF !important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    padding-left: 0px !important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
}

@media only screen and (max-device-width: 480px) {
    .card-top h1 {
        font-size: 22px !important;
    }

    .reportsList {
        max-height: 460px
    }

    .reportsList2 {
        max-height: 600px
    }

    .reportsList3 {
        max-height: 460px;
    }

    .ItemsList {
        max-height: 150px;
    }

    .reports_title {
        display: inline-block;
        width: 180px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        text-align: left;
    }
}

@media only screen and (min-device-width: 768px) {
    .reportsList {
        max-height: 80vh;
    }

    .ItemsList {
        max-height: 87vh;
    }

    .reportsList2 {
        max-height: 84vh;
    }

    .reportsList3 {
        max-height: 54vh;
    }

    .reports_title {
        display: inline-block;
        width: 300px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        text-align: left;
    }
}

@media only screen and (min-device-width: 1024px) {
    .reports_title {
        width: 145px;
    }
}

@media only screen and (min-device-width: 1180px) {
    .reports_title {
        width: 191px;
    }
}

@media only screen and (min-device-width: 1366px) {
    .reports_title {
        width: 240px;
    }
}