.card {
  /*card for output under Kizazi ya pumzi in index page*/
  width: auto;
  height: 32px;
  display: inline-block;
  background-color: rgb(230, 225, 225);
  margin-left: 0px;
  text-align: center;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 3px 3px 3px 3px;
  border: solid 1px rgb(12, 12, 12);
}
.card1 {
  /*card for button of les chretien in index page*/
  width: auto;
  height: 60px;
  display: inline-block;
  background-color: rgb(238, 243, 244);
  margin: 1px;
  text-align: center;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 3px 3px 3px 3px;
  border: solid 1px rgb(99, 99, 95);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card2 {
  /*card for button of l'apostolat in index page*/
  width: 250px;
  height: 60px;

  background-color: rgb(238, 243, 244);

  text-align: center;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 3px 3px 3px 3px;
  border: solid 1px rgb(99, 99, 95);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.card3 {
  /*card for button of les territoires in index page*/
  width: auto;
  height: 60px;
  display: inline-block;
  background-color: rgb(154, 161, 175);
  margin-left: 0px;
  text-align: center;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 1px 1px 2px 2px;
  border: solid 1px rgb(189, 189, 178);
}
.card4 {
  /*card for button of la documentation in index page*/
  width: auto;
  height: 60px;
  display: inline-block;
  background-color: rgb(145, 169, 173);
  margin-left: 0px;
  text-align: center;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 1px 1px 2px 2px;
  border: solid 1px rgb(189, 189, 178);
}

.card5 {
  /*card for the first column in search page*/
  width: 190px;
  height: 31px;
  display: block;
  background-color: #f0f8ff;
  margin-left: 0px;
  text-align: left;
  padding-right: 1px;
  box-sizing: border-box;
}
.card55 {
  /*card for the first column in search page*/
  width: 201.5px;
  height: 30px;
  display: block;
  background-color: rgb(247, 244, 244);
  margin-left: 0px;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 1px 1px 1px 1px;
}
.card6 {
  /*card for tick box in the second column on search page*/
  width: 190px;
  height: 29px;
  display: block;
  background-color: rgb(241, 246, 244);
  text-align: left;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 1px 1px 2px 2px;
  border: solid 1px rgb(189, 189, 178);
}
.card7 {
  height: 590px;
  text-align: left;
}

.card9 {
  /*documentation hii ni ya carte ya ma liste de document*/
  width: 19%;
  height: autopx;
  position: relative;
  padding-right: 2px;
  display: inline-block;
  margin: 0px;
  border: solid 1px rgba(10, 0, 0, 0.322);
  background: #d3d0d0;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 6px 6px 6px 6px;
}

.card-container {
  padding-right: 1rem;
  height: 570px;
  background-color: rgb(247, 244, 244);
  display: flex;
}
.card-container3 {
  /*profile page - image*/
  width: 360px;
  height: 560px;
  position: relative;
  display: inline-block;
  margin: 0px;
  background-color: #6c3721;
  border: solid 1px rgba(12, 12, 12, 0.322);
}

.card-container4 {
  /*Profile page - card for document*/
  width: 250px;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 0px;
  background-color: #6f8fef;
}
.card-container5 {
  /*Profile page - card for html*/
  width: 500px;
  height: 535px;
  position: relative;
  display: inline-block;
  margin: 0px;
  border: solid 1px rgba(110, 103, 103, 0.322);
  background: #7f817f;
  border: solid 1px rgba(20, 20, 20, 0.322);
}

.card8-container {
  width: 23.15%;
  height: 542px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
  padding: 1px;
  border: solid 1px rgba(110, 103, 103, 0.322);
  background: #7e7d7d;
}
.card8 {
  background-color: #ddc;
  border: solid 20px #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset,
    0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  margin: 3px;
  height: 535px;
  width: 340px;
  padding: 1px;
  position: absolu;
  text-align: center;
}

.card8-image {
  height: 570px;
  max-height: 570px;
  text-align: center;
  overflow: hidden;
}

.card8-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}
.card10-container {
  width: 40%;
  height: 570px;
  position: relative;
  display: inline-block;
  border: solid 1px rgba(110, 103, 103, 0.322);
  background: #050017;
  padding-left: 5px;
  padding-right: 20px;
  border-left: 15px solid #c83ec6;
  border-right: 15px solid #c83ec6;
  border-radius: 1px 5px 5px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  background-size: 100% 20px;
  background-image: -webkit-linear-gradient(left, #c83ec6, #c83ec6 100%),
    -webkit-linear-gradient(left, #c83ec6 100%, #c83ec6 100%);
  background-image: -moz-linear-gradient(left, #c83ec6 100%, #c83ec6 100%),
    -moz-linear-gradient(left, #c83ec6 0%, #c83ec6 100%);
  background-image: -o-linear-gradient(left, #c83ec6 100%, #c83ec6 100%),
    -o-linear-gradient(left, #c83ec6 0%, #c83ec6 100%);
  background-image: linear-gradient(to right, #c83ec6 100%, #c83ec6 100%),
    linear-gradient(to right, #c83ec6 0%, #c83ec6 100%);
}

.card10 {
  width: 100%;
  height: 440px;
  margin-left: 0%;
  position: absolute;
  padding: 5px;
}

.card11 {
  /* Apostolat le trois cartes*/
  width: 30%;
  height: 100px;

  margin: auto;
  display: flex;
  background-color: #094b6c;
  box-sizing: border-box;
  justify-content: center;

  padding-right: 10px;
  padding-top: 15px;
  border: 1px solid;
  border-radius: 0.3rem;
}
.card01 {
  /* Apostolat - search bar*/
  width: 27%;
  height: 100px;
  margin: 8px;
  padding-top: 5px;
  padding-left: 1%;
  background-color: #094b6c;
  box-sizing: border-box;
  justify-content: center;
  display: inline-block;
  align-items: center;
  border: 1px solid;
  border-radius: 0.3rem;
}
.card11 h3 {
  font-size: 0.9rem;
  margin-top: 1px;
  color: #f6f0f3;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: 1px 1px 1px 0px rgba(190, 213, 75, 0.75);
}
#results-div {
  .results-btn {
    vertical-align: top;
  }
}
.search-form {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(248, 244, 247);
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 20px 29px 20px 20px;
}
