@charset "UTF-8";
.bg-red-lighten-1 {
  background: #ef5350;
}
.bg-indigo-accent-3 {
  background: #3d5afe;
}
.bg-cyan-lighten-1 {
  background: #26c6da;
}
.bg-deep-purple-lighten-1 {
  background: #7e57c2;
}
.bg-green-lighten-1 {
  background: #66bb6a;
}
.bg-deep-orange-accent-1 {
  background: #ff9e80;
}
.bg-blue-grey-lighten-3 {
  background: #b0bec5;
}

.px-45 {
  padding: 0 1.5rem;
}
@media (min-width: 1460px) {
  .px-45 {
    padding: 0 1.7rem;
  }
}
@media (min-width: 1650px) {
  .px-45 {
    padding: 0 3rem;
  }
}

.content {
  padding-top: 0.94rem;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
@media (min-width: 768px) {
  .content {
    padding-top: 1.9rem;
  }
}
@media (max-width: 380px) {
  .content {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
  }
}

#leftContentWrapper {
  min-width: 200px;
}
@media (max-width: 380px) {
  #leftContentWrapper {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1650px) {
  #leftContentWrapper {
    max-width: 460px;
  }
}

@media (max-width: 380px) {
  main.card-body {
    padding: 0.9rem !important;
  }
}
@media (min-width: 1200px) {
  main.card-body {
    padding: 1.5rem 2.7rem 1rem 2rem !important;
  }
}

.widgetImg {
  width: 80px;
  justify-content: center;
}

.number > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .number > p .number > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.navbar .navbar-collapse {
  border-top: none !important;
}

