/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-4fedca9a]: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;
}
.page-preferences[data-v-4fedca9a] {
  border: 1px solid #F4F4F4;
  border-bottom: 0px;
  border-radius: 3px;
}
.header h4[data-v-4fedca9a] {
  line-height: 1.8;
}
.body[data-v-4fedca9a] {
  max-height: 9999px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height 200ms ease-out, opacity 400ms ease-in;
  transition: max-height 200ms ease-out, opacity 400ms ease-in;
  width: 100%;
}
.body.shrinked[data-v-4fedca9a] {
  max-height: 0px;
  opacity: 0;
  -webkit-transition: max-height 400ms ease-in-out, opacity 200ms ease-out;
  transition: max-height 400ms ease-in-out, opacity 200ms ease-out;
}
.preferences-switch[data-v-4fedca9a]  .v-input--selection-controls__input {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.preferences-switch[data-v-4fedca9a]  .v-input__slot {
  margin-right: -7px;
}
.preferences-switch.xlarge[data-v-4fedca9a]  .v-label {
  font-size: 0.875rem;
}
.preferences-switch.xlarge[data-v-4fedca9a]  .v-input--selection-controls__input {
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
}
