/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-7d402786]:export {
  primaryBlue: #29235c;
  secondaryBlue: #583AF6;
  darkBlue: #2c3e50;
  lightBlue: #14F8FF;
  baseOrange: #dc7323;
  lightOrange1: #FAAE7D;
  lightOrange2: #F8CAAC;
  darkOrange: #A0430D;
  baseGreen: #14CC54;
  mediumGreen: #4BB543;
  darkGreen: #42b983;
  baseRed: #FF0000;
  lightRed1: #ED5E5E;
  lightRed2: #FCC0C0;
  lightGray: #F4F4F4;
  softGray: #E6E6E6;
  baseGray: #B1B1B1;
  darkGray: #5A5A5A;
  textGray: #808080;
  basePurple: #6D5BCC;
}
.dashboard[data-v-7d402786]  .v-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard[data-v-7d402786]  .v-content__wrap .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard[data-v-7d402786]  .v-content__wrap .content .info-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard[data-v-7d402786]  .v-content__wrap .content .info-container .main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  /*margin-right: 2%;*/
}
.dashboard[data-v-7d402786]  .v-content__wrap .content .info-container .alerts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.display-type[data-v-7d402786] {
  margin-right: 1%;
}
.display-type[data-v-7d402786]  .v-btn {
  border: 0px;
  padding: 0px !important;
  border-radius: 0px !important;
  min-height: 0px;
  height: auto;
}
.support-filters[data-v-7d402786] {
  background: #F8CAAC;
  border-radius: 5px;
}
