.profile-pic {
padding: 20px 0;
}
@media (max-width: 992px) {
.profile-pic {
padding: 10px 0;
}
}
.profile-pic img {
width:150px;
height:150px;
object-fit: cover;
}



.logo-light{
max-width:15%;
max-height:15%;
height: auto;
}


.logo-score{
max-width:7%;
max-height:7%;
height: auto;
}

.logo-calender{
max-width:12%;
max-height:12%;
height: auto;
}

  #table {
    border-radius: 3px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    margin-bottom: 5px;
  }
  .col-1 {
    flex-basis: 50%;
  }
  .col-2 {
    flex-basis: 50%;
  }

* {
  box-sizing: border-box;
}

canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
#im {
    color:#555;
    display:block;
    line-height:50px;
    text-align:center;
    width:50px;
    font-family:sans-serif;
    font-size:16px;
    font-weight:100;
}

.chart .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  left: 0;
  padding: 15px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.chart:hover .tooltiptext {
  visibility: visible;
}

.box {
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
}

.wrapper {
  margin:0px auto;
  width: 450px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(15, 20px);
  grid-template-rows: 20px 20px;
  grid-auto-flow: row;
}

.column1 {
  float: left;
    width: 10%;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
}
.column2 {
  float: left;
    width: 30%;
  text-align: center;
  border-radius: 5px;
  font-size: 100%;
}


.box .tooltiptext {
  visibility: hidden;
  width: 80px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.box:hover .tooltiptext {
  visibility: visible;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #cce5f1;
}

.avatar {
  vertical-align: middle;
  horizontal-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 0px solid #dddddd;
  text-align: center;
  padding: 8px;
}