@import url(vendor/Poppins/Poppins.css);

body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  background-color: #f8f9fa;
}

body,
.form-control,
.btn {
  font-size: 13px;
}

/* PDF STYLE */
.pdf table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-collapse: collapse;
}

.pdf .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.pdf .table th,
.pdf .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.pdf .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.pdf .table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.pdf .table-sm th,
.pdf .table-sm td {
  padding: 0.3rem;
}

.pdf .table-bordered {
  border: 1px solid #dee2e6;
}

.pdf .table-bordered th,
.pdf .table-bordered td {
  border: 1px solid #dee2e6;
}

.pdf .table-bordered thead th,
.pdf .table-bordered thead td {
  border-bottom-width: 2px;
}

.pdf .table-borderless th,
.pdf .table-borderless td,
.pdf .table-borderless thead th,
.pdf .table-borderless tbody+tbody {
  border: 0;
}

.nav-item {
  padding: 10px 3px 10px 3px;
}

.nav-item a i {
  font-size: 20px;
  margin-right: 8px;
}


.nav-item.active a.nav-link {
  color: #007bff !important;
}

.card {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-header {
  font-weight: bold;
  border-bottom: none;
}

.table,
.btn {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.table thead {
  background-color: grey;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.table thead a {
  color: white;
}

.form-control {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.btn-primary {
  color: #fff;
  background-color: #057c4e;
  border-color: #057c4e;
}