.box {
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.table-bordered {
    border-radius: 15px;
    border-collapse: unset;
}
table {
    margin-bottom: 0px !important;
}
body.pace-running {
    overflow:hidden;
}
.sidebar-collapse .pace .pace-activity{
    width: 100vw;
    left: 0px;
}

.pace .pace-activity{
    display: block;
    position: fixed;
    z-index: 2000;
    animation: none;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.50);
    border: none;
    border-radius: 0;
}
.pace .pace-activity:after {
    display: block;
    content: ' ';
    height: 50px;
    width: 50px;
    background: transparent;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    position: absolute;
    z-index: 2000;
    border: solid 5px rgba(255, 255, 255, 1);
    border-radius: 50px;
    -webkit-animation: pace-spinner 730ms linear infinite;
    -moz-animation: pace-spinner 730ms linear infinite;
    -ms-animation: pace-spinner 730ms linear infinite;
    -o-animation: pace-spinner 730ms linear infinite;
    animation: pace-spinner 730ms linear infinite;
    border-top-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0.60);
    border-bottom-color: rgba(255, 255, 255, 0.80);
}
