.wk-dashcard-full {
  border-radius: 25px !important;
  border: 0;
  padding-bottom: 0 !important;
  box-shadow: 0 6px #00000003, 0 15px 32px #0000000f;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.wk-dashcard-title {
  color: #5e5e5e;
  font-weight: 600 !important;
  font-size: 20px;
  margin: 0;
}

.wk-dashcard-body {
  padding: 2.8rem;
  position: relative;
  z-index: 1;
}

.wk-gray-card {
  background-color: #FAFBFD;
  box-shadow: inherit;
}

.wk-primary-card {
  box-shadow: inherit;
}

.wk-dashcard-between {
  justify-content: space-between;
}

.wk-dashcard-count {
  font-weight: bold;
  font-size: 30px;
}

.wk-title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  display: block;
}

.wk-lh {
  line-height: 1.2;
}

.wk-title-p {
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 0;
}

.wk-border-gray {
  box-shadow: inherit;
  border: 1px solid #ebebeb;
}

.wk-gray-shadow-hover:hover {
  transition: all 100ms ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

.wk-min-card-h {
  min-height: 32.7rem;
}

.wk-dashcard-full.wk-calendar {
  min-height: 458px;
}

.wk-acessorapido {
	min-height: 400px;
}

.wk-acessoresultado {
	min-height: 190px;
}

@media screen and (max-width: 1586px) {
  .wk-acessoresultado {
    min-height: auto;
  }
}

.wk-disciplinas {
  min-height: 589px;
  max-height: 589px;
}

.wk-full-card {
  min-height: calc(100vh - 60px - calc(30px * 2));
}

.wk-card-title {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 500;
}

.wk-card-disciplina {
  color: inherit;
}

.wk-card-disciplina:hover {
  transition: all 100ms ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}