.app-version{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.app-version-login{
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.table-manage thead th, .table-manage1 thead th{
    text-align: center;
    vertical-align: middle;
}

.table-manage tbody tr td:last-child, .table-manage1 tbody tr td:last-child, .table-manage1 tbody tr td:first-child{
    text-align: center;
    vertical-align: middle;
}

.loader {
    border: 20px solid #f3f3f3; /* Light grey */
    border-top: 20px solid #3498db; /* Blue */
    border-bottom: 20px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.dataTables_processing{
    background: none;
    box-shadow: none;
}

.dataTables_length label{
    display: inline-flex;
    font-weight: 500 !important;
}

.dataTables_length label>select{
    margin-left: 5px;
    margin-right: 5px;
}
.wp-50{
    width: 50px !important;
}
.wp-75{
    width: 75px !important;
}
.wp-100{
    width: 100px !important;
}
.wp-200{
    width: 200px !important;
}