@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

.dashboard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.dashboard__card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .dashboard__card {
    flex-direction: column;
    margin: 0;
  }
}

.dashboard__card__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 3 - 20px);
  padding: 20px 15px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 991px) {
  .dashboard__card__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.dashboard__card__item:nth-child(2) {
  margin: 0 30px;
}
.dashboard__card__item:nth-child(3) {
  margin: 0 30px 0px 0px;
}

@media only screen and (max-width: 991px) {
  .dashboard__card__item:nth-child(2) {
    margin: 0 0 30px 0;
  }
  .dashboard__card__item:nth-child(3) {
    margin: 0 30px 0px 0px;
  }
}

.dashboard__card__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px 0 20px;
}

.dashboard__card__text-small {
  font-size: 15px;
  line-height: 18px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #536679;
  margin-bottom: 8px;
}

.dashboard__card__text-large {
  font-size: 36px;
  line-height: 38px;
  font-size: 2.25rem;
  line-height: 2.375rem;
  font-weight: 800;
  color: #1361d2;
}

.dashboard__card__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: #ebf3ff;
  border-radius: 50%;
}

.dashboard__content {
  width: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03);
  padding: 35px 40px;
}

@media only screen and (max-width: 1023px) {
  .dashboard__content {
    padding: 25px 20px;
  }
}

.dashboard__content__title {
  width: 100%;
  font-size: 28px;
  line-height: 34px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 600;
  color: #394653;
}

.dashboard__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
}

@media only screen and (max-width: 1023px) {
  .dashboard__wrapper {
    flex-direction: column;
  }
}

.dashboard__map {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .dashboard__map {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .dashboard__map {
    display: none;
  }
}

.dashboard__list {
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  padding: 0 0 0 50px;
}

@media only screen and (max-width: 1365px) {
  .dashboard__list {
    width: 280px;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .dashboard__list {
    width: 100%;
    padding: 0 15px;
  }
}

.dashboard__list__select .mdi-menu-down:before {
  font-size: 30px;
}

.dashboard__list__select-no-result {
  padding: 0 20px;
}

.dashboard__list__select .v-select__slot input {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: #394653;
}

.dashboard__list__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  margin: 35px auto 0 auto;
  border-top: 1px dashed #e5e5ea;
  border-bottom: 1px dashed #e5e5ea;
}

@media only screen and (max-width: 1365px) {
  .dashboard__list__wrapper {
    max-width: 220px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .dashboard__list__wrapper {
    max-width: 100%;
  }
}

.dashboard__list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px dashed #e5e5ea;
}

.dashboard__list__item:last-child {
  border-bottom: 0;
}

.dashboard__list__text-small {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  font-weight: 700;
  color: #536679;
}

.dashboard__list__text-large {
  font-size: 28px;
  line-height: 42px;
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 800;
  color: #1361d2;
}

.dashboard__list__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.dashboard__list__icon .icon {
  font-size: 30px;
  color: #1361d2;
}

.dashboard__calendar__toolbar {
  position: relative;
  z-index: 2;
}

.dashboard__calendar__toolbar button {
  outline: none;
}

.dashboard__calendar__toolbar button .v-btn__content .v-icon {
  color: #1361d2;
}

.dashboard__calendar__toolbar .v-toolbar__content {
  padding: 5px 0;
}

.dashboard__calendar__toolbar .v-toolbar__title {
  padding-left: 15px;
}

.dashboard__calendar__button-title {
  font-size: 26px;
  line-height: 39px;
  font-size: 1.625rem;
  line-height: 2.4375rem;
  font-weight: 700;
  color: #1361d2;
  cursor: pointer;
}

.dashboard__calendar__datepicker {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 10;
}

.dashboard__calendar__datepicker .v-application--wrap {
  min-height: auto;
}

.dashboard__calendar__item .v-calendar-weekly__head-weekday {
  padding: 10px 0;
}

.dashboard__calendar__item .v-calendar-weekly__day-label {
  margin-bottom: 10px;
  cursor: default;
}

.dashboard__calendar__item .v-calendar-weekly button {
  outline: none;
  cursor: default;
}

.dashboard__calendar__item .v-calendar-weekly .v-btn:before {
  display: none;
}

.dashboard__calendar__item .v-calendar-weekly .v-btn--fab.v-size--small {
  width: 35px;
  height: 35px;
}

.dashboard__calendar__item .v-calendar-weekly .v-application .pl-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard__calendar__item .v-application--wrap {
  min-height: auto;
}