.mySwiper {
  width: 100%;
}
.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.mySwiper .swiper-container {
  position: static !important;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  border: 1px solid rgba(212, 219, 232, 0.5);
  width: 30px;
  height: 38px;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.mySwiper .swiper-button-prev::after {
  font-size: 16px;
  color: rgb(116, 116, 116);
  content: "prev";
}
.mySwiper .swiper-button-next::after {
  font-size: 16px;
  color: rgb(116, 116, 116);
  content: "next";
}

.v-image:hover {
  transform: scale(1.05);
  transition: all 0.4s ease-out;
}

.hoverImg:hover .modelTitle {
  text-decoration: underline;
  transition: all 0.2s ease-out;
}

.gridSwiper.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gridSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 45%;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.tui-grid-header-area {
  border-top-left-radius: 0.85rem;
  border-top-right-radius: 0.85rem;
}
.tui-grid-scrollbar-right-top {
  border-top-right-radius: 0.85rem;
}
.tui-pagination .tui-page-btn {
  padding: 10px 0 10px;
  border-radius: 0.7rem;
  border-color: #f1f1f1 !important;
  width: 34px;
  margin: 1px;
  border-width: 1px;
}
.tui-pagination .tui-next-is-ellip, .tui-pagination .tui-prev-is-ellip {
  padding: 3px 0 3px;
  border-radius: 0.7rem;
  border-color: #f1f1f1 !important;
  width: 34px;
  margin: 1px;
  border-width: 1px;
}
.tui-first, .tui-prev, .tui-next, .tui-last {
  padding: 3px !important;
}
.tui-is-selected {
  background-color: #4e78d7 !important;
}

.bottom-swiper-btn .swiper-button-prev-bottom,
.bottom-swiper-btn .swiper-button-next-bottom {
  border: 1px solid rgba(212, 219, 232, 0.5);
  width: 30px;
  height: 38px;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.bottom-swiper-btn .swiper-button-prev-bottom::after {
  font-size: 16px;
  color: rgb(116, 116, 116);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
.bottom-swiper-btn .swiper-button-next-bottom::after {
  font-size: 16px;
  color: rgb(116, 116, 116);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f054";
}

.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellip.line1 {
  -webkit-line-clamp: 1;
}
.ellip.line2 {
  -webkit-line-clamp: 2;
}

.custom-hover:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.snackbar {
  position: fixed !important;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  height: 100vh;
  left: 0;
  right: 0;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}
.snackbar-wrapper {
  display: flex;
  max-width: 700px;
  min-width: 300px;
  min-height: 48px;
  padding: 0;
  margin: 8px;
  z-index: 1;
  align-items: center;
  position: relative;
  pointer-events: auto;
}
.snackbar-dnone {
  opacity: 0;
}

.text-xl {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1650px) {
  .text-xl {
    font-size: 3.3rem;
  }
}
.text-sm-bold {
  font-size: 0.7rem !important;
  font-weight: 700;
}
@media (max-width: 380px) {
  .text-sm-bold {
    font-size: 0.65rem !important;
  }
}
@media (min-width: 1650px) {
  .text-sm-bold {
    font-size: 0.75rem !important;
  }
}
.text-sm-normal {
  font-size: 0.65rem;
  font-weight: 400;
}
@media (max-width: 380px) {
  .text-sm-normal {
    font-size: 0.55rem;
  }
}
@media (min-width: 1200px) {
  .text-sm-normal {
    font-size: 0.62rem;
  }
}
@media (min-width: 1460px) {
  .text-sm-normal {
    font-size: 0.67rem;
  }
}
@media (min-width: 1650px) {
  .text-sm-normal {
    font-size: 0.75rem;
  }
}
.text-md-bold {
  font-size: 0.9rem !important;
  font-weight: 700;
}
@media (max-width: 380px) {
  .text-md-bold {
    font-size: 0.8rem !important;
  }
}
@media (min-width: 992px) {
  .text-md-bold {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1200px) {
  .text-md-bold {
    font-size: 0.9rem !important;
  }
}
@media (min-width: 1460px) {
  .text-md-bold {
    font-size: 1rem !important;
  }
}
@media (min-width: 1650px) {
  .text-md-bold {
    font-size: 1.1rem !important;
  }
}
.text-md-normal {
  font-size: 0.9rem !important;
  font-weight: 400;
}
@media (max-width: 380px) {
  .text-md-normal {
    font-size: 0.8rem !important;
  }
}
@media (min-width: 1650px) {
  .text-md-normal {
    font-size: 1.1rem !important;
  }
}
.text-md-label-bold {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
}
@media (min-width: 1200px) {
  .text-md-label-bold {
    font-size: 0.85rem !important;
  }
}
@media (min-width: 1650px) {
  .text-md-label-bold {
    font-size: 0.9rem !important;
  }
}
.text-lg-bold {
  font-size: 0.9rem !important;
  font-weight: 700;
}
@media (max-width: 380px) {
  .text-lg-bold {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 576px) {
  .text-lg-bold {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .text-lg-bold {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-bold {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1650px) {
  .text-lg-bold {
    font-size: 1.4rem !important;
  }
}
.text-lg-normal {
  font-size: 1rem !important;
  font-weight: 400;
}
@media (max-width: 380px) {
  .text-lg-normal {
    font-size: 0.8rem !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-normal {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1650px) {
  .text-lg-normal {
    font-size: 1.4rem !important;
  }
}

.card-md-bold {
  font-size: 1.2rem !important;
  font-weight: 700;
}
@media (max-width: 380px) {
  .card-md-bold {
    font-size: 1.7rem !important;
  }
}
@media (min-width: 768px) {
  .card-md-bold {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .card-md-bold {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  .card-md-bold {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1460px) {
  .card-md-bold {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1650px) {
  .card-md-bold {
    font-size: 1.9rem !important;
  }
}
.card-md-normal {
  font-size: 1.1rem !important;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .card-md-normal {
    font-size: 1.05rem !important;
  }
}
@media (min-width: 1460px) {
  .card-md-normal {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1650px) {
  .card-md-normal {
    font-size: 1.9rem !important;
  }
}
.card-title-bold {
  font-size: 1.2rem !important;
  font-weight: 700;
}
@media (max-width: 380px) {
  .card-title-bold {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 1200px) {
  .card-title-bold {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1460px) {
  .card-title-bold {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1650px) {
  .card-title-bold {
    font-size: 1.4rem !important;
  }
}
.card-sm-bold {
  font-size: 0.7rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .card-sm-bold {
    font-size: 0.5rem !important;
  }
}
@media (min-width: 1460px) {
  .card-sm-bold {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1650px) {
  .card-sm-bold {
    font-size: 0.9rem !important;
  }
}
.card-sm-normal {
  font-size: 0.7rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .card-sm-normal {
    font-size: 0.65rem !important;
  }
}
@media (min-width: 1460px) {
  .card-sm-normal {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1650px) {
  .card-sm-normal {
    font-size: 0.9rem !important;
  }
}

.text-widget-responsive {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .text-widget-responsive {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .text-widget-responsive {
    font-size: 0.85rem;
  }
}
@media (min-width: 1200px) {
  .text-widget-responsive {
    font-size: 0.9rem;
  }
}

.arrow-bar-left {
  width: 8px;
  height: 530px;
  background: linear-gradient(180deg, #4e78d7 20%, #dedede, #ebebeb);
  position: relative;
}
@media (min-width: 1460px) {
  .arrow-bar-left {
    height: 550px;
  }
}
@media (min-width: 1650px) {
  .arrow-bar-left {
    height: 635px;
  }
}
.arrow-bar-left::before {
  position: absolute;
  content: "▲";
  top: -23px;
  left: -8px;
  font-size: 1.5rem;
  color: #4e78d7;
}
.arrow-bar-bottom {
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg, #4e78d7 20%, #dedede, #ebebeb);
  position: relative;
}
.arrow-bar-bottom::before {
  position: absolute;
  content: "▶";
  top: -15px;
  right: -8px;
  font-size: 1.5rem;
  color: #4e78d7;
}

.freq {
  text-align: center;
  background: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .freq {
    font-size: 0.7rem;
  }
}
@media (min-width: 1460px) {
  .freq {
    font-size: 0.8rem;
  }
}
.freq-title {
  right: 40px;
  top: -15px;
  width: 55px;
}
.freq-low {
  width: 40px;
  left: calc(59% - 9px);
  top: -5px;
}
@media (min-width: 1650px) {
  .freq-low {
    left: calc(58% - 7px);
  }
}
.freq-high {
  width: 40px;
  left: calc(79% - 10px);
  top: -5px;
}
@media (min-width: 1650px) {
  .freq-high {
    left: calc(79% - 23px);
  }
}

.periodModal {
  max-width: 95%;
}

.img-sunny,
.img-partly-cloudy,
.img-cloudy,
.img-rainy {
  background-image: url("/static/overview/img/weather.png");
  background-size: 320px;
  filter: drop-shadow(rgba(84, 84, 84, 0.344) 1px 1px 0px);
}
@media (min-width: 576px) {
  .img-sunny,
  .img-partly-cloudy,
  .img-cloudy,
  .img-rainy {
    background-size: 360px;
  }
}
@media (min-width: 768px) {
  .img-sunny,
  .img-partly-cloudy,
  .img-cloudy,
  .img-rainy {
    background-size: 360px;
  }
}
@media (min-width: 992px) {
  .img-sunny,
  .img-partly-cloudy,
  .img-cloudy,
  .img-rainy {
    background-size: 360px;
  }
}
@media (min-width: 1650px) {
  .img-sunny,
  .img-partly-cloudy,
  .img-cloudy,
  .img-rainy {
    background-size: 470px;
  }
}

.tooltip-img {
  max-width: 50px;
  max-height: 50px;
}

.img-sunny {
  background-position: -35px -37px;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .img-sunny {
    background-position: -43px -45px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .img-sunny {
    background-position: -41px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .img-sunny {
    background-position: -41px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .img-sunny {
    background-position: -41px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .img-sunny {
    background-position: -55px -60px;
    width: 69px;
    height: 65px;
  }
}
.img-partly-cloudy {
  background-position: -99px -41px;
  width: 53px;
  height: 50px;
}
@media (min-width: 576px) {
  .img-partly-cloudy {
    background-position: -115px -47px;
    width: 53px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .img-partly-cloudy {
    background-position: -110px -45px;
    width: 64px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .img-partly-cloudy {
    background-position: -110px -45px;
    width: 64px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .img-partly-cloudy {
    background-position: -110px -45px;
    width: 64px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .img-partly-cloudy {
    background-position: -147px -60px;
    width: 74px;
    height: 65px;
  }
}
.img-cloudy {
  background-position: -165px -40px;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .img-cloudy {
    background-position: -185px -45px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .img-cloudy {
    background-position: -185px -45px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .img-cloudy {
    background-position: -185px -45px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .img-cloudy {
    background-position: -185px -45px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .img-cloudy {
    background-position: -245px -60px;
    width: 65px;
    height: 65px;
  }
}
.img-rainy {
  background-position: -228px -39px;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .img-rainy {
    background-position: -258px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .img-rainy {
    background-position: -258px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .img-rainy {
    background-position: -258px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .img-rainy {
    background-position: -258px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .img-rainy {
    background-position: -341px -60px;
    width: 65px;
    height: 65px;
  }
}

.nc-nav-tabs .nav-item.show .nav-link,
.nc-nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: #4e78d7 !important;
  font-weight: bold;
}
.nc-nav-tabs .nav-link:hover {
  background-color: #fff !important;
  color: #4e78d7 !important;
  transition: 200ms linear;
}

.nc-nav-item span.nav-link {
  color: #fff !important;
}
.nc-nav-item a.nav-link {
  color: #fff !important;
}

.overviewBtn {
  padding: 0.6rem;
  position: relative;
  background: rgba(245, 245, 245, 0.33);
}
.overviewBtn::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border: 1px solid rgb(197, 197, 197);
  border-radius: 0.25rem;
  transition: 50ms linear;
}
@media (min-width: 1460px) {
  .overviewBtn {
    padding: 0.75rem;
  }
}
@media (min-width: 1650px) {
  .overviewBtn {
    padding: 0.94rem;
  }
}

.grade-card-body {
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .grade-card-body {
    padding: 1.25rem 0.7rem;
  }
}
@media (min-width: 1460px) {
  .grade-card-body {
    padding: 1.25rem;
  }
}

.emoji-grin,
.emoji-smile,
.emoji-neutral,
.emoji-frown {
  background-size: 315px;
}
@media (min-width: 992px) {
  .emoji-grin,
  .emoji-smile,
  .emoji-neutral,
  .emoji-frown {
    background-size: 355px;
  }
}
@media (min-width: 1200px) {
  .emoji-grin,
  .emoji-smile,
  .emoji-neutral,
  .emoji-frown {
    background-size: 315px;
  }
}
@media (min-width: 1460px) {
  .emoji-grin,
  .emoji-smile,
  .emoji-neutral,
  .emoji-frown {
    background-size: 355px;
  }
}
@media (min-width: 1650px) {
  .emoji-grin,
  .emoji-smile,
  .emoji-neutral,
  .emoji-frown {
    background-size: 430px;
  }
}

.emoji {
  position: absolute;
  right: 0;
  top: -5px;
}
.emoji-grin {
  background-position: -44px -38px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .emoji-grin {
    background-position: -53px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .emoji-grin {
    background-position: -44px -38px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1460px) {
  .emoji-grin {
    background-position: -53px -44px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .emoji-grin {
    background-position: -66px -50px;
    width: 63px;
    height: 64px;
  }
}
.emoji-smile {
  background-position: -102px -38px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .emoji-smile {
    background-position: -116px -43px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .emoji-smile {
    background-position: -102px -38px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1460px) {
  .emoji-smile {
    background-position: -116px -43px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .emoji-smile {
    background-position: -143px -50px;
    width: 63px;
    height: 64px;
  }
}
.emoji-frown {
  background-position: -215px -37px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .emoji-frown {
    background-position: -244px -43px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .emoji-frown {
    background-position: -215px -37px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1460px) {
  .emoji-frown {
    background-position: -244px -43px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .emoji-frown {
    background-position: -296px -50px;
    width: 63px;
    height: 64px;
  }
}
.emoji-neutral {
  background-position: -159px -37px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .emoji-neutral {
    background-position: -180px -43px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .emoji-neutral {
    background-position: -159px -37px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1460px) {
  .emoji-neutral {
    background-position: -180px -43px;
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1650px) {
  .emoji-neutral {
    background-position: -219px -50px;
    width: 63px;
    height: 64px;
  }
}

.widgetImg {
  display: none;
}
@media (min-width: 1460px) {
  .widgetImg {
    display: table-cell;
  }
}

th.v-middle {
  font-size: 0.8rem;
}
@media (max-width: 380px) {
  th.v-middle {
    font-size: 0.72rem;
  }
}
@media (min-width: 992px) {
  th.v-middle {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  th.v-middle {
    font-size: 0.8rem;
  }
}
@media (min-width: 1460px) {
  th.v-middle {
    font-size: 0.875rem;
  }
}
@media (min-width: 1650px) {
  th.v-middle {
    font-size: 0.875rem;
  }
}

#cpWrapper,
.arrow-bar-bottom {
  display: none;
}
@media (min-width: 1200px) {
  #cpWrapper,
  .arrow-bar-bottom {
    display: block;
  }
}

@media (min-width: 992px) {
  .gradeBtn {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 1200px) {
  .gradeBtn {
    border-right: 1px solid #777;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
  }
}
.gradeBtn.active {
  color: #4F74D4 !important;
}
@media (min-width: 992px) {
  .gradeBtn.active {
    color: #fff !important;
    background: #4F74D4!important;
  }
}

.btn-outline-ninecube-gray {
  padding: 0.25rem 0.8rem;
  font-size: 0.7rem;
}
@media (min-width: 1650px) {
  .btn-outline-ninecube-gray {
    padding: 0.25rem 1.3rem;
    font-size: 0.76563rem;
  }
}
.btn-outline-blue-bold {
  font-size: 0.7rem;
  padding: 0.4rem 0.5rem;
}
@media (max-width: 380px) {
  .btn-outline-blue-bold {
    font-size: 0.6rem;
    padding: 0.23rem 0.33rem;
  }
}
@media (min-width: 1200px) {
  .btn-outline-blue-bold {
    font-size: 0.875rem;
    padding: 0.59rem 1rem;
  }
}
@media (min-width: 1650px) {
  .btn-outline-blue-bold {
    font-size: 0.875rem;
    padding: 0.59rem 1rem;
  }
}

.mt-22 {
  margin-top: 0.6rem !important;
}

.pt-xs-3 {
  padding-top: 1rem;
}

.emoji-grin,
.emoji-smile,
.emoji-neutral,
.emoji-frown {
  background-image: url("/rank-up/img/smile.png");
  filter: drop-shadow(rgba(84, 84, 84, 0.549) 1px 3px 0px);
}

.modal-xxl {
  max-width: 500px;
}
@media (min-width: 576px) {
  .modal-xxl {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-xxl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1650px) {
  .modal-xxl {
    max-width: 1600px;
  }
}
.modal.fade2 .modal-dialog {
  transform: translate(0, 0);
}
.modal.fade2 {
  opacity: 0;
  display: block !important;
  transform: scale(0) !important;
}
.modal.fade2.show {
  opacity: 1;
  transform: scale(1) !important;
  transform: none;
}
.modal-content-title {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}
@media (min-width: 1200px) {
  .modal-content-title {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1650px) {
  .modal-content-title {
    font-size: 1.4rem !important;
  }
}

.lgBorder {
  border-right: none;
}
@media (min-width: 1200px) {
  .lgBorder {
    border-right: 1px solid #e5e9f2;
  }
}
@media (min-width: 1650px) {
  .lgBorder {
    border-right: 1px solid #e5e9f2;
  }
}

.shopTypeGroup {
  border-top: 1px solid #4e78d7;
  display: flex;
}
.shopTypeGroup-header {
  background: #4e78d7;
  border-radius: 0 0 0.25rem 0.25rem;
  color: #fff;
  padding: 0.8rem 0.9rem;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .shopTypeGroup-header {
    padding: 0.8rem 0.4rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1650px) {
  .shopTypeGroup-header {
    padding: 0.8rem 0.9rem;
    font-size: 0.875rem;
  }
}
.shopTypeGroup-content {
  color: #4e78d7;
  padding: 0.8rem 0.9rem;
}
@media (min-width: 1200px) {
  .shopTypeGroup-content {
    padding: 0.8rem 0.4rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1650px) {
  .shopTypeGroup-content {
    padding: 0.8rem 0.9rem;
    font-size: 0.875rem;
  }
}

.cp {
  text-align: center;
  background: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .cp {
    font-size: 0.7rem;
  }
}
@media (min-width: 1460px) {
  .cp {
    font-size: 0.8rem;
  }
}
@media (min-width: 1650px) {
  .cp {
    font-size: 0.8rem;
  }
}
.cp-title {
  width: 40px;
  left: -15px;
  top: 30px;
}
.cp-low {
  width: 50px;
  bottom: 180px;
  left: -20px;
}
@media (min-width: 1200px) {
  .cp-low {
    width: 45px;
  }
}
@media (min-width: 1460px) {
  .cp-low {
    width: 50px;
  }
}
@media (min-width: 1650px) {
  .cp-low {
    width: 50px;
    bottom: 215px;
    left: -20px;
  }
}
.cp-high {
  width: 50px;
  top: 157px;
  left: -20px;
}
@media (min-width: 1650px) {
  .cp-high {
    top: 182px;
    left: -20px;
  }
}

.hoverShadow {
  box-shadow: rgba(90, 90, 90, 0.4) 6px 6px;
  transition: ease-in-out 0.3s;
  transform: scale(1.06);
  z-index: 15;
}

.tempScale {
  animation-name: tempScale;
  animation-delay: 200ms;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-duration: 800ms;
  animation-fill-mode: backwards;
}

.widthAni {
  transition: ease-in-out 0.3s;
  transform: scale(1.06);
}

@keyframes tempScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.counterup:not(.is-visible) {
  visibility: hidden;
}

@media (max-width: 580px) {
  .custom-carousel-handle-left {
    position: absolute;
    width: 25px;
    height: 100%;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .custom-carousel-handle-left::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    content: "\f053";
    font-size: 1.5rem;
    width: 100%;
    left: 7px;
    top: 69px;
    color: #cdcdcd;
  }
}
@media (max-width: 580px) and (max-width: 380px) {
  .custom-carousel-handle-left::before {
    top: 80px;
  }
}
@media (max-width: 580px) {
  .custom-carousel-handle-right {
    position: absolute;
    width: 25px;
    height: 100%;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  .custom-carousel-handle-right::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    font-size: 1.5rem;
    width: 100%;
    top: 69px;
    color: #cdcdcd;
  }
}
@media (max-width: 580px) and (max-width: 380px) {
  .custom-carousel-handle-right::after {
    top: 80px;
  }
}

.navbar.nc-bg {
  background: #FFFFFF;
}

.form-label-padding label {
  margin-bottom: 0.5rem;
}

.ab-bottom {
  transition: 200ms linear;
}

.rp-swiper-wrapper {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: 200ms linear;
  height: 0;
  opacity: 0;
}
.rp-swiper-btn {
  transition: 200ms linear;
  min-height: 35px;
}
.rp-swiper-btn.sm {
  height: 35px;
}

.nc-tooltip {
  position: absolute;
  width: 230px;
  padding: 15px;
  background-color: #f9f9f9;
  z-index: 9;
  transition: 200ms linear;
  border-radius: 0.25rem;
}
.nc-tooltip.right {
  left: 105%;
  top: -55%;
}
.nc-tooltip.right::after {
  left: -20px;
  width: 0;
  position: absolute;
  content: "";
  top: 45%;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  border-left: 10px solid transparent;
}

.normal-tooltip {
  position: absolute;
  width: 230px;
  padding: 15px;
  background-color: #f9f9f9;
  z-index: 9;
  transition: 200ms linear;
  border-radius: 0.25rem;
}
.normal-tooltip.right {
  left: 105%;
  top: -55%;
}
.normal-tooltip.right::after {
  left: -20px;
  width: 0;
  position: absolute;
  content: "";
  top: 45%;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  border-left: 10px solid transparent;
}

.date-btn-tooltip {
  position: absolute;
  width: 350px;
  padding: 15px;
  background-color: #f9f9f9;
  z-index: 9;
  transition: 200ms linear;
  border-radius: 0.25rem;
}
.date-btn-tooltip.right {
  left: 100%;
  top: 55%;
}
.date-btn-tooltip.right::after {
  left: -20px;
  width: 0;
  position: absolute;
  content: "";
  top: 45%;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  border-left: 10px solid transparent;
}
.date-btn-tooltip.bottom {
  top: 105%;
}
@media (min-width: 992px) {
  .date-btn-tooltip.bottom {
    top: 95%;
  }
}
.date-btn-tooltip.bottom::after {
  top: -20px;
  left: 45%;
  width: 0;
  position: absolute;
  content: "";
  border-bottom: 10px solid #f5f5f5;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.date-btn-tooltip.cpn.top {
  cursor: pointer;
  width: 180px;
  bottom: 130%;
  z-index: 99;
  font-size: 0.8rem;
}
.date-btn-tooltip.cpn.top::after {
  bottom: -20px;
  left: 50%;
  width: 0;
  position: absolute;
  content: "";
  border-bottom: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}/*# sourceMappingURL=nc-responsive.css.map */