#drawer-dialog {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1004;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#drawer-dialog > div {
  width: 100%;
  height: 100%;
  background-color: rgba(170, 170, 170, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog_drawer {
  width: 100%;
  height: calc(100vh - 100px);
  min-width: 100%;
  min-height: calc(100vh - 100px);
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  z-index: 1010;
  position: absolute;
  bottom: -100%;
  transition: bottom 0.3s ease-out;
  overflow: hidden;
}
.dialog_drawer .dialog_container {
  width: calc(100% - 14px);
  height: calc(100vh - 100px);
  min-width: calc(100% - 14px);
  min-height: calc(100vh - 100px);
  padding: 0 10px 0 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog_drawer .close_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1004;
}
.dialog_card {
  min-width: 920px;
  max-width: 920px;
  height: min(100vh - 133px, 560px);
  max-height: 560px;
  background-color: #FFF;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.dialog_card .dialog_container {
  width: calc(100% - 31px);
  height: min(100vh - 133px, 560px);
  min-width: calc(100% - 31px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 33px 0 64px;
}
.dialog_card .close_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1004;
}
.open#drawer-dialog {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.open .dialog_drawer {
  bottom: 0;
  transition: bottom 0.3s ease-out;
}
.close#drawer-dialog {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.close .dialog_drawer {
  bottom: -100%;
  transition: bottom 0.3s ease-out;
}
#custom-option[data-v-39587fe3], .custom-option[data-v-39587fe3] {
  width: 100%;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 50px !important;
}
@media (max-width: 1023.98px) {
#custom-option[data-v-39587fe3], .custom-option[data-v-39587fe3] {
    top: 70px !important;
    height: calc(100vh - 70px);
}
}
#custom-option #swiper-scroll .swiper .swiper-slide[data-v-39587fe3], .custom-option #swiper-scroll .swiper .swiper-slide[data-v-39587fe3] {
  transform: translate3d(0, 0, 0);
  background-color: #fbfbfb;
}
@media (max-width: 1023.98px) {
#custom-option #swiper-scroll .swiper .swiper-slide[data-v-39587fe3], .custom-option #swiper-scroll .swiper .swiper-slide[data-v-39587fe3] {
    background-color: #ffffff;
}
}
#custom-option .note[data-v-39587fe3], .custom-option .note[data-v-39587fe3] {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 3.2px;
  color: #6F6D6D;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 1023.98px) {
