
.contrib {
    @media (max-width: 991px) {
      .navbar-expand-lg {
        display: none !important;
      }
    }

    .card {
      height: auto !important;
    }

    .thead-primary {
      background-color: var(--primary);
      color: var(--light);
    }

    .row-contrib {
      border: 1px solid #dee2e6 !important;
      background-color: #f8f9fa !important;
    }

    .first,
    .second {
      align-self: flex-start !important;
      padding: 0.5rem !important;
      height: 100% !important;
    }

    .first {
      color: var(--dark);
      font-family: 'raleway', sans-serif;
    }

    .line-left {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      background: var(--secondary);
      border-radius: 25%;
      margin-top: 15px;
      margin-bottom: 5px;
    }

    .line-center {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      background: var(--secondary);
      border-radius: 25%;
      margin-top: 15px;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto;
    }

    .tableOfContentsFixed {
      position: sticky;
      margin-top: calc(var(--vp-nav-height-desktop) * -1 - 32px);
      padding-top: calc(var(--vp-nav-height-desktop) + 32px);
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-width: none;
      top: 0;
    }

    .tableOfContentsFixed.show {
      opacity: 1;
    }

    .aside {
      position: relative;
      display: none;
      order: 1;
      flex-grow: 1;
      padding-right: 32px;
      width: 100%;
      max-width: 256px;
      padding-top: 50%;

      @media (min-width: 1280px) {
        display: block;
      }
    }

    .bookContent {
      padding-top: 2%;
      order: 2;
      margin: 0;

      @media (min-width: 1280px) {
        order: 1;
        margin: 0;
        min-width: 640px;
      }
    }

    .bookContent .tableOfContentsFixed {
      margin-top: 5%;
    }

    .table-of-contents {
      font-size: 0.8rem;
      margin-bottom: 0;
      padding-left: 10%;
      list-style: none;
    }

    .table-of-contents,
    .table-of-contents ul {
      padding: 4%;
    }

    .table-of-contents li {
      margin: 5% 0%;
    }

    .table-of-contents__left-border {
      border-left: 1px solid var(--primary);
    }

    .table-of-contents__link {
      display: block;
    }

    .table-of-contents__link--active,
    .table-of-contents__link--active code,
    .table-of-contents__link:hover,
    .table-of-contents__link:hover code {
      color: #1f683d;
      text-decoration: none;
    }

    .bi {
      vertical-align: -0.125em;
      fill: currentColor;
    }

    .bi-1-circle-fill {
      color: var(--primary) !important;
    }

    .bi-2-circle-fill {
      color: var(--secondary) !important;
    }

    .bi-3-circle-fill {
      color: #f63624 !important;
    }

    .bi-4-circle-fill {
      color: #27ae60 !important;
    }

    #heading-1,
    #heading-2,
    #heading-3,
    #heading-4 {
      position: relative;
      display: block;
      padding: 8px 0 8px 8px !important;
      background: var(--light);
      border-radius: 8px;
      overflow: hidden;
      text-decoration: none;
      font-size: 1.25rem;
      font-weight: 400;
      font-family: 'Raleway', sans-serif;
      width: 100%;
      text-align: left;
    }

    .navbar-light {
      background-color: #f5f5f5 !important;

      .nav-link {
        color: #000 !important;
      }

      .nav-link:hover {
        color: var(--secondary) !important;
      }
    }

    .line-left {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      background: var(--secondary);
      border-radius: 25%;
      margin-top: 15px;
      margin-bottom: 5px;
    }
  }

  .list-contrib,
  .card-contrib {
    .text-nobr br {
      display: none !important;
    }
  }

  .list-contrib {
    .table {
      margin-bottom: 0px !important;
    }
  }

  .card-contrib {
    display: inline-table !important;

    .line-left {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      background: var(--secondary);
      border-radius: 25%;
      margin-top: 15px;
      margin-bottom: 5px;
    }

    .text-long {
      width: 100%;
      height: 200px;
      overflow-y: scroll;
      scrollbar-color: var(--secondary);
       scrollbar-width: thin;
      border: 1px solid #f5f5f5;
      border-radius: 0.25rem !important;
      padding: 1rem;
      box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45),
        inset 5px 5px 9px rgba(94, 104, 121, 0.3);
    }

    .list_picture {
      width: 76px !important;
      height: auto !important;
    }
  }
}
.mod-data-approval-status-badge {
  display: inline-block;
  font-size: 12px;
  padding: 8px;
  background-color: var(--secondary);
  color: var(--dark) !important;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.prog-mb {
  .univ {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;

    h6 {
      line-height: 1.5;
      color: rgb(17, 19, 33);
      font-weight: 600;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -moz-box-orient: vertical;
      overflow: hidden;
      margin: 0px;
      font-size: 16px;
      white-space: pre-wrap;
    }

    p {
      color: rgb(111, 113, 121);
      font-size: smaller;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -moz-box-orient: vertical;
      overflow: hidden;
      margin: 0px;
      line-height: 1, 5;
      font-weight: 400;
      white-space: pre-wrap;
      margin-block-start: 1em;
      margin-block-end: 1em;
    }
  }

  img {
    border-radius: 50% !important;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    margin-bottom: 5%;
  }
}
