.pUp[data-v-00787f0a] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-x: auto;
  padding-bottom: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.12) #F5F5F5;
}
.pUp[data-v-00787f0a]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}
.pUp[data-v-00787f0a]::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.pUp[data-v-00787f0a]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: 2px solid #F5F5F5;
}
.pUp-sheet[data-v-00787f0a] {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pUp-sheet.pUp-sheet--busy[data-v-00787f0a] {
  cursor: not-allowed;
}
.pUp-sheet .pUp-sheet-ico[data-v-00787f0a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pUp-sheet .pUp-sheet-ico.pUp-sheet-ico--over[data-v-00787f0a] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-color: #dc7323;
  color: #fff;
}
.pUp-sheet:hover .pUp-sheet-ico.pUp-sheet-ico--over[data-v-00787f0a] {
  opacity: 0.8;
}
.pUp-sheet .pUp-sheet-label[data-v-00787f0a] {
  text-transform: uppercase;
}
