.card-header-outline {
    padding-bottom: 0;
}

.card-header-outline .headers-block-btns {
    margin-bottom: 0;
}

.card-header-outline .btn-outline-secondary {
    color: #2F2F32;
    font-weight: 500;
    font-size: 11px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.card-header-outline .btn-outline-secondary:hover {
    color: #F35342;
}

.form-group-count {
    margin-top: 3px;
}

    .form-group-count label {
        font-size: 13px;
        line-height: 100%;
        color: #AAABBB;
    }

    .form-group-count label span {
        border: 1px solid #F1F3F7;
        border-radius: 4px;
        display: inline-block;
        margin-left: 2px;
        padding: 3px 8px 4px;
        color: #2F2F32;
    }

    .input-range {
        margin-bottom: 16px;
        margin-top: 10px;
    }

    input[type="range"] {
        border: none;
        height: 4px;
        background: #F1F3F7;
        border-radius: 2px;
        width: 100%;
        outline: none;
        -webkit-appearance: none;
    }
    input[type="range"]:focus {
        box-shadow: none;
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        height: 4px;
        background: #F1F3F7;
    }

    input[type="range"]::-webkit-slider-thumb {
        background: #F9FAFC;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
        margin-top: -3px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        -webkit-appearance: none;
      }

    input[type="range"]::-moz-range-track {
        height: 4px;
        background: #F9FAFC;
    }

    input[type="range"]::-moz-range-thumb {
        height: 10px;
        background: #F9FAFC;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
        width: 10px;
        border: none;
        border-radius: 0 !important;
        /*box-shadow: -100vw 0 0 100vw #F35342, 0px 1px 4px rgba(0, 0, 0, 0.15);*/
        box-sizing: border-box;
    }

    input[type="range"]::-ms-fill-lower {
        background: #F35342;
    }

    input[type="range"]::-ms-thumb {
        border: none;
        height: 10px;
        background: #F9FAFC;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
        width: 10px;
        box-sizing: border-box;
    }

    input[type="range"]::-ms-ticks-after {
        display: none;
    }

    input[type="range"]::-ms-ticks-before {
        display: none;
    }

    input[type="range"]::-ms-track {
        height: 4px;
        background: #F9FAFC;
        color: transparent;
        border: none;
    }

    input[type="range"]::-ms-tooltip {
        display: none;
    }

    .input-range__scale {
        display: flex;
        justify-content: space-between;
        margin-top: 19px;
        margin-right: -15px;
    }
    .input-range__scale span {
        font-size: 10px;
        color: #AAABBB;
        position: relative;
    }
    .input-range__scale span:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 1px;
        height: 7px;
        background: #F1F3F7;
        margin-bottom: 1px;
        margin-left: -.5px;
    }

.outilne-block #jstreeDiv {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.jstree-default .jstree-icon.jstree-ocl {
    background-image: url(../../../images/triangle-down-grey.svg);
    background-size: 7px auto;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 2px;
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: 50% 50%;
    transform: rotate(180deg);
}

.jstree-default>.jstree-no-dots .jstree-node,
.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: 0 0;
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    top: 8px;
    background-image: url(../../../images/triangle-down-grey.svg);
    background-size: 7px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.jstree-default>.jstree-no-dots .jstree-children .jstree-open>.jstree-ocl {
    top: 0;
}

.jstree-default>.jstree-striped {
    max-width: 100%;
}

.jstree-default .jstree-node {
}

.jstree-default .jstree-anchor {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 15px;
    padding-left: 8px;
    font-weight: 500;
    font-size: 13px;
    color: #2F2F32;
    display: block;
}

.jstree-default>.jstree-container-ul>.jstree-node[aria-selected="true"] .jstree-anchor {
    /*border-color: #CDD2DE;
    border-radius: 4px;*/
}

.jstree-rename-input {
    border-radius: 4px !important;
    padding: 0 8px !important;
    margin-left: -8px !important;
    border: 1px solid #CDD2DE !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 24px !important;
    color: #2F2F32 !important;
    width: 100% !important;
    font: 500 13px / 24px "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.jstree-rename-input:focus {
    outline: none;
}

