.row_mv {
    width: 100%;
    overflow: scroll;
}

.card.mv-rows{
    border: none;
    overflow: scroll;
    float: Left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 80vh;
    width: 15%;
    scrollbar-width: thin;
}

.mv-card-header{
    position: sticky;
    top: 0px;
    z-index: 10;
    background-color: #263d3d;
    color: #fff
}

.title{
    margin-left: auto;
    margin-right: auto;
}

.mssColumnHide,.mssColumnShow{
    border: none;
    background: #f3f3f3;
}

.ms-col{
    border-right: 1px solid rgba(0,0,0,.125);
}
