html{
    font-size: 12px;
}
a{
    color: black;
}
.o-login{
    box-shadow: 10px 10px 32px 0px rgba(162,162,162,0.75);
    -webkit-box-shadow: 10px 10px 32px 0px rgba(162,162,162,0.75);
    -moz-box-shadow: 10px 10px 32px 0px rgba(162,162,162,0.75);
}
.h-100vh{
    height: 100vh;
}

/*
 * Modifying
 */
.skin-blue .content-wrapper .content-header-custom, .skin-blue-light .content-wrapper .content-header-custom{
    background: none !important;
}
.skin-blue .content-wrapper .content-header-custom h1, .skin-blue-light .content-wrapper .content-header-custom h1{
    color: black !important;
}
.skin-blue-light .sidebar a{
    text-decoration: none;
}
.dataTable th{
    vertical-align: middle;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    display: flex;
    justify-content: space-between;
}
.sidebar-menu.tree > li{
    padding-top: 
}