.title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: #009ea1;
  font-size: 1rem;
  text-align: center;
  color: white;
  position: fixed;
  z-index: 20;
}

.content {
  width: 100%;
  background-color: white !important;
  padding: 3rem 0;
  position: relative;
  font-size:14px;
}

.modal-tab-single {
  height: 50px;
  line-height: 50px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  width: 100%;
}

.wrap-input-div {
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.label-css {
  display: block;
}

.input-text {
  width: 100%;
  padding: 13px;
  height: 51px;
  border: 1px solid #ddd;
  font-size: initial;
  box-sizing: border-box;
  margin: 5px 0;
}

.modal-search-btn {
  background-color: #333;
  color: #ffffff;
  border: none;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
}