#custom-option .note[data-v-39587fe3], .custom-option .note[data-v-39587fe3] {
    font-size: 12px;
    line-height: 14px;
    justify-content: center;
}
}
#custom-option .open_btn[data-v-39587fe3], .custom-option .open_btn[data-v-39587fe3] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 12.5px 16px;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 3.2px;
  color: #555555;
  cursor: pointer;
}
#custom-option .open_btn.is_disabled[data-v-39587fe3], .custom-option .open_btn.is_disabled[data-v-39587fe3] {
  opacity: 0.5;
  pointer-events: auto;
}
#custom-option .open_btn.is_active[data-v-39587fe3], .custom-option .open_btn.is_active[data-v-39587fe3] {
  background-color: #FFDE1F;
  border: 1.5px solid #FFDE1F;
}
#custom-option .option_btns[data-v-39587fe3], .custom-option .option_btns[data-v-39587fe3] {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 5px;
}
#custom-option .option_btns[data-v-39587fe3]:not(:last-of-type), .custom-option .option_btns[data-v-39587fe3]:not(:last-of-type) {
  margin-bottom: 40px;
}
#custom-option .option_btns .option_item[data-v-39587fe3], .custom-option .option_btns .option_item[data-v-39587fe3] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  word-wrap: keep-all;
  border-radius: 100px;
  padding: 8.5px 12px;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 3.2px;
  background: #EAEAEA;
  color: #AAAAAA;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#custom-option .option_btns .is_active.option_item[data-v-39587fe3], .custom-option .option_btns .is_active.option_item[data-v-39587fe3] {
  color: #555555;
}
#custom-option .option_btns label[data-v-39587fe3], .custom-option .option_btns label[data-v-39587fe3] {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #AAAAAA;
}
#custom-option .logo[data-v-39587fe3], .custom-option .logo[data-v-39587fe3] {
  width: 50%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1023.98px) {
#custom-option .logo[data-v-39587fe3], .custom-option .logo[data-v-39587fe3] {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 50%;
    height: auto;
    margin-bottom: 60px;
}
}
#custom-option .fullh[data-v-39587fe3], .custom-option .fullh[data-v-39587fe3] {
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
#custom-option .fullh.pd_t[data-v-39587fe3], .custom-option .fullh.pd_t[data-v-39587fe3] {
  padding-top: 48px;
}
@media (max-width: 1023.98px) {
#custom-option .fullh[data-v-39587fe3], .custom-option .fullh[data-v-39587fe3] {
    padding-left: 10px;
    padding-right: 10px;
    min-height: calc(var(--vh, 1vh) * 40 - 150px);
}
}
#custom-option .check_icon[data-v-39587fe3], .custom-option .check_icon[data-v-39587fe3] {
  position: absolute;
  bottom: 7px;
  left: calc(100% - 24px);
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  border: 1px solid #ffffff;
  background-color: #d5001c;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-option .uncheck_icon[data-v-39587fe3], .custom-option .uncheck_icon[data-v-39587fe3] {
  position: absolute;
  bottom: 7px;
  left: calc(100% - 24px);
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  border: 1px solid #ffffff;
  background-color: #AAAAAA;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-option .arrow-down[data-v-39587fe3], .custom-option .arrow-down[data-v-39587fe3] {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 38px;
  background-color: #555555;
  position: absolute;
  bottom: 115px;
  z-index: 2;
  left: calc(100% - 244px);
  overflow: visible;
}
@media (max-width: 1023.98px) {
#custom-option .arrow-down[data-v-39587fe3], .custom-option .arrow-down[data-v-39587fe3] {
    position: fixed;
    left: calc(50% - 4px);
}
}
@supports (-webkit-touch-callout: none) {
#custom-option .arrow-down[data-v-39587fe3], .custom-option .arrow-down[data-v-39587fe3] {
    /* CSS specific to iOS devices */
    animation: elasticusios-39587fe3 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
}
@supports not (-webkit-touch-callout: none) {
#custom-option .arrow-down[data-v-39587fe3], .custom-option .arrow-down[data-v-39587fe3] {
    /* CSS for other than iOS devices */
    animation: elasticus-39587fe3 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
}
#custom-option .arrow-down[data-v-39587fe3]::after, .custom-option .arrow-down[data-v-39587fe3]::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: -4px;
}
@keyframes elasticusios-39587fe3 {
0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
}
50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
}
50.2% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
}
100% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
}
}
@keyframes elasticus-39587fe3 {
0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
}
50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
}
50.2% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
}
100% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
}
}
#custom-option .table_wrapper[data-v-39587fe3], .custom-option .table_wrapper[data-v-39587fe3] {
  background-color: #fbfbfb;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6% 6% 6%;
}
@media (max-width: 1023.98px) {
#custom-option .table_wrapper[data-v-39587fe3], .custom-option .table_wrapper[data-v-39587fe3] {
    background-color: #ffffff;
}
}
@media (max-width: 1023.98px) {
#custom-option .table_wrapper[data-v-39587fe3], .custom-option .table_wrapper[data-v-39587fe3] {
    padding: 0 0 30px 0;
}
}
#custom-option .table_scroll[data-v-39587fe3], .custom-option .table_scroll[data-v-39587fe3] {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#custom-option .table_scroll > *[data-v-39587fe3], .custom-option .table_scroll > *[data-v-39587fe3] {
  transform: translateZ(0px);
}
#custom-option .block_img[data-v-39587fe3], .custom-option .block_img[data-v-39587fe3] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
}
@media (max-width: 1023.98px) {
#custom-option .block_img[data-v-39587fe3], .custom-option .block_img[data-v-39587fe3] {
    background-color: #ffffff;
}
}
#custom-option .block_img img[data-v-39587fe3], .custom-option .block_img img[data-v-39587fe3] {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
#custom-option .table_swiper[data-v-39587fe3], .custom-option .table_swiper[data-v-39587fe3] {
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fbfbfb;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
@media (max-width: 1023.98px) {
#custom-option .table_swiper[data-v-39587fe3], .custom-option .table_swiper[data-v-39587fe3] {
    background-color: #ffffff;
}
}
#custom-option .table_swiper .swiper-slide[data-v-39587fe3], .custom-option .table_swiper .swiper-slide[data-v-39587fe3] {
  min-width: 100% !important;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 68px;
  background-color: #fbfbfb;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1023.98px) {
