table {
  width: 100%;
  border-collapse: collapse; }
  table thead {
    height: 40px; }
    table thead th > div {
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative;
      font-weight: 700; }
      table thead th > div::after {
        content: '';
        position: absolute;
        left: -2px;
        right: -2px;
        bottom: 0;
        height: 1px;
        background: var(--dark-color); }
  table .logo {
    height: 30px;
    width: 30px; }
    table .logo img {
      width: 100%; }
  table .ref {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer; }
  table td {
    color: black; }
  table .settings {
    width: 35px;
    text-align: right; }
    table .settings img {
      height: 20px;
      width: 20px; }
  table th {
    text-align: left; }
  table p {
    margin: 10px 0px; }
  table .message {
    text-align: right; }
    table .message img {
      height: 22px;
      cursor: pointer; }
      table .message img.inactive {
        opacity: .6; }

.pagination {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px; }
  .pagination p {
    margin: 3px; }
  .pagination .pagination-count {
    font-weight: 600; }
    .pagination .pagination-count a {
      font-weight: 600; }
  .pagination .pages {
    display: flex;
    align-items: center; }
    .pagination .pages a {
      margin: 0px 5px;
      cursor: pointer; }
      .pagination .pages a.active {
        color: white;
        padding: 5px;
        background: var(--main-color); }

.selects {
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between; }

select {
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1.5px solid var(--dark-color); }
  select:focus {
    outline: none;
    box-shadow: none; }

select.no-border {
  border: none; }

.ref-popup {
  width: 420px;
  top: 75px; }
  .ref-popup .level a {
    cursor: pointer;
    color: var(--medium-ref-color); }
  .ref-popup p {
    margin: 5px 0px; }
  .ref-popup .title {
    align-items: start; }
    .ref-popup .title .user-main-info {
      display: flex;
      justify-content: space-between;
      gap: 20px; }
      .ref-popup .title .user-main-info h2 {
        margin-top: 0px;
        margin-bottom: 0;
        font-family: var(--main-text-font-family);
        font-size: var(--service-font-size); }
      .ref-popup .title .user-main-info .profile-picture {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .ref-popup .title .user-main-info .profile-picture img {
          width: 100%; }
  .ref-popup .active-info {
    display: flex;
    padding: 5px 20px; }
    .ref-popup .active-info p {
      margin: 3px 0px; }
  .ref-popup .context-help .text {
    width: 240px; }
  .ref-popup .activities {
    padding: 5px 20px; }
    .ref-popup .activities a {
      color: var(--medium-ref-color); }
  .ref-popup .field {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
    align-items: start; }
    .ref-popup .field .text-with-help {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px; }
    .ref-popup .field a {
      margin: 3px 0px; }
    .ref-popup .field .context-help {
      position: inherit;
      margin: 0; }

/*# sourceMappingURL=refs.css.map */