.inner-page-banner {
  background-image: url("./../images/bg_top_header.jpg");
  background-size: cover;
  padding: 50px 0;
}

.inner-page-banner h1 {
  font-size: 19px;
  text-align: left;
  color: white;
  padding-left: 14px;
}

.tableList.card {
  border: 1px solid #e9e9f3;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.tableList.card .card-body {
  padding: 15px 25px 0px;
}

.tableList.card .card-body h3 {
  color: #81a55e;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 14px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/";
}

.organisation-chart .card-body p {
  font-weight: 600;
  text-align: initial;
  line-height: 18px;
  padding-bottom: 0.5rem;
}

ul.breadcrumb li {
  color: white;
  font-size: 11px;
}

.breadcrumb {
  padding-left: 14px;
}

.officer-contact-form input, .officer-contact-form select, .officer-contact-form textarea {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 5px;
  padding-bottom: 4px;
}

.officiar-search input, .officiar-search select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  margin-left: 5px;
}

.officer-contact-form ul li {
  padding: 0 10px 0 0;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

ul.officiar-search {
  align-items: flex-end;
  margin-bottom: 20px;
}

.officer-filter-box {
  flex-direction: column;
  align-items: normal;
}

.find-button {
  display: flex;
}

.find-button .submit-button {
  background: var(--bs-pimary);
  padding: 6px 9px;
  border-radius: 5px;
  width: 45%;
  color: #fff !important;
}

    .find-button .reset-button {
        background-color: #ffc107;
        padding: 2px 9px;
        border-radius: 5px;
        width: 45%;
        color: #fff !important;
    }

.officiar-search {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.customer-table h5 {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.top-heading {
  background-color: #81a55e;
  color: white;
}

.minister-head {
  background-color: #f3ffd7;
  line-height: 50px;
}

.customer-table .table {
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
}

.fa-envelope, .fa-phone {
  margin-right: 9px;
}

.nav-pills {
  font-size: 14px;
  line-height: 33px;
}

.nav-pills li {
  background: rgba(209, 253, 114, 0.368627451);
  border-radius: var(--bs-nav-pills-border-radius);
}

.organisation-chart .nav-pills li {
  /*margin-right: 5px;*/
  margin-bottom:5px;
}
/*# sourceMappingURL=department.css.map */