v-loader {
    display: flex;
    position: fixed;
    width: 95%;
    height: -webkit-fill-available;
    margin: -15px -10px;
    justify-content: center;
    align-items: center;
    background: #ffffff8a;
    z-index: 1111;
}

v-loader .loader-content {
    display: block;
    text-align: center;
    margin-top: -10%;
}

v-loader.hide {
    opacity: 0;
    z-index: -1;
    animation: hideLoader 1s ease-in-out;
}

@keyframes hideLoader {
    0% {
        z-index: 1111;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.nowrap {
    white-space: nowrap;
}

.nowrap-normal {
    white-space: normal !important;
}

#table-presence th,
#table-presence td {
    white-space: nowrap;
}

#table-presence .first-col-no {
    position: absolute;
    width: 5%;
    background: #fff;
    border-width: 0 1px;
    border: 1px solid #e9e9ef !important;
    margin-left: -30%;
}

#table-presence .first-col {
    position: absolute;
    width: 25%;
    border-width: 0 1px;
    background-color: #fff;
    margin-left: -25%;
    border: 1px solid #e9e9ef !important;
}

#table-presence .first-col-no-header {
    position: absolute;
    width: 5%;
    background: #E9E9EF;
    border-width: 0 1px;
    margin-left: -30%;
}

#table-presence .first-col-header {
    position: absolute;
    width: 25%;
    border-width: 0 1px;
    color: #495057;
    border-color: #e9e9ef;
    background-color: #E9E9EF;
    margin-left: -25%;
}

.table-wrapper {
    overflow-x: scroll;
    /* width: 430px; */
    margin: 0 0 0 30%;
}
