.refer-earn-label-title{
  color: #15425E;
  font-size: 20px;
  font-family: 'bariolbold';
}
.refer-earn-label{
  color: #15425E;
  font-size: 18px;
  font-family: 'bariolbold';
}
.newDesignPara-refer {
    font-size: 20px;
    color: #5d5d5d;
    font-family: 'bariolregular';
    line-height: 30px;
}
.tableForReferEarn{
  background: #edf5e4;
}
.tableForReferEarnColor{
  background: #edf5e4;
}
.bodySectionOfTable{
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
}
.bodySectionOfTable .row{
  border-bottom: 1px solid #83C141;
}
p#succesfulCopyMsg {
  padding: 5px 10px;
  margin: 10px 0px 20px;
}
@media (max-width: 1024px) and (min-width: 786px){
  .scheduledSessionsBannerImage img .referImg{
    max-width: 100%;
  }
  .imgWidthSignUpClient{
    padding: 0px 50px;
  }
}
.arrows{
  width: 50px;
  color: #83C141;
  background: #edf5e4;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
.leftArrows{
  border-radius: 20px 0 0 20px;
}
.rightArrows{
  border-radius: 0 20px 20px 0;
}
.displayRecordsSection{
  background: #edf5e4;
}
.displayRecordsSection .displayRecords{
  padding: 10px 15px 8px 15px;
  font-size: 20px;
  color: #5d5d5d;
  font-family: 'bariolregular';
  line-height: 30px;
}
.paginationForTable {
  margin-top: -38px;
}
.borderRecords{
  border-bottom: 1px solid #83C141;
  cursor: pointer;
}
.mobileviewStructure{
  padding: 10px;
  margin-top: 10px;
  background: #edf5e4;
}
.totalEarningMobile{
  background: #fff;
  padding-top: 10px;
}
.invitationsDetails{
  border:  1px solid #83C141;
  margin-top: 10px;
}
.mobileviewStructure .collapse.show {
    display: flex !important;
}
.downArrowMobile{
  color: #82c141;
  font-size: 24px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.downArrowMobile.collapsed{
  transform: rotate(0deg);
}
.paginationForMobile{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.recordsToShowMobile{
  padding: 8px;
  background: #edf5e4;
  border-radius: 5px;
}
.displayCount {
  opacity: 0.5;
}
.displayCount.active {
  opacity: 1;
}
.pagination-link{
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}