.app-control-portlet {
    height: auto;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding-top: 0;
    margin-top: 10px;
    .app-control-portlet__header {
        padding-left: 16px;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .app-control-portlet__header:before {
        content: '';
        width: 3px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .app-control-portlet__header span {
        margin-left: 5px;
    }
    .header__right {
        position: absolute;
        right: 15px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        .header__right__icon {
            font-size: 23px;
        }
    }
}