/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-6886b14c]: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;
}
.delete-commands-container[data-v-6886b14c] {
  padding: 16px;
  padding-bottom: 25px;
  position: fixed;
  bottom: -130px;
  right: 0px;
  opacity: 0.5;
  z-index: 30;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc7323), to(#A0430D));
  background-image: linear-gradient(to bottom, #dc7323, #A0430D);
  color: white;
  width: 0;
  -webkit-transition: bottom 1000ms ease-in-out, opacity 500ms ease-in-out, width 400ms linear;
  transition: bottom 1000ms ease-in-out, opacity 500ms ease-in-out, width 400ms linear;
}
.delete-commands-container.show[data-v-6886b14c] {
  -webkit-transition: bottom 1000ms ease-in-out, opacity 500ms ease-in-out;
  transition: bottom 1000ms ease-in-out, opacity 500ms ease-in-out;
  bottom: 0px;
  opacity: 1;
  width: 100%;
}
.delete-commands-container.with-drawer[data-v-6886b14c] {
  width: calc(100% - 80px);
}
.delete-commands-container.with-drawer-expanded[data-v-6886b14c] {
  width: calc(100% - 256px);
}
.delete-commands-container .close-btn[data-v-6886b14c] {
  position: absolute;
  top: 5px;
  right: 5px;
}
.search-text-field[data-v-3269d7a2] {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
.search-text-field[data-v-3269d7a2] {
    max-width: none;
}
}
