body {
    font-family: "Poppins";
    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;
}

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

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

.login-error {
    display: flex;
    align-items: center;
    background: #ffdada;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    padding: 10px;
}

.lei {
    /* background-color: #ff4646; */
    color: white;
    width: 18px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 10px;
    height: 18px;
}

.valign-center td {
    vertical-align: middle;
}
