/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-0a3a9e9e]: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;
}
.dot[data-v-0a3a9e9e] {
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.dot.online[data-v-0a3a9e9e] {
  background-color: #14CC54;
}
.dot.offline[data-v-0a3a9e9e] {
  background-color: #FF0000;
}
.dot.out-of-time[data-v-0a3a9e9e] {
  background-color: #2c3e50;
}
.close-btn[data-v-5cbb6533] {
  position: absolute;
  top: 5px;
  right: 10px;
}
.v-card__title[data-v-5cbb6533] {
  padding: 16px 28px 10px !important;
}
.go-top-btn[data-v-6f26c301] {
  min-width: 0px !important;
  border-radius: 50%;
  width: 38px;
  position: absolute;
  right: 0px;
}
