/*Dashboard*/

/* .dashboard .region-counters,
.dashboard .region-chart-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
} */
/* .dashboard .region-chart-1 {
  justify-content: flex-start;
  flex-wrap: nowrap;
} */

.block-views-blocklast-day-block-1 {
  width: 75vw;
}
.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.content-wrapper .box {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
}

.dashboard {
  padding: 1% 2.5%;
  margin: auto;
}
.dashboard-title {
  text-align: center;
  color: #00aeef;
}
.user-logout-confirm,
.unauthorized-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 80vh;
  flex-direction: column;
  text-align: center;
  margin: auto;

}
.unauthorized-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 250px;
  width:400px;
  border: 1px solid #f6f5f5;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5%;
  color: #d51835;
}
.unauthorized-wrapper .content p {
  color: #000;
}

