body{
  background-color: #f9f9f9 !important;
 // padding: 0 !important;
}

.card{
  border-radius: 15px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgb(234, 234, 234) !important;
  /*max-height: 600px !important;*/
  /*overflow-y: hidden;*/

}

.card_button{
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgb(236, 236, 236);
  text-align: center;
}

.card_button:hover{
  background-color: rgba(248, 248, 248, 0.82);
  cursor: pointer;
  transition: 0.3s;
}

.sub-heading{
  font-size: clamp(20px, 4vw, 20px) !important;
  color: #191919;
}

.title{
  font-size: 16px;
  font-weight: 400 !important;
  color: #191919;
}

.card-item{
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  border: 1px solid rgb(243, 243, 243) !important;
  border-radius: 10px;
  margin-bottom: 10px;
}

.text-small{
  font-size: 14px;
  color: #6e6e6e;
}

.text-muted{
  color: #1e1e1e !important;
}

