/* RF Lambda Style */
#page-home .swiper-pagination-bullet {
  width: 46px;
  height: 11px;
  border-radius: 10px;
  background: #696969;
  opacity: 1;
  margin: 0 10px;
}

#page-home .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

#page-home .swiper-horizontal > .swiper-pagination-bullets,
#page-home .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 34px;
}

.home-tab-bar {
  --home-tab-offset: max(1rem, calc((100vw - 1415px) / 2 + 1rem));
}

.home-tab-left {
  padding-left: var(--home-tab-offset);
  padding-right: 80px;
}

.home-tab-right {
  padding-left: 80px;
  padding-right: var(--home-tab-offset);
}

.home-tab-btn i {
  display: inline-block;
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}

.home-tab-btn[aria-selected="true"] i {
  transform: rotate(0deg);
}

@media screen and (max-width: 640px) {
  #page-home .swiper-pagination-bullet {
    width: 28px;
    height: 11px;
    margin: 0 6px;
  }

  #page-home .swiper-horizontal > .swiper-pagination-bullets,
  #page-home .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 200px;
  }

  .home-tab-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-tab-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.h-4\/5 {
  position: relative;
  height: unset;
}
.h-4\/5 > .m-auto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h-4\/5 > .mx-auto {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.h-4\/5:before {
  content: ' ';
  display: block;
  padding-top: 80%;
}

/*sticky table*/
.sticky-left::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #8d8d8d;
}
.sticky-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #8d8d8d;
}

@media (min-width: 640px) {
  .sm\:sticky-left::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0.5px;
    height: 100%;
    background: #8D8D8D;
  }
  .sm\:sticky-right::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #8D8D8D;
  }
  .sm\:sticky-right-gt-1::after {
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    width: 0.5px;
    height: 100%;
    background: #8D8D8D;
  }
  .sm\:h-4\/5 {
    position: relative;
    height: unset;
  }
  .sm\:h-4\/5 > .m-auto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sm\:h-4\/5 > .mx-auto {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sm\:h-4\/5:before {
    content: ' ';
    display: block;
    padding-top: 80%;
  }
}
/* .sticky-left::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #8D8D8D;
} */

.news-item {position: relative;z-index: 0}
.news-item:before {content: ' ';position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;background-color: #000;opacity: .2;}

.online-2 > td {background-color: #e6e6e6;}
.top-green > td {background-color: #e5ffe5;}

.dropdown-menu-max-h {max-height: calc(100vh - 80px);}

.required-text::after {content: ' *'}

.my-btn[disabled] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #d9d9d9;
}

.data-grid .compare-box {
  transform: scale(1.5);
}

.data-grid.outline > tr > th,
.data-grid.outline > thead > tr > th,
.data-grid.outline > tbody > tr > th,
.data-grid.outline > tfoot > tr > th,
.data-grid.outline > tr > td,
.data-grid.outline > thead > tr > td,
.data-grid.outline > tbody > tr > td,
.data-grid.outline > tfoot > tr > td {
  outline: 1px solid #8D8D8D;
  border-width: 0;
}
