.bg-info{
    background-color:forestgreen!important
  }
  
  .custom-table table tr td {
	  padding: 3px;
  }
  .img{
      position: relative;
      display: block;
      float: left;
      width: 90px;
      height: 90px;
      /* margin-right: 20px; */
      font-size: 48px;
      line-height: 90px;
      text-align: center;
      text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
      color: white;
      background-color: forestgreen;
      border-radius: 50px;
  }
    .bg-white{
        background-color:white;
        padding:8px;

    }
    .radius-5{
        border-radius:10px;
    }
    .btn{
        -webkit-user-select: auto;
        user-select: auto;
        color:forestgreen;
        border:unset;
    }
    .btn:focus{
        outline:unset;
        box-shadow:unset;
    }