.oooclir-meetings h1 {
  margin-bottom: 0;
}

.oooclir-meetings h1 > span {
  color: #046bd2;
}

.oooclir-meetings h1 + p {
  color: #046bd2;
  font-size: 20px;
  font-weight: bold;
  margin: -4px 0 16px 0;
}

.oooclir-meetings .oooclir-meetings__block_time {
  margin-bottom: 20px;
}

.oooclir-meetings .oooclir-meetings__block_time a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #ffffff;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #046bd2;
  text-decoration: none;
}

.oooclir-meetings .oooclir-meetings__block_time a:hover {
  background-color: #045cb4;
}

.oooclir-meetings__tableContainer {
  max-height: 80vh; /* Altura máxima de la tabla */
  border-radius: 8px;
  margin-bottom: 20px;
  /* overflow: scroll; */
  overflow-y: scroll;
}

.oooclir-meetings__tableContainer::-webkit-scrollbar {
  width: 7px; /* Ancho del scrollbar */
  height: 7px; /* Altura del scrollbar */
}

.oooclir-meetings__tableContainer::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Color del thumb (control) */
  border-radius: 20px; /* Bordes redondeados */
}

.oooclir-meetings__tableContainer::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4); /* Color del thumb al pasar el cursor */
}

.oooclir-meetings .oooclir-meetings__table {
  width: 100%;
  margin-bottom: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 0px;
}

.oooclir-meetings .oooclir-meetings__table th {
  background-color: #bdbdbd;
  color: #616161;
}

/* Column: Name */
.oooclir-meetings .oooclir-meetings__table th:nth-child(1) {
  /* min-width: 340px; */
}

/* Column: Date */
.oooclir-meetings .oooclir-meetings__table th:nth-child(2) {
  /* min-width: 116px; */
}

/* Column: Time */
.oooclir-meetings .oooclir-meetings__table th:nth-child(3) {
  /* min-width: 72px; */
}

/* Column: Topic */
.oooclir-meetings .oooclir-meetings__table th:nth-child(4) {
  /* min-width: 340px; */
}

/* Column: Description */
.oooclir-meetings .oooclir-meetings__table th:nth-child(5) {
  /* min-width: 340px; */
}

/* Column: Assigned Table */
.oooclir-meetings .oooclir-meetings__table th:nth-child(6) {
  /* min-width: 84px; */
  font-size: 12px;
  line-height: 1.2;
}

.oooclir-meetings .oooclir-meetings__table td:nth-child(6) {
  text-align: center;
}

/* Column: Status */
.oooclir-meetings .oooclir-meetings__table td:nth-child(7) {
  min-width: 280px;
  padding: 0.7em 0;
  text-align: center;
}

.oooclir-meetings .oooclir-meetings__table img:nth-child(1) {
  width: 28px;
  border-radius: 50%;
  margin-right: 4px;
}

.oooclir-meetings .oooclir-meetings__table img:nth-child(2) {
  max-width: 28px;
  margin-right: 12px;
}

.oooclir-meetings .oooclir-meetings__table span {
  display: inline-block;
  width: 40px;
}

.oooclir-meetings .oooclir-meetings__table a {
  text-decoration: none;
}

.oooclir-meetings .oooclir-meetings__custom_select {
  position: relative;
}

.oooclir-meetings .oooclir-meetings__custom_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 90%;
  padding: 0;
  cursor: pointer;
  border: 0px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 12px) calc(50% + 1px),
    calc(100% - 7px) calc(50% + 1px), calc(100% - 2.5em) 0.4em;
  background-size: 5px 5px, 5px 5px, 1px 55%;
  background-repeat: no-repeat;
}

.oooclir-meetings .oooclir-meetings__custom_select select:focus {
  outline: none;
}

.oooclir-meetings .oooclir-meetings__table--assistant td:last-child {
  padding: 11.2px 16px;
}

.oooclir-meetings .oooclir-meetings__no_meetings p {
  margin-bottom: 4px;
}

.oooclir-meetings .oooclir-meetings__no_meetings a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #ffffff;
  padding: 10px 16px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #046bd2;
  text-decoration: none;
}

.oooclir-meetings .oooclir-meetings__no_meetings a:hover {
  background-color: #045cb4;
}

.oooclir-meetings .oooclir-meetings__block_time--assistant {
  display: grid;
}

.oooclir-meetings .oooclir-meetings__block_time--assistant a {
  justify-self: flex-end;
}

@media screen and (max-width: 768px) {
  .oooclir-meetings h1 {
    font-size: 20px;
  }

  .oooclir-meetings .oooclir-meetings__table {
    border: 0;
  }

  .oooclir-meetings .oooclir-meetings__table caption {
    font-size: 1.3em;
  }

  .oooclir-meetings .oooclir-meetings__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .oooclir-meetings .oooclir-meetings__table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    margin-bottom: 0.625em;
  }

  .oooclir-meetings .oooclir-meetings__table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .oooclir-meetings .oooclir-meetings__table td::before {
    width: 120px;
    text-align: left;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #616161;
    text-transform: uppercase;
  }

  .oooclir-meetings .oooclir-meetings__table td:nth-child(4),
  .oooclir-meetings .oooclir-meetings__table td:nth-child(5) {
    display: flex;
    justify-content: space-between;
  }

  .oooclir-meetings .oooclir-meetings__table td:nth-child(4)::before,
  .oooclir-meetings .oooclir-meetings__table td:nth-child(5)::before {
    flex: 0 0 120px;
  }

  .oooclir-meetings .oooclir-meetings__table td:nth-child(6) {
    min-height: 40px;
    text-align: right;
  }

  .oooclir-meetings .oooclir-meetings__table td:nth-child(7) {
    width: 100%;
    padding: 0.7em 1em;
    border-bottom: 0;
    text-align: right;
  }

  .oooclir-meetings .oooclir-meetings__table td:nth-child(7) select {
    max-width: 188px;
    font-size: 12px;
  }

  .oooclir-meetings .oooclir-meetings__table td:nth-child(7) span {
    font-size: 12px!important;
  }

  .oooclir-meetings__table.oooclir-meetings__table--assistant {
    margin-bottom: 4px;
  }

  .oooclir-meetings .oooclir-meetings__block_time--assistant a {
    justify-self: left;
  }
}
