@import url(https://fonts.googleapis.com/css?family=Nunito);
.gradient {
  position: relative;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #009FFD, #0D47A1);
}

.row + .row {
  justify-content: center;
}

.white-text {
  color: #FFFFFF;
}

.background {
  background-image: url("/images/ebpls-bg5.png"); /* Path to your image */
  background-size: cover;
  background-position: center;
  min-height: 100vh; /* Ensure the background covers the entire viewport height */
  /* Add any other styling as needed */
}

.background-mobile {
  background-image: url("/images/ebpls-logo.png");
  height: 100vh;
  width: 100vw;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: #FFFFFF;
  background-color: #1868BF;
}

.table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

.assesstment-card {
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}

#toolbar {
  display: none !important;
}

.v-data-table--dense > .v-data-table__wrapper > table > tbody > tr > td {
  height: 43px !important;
}

.sevices-text {
  color: #1868BF;
  margin-top: 15px;
  font-size: 15px;
}

.secondary-Btn {
  color: aqua;
}

.v-data-footer__select {
  color: white !important;
}

@media (max-width: 600px) {
  .v-data-table .v-data-table__control {
    color: white !important;
  }
  .v-data-table .v-label {
    color: white !important;
  }
}
