body {
    font-size: 16px;
}

.dashboard_header div:first-child .dashboard_header-item {
    background: #76D2F0;
}

.dashboard_header div:nth-child(2) .dashboard_header-item {
    background: #FFF27E;
}

.dashboard_header div:nth-child(3) .dashboard_header-item {
    background: #88EBCF;
}

.dashboard_header div:nth-child(4) .dashboard_header-item {
    background: #F6D4A0;
}

.dashboard_header .dashboard_header-item {
    padding: 5px 10px;
    border-radius: 4px;
}

.dashboard_header .dashboard_header-item img {
    height: 30px;
}

.dashboard_header .dashboard_header-item div:first-child {
    display: flex;
    max-height: 111px;
}

.dashboard_header .dashboard_header-item div:last-child {
    font-weight: 800;
    font-size: 24px;
}

.dashboard_header .dashboard_header-item div:last-child strong {
    font-size: 40px;
    margin-right: 6px;
}

.dashboard_header .dashboard_header-item div span {
    white-space: nowrap;
}

.dashboard_item {
    background: #F2F2F2;
    border-radius: 4px;
}

.dashboard_item .progress {
    background: none;
    height: auto;
    overflow: visible;
}

.dashboard_item .progress div:first-child {
    background: #fff;
    border-radius: 100px;
    height: 16px;
    width: calc(95% - 75px);
}

.dashboard_item .progress div:first-child div {
    background: #0BB887;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
}

.dashboard_item .progress span {
    font-size: 15px;
    color: #0BB887;
}

.dashboard_item .progress.fail div:first-child div {
    background: #F22455;
}

.dashboard_item .progress.fail strong {
    color: #F22455;
}

.dashboard_item > div:first-child img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.usernameblock {
    margin: 0 0 0 15px;
}

.user-name {
    font-weight: bold;
}

.user-plan-profit {

}

.user-plan-profit span {
    color: #24c0f2;
}

.dashboard_item > div:first-child strong {
    margin: 0 0 0 45px;
}

.dashboard_item .chart {
    margin: 10px 0;
    text-align: center;
}

.dashboard_item .chart canvas {
    width: 80px;
    height: 60px;
}

.dashboard_item .chart div:last-child {
    font-size: 14px;
}

.dashboard_item .row strong {
    color: #24c0f2;
}

.dashboard_item .row strong.green {
    color: #0BB887;
}

.dashboard_item > div:last-child {
    font-size: 14px;
    height: 28px;
}

.dashboard_item .chart_img {
    width: 30px !important;
    max-width: unset;
}

.dashboard_item .cup {
    top: -8px;
    right: 7px;
}

.dashboard_item .cup img {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.dashboard_item .birthday {
    top: -8px;
    right: 25px;
}

.dashboard_infopanel {
    color: gray;
    font-size: 13px;
}

.chart_item {
    margin-bottom: -10px;
    margin-top: -8px;
}

@media screen and (max-width: 991px) {
    .dashboard_header .dashboard_header-item div:last-child strong {
        font-size: 32px;
    }
}


@media screen and (min-width: 1920px) {
    .main_content .container {
        max-width: 100%;
    }

    .dots_wrap {
        height: 2px;
        background: #E4E4E4;
    }

    .dots_wrap .owl-dots {
        top: -16px;
        background: #fff;
        display: inline-block;
    }

    .owl-dots button {
        width: 14px;
        height: 14px;
        background: #C4C4C4 !important;
        margin: 8px;
        border-radius: 50%;
        border: 0 none;
        outline: none;
    }

    .owl-dots button.active {
        background: #F22455 !important;
    }
}


.dark {
    background: #2C3436;
    color: #fff;
}

.dark .dashboard_header div:first-child .dashboard_header-item {
    background: #025D7A;
}

.dark .dashboard_header div:nth-child(2) .dashboard_header-item {
    background: #504343;
}

.dark .dashboard_header div:nth-child(3) .dashboard_header-item {
    background: #195F4B;
}

.dark .dashboard_header div:nth-child(4) .dashboard_header-item {
    background: #614C2C;
}

.dark .dashboard_item {
    background: #374556;
}

.dark .dots_wrap .owl-dots {
    background: #2C3436;
}

.gifts {
    background-attachment: local;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1919px) {
    .dashboard_header > div {
        padding: 0 15px !important;
    }
}
