body {
  line-height: normal !important;
}
.member-search h1 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.2125rem;
  text-transform: uppercase;
  text-align: center;
}
.datepicker {
  border: 1px solid #444;
  height: 35px;
  border-radius: 5px;
}
.mx-datepicker {
  width: 100%;
}
.searchBox {
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  border-radius: 50px;
  border: 1px solid rgba(109, 200, 190, 0.7);
}
.searchBox input {
  padding: 1rem;
  width: 90%;
  border-radius: 50px;
  border: 0;
  outline: none;
}
.searchBox span {
  background: #007f3d;
  color: #fff;
  height: 100%;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.5rem;
  margin: 0.1225rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h6.whatsnew-title {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: rgb(33 37 41);
}

.description.whatsnew {
  font-size: 14px;
  font-weight: 500;
  font-family: "Raleway";
  text-align: justify;
  opacity: 0.9;
  width: 250px;
}

.whatsnew.shape1 {
  width: 150px;
  height: 150px;
  background: rgb(115 191 67 / 45%);
  opacity: 0.6;
  position: absolute;
  top: -80px;
  left: 86%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card.card-body.whatsnew-card {
  /* height: 100%; */
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  border: 1px solid #afafaf44;
}

img.img-fluid.whatsnew-image {
  width: 145px;
  height: 145px;
  background: rgb(101 199 188 / 56%);
  opacity: 0.6;
  position: absolute;
  top: 180px;
  left: 80%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.d-flex {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

img.whatsnew-image {
  width: 100%;
  height: 9em;
  object-fit: cover;
  box-shadow: -3px -3px 0px 3px #7bcdc4;
  border-radius: 30px 0px;
}
.recognition {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.whatsnew-card{
  width:365px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  text-align: left !important;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-6,
.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.btn-outline-primary {
  color: #73bf43;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-align: center;
  border: 2px solid #73bf43;
  padding: 5px 20px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: #73bf43;
  color: white;
  outline: none !important;
  border: none;
}
.mx-input-wrapper input,
.mx-input-wrapper input:focus {
  border-color: #212529 !important;
  color: #212529 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.mx-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.calendar {
  position: absolute;
  top: 20.5%;
  right: 330px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.calendar1{
    position: absolute;
    top: 20.5%;
    left: 47.5%;
    /* right: 350px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}
span.whatsnew-date {
  text-align: left !important;
  color: rgb(237 28 36);
  font-weight: 600;
}
@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
