body.theme-fresk#page-admin-theme-fresk-sponsors{
  .sponsors-layout{
    .courses-container{
      margin-top: 30px;
      .list-group-courses-sponsors{
        padding: 0;
        overflow: auto;
        max-height: 450px;
        scrollbar-color: $primary #f1f1f1;
        margin-right: 7px;
        .list-group-item-sponsors{
          background-color: #fff;
          border: 1px solid rgb(0 0 0 / .125);
          padding: .75rem 1.25rem;
          a{
            color: $primary !important;
          }
          &.active {
            background-color: #f6f6f6 !important;
            a{
              font-weight: bold;
            }
          }
          p {
            margin: 0 !important;
            color: black !important;
          }
        }
        .list-group-item-sponsors+.list-group-item-sponsors {
          border-top-width: 0;
        }
      }
    }
    .sponsor-form{
      .col-form-label{
        display: none !important;
      }
    }
    .text-course-name{
      margin-top: 50px;
      margin-bottom: 50px;
    }

  }
}
