﻿body {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    color:#000;
}
.navbar-brand {
    font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link.active{
    color: rgb(255 255 255 / 90%);
}
.header {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    background-image: linear-gradient(120deg,#89f7fe 0%,#66a6ff 100%) !important;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0px;
    margin: 0px
}
.row {
    padding: 0px 40px;
}
.text-primary {
    color: #3f526e !important;
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

nav .container-fluid {
    padding: 0px 60px;
}
table.dataTable.no-footer {
    border: 1px solid #cfcfcf;
}
.table > thead {
    vertical-align: bottom;
    background-color: #33373c;
    color: white;
    text-align: center;
    font-weight: 200;
    font-size: 15px;
}
.dashboard .bg-primary, .dashboard .bg-success, .dashboard .bg-secondary, .dashboard .bg-danger {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}