
.avatar, .fake-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
}
.fake-avatar {
    background-color: #686868;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
}
.card-view {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}
.statementcard {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    border-top: 4px solid #009CD6;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
    
}
.statementcard:hover {
    box-shadow: 0 10px 24px rgb(31 167 217 / 21%);
    transform: translateY(-0.125rem);
}
.statementcard .statementimage {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.statementcard .statementimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

}
.statementcard .fake-avatar {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
}
.statementcard .statementcontent {
    width:100%;
    padding: 1rem;
}
.statementcard .statementcontent p {
    margin: .5rem;
    font-size: .9rem;
    
}
.statementcard .statementcontent .statementtype {
    font-size: 0.875rem;
    font-weight: 600;
    color: #686868;
}
.statementcard .statementcontent .statementadminorg {
    font-size: 1.25rem;
    font-weight: 300;
    color: #2F2F2F;
}
.statementcard .statementdate {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
}
.infoBar {
    padding: 20px;
    background-image: linear-gradient(to right,#252c37,#007fad);
    color: white;
         
  }
  .infoBar  .closeInfoBar {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }

  .calendar-div a:link, .calendar-div a:visited {
    color: #6e6e6e;
}

.css-1sucic7 {
   z-index:100000 !important;
}

.IPSLinkToSessionDetails {
    width:100%;
}