body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f9f9f9;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

a {
  color: #00a31f;
  text-underline-offset: 2px;
  display: inline-block;
}
a:hover {
  color: #007015;
}

.btn {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 700;
  border-radius: 20px 20px 20px 20px !important;
}

.btn-close:focus, .btn-close:active {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn-lg {
  font-size: 14px;
}

.btn-md {
  font-size: 14px;
}

.btn-sm {
  font-size: 13px;
}

.btn-primary {
  color: #ffffff;
  background: #00a31f;
  border: solid 1px #00a31f;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #00bd24;
  border: solid 1px #00a31f;
}

.btn-light {
  color: #333333;
  background: #f4f4f4;
  border: solid 1px #eaeaea;
  font-weight: 400;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: #f7f7f7;
  border: solid 1px #eaeaea;
}

.form-control {
  border: solid 1px #ccc !important;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border-radius: 10px 10px 10px 10px !important;
}

.form-select {
  border: solid 1px #ccc !important;
  border-radius: 10px 10px 10px 10px !important;
}

.form-control-textarea {
  font-size: 14px;
}

.form-control-md,
.form-select-md {
  height: 45px;
  font-size: 14px !important;
}

.form-control-xl {
  height: 50px;
  font-size: 14px !important;
}

.form-control-gray {
  background-color: #f4f4f4 !important;
  border: solid 1px #f4f4f4 !important;
}

.form-control-primary {
  background-color: #ffffff !important;
  border: solid 1px #ccc !important;
}

.input-group {
  border: solid 1px #ccc !important;
  border-radius: 10px 10px 10px 10px !important;
}
.input-group .form-control {
  border: none !important;
}
.input-group .input-group-text {
  border: none !important;
  background: #ffffff;
  font-size: 14px;
  border-radius: 10px 10px 10px 10px !important;
}

.form-alert {
  margin-top: 3px;
}

.form-alert-danger {
  color: #DC3545 !important;
}

.form-alert-success {
  color: #28A745 !important;
  background: #ffffff !important;
}

.form-alert-info {
  color: #17A2B8 !important;
  background: #ffffff !important;
}

.form-alert-warning {
  color: #F5A962 !important;
  background: #ffffff !important;
}

.form-data label {
  font-weight: 700;
  padding-bottom: 5px;
}

.card {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4);
  -webkit-box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4);
}

.card-header {
  background: #ffffff;
  border: none;
}

.card-footer {
  background: #ffffff;
  border: none;
}

.table-lg th,
.table-lg td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: solid 1px #eaeaea;
}
.table-lg th {
  font-weight: 700;
  border-bottom: solid 1px #333;
}
.table-lg th a {
  color: #333333;
}

.table-detail th:first-child,
.table-detail td:first-child {
  padding-left: 0 !important;
}

.table-th th {
  background-color: #000;
  color: #ffffff;
}

.table-notification td {
  cursor: pointer !important;
}

