v-card[_ngcontent-haw-c25] .data-wrapper[_ngcontent-haw-c25] .data-container[_ngcontent-haw-c25] v-table[_ngcontent-haw-c25] {
    margin-left: 0 !important;
}
.table-container {
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.sticky-tablecolumn {
    max-width: calc(100% - 180px);
    overflow: auto visible;
    margin-left: 180px;
}
.v-simpleTable {
    margin: 0px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sticky-tablecolumn > .v-simpleTable thead tr:first-child th:first-child {
margin-top: -1px;}
	
	.sort-wrapper {
    height: 25px;
    width: 25px;
    position: relative;
    text-align: center;
}
.sort-wrapper button {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    color: transparent;
    top: 0px;
    left: 1.7px;
    border: none !important;
}

.sort {
    position: absolute;
    z-index: 4;
    color: transparent;
    top: -4px;
    left: 0.7px;
}

.sort-wrapper::before {
    position: absolute;
    border-top: 9px solid var(--v-colors__primary);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 0px;
    vertical-align: top;
    width: 0px;
    top: 14px;
    left: 5px;
    z-index: 0;
}

.sort-wrapper button::after {
    position: absolute;
    border-bottom: 6px solid rgb(255, 255, 255);
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 0px;
    vertical-align: top;
    width: 0px;
    top: 6px;
    left: 6.45px;
    z-index: 1;
}
*, ::before, ::after {
    box-sizing: border-box;
}
.sort-wrapper button{
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    color: transparent;
    top: 0px;
    left: 1.7px;
    border: none !important;
}