
.card[data-v-13d77e47] {
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.card-content[data-v-13d77e47] {
  	width: 60%  !important;
  background-color: white;
  width: 60%  !important;
	height: 100%  !important;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-header[data-v-13d77e47] {
    width: 40% !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.chart[data-v-13d77e47] {
	background: #ffffff;
}

.transition[data-v-20f8b655] {
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}
.statistics-card[data-v-20f8b655] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.chart[data-v-20f8b655] {
  background: #ffffff;
  height: 500px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-top[data-v-20f8b655] {
  overflow: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 15px 15px;
}
.chart-header[data-v-20f8b655] {
  margin: 0;
}
.header-wrapper[data-v-20f8b655] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-update-date[data-v-20f8b655] {
  min-width: 160px;
  color: rgb(255, 255, 255);
  padding-right: 10px;
  border-radius: 100px;
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
