.wrapper-sticky {
    max-width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
    transition: width 2s;
}

.wrapper-sticky, .wrapper-sticky * {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.wrapper-sticky table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    padding: 0 !important;
    border-collapse: collapse;
}

.wrapper-sticky table tr.st-sticky-top th, .wrapper-sticky table tr.st-sticky-top td,
.wrapper-sticky table tr.st-sticky-bottom th, .wrapper-sticky table tr.st-sticky-bottom td {
    background-color: #fff;
    border-top: 0;
    position: relative;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    outline: 1px solid #ddd;
    z-index: 5;
}
.wrapper-sticky table tr.st-sticky-top th, .wrapper-sticky table tr.st-sticky-top td {
    top: 0;
}
.wrapper-sticky table tr.st-sticky-bottom th, .wrapper-sticky table tr.st-sticky-bottom td {
    bottom: 0;
}

.wrapper-sticky table td.st-sticky-left, .wrapper-sticky table th.st-sticky-left,
.wrapper-sticky table td.st-sticky-right, .wrapper-sticky table th.st-sticky-right {
    background-color: #fff;
    outline: 1px solid #ddd;
    position: relative;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 10;
}
.wrapper-sticky.st-sticky-ltr-cells table td.st-sticky-left, .wrapper-sticky.st-sticky-ltr-cells table th.st-sticky-left,
.wrapper-sticky.st-sticky-rtl-cells table td.st-sticky-right, .wrapper-sticky.st-sticky-rtl-cells table th.st-sticky-right {
    left: 0
}
.wrapper-sticky.st-sticky-rtl-cells table td.st-sticky-left, .wrapper-sticky.st-sticky-rtl-cells table th.st-sticky-left,
.wrapper-sticky.st-sticky-ltr-cells table td.st-sticky-right, .wrapper-sticky.st-sticky-ltr-cells table th.st-sticky-right {
    right: 0
}

.wrapper-sticky table tr.st-sticky-top td.st-sticky-left, .wrapper-sticky table tr.st-sticky-top th.st-sticky-left,
.wrapper-sticky table tr.st-sticky-top td.st-sticky-right, .wrapper-sticky table tr.st-sticky-top th.st-sticky-right,
.wrapper-sticky table tr.st-sticky-bottom td.st-sticky-left, .wrapper-sticky table tr.st-sticky-bottom th.st-sticky-left,
.wrapper-sticky table tr.st-sticky-bottom td.st-sticky-right, .wrapper-sticky table tr.st-sticky-bottom th.st-sticky-right {
    z-index: 15;
}

/*
.wrapper-sticky table tfoot{
    bottom: 0;
    position: -webkit-sticky;
    z-index: 999;
}*/
