.buskool-custom-badge {
    display: flex;
    padding: 0px 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--Red, #EB5757);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  
  .buskool-custom-badge.saved-user {
    position: absolute;
    width: auto;
    height: auto;
    top: -6px;
    right: -14px;
    pointer-events: none;
  }
  
  .buskool-custom-badge.font-10 {
      font-size: 10px;
  }
  .buskool-custom-badge.top-right {
    position: absolute;
    width: auto;
    height: auto;
    top: -6px;
    right: -14px;
    pointer-events: none;
}
.font-10{
    font-size: 10px;
}
  @media (max-width: 1279px) {
  
  }
  
  @media (max-width: 991px) {
      .buskool-custom-badge.font-10 {
          top: 0;
          right: -12px;
      }
  }
  
  @media (max-width: 599px) {
      
  }