.caseListManagement-main {
    padding-top: 15px;
    height: calc(100% - 15px);
    overflow: auto;
}

.list-case__card {
    background: #f2f2f2;
    margin: 6px;
    padding: 5px;
    border-radius: 4px;
    min-height: 107px;
    position: relative;
}

    .list-case__card:hover,
    .list-case__card__active {
        background: #e6e6e6;
        cursor: pointer;
    }

.list-case__panel__rigth {
    border-left: solid 1px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0px;
    height: calc(100% - 11px);
}

    .list-case__panel__rigth label {
        display: block;
        font-size: 12px;
        margin: 0;
        font-weight: normal;
    }

    .list-case__panel__rigth span {
        display: block;
        color: #808080;
        font-size: 12px;
        margin: 0;
        margin-bottom: 8px;
        word-wrap: break-word;
    }

.list-case__panel__left label,
.list-case__panel__left span {
    font-size: 12px;
    margin: 0;
    font-weight: normal;
}

    .list-case__panel__left label.text-title-dark,
    .list-case__panel__left span.text-title-dark {
        color: #666666;
    }

.list-case__panel__left .text-date {
    text-align: right;
    padding-left: 0;
    padding-right: 5px;
}

    .list-case__panel__left .text-date span {
        color: #808080;
    }