#custom-option .table_swiper .swiper-slide[data-v-39587fe3], .custom-option .table_swiper .swiper-slide[data-v-39587fe3] {
    background-color: #ffffff;
}
}
#custom-option .table_swiper h4[data-v-39587fe3], .custom-option .table_swiper h4[data-v-39587fe3] {
  font-weight: 700;
  font-size: 24px;
  color: #555555;
  margin: 10px 0;
}
#custom-option .efullh[data-v-39587fe3], .custom-option .efullh[data-v-39587fe3] {
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}
@media (max-width: 1023.98px) {
#custom-option .efullh[data-v-39587fe3], .custom-option .efullh[data-v-39587fe3] {
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
    justify-content: center;
    min-height: calc(var(--vh, 1vh) * 20);
}
}
#custom-option #scale_layer[data-v-39587fe3], .custom-option #scale_layer[data-v-39587fe3] {
  background-color: #fbfbfb;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 100px - 100px);
  min-height: calc(var(--vh, 1vh) * 100 - 100px - 100px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
#custom-option #scale_layer[data-v-39587fe3], .custom-option #scale_layer[data-v-39587fe3] {
    background-color: #ffffff;
}
}
@media (max-width: 1023.98px) {
#custom-option #scale_layer[data-v-39587fe3], .custom-option #scale_layer[data-v-39587fe3] {
    height: calc(100vw + 18px);
    min-height: calc(100vw + 18px);
}
}
@media (max-width: 1023.98px) {
#custom-option #scale_layer[data-v-39587fe3], .custom-option #scale_layer[data-v-39587fe3] {
    padding: 0 0 30px 0;
}
}
#custom-option .floor_image[data-v-39587fe3], .custom-option .floor_image[data-v-39587fe3] {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-option .floor_image img[data-v-39587fe3], .custom-option .floor_image img[data-v-39587fe3] {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
#custom-option .floor_image #parking_wrapper[data-v-39587fe3], .custom-option .floor_image #parking_wrapper[data-v-39587fe3] {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
}
#custom-option .end_btn[data-v-39587fe3], .custom-option .end_btn[data-v-39587fe3] {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1023.98px) {
#custom-option .end_btn[data-v-39587fe3], .custom-option .end_btn[data-v-39587fe3] {
    margin-top: 15px;
}
}
#custom-option .end_block[data-v-39587fe3], .custom-option .end_block[data-v-39587fe3] {
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: calc(var(--vh, 1vh) * 40 - 150px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 3rem 180px 3rem;
  overflow: hidden;
}
#custom-option .el-dialog[data-v-39587fe3], .custom-option .el-dialog[data-v-39587fe3] {
  width: 90%;
  max-width: 360px;
  border-radius: 1rem;
}
#custom-option .el-dialog .floor_image[data-v-39587fe3], .custom-option .el-dialog .floor_image[data-v-39587fe3] {
  width: 100%;
  height: 100%;
  position: relative;
}
#custom-option .el-dialog .floor_image img[data-v-39587fe3], .custom-option .el-dialog .floor_image img[data-v-39587fe3] {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
#custom-option .close_icon[data-v-39587fe3], .custom-option .close_icon[data-v-39587fe3] {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  border: 0.8px solid #6F6D6D;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px;
}
#custom-option .close_icon i[data-v-39587fe3], .custom-option .close_icon i[data-v-39587fe3] {
  color: #6F6D6D !important;
  font-weight: 100 !important;
  font-size: 1.2rem !important;
  cursor: pointer;
}
#custom-option .dialog_wrapper[data-v-39587fe3], .custom-option .dialog_wrapper[data-v-39587fe3] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 1.3rem;
}
#custom-option .dialog_wrapper label[data-v-39587fe3], .custom-option .dialog_wrapper label[data-v-39587fe3] {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 3.2px;
  color: #6F6D6D;
}
#custom-option .dialog_wrapper .item[data-v-39587fe3], .custom-option .dialog_wrapper .item[data-v-39587fe3] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#custom-option .dialog_wrapper span[data-v-39587fe3], .custom-option .dialog_wrapper span[data-v-39587fe3] {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30.8px;
  letter-spacing: 3.2px;
  color: #6F6D6D;
}
#custom-option .dialog_wrapper .not_allow_note[data-v-39587fe3], .custom-option .dialog_wrapper .not_allow_note[data-v-39587fe3] {
  margin-top: 1.8rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 3.2px;
  color: #AAAAAA;
  white-space: pre-line;
  text-align: center;
}
@media (max-width: 431.99px) {
#custom-option .el-dialog[data-v-39587fe3], .custom-option .el-dialog[data-v-39587fe3] {
    max-width: 90%;
}
}
.cancel_btn[data-v-39587fe3] {
  margin: 30px auto 0px;
  border-radius: 50px;
  background-color: #CCCCCC;
  width: 80%;
  font-size: 18px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
}
.comfirm_btn[data-v-39587fe3] {
  margin: 30px auto 0px;
  border-radius: 50px;
  background-color: #ffde1f;
  width: 80%;
  font-size: 18px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
}
.hoverable[data-v-39587fe3]:hover {
  fill: #ffde1f;
  fill-opacity: 1;
}

