body {
    font-family: "Roboto";
    font-size: 14px;
}

.w-30 {
    width: 30% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.card-header {
    background-color: #f6f6f6;
}

.card-title {
    font-size: 15px;
}

.f_end {
    display: flex !important;
    justify-content: flex-end !important;
}

ul.pagination {
    margin-bottom: 0 !important;
}

.dropdown-menu {
    padding: 0;
    border: none;
    font-size: 0.875rem;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f4f4f4;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #072e36;
    text-decoration: none;
    background-color: #2196f31a;
}

.dropdown-item .fa,
.dropdown-item .icon {
    margin-right: 5px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

.bootstrap-select.form-control {
    border: 1px solid #ced4da !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.btn,
.table th,
input,
textarea,
select {
    font-size: 14px !important;
}

.table td,
.table th {
    vertical-align: middle !important;
    white-space: nowrap;
}

/* SIDE NAV */
.nav-sidebar > .nav-item {
    margin-bottom: 10px;
}

.nav-pills .nav-link {
    font-size: 14px;
}

.nav-sidebar > .nav-item:hover > .nav-link,
.nav-sidebar > .nav-item > .nav-link.active {
    background-color: #e6f6ff !important;
    color: #007dc5 !important;
    box-shadow: none !important;
}

.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (100px)) !important;
}

@media (min-width: 768px) {
    .md:shadow-md {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08);
    }
}
