/* LEADERBOARD */
.msd-d-none{
    display:none;
}
#pagination .pagination.aligncenter
{
    width: 100%;
}
.last-refreshed{
    font-size: 13px;
    font-weight: 600;
    color: var(--cmty-neutrals-web-gray130);
}
.last-refreshed span:nth-child(2){
    display: inline-block;
    margin-left: 5px;
}
/**Tooltip**/ 
.popover:not(.dc-popover-user-profile-header){
    border: var(--cmty-neutrals-web-gray320);
    background-color: var(--cmty-neutrals-web-gray320);
    border-radius: 4px;
}
.popover:not(.dc-popover-user-profile-header) .popover-content{ 
    font-size: 12px;
    border-radius: 4px;
    color: var(--cmty-white);
    background: var(--cmty-neutrals-web-gray320); 
    border: 1px solid var(--cmty-neutrals-web-gray320);   
}
.popover:not(.dc-popover-user-profile-header).bottom >.arrow {
    border-bottom-color: transparent;
}
.popover:not(.dc-popover-user-profile-header).bottom >.arrow:after { 
    width: 18px;
    height: 23px;
    border: none;
    background-color: var(--cmty-neutrals-web-gray320);
    border-radius: 4px;
    transform: rotate(-41deg) skewX(8deg) scale(1,0.866);
}
.msdLedboardMessage.popover{
    border: var(--cmty-neutrals-web-gray320);
    background-color: var(--cmty-white);
    border-radius: 4px;
    max-width: 355px;
}
.msdLedboardMessage.popover .title{
    font-size: 20px;
    font-weight: 600;
    color: var(--cmty-black);
    margin: 16px 0;
    font-family: var(--cmty-font-family);
}
.msdLedboardMessage.popover .info{
    font-size: 12px;
    font-weight : 400;
}
.msdLedboardMessage.popover .list ul{
    list-style: none;
    margin: 0;
    padding : 0;
}
.msdLedboardMessage.popover .list ul li{
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding : 0; 
}
.msdLedboardMessage.popover .list ul li span {
    width: 69%;
    display: inline-block;
}
.msdLedboardMessage.popover .popover-content {
    font-size: 12px;
    border-radius: 4px;
    color: var(--cmty-black);
    background: var(--cmty-white);
    border: none;
}
.msdLedboardMessage.popover.bottom>.arrow:after{
    width: 16px;
    height: 19px;
    border: none;
    background-color: var(--cmty-white);
    border-radius: 4px;
    transform: rotate(-41deg) skewX(8deg) scale(1,0.866);
}
.popover:not(.dc-popover-user-profile-header).bottom >.arrow { 
    border-bottom-color: #0000001f;
}
.msd-btn { 
    margin-bottom: 0;
    font-weight: 600 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 3px 11px;
    font-size: var(--cmty-font-size-xs) !important;
    line-height: 20px !important;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}
