body {
  background: #ffffff;
}
.error {
  color: red;
}

.bread-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 15px 20px;
}

/* Container */
#container {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  margin: 0 20px;
  height: 760px;
}
.mobile-container {
  height: 760px;
}

.fa-person-chalkboard {
  font-weight: normal !important;
}

/* Breadcrumbs */

.breadcrumb {
  background-color: rgba(255, 255, 255, 0);
  margin: 5px 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  /* border: 0; */
  opacity: 0.25;
}

/* Filter */

#filter-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: auto;
}

#filter-search {
  display: flex;
  align-items: center;
}

/* Container Title */
.container-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-title button {
  width: 100px;
}

/* view table top */

.view-tbl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

/* Filter group */

/* Progress bar css */
.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.divider-line-p {
  background: #72aec8 !important;
  height: 4px;
  width: 100%;
  margin: 18px 0px;
}
.divider-line-thin-p {
  background: #72aec8 !important;
  height: 2px;
  width: 100%;
  margin: 18px 0px;
}

.divider-line-s {
  background: rgb(25, 135, 84) !important;
  height: 4px;
  width: 100%;
  margin: 18px 0px;
}
.divider-line-thin-s {
  background: rgb(25, 135, 84) !important;
  height: 2px;
  width: 100%;
  /* margin: 18px 0px; */
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer; /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
}

.agenda-content p {
  color: black;
}

.header-container img {
  width: 100px;
}
.header-container p {
  line-height: 0.5;
}

.text-center2 p {
  color: #111111;
}
.abc p {
  line-height: 0.5;
}
.apperances_cont {
  margin: 10px 0 0 25px;
}
.app1 {
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 20px;
}

.app3 p {
  line-height: 1.5;
  /* margin-bottom: 1em;
  margin-top: 1em; */
  text-align: justify;
}

.app2 {
  line-height: 1;
  margin-bottom: 30px;
}

.app1 .app2 .app3 {
  margin-left: 10px;
}

.hij {
  line-height: 0.5;
}

.unfinished-business {
  margin: 10px 0 0 25px;
}

.ordinance_desc {
  line-height: 1.5;
}

.top-left p {
  line-height: 0.5;
  color: red;
}

.center_input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 300px; */
}

.center_input2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 500px; */
}

.approved {
  padding-left: 100px;
}

.center_input .input-person {
  width: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
  padding: 8px;
  font-weight: bold;
  color: black;
  font-size: larger;
}

.center_input2 .input-person {
  width: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
  padding: 8px;
  font-weight: bold;
  color: black;
  font-size: larger;
}

.cont_auto {
  padding: 1.5em;
  background-color: rgb(255, 255, 255) !important;
  margin: 0 2.8em;
}

@media only screen and (max-width: 575px) {
  .bread-button {
    padding: 0;
    margin: 10px 10px;
  }
  .cont_auto {
    margin: 0 0.6em;
    background-color: rgb(255, 255, 255);
  }
}

@media only screen and (max-width: 700px) {
  .header-container img {
    width: 80px;
  }
}

@media only screen and (max-width: 500px) {
  .header-container p:nth-child(4) {
    line-height: 1;
  }
  .app3 {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .app3 p {
    line-height: 1;
  }
  .app1 p {
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .header-container img {
    width: 50px;
  }
  .header-container p {
    font-size: 0.5em;
  }
  .text-center2 p {
    line-height: 0.5;
  }

  .text-center2 {
    line-height: 0.5;
  }
}

@media screen and (max-width: 610px) {
  .approved {
    padding-left: 0;
  }
}
