.crm-statistic{
    margin-bottom: 40px;
}
.crm-statistic__item-balance-row {
    display: none;
}
.crm-statistic__item.selected {
    margin-bottom: 40px;
}
.crm-statistic__item-subitem-list-empty {
    font-size: 15px;
    line-height: 21px;
    color: #484848;
}
.crm-statistic-btn-hide {
    font-size: 14px;
    color: #008E7D;
    width: auto;
}

.crm-statistic__item-main{
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e9eaea;
}
.crm-statistic__item.selected .crm-statistic__item-main {
    margin-bottom: 10px;
}
.crm-statistic__item-subitem {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9eaea;
}

.crm-statistic__item-tab {
    position: relative;
    display: flex;
    font-weight: 500;
    align-items: center;
    color: #484848;
}
.crm-statistic__item-tab-svg {
    margin-left: 7px;
    --color-svg-fill: #007b6c;
}
.crm-statistic__item.selected .crm-statistic__item-main .crm-statistic__item-tab-svg,
.crm-statistic__item-subitem-row.selected .crm-statistic__item-tab-svg {
    transform: rotate(180deg);
}

.crm-statistic__item-main .crm-statistic__item-tab{
    font-size: 25px;
    line-height: 28px;
}

.crm-statistic__item-subitem .crm-statistic__item-tab{
    font-size: 19px;
    line-height: 25px;
}

.crm-statistic__item-main-tab::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.crm-statistic__item-main .crm-statistic__item-sum {
    font-size: 19px;
    line-height: 22px;
}
.crm-statistic__item-subitem  .crm-statistic__item-sum {
    font-size: 15px;
    line-height: 21px;
}
.crm-statistic__item-profit {
    color: #0db024;
}
.crm-statistic__item-loss {
    color: #eb4141;
}
.crm-statistic__item-balance {
    color: #454545;
}

.crm-statistic__item-balance-svg-info {
    margin-right: -2px;
}

.crm-statistic__item-main .crm-statistic__item-balance-svg-info {
    transform: translateY(2px);
}
.crm-statistic__item-subitem .crm-statistic__item-balance-svg-info {
    transform: translateY(3px);
}

.crm-statistic__item-list,
.crm-statistic__item-subitem-list {
    margin-bottom: 40px;
}

.crm-statistic__item-element {
    margin-bottom: 30px;
}
.crm-statistic__item-element:last-child {
    margin-bottom: 0;
}
.crm-statistic__item-element-title {
    position: relative;
    font-weight: 700;
    font-size: 15px;
}

.crm-statistic__item-element-title::before {
    content: '';
    position: absolute;
    right: 6px;
    top: 3px;
    bottom: -33px;
    width: 1px;
    background-color: #cfcfcf;
}

.crm-statistic__item-element:last-child .crm-statistic__item-element-title::before {
    bottom: 0;
}
.crm-statistic__item-element-title::after{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #008e7d;
}
.crm-statistic__item-element-case-col {
    padding-left: 30px;
}
.crm-statistic__item-element-case {
    margin-bottom: 15px;
}
.crm-statistic__item-element-case:last-child {
    margin-bottom: 0;
}
.crm-statistic__item-element-desctiption {
    position: relative;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 6px;
}
.crm-statistic__item-element-desctiption:last-child {
    margin-bottom: 0;
}

.crm-statistic__item-element-desctiption-header {
    margin-bottom: 15px;

}
.crm-statistic__item-element-desctiption >*:last-child{
    margin-bottom: 0;
}
.crm-statistic__item-element-desctiption-price {
    font-weight: 700;
    font-size: 17px;
}
.crm-statistic__item-element-desctiption-price.loss {
    color: #e52424;
}
.crm-statistic__item-element-desctiption-price.profit {
    color: #0dc735;
}

.crm-statistic__item-element-desctiption-name {
    font-weight: 700;
    font-size: 17px;
}
.crm-statistic__item-element-desctiption-comment {
    font-size: 15px;
    font-style: italic;
}

.crm-statistic__item-btn-delete-other-operation {
    position: absolute;
    top: 19px;
    right: 10px;
}

@media (min-width: 1200px) {

}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .crm-statistic__item-tab-col {
        margin-bottom: 7px;
    }
    .crm-statistic__item-subitem .crm-statistic__item-tab-col {
        margin-bottom: 2px;
    }
    .crm-statistic__item-element-title::before,
    .crm-statistic__item-element-title::after{
        display: none;
    }
    .crm-statistic__item-element-case-col {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .crm-statistic__item-element-title {
        margin-bottom: 10px;
    }
    .crm-statistic__item-element-case {
        margin-bottom: 30px;
    }
    .crm-statistic__item-element-desctiption-col {
        margin-bottom: 10px;
    }
    .crm-statistic__item-element {
        position: relative;
        margin-left: 0;
        padding-left: 15px;
    }

    .crm-statistic__item-element::before {
        content: '';
        position: absolute;
        left: 6px;
        top: 3px;
        bottom: -33px;
        width: 1px;
        background-color: #cfcfcf;
    }
    .crm-statistic__item-element::after{
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #008e7d;
    }
    .crm-statistic__item-element:last-child::before {
        bottom: 0;
    }
    
}

@media (max-width: 575.98px) {
    .crm-statistic__item-main .crm-statistic__item-sum {
        margin-bottom: 3px;
    }
    .crm-statistic-btn-hide {
        margin-top: 1px;
    }
}