/* Building 18 Custom */
.b18_side_title[data-v-39587fe3] {
  display: grid;
  place-content: center;
  border-radius: 1.25em;
  color: #aaaaaa;
  font-weight: 400;
  letter-spacing: 2.77225px;
  width: 8rem;
  height: 100%;
  background: #eaeaea;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.b18_title[data-v-39587fe3] {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 1.25em;
  color: #aaaaaa;
  font-weight: 400;
  letter-spacing: 2.77225px;
  width: 8rem;
  height: 2.5rem;
  background: #eaeaea;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.b18_title.empty[data-v-39587fe3] {
  background: transparent;
  pointer-events: none;
  box-shadow: none;
}
.b18_title.text[data-v-39587fe3] {
  color: #656452;
  cursor: pointer;
}
.b18_title.text[data-v-39587fe3]:hover {
  background: #ffde1f;
}
.b18_title.text.disabled[data-v-39587fe3] {
  cursor: not-allowed;
  color: #aaaaaa;
  background: white;
}
.b18_title.b18_title_options[data-v-39587fe3] {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
}
.b18_title.b18_title_options[data-v-39587fe3] :first-child {
  position: absolute;
  left: 1.25em;
  bottom: 0.35em;
}
.b18_title.b18_title_options hr[data-v-39587fe3] {
  position: absolute;
  width: 100%;
  height: 0;
  transform: rotate(20deg);
  border-width: 0;
  border-top: 1px solid white;
}
.b18_title.b18_title_options[data-v-39587fe3] :last-child {
  position: absolute;
  right: 1.25em;
  top: 0.35em;
}
[data-v-39587fe3]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0);
  display: block;
  margin-top: 15px;
  margin: 80px auto 15px auto;
}
[data-v-39587fe3]::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: rgba(245, 245, 245, 0);
  display: block;
  margin-top: 15px;
}
[data-v-39587fe3]::-webkit-scrollbar-thumb {
  border-radius: 60px;
  height: 15%;
  background-color: #ababab;
  display: block;
  margin-top: 15px;
}

/* Atomic */
.flex-shrink-0[data-v-39587fe3] {
  flex-shrink: 0;
}
.grid[data-v-39587fe3] {
  display: grid;
}
.col-span-3[data-v-39587fe3] {
  grid-column: span 3/span 3;
}
.row-span-2[data-v-39587fe3] {
  grid-row: span 2/span 2;
}
.row-span-3[data-v-39587fe3] {
  grid-row: span 3/span 3;
}
.grid-cols-5[data-v-39587fe3] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-1[data-v-39587fe3] {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-5[data-v-39587fe3] {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.w-full[data-v-39587fe3] {
  width: 100%;
}
.flex[data-v-39587fe3] {
  display: flex;
}
.flex-col[data-v-39587fe3] {
  flex-direction: column;
}
.select-none[data-v-39587fe3] {
  -webkit-user-select: none;
  user-select: none;
}
.items-center[data-v-39587fe3] {
  align-items: center;
}
.gap-1[data-v-39587fe3] {
  gap: 0.25rem;
}
.overflow-x-auto[data-v-39587fe3] {
  overflow-x: auto;
}
.pb-1[data-v-39587fe3] {
  padding-bottom: 0.25rem;
}