.list-case__panel__left label.text-title {
    text-align: right;
    font-size: 18px;
    display: block;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-case__search {
    position: relative;
    padding-left: 2px;
    min-width: 245px;
    padding-right: 2px;
}

    .list-case__search .exactSearch {
        position: absolute;
        top: 2px;
        right: -1px;
        width: 25px;
    }

.list-case__detail {
    width: 100%;
    height: auto;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}

.state {
    width: 6px;
    height: 70px;
    position: absolute;
    top: 17px;
    left: 22px;
}

.list-case__detail span,
.list-case__detail label {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 14px;
}

.list-case__detail .caseListManagement__content-attachment {
    height: 100%;
}

.main-attachments > .row {
    height: 100%;
}

.list-case__detail .caseListManagement__content-attachment span {
    display: inherit;
}

.list-case__detail label {
    font-weight: normal;
}

    .list-case__detail label.text-title {
        font-size: 16px;
        font-weight: normal;
        color: #808080;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

        .list-case__detail label.text-title:hover {
            text-overflow: inherit;
            overflow: visible;
        }

.list-case__content {
    background: #fff;
    margin: 0px 1px 1px 1px;
    padding-left: 18px;
    padding-bottom: 10px;
    max-height: 100px;
}

.list-case__description {
    background: #fff;
    margin: 0px 1px 1px 1px;
    height: calc(100% - 270px);
    border-radius: 3px;
    padding-left: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

    .list-case__description blockquote {
        border-left: 0px solid #fff;
        margin: 0;
        padding: 0;
        font-size: initial;
    }

.list-case__container {
    padding: 0;
    position: absolute;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 0;
    top: 0;
    height: 100%;
    min-height: 470px;
}

.caseListManagement__content,
.caseListManagement__content--list {
    height: 100%;
}

    .caseListManagement__content--list > .row {
        height: 100%;
    }

.list-case__detail .task-detail-form-add-file {
    line-height: 0;
    margin-left: 4px;
}

.list-case__detail .add-file-icon {
    display: inline !important;
    font-size: 20px;
    line-height: 0;
}

.list-case__detail .content-list-attachments {
    position: relative;
    padding: 6px 0px;
}

.list-case__detail .task-detail-form-file-input {
    top: 6px;
    bottom: 0;
    height: 24px;
    cursor: pointer;
    left: 0px;
}

.list-case__container-notes {
    /* padding-top: 30px; */
}

.icon-order-asc {
    background-image: url("../../img/orderAsc.png");
    width: 25px;
    height: 25px;
    background-position: 50% center;
    float: left;
    cursor: pointer;
    left: 118px;
}

.icon-order-desc {
    background-image: url("../../img/orderDesc.png");
    width: 25px;
    height: 25px;
    background-position: 50% center;
    float: left;
    cursor: pointer;
    left: 118px;
}

.icon-clock-open {
    background-image: url("../../img/openClock.png");
    width: 11px;
    height: 11px;
    background-position: 50% center;
}

.icon-clock-closed {
    background-image: url("../../img/closedClock.png");
    width: 11px;
    height: 11px;
    background-position: 50% center;
}

.caseManagement__config-list {
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
    height: 29px;
}

    .caseManagement__config-list span,
    .caseManagement__config-list select {
        font-size: 12px;
    }

    .caseManagement__config-list select {
        width: 100px;
        height: 25px;
    }

        .caseManagement__config-list select option:disabled {
            color: #999999;
        }

.pager {
    position: fixed;
    bottom: 4px;
    margin-left: 7px;
    min-width: 134px;
}

    .pager span {
        font-size: 10px;
        position: relative;
        bottom: 9px;
        text-transform: lowercase;
    }

    .pager i {
        width: 15px;
        height: 25px;
        padding: 3px;
        line-height: 25px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        background-color: #e6e6e6;
    }

        .pager i.disabled,
        .icon-order-asc.disabled,
        .icon-order-desc.disabled,
        .content__tabs-description .tab.disabled {
            opacity: 0.4;
            pointer-events: none;
        }

.list-case__condition {
    display: inline-block;
    padding: 1px 1px 1px 3px;
    box-sizing: content-box;
    width: 60px;
    height: 15px;
    line-height: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.list-case__condition-closed.primary_bg {
    background: #666666 !important;
}

.list-case__condition span,
.list-case__condition i {
    display: inline-block;
}

.list-case__condition span {
    color: #fff;
    font-weight: normal;
    font-size: 10px;
}

.list-case__condition i {
    position: relative;
    margin-right: 2px;
    top: 1px;
}

.content__state-text {
    display: block;
    padding-left: 2px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 4px;
    min-width: 160px;
}

.content__button-survey {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 188px;
}

.button-survey,
.button-close {
    display: inline-block;
    height: 25px;
    border: solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    text-align: center;
    padding: 0px 8px;
    cursor: pointer;
    background-color: #ffffff;
    min-width: 120px;
    font-size: 12px;
    white-space: nowrap;
}

.button-close {
    margin-right: 12px;
}

.content__progress {
    font-size: 0px;
    padding-top: 6px;
}

    .content__progress span {
        display: inline-block;
        margin-right: 6px;
    }

.content__progress-bar {
    margin: 0px;
    background-position: 0% 0%;
    height: 8px;
    width: calc(100% - 57px);
    margin: 6px 0px 0px 0px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ccc;
    background-repeat: repeat;
}

.content__progress-bar-advance {
    height: 8px;
    width: 0%;
    margin-top: 0px;
    background: red;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid #e6e6e6;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: none;
    position: absolute;
    top: 36px;
    right: -11px;
}

    .triangle.show {
        display: inline-block;
    }

.caseManagement__content-cards {
    overflow: hidden;
    position: absolute;
    top: 50px;
    bottom: 0;
    width: calc(100% - 8px);
}

    .caseManagement__content-cards.list-up {
        top: 25px;
    }

    .caseManagement__content-cards.list-up-with-back {
        top: 22px;
    }

.content__description-box {
    position: absolute;
    top: 39px;
    bottom: 10px;
    left: 19px;
    width: 99%;
    overflow: hidden;
}

.list-case__detail label.text-subtitle {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-case__detail label.expired-time {
    font-size: 10px;
    margin-bottom: 0px;
}

.list-case__detail span.expired-time {
    font-size: 15px;
    margin-bottom: 0px;
}

.content-tabs-list {
    display: flex;
    flex-direction: row;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.tab {
    flex-grow: 1;  
}

.list-case__container .tab-additional-fields {
    position: relative;
}

.list-case__container .k-datetimepicker .k-picker-wrap .k-icon {
    display: inline-block;
}

.kendo-icons {
    background-image: url("../../css/kendo/material/sprite.png");
}

.content-icon-fullscreen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 38px;
    right: 52px;
    height: 34px;
    width: 34px;
    background-color: #F2F2F2;
    border: 1px solid#ccc;
    border-radius: 46%;
    -webkit-border-radius: 46%;
    z-index: 99;
    cursor: pointer;
    -moz-border-radius: 46%;
}

    .content-icon-fullscreen:hover {
        background-color: #ebebeb;
        opacity: 1;
    }

    
@media (max-width: 1200px) {
    .content-icon-fullscreen {
        right: 80px;
    }
}

.kendo-icons.icon-toggleFullScreen {
    background-position: -29px -128px;
    height: 18px;
    width: 18px;
    opacity: 0.4;
    position: relative;
    top: 2px;
}

.list-case__content.hidden,
.list-case__header.hidden {
    display: none;
}

.list-case__description.extend {
    height: calc(100% - 18px);
}

.list-case__container .tab-additional-fields {
    overflow: auto;
    height: initial;
    padding: 10px 4px;
}

.list-case__subject {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 20px;
}

    .list-case__subject span,
    .list-case__subject label {
        display: inline-block;
    }

        .list-case__subject span.empty-subject {
            color: #9d9d9d;
        }

    .list-case__subject label {
        font-size: 14px;
        margin-bottom: 0px;
        padding-right: 5px;
    }

.searchList {
    padding-left: 30px;
}

.list-case__header {
    display: flex;
    background-color: #fff;
    height: 230px;
    min-height: 230px;
    max-height: 230px;
    padding: 10px;
}

.list-case__header__left,
.list-case__header__right {
    width: 50%;
}

.list-case__header__left {
    border-right: 1px solid #ccc;
    position: relative;
}

.list-case__header__right {
    padding-left: 15px;
}

.list-case__header__left span,
.list-case__header__left label {
    margin: 0;
    line-height: 22px;
}

.content__state-text {
    padding-left: 10px;
}

span.text-subtitle.subtitle-inline,
span.text-inline {
    display: inline-block;
}

span.text-subtitle.subtitle-inline {
    display: inline-block;
    padding-right: 4px;
}

.list-case__condition span {
    line-height: 0;
}

.list-case__header__left .list-case__condition {
    margin-bottom: 5px;
}

.list-case__header__left span.content__state-text {
    margin-bottom: 5px;
}

.list-case__panel__left label.text-subtitle {
    display: inline-block;
}

.icon__list {
    width: 20px;
    height: 20px;
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon__favorite {
    background-image: url("../../img/favorite-gray.png");
}

.icon__notes {
    background-image: url("../../img/notes-gray.png");
}

.icon__attachment {
    background-image: url("../../img/attachment-gray.png");
}

.icon__survey {
    background-image: url("../../img/survey-gray.png");
}

.icon__arrow-back {
    background-image: url("../../img/arrow-back.png");
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon__arrow-next {
    background-image: url("../../img/arrow-next.png");
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
}

.list-case__order {
    display: flex;
}

    .list-case__order span {
        margin-left: 4px;
    }

.caseManagement__config-list .content_search_order {
    display: flex;
}

.icon_searchList {
    position: absolute;
    top: 7px;
    left: 12px;
}

.text-title-dark-subject {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modalDescription blockquote {
    padding: 0;
    margin: 0;
    border: none;
}

.icon_arrow-extend {
    background-image: url("../../img/arrow-extend.png");
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.modalDescription div {
    height: 100%;
}

.content__description-box .k-editor-toolbar-wrap,
.modalDescription .k-editor-toolbar-wrap {
    display: none;
}

.content__description-box .k-editor.k-header,
.modalDescription .k-editor.k-header {
    border: none;
    border-left: 0px solid #fff;
    margin: 0;
    padding: 0;
    font-size: initial;
    height: 100%;
}

.content__description-box .k-editor .k-editable-area,
.modalDescription .k-editor .k-editable-area {
    border-width: 0;
}

.caseList__editor-description,
.caseList__editor-solution {
    height: 100%;
    min-height: 100%;
}

.content__description-box .col-md-12 {
    height: 100%;
    min-height: 100%;
}

.list-case__content-condition {
    display: flex;
    justify-content: space-between;
}

.close__case-buttons {
    text-align: right;
}

.close__case-buttons {
    text-align: right;
    padding-top: 14px;
}

    .close__case-buttons .button-content {
        min-width: 52px;
        box-sizing: border-box;
    }

div.k-window.clear-padding {
    padding-top: 0px !important;
}

.warning_close_case {
    font-size: 11px;
    padding-top: 5px;
    color: #999;
}

.list-case__filter {
    width: 30px;
    height: 25px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.icon__filter {
    background-image: url("../../img/filter.png");
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 30px;
    height: 26px;
}

.list-case__content-filters {
    display: none;
    position: absolute;
    top: 28px;
    z-index: 1000;
    width: 200px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    min-height: 130px;
    cursor: initial;
}

    .list-case__content-filters > span {
        background: #9A9A99;
        width: 100%;
        height: 25px;
        display: inline-block;
        margin-bottom: 7px;
        padding-left: 8px;
        line-height: 25px;
        color: #fff;
    }

.list-case__filter-card > div:not(.list-case__filter-options) {
    border: 1px solid #ccc;
    margin-bottom: 7px;
    height: 28px;
    border-radius: 4px;
    color: #9A9A99;
    padding-left: 8px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

.list-case__filter-button {
    text-align: center;
    color: #FFF;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    width: 100%;
    cursor: pointer;
    border: none;
}

.icon__select-arrow {
    background-image: url("../../img/select_arrow.png");
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 6px;
}

.filter__radio {
    display: inline-flex;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 1px #9A9A99;
    justify-content: center;
    align-items: center;
}

    .filter__radio > div {
        display: inline-block;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        border: none;
    }

.list-case__filter-options > div {
    display: flex;
    height: 24px;
    align-items: center;
    padding-left: 6px;
    cursor: pointer;
}

    .list-case__filter-options > div:hover,
    .list-case__filter-options > div.selected {
        background-color: #e6e6e6;
    }

    .list-case__filter-options > div span {
        padding-left: 4px;
    }

.list-case__filter-options {
    padding-bottom: 2px;
}

.icon__select-arrow.open {
    transform: rotate(180deg);
}

.k__select-override.list__select-order {
    width: 134px;
}

    .k__select-override.list__select-order .k-dropdown-wrap.k-state-default {
        margin: 0;
    }

.icon__sort-arrow {
    background-image: url("../../img/sort_arrow.jpg");
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    top: 0;
    position: relative;
}

    .icon__sort-arrow.asc {
        transform: rotate(180deg);
    }

.list-case__order > span:nth-child(1) {
    margin: 0;
    width: 66px;
    line-height: 24px;
    margin-right: 1px;
}

.filter__bread-crumbs {
    padding-left: 8px;
}

    .filter__bread-crumbs label {
        font-family: clearSans-bold;
        font-size: 13px;
    }

    .filter__bread-crumbs span {
        font-size: 12px;
    }

.content-tabs-list.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.icon__direct-chat {
    position: absolute;
    bottom: 6px;
    right: 6px;
    cursor: pointer;
    text-decoration: underline;
    background-image: url('../../img/chat_icon.svg');
    width: 18px;
    height: 18px;
    background-color: #666666;
    border-radius: 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.content__progress .ico__expired_time {
    position: relative;
    width: 11px;
    height: 11px;
    top: 2px;
    cursor: pointer;
    margin: 0px;
    margin-right: 1px;
}

.list-case__header__left .icon__direct-chat {
    bottom: 0px;
    height: 22px;
    width: 22px;
}

label.text-inline {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 12px;
}

.list-case__header__left div.category_data,
.list-case__header__left div.author_data {
    display: flex;
}

.caseListManagement__back {
    display: flex;
    height: 20px;
    align-items: center;
}

    .caseListManagement__back p {
        color: #337ab7;
        margin: 0;
        padding-left: 3px;
    }

        .caseListManagement__back p:hover {
            cursor: pointer;
            text-decoration: underline;
        }

    .caseListManagement__back .article__icon-back {
        background-image: url(../../img/back-link.svg);
        position: relative;
        top: 1px;
    }

.ico_clock {
    background-image: url("../../img/reloj.png")
}

.table__content {
    height: 28px;
    width: 130px;
    border-spacing: 0px;
    font-family: ClearSans-Regular, Arial, Verdana, Helvetica, sans-serif;
}

.row__time_ans {
    line-height: 4px;
}

    .row__time_ans > td {
        max-width: 40px;
        width: auto;
        text-align: center;
        vertical-align: middle;
        background-color: #F2F2F2;
        padding: 0px;
        white-space: nowrap;
    }

    .row__time_ans span {
        font-size: 14px;
        color: #666666;
        display: inline-block;
        margin-bottom: 0px;
    }

    .row__time_ans label {
        display: block;
        font-size: 10px;
        color: #000000;
        position: relative;
        margin: 0px;
        line-height: 9px;
    }

    .row__time_ans > td:nth-child(1) {
        background-color: #cccccc;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        width: 25px;
    }

    .row__time_ans > td:nth-child(2) {
        text-align: center;
    }

        .row__time_ans > td:nth-child(2) label {
            margin-right: 5px;
        }

    .row__time_ans > td:nth-last-child(1) {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        width: 38px;
        text-align: left;
    }

        .row__time_ans > td:nth-last-child(1) span,
        .row__time_ans > td:nth-last-child(1) label {
            margin-left: 7px;
        }

.case__list_time {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto;
}

.point__coma_days {
    margin: 0px;
    position: relative;
    left: 1px;
}

.point__coma_hours {
    margin: 0px;
    position: relative;
    left: 6px;
}

.content__time_ans {
    display: inline-block;
    width: 49%;
}

    .content__time_ans > .sub_title {
        color: #acbdbb;
        margin: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 18px;
    }

.content__time_solution {
    margin-top: 6px;
}

    .content__time_solution > .sub_title {
        color: #acbdbb;
        margin: 0px;
        line-height: 15px;
    }

    .content__time_solution > span {
        font-size: 14px;
        color: #666666;
    }

@media (max-width: 1350px) {
    .table__content {
        width: 120px;
    }
}

.toolbar_files--list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 24px;
}

.list-case__header__right .nowrap {
    display: flex;
    padding-bottom: 3px;
}

    .list-case__header__right .nowrap > label {
        padding-right: 4px;
        white-space: nowrap;
    }

.content_times {
    display: flex;
    flex-direction: column;
    padding-top: 6px;
}

    .content_times .content__time {
        display: flex;
        color: #404041;
        height: 25px;
        min-height: 25px;
        align-items: center;
        background-color: #eff1f1;
        margin-top: 7px;
        border-radius: 4px;
        padding: 6px;
    }

        .content_times .content__time .sub_title {
            font-size: 10px;
            width: 50%;
        }

        .content_times .content__time span {
            font-size: 9.5px;
            width: 50%;
            margin: 0;
            background-color: #fff;
            text-align: center;
        }

.list-case__header__right .nowrap > label:not(.primary_color) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-export__case {
    color: white;
    border: none;
    border-radius: 4px;
    height: 91%;
    width: 80px;
}

.list-case__related-articles {
    display: flex;
    justify-content: flex-end;
}

    .list-case__related-articles .related__articles-btn {
        width: 175px;
        text-align: center;
    }


@media only screen and (max-width: 601px) {

.tab h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.field.col-md-6 {
    width: 100%;
}

.k-widget.k-window {
    width: 300px !important;
    height: 450px !important;
    top: 10% !important;
    left: 10% !important;
}

.icon__direct-chat {
    display: none !important;
}

.k-editor-toolbar {
    white-space: normal;
}

.toolbar_files--list {
    display: none;
}

.task-detail-form-file-items-container {
    margin-top: 5px;
}

#hc_add_note_form {
    max-width: 100%;
}

.hc-title-note {
    display: flex;
    justify-content: space-evenly;
}

.list-case__header {
    flex-flow: column nowrap;
    overflow-y: scroll;  
    -webkit-overflow-scroll: touch
}

.list-case__header__left {
    border-right: none;
    width: 100%;
}

.list-case__header__right {
    width: 100%;
    padding-left: 0px;
}

.list-case__header::-webkit-scrollbar {
    -webkit-appearance: none;
}

.list-case__header::-webkit-scrollbar:vertical {
    width: 7px;
}


.list-case__header::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 1);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.list-case__header::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.list-case__detail {
    -webkit-overflow-scroll: touch;
}

.list-case__detail::-webkit-scrollbar {
    -webkit-appearance: none;
}

.list-case__detail::-webkit-scrollbar:vertical {
    width: 7px;
}


.list-case__detail::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 1);
    border-radius: 10px;
    border: 2px solid #f2f2f2;
}

.list-case__detail::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #f2f2f2; 
}

.span__hour {
    white-space: nowrap;
}
}
