// Apply a light blue background to the followup route when it is active
[data-view^="tzcld-followup"] {
  background-color: var(--color-blue-light);
  min-height: 100%;
}

.table-requests {
  nav {
    display: none;
  }
}

.tzcld-suivi-request-edit,
.tzcld-suivi-request-add {
  label {
    display: block;
  }
}

.table-requests {
  table {
    width: 100%;
    border-right: 1px solid #c9c8c8;
    border-top: 1px solid #c9c8c8;
    border-collapse: collapse;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
    th {
      height: 50px;
      border-right: 1px solid #fff;
      color: var(--color-heading);
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #c9c8c8;
      border-left: 1px solid #c9c8c8;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.25px;
      background-color: var(--color-third);

      &:first-child {
        text-align: left;
        position: relative;
        padding-left: 15px;
        cursor: pointer;
        &:after {
          display: inline;
          float: right;
          content: "\f35d";
          font-size: 20px;
          margin-right: 10px;
          font-family: "material-design-icons" !important;
          font-style: normal;
          font-weight: 400;
          speak: none;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
        }
        &.asc:after {
          content: "\f360";
        }
      }
    }
    td {
      width: 20%;
      background-color: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #c9c8c8;
      border-left: 1px solid #c9c8c8;
      &:nth-child(2) {
        max-width: 10%;
      }
      &:nth-child(3) {
        width: 1%;
        white-space: nowrap;
      }
      &:first-child,
      &:last-child {
        width: 1%;
        white-space: nowrap;
      }
    }
  }
}

.table-requests {
  solid-display-value-markdown {
    p {
      margin-bottom: 0 !important;
    }
  }
  solid-multiple
    > solid-display
    > div
    > solid-display
    > div
    solid-display-value {
    display: block;
  }
}
