.icon-card-preview {
    &.app-data-view .data-view-container .single-card-data:hover {
        border: 1px solid #57A3FD;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }
    &.app-data-view .data-view-container .single-card-data {
        border: 1px solid #fff;
        background-color: #fff;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }
    &.app-data-view .data-view-container .isselected.single-card-data {
        border-color: #57A3FD;
    }
    .icon-card-item {
        height: 100%;
        width: 100%;
        > .single-card-default {
            height: 100%;
            width: 100%;
        }
        .icon-card {
            font-size: 22px;
            height: calc(100% - 30px);
            text-align: center;
            display: flex;
            align-items: center;
            > i,
            > ion-icon {
                margin: 0 auto;
            }
        }
    }
    &.app-data-view .data-view-container .single-card-data .data-view-item .single-card-default .ivu-tooltip{
        width: 100%;
        .ivu-tooltip-rel {
            width: 100%;
            padding-left: 0;
            text-align: center;
            font-size: 12px;
            font-weight: 400;
            height: 30px;
            line-height: 30px;
        }
    }

    display: flex;
    flex-direction: column;

    .data-view-container {
        flex: 1;
        overflow: auto;
    }

    .loading {
        flex: 1 1 100%;
    }

    .last {
        flex: 1 1 100%;
        font-family: sans-serif;
        text-align: center;
        color: #999;
        line-height: 40px;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    
    ::-webkit-scrollbar-track {
        width: 6px;
        background: rgba(#101F1C, 0.1);
        border-radius: 2em;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(144,147,153,.5);
        background-clip: padding-box;
        min-height: 28px;
        border-radius: 2em;
        transition: background-color .3s;
        cursor: pointer;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(144,147,153,.3);
    }
}
