.app-content {
    margin-top: 5rem;
  }

  /* Customize the tooltip text style */
  .tooltip .tooltip-inner {
    font-size: 14px;
    background-color: #00004d;
}

.card-container{
  border-left: 3px solid #51B37F;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.card-container:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}