.msd-btn-primary {
    color: var(--cmty-white) !important;
    background: var(--cmty-dymamics-primary);
    border-color: var(--cmty-dymamics-primary);
}
.msd-btn-primary:hover {
    color: var(--cmty-white);
    background-color: var(--cmty-dymamics-primary-shade10);
    border-color: var(--cmty-dymamics-primary-shade10);
    text-decoration: none !important;
}
/**Tooltip ends**/
/**Breadcrumb**/
.dc-breadcrumb1 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  height: auto; 
 
    font-style: normal;
    font-weight: 400;
    font-size: var(--cmty-font-size-xs);
    line-height: 16px;
    color: var(--cmty-black);
}
.dc-link1 { 
    cursor: pointer;
    font-weight: 400;
    font-size: var(--cmty-font-size-xs);
    line-height: 16px;
    color: var(--cmty-black);
    text-decoration: underline !important;
} 
.dc-current-page, .dc-breadcrumb-separator {
    font-size: var(--cmty-font-size-xs);
    line-height: 16px;
    text-decoration-line: none;
}
/**Breadcrumb end**/
.ms-profile-lg {
    width: 32px;
    height: 32px;
}
.msd-heading-3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--cmty-neutrals-web-gray160);
    margin: 0;
}
.msd-flex-gap-12 {
    gap: 12px;
}
.ms-profile-sm span, .ms-profile-lg span, .ms-profile-md span, .ms-profile-xl span {
  font-weight: 600;
  color: var(--cmty-white);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  display: inline-block;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
.ms-profile-sm, .ms-profile-lg, .ms-profile-md, .ms-profile-xl {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0; 
}
.ms-profile-sm span, .ms-profile-md span, .ms-profile-lg span, .ms-profile-xl span {
  font-style: normal;
  font-weight: 600;
  color: var(--cmty-white);
  display: inline-block;
}
a.ug-avatar {
  line-height: initial !important;
  overflow: hidden;
  display: inline-block; 
  color: var(--cmty-dymamics-primary);  
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 100%;
  font-family: var(--cmty-font-family);
vertical-align: middle;
}
.ug-avatar {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-family: var(--cmty-font-family);
}
.ms-profile-sm img, .ms-profile-md img, .ms-profile-lg img, .ms-profile-xl img{
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 100%;
    position: relative;
}
.ms-profile-lg img{
    width: 32px;
    height: 32px;
}
.ms-profile-sm {
  width: 24px;
  height: 24px;
}
.msd-ledboard-message{
  color: var(--cmty-balck);
  text-align: center; 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; 
} 
.msd-btn-leaderboardHelpIcon.msd-btn-leaderboardHelpIcon {
    margin: 3px 0 0 4px;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
width: 24px;
    height: 24px;
    overflow: hidden;
}
.msd-ledboard-message .ms-Icon{
    font-size: 21px;
    color: var(--cmty-dymamics-primary);
    font-weight: 400;
    vertical-align: middle;
}
.msd-memberListing-wrap{}
.msd-leaderboard-wrap{
  border-radius: 8px;
  background: var(--cmty--white);
  padding: 0 36px 36px; 
  /* Depth Level 1 */
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.11), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
 /* overflow: hidden;*/
}
.msd-leaderboard-header-tab{
      padding: 8px;
    margin: 0 -36px;
    background: var(--cmty-dymamics-primary);
    display: flex;
    justify-content: center;
    gap: 8px;
    height: 60px;
    align-items: stretch;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.msd-leaderboard-main-content{

}
.ledboard-card{ 
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 24px 11px 8px;
    gap: 12px;
    background: var(--cmty-white);
    box-shadow: 0px 1.6px 3.6px #00000022, 0px 0.3px 0.9px #0000001c;
    border-radius: 4px;
    margin-bottom: 16px;
    justify-content: space-between;
    height: 68px;
    overflow: hidden;
} 
.msd-memberIndivisual-wrap.first .ledboard-card{
  background: #FFFAE3;

}
.msd-ledboard-award{
  width: 24px;
    height: 23px;
    display: inline-block;

}
.msd-user-rank{
color: var(--cmty-black); 
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 12px;
margin-right: 4px;
width: 40px;
}
.msd-user-rank > span{
  color: var(--cmty-neutrals-web-gray130); 
  vertical-align: top;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 12px;
}
.msd-user-rank.font-size-lg{
  color: var(--cmty-neutrals-web-gray160); 
  font-size: 20px;
  font-style: normal; 
}
.star-point{
    font-size: 12px;
    display: flex;
    align-items: center;
    color:var(--cmty-neutrals-web-gray130);
    margin-left: 2px;
}
.led-star{
    background: url(/img_led_star.svg) no-repeat right center;
    width: 9px;
    height: 9px;
}
.led-plus{
  color: var(--cmty-neutrals-web-gray160);
  font-size: 12px;
  line-height: normal;
}
.msd-ledboard-total-points{
    font-size: 12px;
    font-weight: 600;
}

.msd-leaderboard-header-tab .ms-Button--action{
  color: var(--cmty-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: var(--cmty-dymamics-transparent);
  border-color: var(--cmty-dymamics-transparent);
  position: relative;
  padding: 0 8px;
  height: auto;
}
.msd-leaderboard-header-tab .ms-Button--action:hover, .msd-leaderboard-header-tab .ms-Button--action:focus,
.msd-leaderboard-header-tab .ms-Button--action.active:focus, .msd-leaderboard-header-tab .ms-Button--action:active:focus,
.msd-leaderboard-header-tab .ms-Button--action.active.focus, .msd-leaderboard-header-tab .ms-Button--action:active.focus {
   background: rgb(255 255 255 / 14%);
    outline: 1px solid var(--cmty-white);
}
.msd-leaderboard-header-tab .ms-Button.is-selected::before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: var(--cmty-white);
  left: 0;
  right: 0;
  bottom: 0;
}
.ms-Button.ms-tag--leaderboard{
  color: var(--cmty-neutrals-web-gray160); 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
background: var(--cmty-dymamics-transparent);
padding: 4px 8px;
border-radius: 4px;
border-color: var(--cmty-dymamics-transparent);
min-width: fit-content;
}
.ms-Button.ms-tag--leaderboard.active{
  border: 1px solid var(--cmty-dymamics-primary);
  font-weight: 600;
}
.ms-Button.ms-tag--leaderboard:hover, .ms-Button.ms-tag--leaderboard:focus{
  border: 1px solid var(--cmty-dymamics-primary); 
background: var(--cmty-dymamics-transparent);
color: var(--cmty-neutrals-web-gray160); 
}
.msd-forums-inner-subtab{
    width: 100%;
    overflow-x: auto;
}
@media (max-width: 639.9px) {
  .msd-forums-inner-subtab{
    width: 100%;
    overflow-x: auto;
  }
  .msd-leaderboard-wrap{
    padding: 0 12px 36px;
  }
  .msd-leaderboard-header-tab{
     padding: 8px;
     margin: 0 -12px;
    }
  .ledboard-card{
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1px 24px 28px 8px;
    height:81px !important;
  }
  .msd-ledboard-total-points {
    margin-left: 120px;
    font-size: 12px;
  }
  a.ug-avatar{
    width: 74px;
  }
  .led-plus { 
    line-height: normal;
    font-size: 14px;
  }
}

.ledboard-card .led-star-profile{
    font-size: 12px;
    font-family: var(--body-font);
}
.ledboard-card .msd-mt-16{
    margin-top: 4px;
}
.ledboard-card .led-star-profile img{
    width: 11px;
    height: 11px;
}
@media (max-width: 350px) {
  .ledboard-card .msd-user-rank {
    width: 21px;
    display: inline-block;
    text-align: center;
  }
}
/* LEADERBOARD ENDS */