/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-43a60657]: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;
}
.drawer-context-bottombar[data-v-43a60657] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer-context-bottombar.v-item-group.v-bottom-navigation[data-v-43a60657] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: transparent;
  z-index: 8;
}
.drawer-context-bottombar.v-item-group.v-bottom-navigation--absolute[data-v-43a60657] {
  z-index: 9999;
}
.drawer-context-bottombar .drawer-context-bottombar-content[data-v-43a60657] {
  opacity: 0;
  height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  border-radius: 0;
}
.drawer-context-bottombar .drawer-context-bottombar-content--visible[data-v-43a60657] {
  opacity: 1;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drawer-context-bottombar .drawer-context-bottombar-content .drawer-context-bottombar-content-inner[data-v-43a60657] {
  padding: 16px;
  height: 100%;
  overflow: hidden;
}
.drawer-context-bottombar .drawer-context-bottombar-content .drawer-context-bottombar-content-inner .drawer-context-bottombar-content-inner-slot[data-v-43a60657] {
  overflow: auto;
  padding-top: 8px;
  height: calc(100% - 62px);
}
.drawer-context-bottombar .drawer-context-bottombar-content[data-v-43a60657]  .v-btn.close {
  color: #dc7323 !important;
}
.drawer-context-bottombar .drawer-context-bottombar-btns[data-v-43a60657] {
  height: 56px;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc7323), to(#A0430D));
  background-image: linear-gradient(to bottom, #dc7323, #A0430D);
}
.drawer-context-bottombar.v-item-group.v-bottom-navigation--horizontal[data-v-43a60657]  .v-btn > .v-btn__content > .v-icon {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
.drawer-context[data-v-43a60657]  .drawer-context-bottombar.v-item-group.v-bottom-navigation--horizontal .v-btn > .v-btn__content > .v-icon {
    margin-right: 16px;
}
}
.drawer-context-sidebar[data-v-43a60657] {
  -webkit-transition: opacity 400ms ease-in-out, width 500ms linear;
  transition: opacity 400ms ease-in-out, width 500ms linear;
  -webkit-box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.4);
}
.drawer-context-sidebar[data-v-43a60657]  .v-navigation-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-43a60657] .v-list.drawer-context-sidebar-btns {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc7323), to(#A0430D));
  background-image: linear-gradient(to bottom, #dc7323, #A0430D);
}
.drawer-context-sidebar-btns-btn[data-v-43a60657]  .v-list-item__action {
  margin: 0;
}
.drawer-context-sidebar-btns-btn[data-v-43a60657]  .v-list-item__action:last-of-type:not(:only-child) {
  margin-left: 0;
}
.drawer-context-sidebar-btns-btn--active.theme--dark.v-list-item--active[data-v-43a60657]:hover::before,
.drawer-context-sidebar-btns-btn--active.theme--dark.v-list-item--active[data-v-43a60657]::before {
  opacity: 0;
}
.drawer-context-sidebar-btns-btn--active[data-v-43a60657] {
  color: #dc7323;
}
.drawer-context-sidebar-content[data-v-43a60657] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  background: white;
}
.drawer-context-sidebar-content-inner[data-v-43a60657] {
  height: 100%;
  overflow: hidden;
}
.drawer-context-sidebar-content-inner-slot[data-v-43a60657] {
  overflow: auto;
  padding-top: 8px;
  padding-bottom: 42px;
  height: 100%;
}
.drawer-context-sidebar-content-inner.v-card[data-v-43a60657]:not(.v-sheet--tile):not(.v-card--shaped) {
  border-radius: 0;
}
