
.container { /*container ya index*/
  width: 100%;
  height: 490px;
  padding: 200px 0 0;
  background-image: url("logo3.png");
  background-position: center;
  background-size: cover;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:1rem;
}

.container1 { /*container for left interface on serach page*/
  width: 100%;
  height: auto;
  padding-bottom: 1px;
  background-color: #f0f8ff;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  border: solid 1px rgb(102, 113, 121);
}
.container2 {  /*container for right interface on serach page*/
  width: 65%;
  height: 540px;
  padding: 10px;
  background-color: #c0c3c5;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  border: solid 1px rgb(102, 113, 121);
}
.container3 { /*container for */
  width: 890px;
  height: 545px;
  padding: 10px;
  background-color: #070707;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  border: solid 1px rgb(102, 113, 121);
}
.container4 { /*container for the profile*/
  width: auto;
  height: 350px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 50px;
  background-color: #90bdba;
  border: solid 1px rgb(102, 113, 121);
}
.container5 { /*container for Apostolat*/
  width: auto;
  height: 520px;
  padding-top: 20px;
  justify-content: center;
  background-color: #90bdba;
  border: solid 1px rgb(102, 113, 121);
}
.container6 { /*container for profile*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #060606;
  border: solid 1px rgb(102, 113, 121);
}
.div1 {
  width: 190px;
  height: 540px;
  display: inline-block;
  text-align: left;
  text-shadow: none;
  box-sizing: border-box;
  background-color: #f0f8ff;
  padding: 2px;
}
.div2 {
  width: 180px;
  height: 536px;
  display: inline-block;
  text-align: left;
  text-shadow: none;
  box-sizing: border-box;
 background-color: #f0f8ff;
}
.div3 {
  width: 150px;
  height: auto;
  display: inline-block;
  text-align: left;
  text-shadow: none;
  box-sizing: border-box;
  background-color: #c0c3c5;
}
.div2 p{
  color: antiquewhite;
}
.div4 {
  width: 174px;
  height: 540px;
  display: inline-block;
  text-align: left;
  text-shadow: none;
  box-sizing: border-box;
  background-color: #5d5e5f;
  padding: 2px;
}
.card-text { 
  color:#776843;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1px;
  font-weight: lighter;
  text-shadow:1px 1px 0 rgb(11, 11, 0);
}
.card1-text { /*Search page - texte ya premier colonnee*/
  color:#7d6d45;
  font-size: 0.82rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: right;
  margin-top: 0px;
  font-weight: bold;
  text-shadow:0.3px 0.3px 0 rgb(10, 10, 10);
}
.card2-text { /*Search page - texte ya deuxieme colonne mais mu bar ya ku tick*/
  color: #06aa9f;
  font-size: 0.8rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: lighter;
  text-shadow:0.1px 0.1px 0.1px rgb(4, 4, 4);
}
.card3-text { /*Profile page - texte ya resultat - 1ere et 2eme colonne*/
  color: #676565;;
  font-size: 0.81rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: bolder;
  text-shadow:1px 1px 0 rgb(69, 67, 67);
}
.card4-text { /*Profile page - texte ya resultat - 1ere et 2eme colonne*/
  color: #be8e8e;;
  font-size: 0.81rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: bolder;
  text-shadow:1px 1px 0 rgb(69, 67, 67);
}
.card{
  /* width: 250px; */
  /* 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);
}

.search-container {
  display: flex;
  flex-direction: column;
  background-color: rgb(241, 248, 248);
}
.search-container > input {
  min-height: 30px;
  min-width: 70%;
}

.search-container1 {
  width: 200px;
  display: block;
}
input.search-bar {
  margin: 0 auto;
  width: 190px;
  height: 31px;
  padding: 0 9px;
  font-size: 1rem;
  border: 0.5px solid #f8f7f6;
  outline: none;
  -webkit-border-radius: 1px 0px 1px 1px;
  -moz-border-radius: 1px 0px 1px 1px;
  border-radius: 3px 1px 1px 3px;
  border: solid 0.5px rgb(99, 99, 95);
}


input#search-bar1{/*this for search by station card on apostolat page*/
  width: 85%;
  border: 3px solid #00B4CC;
  padding: 10px;
  height: 40px;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  color: #9DBFAF;
 }
select {
   display: block;
   background: #f0f8ff;
   border: solid 0.1px rgba(247, 241, 241, 0.322);
   width: 83%;
   height: 50px;
   margin-top: 7px;
   padding: 9px;
   font-size: 15px;
   font-family: Arial;
   font-weight: 500;
   border-radius: 3px 3px 3px 3px;
   box-shadow: 1px 1px 1px 1px #d6d4d4;
  }

.truncate-btn {
  min-width: 180px;       /* tweak this to your layout */
  max-width: 180px;       /* tweak this to your layout */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
