/* COLORS */
/* change this color latter (DIGA pattern) */
/* EXPORTS */
[data-v-46df4640]: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;
}
.pagination-container[data-v-46df4640] {
  max-width: 600px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pagination-container .switch-page-btn[data-v-46df4640] {
  height: 36px !important;
  min-width: 0px !important;
  width: 36px !important;
  border-color: transparent !important;
}
.pagination-container .switch-page-btn.small[data-v-46df4640] {
  height: 26px !important;
  width: 26px !important;
}
.pagination-container .pages[data-v-46df4640] {
  border-radius: 28px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.pagination-container .pages .page[data-v-46df4640] {
  color: #5A5A5A;
  border-radius: 50%;
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0px 5px;
  font-size: 0.75rem;
  font-weight: 500;
}
.pagination-container .pages .page[data-v-46df4640]:hover {
  color: #dc7323;
}
.pagination-container .pages .page.current[data-v-46df4640] {
  background: #dc7323;
  color: white;
}
.pagination-container .pages .page.unclickable[data-v-46df4640]:hover {
  color: #5A5A5A;
}
.pagination-container .pages .page.loading[data-v-46df4640] {
  opacity: 0.7;
}
.pagination-container .pages .page.loading[data-v-46df4640]:hover {
  color: #5A5A5A;
}
.pagination-container .pages.small[data-v-46df4640] {
  height: 26px;
}
.pagination-container .pages.small .page[data-v-46df4640] {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 0.625rem;
}
.pagination-container[data-v-46df4640]  .v-progress-linear {
  position: absolute;
  bottom: 0px;
  width: 80%;
  margin-bottom: -1px;
}
.count-text[data-v-46df4640] {
  color: #5A5A5A;
  margin-top: 16px;
  font-size: 0.75rem;
}
.count-text.small[data-v-46df4640] {
  font-size: 0.625rem;
}
