header input::placeholder {
  font-size: 12px;
}

.modal-body p {
  line-height: 18px;
}

/* Formatting search box */
.search-result {
  position: absolute;
  z-index: 9999;
  /*top: 100%;*/
  /*left: 0;*/
  margin: 0 20px 5px 5px;
  background: white;
  border: #5bc0de;
}

/* Formatting search-result items */
.search-result table {
  /*margin: 5px 15px 5px 5px;*/
  /*padding: 10px;*/
}

.search-result p:hover {
  background: #f2f2f2;
}

.dropdown-item {
  display: block;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #fff;
  /* set background color to white */
  border: 0;
}

/* Style for selected dropdown list item */
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
}

/* Style for hover dropdown list item */
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group-append button {
  border-radius: 0;
}

/* REVIEW */
.slide_card {
  border: 3px dotted rgb(242, 245, 242);
  /* box-shadow: 5px 5px 3px grey; */
  padding: 20px;
  background: #e9f6e9;
  /* width: 50%; */
}
.review_text {
  text-indent: 50px;
  text-align: justify;
  font-size: 12px;
}

.review_person {
  margin: 0;
  text-align: right;
  color: green;
  font-style: italic;
}

.review_person_state {
  margin: 0;
  text-align: right;
  color: green;
  font-style: italic;
  font-size: 12px;
}

.photo {
  position: relative;
}

.date_cert {
  position: absolute;
  padding: 5px 10px;
  background-color: rgb(7, 174, 7);
  color: #fff;
  top: 0;
  box-shadow: 0 2px 5px gray;
}

/* language */

.lang {
  position: absolute;
  bottom: -20px;
  right: 10%;
  z-index: 1000;
  padding: 0 5px;
  background-color: white;
  box-shadow: 0 1px 1px gray;
  /* background-color: rgba(246, 246, 167, 1); */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* statistic */
#statist .row {
}
.number_wrap {
  display: flex;
  flex-direction: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  /* position: absolute; */
  /* left: 50%; */
  bottom: 60px;
  z-index: 5;
  /* transform: translateX(-50%); */
  gap: 15px;
}
.number_wrap .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 120px;
  height: 100px;
  padding: 0 10px;
  color: #fff;
  background-color: #a3f5b05a;
  border-radius: 10px;
  box-shadow: 0 0 4px #000;
}

.number_wrap .item p {
  font-family: sans-serif;
  font-size: 14px;
  padding-top: 0px;
  text-align: center;
  line-height: 1.2;
  color: rgb(19, 17, 17);
}

.number1,
.number2,
.number3,
.number4,
.number5,
.number6,
.number7,
.number8 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  color: #0cc368;
  font-size: 40px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 10px;
}
