::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}

.v-card--reveal {
  align-items: center;
  bottom: 0;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.vue-csv-mapping .table {
  display: none;
}

.container-agenda {
  width: 100%;
}

.header-prof {
  display: flex;
  height: 90px;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}

.horas {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

.corte-texto {
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.v-pagination{
  justify-content: left !important;
}