.jstree .jstree-open>.jstree-children {
    margin-bottom: 13px;
    margin-left: 20px;
}
.jstree .jstree-open>.jstree-children [class^="jstree-children"] {
    margin-left: 20px;
}

    .jstree .jstree-open>.jstree-children .jstree-node {
        margin-left: 0;
        min-height: 16px;
        line-height: 16px;
        position: relative;
        padding-right: 40px;
    }
    .jstree .jstree-leaf>.jstree-children {
        margin-left: 12px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .jstree .jstree-open>.jstree-children .jstree-anchor {
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        font-weight: 400;
        height: 24px;
        line-height: 22px;
        position: relative;
        padding-left: 12px;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
    .jstree .jstree-open>.jstree-children .jstree-anchor:before {
        content: "";
        border-left: 1px solid #CDD2DE;
        border-radius: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
    }

    .jstree .jstree-open>.jstree-children .jstree-wholerow {
        height: 24px;
    }

.jstree-default .jstree-wholerow {
    height: 40px;
}
.jstree-default .jstree-wholerow-hovered {
    background: #f2f4f7;
    /*#FAFBFD;*/
}

.jstree-default>.jstree-striped {
    background: none;
    border-bottom: 1px solid #F1F3F7;
}

.jstree-default>.jstree-container-ul>.jstree-node {
    border-top: 1px solid #F1F3F7;
    padding-right: 56px;
    position: relative;
}

.jstree-default .jstree-wholerow-clicked {
    background: #f2f4f7;
    /*#FAFBFD;*/
}

.jstree-icon.jstree-themeicon {
    display: none;
}

.jstree-menu {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 9;
    display: none;
}
/*Changed by Sergey*/
.jstree-default>.jstree-container-ul .jstree-node[aria-selected="true"]>.jstree-menu {
    display: block;
}

.jstree .jstree-open>.jstree-children .jstree-node .jstree-menu {
    right: 24px;
    top: 3px;
}

    .jstree-menu__open {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        display: inline-block;
        color: #F35342;
    }
    .jstree-menu__open:hover {
        color: #F35342;
    }

    .jstree .jstree-open>.jstree-children .jstree-node .jstree-menu__open {
        padding-top: 2px;
    }

    .jstree-menu__box {
        position: absolute;
        top: 40px;
        right: -13px;
        background: #FFFFFF;
        box-shadow: 0px 10px 30px #F7F7F8;
        border-radius: 8px;
        padding: 12px 17px;
        min-width: 204px;
        display: none;
    }
    /*Changes from Sergey*/
    .jstree-menu__box.is-active {
        display: block;

    }

    .jstree .jstree-open>.jstree-children .jstree-node .jstree-menu__box {
        top: 26px;
    }

    .jstree-menu__box:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 3px;
        transform: rotate(45deg);
        position: absolute;
        top: -5px;
        right: 19px;
    }

    .jstree-menu__item {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .jstree-menu__item:first-child {
        padding-top: 0;
    }

    .jstree-menu__link {
        font-size: 13px;
        color: #2F2F32;
    }
    .jstree-menu__link:hover {
        color: #F35342;
    }

    .jstree-menu__note {
        font-weight: 500;
        font-size: 11px;
        line-height: 100%;
        color: #AAABBB;
    }

    .icmn-arrow-back {
        font-size: 7px;
    }

.card-footer.sticky-bottom-block {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.card-datatable-outline-builder {
}

    .card-datatable-outline-builder .block-for-headings {
        border-top: 1px solid #F1F3F7;
        padding-top: 12px;
        padding-bottom: 4px;
    }
    .card-datatable-outline-builder .block-for-headings .block-for-headings {
        margin-top: 20px;
    }

    .card-datatable-outline-builder .block-for-headings h4 {
        margin-bottom: 6px;
    }

    .card-datatable-outline-builder .block-for-headings h4 a {
        font-weight: 500;
        font-size: 12px;
        color: #AAABBB;
    }

    .card-datatable-outline-builder .block-for-headings ul {
        list-style-type: none;
        padding: 0;
    }

    .card-datatable-outline-builder .brand-table-link {
        width: 100%;
        max-width: 100%;
    }

    .card-datatable-outline-builder .brand-table-link__link {
        position: static;
        transform: none;
        display: flex;
        justify-content: space-between;
        padding-left: 23px;
        padding-right: 16px;
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 24px;
        font-weight: 500;
        font-size: 13px;
        color: #2F2F32;
    }
    .card-datatable-outline-builder .brand-table-link__link:hover {
        background: #F9FAFC;
        color: #F35342;
    }

    .card-datatable-outline-builder .btn-outline-primary {
        line-height: 1.4;
        display: none;
        border-color: rgb(243 83 66 / 20%);
    }
    .card-datatable-outline-builder .brand-table-link__link:hover .btn-outline-primary {
        display: block;
    }

    .card-datatable-outline-builder .brand-table-link + ul {
        position: relative;
        margin-left: 23px;
        padding-left: 5px;
    }
    .card-datatable-outline-builder .brand-table-link + ul:before {
        content: "";
        border-left: 1px solid #CDD2DE;
        border-radius: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .card-datatable-outline-builder .brand-table-link + ul .brand-table-link__link {
        font-weight: normal;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        /*border-left: 1px solid #CDD2DE;
        padding-left: 5px;
        margin-left: 23px;*/
    }

    .card-datatable-outline-builder .brand-table-link + ul .brand-table-link__link:hover {
        background: none;
    }

.card-datatable-outline-builder .table.results a {
    padding-top: 12px;
    padding-left: 14px;
    font-weight: 500;
    font-size: 13px;
    color: #2F2F32;
    display: block;
}
.card-datatable-outline-builder .table.results a:hover {
    color: #F35342;
}

.card-datatable-outline-builder .network-icon-small {
    width: 10px;
    margin-right: 5px;
}


.card-report {
}

    .card-report .card-header__title {
        white-space: normal;
    }

    .card-report__info {
        padding-left: 24px;
        padding-bottom: 24px;
    }

    .card-report__info-item {
        margin-bottom: 6px;
        font-size: 13px;
        color: #AAABBB;
    }
    .card-report__info-item span { font-weight: 500; }

    .card-report__info-buttons {
        margin-top: 18px;
    }
        .card-report__info-buttons .btn-outline-secondary {
            color: #2F2F32;
            font-weight: 500;
            font-size: 11px;
            margin-right: 4px;
        }
        .card-report__info-buttons .btn-outline-secondary:hover {
            color: #F35342;
        }

            .card-report__info-buttons .btn-outline-secondary [class^="icmn-"] {
                color: #F35342;
            }

.card-report__tile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -3px;
    padding-right: 24px;
    padding-bottom: 24px;
}
    .card-report__tile-item {
        width: calc((100% / 3) - 20px);
        margin-top: 27px;
    }

    .card-report__tile-title {
        font-weight: 500;
        font-size: 11px;
        color: #AAABBB;
        display: flex;
        align-items: flex-start;
        margin-bottom: 3px;
    }

    .card-report__tooltip {
        position: relative;
        margin-left: 3px;
        margin-top: 2px;
    }

    .card-report__tooltip-box {
        position: absolute;
        top: -14px;
        left: 100%;
        padding: 8px 7px 5px 10px;
        font-size: 10px;
        line-height: 140%;
        background: #FFFFFF;
        color: #AAABBB;
        max-width: 142px;
        min-width: 120px;
        box-shadow: 0px 4px 10px rgba(0,0,0, .1);
        margin-left: 9px;
        border-radius: 8px;
        display: none;
    }
    .card-report__tooltip .icmn-info:hover + .card-report__tooltip-box { display: block; }

    .card-report__tooltip-box:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 3px;
        transform: rotate(45deg);
        position: absolute;
        top: 13px;
        left: -5px;
    }

    .card-report__tile-content {
        margin-top: 3px;
    }

    .card-report__tile-text {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        color: #2F2F32;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .card-report__tile-text span {
        font-weight: 500;
        font-size: 11px;
        line-height: 120%;
        color: #AAABBB;
        display: block;
        margin-top: 3px;
    }

.progress-value {}
    .progress-value__text {
        margin-bottom: 7px;
        font-weight: 600;
        font-size: 18px;
        color: #2F2F32;
    }

    .progress-value__bar {
        width: 64px;
        height: 3px;
        background: #F1F3F7;
        border-radius: 2px;
    }

    .progress-value__bar-fill {
        height: inherit;
        border-radius: inherit;
        display: block;
        transition: width .2s linear;
    }

    .progress-value__bar--red .progress-value__bar-fill {
        background: linear-gradient(133.51deg, #F35342 1.96%, #F55173 93.11%);
    }
    .progress-value__bar--green .progress-value__bar-fill {
        background: linear-gradient(133.51deg, #30D59B 1.96%, #11D0D0 93.11%);
    }
    .progress-value__bar--blue .progress-value__bar-fill {
        background: linear-gradient(133.51deg, #45CDF8 1.96%, #5161F5 93.11%);
    }

.top-web {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .top-web h6 {
        font-weight: 500;
        font-size: 13px;
        color: #2F2F32;
        margin-bottom: 10px;
    }

    .top-web h6 a {
        color: inherit;
    }

    .top-web__site {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        font-size: 10px;
        color: #AAABBB;
        line-height: 140%;
        margin-bottom: 9px;
    }

    .top-web__schema-info {
        font-size: 11px;
        color: #11D0D0;
    }
    .top-web__schema-info--nope {
        color: #F35342;
    }

    .top-web__schema-info .icmn-close {
        font-size: 12px;
        vertical-align: -1px;
    }

    .top-web__statistics {
        margin-right: -13px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .top-web__statistics-item {
        margin-right: 13px;
        font-size: 11px;
        line-height: 140%;
        color: #AAABBB;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .top-web__statistics-item [class^="icmn-"] {
        margin-left: 5px;
    }
    .top-web__statistics-item .icmn-words {
        font-size: 8px;
        margin-top: 2px;
    }

.circle-progress {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
    clip: rect(0px, 14px, 14px, 7px);
    background-color: #F1F3F7;
    margin-right: 5px;
}
    .circle-progress:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -3px;
        margin-left: -3px;
        display: block;
        border-radius: 100%;
    }

    .circle-progress__circle {
        width: 14px;
        height: 14px;
        border: 4px solid #30D59B;
        /*background: linear-gradient(133.51deg, #30D59B 1.96%, #11D0D0 93.11%);*/
        border-radius: inherit;
        position: absolute;
        clip: rect(0px, 14px, 14px, 7px);
    }

    .circle-progress[data-anim~=base],
    .circle-progress div[data-anim~=base] {
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
      }

      .circle-progress[data-anim~=wrapper] {
        -webkit-animation-duration: 0.01s;
        -webkit-animation-delay: 3s;
        -webkit-animation-name: close-wrapper;
      }

      .circle-progress__circle[data-anim~=left] {
        -webkit-animation-duration: 6s;
        -webkit-animation-name: left-spin;
      }

      .circle-progress__circle[data-anim~=right] {
        -webkit-animation-duration: 3s;
        -webkit-animation-name: right-spin;
      }
      @-webkit-keyframes right-spin {
        from {
          /*-webkit-transform: rotate(0deg);*/
        }
        to {
          /*-webkit-transform: rotate(180deg);*/
        }
      }
      @-webkit-keyframes left-spin {
        from {
          /*-webkit-transform: rotate(0deg);*/
        }
        to {
          /*-webkit-transform: rotate(360deg);*/
        }
      }
      @-webkit-keyframes close-wrapper {
        to {
          clip: rect(auto, auto, auto, auto);
        }
      }