.table-report th, .table-report td {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

.pagination .page-link {
  color: #00a31f;
}
.pagination .active .page-link {
  color: #ffffff;
  background: #00a31f;
  border: solid 1px #00a31f;
}

.dropdown-menu {
  font-size: 14px;
}
.dropdown-menu a {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: solid 2px #00a31f;
  font-weight: 700;
}
.nav-tabs .nav-link {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #00a31f;
  color: #ffffff;
  border: solid 2px #00a31f;
}

.nav-link {
  color: #00a31f;
}

.nav .dropdown-item {
  font-size: 14px;
}
.nav .dropdown-item:hover {
  background-color: #00a31f;
  color: #ffffff;
}

.modal-body {
  background-color: #f9f9f9;
}

.sidenav {
  color: #c2c7d2;
  background-color: #000;
  position: fixed;
  width: 250px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  overflow-y: scroll;
}
.sidenav::-webkit-scrollbar {
  width: 5px;
}
.sidenav::-webkit-scrollbar-track {
  background: #000;
}
.sidenav::-webkit-scrollbar-thumb {
  background: #333333;
}
.sidenav::-webkit-scrollbar-thumb:hover {
  background: #dbdbdb;
}

.sidenav-heading {
  padding: 10px 10px;
}

.sidenav-title {
  padding: 0 10px;
  font-weight: 700;
}

.sidenav-item .card-body {
  background: #0d0d0d;
  padding: 10px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.sidenav-item .sidenav-item-link {
  display: block;
  color: #c2c7d2;
  text-decoration: none;
  padding: 4px 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.sidenav-item .sidenav-item-link .sidenav-item-link-icon {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 16px;
}
.sidenav-item .sidenav-item-link:hover,
.sidenav-item .active {
  border-left: solid 2px #2b303b !important;
  padding-left: 6px;
  color: #00d629 !important;
}
.sidenav-item .sidenav-item-dropdown-link {
  display: block;
  color: #c2c7d2;
  text-decoration: none;
  padding: 4px 0;
  border-left: solid 2px #c2c7d2;
  margin-left: 10px;
  padding-left: 15px;
}
.sidenav-item .sidenav-item-dropdown-link:hover,
.sidenav-item .active {
  border-left: solid 2px #00a31f;
  color: #00a31f;
}
.sidenav-item .sidenav-icon {
  text-align: center;
  width: 20px;
  font-size: 15px;
  margin-right: 7px;
}

.sidenav-toggler {
  font-size: 20px;
}

.sidenav-toggler-icon {
  color: #333333;
}
.sidenav-toggler-icon:hover {
  color: #4d4d4d;
}

.sidenav-box {
  background-color: #2b303b;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 5px 0 10px;
  border-radius: 5px 5px 5px 5px !important;
}

.sidenav-separator {
  height: 2px;
  margin: 5px 0 3px 0;
  background-color: #000;
}

.sidenav-footer {
  padding: 10px 15px;
}
.sidenav-footer a {
  color: #c2c7d2;
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 10px;
  box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4);
  -webkit-box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4);
  z-index: 998;
}

.header-content {
  margin-left: 250px;
}

.main {
  margin-left: 250px;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.badge-pill-success {
  border: solid 2px #28A745;
  color: #28A745;
}

.badge-pill-info {
  border: solid 2px #17A2B8;
  color: #17A2B8;
}

.badge-pill-warning {
  border: solid 2px #F5A962;
  color: #F5A962;
}

.badge-pill-danger {
  border: solid 2px #DC3545;
  color: #DC3545;
}

.chk-show-per-page {
  width: 80px;
}

.highlight {
  background-color: #ffff88;
}

.profile-icon {
  border: solid 5px #333333;
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 60px;
  position: relative;
}
.profile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.datepicker-days {
  padding: 10px;
}
.datepicker-days .day {
  padding: 7px;
}

.datepicker {
  padding: auto !important;
  border-radius: auto !important;
}

.bg-dashboard {
  position: relative;
  color: #fff;
}
.bg-dashboard a {
  color: #fff;
  text-decoration: none !important;
}
.bg-dashboard:hover {
  opacity: 0.9;
}
.bg-dashboard:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 60px;
  top: 0;
  right: 0;
  margin-right: 20px;
  opacity: 0.2;
  color: #fff;
}

.bg-request {
  background: #d35d6e;
}
.bg-request:before {
  content: "\f15c";
}

.bg-purchase {
  background: #2a8891;
}
.bg-purchase:before {
  content: "\f290";
}

.bg-delivery {
  background: #E1701A;
}
.bg-delivery:before {
  content: "\f48b";
}

.select2-container--bootstrap-5 .select2-selection {
  font-size: 14px !important;
  padding-top: 11px !important;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 45px !important;
  border: solid 1px #ccc !important;
  border-radius: 10px 10px 10px 10px !important;
}

.notification-badge {
  font-size: 16px;
}

.report-content table {
  width: 100%;
}
.report-content table td, .report-content table th {
  white-space: nowrap; /** added **/
}
.report-content table td:last-child {
  width: 100%;
}
.report-content table th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #000;
  color: #fff;
}

.report-sticky table th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #f9f9f9;
}

.footer-copyright {
  color: #989898;
  font-weight: 600;
}

@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow: inherit;
  }
}
